FedVLR
The source code for "Federated Vision-Language-Recommendation with Personalized Fusion"
Install / Use
/learn @mtics/FedVLRREADME
FedVLR
This project is the code of Our Paper "Federated Vision-Language-Recommendation with Personalized Fusion"

Requirements
- The code is implemented with
Python ~= 3.8andtorch~=2.4.0+cu118; - Other requirements can be installed by
pip install -r requirements.txt. - For multimodal dataset processing, please refer to mtics/MMRec_Dataset_Preprocessing
Quick Start
-
Put datasets into the path
[parent_folder]/datasets/; -
For quick start, please run:
python main.py --alias MMFedRAP --dataset movielens --data_file ml-100k.dat \ --lr 1e-3 --l2_reg 1e-5 --seed 0 -
All multimodal FedRecs start with 'MM'.
Thanks
In the implementation of this project, we drew upon the following resources: MMRec, RecBole and Tenrec. We sincerely appreciate their open-source contributions!
Contact
- This project is free for academic usage. You can run it at your own risk.
- For any other purposes, please contact Mr. Zhiwei Li (lizhw.cs@outlook.com)
