paper-with-me

홈 › Papers

Towards improving discriminative reconstruction via simultaneous dense and sparse coding

2020-06-16 · Abiy Tasissa, Emmanouil Theodosis, Bahareh Tolooshams, Demba Ba

Discriminative features extracted from the sparse coding model have been shown to perform well for classification. Recent deep learning architectures have further improved reconstruction in inverse problems by considering new dense priors learned from data. We propose a novel dense and sparse coding model that integrates both representation capability and discriminative features. The model studies the problem of recovering a dense vector $\mathbf{x}$ and a sparse vector $\mathbf{u}$ given measurements of the form $\mathbf{y} = \mathbf{A}\mathbf{x}+\mathbf{B}\mathbf{u}$. Our first analysis proposes a geometric condition based on the minimal angle between spanning subspaces corresponding to the matrices $\mathbf{A}$ and $\mathbf{B}$ that guarantees unique solution to the model. The second analysis shows that, under mild assumptions, a convex program recovers the dense and sparse components. We validate the effectiveness of the model on simulated data and propose a dense and sparse autoencoder (DenSaE) tailored to learning the dictionaries from the dense and sparse model. We demonstrate that (i) DenSaE denoises natural images better than architectures derived from the sparse coding model ($\mathbf{B}\mathbf{u}$), (ii) in the presence of noise, training the biases in the latter amounts to implicitly learning the $\mathbf{A}\mathbf{x} + \mathbf{B}\mathbf{u}$ model, (iii) $\mathbf{A}$ and $\mathbf{B}$ capture low- and high-frequency contents, respectively, and (iv) compared to the sparse coding model, DenSaE offers a balance between discriminative power and representation.

📄 PDF Abstract BibTeX arXiv:2006.09534

Code (1)

btolooshams/densae 공식 구현 pytorch

Tasks

Compressive SensingDictionary Learning

Methods 이 논문이 사용한 방법론

Sparse Autoencoder A Sparse Autoencoder is a type of autoencoder that employs sparsity to achieve an information bottleneck. Specifically the loss function is constructed so that activations are…

Similar Papers 제목 키워드 기반

Learning Sparse Visual Representations via Spatial-Semantic Factorization

2026-02-02 · Theodore Zhengde Zhao, Sid Kiblawi, Jianwei Yang, Naoto Usuyama 외 arxiv

Self-supervised learning (SSL) faces a fundamental conflict between semantic understanding and image reconstruction. High-level semantic SSL (e.g., DINO) relies on global tokens that are forced to be location-invariant f…

Self-Supervised LearningImage Reconstruction

Semi-Supervised Sparse Coding

2013-11-26 · Jim Jing-Yan Wang, Xin Gao

Sparse coding approximates the data sample as a sparse linear combination of some basic codewords and uses the sparse codes as new presentations. In this paper, we investigate learning discriminative sparse codes by spar…

Energy-Based Spherical Sparse Coding

2017-10-04 · Bailey Kong, Charless C. Fowlkes

In this paper, we explore an efficient variant of convolutional sparse coding with unit norm code vectors where reconstruction quality is evaluated using an inner product (cosine distance). To use these codes for discrim…

ClassificationGeneral Classificationimage-classificationImage Classification

Supervised Convolutional Sparse Coding

2018-04-08 · Lama Affara, Bernard Ghanem, Peter Wonka

Convolutional Sparse Coding (CSC) is a well-established image representation model especially suited for image restoration tasks. In this work, we extend the applicability of this model by proposing a supervised approach…

Image ReconstructionImage Restoration

Jointly Learning Structured Analysis Discriminative Dictionary and Analysis Multiclass Classifier

2019-05-27 · Zhao Zhang, Weiming Jiang, Jie Qin, Li Zhang 외

In this paper, we propose an analysis mechanism based structured Analysis Discriminative Dictionary Learning (ADDL) framework. ADDL seamlessly integrates the analysis discriminative dictionary learning, analysis represen…

Dictionary LearningGeneral Classification