paper-with-me

Papers

ProxyThinker: Test-Time Guidance through Small Visual Reasoners

2025-05-30 · Zilin Xiao, Jaywon Koo, Siru Ouyang, Jefferson Hernandez, Yu Meng, Vicente Ordonez

Recent advancements in reinforcement learning with verifiable rewards have pushed the boundaries of the visual reasoning capabilities in large vision-language models (LVLMs). However, training LVLMs with reinforcement fine-tuning (RFT) is computationally expensive, posing a significant challenge to scaling model size. In this work, we propose ProxyThinker, an inference-time technique that enables large models to inherit the visual reasoning capabilities from small, slow-thinking visual reasoners without any training. By subtracting the output distributions of base models from those of RFT reasoners, ProxyThinker modifies the decoding dynamics and successfully elicits the slow-thinking reasoning demonstrated by the emerged sophisticated behaviors such as self-verification and self-correction. ProxyThinker consistently boosts performance on challenging visual benchmarks on spatial, mathematical, and multi-disciplinary reasoning, enabling untuned base models to compete with the performance of their full-scale RFT counterparts. Furthermore, our implementation efficiently coordinates multiple language models with parallelism techniques and achieves up to 38 $\times$ faster inference compared to previous decoding-time methods, paving the way for the practical deployment of ProxyThinker. Code is available at https://github.com/MrZilinXiao/ProxyThinker.

📄 PDF Abstract BibTeX arXiv:2505.24872

Code (1)

mrzilinxiao/proxythinker 공식 구현 pytorch

Tasks

Visual Reasoning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

ReGuide: From Test-Time Guidance to Self-Improving Diffusion Policies

2026-06-27 · Tzu-Hsiang Lin, Srinivas Shakkottai, Dileep Kalathil, P. R. Kumar arxiv

Behavior-cloned diffusion policies are expressive but remain vulnerable to covariate shift: small deviations from demonstrated states can compound into task failure. Existing methods address this either by expanding the …

Compress Guidance in Conditional Diffusion Sampling

2024-08-20 · Anh-Dung Dinh, Daochang Liu, Chang Xu

We found that enforcing guidance throughout the sampling process is often counterproductive due to the model-fitting issue, where samples are 'tuned' to match the classifier's parameters rather than generalizing the expe…

Diversity

3D Path-Following Guidance via Nonlinear Model Predictive Control for Fixed-Wing Small UAS

2025-12-30 · Camron Alexander Hirst, Chris Reale, Eric Frew arxiv

This paper presents the design, implementation, and flight test results of two novel 3D path-following guidance algorithms based on nonlinear model predictive control (MPC), with specific application to fixed-wing small …

Less is More: Improving LLM Reasoning with Minimal Test-Time Intervention

2025-10-15 · Zhen Yang, Mingyang Zhang, Feng Chen, Ganggui Ding 외 arxiv

Recent progress in large language models (LLMs) has focused on test-time scaling to improve reasoning via increased inference computation, but often at the cost of efficiency. We revisit test-time behavior and uncover a …

GRAND: Guidance, Rebalancing, and Assignment for Networked Dispatch in Multi-Agent Path Finding

2025-12-02 · Johannes Gaber, Meshal Alharbi, Daniele Gammelli, Gioele Zardini arxiv

Large robot fleets are now common in warehouses and other logistics settings, where small control gains translate into large operational impacts. In this article, we address task scheduling for lifelong Multi-Agent Picku…

Reinforcement LearningGraph Neural Network