paper-with-me

홈 › Papers

Quantised Transforming Auto-Encoders: Achieving Equivariance to Arbitrary Transformations in Deep Networks

2021-11-25 · Jianbo Jiao, João F. Henriques

In this work we investigate how to achieve equivariance to input transformations in deep networks, purely from data, without being given a model of those transformations. Convolutional Neural Networks (CNNs), for example, are equivariant to image translation, a transformation that can be easily modelled (by shifting the pixels vertically or horizontally). Other transformations, such as out-of-plane rotations, do not admit a simple analytic model. We propose an auto-encoder architecture whose embedding obeys an arbitrary set of equivariance relations simultaneously, such as translation, rotation, colour changes, and many others. This means that it can take an input image, and produce versions transformed by a given amount that were not observed before (e.g. a different point of view of the same object, or a colour variation). Despite extending to many (even non-geometric) transformations, our model reduces exactly to a CNN in the special case of translation-equivariance. Equivariances are important for the interpretability and robustness of deep networks, and we demonstrate results of successful re-rendering of transformed versions of input images on several synthetic and real datasets, as well as results on object pose estimation.

📄 PDF Abstract BibTeX arXiv:2111.12873

Code (0)

등록된 구현이 없습니다.

Tasks

Pose EstimationTranslation

Similar Papers 제목 키워드 기반

EQ-VAE: Equivariance Regularized Latent Space for Improved Generative Image Modeling

2025-02-13 · Theodoros Kouzelis, Ioannis Kakogeorgiou, Spyros Gidaris, Nikos Komodakis

Latent generative models have emerged as a leading approach for high-quality image synthesis. These models rely on an autoencoder to compress images into a latent space, followed by a generative model to learn the latent…

Image Generation

Quantised Neural Network Accelerators for Low-Power IDS in Automotive Networks

2024-01-19 · Shashwat Khandelwal, Anneliese Walsh, Shanker Shreejith

In this paper, we explore low-power custom quantised Multi-Layer Perceptrons (MLPs) as an Intrusion Detection System (IDS) for automotive controller area network (CAN). We utilise the FINN framework from AMD/Xilinx to qu…

Intrusion Detection

Group Equivariance Meets Mechanistic Interpretability: Equivariant Sparse Autoencoders

2025-11-12 · Ege Erdogan, Ana Lucic arxiv

Sparse autoencoders (SAEs) have proven useful in disentangling the opaque activations of neural networks, primarily large language models, into sets of interpretable features. However, adapting them to domains beyond lan…

Quantised Global Autoencoder: A Holistic Approach to Representing Visual Data

2024-07-16 · Tim Elsner, Paula Usinger, Victor Czech, Gregor Kobsik 외

In quantised autoencoders, images are usually split into local patches, each encoded by one token. This representation is redundant in the sense that the same number of tokens is spend per region, regardless of the visua…

Decoder

The Utility of Decorrelating Colour Spaces in Vector Quantised Variational Autoencoders

2020-09-30 · Arash Akbarinia, Raquel Gil-Rodríguez, Alban Flachot, Matteo Toscani

Vector quantised variational autoencoders (VQ-VAE) are characterised by three main components: 1) encoding visual data, 2) assigning $k$ different vectors in the so-called embedding space, and 3) decoding the learnt feat…

image-classificationImage ClassificationScene Segmentation