paper-with-me

Papers

Compositional Monte Carlo Tree Diffusion for Extendable Planning

2025-10-24 · Jaesik Yoon, Hyeonseo Cho, Sungjin Ahn arxiv

Monte Carlo Tree Diffusion (MCTD) integrates diffusion models with structured tree search to enable effective trajectory exploration through stepwise reasoning. However, MCTD remains fundamentally limited by training trajectory lengths. While periodic replanning allows plan concatenation for longer plan generation, the planning process remains locally confined, as MCTD searches within individual trajectories without access to global context. We propose Compositional Monte Carlo Tree Diffusion (C-MCTD), a framework that elevates planning from individual trajectory optimization to reasoning over complete plan compositions. C-MCTD introduces three complementary components: (1) Online Composer, which performs globally-aware planning by searching across entire plan compositions; (2) Distributed Composer, which reduces search complexity through parallel exploration from multiple starting points; and (3) Preplan Composer, which accelerates inference by leveraging cached plan graphs.

📄 PDF Abstract BibTeX arXiv:2510.21361

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Monte Carlo Tree Diffusion for System 2 Planning

2025-02-11 · Jaesik Yoon, Hyeonseo Cho, Doojin Baek, Yoshua Bengio 외

Diffusion models have recently emerged as a powerful tool for planning. However, unlike Monte Carlo Tree Search (MCTS)-whose performance naturally improves with additional test-time computation (TTC), standard diffusion-…

Denoising

Efficient Monte Carlo Tree Search via On-the-Fly State-Conditioned Action Abstraction

2024-06-02 · Yunhyeok Kwak, Inwoo Hwang, Dooyoung Kim, Sanghack Lee 외

Monte Carlo Tree Search (MCTS) has showcased its efficacy across a broad spectrum of decision-making problems. However, its performance often degrades under vast combinatorial action space, especially where an action is …

Decision Making

Improving GFlowNets with Monte Carlo Tree Search

2024-06-19 · Nikita Morozov, Daniil Tiapkin, Sergey Samsonov, Alexey Naumov 외

Generative Flow Networks (GFlowNets) treat sampling from distributions over compositional discrete spaces as a sequential decision-making problem, training a stochastic policy to construct objects step by step. Recent st…

Monte Carlo Tree Diffusion with Multiple Experts for Protein Design

2025-09-19 · Xuefeng Liu, Mingxuan Cao, Songhao Jiang, Xiao Luo 외 arxiv

The goal of protein design is to generate amino acid sequences that fold into functional structures with desired properties. Prior methods combining autoregressive language models with Monte Carlo Tree Search (MCTS) stru…

Protein Design

Monte Carlo Search Algorithms Discovering Monte Carlo Tree Search Exploration Terms

2024-04-14 · Tristan Cazenave

Monte Carlo Tree Search and Monte Carlo Search have good results for many combinatorial problems. In this paper we propose to use Monte Carlo Search to design mathematical expressions that are used as exploration terms f…