paper-with-me

Papers

Deep multi-prototype capsule networks

2024-04-23 · Saeid Abbassi, Kamaledin Ghiasi-Shirazi, Ahad Harati

Capsule networks are a type of neural network that identify image parts and form the instantiation parameters of a whole hierarchically. The goal behind the network is to perform an inverse computer graphics task, and the network parameters are the mapping weights that transform parts into a whole. The trainability of capsule networks in complex data with high intra-class or intra-part variation is challenging. This paper presents a multi-prototype architecture for guiding capsule networks to represent the variations in the image parts. To this end, instead of considering a single capsule for each class and part, the proposed method employs several capsules (co-group capsules), capturing multiple prototypes of an object. In the final layer, co-group capsules compete, and their soft output is considered the target for a competitive cross-entropy loss. Moreover, in the middle layers, the most active capsules map to the next layer with a shared weight among the co-groups. Consequently, due to the reduction in parameters, implicit weight-sharing makes it possible to have more deep capsule network layers. The experimental results on MNIST, SVHN, C-Cube, CEDAR, MCYT, and UTSig datasets reveal that the proposed model outperforms others regarding image classification accuracy.

📄 PDF Abstract BibTeX arXiv:2404.15445

Code (0)

등록된 구현이 없습니다.

Tasks

image-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 제목 키워드 기반

An Effective Hit-or-Miss Layer Favoring Feature Interpretation as Learned Prototypes Deformations

2019-02-23 · A. Deliege, A. Cioppa, M. Van Droogenbroeck

Neural networks designed for the task of classification have become a commodity in recent years. Many works target the development of more effective networks, which results in a complexification of their architectures wi…

Data Augmentation

Systematic Hardware Integration Testing for Smart Video-based Medical Device Prototypes

2025-04-28 · Oliver Bause, Julia Werner, Oliver Bringmann

This paper presents a hardware-in-the-loop (HIL) verification system for intelligent, camera-based in-body medical devices. A case study of a Video Capsule Endoscopy (VCE) prototype is used to illustrate the system's fun…

PLACEMEM: Toward a Compute-Aware Memory Plane for Lifelong Agents

2026-07-05 · Sukanta Ganguly arxiv

Lifelong agents need more than larger context windows and better retrieval. They need memories that can persist, evolve, and be corrected without forcing the serving stack to recompute the same history on every turn or s…

Text Retrieval

ProtoCaps: A Fast and Non-Iterative Capsule Network Routing Method

2023-07-19 · Miles Everett, Mingjun Zhong, Georgios Leontidis

Capsule Networks have emerged as a powerful class of deep learning architectures, known for robust performance with relatively few parameters compared to Convolutional Neural Networks (CNNs). However, their inherent effi…

Attentive Prototype Few-shot Learning with Capsule Network-based Embedding

2020-08-01 · ECCV 2020 8 · Fang-Yu Wu, Jeremy S. Smith, Wenjin Lu, Chaoyi Pang 외

Few-shot learning, namely recognizing novel categories with a very small amount of training examples, is a challenging area of machine learning research. Traditional deep learning methods require massive training data to…

ClassificationFew-Shot LearningGeneral ClassificationTriplet