SPLGOct 25, 2021

Dictionary Learning Using Rank-One Atomic Decomposition (ROAD)

arXiv:2110.12786v2
Originality Incremental advance
AI Analysis

This is an incremental improvement for sparse representation tasks, reducing tuning parameters and enhancing performance in data-limited scenarios.

The paper tackles dictionary learning by proposing a Rank-One Atomic Decomposition (ROAD) formulation that optimizes a single variable of rank-one matrices, resulting in a single-stage algorithm that outperforms benchmarks, especially with small training samples.

Dictionary learning aims at seeking a dictionary under which the training data can be sparsely represented. Methods in the literature typically formulate the dictionary learning problem as an optimization w.r.t. two variables, i.e., dictionary and sparse coefficients, and solve it by alternating between two stages: sparse coding and dictionary update. The key contribution of this work is a Rank-One Atomic Decomposition (ROAD) formulation where dictionary learning is cast as an optimization w.r.t. a single variable which is a set of rank one matrices. The resulting algorithm is hence single-stage. Compared with two-stage algorithms, ROAD minimizes the sparsity of the coefficients whilst keeping the data consistency constraint throughout the whole learning process. An alternating direction method of multipliers (ADMM) is derived to solve the optimization problem and the lower bound of the penalty parameter is computed to guarantees a global convergence despite non-convexity of the optimization formulation. From practical point of view, ROAD reduces the number of tuning parameters required in other benchmark algorithms. Numerical tests demonstrate that ROAD outperforms other benchmark algorithms for both synthetic data and real data, especially when the number of training samples is small.

Foundations

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

Your Notes