paper-with-me

Papers

An Efficient Approach for Using Expectation Maximization Algorithm in Capsule Networks

2019-12-11 · Moein Hasani, Amin Nasim Saravi, Hassan Khotanlou

Capsule Networks (CapsNets) are brand-new architectures that have shown ground-breaking results in certain areas of Computer Vision (CV). In 2017, Hinton and his team introduced CapsNets with routing-by-agreement in "Sabour et al" and in a more recent paper "Matrix Capsules with EM Routing" they proposed a more complete architecture with Expectation-Maximization (EM) algorithm. Unlike the traditional convolutional neural networks (CNNs), this architecture is able to preserve the pose of the objects in the picture. Due to this characteristic, it has been able to beat the previous state-of-theart results on the smallNORB dataset, which includes samples with various view points. Also, this architecture is more robust to white box adversarial attacks. However, CapsNets have two major drawbacks. They can't perform as well as CNNs on complex datasets and, they need a huge amount of time for training. We try to mitigate these shortcomings by finding optimum settings of EM routing iterations for training CapsNets. Unlike the past studies, we use un-equal numbers of EM routing iterations for different stages of the CapsNet. For our research, we use three datasets: Yale face dataset, Belgium Traffic Sign dataset, and Fashion-MNIST dataset.

📄 PDF Abstract BibTeX arXiv:1912.05333

Code (1)

Moeinh77/An-Efficient-Approach-for-Using-EM-Algorithm-in-Capsule-Networks 공식 구현

Similar Papers 제목 키워드 기반

Mamba Capsule Routing Towards Part-Whole Relational Camouflaged Object Detection

2024-10-05 · Dingwen Zhang, Liangbo Cheng, Yi Liu, Xinggang Wang 외

The part-whole relational property endowed by Capsule Networks (CapsNets) has been known successful for camouflaged object detection due to its segmentation integrity. However, the previous Expectation Maximization (EM) …

Mambaobject-detectionObject Detection

Matrix capsules with EM routing

2018-01-01 · ICLR 2018 1 · Geoffrey E. Hinton, Sara Sabour, Nicholas Frosst

A capsule is a group of neurons whose outputs represent different properties of the same entity. Each layer in a capsule network contains many capsules. We describe a version of capsules in which each capsule has a logis…

Image Classification

Inference and Learning for Generative Capsule Models

2022-09-07 · Alfredo Nazabal, Nikolaos Tsagkas, Christopher K. I. Williams

Capsule networks (see e.g. Hinton et al., 2018) aim to encode knowledge of and reason about the relationship between an object and its parts. In this paper we specify a generative model for such data, and derive a variat…

Object

Hyperspectral Image Classification Using Deep Matrix Capsules

2023-02-02 · International Conference on Data Science, Agents & Artificial Intelligence (ICDSAAI) 2023 2 · Anirudh Ravikumar, Rohit P N, Mydhili K. Nair, Vimal Bhatia

Hyperspectral image (HSI) classification is used in multiple domains like precision agriculture, mineral exploration, remote sensing, and others. Conventionally, couvolutional neural networks (CNNs) were used in HSI clas…

ClassificationEdge-computingHyperspectral Image Classificationimage-classification+1

An Improved EM algorithm

2013-05-03 · Fu-qiang Chen

In this paper, we firstly give a brief introduction of expectation maximization (EM) algorithm, and then discuss the initial value sensitivity of expectation maximization algorithm. Subsequently, we give a short proof of…

Sensitivity