TL;DR
This paper introduces a lightweight hyperspectral image super-resolution model using depthwise separable dilated convolutions, achieving competitive results while reducing model complexity and preserving spectral and spatial details.
Contribution
The paper proposes a novel lightweight DSDCN model with dilated convolution fusion and a custom loss function for hyperspectral super-resolution, inspired by MobileNet architecture.
Findings
Achieves competitive super-resolution performance on hyperspectral datasets.
Reduces model complexity with depthwise separable convolutions.
Preserves spectral and spatial details effectively.
Abstract
Deep neural networks have demonstrated highly competitive performance in super-resolution (SR) for natural images by learning mappings from low-resolution (LR) to high-resolution (HR) images. However, hyperspectral super-resolution remains an ill-posed problem due to the high spectral dimensionality of the data and the scarcity of available training samples. Moreover, existing methods often rely on large models with a high number of parameters or require the fusion with panchromatic or RGB images, both of which are often impractical in real-world scenarios. Inspired by the MobileNet architecture, we introduce a lightweight depthwise separable dilated convolutional network (DSDCN) to address the aforementioned challenges. Specifically, our model leverages multiple depthwise separable convolutions, similar to the MobileNet architecture, and further incorporates a dilated convolution…
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
MethodsConvolution · Dilated Convolution
