paper-with-me

Papers

Sparse Coding with Multi-Layer Decoders using Variance Regularization

2021-12-16 · Katrina Evtimova, Yann Lecun

Sparse representations of images are useful in many computer vision applications. Sparse coding with an $l_1$ penalty and a learned linear dictionary requires regularization of the dictionary to prevent a collapse in the $l_1$ norms of the codes. Typically, this regularization entails bounding the Euclidean norms of the dictionary's elements. In this work, we propose a novel sparse coding protocol which prevents a collapse in the codes without the need to regularize the decoder. Our method regularizes the codes directly so that each latent code component has variance greater than a fixed threshold over a set of sparse representations for a given set of inputs. Furthermore, we explore ways to effectively train sparse coding systems with multi-layer decoders since they can model more complex relationships than linear dictionaries. In our experiments with MNIST and natural image patches, we show that decoders learned with our approach have interpretable features both in the linear and multi-layer case. Moreover, we show that sparse autoencoders with multi-layer decoders trained using our variance regularization method produce higher quality reconstructions with sparser representations when compared to autoencoders with linear dictionaries. Additionally, sparse representations obtained with our variance regularization approach are useful in the downstream tasks of denoising and classification in the low-data regime.

📄 PDF Abstract BibTeX arXiv:2112.09214

Code (1)

kevtimova/deep-sparse 공식 구현 pytorch

Tasks

DecoderDenoising

Similar Papers 제목 키워드 기반

Medical Image Segmentation via Sparse Coding Decoder

2023-10-17 · Long Zeng, Kaigui Wu

Transformers have achieved significant success in medical image segmentation, owing to its capability to capture long-range dependencies. Previous works incorporate convolutional layers into the encoder module of transfo…

DecoderImage SegmentationMedical Image SegmentationSemantic Segmentation

Token Sparsification for Faster Medical Image Segmentation

2023-03-11 · Lei Zhou, Huidong Liu, Joseph Bae, Junjun He 외

Can we use sparse tokens for dense prediction, e.g., segmentation? Although token sparsification has been applied to Vision Transformers (ViT) to accelerate classification, it is still unknown how to perform segmentation…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Lossy Compression via Sparse Linear Regression: Computationally Efficient Encoding and Decoding

2012-12-07 · Ramji Venkataramanan, Tuhin Sarkar, Sekhar Tatikonda

We propose computationally efficient encoders and decoders for lossy compression using a Sparse Regression Code. The codebook is defined by a design matrix and codewords are structured linear combinations of columns of t…

regression

Assessing and tuning brain decoders: cross-validation, caveats, and guidelines

2016-06-16 · Gaël Varoquaux, Pradeep Reddy Raamana, Denis Engemann, Andrés Hoyos-Idrobo 외

Decoding, ie prediction from brain images or signals, calls for empirical evaluation of its predictive power. Such evaluation is achieved via cross-validation, a method also used to tune decoders' hyper-parameters. This …

Decoding Quantum LDPC Codes Using Graph Neural Networks

2024-08-09 · Vukan Ninkovic, Ognjen Kundacina, Dejan Vukobratovic, Christian Häger 외

In this paper, we propose a novel decoding method for Quantum Low-Density Parity-Check (QLDPC) codes based on Graph Neural Networks (GNNs). Similar to the Belief Propagation (BP)-based QLDPC decoders, the proposed GNN-ba…

Decoder