paper-with-me

홈 › Papers

Towards Good Practices for Missing Modality Robust Action Recognition

2022-11-25 · Sangmin Woo, Sumin Lee, Yeonju Park, Muhammad Adi Nugroho, Changick Kim

Standard multi-modal models assume the use of the same modalities in training and inference stages. However, in practice, the environment in which multi-modal models operate may not satisfy such assumption. As such, their performances degrade drastically if any modality is missing in the inference stage. We ask: how can we train a model that is robust to missing modalities? This paper seeks a set of good practices for multi-modal action recognition, with a particular interest in circumstances where some modalities are not available at an inference time. First, we study how to effectively regularize the model during training (e.g., data augmentation). Second, we investigate on fusion methods for robustness to missing modalities: we find that transformer-based fusion shows better robustness for missing modality than summation or concatenation. Third, we propose a simple modular network, ActionMAE, which learns missing modality predictive coding by randomly dropping modality features and tries to reconstruct them with the remaining modality features. Coupling these good practices, we build a model that is not only effective in multi-modal action recognition but also robust to modality missing. Our model achieves the state-of-the-arts on multiple benchmarks and maintains competitive performances even in missing modality scenarios. Codes are available at https://github.com/sangminwoo/ActionMAE.

📄 PDF Abstract BibTeX arXiv:2211.13916

Code (1)

sangminwoo/actionmae 공식 구현 pytorch

Tasks

Action RecognitionData Augmentation

Similar Papers 제목 키워드 기반

Temporal Segment Networks: Towards Good Practices for Deep Action Recognition

2016-08-02 · Limin Wang, Yuanjun Xiong, Zhe Wang, Yu Qiao 외

Deep convolutional networks have achieved great success for visual recognition in still images. However, for action recognition in videos, the advantage over traditional methods is not so evident. This paper aims to disc…

Action ClassificationAction RecognitionAction Recognition In VideosMultimodal Activity Recognition+1

ADMC: Attention-based Diffusion Model for Missing Modalities Feature Completion

2025-07-08 · Wei zhang, Juan Chen, Yanbo J. Wang, En Zhu 외

Multimodal emotion and intent recognition is essential for automated human-computer interaction, It aims to analyze users' speech, text, and visual information to predict their emotions or intent. One of the significant …

Intent Recognition

Missing Modality Imagination Network for Emotion Recognition with Uncertain Missing Modalities

2021-08-01 · ACL 2021 5 · Jinming Zhao, Ruichen Li, Qin Jin

Multimodal fusion has been proved to improve emotion recognition performance in previous works. However, in real-world applications, we often encounter the problem of missing modality, and which modalities will be missin…

Emotion Recognition

Towards Good Practices for Action Video Encoding

2014-06-01 · CVPR 2014 6 · Jianxin Wu, Yu Zhang, Weiyao Lin

High dimensional representations such as VLAD or FV have shown excellent accuracy in action recognition. This paper shows that a proper encoding built upon VLAD can achieve further accuracy boost with only negligible com…

Action RecognitionTemporal Action Localization

MoRA: Missing Modality Low-Rank Adaptation for Visual Recognition

2025-11-09 · Shu Zhao, Nilesh Ahuja, Tan Yu, Tianyi Shen 외 arxiv

Pre-trained vision language models have shown remarkable performance on visual recognition tasks, but they typically assume the availability of complete multimodal inputs during both training and inference. In real-world…

parameter-efficient fine-tuning