Workflow
蒙特卡洛树搜索
icon
Search documents
图灵奖得主加持,蒙特卡洛树搜索×扩散模型杀回规划赛道|ICML 2025 Spotlight
量子位· 2025-08-01 04:23
Core Insights - The article discusses the introduction of a new model called Monte Carlo Tree Diffusion (MCTD), which combines Monte Carlo Tree Search (MCTS) with diffusion models, achieving a 100% success rate in maze navigation tasks [4][3]. Group 1: MCTD Overview - MCTD addresses the limitations of traditional diffusion models in long-range reasoning by integrating MCTS's exploration capabilities with the global consistency of diffusion models [8][4]. - The model balances exploration and exploitation by dividing trajectories into sub-plans, allowing for differentiated denoising scheduling [8][12]. Group 2: Experimental Results - MCTD demonstrated near 100% success rates across various maze sizes, significantly outperforming baseline methods [17]. - In robotic arm tasks, MCTD-Replanning improved success rates from 22% to 50% in multi-block scenarios [19]. - The model's performance in visual mazes indicates robustness in high-dimensional perceptual spaces [20]. Group 3: Efficiency Improvements with Fast-MCTD - Fast-MCTD was introduced to address the high computational costs of MCTD, achieving up to 100 times faster inference in specific tasks [25][40]. - The model incorporates parallel processing and trajectory coarsening to enhance efficiency while maintaining performance [29][35]. - In maze navigation tests, Fast-MCTD achieved significant speed improvements of 80-110 times with minimal performance loss [36]. Group 4: Authors and Research Background - The primary authors of the papers are Jaesik Yoon and Sungjin Ahn from KAIST, with Ahn also affiliated with New York University [41][43].
芯片设计效率提升2.5倍,中科大华为诺亚联合,用GNN+蒙特卡洛树搜索优化电路设计 | ICLR2025
量子位· 2025-04-09 08:58
Core Viewpoint - The article discusses the significance of Logic Optimization (LO) in chip design and introduces a novel data-driven framework called Circuit Symbolic Learning Framework (CMO) that enhances the efficiency of traditional logic optimization methods by up to 2.5 times [2][4][34]. Group 1: Introduction and Background - Chip design automation (EDA) is crucial in the semiconductor industry, with Logic Optimization being a key EDA tool aimed at improving chip quality by reducing circuit size and depth [5][7]. - Logic Optimization is an NP-hard problem, and existing heuristic algorithms face challenges due to ineffective and redundant transformations, leading to time-consuming optimization processes [8][12]. Group 2: Proposed Solution - The research team developed CMO, a data-driven framework that utilizes a teacher-student paradigm, combining Graph Neural Networks (GNN) and Monte Carlo Tree Search (MCTS) to create efficient symbolic scoring functions [6][30]. - CMO significantly improves the efficiency of key logic optimization operators, achieving a maximum speedup of 2.5 times, allowing tasks that previously took 10 minutes to be completed in just 4 minutes [4][34]. Group 3: Experimental Results - The CMO framework demonstrated substantial efficiency improvements, with traditional logic optimization operators like Mfs2 seeing their runtime reduced from 78,784 seconds to 32,001 seconds, a reduction of approximately 59.4% [34]. - The optimization quality also improved, with the maximum reduction in circuit depth reaching 30.23%, exemplified by the Hyp circuit where depth decreased from 8,259 layers to 5,762 layers, significantly lowering circuit latency [34][35].