[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

CorMulT: A Semi-supervised Modality Correlation-aware Multimodal Transformer for Sentiment Analysis

Created by
  • Haebom

Author

Yangmin Li, Ruiqi Zhu, Wengen Li

Outline

This paper proposes a research to solve the problems of existing methods on over-reliance on inter-modal correlations and low performance on data with weak correlations in the field of multimodal sentiment analysis, which is useful for various applications. Unlike existing modal interaction-based, modal transformation-based, and modal similarity-based methods, we propose a two-stage semi-supervised learning model called Correlation-aware Multimodal Transformer (CorMulT). In the pre-training phase, CorMulT efficiently learns inter-modal correlation coefficients through a modal correlation contrastive learning module, and in the prediction phase, it performs sentiment prediction by integrating the learned correlation coefficients with modal representations. Experimental results on the CMU-MOSEI dataset show that CorMulT outperforms state-of-the-art multimodal sentiment analysis methods.

Takeaways, Limitations

Takeaways:
A novel approach to effectively utilize inter-modal correlations in multimodal sentiment analysis
Improving sentiment analysis performance for multimodal data with weak correlations
Increasing data efficiency through pre-training-based semi-supervised learning
Achieving SOTA performance on the CMU-MOSEI dataset
Limitations:
Further validation of the proposed model's generalization performance is needed (experiments on various datasets and emotion types).
Lack of detailed description of the design and parameter tuning of the modal correlation contrast learning module.
Lack of comparative analysis with other semi-supervised learning methods
Further research is needed on its utility in real-world applications.
👍