paper-with-me

홈 › Papers

Elastic Queries Reinforcement Learning: Self-Aware Policy Execution for VLA Models

2026-06-12 · Ge Wang, Xinyu Tan, Xiang Li, Man Luo, Chengsi Yao, Shenhao Yan, Jiahao Yang, Fan Feng, Honghao Cai, Xiangyuan Wang, Zhixin Mai, Yiming Zhao, Yatong Han, Zhen Li arxiv

Vision-language-action (VLA) models are powerful action generators for robot manipulation, but they are typically executed with fixed inference and replanning schedules. This rigidity ignores the uneven difficulty of robot control: contact-rich or uncertain states may need more computation and fresher feedback, while easier states can often be handled with fewer inference steps and longer open-loop execution. We propose Elastic Queries Reinforcement Learning (EQRL), a framework that makes each VLA policy query elastic. A lightweight latent-schedule adaptor jointly selects the latent input, denoising budget, and action chunk length, without fine-tuning the underlying VLA model. To make scheduling difficulty-aware, EQRL trains a critic over the joint latent-schedule action and derives a state difficulty signal from critic ensemble disagreement. This signal guides compute toward difficult states, while a learned residual allows task-driven correction. We formulate variable chunk execution as query-level macro-action RL with chunk-dependent discounting and an amortized number-of-function-evaluations (NFE) budget. Across simulation and real-robot manipulation, EQRL reduces amortized inference cost while preserving or improving task success.

📄 PDF Abstract BibTeX arXiv:2606.14375

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningRobot Manipulation

Similar Papers 제목 키워드 기반

Beyond Fast and Slow: Cognitive-Inspired Elastic Reasoning for Large Language Models

2025-12-17 · Jinwu Hu, Dongjin Yang, Langyu Bian, Zhiquan Wen 외 arxiv

Large language models (LLMs) have demonstrated impressive performance across various language tasks. However, existing LLM reasoning strategies mainly rely on the LLM itself with fast or slow mode (like o1 thinking) and …

Reinforcement Learning

Reducing Idleness in Financial Cloud Services via Multi-objective Evolutionary Reinforcement Learning based Load Balancer

2023-05-05 · Peng Yang, Laoming Zhang, Haifeng Liu, Guiying Li

In recent years, various companies have started to shift their data services from traditional data centers to the cloud. One of the major motivations is to save on operational costs with the aid of cloud elasticity. This…

Learning When Not to Act: Mitigating Tool Abuse in Agentic Reinforcement Learning

2026-06-01 · Liuji Chen, Dianxing Tang, Xing Shi, Dingshuo Chen 외 arxiv

Agentic reinforcement learning can induce tool abuse, where models overuse external tools even for queries solvable by internal reasoning. Existing approaches mitigate this issue with uniform tool-use penalties or hard l…

Reinforcement Learning

Implicit Neural-Representation Learning for Elastic Deformable-Object Manipulations

2025-05-01 · Minseok Song, JeongHo Ha, Bonggyeong Park, Daehyung Park

We aim to solve the problem of manipulating deformable objects, particularly elastic bands, in real-world scenarios. However, deformable object manipulation (DOM) requires a policy that works on a large state space due t…

Deformable Object ManipulationReinforcement Learning (RL)Representation Learning

Learning to Refuse: Refusal-Aware Reinforcement Fine-Tuning for Hard-Irrelevant Queries in Video Temporal Grounding

2025-11-28 · Jin-Seop Lee, SungJoon Lee, SeongJun Jung, Boyang Li 외 arxiv

Video Temporal Grounding (VTG) aims to localize a temporal segment in a video corresponding to a natural language query. However, existing VTG models assume that a relevant segment always exists, causing them to always p…