paper-with-me

Papers

PAC-ACT: Post-training Actor-Critic for Action Chunking Transformers

2026-07-10 · Yujie Pang, Zudong Li arxiv

Precision industrial contact manipulation requires reliable robot policies under pose perturbations and contact-force constraints. Vision-language-action models offer broad generalization but often introduce high inference latency and GPU-memory cost, while vision-action chunking policies are more suitable for real-time industrial control. However, these policies are usually trained by behavior cloning and suffer from distribution shift in contact-rich tasks. This paper proposes PAC-ACT, a reinforcement-learning post-training framework for pretrained Action Chunking Transformer policies. PAC-ACT reformulates policy optimization at the chunk level, constructs an ACT-transferred actor-critic architecture, and introduces a hybrid behavior-prior constraint to preserve the pretrained action distribution during online fine-tuning. Experiments on industrial precision-contact benchmarks show that PAC-ACT improves task success, contact stability, and force safety while retaining low latency and low GPU-memory usage. On the Contour task, PAC-ACT significantly reduces peak contact force and decreases the proportion of force readings above 60 N by 46 times. Sparse-reward ablations further show that the proposed behavior-prior constraint enables effective exploration under randomized initial poses.

📄 PDF Abstract BibTeX arXiv:2607.09590

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Chunking the Critic: A Transformer-based Soft Actor-Critic with N-Step Returns

2025-03-05 · Dong Tian, Ge Li, Hongyi Zhou, Onur Celik 외

Soft Actor-Critic (SAC) critically depends on its critic network, which typically evaluates a single state-action pair to guide policy updates. Using N-step returns is a common practice to reduce the bias in the target v…

Chunking

Adaptive Q-Chunking for Offline-to-Online Reinforcement Learning

2026-05-07 · Nandiraju Gireesh, Yuanliang Ju, He Wang arxiv

Offline-to-online reinforcement learning with action chunking eliminates multi-step off-policy bias and enables temporally coherent exploration, but all existing methods use a fixed chunk size across every state. This is…

Reinforcement Learning

Multimodal Language Models Benchmarked Against the NRC Reactor Operator Licensing Examination: Fine-Tuning and Retrieval Strategies

2026-07-24 · Isak Hwang, Yoon Pyo Lee, Syed Bahauddin Alam arxiv

Competence claims for a language model in a safety-critical domain are credible when measured against a standard the domain already enforces. We evaluate an open-weight 31-billion-parameter multimodal model (Gemma 4 31B-…

Accelerating Vision-Language-Action Model Integrated with Action Chunking via Parallel Decoding

2025-03-04 · Wenxuan Song, Jiayi Chen, Pengxiang Ding, Han Zhao 외

Vision-Language-Action (VLA) models demonstrate remarkable potential for generalizable robotic manipulation. The performance of VLA models can be improved by integrating with action chunking, a critical technique for eff…

ChunkingVision-Language-Action

Implicit Action Chunking for Smooth Continuous Control

2026-05-19 · Bosun Liang, Shuo Pei, Zirui Chen, Chuanzhi Fan 외 arxiv

Reinforcement learning often produces high-frequency oscillatory control signals that undermine the safety and stability required for physical deployment. Explicit action chunking addresses this by predicting fixed-horiz…

Reinforcement LearningContinuous ControlAutonomous Driving