paper-with-me

Papers

DAT: Dialogue-Aware Transformer with Modality-Group Fusion for Human Engagement Estimation

2024-10-11 · Jia Li, Yangchen Yu, Yin Chen, Yu Zhang, Peng Jia, Yunbo Xu, Ziqiang Li, Meng Wang, Richang Hong

Engagement estimation plays a crucial role in understanding human social behaviors, attracting increasing research interests in fields such as affective computing and human-computer interaction. In this paper, we propose a Dialogue-Aware Transformer framework (DAT) with Modality-Group Fusion (MGF), which relies solely on audio-visual input and is language-independent, for estimating human engagement in conversations. Specifically, our method employs a modality-group fusion strategy that independently fuses audio and visual features within each modality for each person before inferring the entire audio-visual content. This strategy significantly enhances the model's performance and robustness. Additionally, to better estimate the target participant's engagement levels, the introduced Dialogue-Aware Transformer considers both the participant's behavior and cues from their conversational partners. Our method was rigorously tested in the Multi-Domain Engagement Estimation Challenge held by MultiMediate'24, demonstrating notable improvements in engagement-level regression precision over the baseline model. Notably, our approach achieves a CCC score of 0.76 on the NoXi Base test set and an average CCC of 0.64 across the NoXi Base, NoXi-Add, and MPIIGI test sets.

📄 PDF Abstract BibTeX arXiv:2410.08470

Code (1)

msa-lmc/dat 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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…
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

DA-Mamba: Dialogue-aware selective state-space model for multimodal engagement estimation

2025-09-22 · Shenwei Kang, Xin Zhang, Wen Liu, Bin Li 외 arxiv

Human engagement estimation in conversational scenarios is essential for applications such as adaptive tutoring, remote healthcare assessment, and socially aware human--computer interaction. Engagement is a dynamic, mult…

NestedFormer: Nested Modality-Aware Transformer for Brain Tumor Segmentation

2022-08-31 · Zhaohu Xing, Lequan Yu, Liang Wan, Tong Han 외

Multi-modal MR imaging is routinely used in clinical practice to diagnose and investigate brain tumors by providing rich complementary information. Previous multi-modal MRI segmentation methods usually perform modal fusi…

Brain Tumor SegmentationDecoderMRI segmentationSegmentation+1

When did you become so smart, oh wise one?! Sarcasm Explanation in Multi-modal Multi-party Dialogues

2022-03-12 · ACL 2022 5 · Shivani Kumar, Atharva Kulkarni, Md Shad Akhtar, Tanmoy Chakraborty

Indirect speech such as sarcasm achieves a constellation of discourse goals in human communication. While the indirectness of figurative language warrants speakers to achieve certain pragmatic goals, it is challenging fo…

Sarcasm Detection

When did you become so smart, oh wise one?! Sarcasm Explanation in Multi-modal Multi-party Dialogues

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Indirect speech such as sarcasm achieves a constellation of discourse goals in human communication. While the indirectness of figurative language warrants speakers to achieve certain pragmatic goals, it is challenging fo…

MTNet: Learning modality-aware representation with transformer for RGBT tracking

2025-08-24 · Ruichao Hou, Boyue Xu, Tongwei Ren, Gangshan Wu arxiv

The ability to learn robust multi-modality representation has played a critical role in the development of RGBT tracking. However, the regular fusion paradigm and the invariable tracking template remain restrictive to th…