paper-with-me

홈 › Papers

Adaptive Approach For Sparse Representations Using The Locally Competitive Algorithm For Audio

2021-09-29 · Soufiyan Bahadi, Jean Rouat, Éric Plourde

Gammachirp filterbank has been used to approximate the cochlea in sparse coding algorithms. An oriented grid search optimization was applied to adapt the gammachirp's parameters and improve the Matching Pursuit (MP) algorithm's sparsity along with the reconstruction quality. However, this combination of a greedy algorithm with a grid search at each iteration is computationally demanding and not suitable for real-time applications. This paper presents an adaptive approach to optimize the gammachirp's parameters but in the context of the Locally Competitive Algorithm (LCA) that requires much fewer computations than MP. The proposed method consists of taking advantage of the LCA's neural architecture to automatically adapt the gammachirp's filterbank using the backpropagation algorithm. Results demonstrate an improvement in the LCA's performance with our approach in terms of sparsity, reconstruction quality, and convergence time. This approach can yield a significant advantage over existing approaches for real-time applications.

📄 PDF Abstract BibTeX arXiv:2109.14705

Code (1)

soufiyanbahadi/alca 공식 구현 pytorch

Similar Papers 제목 키워드 기반

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

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 im…

DenoisingImage Denoising

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…

Learning Internal Dense But External Sparse Structures of Deep Neural Network

2019-05-01 · ICLR 2019 5 · Yiqun Duan

Recent years have witnessed two seemingly opposite developments of deep convolutional neural networks (CNNs). On one hand, increasing the density of CNNs by adding cross-layer connections achieve higher accuracy. On the …

Parallel Discrete Convolutions on Adaptive Particle Representations of Images

2021-12-07 · Joel Jonsson, Bevan L. Cheeseman, Suryanarayana Maddu, Krzysztof Gonciarz 외

We present data structures and algorithms for native implementations of discrete convolution operators over Adaptive Particle Representations (APR) of images on parallel computer architectures. The APR is a content-adapt…

CPUGPU