098-efvae-efficient-federated-variational-autoencoder-for-collaborative-filtering
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: acm.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.8%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: SZU-AdvTech-2024
- Default Branch: main
- Size: 0 Bytes
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 1 year ago
· Last pushed about 1 year ago
Metadata Files
Citation
https://github.com/SZU-AdvTech-2024/098-EFVAE-Efficient-Federated-Variational-Autoencoder-for-Collaborative-Filtering/blob/main/
## [EFVAE: Efficient Federated Variational Autoencoders For Collaborative Filtering [PDF]](https://dl.acm.org/doi/10.1145/3627673.3679818)
## 1. Overview
This repository is an PyTorch Implementation for "[EFVAE: Efficient Federated Variational Autoencoders For Collaborative Filtering (CIKM2024)](https://dl.acm.org/doi/10.1145/3627673.3679818)".
**Authors**: Lu Zhang, Qian Rong, Xuanang Ding, Guohui Li, and Ling Yuan \
**Codes**: https://github.com/LukeZane118/EFVAE
Note: this project is built upon [FMSS](https://github.com/LachlanLin/FMSS), [rectorch](https://github.com/makgyver/rectorch), and [RecBole](https://github.com/RUCAIBox/RecBole).
## 2. Environment:
The code was developed and tested on the following python environment:
```
python 3.8.13
pytorch 1.8.1
colorlog 6.6.0
colorama 0.4.5
pandas 1.2.3
numpy 1.21.5
scipy 1.9.0
munch 2.5.0
Bottleneck 1.3.4
scikit_learn 0.23.2
numba 0.55.2
fast_pytorch_kmeans 0.2.0.1
```
## 3. Instructions:
Train and evaluate EFVAE and other baselines:
```
bash ./run.sh
```
## 4. Citation
If you find this code useful in your research, please cite the following paper:
```
@inproceedings{zhang2024efvae,
title={EFVAE: Efficient Federated Variational Autoencoder for Collaborative Filtering},
author={Zhang, Lu and Rong, Qian and Ding, Xuanang and Li, Guohui and Yuan, Ling},
booktitle={Proceedings of the 33rd ACM International Conference on Information and Knowledge Management},
pages={3176--3185},
year={2024}
}
```
Owner
- Name: SZU-AdvTech-2024
- Login: SZU-AdvTech-2024
- Kind: organization
- Repositories: 1
- Profile: https://github.com/SZU-AdvTech-2024
Citation (citation.txt)
@inproceedings{REPO098,
author = "Zhang, Lu and Rong, Qian and Ding, Xuanang and Li, Guohui and Yuan, Ling",
booktitle = "Proceedings of the 33rd ACM International Conference on Information and Knowledge Management",
pages = "3176--3185",
title = "{EFVAE: Efficient Federated Variational Autoencoder for Collaborative Filtering}",
year = "2024"
}
GitHub Events
Total
- Push event: 2
- Create event: 3
Last Year
- Push event: 2
- Create event: 3