paper-with-me

홈 › Papers

CapsNet comparative performance evaluation for image classification

2018-05-28 · Rinat Mukhometzianov, Juan Carrillo

Image classification has become one of the main tasks in the field of computer vision technologies. In this context, a recent algorithm called CapsNet that implements an approach based on activity vectors and dynamic routing between capsules may overcome some of the limitations of the current state of the art artificial neural networks (ANN) classifiers, such as convolutional neural networks (CNN). In this paper, we evaluated the performance of the CapsNet algorithm in comparison with three well-known classifiers (Fisher-faces, LeNet, and ResNet). We tested the classification accuracy on four datasets with a different number of instances and classes, including images of faces, traffic signs, and everyday objects. The evaluation results show that even for simple architectures, training the CapsNet algorithm requires significant computational resources and its classification performance falls below the average accuracy values of the other three classifiers. However, we argue that CapsNet seems to be a promising new technique for image classification, and further experiments using more robust computation resources and re-fined CapsNet architectures may produce better outcomes.

📄 PDF Abstract BibTeX arXiv:1805.11195

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
LeNet LeNet is a classic convolutional neural network employing the use of convolutions, pooling and fully connected layers. It was used for the handwritten digit recognition task…

Similar Papers 제목 키워드 기반

FR-CapsNet: Enhancing Low-Resolution Image Classification via Frequency Routed Capsules

2025-06-25 · IEEE Access 2025 6 · Hasindu Dewasurendra, Kunmin Yeo, Nhan Thi Cao, Taejoon Kim

Very low-resolution (VLR) images present a significant challenge for deep classification networks due to their inherent lack of fine spatial detail. While capsule networks (CapsNets), which encode spatial and pose inform…

image-classificationImage Classification

Self-Attention Capsule Networks for Object Classification

2019-04-29 · Assaf Hoogi, Brian Wilcox, Yachee Gupta, Daniel L. Rubin

We propose a novel architecture for object classification, called Self-Attention Capsule Networks (SACN). SACN is the first model that incorporates the Self-Attention mechanism as an integral layer within the Capsule Net…

ClassificationGeneral ClassificationImage ClassificationObject

Interpretable Graph Capsule Networks for Object Recognition

2020-12-03 · Jindong Gu, Volker Tresp

Capsule Networks, as alternatives to Convolutional Neural Networks, have been proposed to recognize objects from images. The current literature demonstrates many advantages of CapsNets over CNNs. However, how to create e…

Adversarial RobustnessObjectObject Recognition

Image Colorization By Capsule Networks

2019-08-22 · Gökhan Özbulak

In this paper, a simple topology of Capsule Network (CapsNet) is investigated for the problem of image colorization. The generative and segmentation capabilities of the original CapsNet topology, which is proposed for im…

Colorizationimage-classificationImage ClassificationImage Colorization

Evaluating Generalization Ability of Convolutional Neural Networks and Capsule Networks for Image Classification via Top-2 Classification

2019-01-29 · Hao Ren, Jianlin Su, Hong Lu

Image classification is a challenging problem which aims to identify the category of object in the image. In recent years, deep Convolutional Neural Networks (CNNs) have been applied to handle this task, and impressive i…

ClassificationGeneral Classificationimage-classificationImage Classification