paper-with-me

Papers

Sparse Unsupervised Capsules Generalize Better

2018-04-17 · David Rawlinson, Abdelrahman Ahmed, Gideon Kowadlo

We show that unsupervised training of latent capsule layers using only the reconstruction loss, without masking to select the correct output class, causes a loss of equivariances and other desirable capsule qualities. This implies that supervised capsules networks can't be very deep. Unsupervised sparsening of latent capsule layer activity both restores these qualities and appears to generalize better than supervised masking, while potentially enabling deeper capsules networks. We train a sparse, unsupervised capsules network of similar geometry to Sabour et al (2017) on MNIST, and then test classification accuracy on affNIST using an SVM layer. Accuracy is improved from benchmark 79% to 90%.

📄 PDF Abstract BibTeX arXiv:1804.06094

Code (1)

ProjectAGI/sparse-unsupervised-capsules 공식 구현 tf

Tasks

General Classification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Quaternion Capsule Networks

2020-07-08 · Barış Özcan, Furkan Kınlı, Furkan Kıraç

Capsules are grouping of neurons that allow to represent sophisticated information of a visual entity such as pose and features. In the view of this property, Capsule Networks outperform CNNs in challenging tasks like ob…

BenchmarkingObject Recognition

HP-Capsule: Unsupervised Face Part Discovery by Hierarchical Parsing Capsule Network

2022-03-21 · CVPR 2022 1 · Chang Yu, Xiangyu Zhu, Xiaomei Zhang, Zidu Wang 외

Capsule networks are designed to present the objects by a set of parts and their relationships, which provide an insight into the procedure of visual perception. Although recent works have shown the success of capsule ne…

Training products of expert capsules with mixing by dynamic routing

2019-07-26 · Michael Hauser

This study develops an unsupervised learning algorithm for products of expert capsules with dynamic routing. Analogous to binary-valued neurons in Restricted Boltzmann Machines, the magnitude of a squashed capsule firing…

Neural Network Encapsulation

2018-08-11 · ECCV 2018 9 · Hongyang Li, Xiaoyang Guo, Bo Dai, Wanli Ouyang 외

A capsule is a collection of neurons which represents different variants of a pattern in the network. The routing scheme ensures only certain capsules which resemble lower counterparts in the higher layer should be activ…

Unsupervised part representation by Flow Capsules

2020-11-27 · Sara Sabour, Andrea Tagliasacchi, Soroosh Yazdani, Geoffrey E. Hinton 외

Capsule networks aim to parse images into a hierarchy of objects, parts and relations. While promising, they remain limited by an inability to learn effective low level part descriptions. To address this issue we propose…

Decoderimage-classificationImage ClassificationUnsupervised Image Classification