Papers › Would Mega-scale Datasets Further Enhance Spatiotemporal 3D CNNs?

Would Mega-scale Datasets Further Enhance Spatiotemporal 3D CNNs?

10 Apr 2020arXiv:2004.04968archive 2025-07-28

Hirokatsu Kataoka, Tenga Wakamiya, Kensho Hara, Yutaka Satoh

How can we collect and use a video dataset to further improve spatiotemporal 3D Convolutional Neural Networks (3D CNNs)? In order to positively answer this open question in video recognition, we have conducted an exploration study using a couple of large-scale video datasets and 3D CNNs. In the early era of deep neural networks, 2D CNNs have been better than 3D CNNs in the context of video recognition. Recent studies revealed that 3D CNNs can outperform 2D CNNs trained on a large-scale video dataset. However, we heavily rely on architecture exploration instead of dataset consideration. Therefore, in the present paper, we conduct exploration study in order to improve spatiotemporal 3D CNNs as follows: (i) Recently proposed large-scale video datasets help improve spatiotemporal 3D CNNs in terms of video classification accuracy. We reveal that a carefully annotated dataset (e.g., Kinetics-700) effectively pre-trains a video representation for a video classification task. (ii) We confirm the relationships between #category/#instance and video classification accuracy. The results show that #category should initially be fixed, and then #instance is increased on a video dataset in case of dataset construction. (iii) In order to practically extend a video dataset, we simply concatenate publicly available datasets, such as Kinetics-700 and Moments in Time (MiT) datasets. Compared with Kinetics-700 pre-training, we further enhance spatiotemporal 3D CNNs with the merged dataset, e.g., +0.9, +3.4, and +1.1 on UCF-101, HMDB-51, and ActivityNet datasets, respectively, in terms of fine-tuning. (iv) In terms of recognition architecture, the Kinetics-700 and merged dataset pre-trained models increase the recognition performance to 200 layers with the Residual Network (ResNet), while the Kinetics-400 pre-trained model cannot successfully optimize the 200-layer architecture.

PaperPDFCodeCode 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="2004.04968")

Code

Syntology Ran 2 of 22 code samples harvested from 4 repositories linked to this paper; 20 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

By repository: official repository: 12 samples from 1 repository, 0 ran; community (archive-listed): 10 samples from 3 repositories, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

kenshohara/3D-ResNets-PyTorch officialmentioned in papermentioned on GitHubpytorchMIT report
3D-ResNets-Reproduction/Reference-Project mentioned on GitHubpytorchMIT report
KevinPang180/3D-ResNets-PaddlePaddle mentioned on GitHubpytorchApache-2.0 report
Mind23-2/MindCode-68 mentioned on GitHubmindspore report
Oichii/resnet3D_pulse mentioned on GitHubpytorchMIT report
Shito0907/3D_resnet mentioned on GitHubpytorchMIT report
kaleab-k/VideoAT mentioned on GitHubpytorch report
rutajoshi/cs231n-project mentioned on GitHubpytorchMIT report
ziqi-zhang/3D-ResNets-PyTorch 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

22 samples harvested; 2 ran; 0 honoured the contract we drafted; 20 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 · our draft was wrong
20unverified

Licence: 0 of the 22 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 4 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.

conv1x3x3 kenshohara/3D-ResNets-PyTorch/models/resnet2p1d.py official repository unverified MIT (permissive) · b471bd70ae7033b7 · report
conv3x1x1 kenshohara/3D-ResNets-PyTorch/models/resnet2p1d.py official repository unverified MIT (permissive) · 69cf8d9e032b3251 · report
generate_model kenshohara/3D-ResNets-PyTorch/models/densenet.py official repository unverified MIT (permissive) · f1faf2b3a11cd3c6 · report
generate_model kenshohara/3D-ResNets-PyTorch/models/pre_act_resnet.py official repository unverified MIT (permissive) · 45343fb6310c6c49 · report
get_class_labels kenshohara/3D-ResNets-PyTorch/datasets/activitynet.py official repository unverified MIT (permissive) · 0b3b02ceef079aae · report
get_fine_tuning_parameters kenshohara/3D-ResNets-PyTorch/model.py official repository unverified MIT (permissive) · c59254c1a5526d41 · report
get_mean_std kenshohara/3D-ResNets-PyTorch/mean.py official repository unverified MIT (permissive) · d35f7d3b70ef9b70 · report
get_module_name kenshohara/3D-ResNets-PyTorch/model.py official repository unverified MIT (permissive) · c347904eafd0d22e · report
get_n_frames kenshohara/3D-ResNets-PyTorch/datasets/activitynet.py official repository unverified MIT (permissive) · 92f569d7dc7c5f17 · report
get_video_ids_annotations_and_fps kenshohara/3D-ResNets-PyTorch/datasets/activitynet.py official repository unverified MIT (permissive) · 8dd3e55b4ebf8cc6 · report
get_video_results kenshohara/3D-ResNets-PyTorch/inference.py official repository unverified MIT (permissive) · c0e7431aff3ed281 · report
image_name_formatter kenshohara/3D-ResNets-PyTorch/dataset.py official repository unverified MIT (permissive) · 138fe18f637e2e35 · report
conv1x1x1 ziqi-zhang/3D-ResNets-PyTorch/models/resnet.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 213ccc8fb87ee8d9 · report
conv3x3x3 ziqi-zhang/3D-ResNets-PyTorch/models/resnet.py community (archive-listed) ran · our draft was wrong MIT (permissive) · c3b215555357b9d1 · report
accuracy Oichii/resnet3D_pulse/ResNet_train.py community (archive-listed) unverified MIT (permissive) · f0c9a29156911331 · report
generate_model ziqi-zhang/3D-ResNets-PyTorch/models/resnet.py community (archive-listed) unverified MIT (permissive) · 392a1ed5b8624559 · report
generate_model Oichii/resnet3D_pulse/ResNet_model.py community (archive-listed) unverified MIT (permissive) · c03ab7046d986487 · report
group_multi_scale_crop KevinPang180/3D-ResNets-PaddlePaddle/reader.py community (archive-listed) unverified Apache-2.0 (permissive) · 1f00a5b96d91ec0d · report
group_random_crop KevinPang180/3D-ResNets-PaddlePaddle/reader.py community (archive-listed) unverified Apache-2.0 (permissive) · 865572e58d23a992 · report
group_random_flip KevinPang180/3D-ResNets-PaddlePaddle/reader.py community (archive-listed) unverified Apache-2.0 (permissive) · e5bd557fa83521ca · report
merge_configs KevinPang180/3D-ResNets-PaddlePaddle/config.py community (archive-listed) unverified Apache-2.0 (permissive) · 0e03ada3bc54e4fb · report
validate Oichii/resnet3D_pulse/ResNet_train.py community (archive-listed) unverified MIT (permissive) · 9436376f4d71d64e · report

Tasks

General ClassificationOpen-Ended Question AnsweringVideo ClassificationVideo Recognition

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