This repository contains an implementation with PyTorch for the paper "Domain-Aware Proxy Selection with LLM for Out-of-Distribution Federated Distillation". The figure below showes an overview of the proposed federated distillation framework of DPS-FD.
For more details about the technical details of DPS-FD, please refer to our paper.Run command below to install the environment (using python3):
pip install -r requirements.txt
- Download dataset
data - Modify the paths in
dpsfd.shto match your local environment. - Run the script:
bash adafd.sh
