paper-with-me

Papers

Understanding Behavior Cloning with Action Quantization

2026-03-20 · Haoqun Cao, Tengyang Xie arxiv

Behavior cloning is a fundamental paradigm in machine learning, enabling policy learning from expert demonstrations across robotics, autonomous driving, and generative models. Autoregressive models like transformer have proven remarkably effective, from large language models (LLMs) to vision-language-action systems (VLAs). However, applying autoregressive models to continuous control requires discretizing actions through quantization, a practice widely adopted yet poorly understood theoretically. This paper provides theoretical foundations for this practice. We analyze how quantization error propagates along the horizon and interacts with statistical sample complexity. We show that behavior cloning with quantized actions and log-loss achieves optimal sample complexity, matching existing lower bounds, and incurs only polynomial horizon dependence on quantization error, provided the dynamics are stable and the policy satisfies a probabilistic smoothness condition. We further characterize when different quantization schemes satisfy or violate these requirements, and propose a model-based augmentation that provably improves the error bound without requiring policy smoothness. Finally, we establish fundamental limits that jointly capture the effects of quantization error and statistical complexity.

📄 PDF Abstract BibTeX arXiv:2603.20538

Code (0)

등록된 구현이 없습니다.

Tasks

Continuous ControlAutonomous Driving

Similar Papers 제목 키워드 기반

One ACT Play: Single Demonstration Behavior Cloning with Action Chunking Transformers

2023-09-18 · Abraham George, Amir Barati Farimani

Learning from human demonstrations (behavior cloning) is a cornerstone of robot learning. However, most behavior cloning algorithms require a large number of demonstrations to learn a task, especially for general tasks t…

Chunking

Understanding Multimodal Failure in Action-Chunking Behavioral Cloning

2026-05-21 · Lorenzo Mazza, Massimiliano Datres, Ariel Rodriguez, Sebastian Bodenstedt 외 arxiv

Behavioral cloning becomes difficult when the same observation admits several valid actions. We study this problem for action-chunking policies and show that different multimodal parameterizations fail in different ways.…

Exploring the Limitations of Behavior Cloning for Autonomous Driving

2019-04-18 · ICCV 2019 10 · Felipe Codevilla, Eder Santana, Antonio M. López, Adrien Gaidon

Driving requires reacting to a wide variety of complex environment conditions and agent behaviors. Explicitly modeling each possible scenario is unrealistic. In contrast, imitation learning can, in theory, leverage data …

Autonomous DrivingImitation Learning

Butterfly Effects of SGD Noise: Error Amplification in Behavior Cloning and Autoregression

2023-10-17 · Adam Block, Dylan J. Foster, Akshay Krishnamurthy, Max Simchowitz 외

This work studies training instabilities of behavior cloning with deep neural networks. We observe that minibatch SGD updates to the policy network during training result in sharp oscillations in long-horizon rewards, de…

continuous-controlContinuous ControlText Generation

Know Your Boundaries: The Necessity of Explicit Behavioral Cloning in Offline RL

2022-06-01 · Wonjoon Goo, Scott Niekum

We introduce an offline reinforcement learning (RL) algorithm that explicitly clones a behavior policy to constrain value learning. In offline RL, it is often important to prevent a policy from selecting unobserved actio…

D4RLOffline RLReinforcement Learning (RL)