paper-with-me

Papers

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

2020-08-01 · ECCV 2020 8 · Lida Li, Kun Wang, Shuai Li, Xiangchu Feng, Lei Zhang

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deep Equilibrium Convolutional Sparse Coding for Hyperspectral Image Denoising

2025-08-21 · Jin Ye, Jingran Wang, Fengchao Xiong, Jingzhou Chen 외 arxiv

Hyperspectral images (HSIs) play a crucial role in remote sensing but are often degraded by complex noise patterns. Ensuring the physical property of the denoised HSIs is vital for robust HSI denoising, giving the rise o…

Image Denoising

Towards Robust 2D Convolution for Reliable Visual Recognition

2022-03-18 · Lida Li, Shuai Li, Kun Wang, Xiangchu Feng 외

2D convolution (Conv2d), which is responsible for extracting features from the input image, is one of the key modules of a convolutional neural network (CNN). However, Conv2d is vulnerable to image corruptions and advers…

CodedVTR: Codebook-based Sparse Voxel Transformer with Geometric Guidance

2022-03-18 · CVPR 2022 1 · Tianchen Zhao, Niansong Zhang, Xuefei Ning, He Wang 외

Transformers have gained much attention by outperforming convolutional neural networks in many 2D vision tasks. However, they are known to have generalization problems and rely on massive-scale pre-training and sophistic…

3D Semantic SegmentationSemantic Segmentation

Focal Sparse Convolutional Networks for 3D Object Detection

2022-04-26 · CVPR 2022 1 · Yukang Chen, Yanwei Li, Xiangyu Zhang, Jian Sun 외

Non-uniformed 3D sparse data, e.g., point clouds or voxels in different spatial positions, make contribution to the task of 3D object detection in different ways. Existing basic components in sparse convolutional network…

3D Object DetectionObjectobject-detectionObject Detection

Local Binary Convolutional Neural Networks

2016-08-22 · CVPR 2017 7 · Felix Juefei-Xu, Vishnu Naresh Boddeti, Marios Savvides

We propose local binary convolution (LBC), an efficient alternative to convolutional layers in standard convolutional neural networks (CNN). The design principles of LBC are motivated by local binary patterns (LBP). The …