paper-with-me

Papers

TurboADMM: A Structure-Exploiting Parallel Solver for Multi-Agent Trajectory Optimization

2026-01-14 · Yucheng Chen arxiv

Multi-agent trajectory optimization with dense interaction networks require solving large coupled QPs at control rates, yet existing solvers fail to simultaneously exploit temporal structure, agent decomposition, and iteration similarity. One usually treats multi-agent problems monolithically when using general-purpose QP solvers (OSQP, MOSEK), which encounter scalability difficulties with agent count. Structure-exploiting solvers (HPIPM) leverage temporal structure through Riccati recursion but can be vulnerable to dense coupling constraints. We introduce TurboADMM, a specialized single-machine QP solver that achieves empirically near linear complexity in agent count through systematic co-design of three complementary components: (1) ADMM decomposition creates per-agent subproblems solvable in parallel, preserving block-tridiagonal structure under dense coupling; (2) Riccati warmstart exploits temporal structure to provide high-quality primal-dual initialization for each agent's QP; (3) parametric QP hotstart \footnote{In the paper, we refer warmstart as the technique that uses the Riccati equation results as auxiliary QP initialization for a single QP solve, while hotstart as reusing the QR factorization across QP solve iterations.}in qpOASES reuses similar KKT system factorizations across ADMM iterations.

📄 PDF Abstract BibTeX arXiv:2602.15838

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Solving Integer Linear Programming with Parallel Tempering

2026-05-28 · Kyuil Sim, Sanghyeok Choi, Jinkyoo Park arxiv

Integer Linear Programming (ILP) serves as a versatile framework for modeling a wide range of combinatorial optimization problems, typically addressed by sophisticated exact solvers or heuristics. While learning-based ap…

Parallel Branch Model Predictive Control on GPUs

2025-06-16 · Luyao Zhang, Chenghuai Lin, Sergio Grammatico

We present a parallel GPU-accelerated solver for branch Model Predictive Control problems. Based on iterative LQR methods, our solver exploits the tree-sparse structure and implements temporal parallelism using the paral…

CPUGPUmodelModel Predictive Control

P-BOOST: Parallel Boosting of Optimal Narrow-Band Direction of Arrival Estimators

2019-09-16

Optimal Maximum Likelihood (ML), narrow-band direction finding cannot be easily initialized in coherent and low signal to noise ratio environments. Sparse under-determined solvers are considered as viable solutions to th…

Vectorized Online POMDP Planning

2025-10-31 · Marcus Hoerger, Muhammad Sudrajat, Hanna Kurniawati arxiv

Planning under partial observability is an essential capability of autonomous robots. The Partially Observable Markov Decision Process (POMDP) provides a powerful framework for planning under partial observability proble…

Structure based SAT dataset for analysing GNN generalisation

2025-02-17 · Yi Fu, Anthony Tompkins, Yang song, Maurice Pagnucco

Satisfiability (SAT) solvers based on techniques such as conflict driven clause learning (CDCL) have produced excellent performance on both synthetic and real world industrial problems. While these CDCL solvers only oper…

Graph Neural Network