paper-with-me

Papers

Chunk-Guided Q-Learning

2026-03-14 · Gwanwoo Song, Kwanyoung Park, Youngwoon Lee arxiv

In offline reinforcement learning (RL), single-step temporal-difference (TD) learning can suffer from bootstrapping error accumulation over long horizons. Action-chunked TD methods mitigate this by backing up over multiple steps, but can introduce suboptimality by restricting the policy class to open-loop action sequences. To resolve this trade-off, we present Chunk-Guided Q-Learning (CGQ), a single-step TD algorithm that guides a fine-grained single-step critic by regularizing it toward a chunk-based critic trained using temporally extended backups. This reduces compounding error while preserving fine-grained value propagation. We theoretically show that CGQ attains tighter critic optimality bounds than either single-step or action-chunked TD learning alone. Empirically, CGQ achieves strong performance on challenging long-horizon OGBench tasks, often outperforming both single-step and action-chunked methods.

📄 PDF Abstract BibTeX arXiv:2603.13971

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Off-the-Shelf LLMs as Process Scorers: Training-Free Alternative to PRMs for Mathematical Reasoning

2026-06-01 · Atoosa Chegini, Soheil Feizi arxiv

Selecting the best response from multiple small-model samples using a stronger scorer is a simple inference-time strategy, but fails when the small model has already committed to incorrect reasoning paths. PRM guided sea…

Mathematical Reasoning

Knowledge Graph-Guided Retrieval Augmented Generation

2025-02-08 · Xiangrong Zhu, Yuexiang Xie, Yi Liu, Yaliang Li 외

Retrieval-augmented generation (RAG) has emerged as a promising technology for addressing hallucination issues in the responses generated by large language models (LLMs). Existing studies on RAG primarily focus on applyi…

DiversityHallucinationKnowledge GraphsRAG+2

ReconSpan: Reconstruction-Guided Adaptive Latent Tokenization

2026-08-13 · Lixing Li arxiv

Adaptive latent tokenization maps a fine-grained input to a shorter sequence of continuous representations associated with input-dependent spans. We introduce ReconSpan, which divides text into chunks that a backward dec…

G3AR: Graph-Guided Neural Visual Geometry for Scalable Multi-Sequence Aerial Registration

2026-09-15 · Jeng Wen Joshua Lean, Ting-Yu Yen, Wei-Fang Sun, Simon See 외 arxiv

Full-context neural visual geometry is impractical for thousands of images, while sequence-based chunking poorly captures irregular non-local overlap in multi-sequence aerial collections. We present Graph-Guided Neural V…

SEAM: Smooth Execution of Action-Chunked Motion for Vision-Language-Action Policies

2026-07-06 · Dijia Zhan, Xuemiao Xu, Jinyi Li, Jie Tang arxiv

Vision-Language-Action (VLA) policies that execute fixed-length action chunks can exhibit multimodal bifurcation: a cross-chunk inconsistency in which adjacent chunks generated from independent Gaussian latents can conve…