Papers › Time Does Tell: Self-Supervised Time-Tuning of Dense Image Representations

Time Does Tell: Self-Supervised Time-Tuning of Dense Image Representations

22 Aug 2023ICCV 2023 1arXiv:2308.11796archive 2025-07-28

Mohammadreza Salehi, Efstratios Gavves, Cees G. M. Snoek, Yuki M. Asano

Spatially dense self-supervised learning is a rapidly growing problem domain with promising applications for unsupervised segmentation and pretraining for dense downstream tasks. Despite the abundance of temporal data in the form of videos, this information-rich source has been largely overlooked. Our paper aims to address this gap by proposing a novel approach that incorporates temporal consistency in dense self-supervised learning. While methods designed solely for images face difficulties in achieving even the same performance on videos, our method improves not only the representation quality for videos-but also images. Our approach, which we call time-tuning, starts from image-pretrained models and fine-tunes them with a novel self-supervised temporal-alignment clustering loss on unlabeled videos. This effectively facilitates the transfer of high-level information from videos to image representations. Time-tuning improves the state-of-the-art by 8-10% for unsupervised semantic segmentation on videos and matches it for images. We believe this method paves the way for further self-supervised scaling by leveraging the abundant availability of videos. The implementation can be found here : https://github.com/SMSD75/Timetuning

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

Code

Syntology Ran 19 of 31 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · our draft was wrong; 2 ran · fixture could not drive it; 13 ran with no contract checked.

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

smsd75/timetuning officialmentioned in papermentioned on GitHubpytorchNOASSERTION 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

31 samples harvested; 19 ran; 2 honoured the contract we drafted; 12 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.

2ran · honoured contract
2ran · our draft was wrong
2ran · fixture could not drive it
13ran
12unverified

Licence: 31 of the 31 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 smsd75/timetuning. “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.

bfscore smsd75/timetuning/bfscore.py official repository ran licence not identified · pointer only · 4a84019b30b6193a · report
bfscore_old smsd75/timetuning/bfscore.py official repository ran licence not identified · pointer only · 18c24ad4e75b0f50 · report
build_grid smsd75/timetuning/motion_grouping_model.py official repository ran licence not identified · pointer only · a51ebb5e1ba6cf37 · report
bytescale smsd75/timetuning/data_loader.py official repository ran licence not identified · pointer only · 9ce4ded7a45c7696 · report
calc_precision_recall smsd75/timetuning/bfscore.py official repository ran licence not identified · pointer only · 0801a428f3bdc324 · report
conv3x3 smsd75/timetuning/models.py official repository ran · our draft was wrong no licence file found · pointer only · 600ff2c45e0de056 · report
cosine_scheduler SMSD75/Timetuning/time_tuning.py official repository ran · honoured contract licence not identified · pointer only · c9ae5a71b1d0c65b · report
drop_path smsd75/timetuning/dino_vision_transformer.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 55120f2026b56aa2 · report
get_backbone_prefix smsd75/timetuning/leopart.py official repository ran licence not identified · pointer only · f3515400ca858018 · report
get_cluster_precs smsd75/timetuning/cluster_based_foreground_extraction.py official repository ran licence not identified · pointer only · 1fcff522c84b8218 · report
pascal_loader smsd75/timetuning/leoloader.py official repository ran licence not identified · pointer only · eadb9ed8de52fbc3 · report
process_attentions smsd75/timetuning/models.py official repository ran licence not identified · pointer only · c5e773980206e3b9 · report
process_data_group smsd75/timetuning/cluster_based_foreground_extraction.py official repository ran licence not identified · pointer only · 0f2078cd88b80d55 · report
resnet18 smsd75/timetuning/dul_model.py official repository ran licence not identified · pointer only · 73c9e564019bb977 · report
restrict_neighborhood SMSD75/Timetuning/time_tuning.py official repository ran · honoured contract fingerprinted licence not identified · pointer only · 3926c0ffeda503f2 · report
sinkhorn SMSD75/Timetuning/time_tuning.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · 0988ed5686f818dc · report
spatial_broadcast smsd75/timetuning/motion_grouping_model.py official repository ran licence not identified · pointer only · 809d6dcd10040198 · report
spatial_flatten smsd75/timetuning/motion_grouping_model.py official repository ran fingerprinted licence not identified · pointer only · b41bb10cde271a7a · report
trunc_normal_ smsd75/timetuning/dino_vision_transformer.py official repository ran · fixture could not drive it no licence file found · pointer only · 915b71e73a54fc97 · report
TimeT SMSD75/Timetuning/time_tuning.py official repository unverified licence not identified · pointer only · 9c431c2d7bfe2136 · report
apply_attention_mask SMSD75/Timetuning/time_tuning.py official repository unverified licence not identified · pointer only · f5583623193bd8de · report
apply_attention_mask smsd75/timetuning/models.py official repository unverified licence not identified · pointer only · d9fbecd67616025b · report
fromimage smsd75/timetuning/data_loader.py official repository unverified licence not identified · pointer only · fa502f356ddd4143 · report
get_backbone_weights smsd75/timetuning/leopart.py official repository unverified licence not identified · pointer only · cfe56dffb50d3027 · report
get_model smsd75/timetuning/dul_model.py official repository unverified licence not identified · pointer only · 0baae3130bc88bd1 · report
imread smsd75/timetuning/data_loader.py official repository unverified licence not identified · pointer only · 36829267cbd7ac1d · report
label_propagation SMSD75/Timetuning/time_tuning.py official repository unverified licence not identified · pointer only · 223126a5c6dbb46b · report
process_attentions SMSD75/Timetuning/time_tuning.py official repository unverified licence not identified · pointer only · aa968da11d21be27 · report
propagate_labels SMSD75/Timetuning/time_tuning.py official repository unverified licence not identified · pointer only · 76f07e9dda6b90e9 · report
proto_clustering smsd75/timetuning/clustering.py official repository unverified licence not identified · pointer only · 9b1a2f0da7f00fee · report
vit_tiny smsd75/timetuning/dino_vision_transformer.py official repository unverified no licence file found · pointer only · 0a55ce5c7c8fd9fd · report

Tasks

Self-Supervised LearningSemantic SegmentationUnsupervised Semantic Segmentation

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