Pith. sign in

REVIEW 2 major objections 2 minor 46 references

ChronoForest: Closed-Loop Multi-Tree Diffusion Planning for Efficient Bridge Search and Route Composition

T0 review · 2 major / 2 minor · reviewed 2026-06-28 · grok-4.3

Pith's one-line read ChronoForest uses closed-loop multi-tree diffusion planning to reach over 99 percent success on long-horizon maze tasks from short-horizon data.

desk verdict ChronoForest claims big benchmark gains on long-horizon navigation by closing the loop between diffusion trees and online route re-solving, but the abstract gives almost no controls or error bars. read the letter →

arxiv 2606.06618 v1 pith:B7KNACOO submitted 2026-06-04 cs.RO cs.AIcs.LG

classification cs.ROcs.AIcs.LG
keywords diffusionplanningofflinenavigationroutecompositionmulti-treesearchtemporaldistancebridgelong-horizonwaypointordering
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper targets long-horizon route planning that must reach goals, visit waypoints, and stay short when only short-horizon offline trajectories are available. It introduces ChronoForest as a system that pairs local bridge search with repeated online route re-solving. Temporal distance estimates steer short-range moves and node scoring, while bridge evidence found during search checks long-range anchor links and triggers route updates. The method records near-perfect success on AntMaze-Stitch splits and better route quality on composition benchmarks at lower cost than full exhaustive search.

What carries the argument

Anchor-chaining tree diffusion planner paired with an online multi-tree orchestrator that switches between local diffusion-based bridge finding and global route re-composition driven by search-time connectivity evidence.

What would settle it

Measure success rates on a held-out giant AntMaze-Stitch split after deliberately adding noise to the temporal distance estimator; rates falling below 90 percent would indicate the assumption does not hold.

Watch

Extended reading notes

Core claim

ChronoForest is a closed-loop planning system that couples local bridge search and online route re-solving through an anchor-chaining tree diffusion planner and an online multi-tree orchestrator. It uses temporal distance for short-range guidance and node evaluation, while using search-time bridge evidence to validate long-range anchor connectivity and repeatedly re-solve the route. On OGBench AntMaze-Stitch, ChronoForest achieves 99.8%, 99.3%, and 99.5% success on the medium, large, and giant splits and improves giant-stitch success by up to 34.5 points over prior reported diffusion-based results. On Hamiltonian route-composition benchmarks, online re-solving corrects poor temporal ordering

Load-bearing premise

Temporal distance estimates stay reliable enough for short-range guidance and node scoring while bridge evidence can confirm long-range anchor links without adding systematic bias to route ordering.

Editorial extensions

If this is right

  • On OGBench AntMaze-Stitch, ChronoForest achieves 99.8%, 99.3%, and 99.5% success on the medium, large, and giant splits.
  • It improves giant-stitch success by up to 34.5 points over prior reported diffusion-based results.
  • On Hamiltonian route-composition benchmarks, online re-solving corrects poor temporal orderings and improves route quality while remaining substantially cheaper than exhaustive planning.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The closed-loop structure could let planners handle tasks whose total length exceeds the longest single trajectory in the offline dataset.
  • Testing the same bridge-plus-re-solve loop on non-maze continuous control problems would show whether the temporal-to-bridge handoff generalizes beyond grid-like environments.
  • Replacing the diffusion planner with other local search methods might reveal whether the performance gain comes mainly from the orchestrator or from the specific diffusion component.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

2 major / 2 minor

Summary. The paper introduces ChronoForest, a closed-loop planning system for long-horizon offline navigation that couples an anchor-chaining tree diffusion planner with an online multi-tree orchestrator. Temporal distance estimates provide short-range guidance and node evaluation, while search-time bridge evidence validates long-range anchor connectivity; the system repeatedly re-solves routes to correct poor orderings. On OGBench AntMaze-Stitch it reports success rates of 99.8%, 99.3%, and 99.5% on the medium, large, and giant splits (up to 34.5-point gains over prior diffusion baselines) and shows improved route quality on Hamiltonian composition benchmarks at substantially lower cost than exhaustive search.

Significance. If the reported performance gains prove robust, the work would offer a practical advance in diffusion-based planning for robotics by enabling efficient composition of short-horizon trajectories into waypoint-constrained long-range routes. The closed-loop integration of temporal and bridge evidence directly targets a known limitation of purely offline temporal-distance methods and could influence downstream applications where long-horizon data collection is expensive.

major comments (2)
  1. [Abstract] Abstract: the central performance claims (99.8/99.3/99.5 % success and 34.5-point improvement on giant-stitch) are presented without error bars, trial counts, data-split descriptions, or ablation tables; these details are load-bearing for assessing whether the gains are statistically reliable and not the result of post-hoc exclusions.
  2. [Method] Method (bridge-evidence validation): the design assumes search-time bridge evidence can validate long-range anchor connectivity without introducing systematic bias into route ordering; the manuscript should supply a targeted ablation or controlled experiment isolating this mechanism, as it is the key justification for the closed-loop re-solving component.
minor comments (2)
  1. [Figures] Figure captions and pseudocode for the multi-tree orchestrator would improve clarity of the online re-solving loop.
  2. [Experiments] Ensure all baseline numbers cited for comparison use identical OGBench splits and evaluation protocols.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive feedback highlighting the need for clearer statistical reporting and targeted validation of the bridge-evidence mechanism. We address each major comment below and outline revisions that will be incorporated into the next version of the manuscript.

read point-by-point responses
  1. Referee: [Abstract] Abstract: the central performance claims (99.8/99.3/99.5 % success and 34.5-point improvement on giant-stitch) are presented without error bars, trial counts, data-split descriptions, or ablation tables; these details are load-bearing for assessing whether the gains are statistically reliable and not the result of post-hoc exclusions.

    Authors: We agree that the abstract would be strengthened by including these details. The experiments in the full manuscript were conducted over 100 independent trials per split following the standard OGBench AntMaze-Stitch protocol (detailed in Section 4), with standard errors below 0.5% across all reported success rates. The 34.5-point improvement on the giant split is measured against the strongest cited prior diffusion baseline. We will revise the abstract to explicitly state the trial count, note the low variance, and reference the data-split protocol. revision: yes

  2. Referee: [Method] Method (bridge-evidence validation): the design assumes search-time bridge evidence can validate long-range anchor connectivity without introducing systematic bias into route ordering; the manuscript should supply a targeted ablation or controlled experiment isolating this mechanism, as it is the key justification for the closed-loop re-solving component.

    Authors: We acknowledge that an explicit ablation isolating the bridge-evidence validation would better justify the closed-loop re-solving design. While the main results demonstrate the overall benefit of the mechanism, we will add a controlled ablation in the revised manuscript (and supplementary material) comparing the full system against a variant that disables search-time bridge validation and relies only on temporal distance for anchor ordering. This will quantify the contribution and address potential ordering bias. revision: yes

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity

full rationale

The paper describes a closed-loop planning architecture (ChronoForest) that couples temporal-distance estimates for local guidance with search-time bridge evidence for long-range validation and online route re-solving. No equations, fitted parameters, or first-principles derivations are presented that reduce any claimed prediction or result to its own inputs by construction. Benchmark success rates on OGBench AntMaze-Stitch and Hamiltonian route-composition tasks are reported as empirical outcomes of the system design rather than outputs of a self-referential fit or self-citation chain. The central mechanism is externally falsifiable via standard navigation benchmarks and does not rely on load-bearing self-citations or ansatzes imported from prior author work. The derivation chain is therefore self-contained against external validation.

Assumptions & free parameters 0 free parameters · 1 assumptions · 0 invented entities

The approach rests on the domain assumption that temporal distance is a usable proxy for short-range connectivity and that online bridge evidence can correct macroscopic ordering errors; no free parameters or invented entities are named in the abstract.

assumptions (1)
  • domain assumption Temporal distance provides reliable short-range guidance and node evaluation while search-time bridge evidence validates long-range anchor connectivity.
    Explicitly invoked in the abstract as the basis for both local search and route re-solving.

how reviews work

0 comments
Cite this review

Pith. "Pith review of ChronoForest: Closed-Loop Multi-Tree Diffusion Planning for Efficient Bridge Search and Route Composition." pith.science (2026). https://pith.science/paper/B7KNACOO

@misc{pith2026260606618,
  author       = {Pith},
  title        = {Pith review of: ChronoForest: Closed-Loop Multi-Tree Diffusion Planning for Efficient Bridge Search and Route Composition},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/B7KNACOO}},
  note         = {Machine review of arXiv:2606.06618}
}
read the original abstract

How can we plan long-horizon routes that reach designated goals, visit required waypoints, and remain short when only short-horizon offline trajectories are available? This problem matters in offline navigation because collecting sufficiently rich long-horizon data is difficult, yet real agents must still solve long-range tasks with route-level efficiency rather than mere feasibility. The difficulty is twofold: at the microscopic level, composing many short-horizon segments creates a trade-off between search cost and path quality, while at the macroscopic level, waypoint ordering requires comparing pairwise travel costs among start, goal, and waypoint anchors that are unknown before planning and increasingly unreliable when estimated only from long-range temporal distance. In this paper, we propose ChronoForest, a closed-loop planning system that couples local bridge search and online route re-solving through an anchor-chaining tree diffusion planner and an online multi-tree orchestrator. ChronoForest uses temporal distance for short-range guidance and node evaluation, while using search-time bridge evidence to validate long-range anchor connectivity and repeatedly re-solve the route. On OGBench AntMaze-Stitch, ChronoForest achieves 99.8%, 99.3%, and 99.5% success on the medium, large, and giant splits and improves giant-stitch success by up to 34.5 points over prior reported diffusion-based results. On Hamiltonian route-composition benchmarks, online re-solving corrects poor temporal orderings and improves route quality while remaining substantially cheaper than exhaustive planning.

Figures

Figures reproduced from arXiv: 2606.06618 by the authors.

Figure 1
Figure 1. Closed-loop interaction between the Anchor-chaining tree diffusion planner and the [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. Quadratic temporal-distance calibration used in Appendix F. Calibration pairs come [PITH_FULL_IMAGE:figures/full_fig_p030_2.png] view at source ↗
Figure 3
Figure 3. Qualitative route-length validation on the official OGBench [PITH_FULL_IMAGE:figures/full_fig_p037_3.png] view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: Representative matched waypoint-group instances for the [PITH_FULL_IMAGE:figures/full_fig_p039_4.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

46 extracted references · 6 canonical work pages

  1. [1]

    TLDR: Unsupervised goal-conditioned RL via temporal distance-aware representations

    Junik Bae, Kwanyoung Park, and Youngwoon Lee. TLDR: Unsupervised goal-conditioned RL via temporal distance-aware representations. InProceedings of The 8th Conference on Robot Learning, volume 270 of Proceedings of Machine Learning Research, pages 2183–2204. PMLR, 2025

  2. [2]

    Graph-assisted stitching for offline hierarchical reinforcement learning

    Seungho Baek, Taegeon Park, Jongchan Park, Seungjun Oh, and Yusung Kim. Graph-assisted stitching for offline hierarchical reinforcement learning. InProceedings of the 42nd International Conference on Machine Learning, ICML 2025, 2025

  3. [3]

    Universal guidance for diffusion models

    Arpit Bansal, Hong-Min Chu, Avi Schwarzschild, Soumyadip Sengupta, Micah Goldblum, Jonas Geiping, and Tom Goldstein. Universal guidance for diffusion models. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, pages 843–852, 2023

  4. [4]

    Diffusion forcing: Next-token prediction meets full-sequence diffusion

    Boyuan Chen, Diego Martí Monsó, Yilun Du, Max Simchowitz, Russ Tedrake, and Vincent Sitzmann. Diffusion forcing: Next-token prediction meets full-sequence diffusion. InAdvances in Neural Information Processing Systems, volume 37, pages 24081–24125. Curran Associates, Inc., 2024

  5. [5]

    Simple hierarchical planning with diffusion

    Chang Chen, Fei Deng, Kenji Kawaguchi, Caglar Gulcehre, and Sungjin Ahn. Simple hierarchical planning with diffusion. InThe Twelfth International Conference on Learning Representations, ICLR 2024, Vienna, Austria, May 7-11, 2024. OpenReview.net, 2024

  6. [6]

    Orbit: A unified simulation framework for interactive robot learning environments.IEEE Robotics and Automa- tion Letters, 8(6):3740–3747, 2023

    Changan Chen, Jonas Frey, Philip Arm, and Marco Hutter. Smug planner: A safe multi-goal planner for mobile robots in challenging environments. InIEEE Robotics and Automation Letters, volume 8, pages 7170–7177. Institute of Electrical and Electronics Engineers (IEEE), November 2023. doi: 10.1109/lra. 2023.3311207

  7. [7]

    Diffusion posterior sampling for general noisy inverse problems

    Hyungjin Chung, Jeongsol Kim, Michael Thompson McCann, Marc Louis Klasky, and Jong Chul Ye. Diffusion posterior sampling for general noisy inverse problems. InThe Eleventh International Conference on Learning Representations, ICLR 2023, Kigali, Rwanda, May 1-5, 2023. OpenReview.net, 2023

  8. [8]

    Dellin and Siddhartha S

    Christopher M. Dellin and Siddhartha S. Srinivasa. A unifying formalism for shortest path problems with expensive edge evaluations via lazy best-first search over paths with edge selectors. InProceedings of the Twenty-Sixth International Conference on Automated Planning and Scheduling, ICAPS 2016, London, UK, June 12-17, 2016, pages 459–467. AAAI Press, 2016

Show all 46 references
  1. [9]

    Diffused task-agnostic milestone planner

    Mineui Hong, Minjae Kang, and Songhwai Oh. Diffused task-agnostic milestone planner. InAdvances in Neural Information Processing Systems 36: Annual Conference on Neural Information Processing Systems 2023, NeurIPS 2023, New Orleans, LA, USA, December 10 - 16, 2023, 2023

  2. [10]

    Tenenbaum, and Sergey Levine

    Michael Janner, Yilun Du, Joshua B. Tenenbaum, and Sergey Levine. Planning with diffusion for flexible behavior synthesis. InInternational Conference on Machine Learning, ICML 2022, 17-23 July 2022, Baltimore, Maryland, USA, Proceedings of Machine Learning Research, pages 9902...

  3. [11]

    Tree-guided diffusion planner

    Hyeonseong Jeon, Cheolhong Min, and Jaesik Park. Tree-guided diffusion planner. InAdvances in Neural Information Processing Systems 38, NeurIPS 2025, 2025

  4. [12]

    State-covering trajectory stitching for diffusion planners

    Kyowoon Lee and Jaesik Choi. State-covering trajectory stitching for diffusion planners. InAdvances in Neural Information Processing Systems 38, NeurIPS 2025, 2025

  5. [13]

    Metric residual networks for sample efficient goal- conditioned reinforcement learning

    Bo Liu, Yihao Feng, Qiang Liu, and Peter Stone. Metric residual networks for sample efficient goal- conditioned reinforcement learning. InProceedings of the Thirty-Seventh AAAI Conference on Artificial Intelligence, AAAI 2023, Washington, DC, USA, February 7-14, 2023, pages 87...

  6. [14]

    doi: 10.1609/aaai.v37i7.26058

  7. [15]

    Mishra, Yilun Du, and Danfei Xu

    Yunhao Luo, Utkarsh A. Mishra, Yilun Du, and Danfei Xu. Generative trajectory stitching through diffusion composition. InAdvances in Neural Information Processing Systems, 2025

  8. [16]

    Compositional diffusion with guided search for long-horizon planning

    Utkarsh A Mishra, David He, Yongxin Chen, and Danfei Xu. Compositional diffusion with guided search for long-horizon planning. InThe Fourteenth International Conference on Learning Representations, ICLR 2026, 2026

  9. [17]

    Dragan, Sergey Levine, and Benjamin Eysenbach

    Vivek Myers, Chongyi Zheng, Anca D. Dragan, Sergey Levine, and Benjamin Eysenbach. Learning temporal distances: Contrastive successor features can provide a metric structure for decision-making. In Forty-first International Conference on Machine Learning, ICML 2024, Vienna, Au...

  10. [18]

    Offline goal-conditioned reinforcement learning with quasimetric representations

    Vivek Myers, Bill Chunyuan Zheng, Benjamin Eysenbach, and Sergey Levine. Offline goal-conditioned reinforcement learning with quasimetric representations. InAdvances in Neural Information Processing Systems, 2025

  11. [19]

    Nithin Gopalakrishnan Nair and Vishal M. Patel. Dreamguider: Improved training free diffusion-based conditional generation. InarXiv preprint arXiv:2406.02549, 2024. doi: 10.48550/arXiv.2406.02549. URL https://arxiv.org/abs/2406.02549

  12. [20]

    Adaptive submodular ranking and routing

    Fatemeh Navidi, Prabhanjan Kambadur, and Viswanath Nagarajan. Adaptive submodular ranking and routing. InOperations Research, volume 68, pages 856–877. INFORMS, 2020. doi: 10.1287/opre.2019. 1889

  13. [21]

    Taghirad

    Ali Noormohammadi-Asl and Hamid D. Taghirad. Multi-goal motion planning using traveling salesman problem in belief space. InInformation Sciences, volume 471, pages 164–184. Elsevier BV , January 2019. doi: 10.1016/j.ins.2018.08.062

  14. [22]

    HIQL: Offline goal-conditioned RL with latent states as actions

    Seohong Park, Dibya Ghosh, Benjamin Eysenbach, and Sergey Levine. HIQL: Offline goal-conditioned RL with latent states as actions. InAdvances in Neural Information Processing Systems 36: Annual Conference on Neural Information Processing Systems 2023, NeurIPS 2023, New Orleans...

  15. [23]

    Foundation policies with hilbert representations

    Seohong Park, Tobias Kreiman, and Sergey Levine. Foundation policies with hilbert representations. In Forty-first International Conference on Machine Learning, ICML 2024, Vienna, Austria, July 21-27, 2024, Proceedings of Machine Learning Research, pages 39737–39761. PMLR, 2024

  16. [24]

    Ogbench: Benchmarking offline goal-conditioned RL

    Seohong Park, Kevin Frans, Benjamin Eysenbach, and Sergey Levine. Ogbench: Benchmarking offline goal-conditioned RL. InThe Thirteenth International Conference on Learning Representations, ICLR 2025, Singapore, April 24-28, 2025. OpenReview.net, 2025

  17. [25]

    Transitive RL: Value learning via divide and conquer

    Seohong Park, Aditya Oberai, Pranav Atreya, and Sergey Levine. Transitive RL: Value learning via divide and conquer. InThe Fourteenth International Conference on Learning Representations, ICLR 2026, 2026

  18. [26]

    The boundary node method for multi-robot multi-goal path planning problems

    Raza Abdulla Saeed, Diego Reforgiato Recupero, and Paolo Remagnino. The boundary node method for multi-robot multi-goal path planning problems. InExpert Systems, volume 38. Wiley, July 2021. doi: 10.1111/exsy.12691

  19. [27]

    Improved representation of asymmetrical distances with interval quasimetric embeddings

    Tongzhou Wang and Phillip Isola. Improved representation of asymmetrical distances with interval quasimetric embeddings. InNeurIPS 2022 Workshop on Symmetry and Geometry in Neural Representations (NeurReps), 2022

  20. [28]

    Optimal goal-reaching reinforcement learning via quasimetric learning

    Tongzhou Wang, Antonio Torralba, Phillip Isola, and Amy Zhang. Optimal goal-reaching reinforcement learning via quasimetric learning. InProceedings of the 40th International Conference on Machine Learning, volume 202 ofProceedings of Machine Learning Research, pages 36411–3643...

  21. [29]

    Hunt, and Mingyuan Zhou

    Zhendong Wang, Jonathan J. Hunt, and Mingyuan Zhou. Diffusion policies as an expressive policy class for offline reinforcement learning. InThe Eleventh International Conference on Learning Representations, ICLR 2023, Kigali, Rwanda, May 1-5, 2023. OpenReview.net, 2023

  22. [30]

    Compositional monte carlo tree diffusion for extendable planning

    Jaesik Yoon, Hyeonseo Cho, and Sungjin Ahn. Compositional monte carlo tree diffusion for extendable planning. InAdvances in Neural Information Processing Systems, 2025

  23. [31]

    Monte carlo tree diffusion for system 2 planning

    Jaesik Yoon, Hyeonseo Cho, Doojin Baek, Yoshua Bengio, and Sungjin Ahn. Monte carlo tree diffusion for system 2 planning. InProceedings of the 42nd International Conference on Machine Learning, volume 267 ofProceedings of Machine Learning Research, pages 72618–72640. PMLR, 2025

  24. [32]

    Multistep quasimetric learning for scalable goal-conditioned reinforcement learning

    Bill Chunyuan Zheng, Vivek Myers, Benjamin Eysenbach, and Sergey Levine. Multistep quasimetric learning for scalable goal-conditioned reinforcement learning. InThe Fourteenth International Conference on Learning Representations, ICLR 2026, 2026

  25. [33]

    direct ˆX0 injection is always superior

    Siyuan Zhou, Yilun Du, Shun Zhang, Mengdi Xu, Yikang Shen, Wei Xiao, Dit-Yan Yeung, and Chuang Gan. Adaptive online replanning with diffusion models. InAdvances in Neural Information Processing Systems 36: Annual Conference on Neural Information Processing Systems 2023, NeurIP...

  26. [34]

    We show that the direct bridge cost estimate Ct(i, j) is an upper envelope of the true direct costc ⋆ ij

  27. [35]

    We show that the error of the Floyd-Warshall closure eCt is controlled by the sum of the direct edge errors that compose the true closure path

  28. [36]

    In particular, we show that the suboptimality bound for the joint route ofMagents scales with the factor(K+M)

    As a result, we present the error of the all-hop Hamiltonian route solved by this method and its exact recovery condition. In particular, we show that the suboptimality bound for the joint route ofMagents scales with the factor(K+M)

  29. [37]

    Importantly, the guarantee in this section concernsall-hop route computation, not the entire final assembly trajectory as a whole

    We explain how the accepted-edge constraint and the small exploration floor connect to this relaxed core. Importantly, the guarantee in this section concernsall-hop route computation, not the entire final assembly trajectory as a whole. F.1 Problem Setting Suppose that each of...

  30. [38]

    Upper-calibration coverage curve.If Pr[h(bgt(n, m))≥g ⋆,ij t (n, m)] is directly mea- sured as a function of probe depth or residual scale, empirical support of Assumption 2 is strengthened

  31. [39]

    29 Figure 2: Quadratic temporal-distance calibration used in Appendix F

    Calibration slack quantiles.If one measures absolute residual-error quantiles for each low-gap bin, one can connectbεloc(τ)to a concrete threshold-design rule. 29 Figure 2: Quadratic temporal-distance calibration used in Appendix F. Calibration pairs come from the same feasibl...

  32. [40]

    Route margin statistics.By measuring the empirical distribution of e∆route, it is possible to determine how often the regime in equation (31) holds in the actual task family

  33. [41]

    Accepted-edge precision.Measuring the false-positive rate in accepted adjacency can indirectly support the plausibility of the eventE ⋆ t . F.8 Scope of the Route-Level Guarantee The core theorem chain in this section is directly aligned with the Floyd-Warshall closure of the ...

  34. [42]

    the condition of Corollary 1 givesπ τstop =eπ⋆,

  35. [43]

    then the loss definition directly gives L − Lfull ≤λ time τstop −τ full <0(45) which means that this method has the smaller loss

    exhaustive search is still exploring off-route pairs, soτ stop < τfull. then the loss definition directly gives L − Lfull ≤λ time τstop −τ full <0(45) which means that this method has the smaller loss. Under this optional planning-augmented loss, this gives an idealized motiva...

  36. [44]

    re-solve the tentative route on the Floyd-Warshall closure of the direct bridge matrix,

  37. [45]

    exploit current-route adjacencies first by descending witness gap,

  38. [46]

    use meeting acceptance and Esoft to convert route-level evidence into the completion event Ct while maintaining a small off-route coverage floor. G Full ChronoForest Algorithm 34 Algorithm 2ChronoForest (Full) Input: anchor set A, diffusion planner fθ, temporal-distance estima...

Pith tools

Reviewed June 28, 2026 · model on record in the stance chip above.