PPMLFPL: Privacy Preserving Machine Learning with Federated Personalized Learning—the paper's overarching framework combining personalization algorithms with privacy mechanisms
APPLE: Adaptive Personalized Cross-Silo Federated Learning—a specific FL algorithm that adaptively balances global and local model components
Homomorphic Encryption (HE): A cryptographic method allowing computations to be performed directly on encrypted data without decrypting it first
Differential Privacy (DP): A technique that adds controlled noise to data or model updates to mask individual contributions and prevent reverse-engineering
Secure Multi-Party Computation (SMPC): A protocol where parties jointly compute a function over their inputs while keeping those inputs private from one another
Secure Aggregation (SA): A technique ensuring the server only sees the final sum of model updates, not individual client contributions
FedAvg: Federated Averaging—the standard baseline algorithm for Federated Learning that averages local model weights
LeNet-5: A classic Convolutional Neural Network architecture used as the backbone model in this study