Home

Awesome

LATTICE

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

This is the code for the ACM Multimedia 2021 Paper: Mining Latent Structures 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:

@inproceedings{LATTICE21,
  title     = {Mining Latent Structures for Multimedia Recommendation},
  author    = {Zhang, Jinghao and 
               Zhu, Yanqiao and 
               Liu, Qiang and
               Wu, Shu and 
               Wang, Shuhui and 
               Wang, Liang},
  booktitle = {Proceedings of the 29th ACM International Conference on Multimedia},
  pages     = {3872–3880},
  year      = {2021}
}

Acknowledgement

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