DGCNet: An Efficient 3D-Densenet based on Dynamic Group Convolution for Hyperspectral Remote Sensing Image Classification
Guandong Li

TL;DR
DGCNet is a lightweight 3D-Densenet model utilizing dynamic group convolution to enhance hyperspectral image classification by improving feature extraction, speed, and accuracy on edge devices.
Contribution
The paper introduces DGCNet, a novel hyperspectral classification model that incorporates dynamic group convolution into 3D-Densenet for improved efficiency and performance.
Findings
Outperforms mainstream methods on IN, Pavia, and KSC datasets.
Achieves higher inference speed and accuracy.
Effectively reduces redundant information in hyperspectral data.
Abstract
Deep neural networks face many problems in the field of hyperspectral image classification, lack of effective utilization of spatial spectral information, gradient disappearance and overfitting as the model depth increases. In order to accelerate the deployment of the model on edge devices with strict latency requirements and limited computing power, we introduce a lightweight model based on the improved 3D-Densenet model and designs DGCNet. It improves the disadvantage of group convolution. Referring to the idea of dynamic network, dynamic group convolution(DGC) is designed on 3d convolution kernel. DGC introduces small feature selectors for each grouping to dynamically decide which part of the input channel to connect based on the activations of all input channels. Multiple groups can capture different and complementary visual and semantic features of input images, allowing…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRemote-Sensing Image Classification · Advanced Image and Video Retrieval Techniques · Image Retrieval and Classification Techniques
MethodsConvolution · 3D Convolution · SPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
