Papers › Commutative Lie Group VAE for Disentanglement Learning

Commutative Lie Group VAE for Disentanglement Learning

7 Jun 2021arXiv:2106.03375archive 2025-07-28

Xinqi Zhu, Chang Xu, DaCheng Tao

We view disentanglement learning as discovering an underlying structure that equivariantly reflects the factorized variations shown in data. Traditionally, such a structure is fixed to be a vector space with data variations represented by translations along individual latent dimensions. We argue this simple structure is suboptimal since it requires the model to learn to discard the properties (e.g. different scales of changes, different levels of abstractness) of data variations, which is an extra work than equivariance learning. Instead, we propose to encode the data variations with groups, a structure not only can equivariantly represent variations, but can also be adaptively optimized to preserve the properties of data variations. Considering it is hard to conduct training on group structures, we focus on Lie groups and adopt a parameterization using Lie algebra. Based on the parameterization, some disentanglement learning constraints are naturally derived. A simple model named Commutative Lie Group VAE is introduced to realize the group-based disentanglement learning. Experiments show that our model can effectively learn disentangled representations without supervision, and can achieve state-of-the-art performance without extra constraints.

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="2106.03375")

Code

Syntology Ran 1 of 15 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

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

zhuxinqimac/CommutativeLieGroupVAE-Pytorch officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
mmrl/lost-in-latent-space mentioned on GitHubpytorch 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

15 samples harvested; 1 ran; 0 honoured the contract we drafted; 14 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.

1ran · our draft was wrong
14unverified

Licence: 0 of the 15 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 zhuxinqimac/CommutativeLieGroupVAE-Pytorch. “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.

matrix_diag zhuxinqimac/CommutativeLieGroupVAE-Pytorch/models/dip_vae.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · f29345568db89515 · report
attn_stats zhuxinqimac/CommutativeLieGroupVAE-Pytorch/models/utils.py official repository unverified Apache-2.0 (permissive) · c8c0fc37731d8f65 · report
beta_celeb_encoder zhuxinqimac/CommutativeLieGroupVAE-Pytorch/models/beta.py official repository unverified Apache-2.0 (permissive) · a3fd6939c5efba47 · report
beta_shape_encoder zhuxinqimac/CommutativeLieGroupVAE-Pytorch/models/beta.py official repository unverified Apache-2.0 (permissive) · 8c9290faed00844f · report
beta_shapes_decoder zhuxinqimac/CommutativeLieGroupVAE-Pytorch/models/beta.py official repository unverified Apache-2.0 (permissive) · 5a25b9447af5511e · report
count_parameters zhuxinqimac/CommutativeLieGroupVAE-Pytorch/models/utils.py official repository unverified Apache-2.0 (permissive) · d2653edfda6250cd · report
dip_vae_i_loss zhuxinqimac/CommutativeLieGroupVAE-Pytorch/models/dip_vae.py official repository unverified Apache-2.0 (permissive) · e3db85df9560a4d6 · report
dip_vae_ii_loss zhuxinqimac/CommutativeLieGroupVAE-Pytorch/models/dip_vae.py official repository unverified Apache-2.0 (permissive) · 2a32245f4820873d · report
gaussian_kls zhuxinqimac/CommutativeLieGroupVAE-Pytorch/models/losses.py official repository unverified Apache-2.0 (permissive) · 406c6e802e6ba500 · report
get_mean zhuxinqimac/CommutativeLieGroupVAE-Pytorch/collect_results.py official repository unverified Apache-2.0 (permissive) · a16604e7e8d463ba · report
get_num zhuxinqimac/CommutativeLieGroupVAE-Pytorch/collect_results.py official repository unverified Apache-2.0 (permissive) · 049a2844665499ee · report
get_std zhuxinqimac/CommutativeLieGroupVAE-Pytorch/collect_results.py official repository unverified Apache-2.0 (permissive) · da165531811b0868 · report
parse_val_logs zhuxinqimac/CommutativeLieGroupVAE-Pytorch/trainin_loop.py official repository unverified Apache-2.0 (permissive) · 9dd58bd04c5e1e9a · report
sprites_label_to_action zhuxinqimac/CommutativeLieGroupVAE-Pytorch/models/utils.py official repository unverified Apache-2.0 (permissive) · 0b7e7c9fb991cbe8 · report
to_cuda zhuxinqimac/CommutativeLieGroupVAE-Pytorch/trainin_loop.py official repository unverified Apache-2.0 (permissive) · cfca2b62d69fcc71 · report

Tasks

Disentanglement

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