Capsule Network Projectors are Equivariant and Invariant Learners
Miles Everett, Aiden Durrant, Mingjun Zhong, Georgios Leontidis
TL;DR
The paper addresses the challenge of learning representations that are simultaneously invariant and equivariant to viewpoint transformations in self-supervised learning. It introduces CapsIE, a Capsule Network–based projection that outputs invariant activations and equivariant poses, coupled with an entropy-based invariant objective and a learned predictor conditioned on known viewpoint transformations to enforce equivariance, formalized as for all $g\in G$, $f(\rho_X(g)\cdot x) = \rho_Y(g)\cdot f(x)$. CapsIE leverages a ResNet-18 backbone with a Capsule Network projector (using SRCaps) to produce compact, structured embeddings and reports state-of-the-art rotation-equivariance on 3DIEBench, while delivering competitive performance against supervised baselines and demonstrating robust generalization on Objaverse and MOVi-E. The work highlights the efficiency and generalization benefits of CapsNets for self-supervised, multi-task representations and suggests directions for scaling capsule capacity and exploring alternative routing schemes to further improve invariant performance.
Abstract
Learning invariant representations has been the long-standing approach to self-supervised learning. However, recently progress has been made in preserving equivariant properties in representations, yet do so with highly prescribed architectures. In this work, we propose an invariant-equivariant self-supervised architecture that employs Capsule Networks (CapsNets), which have been shown to capture equivariance with respect to novel viewpoints. We demonstrate that the use of CapsNets in equivariant self-supervised architectures achieves improved downstream performance on equivariant tasks with higher efficiency and fewer network parameters. To accommodate the architectural changes of CapsNets, we introduce a new objective function based on entropy minimisation. This approach, which we name CapsIE (Capsule Invariant Equivariant Network), achieves state-of-the-art performance on the equivariant rotation tasks on the 3DIEBench dataset compared to prior equivariant SSL methods, while performing competitively against supervised counterparts. Our results demonstrate the ability of CapsNets to learn complex and generalised representations for large-scale, multi-task datasets compared to previous CapsNet benchmarks. Code is available at https://github.com/AberdeenML/CapsIE.
