Papers › Rethinking Zero-shot Video Classification: End-to-end Training for Realistic Applications

Rethinking Zero-shot Video Classification: End-to-end Training for Realistic Applications

3 Mar 2020CVPR 2020 6arXiv:2003.01455archive 2025-07-28

Biagio Brattoli, Joseph Tighe, Fedor Zhdanov, Pietro Perona, Krzysztof Chalupka

Trained on large datasets, deep learning (DL) can accurately classify videos into hundreds of diverse classes. However, video data is expensive to annotate. Zero-shot learning (ZSL) proposes one solution to this problem. ZSL trains a model once, and generalizes to new tasks whose classes are not present in the training dataset. We propose the first end-to-end algorithm for ZSL in video classification. Our training procedure builds on insights from recent video classification literature and uses a trainable 3D CNN to learn the visual features. This is in contrast to previous video ZSL methods, which use pretrained feature extractors. We also extend the current benchmarking paradigm: Previous techniques aim to make the test task unknown at training time but fall short of this goal. We encourage domain shift across training and test data and disallow tailoring a ZSL model to a specific test dataset. We outperform the state-of-the-art by a wide margin. Our code, evaluation procedure and model weights are available at github.com/bbrattoli/ZeroShotVideoClassification.

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

Code

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

By repository: official repository: 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.

bbrattoli/ZeroShotVideoClassification officialmentioned in papermentioned on GitHubpytorchApache-2.0 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 bbrattoli/ZeroShotVideoClassification. “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.

bottom_right_crop bbrattoli/ZeroShotVideoClassification/auxiliary/transforms.py official repository unverified Apache-2.0 (permissive) · 531f342bc7e75870 · report
classes2embedding bbrattoli/ZeroShotVideoClassification/auxiliary/auxiliary_word2vec.py official repository unverified Apache-2.0 (permissive) · 02f1d05c80b05b15 · report
filter_classes bbrattoli/ZeroShotVideoClassification/auxiliary/auxiliary_dataset.py official repository unverified Apache-2.0 (permissive) · 793e9066bced287c · report
filter_samples bbrattoli/ZeroShotVideoClassification/auxiliary/auxiliary_dataset.py official repository unverified Apache-2.0 (permissive) · 759eae90406d1197 · report
get_kinetics bbrattoli/ZeroShotVideoClassification/auxiliary/auxiliary_dataset.py official repository unverified Apache-2.0 (permissive) · 41c8dda152073129 · report
get_network bbrattoli/ZeroShotVideoClassification/network.py official repository unverified Apache-2.0 (permissive) · b0870d87b60ff48d · report
load_clips_npy bbrattoli/ZeroShotVideoClassification/auxiliary/auxiliary_activitynet.py official repository unverified Apache-2.0 (permissive) · c9ac10e3edc10ca2 · report
one_class2embed_hmdb bbrattoli/ZeroShotVideoClassification/auxiliary/auxiliary_word2vec.py official repository unverified Apache-2.0 (permissive) · 977b7bd5c50996b1 · report
one_class2embed_ucf bbrattoli/ZeroShotVideoClassification/auxiliary/auxiliary_word2vec.py official repository unverified Apache-2.0 (permissive) · a75706c4fd477de4 · report
resize_video bbrattoli/ZeroShotVideoClassification/auxiliary/auxiliary_activitynet.py official repository unverified Apache-2.0 (permissive) · f26f8a6525ee907c · report
top_left_crop bbrattoli/ZeroShotVideoClassification/auxiliary/transforms.py official repository unverified Apache-2.0 (permissive) · 71f94cc2cc42b445 · report
top_right_crop bbrattoli/ZeroShotVideoClassification/auxiliary/transforms.py official repository unverified Apache-2.0 (permissive) · 7278c7363f119bd3 · report

Tasks

BenchmarkingGeneral ClassificationVideo ClassificationZero-Shot Action RecognitionZero-Shot Learning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Zero-Shot Action Recognition ActivityNet E2E Top-1 Accuracy 26.6 #5 of 5 Archive leaderboard report
Zero-Shot Action Recognition HMDB51 E2E Top-1 Accuracy 32.7 #20 of 29 Archive leaderboard report
Zero-Shot Action Recognition UCF101 E2E Top-1 Accuracy 48 #21 of 35 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