WO2022072776A1 - Voting-based approach for differentially private federated learning - Google Patents

Voting-based approach for differentially private federated learning Download PDF

Info

Publication number
WO2022072776A1
WO2022072776A1 PCT/US2021/053086 US2021053086W WO2022072776A1 WO 2022072776 A1 WO2022072776 A1 WO 2022072776A1 US 2021053086 W US2021053086 W US 2021053086W WO 2022072776 A1 WO2022072776 A1 WO 2022072776A1
Authority
WO
WIPO (PCT)
Prior art keywords
dpfl
voting
agent
computation
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/US2021/053086
Other languages
French (fr)
Inventor
Xiang Yu
Yi-Hsuan Tsai
Francesco PITTALUGA
Masoud FARAKI
Manmohan Chandraker
Yuqing Zhu
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Laboratories America Inc
Original Assignee
NEC Laboratories America Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Laboratories America Inc filed Critical NEC Laboratories America Inc
Priority to JP2022578819A priority Critical patent/JP7442696B2/en
Priority to DE112021005116.4T priority patent/DE112021005116T5/en
Publication of WO2022072776A1 publication Critical patent/WO2022072776A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • G06N20/20Ensemble learning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/02Knowledge representation; Symbolic representation
    • G06N5/027Frames
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/04Inference or reasoning models
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N7/00Computing arrangements based on specific mathematical models
    • G06N7/01Probabilistic graphical models, e.g. probabilistic networks

Definitions

  • the present invention relates to federated learning (FL) and, more particularly, to a voting-based approach for differentially private federated learning (DPFL).
  • FL federated learning
  • DPFL differentially private federated learning
  • DPFL Differentially Private Federated Learning
  • a method for employing a general label space voting-based differentially private federated learning (DPFL) framework includes labeling a first subset of unlabeled data from a first global server, to generate first pseudo-labeled data, by employing a first voting-based DPFL computation where each agent trains a local agent model by using private local data associated with the agent, labeling a second subset of unlabeled data from a second global server, to generate second pseudo-labeled data, by employing a second voting-
  • DPFL differentially private federated learning
  • a non-transitory computer-readable storage medium comprising a computer- readable program for employing a general label space voting-based differentially private federated learning (DPFL) framework.
  • the computer-readable program when executed on a computer causes the computer to perform the steps of labeling a first subset of unlabeled data from a first global server, to generate first pseudo-labeled data, by employing a first voting-based DPFL computation where each agent trains a local agent model by using private local data associated with the agent, labeling a second subset of unlabeled data from a second global server, to generate second pseudo-labeled data, by employing a second votingbased DPFL computation where each agent maintains a data-independent feature extractor, and training a global model by using the first and second pseudo-labeled data to provide provable differential privacy (DP) guarantees for both instance-level and agent-level privacy regimes.
  • DP differential privacy
  • a system for employing a general label space voting-based differentially private federated learning (DPFL) framework includes a memory and one or more processors in communication with the memory configured to label a first subset of unlabeled data from a first global server, to generate first pseudo-labeled data, by employing a first voting-based DPFL computation where each agent trains a local agent model by using private local data associated with the agent, label a second subset of unlabeled data from a second global server, to generate second pseudo-labeled data, by employing a second votingbased DPFL computation where each agent maintains a data-independent feature extractor, and train a global model by using the first and second pseudo-labeled data to provide provable differential privacy (DP) guarantees for both instance-level and agent-level privacy regimes.
  • DP differential privacy
  • FIG. 1 is a block/flow diagram of an exemplary general label space voting-based differentially private federated learning (DPFL) framework, in accordance with embodiments of the present invention
  • FIG. 2 is a block/flow diagram of an exemplary process flow of the general label space voting-based DPFL framework, in accordance with embodiments of the present invention
  • FIG. 3 is a block/flow diagram of an exemplary aggregation ensemble DPFL (AE- DPFL) architecture and a k Nearest Neighbor DPFL (kNN-DPFL) architecture, in accordance with embodiments of the present invention
  • FIG. 4 is an exemplary practical application for employing a general label space voting-based DPFL framework, in accordance with embodiments of the present invention
  • FIG. 5 is an exemplary processing system for employing a general label space votingbased DPFL framework, in accordance with embodiments of the present invention.
  • FIG. 6 is a block/flow diagram of an exemplary method for employing a general label space voting-based DPFL framework, in accordance with embodiments of the present invention.
  • FL Federated learning
  • the workflow of FL is often enhanced by secure multi-party computation (MPC) so as to handle various threat models in the communication protocols, which provably ensures that agents can receive the output of the computation (e.g., the sum of the gradients) but nothing in between (e.g., other agents’ gradients).
  • MPC secure multi-party computation
  • DPFL differentially private federated learning
  • DP-FedSGD differentially private federated learning
  • noisy gradient based methods which build upon the noisy gradient based methods, which build upon the noisy gradient based method, a classical algorithm in (non-federated) DP learning. They work by iteratively aggregating (multi-)gradient updates from individual agents using a differentially private mechanism.
  • a notable limitation is that such approaches require clipping the / 2 magnitude of gradients to a threshold S and adding noise proportional to S to every coordinate of the high dimensional parameters from the shared global model.
  • the clipping and perturbation steps introduce either large bias (when S is small) or large variance (when S is
  • the exemplary embodiments introduce a fundamentally different DP learning setting known as a Knowledge Transfer model (also referred to as the Model- Agnostic Private learning model).
  • a Knowledge Transfer model also referred to as the Model- Agnostic Private learning model.
  • This model requires an unlabeled dataset to be available in the clear, which makes this setting slightly more restrictive.
  • a public dataset is indeed available (it often is in federated learning with domain adaptation), it could substantially improve the privacy-utility tradeoff in DP learning.
  • the goal is to develop DPFL algorithms under the knowledge transfer model, for which two algorithms or computations (AE-DPFL and kNN-DPFL) are introduced, that further develop from the non-distributed Private-Aggregation-of-Teacher-Ensembles (PATE) and Private-kNN to the FL setting.
  • AE-DPFL and kNN-DPFL two algorithms or computations
  • PATE Private-Aggregation-of-Teacher-Ensembles
  • Private-kNN Private-kNN
  • the exemplary methods design two voting-based distributed algorithms or computations that provide provable DP guarantees on both agent- level and instance (of-each- agent)-level granularity, which makes them suitable for both well-studied regimes of FL, that is, distributed learning from on-device data and collaboration of a few large organizations.
  • the exemplary methods demonstrate “privacy-amplification by ArgMax” by a new MPC technique, where the proposed private voting mechanism enjoys an exponentially stronger (data-dependent) privacy guarantee when the “winner” wins by a large margin.
  • AE-DPFL and kNN-DPFL are algorithmically similar to the original PATE and Private-KNN, they are not the same as they are applied to a new area, that is, federated learning.
  • the facilitation itself is nontrivial and requires substantial technical innovations.
  • SUBSTITUTE SHEET (RULE 26) parameter is, interestingly, a factor of two better than its instance-level DP parameter.
  • kNN- DPFL in addition enjoys a factor of k amplification for the instance-level DP.
  • the exemplary methods start by introducing the notations of federated learning and differential privacy. Then, by introducing the two different level DP definitions, two randomized gradient-based baselines, DP-FedAvg and DP-FedSGD, are introduced as DPFL background.
  • the goal is to train a privacy preserving global model that performs well on the server distribution D G without centralizing local agent data.
  • the exemplary embodiments assume access to an unlabeled dataset containing independent and identically distributed (LTD) samples from the server distribution D g .
  • LTD independent and identically distributed
  • This is a standard assumption from “agnostic federated learning” literature, and more flexible than fixing D G to be the uniform user distribution over the union of all agents.
  • the choice of D G is applicationspecific and it represents the various considerations of the learning objective such as accuracy, fairness and the need for personalization.
  • the setting is closely related to the multisource domain adaptation problem but is more challenging due to restricted access to source (local) data.
  • SUBSTITUTE SHEET (RULE 26) [00034] Regarding FL baseline, FedAvg is a vanilla federated learning algorithm without DP guarantees. A fraction of agents is sampled at each communication round with a probability q. Each selected agent downloads the shared global model and is fine-tuned with local data for E iterations using stochastic gradient descent (SGD). This local update process is denoted as an inner loop. Then, only the gradients are sent to the server, and averaged across all the selected agents to improve the global model. The global model is learned after T communication rounds. Each communication round is denoted as one outer loop.
  • SGD stochastic gradient descent
  • differential privacy is a quantifiable definition of privacy that provides provable guarantees against identification of individuals in a private dataset.
  • a first definition, for differential privacy, is given as: a randomized mechanism M : D — > R with a domain D and range R satisfies (e, 5)-differential privacy, if for any two adjacent datasets D, D’ £ D and for any subset of outputs O £ R, it holds that Pr[M (D) £ O ] ⁇ e ⁇ Pr
  • a second definition, for agent-level DP, is given as: when D’ is constructed by adding or removing an agent from D (with all data points from that agent).
  • a third definition, for instance-level DP, is given as: when D’ is constructed by adding or removing one data point from any of the agents.
  • SUBSTITUTE SHEET (RULE 26) would like to collaborate on a patient study through federated learning, obfuscating the entire dataset from one hospital is meaningless, which makes instance-level DP better-suited to protect an individual patient from being identified.
  • DP-FedAvg (Algorithm 1 reproduced below), a representative DPFL algorithm, when compared to FedAvg, DP-FedAvg enforces clipping of per-agent model gradient to a threshold S (Step 3 in Algorithm 1; noisysyUpdate) and adds noise to the scaled gradient before it is averaged at the server, which ensures agent-level DP.
  • DP- FedSGD focuses on instance-level DP.
  • DP-FedSGD performs noisysySGD for a fixed number of iterations at each agent. The gradient updates are averaged on each communication round at the server.
  • MPC multi-party computation
  • MPC is a cryptographic technique that securely aggregates local updates before the server receives it. While MPC does not have a differential privacy guarantee, it can be combined with DP to amplify the privacy guarantee. Specifically, if each party adds a small independent noise to the part they contribute, MPC ensures that an attacker can only observe the total, even if the attacker taps the network messages and hacks into the server.
  • the exemplary methods consider a new MPC technique that allows only the voted winner to be released while keeping the voting scores completely hidden. This allows the exemplary methods to further amplify the DP guarantees.
  • PATE and Private-kNN are two knowledge transfer models for model-agnostic private training. They assume a private labeled dataset Dprivate and an unlabeled public dataset D G . The goal is to label a sequence of unlabeled public data by leveraging an ensemble of teacher models trained on the disjoint partition of the private dataset (see PATE) or leveraging the private release of k-nearest neighbor (see Private kNN).
  • noisy screening and subsampling are two fundamental techniques that improve the privacy-utility trade-offs of PATE and Private-kNN.
  • the subsampling process amplifies the privacy guarantee in Private-kNN.
  • the noisy screening step adds a larger scale of Gaussian noise ( ⁇ 1 > o1 in Algorithm 2) and then releases a more confident noisy prediction if the query passes screening.
  • ⁇ 1 > o1 in Algorithm 2 adds a larger scale of Gaussian noise ( ⁇ 1 > o1 in Algorithm 2) and then releases a more confident noisy prediction if the query passes screening.
  • they are no longer applicable in the DPFL setting due to the more threat adversary models and the new DP setting (agent- level and instance-level DP).
  • subsampling each client’s local data does not imply a straightforward amplified instance-level DP, and noisy screening can double the communication cost.
  • the first challenge relates to biased gradient estimation. Recent works have shown that the FedAvg may not converge well under data heterogeneity. An example is presented to show that the clipping step of DPFedAvg may exacerbate the issue.
  • the biased update could be 0 (not moving) or pointing towards the opposite direction.
  • Such a simple example can be embedded in more realistic problems, causing substantial bias that leads to non-convergence.
  • the second challenge relates to slow convergence. Following works on FL convergence analysis, the convergence analysis on DP-FedAvg is derived and it is demonstrated that using many outer-loop iterations (T ) could result in similar convergence issue under differential privacy.
  • the above bound is tight for stochastic sub-gradient methods, and also for information-theoretically optimal.
  • the GB/ ⁇ T part of upper bound matches the information- theoretical lower bound for all methods that have access to T -calls of stochastic sub-gradient oracle.
  • the second matches the information-theoretical lower bound for all ( ⁇ , ⁇ ))- differentially private methods on the agent level. That is, the first term indicates that there must be many rounds of communications, while the second term indicates that the dependence in ambient dimension d is unavoidable for DP-FedAvg.
  • the exemplary method also has such dependence in the worst case. But it is easier for the exemplary approach to adapt to the structure that exists in the data (e.g., high consensus among voting).
  • the third challenge relates to data heterogeneity.
  • FL with domain adaptation has been studied, where a dynamic attention model is proposed to adjust the contribution from each source (agent) collaboratively.
  • a dynamic attention model is proposed to adjust the contribution from each source (agent) collaboratively.
  • most multi-source domain adaptation algorithms are proposed to adjust the contribution from each source (agent) collaboratively.
  • SUBSTITUTE SHEET (RULE 26) require sharing local feature vectors to the target domain, which is not compatible with the DP setting. Enhancing DP-FedAvg with the effective domain adaptation technique remains an open problem.
  • the exemplary embodiments propose two votingbased algorithms or computations, “A E- DP FL” and “kNN-DPFL”. Each algorithm first privately labels a subset of data from the server and then trains a global model using pseudolabeled data.
  • each agent i trains a local agent model fi using its own private local data.
  • the local model is not revealed to the server but only used to make predictions for unlabeled data (queries).
  • every agent i adds Gaussian Noise to the prediction (e.g., C-dimensional histogram where each bin is zero except the fi(x t )- th bin is 1).
  • Gaussian Noise e.g., C-dimensional histogram where each bin is zero except the fi(x t )- th bin is 1).
  • the “pseudo label” is achieved with the majority vote returned by aggregating the noisy predictions from the local agents.
  • preserving agent-level DP is generally more difficult than the instance-level DP. It is found that for AE-DPFL, the privacy guarantee for instance-level DP is weaker than its agent-level DP guarantee. To amplify the instance-level DP, kNN-DPFL is introduced.
  • each agent maintains a data-independent feature extractor ( ⁇ , i.e., an ImageNet pre- trained network without the classifier layer.
  • i.e., an ImageNet pre- trained network without the classifier layer.
  • agent i For each unlabeled query x t , agent i first finds the ki nearest neighbors to x t from its local data by measuring the Euclidean distance in the feature space Then, fi(xt) outputs the frequency vector of the votes from the nearest neighbors, which equals to indicates the one-hot vector of the groundtruth label. Subsequently, from all agents are privately aggregated with the argmax of the noisy voting scores returned to the server.
  • the kNN-DPFL differs from Private-kNN in that the exemplary embodiments apply kNN on each agent’s local data instead of the entire private dataset.
  • MPC allows the exemplary methods to receive up to kN neighbors while bounding the contribution of individual agents by k.
  • this approach enjoys a stronger instance-level DP guarantee since the sensitivity from adding or removing one instance is a factor of k/2 times smaller than that of the agent-level.
  • RDP Renyi differential privacy
  • a randomized algorithm M is (a, ⁇ (a))-RDP with order a > 1 if for neighboring datasets D, D’,
  • RDP inherits and generalizes the information theoretical properties of DP and has been used for privacy analysis in DP-FedAvg and DP-FedSGD. Notably RDP composes naturally and implies the standard (e, ⁇ ) -DP for all 3 > 0.
  • composition property of RDP if M obeys )-RDP, then:
  • the L2 and LI sensitivities are both 1 for adding or removing one agent. This is because adding or removing one agent can only add or remove lhe /7( v)-th bin in the sum by one.
  • the overall RDP guarantee follows the composition over Q queries.
  • the approximate-DP guarantee follows the standard RDP to DP conversion formula optimally choosing a.
  • Theorem 8 suggests that both algorithms achieve agent-level and instance-level differential privacy.
  • kNN-DPFL enjoys a stronger instance level DP (by a factor of k/2) compared to its agent-level guarantee, while AE- DPFL’ s instance-level DP is weaker by a factor of 2.
  • the exemplary methods choose to use AE-DPFL for the agent-level DP and apply kNN-DPFL for the instance-level DP in the experiments.
  • SUBSTITUTE SHEET (RULE 26) [00080] denotes the probability simplex, that is, the soft- label space. Note that both exemplary algorithms can be viewed as voting of these local agents, which output a probability distribution in A First, the margin parameter y(x) that measures the difference between the largest and second largest coordinate is defined as:
  • the exemplary methods illustrate that for those data point x such that y(x) is large, the privacy loss for releasing is exponentially smaller. The result is based on the following privacy amplification lemma.
  • the first part of the second line uses the fact that event E is a singleton with probability larger than ⁇ -q under Q and the probability is always smaller than 1 under P.
  • the second part of the second line follows from Cauchy Schwartz inequality.
  • the third line substitutes the definition of (2a, ⁇ )-RDP. Finally, the stated result follows by the definition of the Renyi divergence.
  • Theorem 11 is possible because the MPC-vote ensures that all parties (local agents, server and attackers) observe only the argmax but not the noisy-voting scores themselves. Finally, each agent works independently without any synchronization. Overall, the exemplary methods reduce the (per-agent) up-stream communication cost from d . T floats (model size times T rounds) to C . Q, where C is number of classes and Q is the number of data points.
  • architecture 100 a number of local agents each with its own local data is used to train each local model if the framework is PATE-FL, or all the local agents share the global model if the framework is Private-kNN-FL.
  • Two pipelines are presented to deal with different situations, that is, when the number of agents is limited, the exemplary methods run the Private-kNN-FL, and when the number of agents are sufficient, the exemplary methods run the PATE- FL.
  • Global server unlabeled data are fed to each of the local agents for the pseudolabeling.
  • Global server model training leverages the global data and the pseudo labels feedback from the label aggregation of all the agents.
  • the voting-based DPFL 200 includes a global server model 210 and local agent models 220.
  • the local agent models 220 include an instance-level 222 and an
  • SUBSTITUTE SHEET (RULE 26) agent-level 224.
  • the semi-supervised global model training 230 results in the DPFL model output 240.
  • the exemplary embodiments of the present invention focus on a federated learning framework that can protect privacy, which is achieved by applying a differential privacy technique to provide the theoretical and provable guarantee for privacy preservation.
  • Traditional federated learning frameworks cannot protect privacy. This is because, the local data has been completely fed into the training of the global model, which injects the private information into the global model training.
  • the exemplary embodiments introduce a general label space voting-based differentially private FL framework under two notions, that is, agent-level differential privacy and instance-level differential privacy, regarding large or limited amount of agents.
  • the exemplary methods introduce two DPFL algorithms or computations (AE-DPFL and kNN-DPFL) that provide provable DP guarantees for both instance-level and agent-level privacy regimes.
  • AE-DPFL DPFL algorithms or computations
  • kNN-DPFL DPFL algorithms or computations
  • the exemplary algorithms or computations avoid the dimension dependence and significantly reduce the communication cost.
  • the exemplary embodiments could exponentially amplify the (data-dependent) privacy guarantees when the margin of the voting scores are distinctive.
  • the exemplary embodiments propose to aggregate over the label space, which largely reduces not only the sensitivity issue introduced by the gradient clipping, but also the communication cost in federated learning.
  • the exemplary embodiments provide a practical DPFL solution that improves the privacy-utility trade-off over the conventional DPFL gradient-based approach.
  • FIG. 4 is a block/flow diagram 400 of a practical application for employing a general label space voting-based differentially private federated learning (DPFL) framework, in accordance with embodiments of the present invention.
  • DPFL differentially private federated learning
  • one or more cameras 402 can collect data 404 to be processed.
  • the exemplary methods employ federated learning techniques 300 including AE- DPFL 302 and kNN-DPFL 304.
  • the results 410 can be provided or displayed on a user interface 412 handled by a user 414.
  • FIG. 5 is an exemplary processing system for employing a general label space votingbased differentially private federated learning (DPFL) framework, in accordance with embodiments of the present invention.
  • DPFL differentially private federated learning
  • the processing system includes at least one processor (CPU) 904 operatively coupled to other components via a system bus 902.
  • a GPU 905, a cache 906, a Read Only Memory (ROM) 908, a Random Access Memory (RAM) 910, an input/output (I/O) adapter 920, a network adapter 930, a user interface adapter 940, and a display adapter 950, are operatively coupled to the system bus 902.
  • the exemplary embodiments employ federated learning techniques 300 including AE-DPFL 302 and kNN-DPFL 304.
  • a storage device 922 is operatively coupled to system bus 902 by the I/O adapter 920.
  • the storage device 922 can be any of a disk storage device (e.g., a magnetic or optical disk storage device), a solid-state magnetic device, and so forth.
  • a transceiver 932 is operatively coupled to system bus 902 by network adapter 930.
  • User input devices 942 are operatively coupled to system bus 902 by user interface adapter 940.
  • the user input devices 942 can be any of a keyboard, a mouse, a keypad, an image capture device, a motion sensing device, a microphone, a device incorporating the functionality of at least two of the preceding devices, and so forth. Of course, other types of input devices can also be used, while maintaining the spirit of the present invention.
  • SUBSTITUTE SHEET (RULE 26) 942 can be the same type of user input device or different types of user input devices.
  • the user input devices 942 are used to input and output information to and from the processing system.
  • a display device 952 is operatively coupled to system bus 902 by display adapter 950.
  • the processing system may also include other elements (not shown), as readily contemplated by one of skill in the art, as well as omit certain elements.
  • various other input devices and/or output devices can be included in the system, depending upon the particular implementation of the same, as readily understood by one of ordinary skill in the art.
  • various types of wireless and/or wired input and/or output devices can be used.
  • additional processors, controllers, memories, and so forth, in various configurations can also be utilized as readily appreciated by one of ordinary skill in the art.
  • FIG. 6 is a block/flow diagram of an exemplary method for employing a general label space voting-based differentially private federated learning (DPFL) framework, in accordance with embodiments of the present invention.
  • DPFL differentially private federated learning
  • the terms “data,” “content,” “information” and similar terms can be used interchangeably to refer to data capable of being captured, transmitted, received, displayed and/or stored in accordance with various example embodiments. Thus, use of any such terms should not be taken to limit the spirit and scope of the disclosure.
  • a computing device is described herein to receive data from another computing device, the data can be received directly from the another computing device or can be received indirectly via one or more intermediary computing devices, such as, for example, one or more servers, relays, routers, network access points, base stations, and/or the like.
  • the data can be sent directly to the another computing device or can be sent indirectly via one or more intermediary computing devices, such as, for example, one or more servers, relays, routers, network access points, base stations, and/or the like.
  • intermediary computing devices such as, for example, one or more servers, relays, routers, network access points, base stations, and/or the like.
  • aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module,” “calculator,” “device,” or “system.” Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
  • the computer readable medium may be a computer readable signal medium or a computer readable storage medium.
  • a computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples (a
  • SUBSTITUTE SHEET (RULE 26) non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable readonly memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical data storage device, a magnetic data storage device, or any suitable combination of the foregoing.
  • a computer readable storage medium may be any tangible medium that can include, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
  • a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof.
  • a computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
  • Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
  • Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
  • the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • object oriented programming language such as Java, Smalltalk, C++ or the like
  • conventional procedural programming languages such as the “C” programming language or similar programming languages.
  • the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • LAN local area network
  • WAN wide area network
  • These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks or modules.
  • the computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks or modules.
  • processor as used herein is intended to include any processing device, such as, for example, one that includes a CPU (central processing unit) and/or other processing circuitry. It is also to be understood that the term “processor” may refer to more than one processing device and that various elements associated with a processing device may be shared by other processing devices.
  • memory as used herein is intended to include memory associated with a processor or CPU, such as, for example, RAM, ROM, a fixed memory device (e.g., hard drive), a removable memory device (e.g., diskette), flash memory, etc. Such memory may be considered a computer readable storage medium.
  • input/output devices or “I/O devices” as used herein is intended to include, for example, one or more input devices (e.g., keyboard, mouse, scanner, etc.) for entering data to the processing unit, and/or one or more output devices (e.g., speaker, display, printer, etc.) for presenting results associated with the processing unit.
  • input devices e.g., keyboard, mouse, scanner, etc.
  • output devices e.g., speaker, display, printer, etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Computational Linguistics (AREA)
  • Medical Informatics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Probability & Statistics with Applications (AREA)
  • Algebra (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Complex Calculations (AREA)
  • Storage Device Security (AREA)

Abstract

A method for employing a general label space voting-based differentially private federated learning (DPFL) framework is presented. The method includes labeling (1010) a first subset of unlabeled data from a first global server, to generate first pseudo-labeled data, by employing a first voting-based DPFL computation where each agent trains a local agent model by using private local data associated with the agent, labeling (1020) a second subset of unlabeled data from a second global server, to generate second pseudo-labeled data, by employing a second voting-based DPFL computation where each agent maintains a data- independent feature extractor, and training (1030) a global model by using the first and second pseudo-labeled data to provide provable differential privacy (DP) guarantees for both instance-level and agent- level privacy regimes.

Description

VOTING-BASED APPROACH FOR DIFFERENTIALLY PRIVATE FEDERATED LEARNING
RELATED APPLICATION INFORMATION
[0001] This application claims priority to Provisional Application No. 63/086,245, filed on October 1, 2020, and U.S. Patent Application No. 17/491,663, filed on October 1, 2021, each incorporated herein by reference herein in their entirety.
BACKGROUND
Technical Field
[0002] The present invention relates to federated learning (FL) and, more particularly, to a voting-based approach for differentially private federated learning (DPFL).
Description of the Related Art
[0003] Differentially Private Federated Learning (DPFL) is an emerging field with many applications. Gradient averaging based DPFL methods require costly communication rounds and hardly work with large capacity models due to explicit dimension dependence in its added noise.
SUMMARY
[0004] A method for employing a general label space voting-based differentially private federated learning (DPFL) framework is presented. The method includes labeling a first subset of unlabeled data from a first global server, to generate first pseudo-labeled data, by employing a first voting-based DPFL computation where each agent trains a local agent model by using private local data associated with the agent, labeling a second subset of unlabeled data from a second global server, to generate second pseudo-labeled data, by employing a second voting-
SUBSTITUTE SHEET (RULE 26) based DPFL computation where each agent maintains a data-independent feature extractor, and training a global model by using the first and second pseudo-labeled data to provide provable differential privacy (DP) guarantees for both instance-level and agent-level privacy regimes.
[0005] A non-transitory computer-readable storage medium comprising a computer- readable program for employing a general label space voting-based differentially private federated learning (DPFL) framework is presented. The computer-readable program when executed on a computer causes the computer to perform the steps of labeling a first subset of unlabeled data from a first global server, to generate first pseudo-labeled data, by employing a first voting-based DPFL computation where each agent trains a local agent model by using private local data associated with the agent, labeling a second subset of unlabeled data from a second global server, to generate second pseudo-labeled data, by employing a second votingbased DPFL computation where each agent maintains a data-independent feature extractor, and training a global model by using the first and second pseudo-labeled data to provide provable differential privacy (DP) guarantees for both instance-level and agent-level privacy regimes.
[0006] A system for employing a general label space voting-based differentially private federated learning (DPFL) framework is presented. The system includes a memory and one or more processors in communication with the memory configured to label a first subset of unlabeled data from a first global server, to generate first pseudo-labeled data, by employing a first voting-based DPFL computation where each agent trains a local agent model by using private local data associated with the agent, label a second subset of unlabeled data from a second global server, to generate second pseudo-labeled data, by employing a second votingbased DPFL computation where each agent maintains a data-independent feature extractor, and train a global model by using the first and second pseudo-labeled data to provide provable differential privacy (DP) guarantees for both instance-level and agent-level privacy regimes.
SUBSTITUTE SHEET (RULE 26) [0007] These and other features and advantages will become apparent from the following detailed description of illustrative embodiments thereof, which is to be read in connection with the accompanying drawings.
BRIEF DESCRIPTION OF DRAWINGS
[0008] The disclosure will provide details in the following description of preferred embodiments with reference to the following figures wherein:
[0009] FIG. 1 is a block/flow diagram of an exemplary general label space voting-based differentially private federated learning (DPFL) framework, in accordance with embodiments of the present invention;
[00010] FIG. 2 is a block/flow diagram of an exemplary process flow of the general label space voting-based DPFL framework, in accordance with embodiments of the present invention;
[00011] FIG. 3 is a block/flow diagram of an exemplary aggregation ensemble DPFL (AE- DPFL) architecture and a k Nearest Neighbor DPFL (kNN-DPFL) architecture, in accordance with embodiments of the present invention;
[00012] FIG. 4 is an exemplary practical application for employing a general label space voting-based DPFL framework, in accordance with embodiments of the present invention;
[00013] FIG. 5 is an exemplary processing system for employing a general label space votingbased DPFL framework, in accordance with embodiments of the present invention; and
[00014] FIG. 6 is a block/flow diagram of an exemplary method for employing a general label space voting-based DPFL framework, in accordance with embodiments of the present invention.
SUBSTITUTE SHEET (RULE 26) DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
[00015] Federated learning (FL) is an emerging paradigm of distributed machine learning with a wide range of applications. FL allows distributed agents to collaboratively train a centralized machine learning model without sharing each of their local data, thereby sidestepping the ethical and legal concerns that arise in collecting private user data for the purpose of building machine-learning based products and services.
[00016] The workflow of FL is often enhanced by secure multi-party computation (MPC) so as to handle various threat models in the communication protocols, which provably ensures that agents can receive the output of the computation (e.g., the sum of the gradients) but nothing in between (e.g., other agents’ gradients).
[00017] However, MPC alone does not protect the agents or their users from inference attacks that use only the output or combine the output with auxiliary information. Extensive studies demonstrate that these attacks may lead to a blatant reconstruction of proprietary datasets, high- confidence identification of individuals (a legal liability for the participating agents), or even completion of social security numbers. Motivated by these challenges, there have been a number of recent efforts in developing federated learning methods with differential privacy (DP), which is a well-established definition of privacy that provably prevents such attacks.
[00018] Existing methods in differentially private federated learning (DPFL), e.g., DP- FedAvg and DP-FedSGD, are predominantly noisy gradient based methods, which build upon the NoisySGD method, a classical algorithm in (non-federated) DP learning. They work by iteratively aggregating (multi-)gradient updates from individual agents using a differentially private mechanism. A notable limitation is that such approaches require clipping the /2 magnitude of gradients to a threshold S and adding noise proportional to S to every coordinate of the high dimensional parameters from the shared global model. The clipping and perturbation steps introduce either large bias (when S is small) or large variance (when S is
SUBSTITUTE SHEET (RULE 26) large), which interferes with convergence of SGD, which makes scaling to large-capacity models difficult. The exemplary methods illustrate that FedAvg may fail to decrease the loss function using gradient clipping, and DP-FedAvg requires many outer loop iterations (e.g., many rounds of communication to synchronize model parameters) to converge under differential privacy.
[00019] In view thereof, the exemplary embodiments introduce a fundamentally different DP learning setting known as a Knowledge Transfer model (also referred to as the Model- Agnostic Private learning model). This model requires an unlabeled dataset to be available in the clear, which makes this setting slightly more restrictive. However, when such a public dataset is indeed available (it often is in federated learning with domain adaptation), it could substantially improve the privacy-utility tradeoff in DP learning.
[00020] The goal is to develop DPFL algorithms under the knowledge transfer model, for which two algorithms or computations (AE-DPFL and kNN-DPFL) are introduced, that further develop from the non-distributed Private-Aggregation-of-Teacher-Ensembles (PATE) and Private-kNN to the FL setting. The exemplary methods discover that the distinctive characteristics of these algorithms make them natural and highly desirable for DPFL tasks. Specifically, the private aggregation is now essentially privately releasing “ballot counts” in the (one-hot) label space, instead of the parameter (gradient) space. This naturally avoids the aforementioned issues associated with high dimensionality and gradient clipping. Instead of transmitting the gradient update, transmitting the vote of the “ballot counts” reduces the communication cost. Moreover, many iterations of the model update using noise addition with SGD, leads to poor privacy guarantee, where the exemplary methods avoid this situation and use voting on labels, thus significantly outperforming the conventional DPFL methods.
[00021] The contributions are summarized as follows:
SUBSTITUTE SHEET (RULE 26) [00022] The exemplary methods construct examples to demonstrate that DPFedAvg may fail due to gradient clipping and requires many rounds of communications, while the exemplary approach naturally avoids both limitations.
[00023] The exemplary methods design two voting-based distributed algorithms or computations that provide provable DP guarantees on both agent- level and instance (of-each- agent)-level granularity, which makes them suitable for both well-studied regimes of FL, that is, distributed learning from on-device data and collaboration of a few large organizations.
[00024] The exemplary methods demonstrate “privacy-amplification by ArgMax” by a new MPC technique, where the proposed private voting mechanism enjoys an exponentially stronger (data-dependent) privacy guarantee when the “winner” wins by a large margin.
[00025] Extensive evaluation demonstrates that the exemplary methods systematically improve the privacy utility trade-off over DP-FedAvg and DP-FedS GD, and that the exemplary methods are more robust towards distribution- shifts across agents.
[00026] Though AE-DPFL and kNN-DPFL are algorithmically similar to the original PATE and Private-KNN, they are not the same as they are applied to a new area, that is, federated learning. The facilitation itself is nontrivial and requires substantial technical innovations.
[00027] The exemplary methods highlight the challenges below:
[00028] To begin with, several key DP techniques that contribute to the success of PATE and Private-kNN in the standard settings are no longer applicable (e.g., privacy amplification by sampling and noisy screening). This is partially because in standard private learning, the attacker only sees the final models, however in FL, the attacker can eavesdrop in all network traffic and could be a subset of the agents themselves.
[00029] Moreover, PATE and Private-kNN only provide instance-level DP. Instead, AE- DPFL and kNN-DPFL also satisfy the stronger agent-level DP. AE-DPFL' s agent- level DP
SUBSTITUTE SHEET (RULE 26) parameter is, interestingly, a factor of two better than its instance-level DP parameter. kNN- DPFL in addition enjoys a factor of k amplification for the instance-level DP.
[00030] Finally, a challenge of FL is data heterogeneity of individual agents. Methods like PATE randomly split the dataset so each teacher is identically distributed, but this assumption is violated with heterogeneous agents. Similarly, methods like Private-kNN have also been demonstrated only under homogeneous settings. In contrast, the exemplary methods (AE- DPFL and kNN-DPFL) exhibit robustness to data heterogeneity and domain shifts.
[00031] The exemplary methods start by introducing the notations of federated learning and differential privacy. Then, by introducing the two different level DP definitions, two randomized gradient-based baselines, DP-FedAvg and DP-FedSGD, are introduced as DPFL background.
[00032] To start off, regarding federated learning, the exemplary methods consider N agents, each agent i has n, data kept local and private from a party- specific domain distribution
Figure imgf000009_0001
EX x Y, where X denotes the feature space and Y = {1, ..., C - \} denotes the label.
[00033] Regarding the problem setting, the goal is to train a privacy preserving global model that performs well on the server distribution DG without centralizing local agent data. The exemplary embodiments assume access to an unlabeled dataset containing independent and identically distributed (LTD) samples from the server distribution Dg . This is a standard assumption from “agnostic federated learning” literature, and more flexible than fixing DG to be the uniform user distribution over the union of all agents. The choice of DG is applicationspecific and it represents the various considerations of the learning objective such as accuracy, fairness and the need for personalization. The setting is closely related to the multisource domain adaptation problem but is more challenging due to restricted access to source (local) data.
SUBSTITUTE SHEET (RULE 26) [00034] Regarding FL baseline, FedAvg is a vanilla federated learning algorithm without DP guarantees. A fraction of agents is sampled at each communication round with a probability q. Each selected agent downloads the shared global model and is fine-tuned with local data for E iterations using stochastic gradient descent (SGD). This local update process is denoted as an inner loop. Then, only the gradients are sent to the server, and averaged across all the selected agents to improve the global model. The global model is learned after T communication rounds. Each communication round is denoted as one outer loop.
[00035] Regarding differential privacy for federated learning, differential privacy is a quantifiable definition of privacy that provides provable guarantees against identification of individuals in a private dataset.
[00036] A first definition, for differential privacy, is given as: a randomized mechanism M : D — > R with a domain D and range R satisfies (e, 5)-differential privacy, if for any two adjacent datasets D, D’ £ D and for any subset of outputs O £ R, it holds that Pr[M (D) £ O ] < ePr|M (D’) ∈ 0] + δ.
[00037] The definition indicates that a person cannot distinguish between D and D’, and therefore the “delta” between D, D’ is protected. Depending on how adjacency is defined, this “delta” comes with different semantic meaning. The exemplary methods consider two levels of granularity:
[00038] A second definition, for agent-level DP, is given as: when D’ is constructed by adding or removing an agent from D (with all data points from that agent).
[00039] A third definition, for instance-level DP, is given as: when D’ is constructed by adding or removing one data point from any of the agents.
[00040] The above two definitions are each important in particular situations. For example, when a smart phone app jointly leams from its users’ text messages, it is more appropriate to protect each user as a unit, which is agent- level DP. In another situation, when a few hospitals
SUBSTITUTE SHEET (RULE 26) would like to collaborate on a patient study through federated learning, obfuscating the entire dataset from one hospital is meaningless, which makes instance-level DP better-suited to protect an individual patient from being identified.
[00041] Regarding DPFL baselines, DP-FedAvg (Algorithm 1 reproduced below), a representative DPFL algorithm, when compared to FedAvg, DP-FedAvg enforces clipping of per-agent model gradient to a threshold S (Step 3 in Algorithm 1; NoisyUpdate) and adds noise to the scaled gradient before it is averaged at the server, which ensures agent-level DP. DP- FedSGD, focuses on instance-level DP. DP-FedSGD performs NoisySGD for a fixed number of iterations at each agent. The gradient updates are averaged on each communication round at the server.
Figure imgf000011_0001
SUBSTITUTE SHEET (RULE 26) [00042] Regarding multi-party computation (MPC), MPC is a cryptographic technique that securely aggregates local updates before the server receives it. While MPC does not have a differential privacy guarantee, it can be combined with DP to amplify the privacy guarantee. Specifically, if each party adds a small independent noise to the part they contribute, MPC ensures that an attacker can only observe the total, even if the attacker taps the network messages and hacks into the server. The exemplary methods consider a new MPC technique that allows only the voted winner to be released while keeping the voting scores completely hidden. This allows the exemplary methods to further amplify the DP guarantees.
[00043] Regarding knowledge transfer models in differential privacy, PATE and Private-kNN are two knowledge transfer models for model-agnostic private training. They assume a private labeled dataset Dprivate and an unlabeled public dataset DG . The goal is to label a sequence of unlabeled public data by leveraging an ensemble of teacher models trained on the disjoint partition of the private dataset (see PATE) or leveraging the private release of k-nearest neighbor (see Private kNN).
[00044] Noisy screening and subsampling (Algorithm 2 reproduced below) are two fundamental techniques that improve the privacy-utility trade-offs of PATE and Private-kNN. The subsampling process amplifies the privacy guarantee in Private-kNN. The noisy screening step adds a larger scale of Gaussian noise (σ 1 > o1 in Algorithm 2) and then releases a more confident noisy prediction if the query passes screening. However, they are no longer applicable in the DPFL setting due to the more threat adversary models and the new DP setting (agent- level and instance-level DP). For example, subsampling each client’s local data does not imply a straightforward amplified instance-level DP, and noisy screening can double the communication cost.
SUBSTITUTE SHEET (RULE 26)
Figure imgf000013_0001
[00045] Before introducing the exemplary approaches, the motivation behind them is highlighted by exposing the challenges in the conventional DPFL methods in terms of gradient estimation, convergence, and data heterogeneity.
[00046] The first challenge relates to biased gradient estimation. Recent works have shown that the FedAvg may not converge well under data heterogeneity. An example is presented to show that the clipping step of DPFedAvg may exacerbate the issue.
SUBSTITUTE SHEET (RULE 26) [00047] Let N - 2, each agent i’s local update is A( (E iterations of SGD). Clipping of peragent update A; are enforced by performing where S is the clipping
Figure imgf000014_0001
threshold. Consider the special case when 11 Aj ||2 = S + a and ||A21|2 < S. Then the global update will which is biased.
Figure imgf000014_0002
[00048] Comparing to the FedAvg updates the biased update could be 0 (not
Figure imgf000014_0003
moving) or pointing towards the opposite direction. Such a simple example can be embedded in more realistic problems, causing substantial bias that leads to non-convergence.
[00049] The second challenge relates to slow convergence. Following works on FL convergence analysis, the convergence analysis on DP-FedAvg is derived and it is demonstrated that using many outer-loop iterations (T ) could result in similar convergence issue under differential privacy.
[00050] The appeal of FedAvg is to set E to be larger so that each agent performs E iterations to update its own parameters before synchronizing the parameters to the global model, hence reducing the number of rounds in communication. It is shown that the effect of increasing E is essentially increasing the learning rate for a large family of optimization problems with piece- wise linear objective functions, which does not change the convergence rate. Specifically, it is known that for the family of G-Lipschitz functions supported on a 5-bounded domain, any Krylov-space method has a convergence rate that is lower bounded by Ω(BG/V T). This indicates that the variant of FedAvg requires Ω(1/α2) rounds of outer loop (communication) in order to converge to an a stationary point, that is, increasing E does not help, even if no noise is added.
[00051] It also indicates that DP-FedAvg is essentially the same as the stochastic sub-gradient method in almost all locations of a piece-wise linear objective function with gradient noise
SUBSTITUTE SHEET (RULE 26) being N(O, σ2/N Id). The additional noise in DP-FedAvg imposes more challenges to the convergence. If T rounds are run and (∈, δ))-DP is to be achieved, then:
Figure imgf000015_0001
[00052] Which results in a convergence rate upper bound of:
Figure imgf000015_0002
[00054] for an optimal choice of the learning rate Erj.
[00055] The above bound is tight for stochastic sub-gradient methods, and also for information-theoretically optimal. The GB/\T part of upper bound matches the information- theoretical lower bound for all methods that have access to T -calls of stochastic sub-gradient oracle. While the second matches the information-theoretical lower bound for all (∈, δ))- differentially private methods on the agent level. That is, the first term indicates that there must be many rounds of communications, while the second term indicates that the dependence in ambient dimension d is unavoidable for DP-FedAvg. The exemplary method also has such dependence in the worst case. But it is easier for the exemplary approach to adapt to the structure that exists in the data (e.g., high consensus among voting). In contrast, it has larger impact on DP-FedAvg, since it needs to explicitly add noise with variance Ω(d ). Another observation is when N is small, no DP method with reasonable e, δ parameters can achieve high accuracy for agent-level DP.
[00056] The third challenge relates to data heterogeneity. FL with domain adaptation has been studied, where a dynamic attention model is proposed to adjust the contribution from each source (agent) collaboratively. However, most multi-source domain adaptation algorithms
SUBSTITUTE SHEET (RULE 26) require sharing local feature vectors to the target domain, which is not compatible with the DP setting. Enhancing DP-FedAvg with the effective domain adaptation technique remains an open problem.
[00057] To alleviate the above challenges, the exemplary embodiments propose two votingbased algorithms or computations, “A E- DP FL" and “kNN-DPFL”. Each algorithm first privately labels a subset of data from the server and then trains a global model using pseudolabeled data.
[00058] In AE-DPFL (Algorithm 3 reproduced below), each agent i trains a local agent model fi using its own private local data. The local model is not revealed to the server but only used to make predictions for unlabeled data (queries). For each query xt, every agent i adds Gaussian Noise to the prediction (e.g., C-dimensional histogram where each bin is zero except the fi(xt)- th bin is 1). The “pseudo label” is achieved with the majority vote returned by aggregating the noisy predictions from the local agents.
Figure imgf000016_0001
SUBSTITUTE SHEET (RULE 26) [00059] For instance-level DP, the spirit of the exemplary method shares with PATE, in the aspect of by adding or removing one instance, it can change at most one agent’s prediction. The same argument also naturally applies to adding or removing one agent. In fact, the exemplary methods gain a factor of two in the stronger agent-level DP due to a smaller sensitivity in the exemplary approach.
[00060] Another important difference is that in the original PATE, the teacher models are trained on I.I.D data (random splits of the whole private data), while in the current exemplary case, the agents are naturally present with different distributions. The exemplary methods propose to optionally use domain adaptation techniques to mitigate these differences when training the agents.
[00061] From the second and third definitions, preserving agent-level DP is generally more difficult than the instance-level DP. It is found that for AE-DPFL, the privacy guarantee for instance-level DP is weaker than its agent-level DP guarantee. To amplify the instance-level DP, kNN-DPFL is introduced.
[00062] In Algorithm 4, reproduced below, each agent maintains a data-independent feature extractor (φ, i.e., an ImageNet pre- trained network without the classifier layer. For each unlabeled query xt, agent i first finds the ki nearest neighbors to xt from its local data by measuring the Euclidean distance in the feature space Then, fi(xt) outputs the frequency
Figure imgf000017_0003
vector of the votes from the nearest neighbors, which equals to
Figure imgf000017_0001
indicates the one-hot vector of the groundtruth label. Subsequently, from all agents are
Figure imgf000017_0002
privately aggregated with the argmax of the noisy voting scores returned to the server.
SUBSTITUTE SHEET (RULE 26)
Figure imgf000018_0001
[00063] Besides the highlighted differences from Algorithm 2, the kNN-DPFL differs from Private-kNN in that the exemplary embodiments apply kNN on each agent’s local data instead of the entire private dataset. This distinction together with MPC allows the exemplary methods to receive up to kN neighbors while bounding the contribution of individual agents by k. Compared to AE-DPFL, this approach enjoys a stronger instance-level DP guarantee since the sensitivity from adding or removing one instance is a factor of k/2 times smaller than that of the agent-level.
[00064] Regarding privacy analysis, the privacy analysis is based on Renyi differential privacy (RDP).
[00065] Regarding definition 5 for Renyi Differential Privacy (RDP), a randomized algorithm M is (a, ∈(a))-RDP with order a > 1 if for neighboring datasets D, D’,
SUBSTITUTE SHEET (RULE 26)
Figure imgf000019_0003
[00066] RDP inherits and generalizes the information theoretical properties of DP and has been used for privacy analysis in DP-FedAvg and DP-FedSGD. Notably RDP composes naturally and implies the standard (e, δ) -DP for all 3 > 0.
[00067] Regarding lemma 6, composition property of RDP, if M obeys
Figure imgf000019_0001
)-RDP, then:
Figure imgf000019_0004
[00069] This composition rule often allows for tighter calculations of (∈, r))-DP for the composed mechanism than the strong composition theorem. Moreover, RDP can be converted to (e, δ))-DP for any 3 > 0 using:
[00070] Regarding lemma 7, from RDP to DP, if a randomized algorithm M satisfies (a,
∈(α))-RDP, then M also satisfies -DP for any 8 G (0, 1).
Figure imgf000019_0005
[00071] Regarding theorem 8, privacy guarantee, let AE-DPFL and kNN-DPFL answer Q queries with noise scale o. For agent- level protection, both algorithms guarantee for all a > 1. For instance-level protection, AE-DPFL and kNN-DPFL obey
Figure imgf000019_0007
Figure imgf000019_0006
[00072] The proof is as follows: in AE-DPFL, for query x, by the independence of the noise added, the noisy sum is identically distributed to
Figure imgf000019_0002
[00073] Adding or removing one data instance from will change
Figure imgf000019_0008
by at most V2 in L2. This is because fi(x) can change from class a to class b, which may change the
SUBSTITUTE SHEET (RULE 26) a -th and the b-th bin simultaneously in the sum. The Gaussian mechanism thus satisfies (a, on the instance level for all a > 1 with an L2-sensitivity s = 2.
Figure imgf000020_0001
[00074] For the agent- level, the L2 and LI sensitivities are both 1 for adding or removing one agent. This is because adding or removing one agent can only add or remove lhe /7( v)-th bin in the sum by one.
[00075] In kNN-DPFL, the noisy sum is identically distributed to:
Figure imgf000020_0002
[00076] The change of adding or removing one agent will change the sum by at most 1 , which implies the same L2 sensitivity and same agent-level protection as AE-DPFL. The L2- sensitivity from adding or removing one instance, on the other hand, changes the score by at due to that the instance being replaced by another instance, this leads to an
Figure imgf000020_0003
improved instance-level DP that reduces ∈ by a factor
Figure imgf000020_0005
[00077] The overall RDP guarantee follows the composition over Q queries. The approximate-DP guarantee follows the standard RDP to DP conversion formula optimally choosing a.
Figure imgf000020_0004
[00078] Theorem 8 suggests that both algorithms achieve agent-level and instance-level differential privacy. With the same noise injection to the agent’s output, kNN-DPFL enjoys a stronger instance level DP (by a factor of k/2) compared to its agent-level guarantee, while AE- DPFL’ s instance-level DP is weaker by a factor of 2. Since AE-DPFL allows an easy-extension with the domain adaptation technique, the exemplary methods choose to use AE-DPFL for the agent-level DP and apply kNN-DPFL for the instance-level DP in the experiments.
[00079] Also, there is improved accuracy and privacy with large margin:
SUBSTITUTE SHEET (RULE 26) [00080] denotes the probability simplex, that is, the soft-
Figure imgf000021_0001
label space. Note that both exemplary algorithms can be viewed as voting of these local agents, which output a probability distribution in A
Figure imgf000021_0003
First, the margin parameter y(x) that measures the difference between the largest and second largest coordinate is defined as:
[00081]
Figure imgf000021_0002
[00082] Regarding lemma 9, conditioning on the local agents, for each server data point x, the noise added to each coordinate of
Figure imgf000021_0004
is drawn from N0, σ2/N2), then with probability the privately released label matches
Figure imgf000021_0005
the majority vote without noise.
[00083] The proof is a straightforward application of Gaussian tail bounds and a union bound over C coordinates. This lemma implies that for all public data points x such that
Figure imgf000021_0006
the output label matches the noiseless majority votes with probability at least 1 - δ.
[00084] Next, the exemplary methods illustrate that for those data point x such that y(x) is large, the privacy loss for releasing is exponentially
Figure imgf000021_0007
smaller. The result is based on the following privacy amplification lemma.
[00085] Regarding lemma 10, let M satisfy (2a, ∈)-RDP. Then, there is a singleton output that happens with probability 1-q when M is applied to D. As a result, for any D’ that is adjacent to D, Renyi-divergence is given as:
SUBSTITUTE SHEET (RULE 26)
Figure imgf000022_0001
[00086] The proof is given as follows: let P, Q be the distribution of M (D) and M (D)’), respectively, and E be the event that the singleton output is selected.
Figure imgf000022_0002
[00087] The first part of the second line uses the fact that event E is a singleton with probability larger than \ -q under Q and the probability is always smaller than 1 under P. The second part of the second line follows from Cauchy Schwartz inequality. The third line substitutes the definition of (2a, ∈)-RDP. Finally, the stated result follows by the definition of the Renyi divergence.
[00088] Regarding theorem 11, for each public data point x, the mechanism that releases
Figure imgf000022_0003
[00089] where s = 1 for AE-DPFL with the agent- level DP, and s = 2/k for KNN-DPFL with the instance-level DP.
SUBSTITUTE SHEET (RULE 26) [00090] The proof involves substituting from lemma 9 into lemma
Figure imgf000023_0001
10 and use the fact that M satisfies the RDP of a Gaussian mechanism from the RDP’s postprocessing lemma. The expression bound is simplified for readability using -log(l - x) < 2x for
Figure imgf000023_0002
[00091] This bound implies when the margin of voting scores is large, the agents enjoy exponentially stronger RDP guarantees in both agent- level and instance-level. In other words, the exemplary methods avoid the explicit dependence on model dimension d (unlike DP- FedAvg) and could benefit from “easy data” whenever there are high consensus among votes from local agents.
[00092] Theorem 11 is possible because the MPC-vote ensures that all parties (local agents, server and attackers) observe only the argmax but not the noisy-voting scores themselves. Finally, each agent works independently without any synchronization. Overall, the exemplary methods reduce the (per-agent) up-stream communication cost from d . T floats (model size times T rounds) to C . Q, where C is number of classes and Q is the number of data points.
[00093] Regarding FIG. 1, architecture 100, a number of local agents each with its own local data is used to train each local model if the framework is PATE-FL, or all the local agents share the global model if the framework is Private-kNN-FL. Two pipelines are presented to deal with different situations, that is, when the number of agents is limited, the exemplary methods run the Private-kNN-FL, and when the number of agents are sufficient, the exemplary methods run the PATE- FL. Global server unlabeled data are fed to each of the local agents for the pseudolabeling. Global server model training leverages the global data and the pseudo labels feedback from the label aggregation of all the agents.
[00094] Regarding FIG. 2, the voting-based DPFL 200 includes a global server model 210 and local agent models 220. The local agent models 220 include an instance-level 222 and an
SUBSTITUTE SHEET (RULE 26) agent-level 224. The semi-supervised global model training 230 results in the DPFL model output 240.
[00095] Regarding FIG. 3, the AE-DPFL 302 and the kNN-DPFL 304 architectures are shown.
[00096] In summary, the exemplary embodiments of the present invention focus on a federated learning framework that can protect privacy, which is achieved by applying a differential privacy technique to provide the theoretical and provable guarantee for privacy preservation. Traditional federated learning frameworks cannot protect privacy. This is because, the local data has been completely fed into the training of the global model, which injects the private information into the global model training. The exemplary embodiments introduce a general label space voting-based differentially private FL framework under two notions, that is, agent-level differential privacy and instance-level differential privacy, regarding large or limited amount of agents. To that extent, the exemplary methods introduce two DPFL algorithms or computations (AE-DPFL and kNN-DPFL) that provide provable DP guarantees for both instance-level and agent-level privacy regimes. By voting among the data labels returned from each local model, instead of averaging the gradients, the exemplary algorithms or computations avoid the dimension dependence and significantly reduce the communication cost. Theoretically, by applying secure multi-party computation, the exemplary embodiments could exponentially amplify the (data-dependent) privacy guarantees when the margin of the voting scores are distinctive.
[00097] Instead of traditional gradient aggregation, the exemplary embodiments propose to aggregate over the label space, which largely reduces not only the sensitivity issue introduced by the gradient clipping, but also the communication cost in federated learning. The exemplary embodiments provide a practical DPFL solution that improves the privacy-utility trade-off over the conventional DPFL gradient-based approach.
SUBSTITUTE SHEET (RULE 26) [00098] FIG. 4 is a block/flow diagram 400 of a practical application for employing a general label space voting-based differentially private federated learning (DPFL) framework, in accordance with embodiments of the present invention.
[00099] In one practical example, one or more cameras 402 can collect data 404 to be processed. The exemplary methods employ federated learning techniques 300 including AE- DPFL 302 and kNN-DPFL 304. The results 410 can be provided or displayed on a user interface 412 handled by a user 414.
[000100] FIG. 5 is an exemplary processing system for employing a general label space votingbased differentially private federated learning (DPFL) framework, in accordance with embodiments of the present invention.
[000101] The processing system includes at least one processor (CPU) 904 operatively coupled to other components via a system bus 902. A GPU 905, a cache 906, a Read Only Memory (ROM) 908, a Random Access Memory (RAM) 910, an input/output (I/O) adapter 920, a network adapter 930, a user interface adapter 940, and a display adapter 950, are operatively coupled to the system bus 902. Additionally, the exemplary embodiments employ federated learning techniques 300 including AE-DPFL 302 and kNN-DPFL 304.
[000102] A storage device 922 is operatively coupled to system bus 902 by the I/O adapter 920. The storage device 922 can be any of a disk storage device (e.g., a magnetic or optical disk storage device), a solid-state magnetic device, and so forth.
[000103] A transceiver 932 is operatively coupled to system bus 902 by network adapter 930. [000104] User input devices 942 are operatively coupled to system bus 902 by user interface adapter 940. The user input devices 942 can be any of a keyboard, a mouse, a keypad, an image capture device, a motion sensing device, a microphone, a device incorporating the functionality of at least two of the preceding devices, and so forth. Of course, other types of input devices can also be used, while maintaining the spirit of the present invention. The user input devices
SUBSTITUTE SHEET (RULE 26) 942 can be the same type of user input device or different types of user input devices. The user input devices 942 are used to input and output information to and from the processing system. [000105] A display device 952 is operatively coupled to system bus 902 by display adapter 950.
[000106] Of course, the processing system may also include other elements (not shown), as readily contemplated by one of skill in the art, as well as omit certain elements. For example, various other input devices and/or output devices can be included in the system, depending upon the particular implementation of the same, as readily understood by one of ordinary skill in the art. For example, various types of wireless and/or wired input and/or output devices can be used. Moreover, additional processors, controllers, memories, and so forth, in various configurations can also be utilized as readily appreciated by one of ordinary skill in the art. These and other variations of the processing system are readily contemplated by one of ordinary skill in the art given the teachings of the present invention provided herein.
[000107] FIG. 6 is a block/flow diagram of an exemplary method for employing a general label space voting-based differentially private federated learning (DPFL) framework, in accordance with embodiments of the present invention.
[000108] At block 1010, label a first subset of unlabeled data from a first global server, to generate first pseudo-labeled data, by employing a first voting-based DPFL computation where each agent trains a local agent model by using private local data associated with the agent.
[000109] At block 1020, label a second subset of unlabeled data from a second global server, to generate second pseudo-labeled data, by employing a second voting-based DPFL computation where each agent maintains a data-independent feature extractor.
[000110] At block 1030, train a global model by using the first and second pseudo-labeled data to provide provable differentially private (DP) guarantees for both instance-level and agentlevel privacy regimes.
SUBSTITUTE SHEET (RULE 26) [000111] As used herein, the terms “data,” “content,” “information” and similar terms can be used interchangeably to refer to data capable of being captured, transmitted, received, displayed and/or stored in accordance with various example embodiments. Thus, use of any such terms should not be taken to limit the spirit and scope of the disclosure. Further, where a computing device is described herein to receive data from another computing device, the data can be received directly from the another computing device or can be received indirectly via one or more intermediary computing devices, such as, for example, one or more servers, relays, routers, network access points, base stations, and/or the like. Similarly, where a computing device is described herein to send data to another computing device, the data can be sent directly to the another computing device or can be sent indirectly via one or more intermediary computing devices, such as, for example, one or more servers, relays, routers, network access points, base stations, and/or the like.
[000112] As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module,” “calculator,” “device,” or “system.” Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
[000113] Any combination of one or more computer readable medium(s) may be utilized. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples (a
SUBSTITUTE SHEET (RULE 26) non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable readonly memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical data storage device, a magnetic data storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can include, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
[000114] A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
[000115] Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
[000116] Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the
SUBSTITUTE SHEET (RULE 26) latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
[000117] Aspects of the present invention are described below with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the present invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks or modules. [000118] These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks or modules.
[000119] The computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks or modules.
SUBSTITUTE SHEET (RULE 26) [000120] It is to be appreciated that the term “processor” as used herein is intended to include any processing device, such as, for example, one that includes a CPU (central processing unit) and/or other processing circuitry. It is also to be understood that the term “processor” may refer to more than one processing device and that various elements associated with a processing device may be shared by other processing devices.
[000121] The term “memory” as used herein is intended to include memory associated with a processor or CPU, such as, for example, RAM, ROM, a fixed memory device (e.g., hard drive), a removable memory device (e.g., diskette), flash memory, etc. Such memory may be considered a computer readable storage medium.
[000122] In addition, the phrase “input/output devices” or “I/O devices” as used herein is intended to include, for example, one or more input devices (e.g., keyboard, mouse, scanner, etc.) for entering data to the processing unit, and/or one or more output devices (e.g., speaker, display, printer, etc.) for presenting results associated with the processing unit.
[000123] The foregoing is to be understood as being in every respect illustrative and exemplary, but not restrictive, and the scope of the invention disclosed herein is not to be determined from the Detailed Description, but rather from the claims as interpreted according to the full breadth permitted by the patent laws. It is to be understood that the embodiments shown and described herein are only illustrative of the principles of the present invention and that those skilled in the art may implement various modifications without departing from the scope and spirit of the invention. Those skilled in the art could implement various other feature combinations without departing from the scope and spirit of the invention. Having thus described aspects of the invention, with the details and particularity required by the patent laws, what is claimed and desired protected by Letters Patent is set forth in the appended claims.
SUBSTITUTE SHEET (RULE 26)

Claims

WHAT IS CLAIMED IS:
1. A method for employing a general label space voting -based differentially private federated learning (DPFL) framework, the method comprising: labeling (1010) a first subset of unlabeled data from a first global server, to generate first pseudo-labeled data, by employing a first voting-based DPFL computation where each agent trains a local agent model by using private local data associated with the agent; labeling (1020) a second subset of unlabeled data from a second global server, to generate second pseudo-labeled data, by employing a second voting-based DPFL computation where each agent maintains a data-independent feature extractor; and training (1030) a global model by using the first and second pseudo-labeled data to provide provable differential privacy (DP) guarantees for both instance-level and agent- level privacy regimes.
2. The method of claim 1, wherein the first voting-based DPFL computation is an aggregation ensemble DPFL (AE-DPFL) and the second voting-based DPFL computation is a k nearest neighbor DPFL (kNN-DPFL).
3. The method of claim 1, wherein each agent in the first voting-based DPFL computation adds Gaussian noise to a prediction for the first subset of unlabeled data.
4. The method of claim 3, wherein the first pseudo-labeled data are generated with a majority vote returned by aggregating noisy predictions from each agent in the first votingbased DPFL computation.
5. The method of claim 1, wherein each agent in the second voting-based DPFL computation finds a k-nearest neighbor to an unlabeled query by measuring a Euclidean distance in a feature space.
6. The method of claim 5, wherein a frequency vector of votes from the nearest neighbor is output.
7. The method of claim 1, wherein voting aggregation in the first and second voting - based DPFL computations is conducted by multi-party computation (MPC).
8. The method of claim 1, wherein voting aggregation in the first and second voting - based DPFL computations involves releasing ballot counts in a latent space instead of a parameter space.
9. A non-transitory computer-readable storage medium comprising a computer- readable program for employing a general label space voting-based differentially private federated learning (DPFL) framework, wherein the computer-readable program when executed on a computer causes the computer to perform the steps of: labeling (1010) a first subset of unlabeled data from a first global server, to generate first pseudo-labeled data, by employing a first voting-based DPFL computation where each agent trains a local agent model by using private local data associated with the agent; labeling (1020) a second subset of unlabeled data from a second global server, to generate second pseudo-labeled data, by employing a second voting-based DPFL computation where each agent maintains a data-independent feature extractor; and training (1030) a global model by using the first and second pseudo-labeled data to provide provable differential privacy (DP) guarantees for both instance-level and agent- level privacy regimes.
10. The non-transitory computer-readable storage medium of claim 9, wherein the first voting-based DPFL computation is an aggregation ensemble DPFL (AE-DPFL) and the second voting -based DPFL computation is a k nearest neighbor DPFL (kNN-DPFL).
11. The non-transitory computer-readable storage medium of claim 9, wherein each agent in the first voting-based DPFL computation adds Gaussian noise to a prediction for the first subset of unlabeled data.
12. The non-transitory computer-readable storage medium of claim 11, wherein the first pseudo-labeled data are generated with a majority vote returned by aggregating noisy predictions from each agent in the first voting-based DPFL computation.
13. The non-transitory computer-readable storage medium of claim 9, wherein each agent in the second voting-based DPFL computation finds a k-nearest neighbor to an unlabeled query by measuring a Euclidean distance in a feature space.
14. The non-transitory computer-readable storage medium of claim 13, wherein a frequency vector of votes from the nearest neighbor is output.
15. The non-transitory computer-readable storage medium of claim 9, wherein voting aggregation in the first and second voting-based DPFL computations is conducted by multiparty computation (MPC).
16. The non-transitory computer-readable storage medium of claim 9, wherein voting aggregation in the first and second voting-based DPFL computations involves releasing ballot counts in a latent space instead of a parameter space.
17. A system for employing a general label space voting-based differentially private federated learning (DPFL) framework, the system comprising: a memory; and one or more processors in communication with the memory configured to: label (1010) a first subset of unlabeled data from a first global server, to generate first pseudo-labeled data, by employing a first voting-based DPFL computation where each agent trains a local agent model by using private local data associated with the agent; label (1020) a second subset of unlabeled data from a second global server, to generate second pseudo-labeled data, by employing a second voting-based DPFL computation where each agent maintains a data-independent feature extractor; and train (1030) a global model by using the first and second pseudo-labeled data to provide provable differential privacy (DP) guarantees for both instance-level and agent-level privacy regimes.
18. The system of claim 17, wherein the first voting-based DPFL computation is an aggregation ensemble DPFL (AE-DPFL) and the second voting-based DPFL computation is a k nearest neighbor DPFL (kNN-DPFL).
19. The system of claim 17, wherein each agent in the first voting-based DPFL computation adds Gaussian noise to a prediction for the first subset of unlabeled data.
20. The system of claim 19, wherein the first pseudo-labeled data are generated with a majority vote returned by aggregating noisy predictions from each agent in the first voting-based DPFL computation; and wherein each agent in the second voting-based DPFL computation finds a k-nearest neighbor to an unlabeled query by measuring a Euclidean distance in a feature space.
PCT/US2021/053086 2020-10-01 2021-10-01 Voting-based approach for differentially private federated learning Ceased WO2022072776A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2022578819A JP7442696B2 (en) 2020-10-01 2021-10-01 An approach for differentially private federated learning based on voting
DE112021005116.4T DE112021005116T5 (en) 2020-10-01 2021-10-01 VOTE-BASED APPROACH TO DIFFERENTIAL PRIVATE FEDERATED LEARNING

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US202063086245P 2020-10-01 2020-10-01
US63/086,245 2020-10-01
US17/491,663 2021-10-01
US17/491,663 US20220108226A1 (en) 2020-10-01 2021-10-01 Voting-based approach for differentially private federated learning

Publications (1)

Publication Number Publication Date
WO2022072776A1 true WO2022072776A1 (en) 2022-04-07

Family

ID=80932481

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2021/053086 Ceased WO2022072776A1 (en) 2020-10-01 2021-10-01 Voting-based approach for differentially private federated learning

Country Status (4)

Country Link
US (1) US20220108226A1 (en)
JP (1) JP7442696B2 (en)
DE (1) DE112021005116T5 (en)
WO (1) WO2022072776A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115186767A (en) * 2022-08-05 2022-10-14 富算科技(上海)有限公司 Model training method, service evaluation method, device, equipment and storage medium
CN115661583A (en) * 2022-11-17 2023-01-31 南京大学 Privacy protection image identification method based on edge calculation
CN116452515A (en) * 2023-03-24 2023-07-18 西安电子科技大学 Class increment multi-organ segmentation method based on general and private feature combined domain representation
CN116486194A (en) * 2023-03-15 2023-07-25 中国科学院自动化研究所 3D target detection model training method and device
CN117332147A (en) * 2023-09-28 2024-01-02 国家电网有限公司大数据中心 A privacy protection method and device for user retrieval

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11651292B2 (en) * 2020-06-03 2023-05-16 Huawei Technologies Co., Ltd. Methods and apparatuses for defense against adversarial attacks on federated learning systems
US20220156574A1 (en) * 2020-11-19 2022-05-19 Kabushiki Kaisha Toshiba Methods and systems for remote training of a machine learning model
US12081644B2 (en) * 2021-02-01 2024-09-03 Sap Se Efficient distributed privacy-preserving computations
US12613988B2 (en) * 2022-03-15 2026-04-28 Sony Group Corporation Concept for handling requests for data
CN115018085B (en) * 2022-05-23 2023-06-16 郑州大学 Data heterogeneity-oriented federal learning participation equipment selection method
CN115577360B (en) * 2022-11-14 2025-09-02 湖南大学 A clustering federated learning method and system that does not rely on gradients
CN115758223B (en) * 2022-12-05 2023-10-27 千一禾盛(北京)科技有限公司 Intelligent data noise screening method
CN116341636B (en) * 2023-01-10 2024-12-10 浙江大学 Federated learning method, device, system and storage medium
EP4428736A1 (en) 2023-03-10 2024-09-11 Nokia Solutions and Networks Oy Method for collaborative machine learning
US11836263B1 (en) * 2023-04-07 2023-12-05 Lemon Inc. Secure multi-party computation and communication
CN116821346B (en) * 2023-07-13 2026-01-30 支付宝(杭州)数字服务技术有限公司 Text classification method and device for protecting data privacy
CN116863309B (en) * 2023-09-04 2024-01-09 中电科网络安全科技股份有限公司 Image recognition method, device, system, electronic equipment and storage medium
CN117196012A (en) * 2023-09-07 2023-12-08 南京信息工程大学 A personalized federated learning recognition method and system based on differential privacy
CN117273122B (en) * 2023-09-28 2025-12-19 华中科技大学 Action perception model construction system and method based on physical layer semantics and server

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8375030B2 (en) 2010-12-03 2013-02-12 Mitsubishi Electric Research Laboratories, Inc. Differentially private aggregate classifier for multiple databases
US11443226B2 (en) * 2017-05-17 2022-09-13 International Business Machines Corporation Training a machine learning model in a distributed privacy-preserving environment
US11475350B2 (en) 2018-01-22 2022-10-18 Google Llc Training user-level differentially private machine-learned models
US11699080B2 (en) * 2018-09-14 2023-07-11 Cisco Technology, Inc. Communication efficient machine learning of data across multiple sites
US12346432B2 (en) 2018-12-31 2025-07-01 Intel Corporation Securing systems employing artificial intelligence
WO2020198542A1 (en) 2019-03-26 2020-10-01 The Regents Of The University Of California Distributed privacy-preserving computing on protected data
US11755743B2 (en) * 2019-09-03 2023-09-12 Microsoft Technology Licensing, Llc Protecting machine learning models from privacy attacks
US11449802B2 (en) * 2019-11-08 2022-09-20 Apple Inc. Machine-learning based gesture recognition using multiple sensors
US20220076133A1 (en) * 2020-09-04 2022-03-10 Nvidia Corporation Global federated training for neural networks
US20220083840A1 (en) * 2020-09-11 2022-03-17 Google Llc Self-training technique for generating neural network models
US20220101189A1 (en) * 2020-09-30 2022-03-31 Vmware, Inc. Federated inference

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
"Computer vision - ECCV 2020 : 16th European conference, Glasgow, UK, August 23-28, 2020 : proceedings", vol. 24, 24 August 2017, SPRINGER INTERNATIONAL PUBLISHING, Cham, ISBN: 978-3-030-58594-5, article MALLE BERND; GIULIANI NICOLA; KIESEBERG PETER; HOLZINGER ANDREAS: "The More the Merrier - Federated Learning from Local Sphere Recommendations", pages: 367 - 373, XP047605841, DOI: 10.1007/978-3-319-66808-6_24 *
"Federated Learning", 1 January 2019, IEEE, US, ISBN: 978-3-030-63075-1, article QIANG YANG; YANG LIU; YONG CHENG; YAN KANG; TIANJIAN CHEN; HAN YU: "Federated Learning", pages: 1 - 189, XP009535889, DOI: 10.2200/S00960ED2V01Y201910AIM043 *
LIHI DERY; TAMIR TASSA; AVISHAY YANAI: "Fear Not, Vote Truthfully: Secure Multiparty Computation of Score Based Rules", ARXIV.ORG, CORNELL UNIVERSITY LIBRARY, 201 OLIN LIBRARY CORNELL UNIVERSITY ITHACA, NY 14853, 27 January 2022 (2022-01-27), 201 Olin Library Cornell University Ithaca, NY 14853, XP091122945, DOI: 10.1016/j.eswa.2020.114434 *
ROBIN C. GEYER; TASSILO KLEIN; MOIN NABI: "Differentially Private Federated Learning: A Client Level Perspective", ARXIV.ORG, CORNELL UNIVERSITY LIBRARY, 201 OLIN LIBRARY CORNELL UNIVERSITY ITHACA, NY 14853, 20 December 2017 (2017-12-20), 201 Olin Library Cornell University Ithaca, NY 14853 , XP080842033 *
YUQING ZHU; XIANG YU; YI-HSUAN TSAI; FRANCESCO PITTALUGA; MASOUD FARAKI; MANMOHAN CHANDRAKER; YU-XIANG WANG: "Voting-based Approaches For Differentially Private Federated Learning", ARXIV.ORG, CORNELL UNIVERSITY LIBRARY, 201 OLIN LIBRARY CORNELL UNIVERSITY ITHACA, NY 14853, 16 February 2021 (2021-02-16), 201 Olin Library Cornell University Ithaca, NY 14853 , XP081879560 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115186767A (en) * 2022-08-05 2022-10-14 富算科技(上海)有限公司 Model training method, service evaluation method, device, equipment and storage medium
CN115661583A (en) * 2022-11-17 2023-01-31 南京大学 Privacy protection image identification method based on edge calculation
CN116486194A (en) * 2023-03-15 2023-07-25 中国科学院自动化研究所 3D target detection model training method and device
CN116486194B (en) * 2023-03-15 2025-12-05 中国科学院自动化研究所 Training method and apparatus for 3D object detection model
CN116452515A (en) * 2023-03-24 2023-07-18 西安电子科技大学 Class increment multi-organ segmentation method based on general and private feature combined domain representation
CN117332147A (en) * 2023-09-28 2024-01-02 国家电网有限公司大数据中心 A privacy protection method and device for user retrieval

Also Published As

Publication number Publication date
JP2023538195A (en) 2023-09-07
DE112021005116T5 (en) 2023-07-20
JP7442696B2 (en) 2024-03-04
US20220108226A1 (en) 2022-04-07

Similar Documents

Publication Publication Date Title
WO2022072776A1 (en) Voting-based approach for differentially private federated learning
Zhang et al. A survey of trustworthy federated learning: Issues, solutions, and challenges
Nyangaresi Audio steganography with enhanced LSB method for securing encrypted text with bit cycling
Ren et al. A scalable blockchain-enabled federated learning architecture for edge computing
EP3676985A2 (en) High-precision privacy-preserving real-valued function evaluation
Lyu et al. Towards fair and decentralized privacy-preserving deep learning with blockchain
US10341100B2 (en) Partially encrypted conversations via keys on member change
Zhu et al. Voting-based approaches for differentially private federated learning
Chen et al. Building trusted federated learning: Key technologies and challenges
US11588635B2 (en) Strong resource identity in a cloud hosted system
Wang et al. {SparSamp}: Efficient Provably Secure Steganography Based on Sparse Sampling
Bauer et al. Generative models for security: Attacks, defenses, and opportunities
Oluwafemi Privacy-preserving computation (homomorphic encryption, MPC)
Rajore et al. Truce: Private benchmarking to prevent contamination and improve comparative evaluation of llms
Song et al. Secure and efficient federated learning schemes for healthcare systems
Qu et al. Anti-noise bidirectional quantum steganography protocol with large payload
Walch et al. Cryptotl: Private, efficient and secure transfer learning
McMillan et al. Private federated statistics in an interactive setting
Xu et al. FedG2L: a privacy-preserving federated learning scheme base on “G2L” against poisoning attack
Zeng et al. A secure and efficient distributed semantic communication system for heterogeneous Internet of Things
Dai et al. Labeled data generation with inexact supervision
US20250254031A1 (en) Privacy-Preserving Decision Trees Using Secure Multiparty Computation and Differential Privacy
WO2022269680A1 (en) Variable optimization system
Li et al. Side channel steganalysis: when behavior is considered in steganographer detection
Skarkala et al. PPDM-TAN: A privacy-preserving multi-party classifier

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21876561

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2022578819

Country of ref document: JP

Kind code of ref document: A

122 Ep: pct application non-entry in european phase

Ref document number: 21876561

Country of ref document: EP

Kind code of ref document: A1