paper-with-me

홈 › Papers

LiteDepthwiseNet: An Extreme Lightweight Network for Hyperspectral Image Classification

2020-10-15 · Benlei Cui, XueMei Dong, Qiaoqiao Zhan, Jiangtao Peng, Weiwei Sun

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 attention on difficult samples and unbalanced data, and its training performance is significantly better than that of cross-entropy loss or balanced cross-entropy loss. Experiment results on three benchmark hyperspectral datasets show that LiteDepthwiseNet achieves state-of-the-art performance with a very small number of parameters and low computational cost.

📄 PDF Abstract BibTeX arXiv:2010.07726

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationHyperspectral Image Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Batch Normalization 설명 없음
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Cosine-Normalized Attention for Hyperspectral Image Classification

2026-04-02 · Muhammad Ahmad, Manuel Mazzara arxiv

Transformer-based methods have improved hyperspectral image classification (HSIC) by modeling long-range spatial-spectral dependencies; however, their attention mechanisms typically rely on dot-product similarity, which …

Hyperspectral Image ClassificationRepresentation Learning

Kernel Extreme Learning Machine Optimized by the Sparrow Search Algorithm for Hyperspectral Image Classification

2022-04-03 · Zhixin Yan, Jiawei Huang, Kehua Xiang

To improve the classification performance and generalization ability of the hyperspectral image classification algorithm, this paper uses Multi-Scale Total Variation (MSTV) to extract the spectral features, local binary …

ClassificationHyperspectral Image Classificationimage-classificationImage Classification

LiteDenseNet: A Lightweight Network for Hyperspectral Image Classification

2020-04-17 · Rui Li, Chenxi Duan

Hyperspectral Image (HSI) classification based on deep learning has been an attractive area in recent years. However, as a kind of data-driven algorithm, deep learning method usually requires numerous computational resou…

ClassificationDeep LearningGeneral ClassificationHyperspectral Image Classification+2

Semi-supervised Learning with Graphs: Covariance Based Superpixels For Hyperspectral Image Classification

2019-01-14 · Philip Sellars, Angelica Aviles-Rivero, Nicolas Papadakis, David Coomes 외

In this paper, we present a graph-based semi-supervised framework for hyperspectral image classification. We first introduce a novel superpixel algorithm based on the spectral covariance matrix representation of pixels t…

BenchmarkingClassificationGeneral ClassificationHyperspectral Image Classification+3

Few-Shot Hyperspectral Image Classification With Unknown Classes Using Multitask Deep Learning

2020-09-08 · Sheng-Jie Liu, Qian Shi, Liangpei Zhang

Current hyperspectral image classification assumes that a predefined classification system is closed and complete, and there are no unknown or novel classes in the unseen data. However, this assumption may be too strict …

ClassificationGeneral ClassificationHyperspectral Image Classificationimage-classification+1