EP4508569A1 - Systems and methods for privacy preserving, network analytics, and anomaly detection on decentralized, private, permissioned distributed ledger networks - Google Patents
Systems and methods for privacy preserving, network analytics, and anomaly detection on decentralized, private, permissioned distributed ledger networksInfo
- Publication number
- EP4508569A1 EP4508569A1 EP23721258.4A EP23721258A EP4508569A1 EP 4508569 A1 EP4508569 A1 EP 4508569A1 EP 23721258 A EP23721258 A EP 23721258A EP 4508569 A1 EP4508569 A1 EP 4508569A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- institution
- machine learning
- learning model
- aggregated
- transaction
- 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.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q20/00—Payment architectures, schemes or protocols
- G06Q20/02—Payment architectures, schemes or protocols involving a neutral party, e.g. certification authority, notary or trusted third party [TTP]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q20/00—Payment architectures, schemes or protocols
- G06Q20/38—Payment protocols; Details thereof
- G06Q20/40—Authorisation, e.g. identification of payer or payee, verification of customer or shop credentials; Review and approval of payers, e.g. check credit lines or negative lists
- G06Q20/401—Transaction verification
- G06Q20/4016—Transaction verification involving fraud or risk level assessment in transaction processing
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
Definitions
- Embodiments generally relate to systems and methods for privacy preserving, network analytics, and anomaly detection on decentralized, private, permissioned distributed ledger networks.
- PII personal identifiable information
- a method for privacy preserving machine learning model sharing may include: (1) receiving, by a computer program for a first institution of a plurality of institutions in a distributed ledger network, transaction data for a transaction; (2) training, by the computer program for the first institution, a local machine learning model using the transaction data; (3) submitting, by the computer program for the first institution, parameters for the local machine learning model to the distributed ledger network as a private transaction with a trusted entity, wherein the trusted entity receives parameters for a plurality of local machine learning models from the distributed ledger network for the plurality of institutions in the distributed ledger network and aggregates the parameters into an aggregated machine learning model and submits the aggregated parameters to the distributed ledger network as one or more transactions; (4) receiving, by the computer program for the first institution and from the distributed ledger network, the aggregated parameters for the aggregated machine learning model; and (5) updating, by the computer
- the focal machine learning model may be trained to detect transaction anomalies.
- the local machine learning model and/or the aggregated machine learning model may include a DeepAnT model.
- the trusted entity may aggregate the parameters into the aggregated machine learning model using a secure aggregation protocol.
- the aggregated parameters for the aggregated machine learning model may be received in a private transaction.
- the aggregated parameters for the aggregated machine learning model may include updates to the local machine learning model.
- the method may also include receiving, by the computer program for the first institution, transaction data for a transaction between the first institution and a second institution; generating, by the computer program for the first institution and using the local machine learning model, an anomaly score for the transaction based on the transaction data; and providing, by the computer program for the first institution, metadata for the transaction to the trusted entity, wherein the trusted entity generates anomaly scores for the first institution, the second institution, and the pair of the first institution and the second institution using the metadata.
- the method may also include executing, by the computer program for the fust institution, an action in response to the anomaly score exceeding a threshold, wherein the response comprises stopping the transaction.
- the method may also include receiving, by the computer program for the first institution and from the trusted entity an alert, wherein the trusted entity generates the alert in response to a real-time anomaly score generated by a real-time anomaly detection engine exceeding a threshold.
- the method may also include executing, by the computer program for the first institution, an action in response to the real-time anomaly score exceeding a threshold, wherein the response comprises stopping the transaction.
- a method for privacy preserving machine learning model sharing may include: (1) receiving, by a computer program for a trusted entity in a distributed ledger network, a plurality of private transactions from a plurality of institutions in the distributed ledger network, each of the private transactions comprising parameters for a local machine learning model for one of the institutions; and (2) aggregating, by the computer program for the trusted entity, the parameters into an aggregated machine learning model; submitting, by the computer program for the trusted entity, aggregated parameters for the aggregated machine learning model to the distributed ledger network; wherein each of the plurality of institutions updates its local machine learning model with the aggregated parameters.
- the local machine learning models may be trained to detect transaction anomalies.
- the local machine learning models and/or the aggregated machine learning model may include a DeepAnT model.
- the trusted entity may aggregate the parameters into the aggregated machine learning model using a secure aggregation protocol.
- the aggregated parameters for the aggregated machine learning model may be submitted to the distributed ledger network as a plurality of private transactions.
- the aggregated parameters for a first institution of the plurality of institutions may be different from the aggregated parameters for a second institution of the plurality of institutions.
- the aggregated parameters for the aggregated machine learning model may include updates to the local machine learning models.
- the method may also include receiving, by the computer program for the trusted entity, anomaly scores from a first institution and a second institution, the first institution and the second institution involved in a transaction; receiving, by the computer program for the trusted entity, metadata for the transaction between the first institution and the second institution involved in a transaction; generating, by the computer program for the trusted entity, anomaly scores for the first institution, the second institution, and the pair of the first institution and the second institution using the metadata; and generating, by the computer program for the trusted entity, a real-time anomaly score using a real-time anomaly detection engine and the anomaly scores for the first institution, the second institution, and the pair of the first institution and the second institution.
- the method may also include generating, by the computer program for the trusted entity, an alert in response to a real-time anomaly score generated by a real-time anomaly detection engine exceeding a threshold.
- the real-time anomaly detection engine may execute a Microcluster- Based Detector of Anomalies in Edge Streams-F algorithm.
- Figure 1 depicts a system for privacy preserving, network analytics, and anomaly detection on decentralized, private, permissioned distributed ledger networks according to an embodiment
- Figure 2 depicts a method for federated training in privacy preserving, network analytics, and anomaly detection on decentralized, private, permissioned distributed ledger networks according to an embodiment
- Figure 3 depicts a method for privacy preserving, network analytics, and anomaly detection on decentralized, private, permissioned distributed ledger networks according to an embodiment.
- Embodiments are generally directed to systems and methods for privacy preserving, network analytics, and anomaly detection on decentralized, private, permissioned distributed ledger networks.
- Embodiments may leverage deep learning and federated learning on private, permissioned distributed ledger networks.
- Local models may be trained at individual nodes of a distributed ledger network using the node’s local data, and may then be communicated to a trusted node via, for example, private transactions. No underlying data is sent from local nodes to the trusted node.
- the trusted node may aggregate the data, such as models, from the local nodes into an aggregated model using a secure aggregation protocol. Parameters for the aggregated model may then be provided to the local nodes, and the local nodes may use the aggregated model to update their local models, for example, future predictions, anomaly detection, etc.
- System 100 may include a plurality of institutions 110, 120, 130, and 140 that may participate as distributed ledger nodes in a distributed ledger network.
- Institutions 1 10, 120, 130, and 140 may be any sort of institution that may use a machine learning model. Examples of such institutions include financial institution, FinTechs, etc.
- Each pair of nodes 110, 120, 130, 140, and 150 may be represented with an edge between the nodes.
- the edges represent a relationship between two nodes.
- Each institution 110, 120, 130, and 140 may conduct transactions on one or more transaction networks (e.g., a payment network), or may receive transactions that were conducted over one or more transaction networks.
- the transactions may be conducted with other institutions, with third parties, etc.
- the distributed ledger network may be a blockchain-based distributed ledger network.
- a consensus algorithm may operate on each of the distributed ledger nodes and may update the blockchain-based distributed ledger in which multiple copies of the blockchain-based distributed ledger that exist across the distributed ledger nodes.
- the distributed ledger network may be a private, permissioned distributed ledger network in which only authorized institutions have permission to access the distributed ledger network, and the transactions that are posted are private to only the parties to the transactions.
- an institution may post its local machine learning model to the distributed ledger network as a private transaction that only the positing financial institution and the trusted entity may access.
- An example of such a permissioned distributed ledger network is the Quorum distributed ledger network.
- Each institution 110, 120, 130, and 140 may execute a computer program (not shown) that may take certain actions with its local machine learning model, and may communicate with the participants of the distributed ledger network.
- Each institution 110, 120, 130, 140 may be provided intelligent services 115, 125, 135, and 145, respectively.
- Intelligent services 115, 125, 135, and 145 may use transaction data from transactions involving the respective institution to create, update, or revise machine learning models or other intelligent services for the respective entity.
- intelligent services 115, 125, 135, and 145 may train local machine learning models to detect anomalies in transactions. Examples of anomalies may include anomalous parties, amounts, goods or services, timings, regions, etc.
- Trusted entity 150 may be any suitable entity that may aggregate the local machine learning models into an aggregated machine learning model.
- trusted entity 150 may also be an institution, such as a financial institution, a FinTech, etc., and may participate as such an institution in the distributed ledger network.
- Trusted entity 150 may participate as a distributed ledger node, or it may interact with the distributed ledger network using, for example, an API.
- Trusted entity 150 may also execute a computer program (not shown) that may take certain actions with an aggregated machine learning model, and may communicate with the participants of the distributed ledger network.
- Trusted entity 150 may be provided with intelligent services 155 that may aggregate the local machine learning models into the aggregated machine learning model using, for example, a secure aggregation protocol.
- the aggregated machine learning model may be used to identify anomalies in metadata for transactions involving any of nodes 110, 120, 130 and/or 140.
- Intelligent services 155 may further include a real-time anomaly detection engine that may detect anomalies in graph data.
- the real-time anomaly detection engine may implement the Microcluster-Based Detector of Anomalies in Edge Streams-F (“MIDAS -F”) algorithm and may return scores for individual nodes as well as pairs of nodes.
- MIDAS-F Microcluster-Based Detector of Anomalies in Edge Streams-F
- An example of the MIDAS-F algorithm is disclosed in Bhatia et al., “Real-Time Anomaly Detection in Edge Streams” available at arxiv.org/abs/2009.08452, the disclosure of which is hereby incorporated, by reference, in its entirety.
- institutions such as financial institutions, may conduct transactions on one or more transaction network, such as a payment network. Alternately, the institutions may receive transaction data from an associated entity.
- the institutions may use the transaction data to train local machine learning models to detect anomalies.
- the institutions may execute one or more computer programs that may train the local machine learning models with the transaction data.
- the local models may train the DeepAnT model for anomaly detection.
- the DeepAnT model is disclosed in Munir et al., “DeepAnT: A Deep Learning Approach for Unsupervised Anomaly Detection in Time Series,” IEEE Access, vol. 7, pp. 1991-2005, 2019, the disclosure of which is hereby incorporated, by reference, in its entirety.
- the computer programs for the institutions may submit parameters for their respective local machine learning models as private transactions in a distributed ledger network, such as a private and/or permissioned distributed ledger network.
- the private transactions may be identified as private between the respective institution and the trusted entity so that only the respective institution and the trusted entity can access the local machine learning model.
- the nodes may use private-public key pairs to write private transactions to the distributed ledger.
- the trusted node may publish its public key to the distributed ledger network, and each node may encrypt its data with its public key, and may encrypt that data and the node’ s public key with the trusted node’ s public key. It may then write the transaction to the distributed ledger.
- the only node that may decrypt the transaction is the trusted node using its private key.
- the nodes may generate new key pairs for each communication with the trusted node to preserve anonymity.
- a computer program executed by the trusted entity may receive the parameters for the local machine learning models from the institutions and may aggregate the parameters into an aggregated machine learning model using, for example, a secure aggregation protocol.
- a secure aggregation protocol examples include the secure aggregation protocol.
- the secure aggregation protocol are described in Indian Patent Application No. 202011050561, filed November 20, 2022, U.S. Patent Application Ser. No. 17/456,113 filed November 20, 2021, and Behera et al. “Federated Learning using Distributed Messaging with Entitlements for Anonymous Computation and Secure Delivery of Model” (2020) available at dx.doi.org/10.36227/techrxiv.13318163.vl. The disclosures of each of these documents is hereby incorporated, by reference, in its entirety.
- the aggregated machine learning model may also be a DeepAnT model.
- the computer program executed by the trusted entity may communicate parameters for the aggregated machine learning model to the institutions by posting the aggregated model on the distributed ledger network.
- the posting may be a public transaction that may be accessed by any of the institutions in the distributed ledger network that are permissioned to access the posting.
- the posting may be posted as a private transaction for one of the institutions.
- the trusted node may encrypt a transaction with each participant node’s public key and write the transactions to the distributed ledger.
- the transaction may include updates to the aggregated machine learning model. Each node may receive a different update depending on the node’s submitted parameters.
- each institution may take one or more action with the aggregated machine learning model.
- the institutions may update their respective local machine learning model with the aggregated machine learning model, may perform anomaly detection, may perform network analytics, etc.
- a transaction involving two nodes in a distributed ledger network may be conducted.
- the transaction may be a financial transaction involving an account at each institution.
- the transaction may be a private transaction or a public transaction.
- step 310 using each node’s trained machine learning model (e.g., Deep-AnT models) and based on the transaction data (e.g., parties, accounts, amounts, etc.), the nodes may generate an anomaly score for the transaction. If, in step 315, the score is above a threshold, in step 320, one or both nodes may take an action, such as declining the transaction, sending an alert, etc.
- trained machine learning model e.g., Deep-AnT models
- the transaction data e.g., parties, accounts, amounts, etc.
- the trusted node may receive metadata for the transaction, such as the parties involved, type of transaction, etc. from the distributed ledger, from one or both of the nodes involved in the transaction, etc.
- the trusted node may input the metadata to the aggregated machine learning model (e.g., a DeepAnT model that aggregates parameters from the nodes in the distributed ledger network), and may receive an anomaly score for each node involved in the transaction as well as an anomaly score for the pair of nodes.
- the aggregated machine learning model e.g., a DeepAnT model that aggregates parameters from the nodes in the distributed ledger network
- the trusted node may also provide the scores to a realtime anomaly detection engine that may detect anomalies in the transaction data, such as the MIDAS-F algorithm.
- a realtime anomaly detection engine that may detect anomalies in the transaction data, such as the MIDAS-F algorithm.
- the trusted node may take an action, such as generating an alert, performing network maintenance, etc.
- the alert may be sent to the nodes involved in the transaction, and the node may take any action it deems appropriate, such as stopping the transaction.
- the trusted node may not take an action.
- embodiments have been described in the context of anomaly detection, it should be recognized that embodiments may have other applications, including for example collaborative intelligence solutions (e.g., in finance, in health care, etc.), detecting anomalies in social networks, in financial forensics, etc.
- collaborative intelligence solutions e.g., in finance, in health care, etc.
- detecting anomalies in social networks e.g., in financial forensics, etc.
- Embodiments of the system or portions of the system may be in the form of a “processing machine,” such as a general-purpose computer, for example.
- processing machine is to be understood to include at least one processor that uses at least one memory.
- the at least one memory stores a set of instructions.
- the instructions may be either permanently or temporarily stored in the memory or memories of the processing machine.
- the processor executes the instructions that are stored in the memoiy or memories in order to process data.
- the set of instructions may include various instructions that perform a particular task or tasks, such as those tasks described above. Such a set of instructions for performing a particular task may be characterized as a program, software program, or simply software.
- the processing machine may be a specialized processor.
- the processing machine may be a cloud-based processing machine, a physical processing machine, or combinations thereof.
- the processing machine executes the instructions that are stored in the memory or memories to process data.
- This processing of data may be in response to commands by a user or users of the processing machine, in response to previous processing, in response to a request by another processing machine and/or any other input, for example.
- the processing machine used to implement embodiments may be a general-purpose computer.
- the processing machine described above may also utilize any of a wide variety of other technologies including a special purpose computer, a computer system including, for example, a microcomputer, mini-computer or mainframe, a programmed microprocessor, a micro- controller, a peripheral integrated circuit element, a CSIC (Customer Specific Integrated Circuit) or ASIC (Application Specific Integrated Circuit) or other integrated circuit, a logic circuit, a digital signal processor, a programmable logic device such as a FPGA, PLD, PLA or PAL, or any other device or arrangement of devices that is capable of implementing the steps of the processes disclosed herein.
- the processing machine used to implement embodiments may utilize a suitable operating system.
- each of the processors and/or the memories of the processing machine may be located in geographically distinct locations and connected so as to communicate in any suitable manner.
- each of the processor and/or the memory may be composed of different physical pieces of equipment. Accordingly, it is not necessary that the processor be one single piece of equipment in one location and that the memory be another single piece of equipment in another location. That is, it is contemplated that the processor may be two pieces of equipment in two different physical locations. The two distinct pieces of equipment may be connected in any suitable manner. Additionally, the memory may include two or more portions of memory in two or more physical locations.
- processing is performed by various components and various memories.
- processing performed by two distinct components as described above in accordance with a further embodiment, may be performed by a single component.
- processing performed by one distinct component as described above may be performed by two distinct components.
- the memory storage performed by two distinct memory portions as described above may be performed by a single memory portion. Further, the memory storage performed by one distinct memory portion as described above may be performed by two memory portions.
- various technologies may be used to provide communication between the various processors and/or memories, as well as to allow the processors and/or the memories to communicate with any other entity; i.e., so as to obtain further instructions or to access and use remote memory stores, for example.
- Such technologies used to provide such communication might include a network, the Internet, Intranet, Extranet, LAN, an Ethernet, wireless communication via cell tower or satellite, or any client server system that provides communication, for example.
- Such communications technologies may use any suitable protocol such as TCP/IP, UDP, or OSI, for example.
- a set of instructions may be used in the processing of embodiments.
- the set of instructions may be in the form of a program or software.
- the software may be in the form of system software or application software, for example.
- the software might also be in the form of a collection of separate programs, a program module within a larger program, or a portion of a program module, for example.
- the software used might also include modular programming in the form of object oriented programming. The software tells the processing machine what to do with the data being processed.
- the instructions or set of instructions used in the implementation and operation of embodiments may be in a suitable form such that the processing machine may read the instructions.
- the instructions that foim a program may be in the form of a suitable programming language, which is converted to machine language or object code to allow the processor or processors to read the instructions. That is, written lines of programming code or source code, in a particular programming language, are converted to machine language using a compiler, assembler or interpreter.
- the machine language is binary coded machine instructions that are specific to a particular type of processing machine, i.e., to a particular type of computer, for example. The computer understands the machine language.
- Any suitable programming language may be used in accordance with the various embodiments.
- the instructions and/or data used in the practice of embodiments may utilize any compression or encryption technique or algorithm, as may be desired.
- An encryption module might be used to encrypt data.
- files or other data may be decrypted using a suitable decryption module, for example.
- the embodiments may illustratively be embodied in the form of a processing machine, including a computer or computer system, for example, that includes at least one memory.
- the set of instructions i.e., the software for example, that enables the computer operating system to perform the operations described above may be contained on any of a wide variety of media or medium, as desired.
- the data that is processed by the set of instructions might also be contained on any of a wide variety of media or medium. That is, the particular medium, i.e., the memory in the processing machine, utilized to hold the set of instructions and/or the data used in embodiments may take on any of a variety of physical forms or transmissions, for example.
- the medium may be in the form of paper, paper transparencies, a compact disk, a DVD, an integrated circuit, a hard disk, a floppy disk, an optical disk, a magnetic tape, a RAM, a ROM, a PROM, an EPROM, a wire, a cable, a fiber, a communications channel, a satellite transmission, a memory card, a SIM card, or other remote transmission, as well as any other medium or source of data that may be read by the processors.
- the memory or memories used in the processing machine that implements embodiments may be in any of a wide variety of forms to allow the memory to hold instructions, data, or other information, as is desired.
- the memory might be in the form of a database to hold data.
- the database might use any desired arrangement of files such as a flat file arrangement or a relational database arrangement, for example.
- a variety of “user interfaces” may be utilized to allow a user to interface with the processing machine or machines that are used to implement embodiments.
- a user interface includes any hardware, software, or combination of hardware and software used by the processing machine that allows a user to interact with the processing machine.
- a user interface may be in the form of a dialogue screen for example.
- a user interface may also include any of a mouse, touch screen, keyboard, keypad, voice reader, voice recognizer, dialogue screen, menu box, list, checkbox, toggle switch, a pushbutton or any other device that allows a user to receive information regarding the operation of the processing machine as it processes a set of instructions and/or provides the processing machine with information.
- the user interface is any device that provides communication between a user and a processing machine.
- the information provided by the user to the processing machine through the user interface may be in the form of a command, a selection of data, or some other input, for example.
- a user interface is utilized by the processing machine that performs a set of instructions such that the processing machine processes data for a user.
- the user interface is typically used by the processing machine for interacting with a user either to convey information or receive information from the user.
- the user interface might interact, i.e., convey and receive information, with another processing machine, rather than a human user. Accordingly, the other processing machine might be characterized as a user.
- a user interface utilized in the system and method may interact partially with another processing machine or processing machines, while also interacting partially with a human user.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Accounting & Taxation (AREA)
- Biomedical Technology (AREA)
- Data Mining & Analysis (AREA)
- Strategic Management (AREA)
- Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- Artificial Intelligence (AREA)
- Computer Security & Cryptography (AREA)
- Biophysics (AREA)
- Computational Linguistics (AREA)
- General Business, Economics & Management (AREA)
- Evolutionary Computation (AREA)
- General Health & Medical Sciences (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Finance (AREA)
- Debugging And Monitoring (AREA)
- Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
Abstract
Description
Claims
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| IN202211021939 | 2022-04-12 | ||
| US17/806,024 US20230325528A1 (en) | 2022-04-12 | 2022-06-08 | Systems and methods for privacy preserving, network analytics, and anomaly detection on decentralized, private, permissioned distributed ledger networks |
| PCT/US2023/065639 WO2023201236A1 (en) | 2022-04-12 | 2023-04-11 | Systems and methods for privacy preserving, network analytics, and anomaly detection on decentralized, private, permissioned distributed ledger networks |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP4508569A1 true EP4508569A1 (en) | 2025-02-19 |
Family
ID=86286017
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP23721258.4A Withdrawn EP4508569A1 (en) | 2022-04-12 | 2023-04-11 | Systems and methods for privacy preserving, network analytics, and anomaly detection on decentralized, private, permissioned distributed ledger networks |
Country Status (3)
| Country | Link |
|---|---|
| EP (1) | EP4508569A1 (en) |
| CA (1) | CA3246343A1 (en) |
| WO (1) | WO2023201236A1 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US12445290B2 (en) * | 2023-01-31 | 2025-10-14 | Hewlett Packard Enterprise Development Lp | Detecting and defending against adversarial attacks in decentralized machine learning systems |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11303448B2 (en) * | 2019-08-26 | 2022-04-12 | Accenture Global Solutions Limited | Decentralized federated learning system |
| US20220044162A1 (en) * | 2020-08-06 | 2022-02-10 | Fujitsu Limited | Blockchain-based secure federated learning |
| CN114254386B (en) * | 2021-12-13 | 2024-06-07 | 北京理工大学 | Federal learning privacy protection system and method based on hierarchical aggregation and blockchain |
-
2023
- 2023-04-11 WO PCT/US2023/065639 patent/WO2023201236A1/en not_active Ceased
- 2023-04-11 EP EP23721258.4A patent/EP4508569A1/en not_active Withdrawn
- 2023-04-11 CA CA3246343A patent/CA3246343A1/en active Pending
Also Published As
| Publication number | Publication date |
|---|---|
| CA3246343A1 (en) | 2023-10-19 |
| WO2023201236A1 (en) | 2023-10-19 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Ma et al. | Trusted ai in multiagent systems: An overview of privacy and security for distributed learning | |
| Hu et al. | An overview of implementing security and privacy in federated learning | |
| US20240045989A1 (en) | Systems and methods for secure data aggregation and computation | |
| Saha et al. | A multifaceted survey on privacy preservation of federated learning: progress, challenges, and opportunities | |
| O'Leary | Configuring blockchain architectures for transaction information in blockchain consortiums: The case of accounting and supply chain systems | |
| Gong et al. | Federated learning for heterogeneous data integration and privacy protection | |
| US20230090398A1 (en) | Systems and methods for generating synthetic data using federated, collaborative, privacy preserving models | |
| CN112000979B (en) | Database operation method, system and storage medium for private data | |
| US12500742B2 (en) | Systems and methods for homomorphic encryption-based triggering | |
| WO2024189231A1 (en) | Preserving privacy and training neural network models | |
| US20220398264A1 (en) | Systems and methods for streaming classification of distributed ledger-based activities | |
| US12333400B2 (en) | Systems and methods for federated learning using distributed messaging with entitlements for anonymous computation and secure delivery of model | |
| KR102839241B1 (en) | Preserving context integrity | |
| Han et al. | Data valuation for vertical federated learning: An information-theoretic approach | |
| US20230061605A1 (en) | Systems and methods for intelligent fraud detection | |
| Seshakagari et al. | AI-Augmented Fraud Detection and Cybersecurity Framework for Digital Payments and E-Commerce Platforms | |
| Alharbi et al. | Blockchain-based identity management for personal data: A survey | |
| US20260094206A1 (en) | Apparatus and method for federated tracking of fraudulent activity | |
| US12182077B1 (en) | Distributed ledger regulatory auditing system and method | |
| WO2023201236A1 (en) | Systems and methods for privacy preserving, network analytics, and anomaly detection on decentralized, private, permissioned distributed ledger networks | |
| KR102485748B1 (en) | federated learning method and device for statistical model | |
| Priya et al. | Privacy preserving data security model for cloud computing technology | |
| Thakur et al. | Cloud Computing and its Emerging Trends on Big Data Analytics | |
| US20230325528A1 (en) | Systems and methods for privacy preserving, network analytics, and anomaly detection on decentralized, private, permissioned distributed ledger networks | |
| Chai et al. | Improvement on a privacy-preserving outsourced classification protocol over encrypted data |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: UNKNOWN |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20240927 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC ME MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| DAV | Request for validation of the european patent (deleted) | ||
| DAX | Request for extension of the european patent (deleted) | ||
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
| 18D | Application deemed to be withdrawn |
Effective date: 20250827 |