LiteDepthwiseNet: An Extreme Lightweight Network for Hyperspectral Image Classification
Benlei Cui, XueMei Dong, Qiaoqiao Zhan, Jiangtao Peng, Weiwei Sun

TL;DR
LiteDepthwiseNet is a highly efficient hyperspectral image classification network that uses 3D depthwise convolution, removes certain layers to reduce overfitting, and employs focal loss to improve performance on small datasets.
Contribution
The paper introduces LiteDepthwiseNet, a novel lightweight architecture for hyperspectral image classification that reduces parameters and computational cost while enhancing accuracy on small datasets.
Findings
Achieves state-of-the-art performance on benchmark datasets.
Uses minimal parameters and low computational cost.
Improves overfitting issues by removing ReLU and Batch Normalization layers.
Abstract
Deep learning methods have shown considerable potential for hyperspectral image (HSI) classification, which can achieve high accuracy compared with traditional methods. However, they often need a large number of training samples and have a lot of parameters and high computational overhead. To solve these problems, this paper proposes a new network architecture, LiteDepthwiseNet, for HSI classification. Based on 3D depthwise convolution, LiteDepthwiseNet can decompose standard convolution into depthwise convolution and pointwise convolution, which can achieve high classification performance with minimal parameters. Moreover, we remove the ReLU layer and Batch Normalization layer in the original 3D depthwise convolution, which significantly improves the overfitting phenomenon of the model on small sized datasets. In addition, focal loss is used as the loss function to improve the model's…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRemote-Sensing Image Classification · Remote Sensing and Land Use · Advanced Image Fusion Techniques
MethodsConvolution · Depthwise Convolution · Batch Normalization · Focal Loss · *Communicated@Fast*How Do I Communicate to Expedia?
