English

Exploring Video-Based Driver Activity Recognition under Noisy Labels

Computer Vision and Pattern Recognition 2025-08-12 v2 Machine Learning Robotics Image and Video Processing

Abstract

As an open research topic in the field of deep learning, learning with noisy labels has attracted much attention and grown rapidly over the past ten years. Learning with label noise is crucial for driver distraction behavior recognition, as real-world video data often contains mislabeled samples, impacting model reliability and performance. However, label noise learning is barely explored in the driver activity recognition field. In this paper, we propose the first label noise learning approach for the driver activity recognition task. Based on the cluster assumption, we initially enable the model to learn clustering-friendly low-dimensional representations from given videos and assign the resultant embeddings into clusters. We subsequently perform co-refinement within each cluster to smooth the classifier outputs. Furthermore, we propose a flexible sample selection strategy that combines two selection criteria without relying on any hyperparameters to filter clean samples from the training dataset. We also incorporate a self-adaptive parameter into the sample selection process to enforce balancing across classes. A comprehensive variety of experiments on the public Drive&Act dataset for all granularity levels demonstrates the superior performance of our method in comparison with other label-denoising methods derived from the image classification field. The source code is available at https://github.com/ilonafan/DAR-noisy-labels.

Keywords

Cite

@article{arxiv.2504.11966,
  title  = {Exploring Video-Based Driver Activity Recognition under Noisy Labels},
  author = {Linjuan Fan and Di Wen and Kunyu Peng and Kailun Yang and Jiaming Zhang and Ruiping Liu and Yufan Chen and Junwei Zheng and Jiamin Wu and Xudong Han and Rainer Stiefelhagen},
  journal= {arXiv preprint arXiv:2504.11966},
  year   = {2025}
}

Comments

Accepted to SMC 2025. The source code is available at https://github.com/ilonafan/DAR-noisy-labels

R2 v1 2026-06-28T23:00:21.921Z