Dual-Process Atomic Skill Learning: Decoupling Semantic Reasoning and Real-Time Control

📅 2026-07-12
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the limitations of language-guided imitation learning in multi-step compositional tasks—specifically, poor generalization, training instability due to tight coupling between semantic reasoning and action generation, and skill codebook collapse. Inspired by dual-process cognitive theory, the authors propose an asynchronous hierarchical imitation learning framework that decouples high-level semantic reasoning (operating at low frequency) from low-level action control (at high frequency). The approach leverages vector quantization to construct a discrete set of atomic skills and integrates a latent diffusion model with Decision Transformer to enable precise, skill-conditioned action generation. Experiments demonstrate that the proposed framework significantly outperforms existing methods in both simulation and real-world environments, exhibiting superior performance in acquiring atomic skills and achieving strong compositional generalization to unseen instructions.
📝 Abstract
Language-conditioned Imitation Learning (IL) is essential for enabling robots to perform complex tasks following natural language instructions. However, generalizing to multi-step compositional tasks remains a significant challenge. While hierarchical approaches attempt to address this by decomposing tasks into atomic skills, existing methods often suffer from training instability and codebook collapse due to the tight coupling between high-level skill reasoning and low-level action generation in joint training paradigms. Inspired by the Dual-Process Theory of cognition, we propose Dual-Process Atomic Skill Learning (DASL), a novel asynchronous hierarchical imitation learning framework that decouples slow semantic reasoning from fast, real-time motion control. DASL comprises a Slow-Frequency Policy that predicts interpretable, discrete skills via Vector Quantization, and a High-Frequency Policy that leverages a latent diffusion model and a Decision Transformer to generate precise actions conditioned on these latent skills. By asynchronously coordinating these modules and utilizing diffusion to structure the latent space, our framework mitigates the skill codebook interference problem common in joint training paradigms. Evaluations across simulation benchmarks and experiment demonstrate that DASL significantly outperforms state-of-the-art baselines, excelling in skill acquisition and compositional generalization to unseen instructions. GitHub page: https://github.com/Hatakekaka/DASL
Problem

Research questions and friction points this paper is trying to address.

Language-conditioned Imitation Learning
Compositional Generalization
Hierarchical Imitation Learning
Skill Decoupling
Codebook Collapse
Innovation

Methods, ideas, or system contributions that make the work stand out.

Dual-Process Learning
Hierarchical Imitation Learning
Vector Quantization
Latent Diffusion Model
Compositional Generalization
🔎 Similar Papers
No similar papers found.