paper-with-me

Papers

DL-KDD: Dual-Light Knowledge Distillation for Action Recognition in the Dark

2024-06-04 · Chi-Jui Chang, Oscar Tai-Yuan Chen, Vincent S. Tseng

Human action recognition in dark videos is a challenging task for computer vision. Recent research focuses on applying dark enhancement methods to improve the visibility of the video. However, such video processing results in the loss of critical information in the original (un-enhanced) video. Conversely, traditional two-stream methods are capable of learning information from both original and processed videos, but it can lead to a significant increase in the computational cost during the inference phase in the task of video classification. To address these challenges, we propose a novel teacher-student video classification framework, named Dual-Light KnowleDge Distillation for Action Recognition in the Dark (DL-KDD). This framework enables the model to learn from both original and enhanced video without introducing additional computational cost during inference. Specifically, DL-KDD utilizes the strategy of knowledge distillation during training. The teacher model is trained with enhanced video, and the student model is trained with both the original video and the soft target generated by the teacher model. This teacher-student framework allows the student model to predict action using only the original input video during inference. In our experiments, the proposed DL-KDD framework outperforms state-of-the-art methods on the ARID, ARID V1.5, and Dark-48 datasets. We achieve the best performance on each dataset and up to a 4.18% improvement on Dark-48, using only original video inputs, thus avoiding the use of two-stream framework or enhancement modules for inference. We further validate the effectiveness of the distillation strategy in ablative experiments. The results highlight the advantages of our knowledge distillation framework in dark human action recognition.

📄 PDF Abstract BibTeX arXiv:2406.02468

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionKnowledge DistillationTemporal Action LocalizationVideo Classification

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Revisiting Cross-Architecture Distillation: Adaptive Dual-Teacher Transfer for Lightweight Video Models

2025-11-12 · Ying Peng, Hongsen Ye, Changxin Huang, Xiping Hu 외 arxiv

Vision Transformers (ViTs) have achieved strong performance in video action recognition, but their high computational cost limits their practicality. Lightweight CNNs are more efficient but suffer from accuracy gaps. Cro…

Knowledge DistillationAction Recognition

Generative Model-based Feature Knowledge Distillation for Action Recognition

2023-12-14 · Guiqin Wang, Peng Zhao, Yanjiang Shi, Cong Zhao 외

Knowledge distillation (KD), a technique widely employed in computer vision, has emerged as a de facto standard for improving the performance of small neural networks. However, prevailing KD-based approaches in video tas…

Action DetectionAction RecognitionKnowledge DistillationModel Compression+2

MobiAct: Efficient MAV Action Recognition Using MobileNetV4 with Contrastive Learning and Knowledge Distillation

2025-10-22 · Zhang Nengbo, Ho Hann Woei arxiv

Accurate and efficient recognition of Micro Air Vehicle (MAV) motion is essential for enabling real-time perception and coordination in autonomous aerial swarm. However, most existing approaches rely on large, computatio…

Knowledge DistillationContrastive LearningAction Recognition

A Lightweight Domain Adversarial Neural Network Based on Knowledge Distillation for EEG-based Cross-subject Emotion Recognition

2023-05-12 · Zhe Wang, Yongxiong Wang, Jiapeng Zhang, Yiheng Tang 외

Individual differences of Electroencephalogram (EEG) could cause the domain shift which would significantly degrade the performance of cross-subject strategy. The domain adversarial neural networks (DANN), where the clas…

EEGElectroencephalogram (EEG)Emotion RecognitionKnowledge Distillation

CoupleFace: Relation Matters for Face Recognition Distillation

2022-04-12 · Jiaheng Liu, Haoyu Qin, Yichao Wu, Jinyang Guo 외

Knowledge distillation is an effective method to improve the performance of a lightweight neural network (i.e., student model) by transferring the knowledge of a well-performed neural network (i.e., teacher model), which…

Face RecognitionKnowledge DistillationRelation