NTU RGB+D 120: A Large-Scale Benchmark for 3D Human Activity Understanding
Jun LiuAmir ShahroudyMauricio PerezGang WangLing-Yu DuanAlex C. Kot
Presents NTU RGB+D 120, a large-scale benchmark of over 114,000 video samples across 120 classes and 106 subjects, establishing new standards for training deep learning models and evaluating one-shot 3D human action recognition.
Three-dimensional human activity analysis is essential for computer vision applications in surveillance, healthcare, and human-machine interaction. However, the field has been constrained by existing benchmarks that lack scale, subject variety, realistic action classes, and environmental diversity. Unlike standard video platforms, three-dimensional and depth-sensing data cannot be easily harvested from public online sources, which causes advanced data-driven models like deep neural networks to suffer from severe overfitting.
The article introduces NTU RGB+D 120, a large-scale benchmark designed to train and rigorously evaluate modern activity understanding models, and presents a new semantic framework for one-shot action recognition.
To construct the benchmark, the researchers recorded 114,480 video clips totaling over 8 million frames across four modalities: color video, depth maps, 3D skeleton joints, and infrared sequences. The collection spans 106 subjects aged 10 to 57 from 15 countries across 32 physical setups, 96 backgrounds, and 155 camera viewpoints. The article defines standardized cross-subject and cross-setup evaluation protocols, evaluates twelve existing deep learning and feature-based architectures, measures the impact of data volume and modality combinations, and evaluates an Action-Part Semantic Relevance-aware (APSR) framework that matches action descriptions to body parts via language embeddings.
The experimental findings demonstrate that deep neural models scale effectively with large datasets; for example, increasing training data from 20% to 100% boosted model accuracy from 40.6% to 62.4%. Among evaluated algorithms, the Body Pose Evolution Map achieved top performance at 64.6% cross-subject and 66.9% cross-setup accuracy. Modality fusion yielded substantial benefits, where combining color, depth, and skeleton data delivered 64.0% cross-subject accuracy compared to 58.5% for color alone, 48.7% for depth alone, and 55.7% for skeleton sequences alone. Furthermore, the proposed APSR framework attained 45.3% accuracy in one-shot recognition, outperforming conventional averaging and attention baselines.
These results confirm that scalable 3D action recognition requires both massive training samples and multimodal sensing. Modalities serve complementary roles: skeleton inputs provide view-invariant geometry across camera angles, whereas color and depth modalities provide crucial context for distinguishing object-heavy interactions that skeleton tracking alone confuses. The success of APSR indicates that language-guided priors can significantly reduce the costs of collecting data for rare or novel actions.
Organizations developing computer vision systems should adopt multimodal sensor configurations for robust performance and use the large-scale benchmark for network pre-training before fine-tuning on specialized target domains. Development teams should also explore semantic word embedding architectures to support rapid deployment on novel action classes without exhaustive re-annotation.
The study's results reflect laboratory-based sensor recordings with Microsoft Kinect v2, meaning performance may vary under consumer-grade hardware or unstructured real-world conditions. Furthermore, noisy skeleton tracking on fine-grained hand motions and persistent confusion between mirror-image actions (such as putting on versus taking off a shoe) remain technical challenges requiring targeted modeling advancements.
- Paper: NTU RGB+D: A Large Scale Dataset for 3D Human Activity Analysis, Amir Shahroudy et al. (2016). Introduces the original 60-action NTU RGB+D benchmark and foundational Part-aware LSTM baseline that NTU RGB+D 120 directly doubles in scale and extends.
- Paper: Spatial Temporal Graph Convolutional Networks for Skeleton-Based Action Recognition, Sijie Yan et al. (2018). Establishes spatial-temporal graph convolutional networks (ST-GCN) as a leading baseline representation for skeleton-based action recognition evaluated within the expanded benchmark.
- Paper: Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition, Lei Shi et al. (2018). Develops two-stream adaptive graph convolutional networks that dynamically model joint and bone relationships, providing an essential 3D action recognition architecture evaluated on large-scale skeleton data.
- Paper: Real-time human pose recognition in parts from single depth images, Jamie Shotton et al. (2011). Pioneers the real-time extraction of 3D skeletal body joint coordinates from consumer depth sensors, enabling the modality capture framework leveraged by NTU RGB+D datasets.
- Paper: Ego4D: Around the World in 3,000 Hours of Egocentric Video, Kristen Grauman et al. (2021). Expands large-scale human activity understanding from curated multi-camera lab environments into massive, unconstrained egocentric video across everyday global settings.
- Paper: Objaverse: A Universe of Annotated 3D Objects, Matt Deitke et al. (2022). Pushes 3D computer vision beyond human action benchmarks to a massive, annotated open-access universe of 3D objects and articulable meshes.
