Papers › Temporal Attentive Alignment for Large-Scale Video Domain Adaptation

Temporal Attentive Alignment for Large-Scale Video Domain Adaptation

30 Jul 2019ICCV 2019 10arXiv:1907.12743archive 2025-07-28

Min-Hung Chen, Zsolt Kira, Ghassan AlRegib, Jaekwon Yoo, Ruxin Chen, Jian Zheng

Although various image-based domain adaptation (DA) techniques have been proposed in recent years, domain shift in videos is still not well-explored. Most previous works only evaluate performance on small-scale datasets which are saturated. Therefore, we first propose two large-scale video DA datasets with much larger domain discrepancy: UCF-HMDB_full and Kinetics-Gameplay. Second, we investigate different DA integration methods for videos, and show that simultaneously aligning and learning temporal dynamics achieves effective alignment even without sophisticated DA methods. Finally, we propose Temporal Attentive Adversarial Adaptation Network (TA3N), which explicitly attends to the temporal dynamics using domain discrepancy for more effective domain alignment, achieving state-of-the-art performance on four video DA datasets (e.g. 7.9% accuracy gain over "Source only" from 73.9% to 81.8% on "HMDB --> UCF", and 10.3% gain on "Kinetics --> Gameplay"). The code and data are released at http://github.com/cmhungsteve/TA3N.

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

Code

Syntology Ran 3 of 10 code samples harvested from 2 repositories linked to this paper; 7 have no recorded run. Of those that ran: 3 ran with no contract checked.

By repository: official repository: 7 samples from 1 repository, 3 ran; community (archive-listed): 3 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.

cmhungsteve/TA3N officialmentioned in papermentioned on GitHubpytorchMIT report
jonmun/EPIC-KITCHENS-100_UDA_TA3N mentioned on GitHubpytorchMIT report
mustafa1728/TA3N-Lightning mentioned on GitHubpytorchMIT report
olivesgatech/TA3N mentioned on GitHubpytorchMIT 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

10 samples harvested; 3 ran; 0 honoured the contract we drafted; 7 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.

3ran
7unverified

Licence: 0 of the 10 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. “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.

attentive_entropy cmhungsteve/TA3N/loss.py official repository ran fingerprinted MIT (permissive) · 5dafc748f41191f5 · report
cross_entropy_soft cmhungsteve/TA3N/loss.py official repository ran fingerprinted MIT (permissive) · b1e8dce608f3f658 · report
dis_MCD cmhungsteve/TA3N/loss.py official repository ran fingerprinted MIT (permissive) · 0c3c2aa9cf2ac2f0 · report
convert_c3d_tensor_batch cmhungsteve/TA3N/dataset_preparation/video2feature.py official repository unverified MIT (permissive) · b92a3f112f0c080c · report
extract_frame_feature_batch cmhungsteve/TA3N/dataset_preparation/video2feature.py official repository unverified MIT (permissive) · 468842eca7cd59de · report
im2tensor cmhungsteve/TA3N/dataset_preparation/video2feature.py official repository unverified MIT (permissive) · 8376f17deba65583 · report
randSelectBatch cmhungsteve/TA3N/utils/utils.py official repository unverified MIT (permissive) · 8651bcfb1198f96d · report
get_aggregated_metrics mustafa1728/TA3N-Lightning-Kitchen_Domain_Adaptation/model.py community (archive-listed) unverified MIT (permissive) · 5fb564b0af4ab527 · report
get_aggregated_metrics_from_dict mustafa1728/TA3N-Lightning-Kitchen_Domain_Adaptation/model.py community (archive-listed) unverified MIT (permissive) · 0fb3b659d41d4031 · report
removeDummy mustafa1728/TA3N-Lightning-Kitchen_Domain_Adaptation/model.py community (archive-listed) unverified MIT (permissive) · 0fb8066818796998 · report

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Domain Adaptation HMDB --> UCF (full) TA3N Accuracy 81.79 #4 of 4 Archive leaderboard report
Domain Adaptation UCF --> HMDB (full) TA3N Accuracy 78.33 #5 of 5 Archive leaderboard report
Unsupervised Domain Adaptation EPIC-KITCHENS-100 TA3N Average Accuracy 39.9 #3 of 5 Archive leaderboard report
Unsupervised Domain Adaptation HMDB-UCF TA3N Accuracy 90.54 #4 of 6 Archive leaderboard report
Unsupervised Domain Adaptation Jester (Gesture Recognition) TA3N Accuracy 55.5 #3 of 5 Archive leaderboard report
Unsupervised Domain Adaptation UCF-HMDB TA3N Accuracy 81.38 #4 of 6 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