Search papers, labs, and topics across Lattice.
This paper introduces a phase-conditioned imitation learning framework for deformable object manipulation that addresses state aliasing and enables autonomous failure recovery. The approach uses a FiLM-conditioned ACT encoder to modulate feature extraction based on task phase, combined with a multi-modal phase predictor that fuses visual, force, and pose feedback to detect contact failures. Experiments on T-shirt hanging and removal tasks demonstrate that the closed-loop system significantly improves success rates by autonomously triggering recovery trajectories.
Force feedback unlocks autonomous recovery from contact failures in deformable object manipulation, boosting task success rates by over 30%.
This paper presents a phase-conditioned, force-aware framework for robust deformable object manipulation. Standard imitation learning policies such as Action Chunking with Transformers (ACT) rely on a Markovian assumption at inference, causing state aliasing when visually similar observations require contradictory actions and preventing autonomous recovery from execution failures. We address this with a closed-loop hierarchical architecture. A FiLM-conditioned ACT encoder modulates feature extraction based on the current task phase, enabling a single unified policy to produce phase-specific behaviors while sharing action dynamics across phases. A multi-modal phase predictor fusing visual, force, and pose feedback estimates the phase in real time, detecting contact failures that are invisible to vision alone and autonomously triggering recovery trajectories. The system is completed by a hybrid impedance controller for compliant execution and a haptic teleoperation interface for force-aware data collection. Ablation studies show that FiLM-based modulation significantly outperforms both unconditioned and token-level conditioned baselines, and t-SNE analysis confirms that FiLM induces well-separated, phase-specific feature representations. Validated on hanging and removing a T-shirt with dual arms, the closed-loop system improves the hanging success rate from 56\% to 87\% through autonomous error recovery. Code and videos: https://leledeyuan00.github.io/phaser/