This repository provides I3D and Skeletal features extracted from the HA4M dataset (available here), for the analysis performed in the paper "Multi-modal Temporal Action Segmentation for Manufacturing Scenarios", published in "Engineering Applications of Artificial Intelligence" Elsevier journal.
All the features, the ground truth, and the test-train splits considered are available at this link.
Each folder contains a specific set of features for each video, namely RGB, RGBA, Depth, UpSkel, and ArmSkel. The repository includes also the Ground Truth folder.
The directory tree is as follows:
RGB:
IDU001V001.npy
IDU001V002.npy
...
RGBA:
IDU001V001.npy
IDU001V002.npy
...
Depth:
IDU001V001.npy
IDU001V002.npy
...
UpSkel:
IDU001V001.npy
IDU001V002.npy
...
ArmSkel:
IDU001V001.npy
IDU001V002.npy
...
GroundTruth:
IDU001V001.txt
IDU001V002.txt
...
RGB, RGBA and Depth sets of features have been extracted using the I3D model, resulting in 1024 features per frame for each video.
UpSkel and ArmSkel sets of features have been extracted from the videos using the Azure Kinect Body Tracking DK, resulting in 23 and 14 skeletal 3D coordinates.
The files "test.splitN.bundle" and "train.splitN.bundle" contain the test-train splitting protocol of the 205 videos within the HA4M dataset, where N=1 stands for Cross-Subject splitting, while N=2 and N=3 stand for Cross-Location splittings, namely C-Loc12 and C-Loc21. "test.split1_newData.bundle" contains the test set of the new data collection. For further analysis, we also provide a Cross-Subject splitting for all the 217 videos of the HA4M dataset, at N=4.
The provided features have been used alone and mixed among each other, to train five deep learning models at the state-of-the-art for Human Action Segmentation (MS-TCN, MS-TCN++, BCN, C2F-TCN, ASFormer). The methodological approach and the experiments performed have been submitted with the manuscript "Deep Learning methodologies for action segmentation applied to manufacturing scenarios". The complete results of such analysis will be added to the present repository.
Laura Romeo: laura.romeo@stiima.cnr.it
Roberto Marani: roberto.marani@stiima.cnr.it
If you want to use this repository, please cite the paper where the HA4M dataset is presented:
@article{Romeo2025,
title={Multi-modal temporal action segmentation for manufacturing scenarios},
author={Romeo, Laura and Marani, Roberto and Perri, Anna Gina and Gall, Juergen},
journal={Engineering Applications of Artificial Intelligence},
volume={148},
pages={110320},
year={2025},
publisher={Elsevier}
}