paper-with-me

Papers

DPR-CAE: Capsule Autoencoder with Dynamic Part Representation for Image Parsing

2021-04-30 · Canqun Xiang, Zhennan Wang, Wenbin Zou, Chen Xu

Parsing an image into a hierarchy of objects, parts, and relations is important and also challenging in many computer vision tasks. This paper proposes a simple and effective capsule autoencoder to address this issue, called DPR-CAE. In our approach, the encoder parses the input into a set of part capsules, including pose, intensity, and dynamic vector. The decoder introduces a novel dynamic part representation (DPR) by combining the dynamic vector and a shared template bank. These part representations are then regulated by corresponding capsules to composite the final output in an interpretable way. Besides, an extra translation-invariant module is proposed to avoid directly learning the uncertain scene-part relationship in our DPR-CAE, which makes the resulting method achieves a promising performance gain on $rm$-MNIST and $rm$-Fashion-MNIST. % to model the scene-object relationship DPR-CAE can be easily combined with the existing stacked capsule autoencoder and experimental results show it significantly improves performance in terms of unsupervised object classification. Our code is available in the Appendix.

📄 PDF Abstract BibTeX arXiv:2104.14735

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderTranslation

Similar Papers 제목 키워드 기반

Stacked Capsule Autoencoders

2019-06-17 · NeurIPS 2019 12 · Adam R. Kosiorek, Sara Sabour, Yee Whye Teh, Geoffrey E. Hinton

Objects are composed of a set of geometrically organized parts. We introduce an unsupervised capsule autoencoder (SCAE), which explicitly uses geometric relationships between parts to reason about objects. Since these re…

Cross-Modal RetrievalObjectUnsupervised MNIST

Geometric Capsule Autoencoders for 3D Point Clouds

2019-12-06 · Nitish Srivastava, Hanlin Goh, Ruslan Salakhutdinov

We propose a method to learn object representations from 3D point clouds using bundles of geometrically interpretable hidden units, which we call geometric capsules. Each geometric capsule represents a visual entity, suc…

ObjectRetrieval

An Evasion Attack against Stacked Capsule Autoencoder

2020-10-14 · Jiazhu Dai, Siwei Xiong

Capsule network is a type of neural network that uses the spatial relationship between features to classify images. By capturing the poses and relative positions between features, its ability to recognize affine transfor…

Adversarial Attackimage-classificationImage Classification

Masked Capsule Autoencoders

2024-03-07 · Miles Everett, Mingjun Zhong, Georgios Leontidis

We propose Masked Capsule Autoencoders (MCAE), the first Capsule Network that utilises pretraining in a modern self-supervised paradigm, specifically the masked image modelling framework. Capsule Networks have emerged as…

Decoder

CE-VAE: Capsule Enhanced Variational AutoEncoder for Underwater Image Enhancement

2024-06-03 · Rita Pucci, Niki Martinel

Unmanned underwater image analysis for marine monitoring faces two key challenges: (i) degraded image quality due to light attenuation and (ii) hardware storage constraints limiting high-resolution image collection. Exis…

Image EnhancementImage GenerationImage ReconstructionQuantization+1