Recently machine unlearning (MU) is proposed to remove the imprints of revoked samples from the already trained model parameters, to solve users' privacy concern. Different from the runtime expensive retraining from scratch, there exist two research lines, exact MU and approximate MU with different favorites in terms of accuracy and efficiency. In this paper, we present a novel hybrid strategy on top of them to achieve an overall success. It implements the unlearning operation with an acceptable computation cost, while simultaneously improving the accuracy as much as possible. Specifically, it runs reasonable unlearning techniques by estimating the retraining workloads caused by revocations. If the workload is lightweight, it performs retraining to derive the model parameters consistent with the accurate ones retrained from scratch. Otherwise, it outputs the unlearned model by directly modifying the current parameters, for better efficiency. In particular, to improve the accuracy in the latter case, we propose an optimized version to amend the output model with lightweight runtime penalty. We particularly study the boundary of two approaches in our frameworks to adaptively make the smart selection. Extensive experiments on real datasets validate that our proposals can improve the unlearning efficiency by 1.5× to 8× while achieving comparable accuracy.
With the support of our government’s commitment to the energy sector, the installed capacity of wind power will continue to grow. However, due to the instability of wind power, accurate prediction of wind power output is essential for effective grid dispatch. In addition, data privacy and protection have become paramount in today’s society. Traditional wind forecasting methods rely on centralized data, which raises concerns about data privacy and data silos. To address these challenges, we propose a hybrid approach that combines federated learning and deep learning for wind power forecasting. In our proposed method, we use a bidirectional long short-term memory (BILSTM) neural network as the basic prediction model to improve the prediction accuracy. Then, the model is integrated into the federated learning framework to form the Fed-BILSTM prediction method. In addition, we have introduced cloud computing technology into the Fed-BILSTM method, using cloud resources for model training and parameter update. Participants share model parameters instead of sharing raw data, which solves data privacy concerns. We compared Fed-BILSTM with traditional forecasting methods. Experimental results show that the proposed Fed-BILSTM is better than the traditional prediction method in terms of prediction accuracy. What’s more, Fed-BILSTM can effectively protect data privacy compared to traditional centralized forecasting methods while ensuring prediction performance.