paper-with-me

홈 › Papers

WARP-LCA: Efficient Convolutional Sparse Coding with Locally Competitive Algorithm

2024-10-24 · Geoffrey Kasenbacher, Felix Ehret, Gerrit Ecke, Sebastian Otte

The locally competitive algorithm (LCA) can solve sparse coding problems across a wide range of use cases. Recently, convolution-based LCA approaches have been shown to be highly effective for enhancing robustness for image recognition tasks in vision pipelines. To additionally maximize representational sparsity, LCA with hard-thresholding can be applied. While this combination often yields very good solutions satisfying an $\ell_0$ sparsity criterion, it comes with significant drawbacks for practical application: (i) LCA is very inefficient, typically requiring hundreds of optimization cycles for convergence; (ii) the use of hard-thresholding results in a non-convex loss function, which might lead to suboptimal minima. To address these issues, we propose the Locally Competitive Algorithm with State Warm-up via Predictive Priming (WARP-LCA), which leverages a predictor network to provide a suitable initial guess of the LCA state based on the current input. Our approach significantly improves both convergence speed and the quality of solutions, while maintaining and even enhancing the overall strengths of LCA. We demonstrate that WARP-LCA converges faster by orders of magnitude and reaches better minima compared to conventional LCA. Moreover, the learned representations are more sparse and exhibit superior properties in terms of reconstruction and denoising quality as well as robustness when applied in deep recognition pipelines. Furthermore, we apply WARP-LCA to image denoising tasks, showcasing its robustness and practical effectiveness. Our findings confirm that the naive use of LCA with hard-thresholding results in suboptimal minima, whereas initializing LCA with a predictive guess results in better outcomes. This research advances the field of biologically inspired deep learning by providing a novel approach to convolutional sparse coding.

📄 PDF Abstract BibTeX arXiv:2410.18794

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingImage Denoising

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Convolutional Sparse Coding via the Locally Competitive Algorithm on Loihi 2

2026-06-07 · Geoffrey Kasenbacher, Daniel Ruepp, Gerrit A. Ecke arxiv

Sparse coding provides a principled framework for signal representation by expressing an input as a linear combination of only a small number of basis functions. The Locally Competitive Algorithm (LCA) is particularly at…

Efficient Sparse Coding with the Adaptive Locally Competitive Algorithm for Speech Classification

2024-09-12 · Soufiyan Bahadi, Eric Plourde, Jean Rouat

Researchers are exploring novel computational paradigms such as sparse coding and neuromorphic computing to bridge the efficiency gap between the human brain and conventional computers in complex tasks. A key area of foc…

BenchmarkingClassification

Exploitation of Image Statistics with Sparse Coding in the Case of Stereo Vision

2021-01-24 · Gerrit A. Ecke, Harald M. Papp, Hanspeter A. Mallot

The sparse coding algorithm has served as a model for early processing in mammalian vision. It has been assumed that the brain uses sparse coding to exploit statistical properties of the sensory stream. We hypothesize th…

LCANets++: Robust Audio Classification using Multi-layer Neural Networks with Lateral Competition

2023-08-23 · Sayanton V. Dibbo, Juston S. Moore, Garrett T. Kenyon, Michael A. Teti

Audio classification aims at recognizing audio signals, including speech commands or sound events. However, current audio classifiers are susceptible to perturbations and adversarial attacks. In addition, real-world audi…

Audio Classification

DICOD: Distributed Convolutional Coordinate Descent for Convolutional Sparse Coding

2018-07-01 · ICML 2018 7 · Thomas Moreau, Laurent Oudre, Nicolas Vayatis

In this paper, we introduce DICOD, a convolutional sparse coding algorithm which builds shift invariant representations for long signals. This algorithm is designed to run in a distributed setting, with local messag…