Huiming Chen

IT
4papers
45citations
Novelty26%
AI Score18

4 Papers

AIFeb 22, 2023
Advancements in Federated Learning: Models, Methods, and Privacy

Huiming Chen, Huandong Wang, Qingyue Long et al.

Federated learning (FL) is a promising technique for addressing the rising privacy and security issues. Its main ingredient is to cooperatively learn the model among the distributed clients without uploading any sensitive data. In this paper, we conducted a thorough review of the related works, following the development context and deeply mining the key technologies behind FL from both theoretical and practical perspectives. Specifically, we first classify the existing works in FL architecture based on the network topology of FL systems with detailed analysis and summarization. Next, we abstract the current application problems, summarize the general techniques and frame the application problems into the general paradigm of FL base models. Moreover, we provide our proposed solutions for model training via FL. We have summarized and analyzed the existing FedOpt algorithms, and deeply revealed the algorithmic development principles of many first-order algorithms in depth, proposing a more generalized algorithm design framework. Based on these frameworks, we have instantiated FedOpt algorithms. As privacy and security is the fundamental requirement in FL, we provide the existing attack scenarios and the defense methods. To the best of our knowledge, we are among the first tier to review the theoretical methodology and propose our strategies since there are very few works surveying the theoretical approaches. Our survey targets motivating the development of high-performance, privacy-preserving, and secure methods to integrate FL into real-world applications.

ITDec 14, 2021
Training Design and Two-stage Channel Estimation for Correlated Two-way MIMO Relay Systems

Huiming Chen

This paper addresses the training signal design for the channel estimation in two-way multiple-input-and-multipleoutput (MIMO) relay systems, where the channels are correlated. We first derive the backward channel estimator with the optimal training signal sent by the relay node. Given the estimated backward channels and the probabilistic knowledge of the estimation error, we mainly focus on the forward channel estimation and the related training signal design. We further propose a novel training signal. The design criterion is to minimize the relaxation of the total mean square error (MSE) of the forward channel estimators, which is conditioned on the estimated backward channels. Finally, the numerical results show that the proposed training signal can improve the MSE performance.

ITDec 14, 2021
Joint Channel Estimation and Training Signal Design for Two-way MIMO Relay Systems

Huiming Chen, Xiaohan Zhong

In this paper, a two-stage channel estimation scheme for two-way MIMO relay systems with a single relay antenna is proposed. The backward channel is estimated by using linear minimum mean square estimator (LMMSE) at the first stage, where the optimal training signal is designed. We then mainly focus on the forward channel estimation by using singular value decomposition (SVD) based maximum likelihood method, and the related training signal is proposed. We note that the forward channel estimator is nonlinear and by analyzing the asymptotic Bayesian Cramer-rao Lower Bound (BCRLB), we seek BCRLB as the criterion for training signal design. Finally, the numerical results show that the proposed training signal can improve the MSE performance.

DCDec 15, 2021
LoSAC: An Efficient Local Stochastic Average Control Method for Federated Optimization

Huiming Chen, Huandong Wang, Quanming Yao et al.

Federated optimization (FedOpt), which targets at collaboratively training a learning model across a large number of distributed clients, is vital for federated learning. The primary concerns in FedOpt can be attributed to the model divergence and communication efficiency, which significantly affect the performance. In this paper, we propose a new method, i.e., LoSAC, to learn from heterogeneous distributed data more efficiently. Its key algorithmic insight is to locally update the estimate for the global full gradient after {each} regular local model update. Thus, LoSAC can keep clients' information refreshed in a more compact way. In particular, we have studied the convergence result for LoSAC. Besides, the bonus of LoSAC is the ability to defend the information leakage from the recent technique Deep Leakage Gradients (DLG). Finally, experiments have verified the superiority of LoSAC comparing with state-of-the-art FedOpt algorithms. Specifically, LoSAC significantly improves communication efficiency by more than $100\%$ on average, mitigates the model divergence problem and equips with the defense ability against DLG.