paper-with-me

Papers

Learning context-aware adaptive solvers to accelerate quadratic programming

2022-11-22 · Haewon Jung, Junyoung Park, Jinkyoo Park

Convex quadratic programming (QP) is an important sub-field of mathematical optimization. The alternating direction method of multipliers (ADMM) is a successful method to solve QP. Even though ADMM shows promising results in solving various types of QP, its convergence speed is known to be highly dependent on the step-size parameter $\rho$. Due to the absence of a general rule for setting $\rho$, it is often tuned manually or heuristically. In this paper, we propose CA-ADMM (Context-aware Adaptive ADMM)) which learns to adaptively adjust $\rho$ to accelerate ADMM. CA-ADMM extracts the spatio-temporal context, which captures the dependency of the primal and dual variables of QP and their temporal evolution during the ADMM iterations. CA-ADMM chooses $\rho$ based on the extracted context. Through extensive numerical experiments, we validated that CA-ADMM effectively generalizes to unseen QP problems with different sizes and classes (i.e., having different QP parameter structures). Furthermore, we verified that CA-ADMM could dynamically adjust $\rho$ considering the stage of the optimization process to accelerate the convergence speed further.

📄 PDF Abstract BibTeX arXiv:2211.12443

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ADMM The alternating direction method of multipliers (ADMM) is an algorithm that solves convex optimization problems by breaking them into smaller pieces, each of which are…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

SubQuad: Near-Quadratic-Free Structure Inference with Distribution-Balanced Objectives in Adaptive Receptor framework

2026-02-19 · Rong Fu, Zijian Zhang, Kun Liu, Jiekai Wu 외 arxiv

Comparative analysis of adaptive immune repertoires at population scale is hampered by two practical bottlenecks: the near-quadratic cost of pairwise affinity evaluations and dataset imbalances that obscure clinically im…

Warm-starting active-set solvers using graph neural networks

2025-11-17 · Ella J. Schmidtobreick, Daniel Arnström, Paul Häusner, Jens Sjölund arxiv

Quadratic programming (QP) solvers are widely used in real-time control and optimization, but their computational cost often limits applicability in time-critical settings. To resolve this, we propose a learning-to-optim…

Fast Convex Quadratic Optimization Solvers with Adaptive Sketching-based Preconditioners

2021-04-29 · Jonathan Lacotte, Mert Pilanci

We consider least-squares problems with quadratic regularization and propose novel sketching-based iterative methods with an adaptive sketch size. The sketch size can be as small as the effective dimension of the data ma…

Lizard: An Efficient Linearization Framework for Large Language Models

2025-07-11 · Chien Van Nguyen, Ruiyi Zhang, Hanieh Deilamsalehy, Puneet Mathur 외

We propose Lizard, a linearization framework that transforms pretrained Transformer-based Large Language Models (LLMs) into flexible, subquadratic architectures for infinite-context generation. Transformer-based LLMs fac…

Language ModelingLanguage ModellingMMLU

NeuralQP: A General Hypergraph-based Optimization Framework for Large-scale QCQPs

2024-09-28 · Zhixiao Xiong, Fangyu Zong, Huigen Ye, Hua Xu

Machine Learning (ML) optimization frameworks have gained attention for their ability to accelerate the optimization of large-scale Quadratically Constrained Quadratic Programs (QCQPs) by learning shared problem structur…