paper-with-me

Papers

Efficient Multimodal Transformer with Dual-Level Feature Restoration for Robust Multimodal Sentiment Analysis

2022-08-16 · Licai Sun, Zheng Lian, Bin Liu, JianHua Tao

With the proliferation of user-generated online videos, Multimodal Sentiment Analysis (MSA) has attracted increasing attention recently. Despite significant progress, there are still two major challenges on the way towards robust MSA: 1) inefficiency when modeling cross-modal interactions in unaligned multimodal data; and 2) vulnerability to random modality feature missing which typically occurs in realistic settings. In this paper, we propose a generic and unified framework to address them, named Efficient Multimodal Transformer with Dual-Level Feature Restoration (EMT-DLFR). Concretely, EMT employs utterance-level representations from each modality as the global multimodal context to interact with local unimodal features and mutually promote each other. It not only avoids the quadratic scaling cost of previous local-local cross-modal interaction methods but also leads to better performance. To improve model robustness in the incomplete modality setting, on the one hand, DLFR performs low-level feature reconstruction to implicitly encourage the model to learn semantic information from incomplete data. On the other hand, it innovatively regards complete and incomplete data as two different views of one sample and utilizes siamese representation learning to explicitly attract their high-level representations. Comprehensive experiments on three popular datasets demonstrate that our method achieves superior performance in both complete and incomplete modality settings.

📄 PDF Abstract BibTeX arXiv:2208.07589

Code (1)

sunlicai/emt-dlfr 공식 구현 pytorch

Tasks

Multimodal Sentiment AnalysisRepresentation LearningSentiment Analysis

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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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 설명 없음
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…

Similar Papers 제목 키워드 기반

SwinIR: Image Restoration Using Swin Transformer

2021-08-23 · Jingyun Liang, JieZhang Cao, Guolei Sun, Kai Zhang 외

Image restoration is a long-standing low-level vision problem that aims to restore high-quality images from low-quality images (e.g., downscaled, noisy and compressed images). While state-of-the-art image restoration met…

Color Image DenoisingDenoisingGrayscale Image DenoisingImage Denoising+6

Correlation Matching Transformation Transformers for UHD Image Restoration

2024-06-02 · Cong Wang, Jinshan Pan, Wei Wang, Gang Fu 외

This paper proposes UHDformer, a general Transformer for Ultra-High-Definition (UHD) image restoration. UHDformer contains two learning spaces: (a) learning in high-resolution space and (b) learning in low-resolution spa…

DeblurringImage DeblurringImage DehazingImage Enhancement+2

Comprehensive and Delicate: An Efficient Transformer for Image Restoration

2023-01-01 · CVPR 2023 1 · Haiyu Zhao, Yuanbiao Gou, Boyun Li, Dezhong Peng 외

Vision Transformers have shown promising performance in image restoration, which usually conduct window- or channel-based attention to avoid intensive computations. Although the promising performance has been achieve…

Image RestorationSuperpixels

Lumina-OmniLV: A Unified Multimodal Framework for General Low-Level Vision

2025-04-07 · Yuandong Pu, Le Zhuo, Kaiwen Zhu, Liangbin Xie 외

We present Lunima-OmniLV (abbreviated as OmniLV), a universal multimodal multi-task framework for low-level vision that addresses over 100 sub-tasks across four major categories: image restoration, image enhancement, wea…

Image EnhancementImage Restoration

GridFormer: Residual Dense Transformer with Grid Structure for Image Restoration in Adverse Weather Conditions

2023-05-29 · Tao Wang, Kaihao Zhang, Ziqian Shao, Wenhan Luo 외

Image restoration in adverse weather conditions is a difficult task in computer vision. In this paper, we propose a novel transformer-based framework called GridFormer which serves as a backbone for image restoration und…

Image RestorationRain Removal