paper-with-me

Papers

Cross-Task Multi-Branch Vision Transformer for Facial Expression and Mask Wearing Classification

2024-04-22 · Armando Zhu, Keqin Li, Tong Wu, Peng Zhao, Bo Hong

With wearing masks becoming a new cultural norm, facial expression recognition (FER) while taking masks into account has become a significant challenge. In this paper, we propose a unified multi-branch vision transformer for facial expression recognition and mask wearing classification tasks. Our approach extracts shared features for both tasks using a dual-branch architecture that obtains multi-scale feature representations. Furthermore, we propose a cross-task fusion phase that processes tokens for each task with separate branches, while exchanging information using a cross attention module. Our proposed framework reduces the overall complexity compared with using separate networks for both tasks by the simple yet effective cross-task fusion phase. Extensive experiments demonstrate that our proposed model performs better than or on par with different state-of-the-art methods on both facial expression recognition and facial mask wearing classification task.

📄 PDF Abstract BibTeX arXiv:2404.14606

Code (0)

등록된 구현이 없습니다.

Tasks

Facial Expression RecognitionFacial Expression Recognition (FER)

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Few-Shot Object Detection with Fully Cross-Transformer

2022-03-28 · CVPR 2022 1 · Guangxing Han, Jiawei Ma, Shiyuan Huang, Long Chen 외

Few-shot object detection (FSOD), with the aim to detect novel objects using very few training examples, has recently attracted great research interest in the community. Metric-learning based methods have been demonstrat…

Few-Shot Object DetectionMetric LearningObjectobject-detection+1

Multi-branch Attentive Transformer

2020-06-18 · Yang Fan, Shufang Xie, Yingce Xia, Lijun Wu 외

While the multi-branch architecture is one of the key ingredients to the success of computer vision tasks, it has not been well investigated in natural language processing, especially sequence learning tasks. In this wor…

Code GenerationMachine TranslationNatural Language UnderstandingTranslation

PointCAT: Cross-Attention Transformer for point cloud

2023-04-06 · Xincheng Yang, Mingze Jin, Weiji He, Qian Chen

Transformer-based models have significantly advanced natural language processing and computer vision in recent years. However, due to the irregular and disordered structure of point cloud data, transformer-based models f…

SegmentationSemantic Segmentation

CrossViT: Cross-Attention Multi-Scale Vision Transformer for Image Classification

2021-03-27 · ICCV 2021 10 · Chun-Fu Chen, Quanfu Fan, Rameswar Panda

The recently developed vision transformer (ViT) has achieved promising results on image classification compared to convolutional neural networks. Inspired by this, in this paper, we study how to learn multi-scale feature…

General Classificationimage-classificationImage Classification

Boosting vision transformers for image retrieval

2022-10-21 · Chull Hwan Song, Jooyoung Yoon, Shunghyun Choi, Yannis Avrithis

Vision transformers have achieved remarkable progress in vision tasks such as image classification and detection. However, in instance-level image retrieval, transformers have not yet shown good performance compared to c…

image-classificationImage ClassificationImage RetrievalRetrieval