Papers › SPACE: Unsupervised Object-Oriented Scene Representation via Spatial Attention and...

SPACE: Unsupervised Object-Oriented Scene Representation via Spatial Attention and Decomposition

8 Jan 2020ICLR 2020 1arXiv:2001.02407archive 2025-07-28

Zhixuan Lin, Yi-Fu Wu, Skand Vishwanath Peri, Weihao Sun, Gautam Singh, Fei Deng, Jindong Jiang, Sungjin Ahn

The ability to decompose complex multi-object scenes into meaningful abstractions like objects is fundamental to achieve higher-level cognition. Previous approaches for unsupervised object-oriented scene representation learning are either based on spatial-attention or scene-mixture approaches and limited in scalability which is a main obstacle towards modeling real-world scenes. In this paper, we propose a generative latent variable model, called SPACE, that provides a unified probabilistic modeling framework that combines the best of spatial-attention and scene-mixture approaches. SPACE can explicitly provide factorized object representations for foreground objects while also decomposing background segments of complex morphology. Previous models are good at either of these, but not both. SPACE also resolves the scalability problems of previous methods by incorporating parallel spatial-attention and thus is applicable to scenes with a large number of objects without performance degradations. We show through experiments on Atari and 3D-Rooms that SPACE achieves the above properties consistently in comparison to SPAIR, IODINE, and GENESIS. Results of our experiments can be found on our project website: https://sites.google.com/view/space-project-page

PaperPDFConference PDFCodeCode 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.02407")

Code

Syntology Ran 36 of 51 code samples harvested from 4 repositories linked to this paper; 15 have no recorded run. Of those that ran: 3 ran · honoured contract; 3 ran · our draft was wrong; 2 ran · fixture could not drive it; 28 ran with no contract checked.

By repository: community (archive-listed): 51 samples from 4 repositories, 36 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jinyangyuan/space mentioned on GitHubpytorch report
k4ntz/moc mentioned on GitHubpytorch report
zhixuan-lin/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

51 samples harvested; 36 ran; 3 honoured the contract we drafted; 15 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.

3ran · honoured contract
3ran · our draft was wrong
2ran · fixture could not drive it
28ran
15unverified

Licence: 38 of the 51 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 4 repositories linked to this paper, official or community; each sample names its own and says which. “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.

CompDecoder jinyangyuan/space/src/model/space/space.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted GPL-3.0 (copyleft) · pointer only · 133f48b183df7d0b · report
CompDecoder zhixuan-lin/SPACE/src/model/space/space.py community (archive-listed) ran fingerprinted MIT (permissive) · f84d9362e8c0be0e · report
CompDecoderStrong jinyangyuan/space/src/model/space/space.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted GPL-3.0 (copyleft) · pointer only · 1cbb4664acf8e289 · report
CompDecoderStrong k4ntz/moc/src/model/space/space.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted GPL-3.0 (copyleft) · pointer only · 0c8fd030940b81dd · report
CompDecoderStrong zhixuan-lin/SPACE/src/model/space/space.py community (archive-listed) ran fingerprinted MIT (permissive) · 453a7064dad87cfb · report
CompEncoder jinyangyuan/space/src/model/space/space.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · a4ace48dedeef8fb · report
CompEncoder k4ntz/moc/src/model/space/space.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 60cecc1907723405 · report
CompEncoder zhixuan-lin/SPACE/src/model/space/space.py community (archive-listed) ran MIT (permissive) · bd2a5593f743092e · report
Flatten jinyangyuan/space/src/model/space/space.py community (archive-listed) ran fingerprinted GPL-3.0 (copyleft) · pointer only · dca1bdd65a0d90e0 · report
GlimpseDec zhixuan-lin/SPACE/src/model/space/space.py community (archive-listed) ran MIT (permissive) · 351ffffa8d2c7190 · report
GlimpseEncoder sebamenabar/SPACE-Pytorch-Implementation/utils/space_modules.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted licence not identified · pointer only · 1f4684a24388ea46 · report
ImageEncoderBg jinyangyuan/space/src/model/space/space.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 730f01536a5df72a · report
ImageEncoderBg k4ntz/moc/src/model/space/space.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 50d23fc461c1ac05 · report
ImgEncoderFg jinyangyuan/space/src/model/space/space.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 8509f71e0541dfad · report
ImgEncoderFg k4ntz/moc/src/model/space/space.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 2b1ab6fda397d56c · report
ImgEncoderFg zhixuan-lin/SPACE/src/model/space/space.py community (archive-listed) ran MIT (permissive) · 2db58aa746031914 · report
MaskDecoder jinyangyuan/space/src/model/space/space.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 01c52fabe5c70752 · report
MaskDecoder k4ntz/moc/src/model/space/space.py community (archive-listed) ran fingerprinted GPL-3.0 (copyleft) · pointer only · a289c9c0362a7ac0 · report
MaskDecoder zhixuan-lin/SPACE/src/model/space/space.py community (archive-listed) ran MIT (permissive) · 0784c8ca6cc7bd1a · report
NumericalRelaxedBernoulli jinyangyuan/space/src/model/space/space.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · c0bdf5faa394c8c7 · report
PredictComp jinyangyuan/space/src/model/space/space.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 29a57e7e4031100c · report
PredictComp k4ntz/moc/src/model/space/space.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 318a4a83d23ab99b · report
PredictComp zhixuan-lin/SPACE/src/model/space/space.py community (archive-listed) ran MIT (permissive) · 317c2513bc773e24 · report
PredictMask jinyangyuan/space/src/model/space/space.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · d7466602b09144bd · report
PredictMask zhixuan-lin/SPACE/src/model/space/space.py community (archive-listed) ran MIT (permissive) · 9b80c13dd98959d4 · report
ZWhatEnc jinyangyuan/space/src/model/space/space.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · a5f8ccf2364b391c · report
ZWhatEnc k4ntz/moc/src/model/space/space.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · a0176b778c024a84 · report
ZWhatEnc zhixuan-lin/SPACE/src/model/space/space.py community (archive-listed) ran MIT (permissive) · 22f02c42a137247f · report
get_boundary_kernel jinyangyuan/space/src/model/space/space.py community (archive-listed) ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · cec75c84bc88045c · report
get_boundary_kernel_new jinyangyuan/space/src/model/space/space.py community (archive-listed) ran · honoured contract GPL-3.0 (copyleft) · pointer only · 5cefba6de921f217 · report
inverse_spatial_transform k4ntz/moc/src/model/space/space.py community (archive-listed) ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 0a1e474f8c6f9235 · report
linear_annealing jinyangyuan/space/src/model/space/space.py community (archive-listed) ran · honoured contract GPL-3.0 (copyleft) · pointer only · c2ecfa7b95f02508 · report
linear_annealing k4ntz/moc/src/model/space/space.py community (archive-listed) ran · honoured contract GPL-3.0 (copyleft) · pointer only · bfca6ead307936c8 · report
spatial_transform jinyangyuan/space/src/model/space/space.py community (archive-listed) ran · fixture could not drive it GPL-3.0 (copyleft) · pointer only · 8582eaff32ef7fff · report
spatial_transform k4ntz/moc/src/model/space/space.py community (archive-listed) ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · f2b3c5bce3661feb · report
spatial_transform zhixuan-lin/SPACE/src/model/space/space.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 5da93a38a1779bcb · report
CompDecoder k4ntz/moc/src/model/space/space.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · dc8e1056e4079750 · report
GlimpseDec jinyangyuan/space/src/model/space/space.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 86d183f89f3bbd32 · report
GlimpseDec k4ntz/moc/src/model/space/space.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · af315f04ad9a060f · report
PredictMask k4ntz/moc/src/model/space/space.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 61c3acd8b00e59e6 · report
Space jinyangyuan/space/src/model/space/space.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 394e067bedabb297 · report
Space k4ntz/moc/src/model/space/space.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 6abb28fbe1178f97 · report
Space zhixuan-lin/SPACE/src/model/space/space.py community (archive-listed) unverified MIT (permissive) · 12db70167d3291df · report
SpaceBg jinyangyuan/space/src/model/space/space.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · a1fdc89a469eb273 · report
SpaceBg k4ntz/moc/src/model/space/space.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 3c0f8ef59ad36050 · report
SpaceBg zhixuan-lin/SPACE/src/model/space/space.py community (archive-listed) unverified MIT (permissive) · bcfb9765a024bd2d · report
SpaceFg jinyangyuan/space/src/model/space/space.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · c3414acc0ae26193 · report
SpaceFg k4ntz/moc/src/model/space/space.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · e1a39d7201652ecc · report
SpaceFg zhixuan-lin/SPACE/src/model/space/space.py community (archive-listed) unverified MIT (permissive) · 4c193d00ee677ab4 · report
SpatialBroadcast jinyangyuan/space/src/model/space/space.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · fa03a464466fad92 · report
kl_divergence_bern_bern jinyangyuan/space/src/model/space/space.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 3fc240625d53914a · report

Tasks

ObjectRepresentation Learning

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