Papers › An Explicit Local and Global Representation Disentanglement Framework with...

An Explicit Local and Global Representation Disentanglement Framework with Applications in Deep Clustering and Unsupervised Object Detection

24 Jan 2020arXiv:2001.08957archive 2025-07-28

Rujikorn Charakorn, Yuttapong Thawornwattana, Sirawaj Itthipuripat, Nick Pawlowski, Poramate Manoonpong, Nat Dilokthanakul

Visual data can be understood at different levels of granularity, where global features correspond to semantic-level information and local features correspond to texture patterns. In this work, we propose a framework, called SPLIT, which allows us to disentangle local and global information into two separate sets of latent variables within the variational autoencoder (VAE) framework. Our framework adds generative assumption to the VAE by requiring a subset of the latent variables to generate an auxiliary set of observable data. This additional generative assumption primes the latent variables to local information and encourages the other latent variables to represent global information. We examine three different flavours of VAEs with different generative assumptions. We show that the framework can effectively disentangle local and global information within these models leads to improved representation, with better clustering and unsupervised object detection benchmarks. Finally, we establish connections between SPLIT and recent research in cognitive neuroscience regarding the disentanglement in human visual perception. The code for our experiments is at https://github.com/51616/split-vae .

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

Code

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

By repository: official repository: 18 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.

51616/split-vae officialmentioned in papertfMIT 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

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

18unverified

Licence: 0 of the 18 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 51616/split-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.

calculateIntersection 51616/split-vae/spair/data.py official repository unverified MIT (permissive) · b1f2137631d4df35 · report
calculate_overlap 51616/split-vae/spair/data.py official repository unverified MIT (permissive) · 5af6f50a761a3cd2 · report
concrete_binary_pre_sigmoid_sample 51616/split-vae/spair/utils.py official repository unverified MIT (permissive) · 15a44e208eb95089 · report
concrete_binary_sample_kl 51616/split-vae/spair/trainer.py official repository unverified MIT (permissive) · 0f6ffc1f82fd1092 · report
discretised_logistic_loss 51616/split-vae/vae/trainer.py official repository unverified MIT (permissive) · 2158436f4619f9af · report
get_confirm_token 51616/split-vae/vae/utils.py official repository unverified MIT (permissive) · 135b3dc835ffe6ad · report
get_model 51616/split-vae/spair/spair.py official repository unverified MIT (permissive) · 5438d8d9576107a0 · report
glimpses_reconstruction_test 51616/split-vae/spair/visualizer.py official repository unverified MIT (permissive) · 98bc49e1bae2904c · report
kl_divergence 51616/split-vae/vae/trainer.py official repository unverified MIT (permissive) · 978b2197d45a49c5 · report
kl_divergence 51616/split-vae/spair/trainer.py official repository unverified MIT (permissive) · 06d6e95f7b14b7dd · report
kl_divergence_two_gauss 51616/split-vae/vae/trainer.py official repository unverified MIT (permissive) · dfdbb3b5c5bd51e4 · report
kl_divergence_two_gauss 51616/split-vae/spair/trainer.py official repository unverified MIT (permissive) · e1b9bac44422dfff · report
random_crop 51616/split-vae/spair/data.py official repository unverified MIT (permissive) · f83c05a84860edf5 · report
reconstruction_bbox 51616/split-vae/spair/visualizer.py official repository unverified MIT (permissive) · 42bf7a6e7b60c60c · report
reconstruction_test 51616/split-vae/spair/visualizer.py official repository unverified MIT (permissive) · 8d20e3820ec4c18d · report
reconstruction_test_lg_vae 51616/split-vae/vae/visualizer.py official repository unverified MIT (permissive) · 32c56d8020d4ae89 · report
style_transfer_celeba 51616/split-vae/vae/visualizer.py official repository unverified MIT (permissive) · fa6264be29eb01f9 · report
style_transfer_test 51616/split-vae/vae/visualizer.py official repository unverified MIT (permissive) · 9f8ebb6945e3f4ee · report

Tasks

ClusteringDeep ClusteringDisentanglementObject DetectionRepresentation LearningStyle TransferUnsupervised Object Detectionobject-detection

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