Papers › Temporal Alignment Networks for Long-term Video

Temporal Alignment Networks for Long-term Video

6 Apr 2022CVPR 2022 1arXiv:2204.02968archive 2025-07-28

Tengda Han, Weidi Xie, Andrew Zisserman

The objective of this paper is a temporal alignment network that ingests long term video sequences, and associated text sentences, in order to: (1) determine if a sentence is alignable with the video; and (2) if it is alignable, then determine its alignment. The challenge is to train such networks from large-scale datasets, such as HowTo100M, where the associated text sentences have significant noise, and are only weakly aligned when relevant. Apart from proposing the alignment network, we also make four contributions: (i) we describe a novel co-training method that enables to denoise and train on raw instructional videos without using manual annotation, despite the considerable noise; (ii) to benchmark the alignment performance, we manually curate a 10-hour subset of HowTo100M, totalling 80 videos, with sparse temporal descriptions. Our proposed model, trained on HowTo100M, outperforms strong baselines (CLIP, MIL-NCE) on this alignment dataset by a significant margin; (iii) we apply the trained model in the zero-shot settings to multiple downstream video understanding tasks and achieve state-of-the-art results, including text-video retrieval on YouCook2, and weakly supervised video action segmentation on Breakfast-Action; (iv) we use the automatically aligned HowTo100M annotations for end-to-end finetuning of the backbone model, and obtain improved performance on downstream action recognition tasks.

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

Code

Syntology Ran 7 of 13 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · honoured contract; 6 ran with no contract checked.

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

tengdahan/temporalalignnet 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

13 samples harvested; 7 ran; 1 honoured the contract we drafted; 6 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.

1ran · honoured contract
6ran
6unverified

Licence: 0 of the 13 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 tengdahan/temporalalignnet. “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.

InceptionBlock tengdahan/temporalalignnet/model/tan_model.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 0df2b78f603a930b · report
MaxPool3dTFPadding tengdahan/temporalalignnet/model/tan_model.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 8506495852b4f8b4 · report
ResidualAttentionBlock_Step tengdahan/temporalalignnet/model/tan_model.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · a2c95b29cc4457e1 · report
STConv3D tengdahan/temporalalignnet/model/tan_model.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 305b2476d6ded39a · report
SelfGating tengdahan/temporalalignnet/model/tan_model.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 570b0eeb1de9556e · report
TemporalEncoder tengdahan/temporalalignnet/model/tan_model.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · ef0ab5fa8216c1c7 · report
get_position_embedding_sine tengdahan/temporalalignnet/model/tan_model.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 86899fbb16005e41 · report
S3D tengdahan/temporalalignnet/model/tan_model.py community (archive-listed) unverified MIT (permissive) · 56dbdac6a6137e13 · report
Sentence_Embedding tengdahan/temporalalignnet/model/tan_model.py community (archive-listed) unverified MIT (permissive) · 0933997ffa263669 · report
TemporalAligner tengdahan/temporalalignnet/model/tan_model.py community (archive-listed) unverified MIT (permissive) · 87987b3797775fe6 · report
Word2VecModel tengdahan/temporalalignnet/model/tan_model.py community (archive-listed) unverified MIT (permissive) · 9afb254f1519d81b · report
get_word2vec_text_module tengdahan/temporalalignnet/model/tan_model.py community (archive-listed) unverified MIT (permissive) · 8ada3a5d70324060 · report
load_milnce tengdahan/temporalalignnet/model/tan_model.py community (archive-listed) unverified MIT (permissive) · 24e2a428251d5383 · report

Tasks

Action RecognitionAction SegmentationRetrievalSentenceVideo RetrievalVideo Understanding

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