LST-Net: Learning a Convolutional Neural Network with a Learnable Sparse Transform

Abstract

The 2D convolutional (Conv2d) layer is the fundamental element to a deep convolutional neural network (CNN). Despite the great success of CNN, the conventional Conv2d is still limited in effectively reducing the spatial and channel-wise redundancy of features. In this paper, we propose to mitigate this issue by learning a CNN with a learnable sparse transform (LST), which converts the input features into a more compact and sparser domain so that the spatial and channel-wise redundancy can be more effectively reduced. The proposed LST can be efficiently implemented with existing CNN modules, such as point-wise and depth-wise separable convolutions, and it is portable to existing CNN architectures for seamless training and inference.We further present a hybrid soft thresholding and ReLU (ST-ReLU) activation scheme, making the trained network, namely LST-Net, more robust to image corruptions at the inference stage. Extensive experiments on CIFAR-10/100, ImageNet, ImageNet-C and Places365-Standard datasets validated that the proposed LST-Net can obtain even higher accuracy than its counterpart networks with fewer parameters and less overhead.

Cite

Text

Li et al. "LST-Net: Learning a Convolutional Neural Network with a Learnable Sparse Transform." Proceedings of the European Conference on Computer Vision (ECCV), 2020. doi:10.1007/978-3-030-58607-2_33

Markdown

[Li et al. "LST-Net: Learning a Convolutional Neural Network with a Learnable Sparse Transform." Proceedings of the European Conference on Computer Vision (ECCV), 2020.](https://mlanthology.org/eccv/2020/li2020eccv-lstnet/) doi:10.1007/978-3-030-58607-2_33

BibTeX

@inproceedings{li2020eccv-lstnet,
  title     = {{LST-Net: Learning a Convolutional Neural Network with a Learnable Sparse Transform}},
  author    = {Li, Lida and Wang, Kun and Li, Shuai and Feng, Xiangchu and Zhang, Lei},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2020},
  doi       = {10.1007/978-3-030-58607-2_33},
  url       = {https://mlanthology.org/eccv/2020/li2020eccv-lstnet/}
}