paper-with-me

Papers

Complete Dictionary Learning via $\ell^4$-Norm Maximization over the Orthogonal Group

2019-06-06 · Yuexiang Zhai, Zitong Yang, Zhenyu Liao, John Wright, Yi Ma

This paper considers the fundamental problem of learning a complete (orthogonal) dictionary from samples of sparsely generated signals. Most existing methods solve the dictionary (and sparse representations) based on heuristic algorithms, usually without theoretical guarantees for either optimality or complexity. The recent $\ell^1$-minimization based methods do provide such guarantees but the associated algorithms recover the dictionary one column at a time. In this work, we propose a new formulation that maximizes the $\ell^4$-norm over the orthogonal group, to learn the entire dictionary. We prove that under a random data model, with nearly minimum sample complexity, the global optima of the $\ell^4$ norm are very close to signed permutations of the ground truth. Inspired by this observation, we give a conceptually simple and yet effective algorithm based on "matching, stretching, and projection" (MSP). The algorithm provably converges locally at a superlinear (cubic) rate and cost per iteration is merely an SVD. In addition to strong theoretical guarantees, experiments show that the new algorithm is significantly more efficient and effective than existing methods, including KSVD and $\ell^1$-based methods. Preliminary experimental results on mixed real imagery data clearly demonstrate advantages of so learned dictionary over classic PCA bases.

📄 PDF Abstract BibTeX arXiv:1906.02435

Code (0)

등록된 구현이 없습니다.

Tasks

Dictionary Learning

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Exact Sparse Orthogonal Dictionary Learning

2021-03-14 · Kai Liu, Yongjian Zhao, Hua Wang

Over the past decade, learning a dictionary from input images for sparse modeling has been one of the topics which receive most research attention in image processing and compressed sensing. Most existing dictionary lear…

compressed sensingDenoisingDictionary Learning

Complete Dictionary Learning via $\ell_p$-norm Maximization

2020-02-24 · Yifei Shen, Ye Xue, Jun Zhang, Khaled B. Letaief 외

Dictionary learning is a classic representation learning method that has been widely applied in signal processing and data analytics. In this paper, we investigate a family of $\ell_p$-norm ($p>2,p \in \mathbb{N}$) maxim…

Computational EfficiencyDictionary LearningRepresentation Learning

Decentralized Complete Dictionary Learning via $\ell^{4}$-Norm Maximization

2022-11-07 · Qiheng Lu, Lixiang Lian

With the rapid development of information technologies, centralized data processing is subject to many limitations, such as computational overheads, communication delays, and data privacy leakage. Decentralized data proc…

Dictionary LearningRepresentation Learning

Quantum Sparse Recovery and Quantum Orthogonal Matching Pursuit

2025-10-08 · Armando Bellante, Stefano Vanerio, Stefano Zanero arxiv

We study quantum sparse recovery in non-orthogonal, overcomplete dictionaries: given coherent quantum access to a state and a dictionary of vectors, the goal is to reconstruct the state up to $\ell_2$ error using as few …

Efficient GPU Implementation for Single Block Orthogonal Dictionary Learning

2014-12-16 · Paul Irofti

Dictionary training for sparse representations involves dealing with large chunks of data and complex algorithms that determine time consuming implementations. SBO is an iterative dictionary learning algorithm based on c…

Dictionary LearningGPU