paper-with-me

홈 › Papers

Building Deep, Equivariant Capsule Networks

2019-08-04 · Sairaam Venkatraman, S. Balasubramanian, R. Raghunatha Sarma

Capsule networks are constrained by the parameter-expensive nature of their layers, and the general lack of provable equivariance guarantees. We present a variation of capsule networks that aims to remedy this. We identify that learning all pair-wise part-whole relationships between capsules of successive layers is inefficient. Further, we also realise that the choice of prediction networks and the routing mechanism are both key to equivariance. Based on these, we propose an alternative framework for capsule networks that learns to projectively encode the manifold of pose-variations, termed the space-of-variation (SOV), for every capsule-type of each layer. This is done using a trainable, equivariant function defined over a grid of group-transformations. Thus, the prediction-phase of routing involves projection into the SOV of a deeper capsule using the corresponding function. As a specific instantiation of this idea, and also in order to reap the benefits of increased parameter-sharing, we use type-homogeneous group-equivariant convolutions of shallower capsules in this phase. We also introduce an equivariant routing mechanism based on degree-centrality. We show that this particular instance of our general model is equivariant, and hence preserves the compositional representation of an input under transformations. We conduct several experiments on standard object-classification datasets that showcase the increased transformation-robustness, as well as general performance, of our model to several capsule baselines.

📄 PDF Abstract BibTeX arXiv:1908.01300

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Building Deep Equivariant Capsule Networks

2020-05-01 · ICLR 2020 1 · Sai Raam Venkataraman, S. Balasubramanian, R. Raghunatha Sarma

Capsule networks are constrained by the parameter-expensive nature of their layers, and the general lack of provable equivariance guarantees. We present a variation of capsule networks that aims to remedy this. We identi…

Iterative collaborative routing among equivariant capsules for transformation-robust capsule networks

2022-10-20 · Sai Raam Venkataraman, S. Balasubramanian, R. Raghunatha Sarma

Transformation-robustness is an important feature for machine learning models that perform image classification. Many methods aim to bestow this property to models by the use of data augmentation strategies, while more f…

Data Augmentationimage-classificationImage Classification

Navigating the Unseen: Zero-shot Scene Graph Generation via Capsule-Based Equivariant Features

2025-01-01 · CVPR 2025 1 · Wenhuan Huang, Yi Ji, Guiqian Zhu, Li Ying 외

In scene graph generation (SGG), the accurate prediction of unseen triples is essential for its effectiveness in downstream vision-language tasks. We hypothesize that the predicates of unseen triples can be viewed as…

AttributeGraph GenerationScene Graph GenerationZero-Shot Scene Graph Generation

EquiCaps: Predictor-Free Pose-Aware Pre-Trained Capsule Networks

2025-06-11 · Athinoulla Konstantinou, Georgios Leontidis, Mamatha Thota, Aiden Durrant

Learning self-supervised representations that are invariant and equivariant to transformations is crucial for advancing beyond traditional visual classification tasks. However, many methods rely on predictor architecture…

Pose Estimation

Group Equivariant Capsule Networks

2018-06-13 · NeurIPS 2018 12 · Jan Eric Lenssen, Matthias Fey, Pascal Libuschewski

We present group equivariant capsule networks, a framework to introduce guaranteed equivariance and invariance properties to the capsule network idea. Our work can be divided into two contributions. First, we present a g…