imitation-learning

Tag

Cards List
#imitation-learning

@svlevine: Action chunking is a mysteriously effective method. Modern large-scale imitation learning basically doesn't work withou…

X AI KOLs Following · 2d ago Cached

Sergey Levine highlights a new paper investigating why action chunking is so effective in modern large-scale imitation learning for robotics, breaking down the underlying reasons.

0 favorites 0 likes
#imitation-learning

@starlitmatcha: Today I read few papers about Action Chunking Transformers (ACT) and Diffusion Policy, which are the implementation of …

X AI KOLs Timeline · 5d ago Cached

Khushi shares her reading notes on Action Chunking Transformers and Diffusion Policy, explaining how action chunking with generative models like VAEs and diffusion improves imitation learning for robotics, and how they solve inference latency with decoupled planning and execution.

0 favorites 0 likes
#imitation-learning

Mirror Learning

arXiv cs.LG · 2026-08-03 Cached

This paper proposes 'Mirror Learning', a framework for imitation learning from third-person observation that uses a fine-tuned video diffusion model for perspective transformation and an inverse dynamics model to synthesize pseudo first-person expert data, showing that this mirror data alone can train effective policies and improve behavior cloning.

0 favorites 0 likes
#imitation-learning

HiFi-UMI: Learning Deployable Manipulation Policies from High-Fidelity UMI Data Alone

Hugging Face Daily Papers · 2026-07-28 Cached

HiFi-UMI introduces a portable data-production system for robot-free UMI data that achieves high trajectory accuracy using stereo-inertial SLAM and wide-angle cameras. Training manipulation policies on this data alone enables zero-shot deployment on real robots, matching or exceeding teleoperation baselines across several model families, and the authors open-source a 2,000-hour high-fidelity dataset.

0 favorites 0 likes
#imitation-learning

Why first person video may matter for robot learning[D]

Reddit r/MachineLearning · 2026-07-25

The article discusses the potential benefits and challenges of using first-person video for robot learning, highlighting that while direct imitation is limited, the sequence of visual attention may transfer. It references LingBot-VLA 2.0 and calls for controlled evaluations to separate viewpoint effects from data volume.

0 favorites 0 likes
#imitation-learning

I built a no-code tool that learns to play any 2D game by watching you play it

Reddit r/ArtificialInteligence · 2026-07-20

DeepEpoch is a no-code desktop app that learns to play 2D games by watching users play via behavior cloning, with human-in-the-loop fine-tuning.

0 favorites 0 likes
#imitation-learning

@aimalysheva: latent actions are having a moment, especially in robotics: instead of predicting a robot's actual joint commands or ga…

X AI KOLs Following · 2026-07-18 Cached

Latent actions are gaining traction in robotics as a way to learn from unlabeled video without action labels. Recent papers from DeepMind and FAIR demonstrate progress from controlled game environments to in-the-wild internet video, promising scalable training for imitation learning.

0 favorites 0 likes
#imitation-learning

Distributionally Robust and Safe Imitation Learning

arXiv cs.LG · 2026-07-16 Cached

This paper proposes a unified imitation learning framework using Taylor Series Imitation Learning and distributionally robust adaptive control to address both policy-induced and uncertainty-induced distribution shifts, with a UAV case study demonstrating safety under uncertainty.

0 favorites 0 likes
#imitation-learning

I watched a robot keep up with a live air-hockey puck at real speed, and it predicts the play instead of just reacting

Reddit r/ArtificialInteligence · 2026-07-10

The article discusses the shift from reactive to prediction-based robot control, highlighted by the LingBot-VA 2.0 model which can keep up with fast-moving objects like an air-hockey puck and learn from few demonstrations.

0 favorites 0 likes
#imitation-learning

Feedback Manipulation Regularization: Enabling Offline Agent Alignment for Imitation Learning

arXiv cs.AI · 2026-07-10 Cached

This paper introduces Feedback Manipulation Regularization (FMR), an algorithm-agnostic method that uses evaluative feedback to improve alignment in imitation learning, achieving up to 98% reduction in misalignment in Safety Gymnasium environments.

0 favorites 0 likes
#imitation-learning

RynnWorld-Teleop: An Action-Conditioned World Model for Digital Teleoperation

Hugging Face Daily Papers · 2026-07-07 Cached

Introduces digital teleoperation using action-conditioned world models to generate diverse training data for robotics, decoupling data collection from physical hardware. The system achieves real-time generation and enables zero-shot Sim2Real transfer.

0 favorites 0 likes
#imitation-learning

SIEVE: Structure-Aware Data Selection for Imitation Learning with VLA Models

Hugging Face Daily Papers · 2026-07-07 Cached

SIEVE is a structure-aware data selection method for vision-language-action imitation learning that identifies reusable visuo-motor primitives and transition interfaces, outperforming full-data training with only 50% of demonstrations and training steps.

0 favorites 0 likes
#imitation-learning

Path-level Hindsight Instructions for Semantic Exploration in Vision-Language Navigation

arXiv cs.AI · 2026-07-03 Cached

Introduces Φ-Nav, a unified on-policy framework that uses hindsight reasoning to synthetically generate path-level instructions from exploratory trajectories, bridging the semantic supervision gap in Vision-Language Navigation and achieving competitive results on R2R-CE and RxR-CE benchmarks with fewer expert demonstrations.

0 favorites 0 likes
#imitation-learning

Active-GRPO: Adaptive Imitation and Self-Improving Reasoning for Molecular Optimization

arXiv cs.LG · 2026-07-02 Cached

Active-GRPO introduces an adaptive imitation and self-improving reasoning framework that dynamically decides when to imitate references and when to reinforce the model's own discoveries for molecular optimization, achieving statistically significant improvements over previous methods on the TOMG-Bench-MolOpt benchmark.

0 favorites 0 likes
#imitation-learning

Behavior Cloning is Not All You Need: The Optimality of On-Policy Distillation for Noisy Expert Feedback

arXiv cs.LG · 2026-07-01 Cached

This paper proposes a noisy expert model to explain the gap between offline and online imitation learning, showing that offline learning from noisy trajectories requires exponential sample complexity while online on-policy distillation achieves polynomial dependence. The analysis leads to an alternative loss function and experiments confirm the theoretical findings.

0 favorites 0 likes
#imitation-learning

ReGuide: From Test-Time Guidance to Self-Improving Diffusion Policies

arXiv cs.LG · 2026-06-30 Cached

ReGuide introduces a self-improving framework for diffusion policies that uses test-time guidance to generate corrective rollouts, then fine-tunes the policy on this data, achieving 1.3–7.7× success improvement on Robomimic tasks.

0 favorites 0 likes
#imitation-learning

@oprydai: lerobot so-101 is interesting because it makes robot learning feel like an actual software pipeline instead of random l…

X AI KOLs Following · 2026-06-26 Cached

Lerobot SO-101 is a framework that transforms robot learning from messy lab magic into a clean, reproducible software pipeline, enabling structured data collection, policy training, and deployment, similar to what PyTorch did for deep learning.

0 favorites 0 likes
#imitation-learning

Do as the Romans Do: Learning Universal Behaviors from Heterogeneous Agents

arXiv cs.LG · 2026-06-18 Cached

This paper introduces GRID, a social learning method that extracts universal behaviors from heterogeneous agents by decomposing per-agent reward functions into general and specific rewards, enabling a generalist agent that avoids mode-averaging bias.

0 favorites 0 likes
#imitation-learning

Phase-Localized Curation Does Not Help: A Negative Result on Per-Phase Metric Selection for Demonstration Filtering

arXiv cs.LG · 2026-06-16 Cached

This paper investigates whether per-phase metric selection improves demonstration curation for behavior cloning policies. The authors find that phase-gated curation never outperforms global or uniform metric application, and the dilution of defect signals across phases explains the failure.

0 favorites 0 likes
#imitation-learning

Reinforcement Learning-Guided Retrieval with Soft Fusion for Robust Multimodal Imitation Learning under Missing Modalities

Hugging Face Daily Papers · 2026-06-13 Cached

RL4IL introduces a reinforcement learning-guided retrieval method that uses soft fusion over frozen demonstration libraries to handle missing sensor modalities in robotic imitation learning at inference time, achieving high success rates under complete camera dropout.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback