Home

Awesome

MIRCO

<img src="micro.png" alt="model" style="zoom: 50%;" />

This is the code for the Paper: Latent Structure Mining with Contrastive Modality Fusion for Multimedia Recommendation.

Usage

Dataset Preparation

Quick start

Start training and inference as:

cd codes
python main.py --dataset {DATASET}

For cold-start settings:

python main.py --dataset {DATASET} --core 0 --verbose 1 --lr 1e-5

Requirements

Citation

Please cite our paper if you use the code:

@article{zhang2022latent,
  title={Latent structure mining with contrastive modality fusion for multimedia recommendation},
  author={Zhang, Jinghao and Zhu, Yanqiao and Liu, Qiang and Zhang, Mengqi and Wu, Shu and Wang, Liang},
  journal={IEEE Transactions on Knowledge and Data Engineering},
  year={2022},
  publisher={IEEE}
}

Acknowledge

The structure of this code is largely based on LightGCN. Thank for their work.