paper-with-me

홈 › Papers

IMPACT: An Implicit Active-Set Augmented Lagrangian for Fast Contact-Implicit Trajectory Optimization

2026-05-09 · Jiayun Li, Dejian Gong, Georgia Chalvatzaki arxiv

Contact-implicit trajectory optimization (CITO) has attracted growing attention as a unified framework for planning and control in contact-rich robotic tasks. Recent approaches have demonstrated promising results in manipulation and locomotion without requiring a prescribed contact-mode schedule. It is well known that the underlying mathematical programs with complementarity constraints (MPCCs) remain numerically ill-conditioned, and systematic, scalable solution strategies for CITO remain an active area of research. More efficient and principled solvers that can handle contact constraints are therefore essential to broaden the applicability of CITO. In this work, we develop an augmented-Lagrangian approach to CITO for solving MPCC-based CITO with stationarity guarantees. The method can be interpreted as identifying the implicit contact-mode branches on the fly during the trajectory optimization (TO) iterations; we call this approach IMPACT (IMPlicit contact ACtive-set Trajectory optimization). We provide an efficient C++ implementation tailored to trajectory-optimization workloads and evaluate it on the open-source CITO and contact-implicit model predictive control (CI-MPC) benchmarks. On CITO, IMPACT achieves 2.9x-70x speedups over strong baselines (geometric mean 13.8x). On CI-MPC, we show improved control quality for contact-rich trajectories on dexterous manipulation tasks in simulation. Finally, we demonstrate the proposed method on real robotic hardware on a T-shaped object pushing task.

📄 PDF Abstract BibTeX arXiv:2605.09127

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Restricted Linearized Augmented Lagrangian Method for Euler's Elastica Model

2019-08-05 · Yinghui Zhang, Xiaojuan Deng, Jun Zhang, Hongwei Li

Euler's elastica model has been extensively studied and applied to image processing tasks. However, due to the high nonlinearity and nonconvexity of the involved curvature term, conventional algorithms suffer from slow c…

Fast Multiplier Methods to Optimize Non-exhaustive, Overlapping Clustering

2016-02-05 · Yangyang Hou, Joyce Jiyoung Whang, David F. Gleich, Inderjit S. Dhillon

Clustering is one of the most fundamental and important tasks in data mining. Traditional clustering algorithms, such as K-means, assign every data point to exactly one cluster. However, in real-world datasets, the clust…

Clustering

A new ADMM algorithm for the Euclidean median and its application to robust patch regression

2015-01-16 · Kunal. N. Chaudhury, K. R. Ramakrishnan

The Euclidean Median (EM) of a set of points $\Omega$ in an Euclidean space is the point x minimizing the (weighted) sum of the Euclidean distances of x to the points in $\Omega$. While there exits no closed-form express…

DenoisingImage Denoisingregression

An Efficient Semi-smooth Newton Augmented Lagrangian Method for Elastic Net

2020-06-06 · Tobia Boschi, Matthew Reimherr, Francesca Chiaromonte

Feature selection is an important and active research area in statistics and machine learning. The Elastic Net is often used to perform selection when the features present non-negligible collinearity or practitioners wis…

CPUfeature selection

SAUL: Sharpness-Aware Augmented-Lagrangian Unlearning

2026-08-17 · Jaewan Choi, Junyoung Yang, Sangdon Park arxiv

Machine unlearning in Large Language Models (LLMs) faces a critical trade-off between erasing target knowledge and preserving general utility. We propose SAUL (Sharpness-Aware Augmented-Lagrangian Unlearning), which form…