paper-with-me

Papers

Exploring Video-Based Driver Activity Recognition under Noisy Labels

2025-04-16 · Linjuan Fan, Di Wen, Kunyu Peng, Kailun Yang, Jiaming Zhang, Ruiping Liu, Yufan Chen, Junwei Zheng, Jiamin Wu, Xudong Han, Rainer Stiefelhagen

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.

📄 PDF Abstract BibTeX arXiv:2504.11966

Code (1)

ilonafan/dar-noisy-labels 공식 구현 pytorch

Tasks

Activity RecognitionDenoisingimage-classificationImage ClassificationLearning with noisy labels

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Coarse Temporal Attention Network (CTA-Net) for Driver's Activity Recognition

2021-01-17 · Zachary Wharton, Ardhendu Behera, Yonghuai Liu, Nik Bessis

There is significant progress in recognizing traditional human activities from videos focusing on highly distinctive actions involving discriminative body movements, body-object and/or human-human interactions. Driver's …

Activity Recognition

Multi-Modal Recognition of Worker Activity for Human-Centered Intelligent Manufacturing

2019-08-20 · Wenjin Tao, Ming C. Leu, Zhaozheng Yin

In a human-centered intelligent manufacturing system, sensing and understanding of the worker's activity are the primary tasks. In this paper, we propose a novel multi-modal approach for worker activity recognition by le…

Activity PredictionActivity Recognition

MIFI: MultI-camera Feature Integration for Roust 3D Distracted Driver Activity Recognition

2024-01-25 · Jian Kuang, Wenjing Li, Fang Li, Jun Zhang 외

Distracted driver activity recognition plays a critical role in risk aversion-particularly beneficial in intelligent transportation systems. However, most existing methods make use of only the video from a single view an…

Activity Recognition

Vision-Language Models can Identify Distracted Driver Behavior from Naturalistic Videos

2023-06-16 · Md Zahid Hasan, Jiajing Chen, Jiyang Wang, Mohammed Shaiqur Rahman 외

Recognizing the activities causing distraction in real-world driving scenarios is critical for ensuring the safety and reliability of both drivers and pedestrians on the roadways. Conventional computer vision techniques …

Activity Recognition

TransDARC: Transformer-based Driver Activity Recognition with Latent Space Feature Calibration

2022-03-02 · Kunyu Peng, Alina Roitberg, Kailun Yang, Jiaming Zhang 외

Traditional video-based human activity recognition has experienced remarkable progress linked to the rise of deep learning, but this effect was slower as it comes to the downstream task of driver behavior understanding. …

Activity RecognitionHuman Activity Recognition