Papers › Betrayed by Attention: A Simple yet Effective Approach for Self-supervised Video...

Betrayed by Attention: A Simple yet Effective Approach for Self-supervised Video Object Segmentation

29 Nov 2023arXiv:2311.17893archive 2025-07-28

Shuangrui Ding, Rui Qian, Haohang Xu, Dahua Lin, Hongkai Xiong

In this paper, we propose a simple yet effective approach for self-supervised video object segmentation (VOS). Our key insight is that the inherent structural dependencies present in DINO-pretrained Transformers can be leveraged to establish robust spatio-temporal correspondences in videos. Furthermore, simple clustering on this correspondence cue is sufficient to yield competitive segmentation results. Previous self-supervised VOS techniques majorly resort to auxiliary modalities or utilize iterative slot attention to assist in object discovery, which restricts their general applicability and imposes higher computational requirements. To deal with these challenges, we develop a simplified architecture that capitalizes on the emerging objectness from DINO-pretrained Transformers, bypassing the need for additional modalities or slot attention. Specifically, we first introduce a single spatio-temporal Transformer block to process the frame-wise DINO features and establish spatio-temporal dependencies in the form of self-attention. Subsequently, utilizing these attention maps, we implement hierarchical clustering to generate object segmentation masks. To train the spatio-temporal block in a fully self-supervised manner, we employ semantic and dynamic motion consistency coupled with entropy normalization. Our method demonstrates state-of-the-art performance across multiple unsupervised VOS benchmarks and particularly excels in complex real-world multi-object video segmentation tasks such as DAVIS-17-Unsupervised and YouTube-VIS-19. The code and model checkpoints will be released at https://github.com/shvdiwnkozbw/SSL-UVOS.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 10 of 12 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 2 ran · fixture could not drive it; 8 ran with no contract checked.

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

shvdiwnkozbw/ssl-uvos 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

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

2ran · fixture could not drive it
8ran
2unverified

Licence: 12 of the 12 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 shvdiwnkozbw/ssl-uvos. “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.

drop_path shvdiwnkozbw/ssl-uvos/src/model/vision_transformer.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 55120f2026b56aa2 · report
get_frame_aug shvdiwnkozbw/ssl-uvos/src/augment.py official repository ran no licence file found · pointer only · fb2519bb639a667c · report
hierarchical_cluster shvdiwnkozbw/ssl-uvos/src/eval_oneshot.py official repository ran no licence file found · pointer only · a33c8b9d77fca6c7 · report
kl_distance shvdiwnkozbw/ssl-uvos/src/eval_oneshot.py official repository ran fingerprinted no licence file found · pointer only · e72a538ee0eee47d · report
mem_efficient_hierarchical_cluster shvdiwnkozbw/ssl-uvos/src/eval_oneshot.py official repository ran no licence file found · pointer only · e8f1b9aad850632e · report
n_patches shvdiwnkozbw/ssl-uvos/src/augment.py official repository ran no licence file found · pointer only · 14b1cc74dcb694bf · report
patch_grid shvdiwnkozbw/ssl-uvos/src/augment.py official repository ran no licence file found · pointer only · 600497c0fb4eb8c7 · report
readRGB shvdiwnkozbw/ssl-uvos/src/data.py official repository ran no licence file found · pointer only · 1a881611262d51ef · report
readSeg shvdiwnkozbw/ssl-uvos/src/data.py official repository ran no licence file found · pointer only · a3d6633188714161 · report
trunc_normal_ shvdiwnkozbw/ssl-uvos/src/model/vision_transformer.py official repository ran · fixture could not drive it no licence file found · pointer only · 915b71e73a54fc97 · report
Augment_GPU_pre shvdiwnkozbw/ssl-uvos/src/utils.py official repository unverified no licence file found · pointer only · 66e3a4ecd2f2c205 · report
vit_tiny shvdiwnkozbw/ssl-uvos/src/model/vision_transformer.py official repository unverified no licence file found · pointer only · faaced6c07e0019e · report

Tasks

ClusteringObjectObject DiscoverySegmentationSemantic SegmentationVideo Object SegmentationVideo SegmentationVideo Semantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDINODense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformerVOSVision Transformer

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