CVFeb 18, 2023

Closed-Loop Transcription via Convolutional Sparse Coding

arXiv:2302.09347v16 citationsh-index: 80
Originality Incremental advance
AI Analysis

This addresses the need for more interpretable and efficient autoencoders in computer vision, though it appears incremental as it builds on existing sparse coding and transcription frameworks.

The paper tackles the problem of learning interpretable generative models for natural images by proposing a multi-stage convolutional sparse coding autoencoder that uses closed-loop transcription to optimize sparse representations. The method achieves competitive performance on ImageNet-1K with simpler networks and fewer resources, while providing structured representations and good generalization to unseen datasets.

Autoencoding has achieved great empirical success as a framework for learning generative models for natural images. Autoencoders often use generic deep networks as the encoder or decoder, which are difficult to interpret, and the learned representations lack clear structure. In this work, we make the explicit assumption that the image distribution is generated from a multi-stage sparse deconvolution. The corresponding inverse map, which we use as an encoder, is a multi-stage convolution sparse coding (CSC), with each stage obtained from unrolling an optimization algorithm for solving the corresponding (convexified) sparse coding program. To avoid computational difficulties in minimizing distributional distance between the real and generated images, we utilize the recent closed-loop transcription (CTRL) framework that optimizes the rate reduction of the learned sparse representations. Conceptually, our method has high-level connections to score-matching methods such as diffusion models. Empirically, our framework demonstrates competitive performance on large-scale datasets, such as ImageNet-1K, compared to existing autoencoding and generative methods under fair conditions. Even with simpler networks and fewer computational resources, our method demonstrates high visual quality in regenerated images. More surprisingly, the learned autoencoder performs well on unseen datasets. Our method enjoys several side benefits, including more structured and interpretable representations, more stable convergence, and scalability to large datasets. Our method is arguably the first to demonstrate that a concatenation of multiple convolution sparse coding/decoding layers leads to an interpretable and effective autoencoder for modeling the distribution of large-scale natural image datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes