paper-with-me

Papers

Learnable Irrelevant Modality Dropout for Multimodal Action Recognition on Modality-Specific Annotated Videos

2022-03-06 · CVPR 2022 1 · Saghir Alfasly, Jian Lu, Chen Xu, Yuru Zou

With the assumption that a video dataset is multimodality annotated in which auditory and visual modalities both are labeled or class-relevant, current multimodal methods apply modality fusion or cross-modality attention. However, effectively leveraging the audio modality in vision-specific annotated videos for action recognition is of particular challenge. To tackle this challenge, we propose a novel audio-visual framework that effectively leverages the audio modality in any solely vision-specific annotated dataset. We adopt the language models (e.g., BERT) to build a semantic audio-video label dictionary (SAVLD) that maps each video label to its most K-relevant audio labels in which SAVLD serves as a bridge between audio and video datasets. Then, SAVLD along with a pretrained audio multi-label model are used to estimate the audio-visual modality relevance during the training phase. Accordingly, a novel learnable irrelevant modality dropout (IMD) is proposed to completely drop out the irrelevant audio modality and fuse only the relevant modalities. Moreover, we present a new two-stream video Transformer for efficiently modeling the visual modalities. Results on several vision-specific annotated datasets including Kinetics400 and UCF-101 validated our framework as it outperforms most relevant action recognition methods.

📄 PDF Abstract BibTeX arXiv:2203.03014

Code (0)

등록된 구현이 없습니다.

Tasks

Action Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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 설명 없음
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…
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$…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Learning Contrastive Multimodal Fusion with Improved Modality Dropout for Disease Detection and Prediction

2025-09-22 · Yi Gu, Kuniaki Saito, Jiaxin Ma arxiv

As medical diagnoses increasingly leverage multimodal data, machine learning models are expected to effectively fuse heterogeneous information while remaining robust to missing modalities. In this work, we propose a nove…

Contrastive Learning

Negative to Positive Co-learning with Aggressive Modality Dropout

2025-01-01 · Nicholas Magal, Minh Tran, Riku Arakawa, Suzanne Nie

This paper aims to document an effective way to improve multimodal co-learning by using aggressive modality dropout. We find that by using aggressive modality dropout we are able to reverse negative co-learning (NCL) to …

Listen, Read, and Identify: Multimodal Singing Language Identification of Music

2021-03-02 · Keunwoo Choi, Yuxuan Wang

We propose a multimodal singing language classification model that uses both audio content and textual metadata. LRID-Net, the proposed model, takes an audio signal and a language probability vector estimated from the me…

Language Identification

Improving Pediatric Emergency Department Triage with Modality Dropout in Late Fusion Multimodal EHR Models

2026-04-10 · Tyler Yang, Romal Mitr arxiv

Emergency department triage relies heavily on both quantitative vital signs and qualitative clinical notes, yet multimodal machine learning models predicting triage acuity often suffer from modality collapse by over-rely…

Zero-shot Generalization

Resilient Vision-Tabular Multimodal Learning under Modality Missingness

2026-05-12 · Camillo Maria Caruso, Valerio Guarrasi, Paolo Soda arxiv

Multimodal deep learning has shown strong potential in medical applications by integrating heterogeneous data sources such as medical images and structured clinical variables. However, most existing approaches implicitly…

Multimodal Deep Learning