paper-with-me

홈 › Papers

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 improvement has been achieved. However, some research showed the output of CNNs can be easily altered by adding relatively small perturbations to the input image, such as modifying few pixels. Recently, Capsule Networks (CapsNets) are proposed, which can help eliminating this limitation. Experiments on MNIST dataset revealed that capsules can better characterize the features of object than CNNs. But it's hard to find a suitable quantitative method to compare the generalization ability of CNNs and CapsNets. In this paper, we propose a new image classification task called Top-2 classification to evaluate the generalization ability of CNNs and CapsNets. The models are trained on single label image samples same as the traditional image classification task. But in the test stage, we randomly concatenate two test image samples which contain different labels, and then use the trained models to predict the top-2 labels on the unseen newly-created two label image samples. This task can provide us precise quantitative results to compare the generalization ability of CNNs and CapsNets. Back to the CapsNet, because it uses Full Connectivity (FC) mechanism among all capsules, it requires many parameters. To reduce the number of parameters, we introduce the Parameter-Sharing (PS) mechanism between capsules. Experiments on five widely used benchmark image datasets demonstrate the method significantly reduces the number of parameters, without losing the effectiveness of extracting features. Further, on the Top-2 classification task, the proposed PS CapsNets obtain impressive higher accuracy compared to the traditional CNNs and FC CapsNets by a large margin.

📄 PDF Abstract BibTeX arXiv:1901.10112

Code (1)

leftthomas/PSCapsNet 공식 구현 pytorch

Tasks

ClassificationGeneral Classificationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

A Hybrid Convolutional Neural Network with Meta Feature Learning for Abnormality Detection in Wireless Capsule Endoscopy Images

2022-07-20 · Samir Jain, Ayan Seal, Aparajita Ojha

Wireless Capsule Endoscopy is one of the most advanced non-invasive methods for the examination of gastrointestinal tracts. An intelligent computer-aided diagnostic system for detecting gastrointestinal abnormalities lik…

Anomaly DetectionDiagnostic

VideoCapsuleNet: A Simplified Network for Action Detection

2018-05-21 · NeurIPS 2018 12 · Kevin Duarte, Yogesh S Rawat, Mubarak Shah

The recent advances in Deep Convolutional Neural Networks (DCNNs) have shown extremely good results for video human action classification, however, action detection is still a challenging problem. The current action dete…

Action ClassificationAction DetectionAction LocalizationAction Segmentation+4

Capsule-ConvKAN: A Hybrid Neural Approach to Medical Image Classification

2025-07-08 · Laura Pituková, Peter Sinčák, László József Kovács, Peng Wang arxiv

This study conducts a comprehensive comparison of four neural network architectures: Convolutional Neural Network, Capsule Network, Convolutional Kolmogorov-Arnold Network, and the newly proposed Capsule-Convolutional Ko…

Medical Image Classification

Capsules for Object Segmentation

2018-04-11 · Rodney LaLonde, Ulas Bagci

Convolutional neural networks (CNNs) have shown remarkable results over the last several years for a wide range of computer vision tasks. A new architecture recently introduced by Sabour et al., referred to as a capsule …

image-classificationObjectSegmentationSemantic Segmentation

Linguistically Driven Graph Capsule Network for Visual Question Reasoning

2020-03-23 · Qingxing Cao, Xiaodan Liang, Keze Wang, Liang Lin

Recently, studies of visual question answering have explored various architectures of end-to-end networks and achieved promising results on both natural and synthetic datasets, which require explicitly compositional reas…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)