Home

Awesome

HMMVED: Micro-video Popularity Prediction via Multimodal Variational Information Bottleneck

This is the implementation of HMMVED for micro-video popularity prediction. The implementation of our proposed MMVED can be found in here.

It includes two parts:

Each part contains everything required to train or test the corresponding HMMVED model.

For the Xigua datset we collect, we release the data as well.

Environment

Datasets

The Xigua dataset

The Xigua micro-video popularity sequence prediction dataset we collect is available at [google drive]. For usage, download, unzip the data folder and put them in the popularity_sequence_prediction directory. Descriptions of the files are as follows:

The NUS dataset

The original NUS dataset can be found here, which was released with the TMALL model in this paper. The descriptions of files in the data folder in the NUS directory are as follows:

Examples to run the Codes

An example to run the codes for training and testing HMMVED model can be found in popularity_sequence_prediction/run_example.py.

For more advanced arguments, run the train.py and predict.py with --help argument.

If you find our codes and dataset helpful, please kindly cite the following papers. Thanks!

@article{hmmved-tmm2021,
author={Xie, Jiayi and Zhu, Yaochen and Chen, Zhenzhong},
journal={IEEE Transactions on Multimedia},
title={Micro-video Popularity Prediction via Multimodal Variational Information Bottleneck},
year={2021},
volume={},
number={},
pages={1-1},
doi={10.1109/TMM.2021.3120537}}