# 异步拆分联邦学习激活生成 **Repository Path**: zhouzizhen/GAS ## Basic Information - **Project Name**: 异步拆分联邦学习激活生成 - **Description**: GAS: Generative Activation-Aided Asynchronous Split Federated Learning - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-09 - **Last Updated**: 2025-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: 拆分联邦学习 ## README # GAS: Generative Activation-Aided Asynchronous Split Federated Learning This repository is the demo of GAS. ## Requirements To install the required packages: ```setup pip install -r requirements.txt ``` ## Training and Evaluation To train and evaluate the model(s) in the paper, run this command: ```train python GAS_main.py ``` ## Results Our model achieves the following performance on CIFAR-10, CIFAR100, CINIC10 and Fashion-MNIST: | Dataset | $s=2$ | $\alpha=0.1$ | | ------------- | ------------ | ------------ | | CIFAR10 | $82.78±0.58$ | $81.72±0.50$ | | CINIC10 | $68.32±0.17$ | $65.94±1.14$ | | Fashion-MNIST | $90.66±0.20$ | $90.58±0.34$ |