paper-with-me

Papers

Robust Multimodal Learning via Representation Decoupling

2024-07-05 · Shicai Wei, Yang Luo, Yuji Wang, Chunbo Luo

Multimodal learning robust to missing modality has attracted increasing attention due to its practicality. Existing methods tend to address it by learning a common subspace representation for different modality combinations. However, we reveal that they are sub-optimal due to their implicit constraint on intra-class representation. Specifically, the sample with different modalities within the same class will be forced to learn representations in the same direction. This hinders the model from capturing modality-specific information, resulting in insufficient learning. To this end, we propose a novel Decoupled Multimodal Representation Network (DMRNet) to assist robust multimodal learning. Specifically, DMRNet models the input from different modality combinations as a probabilistic distribution instead of a fixed point in the latent space, and samples embeddings from the distribution for the prediction module to calculate the task loss. As a result, the direction constraint from the loss minimization is blocked by the sampled representation. This relaxes the constraint on the inference representation and enables the model to capture the specific information for different modality combinations. Furthermore, we introduce a hard combination regularizer to prevent DMRNet from unbalanced training by guiding it to pay more attention to hard modality combinations. Finally, extensive experiments on multimodal classification and segmentation tasks demonstrate that the proposed DMRNet outperforms the state-of-the-art significantly.

📄 PDF Abstract BibTeX arXiv:2407.04458

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Decoupling Common and Unique Representations for Multimodal Self-supervised Learning

2023-09-11 · Yi Wang, Conrad M Albrecht, Nassim Ait Ali Braham, Chenying Liu 외

The increasing availability of multi-sensor data sparks wide interest in multimodal self-supervised learning. However, most existing approaches learn only common representations across modalities while ignoring intra-mod…

Scene ClassificationSelf-Supervised LearningSemantic Segmentation

Understanding and Measuring Robustness of Multimodal Learning

2021-12-22 · Nishant Vishwamitra, Hongxin Hu, Ziming Zhao, Long Cheng 외

The modern digital world is increasingly becoming multimodal. Although multimodal learning has recently revolutionized the state-of-the-art performance in multimodal tasks, relatively little is known about the robustness…

Adversarial Robustness

Correct When Paired, Wrong When Split: Decoupling and Editing Modality-Specific Neurons in MLLMs

2026-04-20 · Tingchao Fu, Wenkai Wang, Fanxiao Li, Huadong Zhang 외 arxiv

Although Knowledge Editing provides an efficient mechanism for updating the knowledge of Multimodal Large Language Models (MLLMs), we find that current paradigms still suffer from an important yet remain underexplored is…

knowledge editing

AIA: Rethinking Architecture Decoupling Strategy In Unified Multimodal Model

2025-11-27 · Dian Zheng, Manyuan Zhang, Hongyu Li, Kai Zou 외 arxiv

Unified multimodal models for image generation and understanding represent a significant step toward AGI and have attracted widespread attention from researchers. The main challenge of this task lies in the difficulty in…

Image Generation

More than Vanilla Fusion: a Simple, Decoupling-free, Attention Module for Multimodal Fusion Based on Signal Theory

2023-12-12 · Peiwen Sun, Yifan Zhang, Zishan Liu, Donghao Chen 외

The vanilla fusion methods still dominate a large percentage of mainstream audio-visual tasks. However, the effectiveness of vanilla fusion from a theoretical perspective is still worth discussing. Thus, this paper recon…