paper-with-me

Papers

Improving Generative Behavior Cloning via Self-Guidance and Adaptive Chunking

2025-10-14 · Junhyuk So, Chiwoong Lee, Shinyoung Lee, Jungseul Ok, Eunhyeok Park arxiv

Generative Behavior Cloning (GBC) is a simple yet effective framework for robot learning, particularly in multi-task settings. Recent GBC methods often employ diffusion policies with open-loop (OL) control, where actions are generated via a diffusion process and executed in multi-step chunks without replanning. While this approach has demonstrated strong success rates and generalization, its inherent stochasticity can result in erroneous action sampling, occasionally leading to unexpected task failures. Moreover, OL control suffers from delayed responses, which can degrade performance in noisy or dynamic environments. To address these limitations, we propose two novel techniques to enhance the consistency and reactivity of diffusion policies: (1) self-guidance, which improves action fidelity by leveraging past observations and implicitly promoting future-aware behavior; and (2) adaptive chunking, which selectively updates action sequences when the benefits of reactivity outweigh the need for temporal consistency. Extensive experiments show that our approach substantially improves GBC performance across a wide range of simulated and real-world robotic manipulation tasks. Our code is available at https://github.com/junhyukso/SGAC

📄 PDF Abstract BibTeX arXiv:2510.12392

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Value-Guidance MeanFlow for Offline Multi-Agent Reinforcement Learning

2026-04-09 · Teng Pang, Zhiqiang Dong, Yan Zhang, Rongjian Xu 외 arxiv

Offline multi-agent reinforcement learning (MARL) aims to learn the optimal joint policy from pre-collected datasets, requiring a trade-off between maximizing global returns and mitigating distribution shift from offline…

Multi-agent Reinforcement Learning

Diverse Imitation Learning via Self-OrganizingGenerative Models

2021-09-29 · Arash Vahabpour, QIUJING LU, Tianyi Wang, Omead Pooladzandi 외

Imitation learning is the problem of teaching an agent to replicate expert policy from demonstrations when the underlying reward function is unavailable. This task becomes particularly challenging when the expert demonst…

Imitation LearningMuJoCo

Self Driving RC Car using Behavioral Cloning

2019-10-10 · Aliasgar Haji, Priyam Shah, Srinivas Bijoor

Self Driving Car technology is a vehicle that guides itself without human conduction. The first truly autonomous cars appeared in the 1980s with projects funded by DARPA( Defense Advance Research Project Agency ). Since …

BIG-bench Machine Learning

Diffusion Guidance Is a Controllable Policy Improvement Operator

2025-05-29 · Kevin Frans, Seohong Park, Pieter Abbeel, Sergey Levine

At the core of reinforcement learning is the idea of learning beyond the performance in the data. However, scaling such systems has proven notoriously tricky. In contrast, techniques from generative modeling have proven …

Offline RL

Provable Guarantees for Generative Behavior Cloning: Bridging Low-Level Stability and High-Level Behavior

2023-07-27 · NeurIPS 2023 11

We propose a theoretical framework for studying behavior cloning of complex expert demonstrations using generative modeling. Our framework invokes low-level controllers - either learned or implicit in position-command co…

Data Augmentation