paper-with-me

Papers

Robust and Efficient Embedded Convex Optimization through First-Order Adaptive Caching

2025-07-04 · Ishaan Mahajan, Brian Plancher arxiv

Recent advances in Model Predictive Control (MPC) leveraging a combination of first-order methods, such as the Alternating Direction Method of Multipliers (ADMM), and offline precomputation and caching of select operations, have excitingly enabled real-time MPC on microcontrollers. Unfortunately, these approaches require the use of fixed hyperparameters, limiting their adaptability and overall performance. In this work, we introduce First-Order Adaptive Caching, which precomputes not only select matrix operations but also their sensitivities to hyperparameter variations, enabling online hyperparameter updates without full recomputation of the cache. We demonstrate the effectiveness of our approach on a number of dynamic quadrotor tasks, achieving up to a 63.4% reduction in ADMM iterations over the use of optimized fixed hyperparameters and approaching 70% of the performance of a full cache recomputation, while reducing the computational cost from O(n^3) to O(n^2) complexity. This performance enables us to perform figure-eight trajectories on a 27g tiny quadrotor under wind disturbances. We release our implementation open-source for the benefit of the wider robotics community.

📄 PDF Abstract BibTeX arXiv:2507.03231

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient Algorithms for Non-convex Isotonic Regression through Submodular Optimization

2017-07-28 · NeurIPS 2018 12 · Francis Bach

We consider the minimization of submodular functions subject to ordering constraints. We show that this optimization problem can be cast as a convex optimization problem on a space of uni-dimensional measures, with order…

regression

Real-Time Auto-Optimization in Unknown Environments via Structure-Exploiting Dual Control for Exploration and Exploitation

2026-05-21 · Shiying Dong, Haoyang Yang, Qiwei Liu, Wen-Hua Chen arxiv

This paper develops a fast numerical dual control for exploration and exploitation (DCEE) method to address auto-optimization problems in unknown environments. In auto-optimization problems, the optimal operating conditi…

Active Learning

A Fully First-Order Layer for Differentiable Optimization

2025-12-02 · Zihao Zhao, Kai-Chia Mo, Shing-Hei Ho, Brandon Amos 외 arxiv

Differentiable optimization layers enable learning systems to make decisions by solving embedded optimization problems. However, computing gradients via implicit differentiation requires solving a linear system with Hess…

Bilevel Optimization

First-order Methods for Geodesically Convex Optimization

2016-02-19 · Hongyi Zhang, Suvrit Sra

Geodesic convexity generalizes the notion of (vector space) convexity to nonlinear metric spaces. But unlike convex optimization, geodesically convex (g-convex) optimization is much less developed. In this paper we contr…

Empirical study of PROXTONE and PROXTONE$^+$ for Fast Learning of Large Scale Sparse Models

2016-04-18 · Ziqiang Shi, Rujie Liu

PROXTONE is a novel and fast method for optimization of large scale non-smooth convex problem \cite{shi2015large}. In this work, we try to use PROXTONE method in solving large scale \emph{non-smooth non-convex} problems,…