paper-with-me

Papers

ViT-DD: Multi-Task Vision Transformer for Semi-Supervised Driver Distraction Detection

2022-09-19 · Yunsheng Ma, Ziran Wang

Ensuring traffic safety and mitigating accidents in modern driving is of paramount importance, and computer vision technologies have the potential to significantly contribute to this goal. This paper presents a multi-modal Vision Transformer for Driver Distraction Detection (termed ViT-DD), which incorporates inductive information from training signals related to both distraction detection and driver emotion recognition. Additionally, a self-learning algorithm is developed, allowing for the seamless integration of driver data without emotion labels into the multi-task training process of ViT-DD. Experimental results reveal that the proposed ViT-DD surpasses existing state-of-the-art methods for driver distraction detection by 6.5% and 0.9% on the SFDDD and AUCDD datasets, respectively.

📄 PDF Abstract BibTeX arXiv:2209.09178

Code (1)

purduedigitaltwin/vit-dd 공식 구현 pytorch

Tasks

Self-Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Self-Learning 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
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$…

Similar Papers 제목 키워드 기반

Semi-Supervised Vision Transformers

2021-11-22 · Zejia Weng, Xitong Yang, Ang Li, Zuxuan Wu 외

We study the training of Vision Transformers for semi-supervised image classification. Transformers have recently demonstrated impressive performance on a multitude of supervised learning tasks. Surprisingly, we show Vis…

image-classificationImage ClassificationInductive BiasSemi-Supervised Image Classification

Semi-supervised Vision Transformers at Scale

2022-08-11 · Zhaowei Cai, Avinash Ravichandran, Paolo Favaro, Manchen Wang 외

We study semi-supervised learning (SSL) for vision transformers (ViT), an under-explored topic despite the wide adoption of the ViT architectures to different tasks. To tackle this problem, we propose a new SSL pipeline,…

Inductive BiasSemi-Supervised Image Classification

AdvMIM: Adversarial Masked Image Modeling for Semi-Supervised Medical Image Segmentation

2025-06-25 · Lei Zhu, Jun Zhou, Rick Siow Mong Goh, Yong liu

Vision Transformer has recently gained tremendous popularity in medical image segmentation task due to its superior capability in capturing long-range dependencies. However, transformer requires a large amount of labeled…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

On the Surprising Effectiveness of Transformers in Low-Labeled Video Recognition

2022-09-15 · Farrukh Rahman, Ömer Mubarek, Zsolt Kira

Recently vision transformers have been shown to be competitive with convolution-based methods (CNNs) broadly across multiple vision tasks. The less restrictive inductive bias of transformers endows greater representation…

image-classificationImage ClassificationInductive BiasVideo Classification+1

Semi-MAE: Masked Autoencoders for Semi-supervised Vision Transformers

2023-01-04 · Haojie Yu, Kang Zhao, Xiaoming Xu

Vision Transformer (ViT) suffers from data scarcity in semi-supervised learning (SSL). To alleviate this issue, inspired by masked autoencoder (MAE), which is a data-efficient self-supervised learner, we propose Semi-MAE…

Decoderimage-classificationImage ClassificationRepresentation Learning+1