paper-with-me

홈 › Papers

WideCaps: A Wide Attention based Capsule Network for Image Classification

2021-08-08 · S J Pawan, Rishi Sharma, Hemanth Sai Ram Reddy, M Vani, Jeny Rajan

The capsule network is a distinct and promising segment of the neural network family that drew attention due to its unique ability to maintain the equivariance property by preserving the spatial relationship amongst the features. The capsule network has attained unprecedented success over image classification tasks with datasets such as MNIST and affNIST by encoding the characteristic features into the capsules and building the parse-tree structure. However, on the datasets involving complex foreground and background regions such as CIFAR-10, the performance of the capsule network is sub-optimal due to its naive data routing policy and incompetence towards extracting complex features. This paper proposes a new design strategy for capsule network architecture for efficiently dealing with complex images. The proposed method incorporates wide bottleneck residual modules and the Squeeze and Excitation attention blocks upheld by the modified FM routing algorithm to address the defined problem. A wide bottleneck residual module facilitates extracting complex features followed by the squeeze and excitation attention block to enable channel-wise attention by suppressing the trivial features. This setup allows channel inter-dependencies at almost no computational cost, thereby enhancing the representation ability of capsules on complex images. We extensively evaluate the performance of the proposed model on three publicly available datasets, namely CIFAR-10, Fashion MNIST, and SVHN, to outperform the top-5 performance on CIFAR-10 and Fashion MNIST with highly competitive performance on the SVHN dataset.

📄 PDF Abstract BibTeX arXiv:2108.03627

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Capsule Network A capsule is an activation vector that basically executes on its inputs some complex internal computations. Length of these activation vectors signifies the probability of…

Similar Papers 제목 키워드 기반

STAR-Caps: Capsule Networks with Straight-Through Attentive Routing

2019-12-01 · NeurIPS 2019 12 · Karim Ahmed, Lorenzo Torresani

Capsule networks have been shown to be powerful models for image classification, thanks to their ability to represent and capture viewpoint variations of an object. However, the high computational complexity of capsule n…

ClassificationGeneral Classificationimage-classificationImage Classification

Attention routing between capsules

2019-07-03 · Jaewoong Choi, Hyun Seo, Suii Im, Myungjoo Kang

In this paper, we propose a new capsule network architecture called Attention Routing CapsuleNet (AR CapsNet). We replace the dynamic routing and squash activation function of the capsule network with dynamic routing (Ca…

Decoder

Deep Hybrid Architecture for Very Low-Resolution Image Classification Using Capsule Attention

2024-09-27 · IEEE Access 2024 9 · Hasindu Dewasurendra, Taejoon Kim

Despite extensive applications in surveillance and remote sensing, research on very low-resolution (VLR) image classification remains relatively unexplored in comparison to high-resolution (HR) image classification. We i…

image-classificationImage ClassificationTransfer Learning

ParseCaps: An Interpretable Parsing Capsule Network for Medical Image Diagnosis

2024-11-03 · Xinyu Geng, JiaMing Wang, Jun Xu

Deep learning has excelled in medical image classification, but its clinical application is limited by poor interpretability. Capsule networks, known for encoding hierarchical relationships and spatial features, show pot…

image-classificationImage ClassificationMedical Image Classification

Unsupervised multi-branch Capsule for Hyperspectral and LiDAR classification

2022-06-15 · Quanfeng Xu, Yi Tang, Yumei She

With the convenient availability of remote sensing data, how to make models to interpret complex remote sensing data attracts wide attention. In remote sensing data, hyperspectral images contain spectral information and …

Classification