paper-with-me

홈 › Papers

STAR: Learning Diverse Robot Skill Abstractions through Rotation-Augmented Vector Quantization

2025-06-04 · Hao Li, Qi Lv, Rui Shao, Xiang Deng, Yinchuan Li, Jianye Hao, Liqiang Nie

Transforming complex actions into discrete skill abstractions has demonstrated strong potential for robotic manipulation. Existing approaches mainly leverage latent variable models, e.g., VQ-VAE, to learn skill abstractions through learned vectors (codebooks), while they suffer from codebook collapse and modeling the causal relationship between learned skills. To address these limitations, we present \textbf{S}kill \textbf{T}raining with \textbf{A}ugmented \textbf{R}otation (\textbf{STAR}), a framework that advances both skill learning and composition to complete complex behaviors. Specifically, to prevent codebook collapse, we devise rotation-augmented residual skill quantization (RaRSQ). It encodes relative angles between encoder outputs into the gradient flow by rotation-based gradient mechanism. Points within the same skill code are forced to be either pushed apart or pulled closer together depending on gradient directions. Further, to capture the causal relationship between skills, we present causal skill transformer (CST) which explicitly models dependencies between skill representations through an autoregressive mechanism for coherent action generation. Extensive experiments demonstrate the superiority of STAR on both LIBERO benchmark and realworld tasks, with around 12\% improvement over the baselines.

📄 PDF Abstract BibTeX arXiv:2506.03863

Code (1)

jiutian-vl/star 공식 구현

Tasks

Action GenerationQuantization

Methods 이 논문이 사용한 방법론

VQ-VAE VQ-VAE is a type of variational autoencoder that uses vector quantisation to obtain a discrete latent representation. It differs from…

Similar Papers 제목 키워드 기반

LISA: Learning Interpretable Skill Abstractions from Language

2022-02-28 · Divyansh Garg, Skanda Vaidyanath, Kuno Kim, Jiaming Song 외

Learning policies that effectively utilize language instructions in complex, multi-task environments is an important problem in sequential decision-making. While it is possible to condition on the entire language instruc…

Decision MakingImitation LearningQuantizationSequential Decision Making

SkillDiffuser: Interpretable Hierarchical Planning via Skill Abstractions in Diffusion-Based Task Execution

2023-12-18 · CVPR 2024 1 · Zhixuan Liang, Yao Mu, Hengbo Ma, Masayoshi Tomizuka 외

Diffusion models have demonstrated strong potential for robotic trajectory planning. However, generating coherent trajectories from high-level instructions remains challenging, especially for long-range composition tasks…

Trajectory Planning

Learning Semantic Atomic Skills for Multi-Task Robotic Manipulation

2025-12-20 · Yihang Zhu, Weiqing Wang, Shijie Wu, Ye Shi 외 arxiv

Scaling imitation learning to diverse multi-task robot manipulation remains challenging due to suboptimal demonstrations, behavioral multi-modality, and destructive interference across tasks. While skill-based methods of…

Robot Manipulation

Recover, Discover, Plan: Learning Skills and Concepts from Robot Failures

2026-06-16 · Bowen Li, Mayank Mishra, Y. Isabel Liu, Stone Tao 외 arxiv

Intelligent robots should not only recover from failures, but also acquire the abstract knowledge needed to avoid them in the future. While reinforcement learning (RL) can learn reactive recovery behaviors, training a se…

Reinforcement Learning

LodeStar: Long-horizon Dexterity via Synthetic Data Augmentation from Human Demonstrations

2025-08-24 · Weikang Wan, Jiawei Fu, Xiaodi Yuan, Yifeng Zhu 외 arxiv

Developing robotic systems capable of robustly executing long-horizon manipulation tasks with human-level dexterity is challenging, as such tasks require both physical dexterity and seamless sequencing of manipulation sk…

Reinforcement LearningData Augmentation