Papers › Temporal Cycle-Consistency Learning

Temporal Cycle-Consistency Learning

16 Apr 2019CVPR 2019 6arXiv:1904.07846archive 2025-07-28

Debidatta Dwibedi, Yusuf Aytar, Jonathan Tompson, Pierre Sermanet, Andrew Zisserman

We introduce a self-supervised representation learning method based on the task of temporal alignment between videos. The method trains a network using temporal cycle consistency (TCC), a differentiable cycle-consistency loss that can be used to find correspondences across time in multiple videos. The resulting per-frame embeddings can be used to align videos by simply matching frames using the nearest-neighbors in the learned embedding space. To evaluate the power of the embeddings, we densely label the Pouring and Penn Action video datasets for action phases. We show that (i) the learned embeddings enable few-shot classification of these action phases, significantly reducing the supervised training requirements; and (ii) TCC is complementary to other methods of self-supervised learning in videos, such as Shuffle and Learn and Time-Contrastive Networks. The embeddings are also used for a number of applications based on alignment (dense temporal correspondence) between video pairs, including transfer of metadata of synchronized modalities between videos (sounds, temporal semantic labels), synchronized playback of multiple videos, and anomaly detection. Project webpage: https://sites.google.com/view/temporal-cycle-consistency .

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

Code

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

By repository: community (archive-listed): 12 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.

google-research/google-research mentioned on GitHubtf 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; 0 ran; 0 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.

12unverified

Licence: 0 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 June01/tcc_Temporal_Cycle_Consistency_Loss.pytorch. “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.

align_pair_of_sequences June01/tcc_Temporal_Cycle_Consistency_Loss.pytorch/tcc_tf/deterministic_alignment.py community (archive-listed) unverified Apache-2.0 (permissive) · 5127fa553d835be2 · report
classification_loss June01/tcc_Temporal_Cycle_Consistency_Loss.pytorch/tcc/losses.py community (archive-listed) unverified Apache-2.0 (permissive) · 0a5209e8963a11c5 · report
classification_loss June01/tcc_Temporal_Cycle_Consistency_Loss.pytorch/tcc_tf/losses.py community (archive-listed) unverified Apache-2.0 (permissive) · 68a52026fa7e6e22 · report
compute_alignment_loss June01/tcc_Temporal_Cycle_Consistency_Loss.pytorch/tcc/alignment.py community (archive-listed) unverified Apache-2.0 (permissive) · 2547aeea91c92b15 · report
compute_alignment_loss June01/tcc_Temporal_Cycle_Consistency_Loss.pytorch/tcc_tf/alignment.py community (archive-listed) unverified Apache-2.0 (permissive) · 38131ba8792a89b6 · report
compute_stochastic_alignment_loss June01/tcc_Temporal_Cycle_Consistency_Loss.pytorch/tcc/stochastic_alignment.py community (archive-listed) unverified Apache-2.0 (permissive) · a4b6bd1242719579 · report
compute_stochastic_alignment_loss June01/tcc_Temporal_Cycle_Consistency_Loss.pytorch/tcc_tf/stochastic_alignment.py community (archive-listed) unverified Apache-2.0 (permissive) · 9b1a3975eefce494 · report
gen_cycles June01/tcc_Temporal_Cycle_Consistency_Loss.pytorch/tcc/stochastic_alignment.py community (archive-listed) unverified Apache-2.0 (permissive) · ad5776a95f99148c · report
gen_cycles June01/tcc_Temporal_Cycle_Consistency_Loss.pytorch/tcc_tf/stochastic_alignment.py community (archive-listed) unverified Apache-2.0 (permissive) · b32a521162e1bbf8 · report
get_scaled_similarity June01/tcc_Temporal_Cycle_Consistency_Loss.pytorch/tcc_tf/deterministic_alignment.py community (archive-listed) unverified Apache-2.0 (permissive) · 41fcd5039429f2a9 · report
pairwise_l2_distance June01/tcc_Temporal_Cycle_Consistency_Loss.pytorch/tcc_tf/deterministic_alignment.py community (archive-listed) unverified Apache-2.0 (permissive) · 96de8b4bd40530e4 · report
regression_loss June01/tcc_Temporal_Cycle_Consistency_Loss.pytorch/tcc_tf/losses.py community (archive-listed) unverified Apache-2.0 (permissive) · 09a66ff19c97935d · report

Tasks

Anomaly DetectionRepresentation LearningSelf-Supervised LearningVideo Alignment

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Alignment UPenn Action TCC + TCN Kendall's Tau 0.7672 #1 of 4 Archive leaderboard report
Video Alignment UPenn Action TCC + SaL Kendall's Tau 0.7286 #4 of 4 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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