Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

Diffusion-Based Impedance Learning for Contact-Rich Manipulation Tasks

Created by
  • Haebom

Author

Noah Geiger, Tamim Asfour, Neville Hogan, Johannes Lachner

Outline

This paper presents a Diffusion-Based Impedance Learning framework that combines learning methods that excel at motion generation in the information domain with impedance control that shapes physical interactions in the energy domain. A Transformer-based diffusion model is used to reconstruct a simulated Zero-Force Trajectory (sZFT), and a SLERP-based quaternion noise scheduler is introduced for rotation to ensure geometric consistency. The reconstructed sZFT is then fed into an energy-based estimator that updates the stiffness and damping parameters. Data were collected for park play scenarios and robot-assisted therapy tasks, achieving accurate position and rotational accuracies even with a small sample size. The small model size enables real-time torque control and autonomous stiffness adaptation, and successful results are achieved in various peg insertion tasks.

Takeaways, Limitations

Takeaways:
Contributing to Physical AI through the fusion of learning-based methods and model-based control.
Achieving high accuracy even with small amounts of data.
Real-time control and autonomous stiffness adaptation possible.
Perform generalized tasks (e.g., inserting a peg).
All code is public.
Limitations:
There is no Limitations specified in the paper.
👍