CVNov 2, 2023

Distilling Knowledge from CNN-Transformer Models for Enhanced Human Action Recognition

arXiv:2311.01283v19 citationsh-index: 9
Originality Synthesis-oriented
AI Analysis

This work addresses efficiency and performance in human action recognition, but it is incremental as it applies existing distillation techniques to a specific domain.

The paper tackles human action recognition by using knowledge distillation from a CNN teacher to a Vision Transformer student, resulting in significant improvements in accuracy and mAP on the Stanford 40 dataset compared to training without distillation.

This paper presents a study on improving human action recognition through the utilization of knowledge distillation, and the combination of CNN and ViT models. The research aims to enhance the performance and efficiency of smaller student models by transferring knowledge from larger teacher models. The proposed method employs a Transformer vision network as the student model, while a convolutional network serves as the teacher model. The teacher model extracts local image features, whereas the student model focuses on global features using an attention mechanism. The Vision Transformer (ViT) architecture is introduced as a robust framework for capturing global dependencies in images. Additionally, advanced variants of ViT, namely PVT, Convit, MVIT, Swin Transformer, and Twins, are discussed, highlighting their contributions to computer vision tasks. The ConvNeXt model is introduced as a teacher model, known for its efficiency and effectiveness in computer vision. The paper presents performance results for human action recognition on the Stanford 40 dataset, comparing the accuracy and mAP of student models trained with and without knowledge distillation. The findings illustrate that the suggested approach significantly improves the accuracy and mAP when compared to training networks under regular settings. These findings emphasize the potential of combining local and global features in action recognition tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes