Hugging Face Daily PapersMeng'en Qin, Yinchen Liu, Mingxuan Cui1 min readpaperadvanced
Training-Adaptive Convolutional Sparse Coding via Information Bottleneck for Robust Visual Representation
Summary
This paper introduces a training-adaptive Convolutional Sparse Coding (CSC) framework where the sparsity coefficient is learned end-to-end via FISTA unfolding. It uses an information bottleneck perspective to balance representation compression and content preservation, showing improved robustness to input perturbations on CIFAR and ImageNet.
- CSC sparsity coefficients can be learned adaptively, not fixed manually.
- FISTA optimization unfolding enables end-to-end training of sparsity.
- Information bottleneck theory guides the trade-off in representation learning.
- A label-free post-training strategy improves robustness to corrupted inputs.
Researchers and engineers building robust computer vision systems can leverage this adaptive sparse coding approach to create more resilient models against various input corruptions.
8/10