HitNet: a neural network with capsules embedded in a Hit-or-Miss layer, extended with hybrid data augmentation and ghost capsules
Adrien Deli\`ege, Anthony Cioppa, Marc Van Droogenbroeck

TL;DR
HitNet introduces a simple yet effective neural network architecture with a Hit-or-Miss layer, hybrid data augmentation, and ghost capsules, outperforming complex models like CapsNet on multiple datasets.
Contribution
The paper presents a novel neural network, HitNet, with a Hit-or-Miss layer, hybrid data augmentation, and ghost capsules, simplifying architecture while enhancing performance and data quality.
Findings
Outperforms CapsNet on several datasets.
Enables synthesis of representative class samples.
Detects potentially mislabeled training data.
Abstract
Neural networks designed for the task of classification have become a commodity in recent years. Many works target the development of better networks, which results in a complexification of their architectures with more layers, multiple sub-networks, or even the combination of multiple classifiers. In this paper, we show how to redesign a simple network to reach excellent performances, which are better than the results reproduced with CapsNet on several datasets, by replacing a layer with a Hit-or-Miss layer. This layer contains activated vectors, called capsules, that we train to hit or miss a central capsule by tailoring a specific centripetal loss function. We also show how our network, named HitNet, is capable of synthesizing a representative sample of the images of a given class by including a reconstruction network. This possibility allows to develop a data augmentation step…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Generative Adversarial Networks and Image Synthesis · Adversarial Robustness in Machine Learning
