[CVPR2026]An official implementation of "Multi-Metric Representation Learning Strategy Based on Clustering for Fine-Grained Multimodal Sentiment Analysis" in PyTorch.
1.Download the CMU-MOSI and CMU-MOSEI dataset from Google Drive or Baidu Disk (extraction code: g3m2)
Place them under the folder MMRest/datasets
2.Set up the environment (need conda prerequisite)
conda env create -f environment.yml
conda activate MMRest
- starting
python main.pyThis work builds upon two outstanding open-source projects: MMIM and MCL-MCF.
We are deeply grateful to the authors for making their code publicly available.
Please also cite the corresponding papers if you find our work useful:
@inproceedings{han2021improving,
title={Improving Multimodal Fusion with Hierarchical Mutual Information Maximization for Multimodal Sentiment Analysis},
author={Han, Wei and Chen, Hui and Poria, Soujanya},
booktitle={Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing},
pages={9180--9192},
year={2021}
}
@article{DBLP:journals/taffco/FanZTYXL25,
author = {Cunhang Fan and
Kang Zhu and
Jianhua Tao and
Guofeng Yi and
Jun Xue and
Zhao Lv},
title = {Multi-Level Contrastive Learning: Hierarchical Alleviation of Heterogeneity
in Multimodal Sentiment Analysis},
journal = {{IEEE} Trans. Affect. Comput.},
volume = {16},
number = {1},
pages = {207--222},
year = {2025}
}