1: \begin{abstract} Federated learning (FL) has emerged to preserve privacy in collaborative distributed learning. In FL, clients conduct AI model training directly on their devices rather than sharing their data with a centralized server, which could potentially pose privacy risks. However, it has been shown that despite FL's partial preservation of local data privacy, information about clients’ data can still be inferred from shared model updates during the training process. In recent years, several privacy-preserving approaches have been developed to mitigate this privacy leakage in FL. However, they often provide privacy at the cost of model performance or system efficiency. Balancing these trade-offs poses a significant challenge in implementing FL schemes. In this manuscript, we introduce a privacy-preserving FL framework built on the synergy of differential privacy and system immersion tools from control theory. The core idea is to treat optimization algorithms used in the standard FL schemes (gradient-based recursive algorithms) as a dynamical system that we seek to immerse into a higher-dimensional system (referred here to as the target optimization algorithm). The dynamics of the target optimization algorithm is designed such that, firstly, the model parameters of the original algorithm are immersed/embedded in its parameters, secondly, it works on distorted parameters, and, thirdly, converges to an encoded version of the true model parameters of the original algorithm. The encoded model parameters can be decoded at the server to extract the original model parameters. We demonstrate that the proposed privacy-preserving scheme can be tailored to offer any desired level of differential privacy for local and global model parameters while maintaining the same accuracy and convergence rate as standard FL algorithms.
2: \end{abstract}
3: