paper-with-me

홈 › Papers

Beyond Parallel Sampling: Diverse Query Initialization for Agentic Search

2026-06-15 · Sidhaarth Murali, João Coelho, Jingjie Ning, João Magalhães, Bruno Martins, Chenyan Xiong arxiv

Test-time scaling for agentic search typically increases depth (i.e., more turns and tokens per trajectory) or breadth (i.e., more parallel rollouts). Here we focus on breadth scaling, showing that standard parallel sampling yields diminishing returns, tracing this to query redundancy at the first turn. When models issue similar first queries across rollouts, the threads retrieve overlapping evidence, and subsequent turns are conditioned on this shared retrieval. We address this limitation with DivInit, a training-free intervention at the first turn. Rather than sampling k independent first queries, DivInit draws n candidates from a single call, picks k < n diverse seeds, and runs them as parallel trajectories. Across five open-weight models and eight benchmarks, DivInit consistently improves over standard parallel sampling, with average gains of five to seven points on multi-hop QA at matched compute. Code available at https://github.com/cxcscmu/diverse-query-initialization

📄 PDF Abstract BibTeX arXiv:2606.17209

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ALIGN: Advanced Query Initialization with LiDAR-Image Guidance for Occlusion-Robust 3D Object Detection

2025-12-20 · Janghyun Baek, Mincheol Chang, Seokha Moon, Seung Joon Lee 외 arxiv

Recent query-based 3D object detection methods using camera and LiDAR inputs have shown strong performance, but existing query initialization strategies,such as random sampling or BEV heatmap-based sampling, often result…

Robust 3D Object Detection

Query Refinement Transformer for 3D Instance Segmentation

2023-01-01 · ICCV 2023 1 · Jiahao Lu, Jiacheng Deng, Chuxin Wang, Jianfeng He 외

3D instance segmentation aims to predict a set of object instances in a scene and represent them as binary foreground masks with corresponding semantic labels. However, object instances are diverse in shape and categ…

3D Instance Segmentation3D Object DetectionDecoderInstance Segmentation+2

Beyond the Final Layer: Hierarchical Query Fusion Transformer with Agent-Interpolation Initialization for 3D Instance Segmentation

2025-02-06 · Jiahao Lu, Jiacheng Deng, Tianzhu Zhang

3D instance segmentation aims to predict a set of object instances in a scene and represent them as binary foreground masks with corresponding semantic labels. Currently, transformer-based methods are gaining increasing …

3D Instance SegmentationDecoderInstance SegmentationSemantic Segmentation

K-Myriad: Jump-starting reinforcement learning with unsupervised parallel agents

2026-01-26 · Vincenzo De Paola, Mirco Mutti, Riccardo Zamboni, Marcello Restelli arxiv

Parallelization in Reinforcement Learning is typically employed to speed up the training of a single policy, where multiple workers collect experience from an identical sampling distribution. This common design limits th…

Reinforcement LearningContinuous Control

FAST: A Framework for Aligned Sampling and Training in Parallel Reinforcement Learning for Autonomous Driving

2026-06-19 · Bonan Wang, Letian Tao, Bin Shuai, Jiaxin Gao 외 arxiv

Deep reinforcement learning is pivotal for closed-loop autonomous driving yet remains constrained by severe bottlenecks in sampling efficiency. Standard parallel sampling mitigates this but suffers from the straggler eff…

Reinforcement LearningAutonomous Driving