paper-with-me

Papers

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 resources and high-quality labelled dataset, while the cost of high-performance computing and data annotation is expensive. In this paper, to reduce dependence on massive calculation and labelled samples, we propose a lightweight network architecture (LiteDenseNet) based on DenseNet for Hyperspectral Image Classification. Inspired by GoogLeNet and PeleeNet, we design a 3D two-way dense layer to capture the local and global features of the input. As convolution is a computationally intensive operation, we introduce group convolution to decrease calculation cost and parameter size further. Thus, the number of parameters and the consumptions of calculation are observably less than contrapositive deep learning methods, which means LiteDenseNet owns simpler architecture and higher efficiency. A series of quantitative experiences on 6 widely used hyperspectral datasets show that the proposed LiteDenseNet obtains the state-of-the-art performance, even though when the absence of labelled samples is severe.

📄 PDF Abstract BibTeX arXiv:2004.08112

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDeep LearningGeneral ClassificationHyperspectral Image Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Average Pooling 설명 없음
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Dense Block A Dense Block is a module used in convolutional neural networks that connects *all layers* (with matching feature-map sizes) directly with each other. It was originally…
Kaiming Initialization 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Hyperspectral Image Classification: Artifacts of Dimension Reduction on Hybrid CNN

2021-01-25 · Muhammad Ahmad, Sidrah Shabbir, Rana Aamir Raza, Manuel Mazzara 외

Convolutional Neural Networks (CNN) has been extensively studied for Hyperspectral Image Classification (HSIC) more specifically, 2D and 3D CNN models have proved highly efficient in exploiting the spatial and spectral i…

ClassificationDimensionality ReductionGeneral ClassificationHyperspectral Image Classification+2

DualMamba: A Lightweight Spectral-Spatial Mamba-Convolution Network for Hyperspectral Image Classification

2024-06-11 · Jiamu Sheng, Jingyi Zhou, Jiong Wang, Peng Ye 외

The effectiveness and efficiency of modeling complex spectral-spatial relations are both crucial for Hyperspectral image (HSI) classification. Most existing methods based on CNNs and transformers still suffer from heavy …

ClassificationHyperspectral Image Classificationimage-classificationImage Classification+1

MixerCA: An Efficient and Accurate Model for High-Performance Hyperspectral Image Classification

2026-04-28 · Mohammed Q. Alkhatib, Ali Jamali arxiv

Over the past decade, hyperspectral image (HSI) classification has drawn considerable interest due to HSIs' ability to effectively distinguish terrestrial objects by capturing detailed, continuous spectral information. T…

Hyperspectral Image ClassificationSemantic Segmentation

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

MixerSENet: A Lightweight Framework for Efficient Hyperspectral Image Classification

2026-06-01 · Mohammed Q. Alkhatib, Swalpa Kumar Roy, Ali Jamali arxiv

In this paper, a novel framework, MixerSENet, is introduced for hyperspectral image (HSI) classification, designed to address the challenges of computational efficiency and limited labeled data. The proposed model proces…

Hyperspectral Image ClassificationComputational Efficiency