Pytorch implementation for "Bootstrap Latent Representations for Multi-modal Recommendation"-WWW'23 Official ACM
Download from Google Drive: Baby/Sports/Elec
The data already contains text and image features extracted from Sentence-Transformers and CNN.
baby
) under data
dir.src
folder and run withpython main.py -m BM3 -d baby
configs/model/*.yaml
and configs/dataset/*.yaml
.We report the best hyper-parameters of BM3 to reproduce the results in Table III of our paper as:
Datasets | layers | dropout | reg_weight |
---|---|---|---|
Baby | 1 | 0.5 | 0.1 |
Sports | 1 | 0.5 | 0.01 |
Elec | 2 | 0.3 | 0.1 |
@inproceedings{zhou2023bootstrap,
author = {Zhou, Xin and Zhou, Hongyu and Liu, Yong and Zeng, Zhiwei and Miao, Chunyan and Wang, Pengwei and You, Yuan and Jiang, Feijun},
title = {Bootstrap Latent Representations for Multi-Modal Recommendation},
booktitle = {Proceedings of the ACM Web Conference 2023},
pages = {845–854},
year = {2023}
}