Movatterモバイル変換


[0]ホーム

URL:


CN113052331A - Block chain-based Internet of things personalized federal learning method - Google Patents

Block chain-based Internet of things personalized federal learning method
Download PDF

Info

Publication number
CN113052331A
CN113052331ACN202110191251.2ACN202110191251ACN113052331ACN 113052331 ACN113052331 ACN 113052331ACN 202110191251 ACN202110191251 ACN 202110191251ACN 113052331 ACN113052331 ACN 113052331A
Authority
CN
China
Prior art keywords
model
blockchain
personalized
federated learning
training
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.)
Pending
Application number
CN202110191251.2A
Other languages
Chinese (zh)
Inventor
王荣
蔡维德
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.)
Beihang University
Original Assignee
Beihang University
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 Beihang UniversityfiledCriticalBeihang University
Priority to CN202110191251.2ApriorityCriticalpatent/CN113052331A/en
Publication of CN113052331ApublicationCriticalpatent/CN113052331A/en
Pendinglegal-statusCriticalCurrent

Links

Images

Classifications

Landscapes

Abstract

Translated fromChinese

本发明公开一种基于区块链的物联网个性化联邦学习方法,涉及区块链技术领域,该方法包括:终端设备和边缘计算设备注册和认证,各个终端设备和边缘计算设备向区块链进行注册,区块链对各个设备进行认证,并发放证书;区块链智能合约创建联邦学习任务,初始化训练模型及参数;终端设备加载数据样本,卸载到边缘计算设备上,进行本地模型训练;边缘计算设备将本地训练模型参数加密之后,上传至区块链,区块链节点共识通过之后,产生新的区块;智能合约对模型参数进行聚合,聚合模型参数,并更新整体的模型;智能合约判断是否达到模型预设收敛条件,如果没有则进行下一轮训练,如果到达则终止联邦学习任务;边缘计算设备基于全局模型信息结合自己数据,训练个性化模型。本发明解决传统的联邦学习的全局模型却无法满足物联网设备在存储计算和通信能力方面的异构性,同时提高了隐私数据的安全性以及系统的拜占庭容错性。

Figure 202110191251

The invention discloses a blockchain-based IoT personalized federated learning method, which relates to the technical field of blockchain. The method includes: registration and authentication of terminal devices and edge computing devices; For registration, the blockchain authenticates each device and issues certificates; the blockchain smart contract creates a federated learning task, initializes the training model and parameters; the terminal device loads the data sample, unloads it to the edge computing device, and conducts local model training; The edge computing device encrypts the local training model parameters and uploads them to the blockchain. After the blockchain node consensus is passed, a new block is generated; the smart contract aggregates the model parameters, aggregates the model parameters, and updates the overall model; intelligent The contract judges whether the preset convergence conditions of the model are reached. If not, the next round of training will be performed. If so, the federated learning task will be terminated; the edge computing device will train the personalized model based on the global model information combined with its own data. The invention solves the problem that the traditional global model of federated learning cannot satisfy the heterogeneity of the Internet of Things devices in terms of storage computing and communication capabilities, and at the same time improves the security of private data and the Byzantine fault tolerance of the system.

Figure 202110191251

Description

Block chain-based Internet of things personalized federal learning method
Technical Field
The invention relates to the field of block chains, in particular to a block chain-based Internet of things personalized federal learning method.
Background
The federated learning system is used as a learning method for collaboratively training a unified model by contributing local data by a plurality of clients, and has the limitation that the model only depends on a single central server and is easily influenced by server faults. The purpose of traditional federal learning is to obtain a globally shared model for all participants. However, when the data distribution of each participant is inconsistent, the global model cannot meet the performance requirement of each federal learning participant, and some participants cannot even obtain a model better than a model trained by only using local data.
Based on the method, the personalized federal learning method of the Internet of things based on the block chain is provided, the problem of heterogeneity in the environment of the Internet of things is solved, the federal learning byzantine fault tolerance is improved, and the privacy of data is improved.
Disclosure of Invention
In view of the above defects in the prior art, the technical problem to be solved by the present invention is to provide a personalized federal learning method for internet of things based on a blockchain, which is provided by the present invention, in view of the needs and disadvantages of the current technical development.
Firstly, the invention provides a block chain-based federal learning incentive method, and the technical scheme adopted for solving the technical problems is as follows:
s01, registering and authenticating terminal equipment and edge computing equipment, registering each terminal equipment and edge computing equipment to a block chain, authenticating each equipment by the block chain, and issuing a certificate;
s02, creating a federal learning task by a block chain intelligent contract, and initializing a training model and parameters;
s03, loading the data sample by the terminal equipment, unloading the data sample to the edge computing equipment, and carrying out local model training;
s04, the edge computing equipment encrypts the local training model parameters and uploads the parameters to a block chain, and after the block chain link points are identified together, a new block is generated;
s05, the intelligent contract aggregates the model parameters, aggregates the model parameters and updates the whole model; the intelligent contract judges whether a preset convergence condition of the model is reached, if not, the next round of training is carried out, and if so, the federal learning task is terminated;
and S06, training the personalized model by the edge computing equipment based on the global model information and combining the data of the edge computing equipment.
Specifically, the related internet of things equipment can be various intelligent terminals, such as mobile phones, glasses, watches, cameras, monitoring equipment and the like. The client side is authenticated through the block chain, and the authentication mode can be a digital certificate, token authentication and other authentication modes. The blockchain may be a public chain, a federation chain, or a private chain. The intelligent contracts are run on a block chain, and a user can create a federal learning task through a template. The loading data samples of the terminal equipment are unloaded to the edge computing equipment and are transmitted in an encryption mode, and the local model training is a gradient training method. The encryption mode can be an asymmetric encryption algorithm such as an RSA algorithm, a DSA algorithm, an ECC algorithm, a DH algorithm and the like. The model parameters are aggregated according to the records on the block chain by an intelligent contract, and the integral model is updated. The received model parameter updating method can use weighted average, and can also be median value. And the block chain transmits the updated model to each participating edge computing device, so that a new round of training and learning is started. Each device redefines the global model according to local data of the device to obtain an individualized model, wherein the global model comprises low-level parameters and high-level parameters, and the individualized model learns the specific characteristics of the device by finely adjusting the high-level parameters of the global model through the local data.
Drawings
Some specific embodiments of the invention will be described in detail hereinafter, by way of illustration and not limitation, with reference to the accompanying drawings. The same reference numbers in the drawings identify the same or similar elements or components. Those skilled in the art will appreciate that the drawings are not necessarily drawn to scale. The objects and features of the present invention will become more apparent in view of the following description taken in conjunction with the accompanying drawings, in which:
fig. 1 is a block chain-based personalized federal learning flow chart of the internet of things.
FIG. 2 is a schematic diagram of the system architecture of the present invention.
Detailed Description
In order to make the present invention more comprehensible with respect to its gist, the present invention will be further described with reference to the accompanying drawings and examples. In the following description, numerous specific details and specific examples are set forth in order to provide a more thorough understanding of the present invention and to provide a thorough understanding of the present invention. While this invention is susceptible of embodiment in many different forms than that described herein, there will be many equivalents to those skilled in the art which incorporate such variations and modifications without departing from the spirit and scope of the invention as defined by the appended claims and their equivalents.
The technology of the present invention will be described in detail below with reference to the accompanying drawings in conjunction with specific embodiments.
The embodiment of the invention provides an Internet of things personalized federal learning method based on a block chain, which comprises the following implementation processes:
s1, terminal devices C1, C2, C3 and C4 and edge computing devices E1, E2, E3 and E4 are respectively registered with a blockchain B, the blockchain B verifies registration information of the devices, and certificates are issued to the devices after the certificates are authenticated.
S2, a user U1 creates an intelligent contract S1 according to the intelligent contract template learned by the federation, the intelligent contract S1 runs on a block chain B, a federated learning task T is created, and a training model M and a parameter omega are initialized.
S3, the edge computing devices E1, E2, E3 and E4 download a training model M and a parameter omega from the block chain B respectively, the terminal devices C1, C2, C3 and C4 load data samples respectively and unload the data samples to the edge computing devices connected respectively, the training is carried out through local computing by executing a program P, a gradient descent method is adopted for training, and the gradient computing formula is as follows:
Figure BDA0002944213190000031
and locally updating the model parameters omega, and uploading the updated parameters omega to the block chain B in an encrypted manner.
And S4, after encrypting the local training model parameters respectively by the edge computing equipment E1, E2, E3 and E4, uploading the parameters to a block chain B, and after passing consensus, generating a new block.
S5, the intelligent contract S1 aggregates the model parameters, aggregates the model parameters omega, and updates the whole model M; the polymerization formula is as follows:
Figure BDA0002944213190000032
and the intelligent contract judges whether a preset convergence condition of the model is reached, if not, the next round of training is carried out, and if so, the federal learning task is terminated.
And S6, training the personalized model M by the edge computing devices E1, E2, E3 and E4 based on the information of the global model M and the data of the edge computing devices.

Claims (10)

Translated fromChinese
1.一种基于区块链的物联网个性化联邦学习方法,其特征在于,该方法的实现过程包括:1. A blockchain-based personalized federated learning method for the Internet of Things, characterized in that the implementation process of the method comprises:S01、终端设备和边缘计算设备注册和认证,各个终端设备和边缘计算设备向区块链进行注册,区块链对各个设备进行认证,并发放证书;S01. Registration and certification of terminal devices and edge computing devices, each terminal device and edge computing device are registered with the blockchain, and the blockchain certifies each device and issues certificates;S02、区块链智能合约创建联邦学习任务,初始化训练模型及参数;S02. The blockchain smart contract creates a federated learning task, and initializes the training model and parameters;S03、终端设备加载数据样本,卸载到边缘计算设备上,进行本地模型训练;S03, the terminal device loads the data sample, unloads it to the edge computing device, and performs local model training;S04、边缘计算设备将本地训练模型参数加密之后,上传至区块链,区块链节点共识通过之后,产生新的区块;S04. The edge computing device encrypts the parameters of the local training model and uploads it to the blockchain. After the blockchain node consensus is passed, a new block is generated;S05、智能合约对模型参数进行聚合,聚合模型参数,并更新整体的模型;智能合约判断是否达到模型预设收敛条件,如果没有则进行下一轮训练,如果到达则终止联邦学习任务;S05. The smart contract aggregates the model parameters, aggregates the model parameters, and updates the overall model; the smart contract determines whether the model preset convergence condition is reached, if not, the next round of training is performed, and if it is reached, the federated learning task is terminated;S06、边缘计算设备基于全局模型信息结合自己数据,训练个性化模型。S06 , the edge computing device trains a personalized model based on the global model information combined with its own data.2.根据权利要求1所述的一种基于区块链的物联网个性化联邦学习方法,其特征在于,所述步骤S01中物联网设备可以是各种智能终端,如手机、眼镜、手表、摄像头、监控设备等。2. A blockchain-based IoT personalized federated learning method according to claim 1, characterized in that, in the step S01, the IoT devices can be various intelligent terminals, such as mobile phones, glasses, watches, Cameras, surveillance equipment, etc.3.根据权利要求1所述的一种基于区块链的物联网个性化联邦学习方法,其特征在于,所述步骤S01中认证方式可以是数字证书、令牌认证等认证方式。3 . The blockchain-based IoT personalized federated learning method according to claim 1 , wherein the authentication method in the step S01 can be an authentication method such as digital certificate and token authentication. 4 .4.根据权利要求1所述的一种基于区块链的物联网个性化联邦学习方法,其特征在于,所述步骤S01中区块链可以是公有链、联盟链、私有链。4. A blockchain-based IoT personalized federated learning method according to claim 1, wherein in the step S01, the blockchain can be a public chain, a consortium chain, or a private chain.5.根据权利要求1所述的一种基于区块链的物联网个性化联邦学习方法,其特征在于,所述步骤S02中智能合约是运行在区块链上,用户可以通过模板创建联邦学习任务。5. A blockchain-based IoT personalized federated learning method according to claim 1, characterized in that, in the step S02, the smart contract is run on the blockchain, and the user can create federated learning through a template Task.6.根据权利要求1所述的一种基于区块链的物联网个性化联邦学习方法,其特征在于,所述步骤S03终端设备加载数据样本卸载到边缘计算设备上,是通过加密的方式进行传输,本地模型训练是通过梯度训练的方法。6. A blockchain-based personalized federated learning method for the Internet of Things according to claim 1, characterized in that, in step S03, the terminal device loads data samples and unloads them to the edge computing device, which is performed in an encrypted manner. Transfer, local model training is a method of training via gradients.7.根据权利要求1所述的一种基于区块链的物联网个性化联邦学习方法,其特征在于,所述步骤S04加密方式可以是RSA算法、DSA算法、ECC算法、DH算法等非对称加密算法。7. A blockchain-based personalized federated learning method for the Internet of Things according to claim 1, wherein the encryption method of step S04 can be asymmetric such as RSA algorithm, DSA algorithm, ECC algorithm, DH algorithm, etc. Encryption Algorithm.8.根据权利要求1所述的一种基于区块链的物联网个性化联邦学习方法,其特征在于,所述步骤S05将收到的模型参数进行聚合,是通过智能合约依据区块链上的记录,聚合模型参数,并更新整体的模型。对收到的模型参数更新方法可以使用加权平均,也可以是中位数取值。8. A blockchain-based personalized federated learning method for the Internet of Things according to claim 1, wherein the step S05 aggregates the received model parameters, which is based on a smart contract on the blockchain. records, aggregates model parameters, and updates the overall model. The update method for the received model parameters can use a weighted average or a median value.9.根据权利要求1所述的一种基于区块链的物联网个性化联邦学习方法,其特征在于,所述步骤S05下一轮训练,区块链将更新之后的模型下发至各参与边缘计算设备,从而开始新一轮的训练学习。9. A blockchain-based IoT personalized federated learning method according to claim 1, wherein in the next round of training in step S05, the blockchain sends the updated model to each participant Edge computing devices, thus starting a new round of training and learning.10.根据权利要求1所述的一种基于区块链的物联网个性化联邦学习方法,其特征在于,所述步骤S06训练个性化模型,每个设备根据自己的本地数据重新定义全局模型得到个性化模型,其中全局模型分低层参数和高层参数,个性化模型是通过本地数据对全局模型的高层参数进行微调,来学习设备的特定特征。10. A blockchain-based personalized federated learning method for the Internet of Things according to claim 1, wherein the step S06 trains the personalized model, and each device redefines the global model according to its own local data to obtain. Personalized model, in which the global model is divided into low-level parameters and high-level parameters. The personalized model uses local data to fine-tune the high-level parameters of the global model to learn the specific characteristics of the device.
CN202110191251.2A2021-02-192021-02-19Block chain-based Internet of things personalized federal learning methodPendingCN113052331A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202110191251.2ACN113052331A (en)2021-02-192021-02-19Block chain-based Internet of things personalized federal learning method

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202110191251.2ACN113052331A (en)2021-02-192021-02-19Block chain-based Internet of things personalized federal learning method

Publications (1)

Publication NumberPublication Date
CN113052331Atrue CN113052331A (en)2021-06-29

Family

ID=76509294

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202110191251.2APendingCN113052331A (en)2021-02-192021-02-19Block chain-based Internet of things personalized federal learning method

Country Status (1)

CountryLink
CN (1)CN113052331A (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113518007A (en)*2021-07-062021-10-19华东师范大学 An efficient mutual learning method for heterogeneous models of multiple IoT devices based on federated learning
CN113592102A (en)*2021-07-232021-11-02青岛亿联信息科技股份有限公司Parking prediction model training method and system based on federal learning and block chain
CN113762528A (en)*2021-09-102021-12-07北京航空航天大学 A blockchain-based approach to federal credit assessment
CN113782111A (en)*2021-09-162021-12-10平安科技(深圳)有限公司Drug research and development model-based collaborative training method, system and storage medium
CN113852601A (en)*2021-08-112021-12-28杭州师范大学Internet of vehicles matrix calculation safety unloading verifiable method based on intelligent contract
CN114187006A (en)*2021-11-032022-03-15杭州未名信科科技有限公司Block chain supervision-based federal learning method
CN114219097A (en)*2021-11-302022-03-22华南理工大学Federal learning training and prediction method and system based on heterogeneous resources
CN114329418A (en)*2021-11-192022-04-12北京邮电大学 Method and device for equipment authentication
CN114491623A (en)*2021-12-302022-05-13北京邮电大学Asynchronous federal learning method and system based on block chain
CN114580009A (en)*2022-01-132022-06-03吉林省元依科技有限公司Block chain data management method, system and storage medium based on federal learning
CN114978893A (en)*2022-04-182022-08-30西安交通大学Decentralized federal learning method and system based on block chain
CN114996762A (en)*2022-07-192022-09-02山东省计算中心(国家超级计算济南中心)Medical data sharing and privacy protection method and system based on federal learning
CN115376031A (en)*2022-10-242022-11-22江西省科学院能源研究所Road unmanned aerial vehicle routing inspection data processing method based on federal adaptive learning
CN116489163A (en)*2023-06-162023-07-25清华大学Edge personalized collaborative learning method and device based on multiple chains
CN117610644A (en)*2024-01-192024-02-27南京邮电大学Federal learning optimization method based on block chain
CN118018324A (en)*2024-04-072024-05-10深圳鸿祥源科技有限公司 IoT terminal management method based on blockchain
CN119577832A (en)*2024-11-192025-03-07北京信息科技大学 A blockchain smart contract management system based on federated learning
US12417302B1 (en)*2023-01-312025-09-16Splunk Inc.Updating an edge device operating in a secure computing environment

Citations (7)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN110569033A (en)*2019-09-122019-12-13北京工商大学 A method for generating basic code of digital transaction smart contracts
CN111212110A (en)*2019-12-132020-05-29清华大学深圳国际研究生院Block chain-based federal learning system and method
CN111368319A (en)*2020-03-042020-07-03西安电子科技大学Block chain-based data security access method in federated learning environment
CN111552986A (en)*2020-07-102020-08-18鹏城实验室 Blockchain-based federated modeling method, device, device and storage medium
CN111698322A (en)*2020-06-112020-09-22福州数据技术研究院有限公司Medical data safety sharing method based on block chain and federal learning
CN112118295A (en)*2020-08-212020-12-22深圳大学File caching method and device, edge node and computer readable storage medium
CN112202928A (en)*2020-11-162021-01-08绍兴文理学院 Sensing edge cloud blockchain network trusted offload cooperative node selection system and method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN110569033A (en)*2019-09-122019-12-13北京工商大学 A method for generating basic code of digital transaction smart contracts
CN111212110A (en)*2019-12-132020-05-29清华大学深圳国际研究生院Block chain-based federal learning system and method
CN111368319A (en)*2020-03-042020-07-03西安电子科技大学Block chain-based data security access method in federated learning environment
CN111698322A (en)*2020-06-112020-09-22福州数据技术研究院有限公司Medical data safety sharing method based on block chain and federal learning
CN111552986A (en)*2020-07-102020-08-18鹏城实验室 Blockchain-based federated modeling method, device, device and storage medium
CN112118295A (en)*2020-08-212020-12-22深圳大学File caching method and device, edge node and computer readable storage medium
CN112202928A (en)*2020-11-162021-01-08绍兴文理学院 Sensing edge cloud blockchain network trusted offload cooperative node selection system and method

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
KIM H, ET AL: "Blockchained on-device federated learning", IEEE COMMUNICATIONS LETTERS, pages 1279 - 1283*
方俊杰等: "面向边缘人工智能计算的区块链技术综述", 应用科学学报, pages 1 - 21*
蔡维德等: "基于区块链的应用系统开发方法研究", 软件学报, pages 1474 - 1487*
蔡维德等: "能源区块链应用的基础设施互链网技术研究", 电力信息与通信技术, pages 23 - 29*

Cited By (27)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113518007A (en)*2021-07-062021-10-19华东师范大学 An efficient mutual learning method for heterogeneous models of multiple IoT devices based on federated learning
CN113592102A (en)*2021-07-232021-11-02青岛亿联信息科技股份有限公司Parking prediction model training method and system based on federal learning and block chain
CN113852601A (en)*2021-08-112021-12-28杭州师范大学Internet of vehicles matrix calculation safety unloading verifiable method based on intelligent contract
CN113852601B (en)*2021-08-112023-04-28杭州师范大学Intelligent contract-based internet of vehicles matrix computing security unloading verifiable method
CN113762528A (en)*2021-09-102021-12-07北京航空航天大学 A blockchain-based approach to federal credit assessment
CN113782111B (en)*2021-09-162023-07-18平安科技(深圳)有限公司Collaborative training method, system and storage medium based on drug development model
CN113782111A (en)*2021-09-162021-12-10平安科技(深圳)有限公司Drug research and development model-based collaborative training method, system and storage medium
WO2023040149A1 (en)*2021-09-162023-03-23平安科技(深圳)有限公司Cooperative training method and system based on drug research and development model and storage medium
CN114187006A (en)*2021-11-032022-03-15杭州未名信科科技有限公司Block chain supervision-based federal learning method
CN114329418A (en)*2021-11-192022-04-12北京邮电大学 Method and device for equipment authentication
CN114329418B (en)*2021-11-192025-07-04北京邮电大学 Device authentication method and device
CN114219097A (en)*2021-11-302022-03-22华南理工大学Federal learning training and prediction method and system based on heterogeneous resources
CN114219097B (en)*2021-11-302024-04-09华南理工大学Federal learning training and predicting method and system based on heterogeneous resources
CN114491623A (en)*2021-12-302022-05-13北京邮电大学Asynchronous federal learning method and system based on block chain
CN114491623B (en)*2021-12-302024-06-07北京邮电大学Asynchronous federation learning method and system based on blockchain
CN114580009A (en)*2022-01-132022-06-03吉林省元依科技有限公司Block chain data management method, system and storage medium based on federal learning
CN114978893A (en)*2022-04-182022-08-30西安交通大学Decentralized federal learning method and system based on block chain
CN114978893B (en)*2022-04-182024-04-12西安交通大学Block chain-based decentralization federation learning method and system
CN114996762A (en)*2022-07-192022-09-02山东省计算中心(国家超级计算济南中心)Medical data sharing and privacy protection method and system based on federal learning
CN115376031A (en)*2022-10-242022-11-22江西省科学院能源研究所Road unmanned aerial vehicle routing inspection data processing method based on federal adaptive learning
US12417302B1 (en)*2023-01-312025-09-16Splunk Inc.Updating an edge device operating in a secure computing environment
CN116489163B (en)*2023-06-162023-09-19清华大学 Multi-chain based edge personalized collaborative learning method and device
CN116489163A (en)*2023-06-162023-07-25清华大学Edge personalized collaborative learning method and device based on multiple chains
CN117610644A (en)*2024-01-192024-02-27南京邮电大学Federal learning optimization method based on block chain
CN117610644B (en)*2024-01-192024-04-16南京邮电大学Federal learning optimization method based on block chain
CN118018324A (en)*2024-04-072024-05-10深圳鸿祥源科技有限公司 IoT terminal management method based on blockchain
CN119577832A (en)*2024-11-192025-03-07北京信息科技大学 A blockchain smart contract management system based on federated learning

Similar Documents

PublicationPublication DateTitle
CN113052331A (en)Block chain-based Internet of things personalized federal learning method
US11683685B2 (en)Trusted IoT device configuration and onboarding
KR102789708B1 (en) Global validation of edge computing services
US11997220B2 (en)Scalable certificate management system architectures
WO2021164365A1 (en)Graph neural network model training method, apparatus and system
CN110300969B (en)Voting-consensus distributed account book
US11210416B2 (en)System and method for maintaining graphs having a policy engine and blockchain
CN112861152A (en)Federal learning incentive method and system based on permit chain
WO2022257730A1 (en)Methods and apparatus for multiple parties to collaboratively update model while protecting privacy, and system
WO2019010067A1 (en)Blockchain proof of custody, proof against tampering, proof of chain of custody
US12088719B2 (en)Method and system for incremental training of machine learning models on edge devices
US10972777B2 (en)Method and apparatus for authenticating media based on tokens
US11838406B2 (en)Systems and methods for control-data plane partitioning in virtual distributed ledger networks
CN114978635B (en)Cross-domain authentication method and device, user registration method and device
US20220070668A1 (en)Digital vehicle identity network
US20230198768A1 (en)Efficient transfer of authentication credentials between client devices
US11218463B2 (en)Trust establishment to deploy servers in data centers
CN110099065A (en)Internet of things equipment and authentication method, Cloud Server, processing equipment, readable medium
CN114579857A (en) Object recommendation method, device and system based on blockchain
CN114187006A (en)Block chain supervision-based federal learning method
US11431493B1 (en)Systems and methods for secure authentication
JP2023120287A (en)Scalable certificate management system architecture
CN114553440B (en) Cross-data center identity authentication method and system based on blockchain and attribute signature
CN115330400A (en)Block chain tracing method, device, system, computing equipment and storage medium
CN116489637B (en) A privacy-preserving mobile edge computing method for the metaverse

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
WD01Invention patent application deemed withdrawn after publication
WD01Invention patent application deemed withdrawn after publication

Application publication date:20210629


[8]ページ先頭

©2009-2025 Movatter.jp