1: \begin{abstract}
2: Federated Learning (FL) is a distributed learning paradigm that enables a large number of resource-limited nodes to collaboratively train a model without data sharing. The non-independent-and-identically-distributed (non-i.i.d.) data samples invoke discrepancies between the global and local objectives, making the FL model slow to converge. In this paper, we proposed \texttt{Optimal Aggregation} algorithm for better aggregation, which finds out the optimal subset of local updates of participating nodes in each global round, by identifying and excluding the adverse local updates via checking the relationship between the local gradient and the global gradient. Then, we proposed a \texttt{P}robabilistic \texttt{N}ode \texttt{S}election framework (\texttt{FedPNS}) to dynamically change the probability for each node to be selected based on the output of \texttt{Optimal Aggregation}. \texttt{FedPNS} can preferentially select nodes that propel faster model convergence. The convergence rate improvement of \texttt{FedPNS} over the commonly adopted Federated Averaging (\texttt{FedAvg}) algorithm is analyzed theoretically. Experimental results demonstrate the effectiveness of \texttt{FedPNS} in accelerating the FL convergence rate, as compared to \texttt{FedAvg} with random node selection.\end{abstract}
3: