SpectralNET: Exploring Spatial-Spectral WaveletCNN for Hyperspectral
Image Classification
- URL: http://arxiv.org/abs/2104.00341v1
- Date: Thu, 1 Apr 2021 08:45:15 GMT
- Title: SpectralNET: Exploring Spatial-Spectral WaveletCNN for Hyperspectral
Image Classification
- Authors: Tanmay Chakraborty and Utkarsh Trehan
- Abstract summary: Hyperspectral Image (HSI) classification using Convolutional Neural Networks (CNN) is widely found in the current literature.
We propose SpectralNET, a wavelet CNN, which is a variation of 2D CNN for multi-resolution HSI classification.
- Score: 0.0
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Hyperspectral Image (HSI) classification using Convolutional Neural Networks
(CNN) is widely found in the current literature. Approaches vary from using
SVMs to 2D CNNs, 3D CNNs, 3D-2D CNNs. Besides 3D-2D CNNs and FuSENet, the other
approaches do not consider both the spectral and spatial features together for
HSI classification task, thereby resulting in poor performances. 3D CNNs are
computationally heavy and are not widely used, while 2D CNNs do not consider
multi-resolution processing of images, and only limits itself to the spatial
features. Even though 3D-2D CNNs try to model the spectral and spatial features
their performance seems limited when applied over multiple dataset. In this
article, we propose SpectralNET, a wavelet CNN, which is a variation of 2D CNN
for multi-resolution HSI classification. A wavelet CNN uses layers of wavelet
transform to bring out spectral features. Computing a wavelet transform is
lighter than computing 3D CNN. The spectral features extracted are then
connected to the 2D CNN which bring out the spatial features, thereby creating
a spatial-spectral feature vector for classification. Overall a better model is
achieved that can classify multi-resolution HSI data with high accuracy.
Experiments performed with SpectralNET on benchmark dataset, i.e. Indian Pines,
University of Pavia, and Salinas Scenes confirm the superiority of proposed
SpectralNET with respect to the state-of-the-art methods. The code is publicly
available in https://github.com/tanmay-ty/SpectralNET.
Related papers
- OA-CNNs: Omni-Adaptive Sparse CNNs for 3D Semantic Segmentation [70.17681136234202]
We reexamine the design distinctions and test the limits of what a sparse CNN can achieve.
We propose two key components, i.e., adaptive receptive fields (spatially) and adaptive relation, to bridge the gap.
This exploration led to the creation of Omni-Adaptive 3D CNNs (OA-CNNs), a family of networks that integrates a lightweight module.
arXiv Detail & Related papers (2024-03-21T14:06:38Z) - Hybrid CNN Bi-LSTM neural network for Hyperspectral image classification [1.2691047660244332]
This paper proposes a neural network combining 3-D CNN, 2-D CNN and Bi-LSTM.
It could achieve 99.83, 99.98 and 100 percent accuracy using only 30 percent trainable parameters of the state-of-art model in IP, PU and SA datasets respectively.
arXiv Detail & Related papers (2024-02-15T15:46:13Z) - Classification of Hyperspectral Images by Using Spectral Data and Fully
Connected Neural Network [0.0]
classification success over 90% has been achieved for hyperspectral images.
In this study, hyperspectral images of Indian pines, Salinas, Pavia centre, Pavia university and Botswana are classified.
An average accuracy of 97.5% is achieved for the test sets of all hyperspectral images.
arXiv Detail & Related papers (2022-01-08T12:45:48Z) - Classification of diffraction patterns using a convolutional neural
network in single particle imaging experiments performed at X-ray
free-electron lasers [53.65540150901678]
Single particle imaging (SPI) at X-ray free electron lasers (XFELs) is particularly well suited to determine the 3D structure of particles in their native environment.
For a successful reconstruction, diffraction patterns originating from a single hit must be isolated from a large number of acquired patterns.
We propose to formulate this task as an image classification problem and solve it using convolutional neural network (CNN) architectures.
arXiv Detail & Related papers (2021-12-16T17:03:14Z) - Continual 3D Convolutional Neural Networks for Real-time Processing of
Videos [93.73198973454944]
We introduce Continual 3D Contemporalal Neural Networks (Co3D CNNs)
Co3D CNNs process videos frame-by-frame rather than by clip by clip.
We show that Co3D CNNs initialised on the weights from preexisting state-of-the-art video recognition models reduce floating point operations for frame-wise computations by 10.0-12.4x while improving accuracy on Kinetics-400 by 2.3-3.8x.
arXiv Detail & Related papers (2021-05-31T18:30:52Z) - The Mind's Eye: Visualizing Class-Agnostic Features of CNNs [92.39082696657874]
We propose an approach to visually interpret CNN features given a set of images by creating corresponding images that depict the most informative features of a specific layer.
Our method uses a dual-objective activation and distance loss, without requiring a generator network nor modifications to the original model.
arXiv Detail & Related papers (2021-01-29T07:46:39Z) - Hyperspectral Image Classification: Artifacts of Dimension Reduction on
Hybrid CNN [1.2875323263074796]
2D and 3D CNN models have proved highly efficient in exploiting the spatial and spectral information of Hyperspectral Images.
This work proposed a lightweight CNN (3D followed by 2D-CNN) model which significantly reduces the computational cost.
arXiv Detail & Related papers (2021-01-25T18:43:57Z) - 3D CNNs with Adaptive Temporal Feature Resolutions [83.43776851586351]
Similarity Guided Sampling (SGS) module can be plugged into any existing 3D CNN architecture.
SGS empowers 3D CNNs by learning the similarity of temporal features and grouping similar features together.
Our evaluations show that the proposed module improves the state-of-the-art by reducing the computational cost (GFLOPs) by half while preserving or even improving the accuracy.
arXiv Detail & Related papers (2020-11-17T14:34:05Z) - A Fast 3D CNN for Hyperspectral Image Classification [0.456877715768796]
Hyperspectral imaging (HSI) has been extensively utilized for a number of real-world applications.
A 2D Convolutional Neural Network (CNN) is a viable approach whereby HSIC highly depends on both Spectral-Spatial information.
This work proposed a 3D CNN model that utilizes both spatial-spectral feature maps to attain good performance.
arXiv Detail & Related papers (2020-04-29T12:57:36Z) - A CNN With Multi-scale Convolution for Hyperspectral Image
Classification using Target-Pixel-Orientation scheme [2.094821665776961]
CNN is a popular choice to handle the hyperspectral image classification challenges.
In this paper, a novel target-patch-orientation method is proposed to train a CNN based network.
Also, we have introduced a hybrid of 3D-CNN and 2D-CNN based network architecture to implement band reduction and feature extraction methods.
arXiv Detail & Related papers (2020-01-30T07:45:07Z) - PV-RCNN: Point-Voxel Feature Set Abstraction for 3D Object Detection [76.30585706811993]
We present a novel and high-performance 3D object detection framework, named PointVoxel-RCNN (PV-RCNN)
Our proposed method deeply integrates both 3D voxel Convolutional Neural Network (CNN) and PointNet-based set abstraction.
It takes advantages of efficient learning and high-quality proposals of the 3D voxel CNN and the flexible receptive fields of the PointNet-based networks.
arXiv Detail & Related papers (2019-12-31T06:34:10Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.