paper-with-me

Papers

Revisiting Sparse Convolutional Model for Visual Recognition

2022-10-24 · Xili Dai, Mingyang Li, Pengyuan Zhai, Shengbang Tong, Xingjian Gao, Shao-Lun Huang, Zhihui Zhu, Chong You, Yi Ma

Despite strong empirical performance for image classification, deep neural networks are often regarded as ``black boxes'' and they are difficult to interpret. On the other hand, sparse convolutional models, which assume that a signal can be expressed by a linear combination of a few elements from a convolutional dictionary, are powerful tools for analyzing natural images with good theoretical interpretability and biological plausibility. However, such principled models have not demonstrated competitive performance when compared with empirically designed deep networks. This paper revisits the sparse convolutional modeling for image classification and bridges the gap between good empirical performance (of deep learning) and good interpretability (of sparse convolutional models). Our method uses differentiable optimization layers that are defined from convolutional sparse coding as drop-in replacements of standard convolutional layers in conventional deep neural networks. We show that such models have equally strong empirical performance on CIFAR-10, CIFAR-100, and ImageNet datasets when compared to conventional neural networks. By leveraging stable recovery property of sparse modeling, we further show that such models can be much more robust to input corruptions as well as adversarial perturbations in testing through a simple proper trade-off between sparse regularization and data reconstruction terms. Source code can be found at https://github.com/Delay-Xili/SDNet.

📄 PDF Abstract BibTeX arXiv:2210.12945

Code (1)

delay-xili/sdnet 공식 구현 pytorch

Tasks

image-classificationImage Classificationmodel

Similar Papers 제목 키워드 기반

Learning Convolutional Feature Hierarchies for Visual Recognition

2010-12-01 · NeurIPS 2010 12 · Koray Kavukcuoglu, Pierre Sermanet, Y-Lan Boureau, Karol Gregor 외

We propose an unsupervised method for learning multi-stage hierarchies of sparse convolutional features. While sparse coding has become an increasingly popular method for learning visual features, it is most often …

Decoder

Revisiting transposed convolutions for interpreting raw waveform sound event recognition CNNs by sonification

2021-09-29 · Sarthak Yadav, Mary Ellen Foster

The majority of recent work on the interpretability of audio and speech processing deep neural networks (DNNs) interprets spectral information modelled by the first layer, relying solely on visual means of interpretation…

Compositional Factorization of Visual Scenes with Convolutional Sparse Coding and Resonator Networks

2024-04-29 · Christopher J. Kymn, Sonia Mazelet, Annabel Ng, Denis Kleyko 외

We propose a system for visual scene analysis and recognition based on encoding the sparse, latent feature-representation of an image into a high-dimensional vector that is subsequently factorized to parse scene content.…

Scene Parsing

Robust Place Recognition using an Imaging Lidar

2021-03-03 · Tixiao Shan, Brendan Englot, Fabio Duarte, Carlo Ratti 외

We propose a methodology for robust, real-time place recognition using an imaging lidar, which yields image-quality high-resolution 3D point clouds. Utilizing the intensity readings of an imaging lidar, we project the po…

Bio-Inspired Spiking Convolutional Neural Network using Layer-wise Sparse Coding and STDP Learning

2016-11-09 · Amirhossein Tavanaei, Anthony S. Maida

Hierarchical feature discovery using non-spiking convolutional neural networks (CNNs) has attracted much recent interest in machine learning and computer vision. However, it is still not well understood how to create a b…