paper-with-me

홈 › Papers

Multi-Modal Learning for AU Detection Based on Multi-Head Fused Transformers

2022-03-22 · Xiang Zhang, Lijun Yin

Multi-modal learning has been intensified in recent years, especially for applications in facial analysis and action unit detection whilst there still exist two main challenges in terms of 1) relevant feature learning for representation and 2) efficient fusion for multi-modalities. Recently, there are a number of works have shown the effectiveness in utilizing the attention mechanism for AU detection, however, most of them are binding the region of interest (ROI) with features but rarely apply attention between features of each AU. On the other hand, the transformer, which utilizes a more efficient self-attention mechanism, has been widely used in natural language processing and computer vision tasks but is not fully explored in AU detection tasks. In this paper, we propose a novel end-to-end Multi-Head Fused Transformer (MFT) method for AU detection, which learns AU encoding features representation from different modalities by transformer encoder and fuses modalities by another fusion transformer module. Multi-head fusion attention is designed in the fusion transformer module for the effective fusion of multiple modalities. Our approach is evaluated on two public multi-modal AU databases, BP4D, and BP4D+, and the results are superior to the state-of-the-art algorithms and baseline models. We further analyze the performance of AU detection from different modalities.

📄 PDF Abstract BibTeX arXiv:2203.11441

Code (0)

등록된 구현이 없습니다.

Tasks

Action Unit Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
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…
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 제목 키워드 기반

Cascaded information enhancement and cross-modal attention feature fusion for multispectral pedestrian detection

2023-02-17 · Yang Yang, Kaixiong Xu, Kaizheng Wang

Multispectral pedestrian detection is a technology designed to detect and locate pedestrians in Color and Thermal images, which has been widely used in automatic driving, video surveillance, etc. So far most available mu…

Pedestrian Detection

mmFUSION: Multimodal Fusion for 3D Objects Detection

2023-11-07 · Javed Ahmad, Alessio Del Bue

Multi-sensor fusion is essential for accurate 3D object detection in self-driving systems. Camera and LiDAR are the most commonly used sensors, and usually, their fusion happens at the early or late stages of 3D detector…

3D Object Detectionobject-detectionObject DetectionSensor Fusion

Multi-level and multi-modal feature fusion for accurate 3D object detection in Connected and Automated Vehicles

2022-12-15 · Yiming Hou, Mahdi Rezaei, Richard Romano

Aiming at highly accurate object detection for connected and automated vehicles (CAVs), this paper presents a Deep Neural Network based 3D object detection model that leverages a three-stage feature extractor by developi…

3D Object Detectionobject-detectionObject DetectionRegion Proposal

Multimodal Industrial Anomaly Detection by Crossmodal Reverse Distillation

2024-12-12 · Xinyue Liu, Jianyuan Wang, Biao Leng, Shuo Zhang

Knowledge distillation (KD) has been widely studied in unsupervised Industrial Image Anomaly Detection (AD), but its application to unsupervised multimodal AD remains underexplored. Existing KD-based methods for multimod…

Anomaly DetectionKnowledge Distillation

Multimodal Foundation Models for Early Disease Detection

2025-10-02 · Md Talha Mohsin, Ismail Abdulrashid arxiv

Healthcare data now span EHRs, medical imaging, genomics, and wearable sensors, but most diagnostic models still process these modalities in isolation. This limits their ability to capture early, cross-modal disease sign…