Papers › Unsupervised Object Representation Learning using Translation and Rotation Group...

Unsupervised Object Representation Learning using Translation and Rotation Group Equivariant VAE

24 Oct 2022arXiv:2210.12918archive 2025-07-28

Alireza Nasiri, Tristan Bepler

In many imaging modalities, objects of interest can occur in a variety of locations and poses (i.e. are subject to translations and rotations in 2d or 3d), but the location and pose of an object does not change its semantics (i.e. the object's essence). That is, the specific location and rotation of an airplane in satellite imagery, or the 3d rotation of a chair in a natural image, or the rotation of a particle in a cryo-electron micrograph, do not change the intrinsic nature of those objects. Here, we consider the problem of learning semantic representations of objects that are invariant to pose and location in a fully unsupervised manner. We address shortcomings in previous approaches to this problem by introducing TARGET-VAE, a translation and rotation group-equivariant variational autoencoder framework. TARGET-VAE combines three core innovations: 1) a rotation and translation group-equivariant encoder architecture, 2) a structurally disentangled distribution over latent rotation, translation, and a rotation-translation-invariant semantic object representation, which are jointly inferred by the approximate inference network, and 3) a spatially equivariant generator network. In comprehensive experiments, we show that TARGET-VAE learns disentangled representations without supervision that significantly improve upon, and avoid the pathologies of, previous methods. When trained on images highly corrupted by rotation and translation, the semantic representations learned by TARGET-VAE are similar to those learned on consistently posed objects, dramatically improving clustering in the semantic latent space. Furthermore, TARGET-VAE is able to perform remarkably accurate unsupervised pose and location inference. We expect methods like TARGET-VAE will underpin future approaches for unsupervised object generation, pose prediction, and object detection.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2210.12918")

Code

Syntology Ran 0 of 20 code samples harvested from 1 repository linked to this paper; 20 have no recorded run.

By repository: official repository: 20 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

smlc-nysbc/target-vae officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 0 ran; 0 honoured the contract we drafted; 20 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

20unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from smlc-nysbc/target-vae. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

cluster_acc smlc-nysbc/target-vae/clustering_dsprites.py official repository unverified MIT (permissive) · 5260d45bd76e16cc · report
cluster_acc smlc-nysbc/target-vae/clustering_mnist.py official repository unverified MIT (permissive) · e9e60431bb497e09 · report
compute_2d_ctf smlc-nysbc/target-vae/src/ctf.py official repository unverified MIT (permissive) · 20061b753ab107e5 · report
crop smlc-nysbc/target-vae/src/image.py official repository unverified MIT (permissive) · 69f6f08ec67a0821 · report
ctf_filter smlc-nysbc/target-vae/src/ctf.py official repository unverified MIT (permissive) · 1fd769897b5c1e01 · report
downsample smlc-nysbc/target-vae/src/image.py official repository unverified MIT (permissive) · 65871fecaa6f5b52 · report
eval_minibatch smlc-nysbc/target-vae/train_dsprites.py official repository unverified MIT (permissive) · ca7bf21d29efd052 · report
eval_minibatch smlc-nysbc/target-vae/train_galaxy.py official repository unverified MIT (permissive) · f7bf32be6ed3b3ce · report
eval_model smlc-nysbc/target-vae/train_dsprites.py official repository unverified MIT (permissive) · a0c4d1584fb072d5 · report
eval_model smlc-nysbc/target-vae/train_galaxy.py official repository unverified MIT (permissive) · 9769b6fef90de4d5 · report
get_latent smlc-nysbc/target-vae/clustering_dsprites.py official repository unverified MIT (permissive) · 1d38fa41d0b89adb · report
get_latent smlc-nysbc/target-vae/clustering_mnist.py official repository unverified MIT (permissive) · c5f1b20bf55ae6d8 · report
get_mode smlc-nysbc/target-vae/src/mrc.py official repository unverified MIT (permissive) · 48088186a5bb2896 · report
load_images smlc-nysbc/target-vae/clustering_dsprites.py official repository unverified MIT (permissive) · 8c582ad5126b1725 · report
make_header smlc-nysbc/target-vae/src/mrc.py official repository unverified MIT (permissive) · 3e39b8fba4e5dc36 · report
normalize smlc-nysbc/target-vae/src/image.py official repository unverified MIT (permissive) · 39e9adc0e88f7f86 · report
parse smlc-nysbc/target-vae/src/mrc.py official repository unverified MIT (permissive) · e23c9b574323efb9 · report
parse_ctf smlc-nysbc/target-vae/src/ctf.py official repository unverified MIT (permissive) · 9ef31dc8425cf565 · report
train_epoch smlc-nysbc/target-vae/train_dsprites.py official repository unverified MIT (permissive) · fef77345332c002c · report
train_epoch smlc-nysbc/target-vae/train_galaxy.py official repository unverified MIT (permissive) · d4b03d98b21b85d0 · report

Tasks

Learning Semantic RepresentationsObjectObject DetectionPose PredictionRepresentation LearningTranslation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections