paper-with-me

Papers

Hyperspectral Image Classification Using Deep Matrix Capsules

2023-02-02 · International Conference on Data Science, Agents & Artificial Intelligence (ICDSAAI) 2023 2 · Anirudh Ravikumar, Rohit P N, Mydhili K. Nair, Vimal Bhatia

Hyperspectral image (HSI) classification is used in multiple domains like precision agriculture, mineral exploration, remote sensing, and others. Conventionally, couvolutional neural networks (CNNs) were used in HSI classification, however they have limitations in exploiting spectral-spatial relationships, which is a key factor in understanding HSI. Even though deeper CNN architectures and use of 3-D-CNNs mitigate the above problem to a certain extent, they have increased computational complexity, which inhibits their use in resource-limited devices like IoT and edge computing devices. In this paper, we propose a novel method based on the concept of matrix capsules with Expectation-Maximization (EM) routing algorithm which is specifically designed to accommodate the nuances in the HSI data to efficiently tackle the aforementioned problems. The capsule units enable effective identification of spectral siguatures and part-whole relationships in the data while EM routing ensures viewpoint-invariance. Three representative HSI data sets are used to verify the effectiveness of the proposed method. The empirical results demonstrate that the proposed method is better than the current state-of-the-art methods in terms of accuracy while having 25 times fewer model parameters and requiring over 65 times less storage space. The source code can be found at https://github.com/DeepMatrixCapsules/DeepMatrixCapsules.

📄 PDF Abstract BibTeX

Code (1)

DeepMatrixCapsules/DeepMatrixCapsules 공식 구현 pytorch

Tasks

ClassificationEdge-computingHyperspectral Image Classificationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

ASPCNet: A Deep Adaptive Spatial Pattern Capsule Network for Hyperspectral Image Classification

2021-04-25 · Jinping Wang, Xiaojun Tan, JianHuang Lai, Jun Li 외

Previous studies have shown the great potential of capsule networks for the spatial contextual feature extraction from {hyperspectral images (HSIs)}. However, the sampling locations of the convolutional kernels of capsul…

General ClassificationHyperspectral Image Classificationimage-classificationImage Classification

Matrix capsules with EM routing

2018-01-01 · ICLR 2018 1 · Geoffrey E. Hinton, Sara Sabour, Nicholas Frosst

A capsule is a group of neurons whose outputs represent different properties of the same entity. Each layer in a capsule network contains many capsules. We describe a version of capsules in which each capsule has a logis…

Image Classification

Graph Routing between Capsules

2021-06-22 · Yang Li, Wei Zhao, Erik Cambria, Suhang Wang 외

Routing methods in capsule networks often learn a hierarchical relationship for capsules in successive layers, but the intra-relation between capsules in the same layer is less studied, while this intra-relation is a key…

Relationtext-classificationText Classification

A new filter for dimensionality reduction and classification of hyperspectral images using GLCM features and mutual information

2022-11-01 · Hasna Nhaila, Elkebir Sarhrouni, Ahmed Hammouch

Dimensionality reduction is an important preprocessing step of the hyperspectral images classification (HSI), it is inevitable task. Some methods use feature selection or extraction algorithms based on spectral and spati…

ClassificationClassification Of Hyperspectral ImagesDimensionality Reductionfeature selection

No Routing Needed Between Capsules

2020-01-24 · Adam Byerly, Tatiana Kalganova, Ian Dear

Most capsule network designs rely on traditional matrix multiplication between capsule layers and computationally expensive routing mechanisms to deal with the capsule dimensional entanglement that the matrix multiplicat…

Image Classification