Papers › Object Discovery from Motion-Guided Tokens

Object Discovery from Motion-Guided Tokens

27 Mar 2023CVPR 2023 1arXiv:2303.15555archive 2025-07-28

Zhipeng Bao, Pavel Tokmakov, Yu-Xiong Wang, Adrien Gaidon, Martial Hebert

Object discovery -- separating objects from the background without manual labels -- is a fundamental open challenge in computer vision. Previous methods struggle to go beyond clustering of low-level cues, whether handcrafted (e.g., color, texture) or learned (e.g., from auto-encoders). In this work, we augment the auto-encoder representation learning framework with two key components: motion-guidance and mid-level feature tokenization. Although both have been separately investigated, we introduce a new transformer decoder showing that their benefits can compound thanks to motion-guided vector quantization. We show that our architecture effectively leverages the synergy between motion and tokenization, improving upon the state of the art on both synthetic and real datasets. Our approach enables the emergence of interpretable object-specific mid-level features, demonstrating the benefits of motion-guidance (no labeling) and quantization (interpretability, memory efficiency).

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

Code

Syntology Ran 18 of 29 code samples harvested from 2 repositories linked to this paper; 11 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 14 ran with no contract checked.

By repository: official repository: 28 samples from 2 repositories, 17 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zpbao/discovery_obj_move officialmentioned in papermentioned on GitHubpytorch report
zpbao/motok officialmentioned in papermentioned 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

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

4ran · our draft was wrong
14ran
11unverified

Licence: 29 of the 29 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 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

Attention zpbao/MoTok/models/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · fcfd6a91cff8bff5 · report
BasicBlock zpbao/MoTok/models/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 7f064626e47dfce3 · report
Bottleneck zpbao/MoTok/models/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 1af3ad81514e01ab · report
Decoder zpbao/discovery_obj_move/models/model.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 9bc24612fd19fd61 · report
FeedForward zpbao/MoTok/models/model.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · 209a0cdd69004ed6 · report
GEGLU zpbao/MoTok/models/model.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 594fabefbfea082e · report
PositionalEncoding zpbao/MoTok/models/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 86ce7d3fde6f587d · report
PreNorm zpbao/MoTok/models/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · a6d3c1695434241b · report
ResBlock zpbao/MoTok/models/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 01574b6a1614b1a1 · report
SoftPositionEmbed zpbao/MoTok/models/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 45687c252db176ee · report
VQEmbedding zpbao/MoTok/models/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · c69c1f11329402c9 · report
VectorQuantization zpbao/MoTok/models/model.py official repository ran no licence file found · pointer only · 52b032a9f378f705 · report
VectorQuantizationStraightThrough zpbao/MoTok/models/model.py official repository ran no licence file found · pointer only · 30c902aa572b0c90 · report
VectorQuantizedVAE zpbao/MoTok/models/model.py official repository ran no licence file found · pointer only · fb9ea071c294e160 · report
build_grid zpbao/MoTok/models/model.py official repository ran · our draft was wrong no licence file found · pointer only · 8a1bbc075986fb5f · report
conv1x1 zpbao/MoTok/models/model.py official repository ran · our draft was wrong no licence file found · pointer only · 18a2690463c2ec97 · report
conv3x3 zpbao/MoTok/models/model.py official repository ran · our draft was wrong no licence file found · pointer only · 3e8e29138f60555f · report
Encoder zpbao/MoTok/models/model.py official repository unverified no licence file found · pointer only · dc3d45b68c59927d · report
Encoder zpbao/discovery_obj_move/models/model.py official repository unverified no licence file found · pointer only · 3d5f91eee8334682 · report
PerceiverDecoder zpbao/MoTok/models/model.py official repository unverified no licence file found · pointer only · c86e0d0d853fe4a1 · report
ResNet zpbao/MoTok/models/model.py official repository unverified no licence file found · pointer only · 2e235c3f15a3bb8b · report
SlotAttention zpbao/MoTok/models/model.py official repository unverified no licence file found · pointer only · 50957c73909eec68 · report
SlotAttention zpbao/discovery_obj_move/models/model.py official repository unverified no licence file found · pointer only · c91f2d386d8a0b9d · report
SlotAttentionAutoEncoder zpbao/MoTok/models/model.py official repository unverified no licence file found · pointer only · bc3a09f53e252fc4 · report
SlotAttentionAutoEncoder zpbao/discovery_obj_move/models/model.py official repository unverified no licence file found · pointer only · 43591a6ff7ac7600 · report
_resnet zpbao/MoTok/models/model.py official repository unverified no licence file found · pointer only · c4172180d85b140c · report
resnet18 zpbao/MoTok/models/model.py official repository unverified no licence file found · pointer only · 3b2937dc40639bd1 · report
weights_init zpbao/MoTok/models/model.py official repository unverified no licence file found · pointer only · 8f78954c8ba8c9d2 · report
cache_fn identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 8458f9ba0361ff43 · report

Tasks

DecoderObjectObject DiscoveryQuantizationRepresentation 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