Linearized Alternating Direction Method with Adaptive Penalty for Low-Rank Representation
Zhouchen Lin, Risheng Liu, Zhixun Su

TL;DR
This paper introduces LADMAP, an efficient linearized alternating direction method with adaptive penalty for low-rank representation, significantly reducing computational complexity and speeding up convergence in subspace clustering tasks.
Contribution
It proposes a novel LADMAP algorithm that linearizes the quadratic penalty, adaptively updates the penalty, and avoids auxiliary variables, enhancing efficiency for large-scale low-rank representation problems.
Findings
LADMAP reduces complexity to O(rn^2) for LRR.
The method is significantly faster than existing algorithms.
LADMAP can be applied to broader convex optimization problems.
Abstract
Low-rank representation (LRR) is an effective method for subspace clustering and has found wide applications in computer vision and machine learning. The existing LRR solver is based on the alternating direction method (ADM). It suffers from computation complexity due to the matrix-matrix multiplications and matrix inversions, even if partial SVD is used. Moreover, introducing auxiliary variables also slows down the convergence. Such a heavy computation load prevents LRR from large scale applications. In this paper, we generalize ADM by linearizing the quadratic penalty term and allowing the penalty to change adaptively. We also propose a novel rule to update the penalty such that the convergence is fast. With our linearized ADM with adaptive penalty (LADMAP) method, it is unnecessary to introduce auxiliary variables and invert matrices. The matrix-matrix multiplications are…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Synthetic Aperture Radar (SAR) Applications and Techniques · Direction-of-Arrival Estimation Techniques
