OCITLGSPApr 2, 2021

Solving Large Scale Quadratic Constrained Basis Pursuit

arXiv:2104.02475v1
AI Analysis

This addresses computational efficiency for large-scale optimization problems in fields like signal processing and machine learning, though it appears incremental as it builds on existing methods.

The authors tackled the problem of solving large-scale quadratically constrained basis pursuit by proposing an efficient algorithm based on alternating direction method of multipliers and operator splitting, achieving 50-100 times speedup compared to a baseline interior point method.

Inspired by alternating direction method of multipliers and the idea of operator splitting, we propose a efficient algorithm for solving large-scale quadratically constrained basis pursuit. Experimental results show that the proposed algorithm can achieve 50~~100 times speedup when compared with the baseline interior point algorithm implemented in CVX.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes