paper-with-me

Papers

EVE: A Generator-Verifier System for Generative Policies

2025-12-24 · Yusuf Ali, Gryphon Patlin, Karthik Kothuri, Jeremiah Coholich, Muhammad Zubair Irshad, Wuwei Liang, Zsolt Kira arxiv

Visuomotor policies based on generative such as diffusion and flow-matching have shown strong performance for robotics applications but degrade under distribution shifts, demonstrating limited recovery capabilities without costly finetuning. In the language modeling domain, test-time compute scaling has revolutionized the reasoning capabilities of modern LLMs by enabling candidate solution refinement. These methods typically leverage foundation models as verification modules in a zero-shot manner to score candidate solutions. We hypothesize that generative policies can similarly benefit from additional inference-time compute that employs zero-shot VLM-based verifiers in a generation-verification framework. To this end, we introduce EVE: a modular, generator-verifier interaction framework that boosts the performance of pretrained generative policies at test time, with no additional training. EVE wraps a frozen base policy with multiple zero-shot, VLM-based verifier agents. Each verifier proposes action refinements to the base policy candidate actions, while an action incorporator uses classifier guidance to fuse aggregated verifier feedback into action denoising. We study design choices for generator-verifier information interfacing across a system of verifiers with distinct capabilities. Across diverse simulated and real robotic tasks and embodiments, EVE consistently improves success rates without additional policy or verifier training. Through extensive ablations, we isolate the contribution of verifier capabilities and action incorporator strategies, offering practical guidelines to build scalable, modular generator-verifier systems for embodied control.

📄 PDF Abstract BibTeX arXiv:2512.21430

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RL Tango: Reinforcing Generator and Verifier Together for Language Reasoning

2025-05-21 · Kaiwen Zha, Zhengqi Gao, Maohao Shen, Zhang-Wei Hong 외

Reinforcement learning (RL) has recently emerged as a compelling approach for enhancing the reasoning capabilities of large language models (LLMs), where an LLM generator serves as a policy guided by a verifier (reward m…

MathMathematical ReasoningReinforcement Learning (RL)

Variation in Verification: Understanding Verification Dynamics in Large Language Models

2025-09-22 · Yefan Zhou, Austin Xu, Yilun Zhou, Janvijay Singh 외 arxiv

Recent advances have shown that scaling test-time computation enables large language models (LLMs) to solve increasingly complex problems across diverse domains. One effective paradigm for test-time scaling (TTS) involve…

Mathematical Reasoning

PerturbCellRL: Verifier-Guided Reinforcement Learning for Single-Cell Perturbation Prediction

2026-06-26 · Dongxia Wu, Mingyu Li, Yuhui Zhang, Anurendra Kumar 외 arxiv

Single-cell perturbation models can reduce costly wet-lab screening by predicting how cells respond transcriptionally to interventions. While recent generative models improve population-level prediction, individual gener…

Reinforcement Learning

Visual Verification Enables Inference-time Steering and Autonomous Policy Improvement

2026-06-16 · Mingtong Zhang, Dhruv Shah arxiv

Robots deployed in the real world should learn from their experience and improve over time. This requires a mechanism of practicing and learning from feedback. In this paper, we propose VERITAS, a generator-verifier fram…

Tiny Inference-Time Scaling with Latent Verifiers

2026-03-23 · Davide Bucciarelli, Evelyn Turri, Lorenzo Baraldi, Marcella Cornia 외 arxiv

Inference-time scaling has emerged as an effective way to improve generative models at test time by using a verifier to score and select candidate outputs. A common choice is to employ Multimodal Large Language Models (M…