pFL: Personalized Federated Learning—FL methods that train distinct models for each client to handle data heterogeneity
Partial model-sharing: pFL strategy where clients share only a subset of parameters (e.g., feature extractor) and keep others private (e.g., classifier head)
Full model-sharing: pFL strategy where clients share the entire model but adapt it locally (e.g., via regularization like Ditto)
Backdoor Attack: An attack where an adversary injects a trigger (e.g., a pixel pattern) into training data so the model misclassifies inputs containing the trigger
ASR: Attack Success Rate—the percentage of backdoored samples successfully misclassified as the target label
C-Acc: Clean Accuracy—model performance on benign test data without triggers
FedRep: A pFL method that splits the model into a shared feature extractor and private local linear classifiers
FedBN: A pFL method where clients keep local Batch Normalization layers private while sharing other weights
Simple-Tuning: The paper's proposed defense: reinitializing and locally training the linear classifier of a trained FL model