CN111125779A - Block chain-based federal learning method and device - Google Patents

Block chain-based federal learning method and device Download PDF

Info

Publication number
CN111125779A
CN111125779A CN201911304630.7A CN201911304630A CN111125779A CN 111125779 A CN111125779 A CN 111125779A CN 201911304630 A CN201911304630 A CN 201911304630A CN 111125779 A CN111125779 A CN 111125779A
Authority
CN
China
Prior art keywords
data
node
participant
training
block chain
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
CN201911304630.7A
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.)
Jinan Tengming Information Technology Co ltd
Original Assignee
Shandong Inspur Artificial Intelligence Research Institute Co Ltd
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 Shandong Inspur Artificial Intelligence Research Institute Co Ltd filed Critical Shandong Inspur Artificial Intelligence Research Institute Co Ltd
Priority to CN201911304630.7A priority Critical patent/CN111125779A/en
Publication of CN111125779A publication Critical patent/CN111125779A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Bioethics (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Medical Informatics (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application discloses a block chain-based federated learning method and a block chain-based federated learning device, wherein the method comprises the following steps: determining a block chain; the coordinator node creates a federal learning task according to the model original data sent by each participant node; receiving training data obtained by local training of participant nodes; sending parameters to be updated to other participant nodes according to the training data so that the other participant nodes update the model parameters of the other participant nodes according to the parameters to be updated; and after the model training is finished, issuing reward resources according to the training data provided by each participant node in the training process, and writing the reward into the block chain. Compared with the traditional mode, the mutual trust problem of all parties is effectively solved; all parties participating in federal learning negotiate together to generate coordinator nodes, so that the transparency of the process is improved; the federal learning whole-process data is recorded in a block chain, so that the traceability of data operation is ensured; all parties are encouraged to participate actively by rewarding resources, and the enthusiasm of the parties is improved.

Description

Block chain-based federal learning method and device
Technical Field
The application relates to the field of federal learning, in particular to a block chain-based federal learning method and a block chain-based federal learning device.
Background
Federal Learning (Federal Learning) is a new artificial intelligence basic technology, which was proposed by Google in 2016, and is originally used for solving the problem of local model updating of android mobile phone terminal users, and the design goal of the technology is to carry out efficient machine Learning among multiple parties or multiple computing nodes on the premise of guaranteeing information safety during big data exchange, protecting terminal data and personal data privacy and guaranteeing legal compliance. In most industries, data exists in an isolated island mode, and due to the problems of industry competition, privacy safety, complex administrative procedures and the like, even if data integration is realized among different departments of the same company, the important resistance is also faced, through federal learning, encryption operation is carried out on interactive data in the process of model training and reasoning, and the respective data are efficiently and accurately used together to a certain extent.
However, in the prior art, since the data contribution of each participant cannot be accurately evaluated, it is finally difficult to divide the benefit according to the contribution of each participant. And mutual trust can not be achieved among all the participants, and the training efficiency of the model during federal learning can be reduced.
Disclosure of Invention
In order to solve the above problem, the present application provides a block chain-based federal learning method, including: determining a pre-created block chain, wherein nodes of the block chain at least comprise participant nodes participating in federated learning and coordinator nodes processing data in the federated learning; the coordinator node creates a federal learning task according to the model original data sent by each participant node, and writes the federal learning task into the block chain; receiving training data obtained by local training of the participant node, and writing the training data into the block chain; sending parameters to be updated to other participant nodes according to the training data so that the other participant nodes update the model parameters of the other participant nodes according to the parameters to be updated; and after the model training is finished, issuing reward resources according to the training data provided by each participant node in the training process, and writing the reward resources into the block chain.
In one example, receiving training data obtained by the participant node training locally comprises: receiving intermediate gradient data obtained by local training of the participant nodes; sending the intermediate gradient data to a corresponding target participant node; receiving first feedback data which are returned by the target participant node and generated by training the model according to own label data; determining total gradient data in the current training round according to the first feedback data; sending parameters to be updated to other participant nodes according to the training data, wherein the parameters to be updated comprise: and sending the parameters to be updated to other participant nodes according to the total gradient data.
In one example, the issuing of reward resources according to the training data provided by each participant node in the training process includes: and issuing reward resources according to the training data provided by each participant node in the training process and the promotion effect of the training data on the model, wherein the training data comprises the intermediate gradient data and the first feedback data.
In one example, after sending the intermediate gradient data to the corresponding target participant node, the method further comprises: receiving second feedback data which are returned by the target participant node and represent that the target participant node does not own corresponding label data; and sending the intermediate gradient data to other target participant nodes.
In one example, before sending the parameters to be updated to the other participant nodes according to the training data, the method further comprises: and determining that the historical training data which is the same as the training data does not exist according to the historical training data received by the user.
In one example, the blockchain comprises a management node, an endorsement node and an accounting node, and intelligent contracts are deployed in the blockchain; the management node is used for controlling whether an external node is allowed to be deployed in the block chain as a participant node; the endorsement node is used for executing the intelligent contract and sending an execution result to the accounting node; and the accounting node is used for sending a notice to the corresponding node and processing the issuance and transaction of the reward resource.
In one example, the smart contract includes at least one of the model raw data, third party validation data, the training data, the reward resource.
In one example, the intelligent contract is for: when the original data of the model meet the preset requirements, creating the federal learning task; or the effect of the model is verified through the third party verification data, and the verification result is written into the block chain; or issuing the reward resource according to the training data.
In one example, the method further comprises: receiving inference calculation demand information sent by a first participant node; and sending the inference calculation demand information to a second participant node so that the second participant node assists the first participant node in carrying out inference calculation, and receiving the token sent by the first participant node as a reward of the transaction after the inference calculation is finished.
On the other hand, this application has still provided a block chain-based federal learning device, includes: the system comprises a determining module, a judging module and a judging module, wherein the determining module determines a pre-created block chain, and nodes of the block chain at least comprise participant nodes participating in federated learning and coordinator nodes processing data in the federated learning; the coordinator node creates a federal learning task according to the model original data sent by each participant node, and writes the federal learning task into the block chain; the receiving module is used for receiving training data obtained by local training of the participant node and writing the training data into the block chain; the updating module is used for sending parameters to be updated to other participant nodes according to the training data so that the other participant nodes update the model parameters of the other participant nodes according to the parameters to be updated; and the reward module is used for issuing reward resources according to the training data provided by each participant node in the training process after the model training is finished, and writing the reward resources into the block chain.
The federal learning method provided by the application can bring the following beneficial effects:
the block chains are effectively utilized, related interest parties participating in federal learning are combined, and block chain infrastructure is utilized to write into the block chains, so that the chain linking of the federal learning training reasoning whole life cycle is realized; compared with the traditional mode, the method effectively solves the mutual trust problem of each party through a unified and decentralized mode, increases the cooperation of each party, and reduces the trust cost and the operation cost of federal study; all parties participating in federal learning negotiate together to generate coordinator nodes, and the coordinator nodes monitor the operation process of the coordinator nodes together, so that the process transparency is improved; the data of the whole course of the federal study are recorded in the block chain, so that the traceability of data operation is ensured, related responsible parties are more effectively traced, the behaviors of federal study participants are standardized to a certain extent, all parties are encouraged to participate actively by rewarding resources, the enthusiasm of sharing high-quality data and mutual cooperation of the participants is improved, a more efficient and accurate model is formed, and the efficiency of final business is improved.
In addition, the whole process of federated learning joint modeling and reasoning can be realized in an intelligent contract form, the automatic execution of the intelligent contract also reduces the artificial influence, and the data privacy of the joint modeling process is ensured through means such as encryption transmission, digital summarization, anonymization, secure channel transmission and the like.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is a schematic flow chart of a block chain-based federal learning method in an embodiment of the present application;
FIG. 2 is a block chain-based module schematic diagram of a federated learning apparatus in an embodiment of the present application;
FIG. 3 is a block chain structure diagram according to an embodiment of the present application;
FIG. 4 is a block diagram of a blockchain according to an embodiment of the present invention;
fig. 5 is a flowchart illustrating another federal learning method based on a blockchain in the embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the technical solutions of the present application will be described in detail and completely with reference to the following specific embodiments of the present application and the accompanying drawings. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The technical solutions provided by the embodiments of the present application are described in detail below with reference to the accompanying drawings.
As shown in fig. 1 and fig. 5, an embodiment of the present application provides a block chain-based federal learning method, where the method includes:
s101, determining a pre-created block chain, wherein nodes of the block chain at least comprise participant nodes participating in federal learning and coordinator nodes processing data in the federal learning.
First, a pre-created blockchain is determined, and as shown in fig. 3, infrastructure in the blockchain may be established by a blockchain service provider of the cloud data center in a P2P (peer-to-peer) consensus network, and a corresponding consensus algorithm is selected to form a P2P consensus network.
The cloud data center gathers a large amount of computing storage resources and provides cloud infrastructure services for federal learning participants, wherein the infrastructure services comprise a trusted execution environment, an encryption and decryption service, a block chain infrastructure service and a third-party certificate authentication service provided by a third-party digital authentication center.
In particular, the trusted execution environment provides a secure execution environment of the authorization security system, protecting the confidentiality, integrity, and access rights of application resources and data running on the trusted execution environment. Particularly, when the trusted execution environment in the cloud data center is in safe connection with the hardware encryption device, exclusive and special cryptographic service is provided for the trusted execution environment. The encryption and decryption services are provided by the cloud data center through hardware encryption equipment and comprise asymmetric encryption, digital signature, identity authentication, homomorphic encryption and the like. The blockchain infrastructure services are provided by providers, blockchain infrastructure is established in a P2P consensus network, and all intelligent contract execution status results are recorded in blockchains by creating a reward resource, such as a token, to which value is assigned as a reward, and disclosing the intelligent contract programs to be executed in blockchains for all participants and community developers to review. The third-party digital certificate authentication center is responsible for issuing digital certificates, can be provided by the block chain infrastructure in a matching way, and realizes the safe communication and identity authentication between the joint modeling participants and the block chain nodes.
The block chain at least comprises two types of nodes, one type of node is a participant node participating in the federal learning, each participant node runs a training program in a local trusted execution environment, and a model is trained together through the federal learning and provides corresponding data so as to complete the federal learning task. The other type is a coordinator node, and the coordinator node processes various data in the federal learning, such as collection, calculation and distribution of relevant parameters of the model, and simultaneously issues relevant intelligent contract determination process data and evaluation results. The coordinator node may be generated and supervised jointly by the participant nodes,
s102, the coordinator node creates a federal learning task according to the model original data sent by each participant node, and writes the federal learning task into the block chain.
After determining the blockchain, the participant nodes may collectively negotiate raw data that determines the model, where the raw data may include metadata, validation data sets, and service specifications of the coordinator node. And the coordinator node initializes, operates in a trusted operation environment, is connected with the encryption and decryption service, and issues a digital certificate by a digital certificate certification center for identity certification. And then, after the coordinator node receives the original data, a federal learning task can be created, and the federal learning task is written into the block chain.
Of course, third party verification data may be provided by each participant node to the coordinator node over a secure channel after the federal learning task is written into the blockchain. And the coordinator node executes the verification data set, generates a verification result after verifying the validity, and writes the verification result into the block chain.
S103, receiving training data obtained by local training of the participant node, and writing the training data into the block chain.
And S104, sending the parameters to be updated to other participant nodes according to the training data so that the other participant nodes update the model parameters of the other participant nodes according to the parameters to be updated.
After the federal learning task is established, the participant nodes correspondingly train in respective local places according to model original data to obtain training data, and then the training data is sent to the coordinator nodes, and the coordinator nodes can write the training data into the block chain. After the training data is obtained, the parameters to be updated may be determined based on the training data. The parameters to be updated here refer to parameters that need to be updated in the model after the model is trained. And then the parameters to be updated are sent to other participant nodes, and the other participant nodes can update the parameters of the model of the self body according to the parameters to be updated.
Specifically, the training method of the federal learning task is usually trained by a gradient descent method, so that the participant node does not have corresponding label data, a complete gradient training cannot be completed during training, intermediate gradient data can be generated, and at this time, the participant node can send the encrypted intermediate gradient data to the coordinator node through a trusted channel. Then the coordinator node determines whether the same intermediate gradient data exists according to the historical training data which is received by the coordinator node and stored locally. If the intermediate gradient data exists, the intermediate gradient data is sent before, only the intermediate gradient data is recorded and stored locally, and the intermediate gradient data does not need to be forwarded. If the intermediate gradient data does not exist, the intermediate gradient data is indicated to be new data, the intermediate gradient data can be sent to a target participant node with corresponding label data, the target participant node calculates loss according to the label data owned by the target participant node, corresponding feedback data (called first feedback data) is encrypted and then returned to the coordinator node, the coordinator node determines total gradient data in the training round according to the first feedback data, and sends parameters to be updated to other participant nodes according to the total gradient data. After updating the parameters, the other participant nodes may send acknowledgement messages to the participant nodes. The participant node can determine that the gradient update of the current round is completed.
In addition, if the target participant node does not own the corresponding label data and cannot be trained through the intermediate gradient data, a second feedback data indicating that the target participant node does not own the corresponding label data can be returned, and the coordinator node sends the second feedback data to other target participant nodes.
And S105, after model training is finished, distributing reward resources according to the training data provided by each participant node in the training process, and writing the reward resources into the block chain.
The model is continuously trained by the method in the steps until the loss function is converged, the model training can be determined to be completed, at this time, reward resources can be issued to each participant node according to training data provided by each participant node in the training process, such as intermediate gradient data and first feedback data, and the reward resources are written into the block chain. The bonus resource may be a token, a priority level when writing data to the blockchain, or some authority, and will not be described herein.
In one embodiment, the blockchain further comprises a management node, an endorsement node and an accounting node, and the blockchain is also deployed with an intelligent contract. Each participant node can jointly select a management node, an endorsement node and an accounting node in the blockchain, and a third-party digital certificate authentication center issues a digital certificate to realize mutual trust among the nodes. In the election, the three nodes may be elected from the participant nodes, or a new node may be created separately, which is not limited herein. The management node is used to control whether the external node is allowed to be deployed in the blockchain as a participant node, i.e. is responsible for admission of the participant node. And the endorsement node is used for executing the intelligent contract and sending an execution result to the accounting node. The accounting nodes reach consensus, generate new blocks, complete related operations according to preset rules, send notifications to corresponding nodes, and process the issuance and transaction of reward resources.
Further, as shown in FIG. 4, a corresponding intelligent contract may be generated and deployed in a blockchain. Wherein the smart contract comprises at least one of model raw data, third party verification data, training data, and reward resources. The intelligent contract is used for: when the original data of the model meet the preset requirements, creating a federal learning task; or verifying the effect of the model through third-party verification data, and writing a verification result into the block chain; or awarding bonus resources based on the training data. Because the intelligent contract is deployed on the block chain, each node can be examined, the rights and interests of each node are guaranteed, and the convenience in data processing is improved.
In particular, intelligent contracts may include creating mission intelligent contracts that are examined after each participant node provides model raw data. And if the corresponding requirements or standards are met, creating a federal learning task and starting to train the model. The method can also comprise a model initial effect intelligent contract and a model training effect intelligent contract, each participant node provides third party verification data, and when the model is not trained, the initial effect of the model is verified and written into a block chain; and after the model training is finished, verifying the training effect of the model and writing the training effect into the block chain. The method can also comprise gradient updating intelligent contracts, and in the training process of the model, the training data sent by each participant node in the training process of the round and the corresponding promotion effect can be written into the block chain every time the training of one gradient is completed. And the intelligent reward contract is also included, and reward resources are issued according to the data volume provided by each participant node and the model improvement effect after the model training is finished.
In one embodiment, if a participant node needs other nodes to assist itself in performing inference calculations, corresponding inference calculation requirement information can be sent to the coordinator node. And then the coordinator node sends the inference calculation requirement information to the second participant node after receiving the inference calculation requirement information sent by the first participant node. And after receiving the information, the second participant node assists the first participant node to carry out reasoning calculation, and after the reasoning calculation is finished, the second participant node receives the token sent by the first participant node as a reward of the transaction. The coordinator node may then write the process of this transaction into the blockchain.
It should be noted that, in the foregoing embodiment of the present application, when data is transmitted and received and data is written into a block chain, original data may be written, or data may be hashed and then written, which is not limited herein.
The embodiment of the present application further provides a block chain-based federal learning device, including:
the determining module 201 is configured to determine a pre-created block chain, where nodes of the block chain at least include a participant node participating in federated learning and a coordinator node processing data in the federated learning;
a creating module 202, where the coordinator node creates a federal learning task according to the model raw data sent by each participant node, and writes the federal learning task into the block chain;
the receiving module 203 receives training data obtained by local training of the participant node, and writes the training data into the block chain;
the updating module 204 is used for sending parameters to be updated to other participant nodes according to the training data so that the other participant nodes update the model parameters of the other participant nodes according to the parameters to be updated;
and the reward module 205, after the model training is completed, issues reward resources according to the training data provided by each participant node in the training process, and writes the reward resources into the block chain.
The above description is merely one or more embodiments of the present disclosure and is not intended to limit the present disclosure. Various modifications and alterations to one or more embodiments of the present description will be apparent to those skilled in the art. Any modification, equivalent replacement, improvement or the like made within the spirit and principle of one or more embodiments of the present specification should be included in the scope of the claims of the present specification.

Claims (10)

1. A block chain-based federated learning method is characterized by comprising the following steps:
determining a pre-created block chain, wherein nodes of the block chain at least comprise participant nodes participating in federated learning and coordinator nodes processing data in the federated learning;
the coordinator node creates a federal learning task according to the model original data sent by each participant node, and writes the federal learning task into the block chain;
receiving training data obtained by local training of the participant node, and writing the training data into the block chain;
sending parameters to be updated to other participant nodes according to the training data so that the other participant nodes update the model parameters of the other participant nodes according to the parameters to be updated;
and after the model training is finished, issuing reward resources according to the training data provided by each participant node in the training process, and writing the reward resources into the block chain.
2. The method of claim 1, wherein receiving training data that is trained locally by the participant node comprises:
receiving intermediate gradient data obtained by local training of the participant nodes;
sending the intermediate gradient data to a corresponding target participant node;
receiving first feedback data which are returned by the target participant node and generated by training the model according to own label data;
determining total gradient data in the current training round according to the first feedback data;
sending parameters to be updated to other participant nodes according to the training data, wherein the parameters to be updated comprise:
and sending the parameters to be updated to other participant nodes according to the total gradient data.
3. The method of claim 2, wherein distributing reward resources based on the training data provided by each participant node during the training process comprises:
and issuing reward resources according to the training data provided by each participant node in the training process and the promotion effect of the training data on the model, wherein the training data comprises the intermediate gradient data and the first feedback data.
4. The method of claim 2, wherein after sending the intermediate gradient data to the corresponding target participant node, the method further comprises:
receiving second feedback data which are returned by the target participant node and represent that the target participant node does not own corresponding label data;
and sending the intermediate gradient data to other target participant nodes.
5. The method of claim 1, wherein before sending parameters to be updated to other participant nodes according to the training data, the method further comprises:
and determining that the historical training data which is the same as the training data does not exist according to the historical training data received by the user.
6. The method of claim 1, wherein the blockchain comprises a management node, an endorsement node, and an accounting node, and wherein an intelligent contract is deployed in the blockchain;
the management node is used for controlling whether an external node is allowed to be deployed in the block chain as a participant node;
the endorsement node is used for executing the intelligent contract and sending an execution result to the accounting node;
and the accounting node is used for sending a notice to the corresponding node and processing the issuance and transaction of the reward resource.
7. The method of claim 6, wherein the smart contract comprises at least one of the model raw data, third party validation data, the training data, and the reward resource.
8. The method of claim 7, wherein the smart contract is configured to:
when the original data of the model meet the preset requirements, creating the federal learning task; or
Verifying the effect of the model through the third party verification data, and writing a verification result into the block chain; or
And issuing the reward resources according to the training data.
9. The method of claim 6, further comprising:
receiving inference calculation demand information sent by a first participant node;
and sending the inference calculation demand information to a second participant node so that the second participant node assists the first participant node in carrying out inference calculation, and receiving the token sent by the first participant node as a reward of the transaction after the inference calculation is finished.
10. A block chain-based federated learning device, comprising:
the system comprises a determining module, a judging module and a judging module, wherein the determining module determines a pre-created block chain, and nodes of the block chain at least comprise participant nodes participating in federated learning and coordinator nodes processing data in the federated learning;
the coordinator node creates a federal learning task according to the model original data sent by each participant node, and writes the federal learning task into the block chain;
the receiving module is used for receiving training data obtained by local training of the participant node and writing the training data into the block chain;
the updating module is used for sending parameters to be updated to other participant nodes according to the training data so that the other participant nodes update the model parameters of the other participant nodes according to the parameters to be updated;
and the reward module is used for issuing reward resources according to the training data provided by each participant node in the training process after the model training is finished, and writing the reward resources into the block chain.
CN201911304630.7A 2019-12-17 2019-12-17 Block chain-based federal learning method and device Pending CN111125779A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911304630.7A CN111125779A (en) 2019-12-17 2019-12-17 Block chain-based federal learning method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911304630.7A CN111125779A (en) 2019-12-17 2019-12-17 Block chain-based federal learning method and device

Publications (1)

Publication Number Publication Date
CN111125779A true CN111125779A (en) 2020-05-08

Family

ID=70498324

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911304630.7A Pending CN111125779A (en) 2019-12-17 2019-12-17 Block chain-based federal learning method and device

Country Status (1)

Country Link
CN (1) CN111125779A (en)

Cited By (58)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111340242A (en) * 2020-05-15 2020-06-26 支付宝(杭州)信息技术有限公司 Model joint training method and device for protecting privacy
CN111539731A (en) * 2020-06-19 2020-08-14 支付宝(杭州)信息技术有限公司 Block chain-based federal learning method and device and electronic equipment
CN111612168A (en) * 2020-06-30 2020-09-01 腾讯科技(深圳)有限公司 Management method and related device for machine learning task
CN111614679A (en) * 2020-05-22 2020-09-01 深圳前海微众银行股份有限公司 Federal learning qualification recovery method, device and readable storage medium
CN111652382A (en) * 2020-06-04 2020-09-11 深圳前海微众银行股份有限公司 Data processing method, device and equipment based on block chain and storage medium
CN111698322A (en) * 2020-06-11 2020-09-22 福州数据技术研究院有限公司 Medical data safety sharing method based on block chain and federal learning
CN111723946A (en) * 2020-06-19 2020-09-29 深圳前海微众银行股份有限公司 Federal learning method and device applied to block chain
CN111858753A (en) * 2020-06-30 2020-10-30 全链通有限公司 Block chain-based training parameter processing method, device and storage medium
CN111901309A (en) * 2020-07-03 2020-11-06 北京邮电大学 Data security sharing method, system and device
CN111931242A (en) * 2020-09-30 2020-11-13 国网浙江省电力有限公司电力科学研究院 Data sharing method, computer equipment applying same and readable storage medium
CN111930698A (en) * 2020-07-01 2020-11-13 南京晓庄学院 Data security sharing method based on Hash diagram and federal learning
CN111967610A (en) * 2020-08-18 2020-11-20 中国银行股份有限公司 Block chain-based federal learning incentive method, device, equipment and storage medium
CN111966698A (en) * 2020-07-03 2020-11-20 华南师范大学 Credible federal learning method, system, device and medium based on block chain
CN111985000A (en) * 2020-08-21 2020-11-24 深圳前海微众银行股份有限公司 Model service output method, device, equipment and storage medium
CN112132198A (en) * 2020-09-16 2020-12-25 建信金融科技有限责任公司 Data processing method, device and system and server
CN112182102A (en) * 2020-09-23 2021-01-05 西安纸贵互联网科技有限公司 Method and device for processing data in federal learning, electronic equipment and storage medium
CN112232437A (en) * 2020-11-04 2021-01-15 深圳技术大学 Internet of things terminal data analysis method and system
CN112232527A (en) * 2020-09-21 2021-01-15 北京邮电大学 Safe distributed federal deep learning method
CN112348204A (en) * 2020-11-05 2021-02-09 大连理工大学 Safe sharing method for marine Internet of things data under edge computing framework based on federal learning and block chain technology
CN112434313A (en) * 2020-11-11 2021-03-02 北京邮电大学 Data sharing method, system, electronic device and storage medium
CN112434818A (en) * 2020-11-19 2021-03-02 脸萌有限公司 Model construction method, device, medium and electronic equipment
CN112465117A (en) * 2020-11-25 2021-03-09 平安科技(深圳)有限公司 Contract generation model construction method, device, equipment and storage medium
CN112540926A (en) * 2020-12-17 2021-03-23 杭州趣链科技有限公司 Resource allocation fairness federal learning method based on block chain
CN112597240A (en) * 2021-03-01 2021-04-02 索信达(北京)数据技术有限公司 Federal learning data processing method and system based on alliance chain
CN112598132A (en) * 2020-12-04 2021-04-02 光大科技有限公司 Model training method and device, storage medium and electronic device
CN112634027A (en) * 2020-12-30 2021-04-09 杭州趣链科技有限公司 Self-adaptive federal parameter aggregation method for credit assessment of small and micro enterprises
CN112651592A (en) * 2020-11-27 2021-04-13 科技谷(厦门)信息技术有限公司 Enterprise credit assessment system based on multimodal transport
CN112668049A (en) * 2020-12-30 2021-04-16 杭州趣链科技有限公司 Alliance chain processing method for multi-party joint calculation
CN112671613A (en) * 2020-12-28 2021-04-16 深圳市彬讯科技有限公司 Federal learning cluster monitoring method, device, equipment and medium
CN112765677A (en) * 2020-12-30 2021-05-07 杭州溪塔科技有限公司 Block chain-based federal learning method, device and system
CN112784994A (en) * 2020-12-31 2021-05-11 浙江大学 Block chain-based federated learning data participant contribution value calculation and excitation method
CN112801307A (en) * 2021-04-13 2021-05-14 深圳索信达数据技术有限公司 Block chain-based federal learning method and device and computer equipment
CN112861152A (en) * 2021-02-08 2021-05-28 北京航空航天大学 Federal learning incentive method and system based on permit chain
CN113037722A (en) * 2021-02-26 2021-06-25 济南浪潮高新科技投资发展有限公司 Intrusion detection method and device for edge calculation scene
CN113194126A (en) * 2021-04-21 2021-07-30 泉州华中科技大学智能制造研究院 Block chain-based transverse federated learning model construction method
CN113191090A (en) * 2021-05-31 2021-07-30 中国银行股份有限公司 Block chain-based federal modeling method and device
CN113204795A (en) * 2021-07-07 2021-08-03 数据堂(北京)科技股份有限公司 Data sharing method and device based on federal data and federal service
CN113268758A (en) * 2021-06-17 2021-08-17 上海万向区块链股份公司 Data sharing system, method, medium and device based on federal learning
CN113283990A (en) * 2021-06-03 2021-08-20 光大科技有限公司 Data sharing processing method and device
CN113408746A (en) * 2021-06-22 2021-09-17 深圳大学 Block chain-based distributed federal learning method and device and terminal equipment
CN113420335A (en) * 2021-08-24 2021-09-21 浙江数秦科技有限公司 Block chain-based federal learning system
CN113468133A (en) * 2021-05-23 2021-10-01 杭州医康慧联科技股份有限公司 Online sharing system suitable for data model
CN113542220A (en) * 2021-06-09 2021-10-22 浙江泰科数联信息技术有限公司 Data security sharing method based on block chain
CN113643390A (en) * 2021-10-13 2021-11-12 启东市永圣医疗用品厂 Medical image compression storage method based on block chain and federal learning
JP2021193568A (en) * 2020-10-16 2021-12-23 ベイジン バイドゥ ネットコム サイエンス テクノロジー カンパニー リミテッド Federation learning method and device for improving matching efficiency, electronic device, and medium
CN113987077A (en) * 2021-12-23 2022-01-28 太极计算机股份有限公司 Data sensing and cross-link scheduling method and device based on chain code mechanism
CN114118438A (en) * 2021-10-18 2022-03-01 华北电力大学 Privacy protection machine learning training and reasoning method and system based on block chain
CN114187006A (en) * 2021-11-03 2022-03-15 杭州未名信科科技有限公司 Block chain supervision-based federal learning method
CN114417421A (en) * 2022-01-26 2022-04-29 深圳技术大学 Meta-universe-based shared information privacy protection method and related device
CN114548473A (en) * 2020-11-26 2022-05-27 新智数字科技有限公司 Resource allocation method, device, readable medium and electronic equipment
CN114548472A (en) * 2020-11-26 2022-05-27 新智数字科技有限公司 Resource allocation method, device, readable medium and electronic equipment
CN114580665A (en) * 2022-03-15 2022-06-03 星环信息科技(上海)股份有限公司 Federated learning system, method, device, equipment and storage medium
CN114723441A (en) * 2021-01-05 2022-07-08 中国移动通信有限公司研究院 Method, device and equipment for constraining behaviors of demander and participator
CN114764707A (en) * 2021-01-04 2022-07-19 中国移动通信有限公司研究院 Federal learning model training method and system
CN114819197A (en) * 2022-06-27 2022-07-29 杭州同花顺数据开发有限公司 Block chain alliance-based federal learning method, system, device and storage medium
CN115345317A (en) * 2022-08-05 2022-11-15 北京交通大学 Fair reward distribution method based on fairness theory and oriented to federal learning
WO2023141809A1 (en) * 2022-01-26 2023-08-03 深圳技术大学 Metaverse-based shared information privacy protection method and related apparatus
CN116961939A (en) * 2022-04-14 2023-10-27 苏州科技大学 Trusted federation learning method based on alliance chain

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110443063A (en) * 2019-06-26 2019-11-12 电子科技大学 The method of the federal deep learning of self adaptive protection privacy
CN110490330A (en) * 2019-08-16 2019-11-22 安徽航天信息有限公司 A kind of distributed machines learning system based on block chain
CN110490738A (en) * 2019-08-06 2019-11-22 深圳前海微众银行股份有限公司 A kind of federal learning method of mixing and framework
CN110490335A (en) * 2019-08-07 2019-11-22 深圳前海微众银行股份有限公司 A kind of method and device calculating participant's contribution rate

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110443063A (en) * 2019-06-26 2019-11-12 电子科技大学 The method of the federal deep learning of self adaptive protection privacy
CN110490738A (en) * 2019-08-06 2019-11-22 深圳前海微众银行股份有限公司 A kind of federal learning method of mixing and framework
CN110490335A (en) * 2019-08-07 2019-11-22 深圳前海微众银行股份有限公司 A kind of method and device calculating participant's contribution rate
CN110490330A (en) * 2019-08-16 2019-11-22 安徽航天信息有限公司 A kind of distributed machines learning system based on block chain

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王亚珅: "面向数据共享交换的联邦学习技术发展综述", 《无人系统技术》 *

Cited By (89)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111340242B (en) * 2020-05-15 2020-08-04 支付宝(杭州)信息技术有限公司 Model joint training method and device for protecting privacy
CN111340242A (en) * 2020-05-15 2020-06-26 支付宝(杭州)信息技术有限公司 Model joint training method and device for protecting privacy
CN111614679A (en) * 2020-05-22 2020-09-01 深圳前海微众银行股份有限公司 Federal learning qualification recovery method, device and readable storage medium
CN111652382B (en) * 2020-06-04 2021-08-06 深圳前海微众银行股份有限公司 Data processing method, device and equipment based on block chain and storage medium
CN111652382A (en) * 2020-06-04 2020-09-11 深圳前海微众银行股份有限公司 Data processing method, device and equipment based on block chain and storage medium
CN111698322A (en) * 2020-06-11 2020-09-22 福州数据技术研究院有限公司 Medical data safety sharing method based on block chain and federal learning
CN111539731A (en) * 2020-06-19 2020-08-14 支付宝(杭州)信息技术有限公司 Block chain-based federal learning method and device and electronic equipment
CN111723946A (en) * 2020-06-19 2020-09-29 深圳前海微众银行股份有限公司 Federal learning method and device applied to block chain
CN111858753A (en) * 2020-06-30 2020-10-30 全链通有限公司 Block chain-based training parameter processing method, device and storage medium
CN111858753B (en) * 2020-06-30 2023-11-17 全链通有限公司 Training parameter processing method, device and storage medium based on block chain
CN111612168A (en) * 2020-06-30 2020-09-01 腾讯科技(深圳)有限公司 Management method and related device for machine learning task
CN111930698A (en) * 2020-07-01 2020-11-13 南京晓庄学院 Data security sharing method based on Hash diagram and federal learning
CN111930698B (en) * 2020-07-01 2024-03-15 南京晓庄学院 Data security sharing method based on hash map and federal learning
CN111966698B (en) * 2020-07-03 2023-06-13 华南师范大学 Block chain-based trusted federation learning method, system, device and medium
CN111966698A (en) * 2020-07-03 2020-11-20 华南师范大学 Credible federal learning method, system, device and medium based on block chain
CN111901309B (en) * 2020-07-03 2022-03-22 北京邮电大学 Data security sharing method, system and device
CN111901309A (en) * 2020-07-03 2020-11-06 北京邮电大学 Data security sharing method, system and device
CN111967610A (en) * 2020-08-18 2020-11-20 中国银行股份有限公司 Block chain-based federal learning incentive method, device, equipment and storage medium
CN111967610B (en) * 2020-08-18 2024-02-23 中国银行股份有限公司 Federal learning incentive method, device, equipment and storage medium based on block chain
CN111985000A (en) * 2020-08-21 2020-11-24 深圳前海微众银行股份有限公司 Model service output method, device, equipment and storage medium
CN112132198A (en) * 2020-09-16 2020-12-25 建信金融科技有限责任公司 Data processing method, device and system and server
CN112132198B (en) * 2020-09-16 2021-06-04 建信金融科技有限责任公司 Data processing method, device and system and server
CN112232527A (en) * 2020-09-21 2021-01-15 北京邮电大学 Safe distributed federal deep learning method
CN112232527B (en) * 2020-09-21 2024-01-23 北京邮电大学 Safe distributed federal deep learning method
CN112182102A (en) * 2020-09-23 2021-01-05 西安纸贵互联网科技有限公司 Method and device for processing data in federal learning, electronic equipment and storage medium
CN111931242A (en) * 2020-09-30 2020-11-13 国网浙江省电力有限公司电力科学研究院 Data sharing method, computer equipment applying same and readable storage medium
JP2021193568A (en) * 2020-10-16 2021-12-23 ベイジン バイドゥ ネットコム サイエンス テクノロジー カンパニー リミテッド Federation learning method and device for improving matching efficiency, electronic device, and medium
EP3859557A3 (en) * 2020-10-16 2021-12-29 Beijing Baidu Netcom Science And Technology Co. Ltd. Federated learning method and device for improving matching efficiency, electronic device, and medium
CN112232437A (en) * 2020-11-04 2021-01-15 深圳技术大学 Internet of things terminal data analysis method and system
CN112348204A (en) * 2020-11-05 2021-02-09 大连理工大学 Safe sharing method for marine Internet of things data under edge computing framework based on federal learning and block chain technology
CN112434313A (en) * 2020-11-11 2021-03-02 北京邮电大学 Data sharing method, system, electronic device and storage medium
CN112434818A (en) * 2020-11-19 2021-03-02 脸萌有限公司 Model construction method, device, medium and electronic equipment
CN112434818B (en) * 2020-11-19 2023-09-26 脸萌有限公司 Model construction method, device, medium and electronic equipment
CN112465117B (en) * 2020-11-25 2024-05-07 平安科技(深圳)有限公司 Contract generation model construction method, device, equipment and storage medium
CN112465117A (en) * 2020-11-25 2021-03-09 平安科技(深圳)有限公司 Contract generation model construction method, device, equipment and storage medium
CN114548473A (en) * 2020-11-26 2022-05-27 新智数字科技有限公司 Resource allocation method, device, readable medium and electronic equipment
CN114548472A (en) * 2020-11-26 2022-05-27 新智数字科技有限公司 Resource allocation method, device, readable medium and electronic equipment
CN112651592A (en) * 2020-11-27 2021-04-13 科技谷(厦门)信息技术有限公司 Enterprise credit assessment system based on multimodal transport
CN112651592B (en) * 2020-11-27 2022-05-06 科技谷(厦门)信息技术有限公司 Enterprise credit assessment system based on multimodal transport
CN112598132A (en) * 2020-12-04 2021-04-02 光大科技有限公司 Model training method and device, storage medium and electronic device
CN112540926B (en) * 2020-12-17 2024-10-15 杭州趣链科技有限公司 Federal learning method for fair resource allocation based on blockchain
CN112540926A (en) * 2020-12-17 2021-03-23 杭州趣链科技有限公司 Resource allocation fairness federal learning method based on block chain
CN112671613A (en) * 2020-12-28 2021-04-16 深圳市彬讯科技有限公司 Federal learning cluster monitoring method, device, equipment and medium
CN112671613B (en) * 2020-12-28 2022-08-23 深圳市彬讯科技有限公司 Federal learning cluster monitoring method, device, equipment and medium
CN112634027A (en) * 2020-12-30 2021-04-09 杭州趣链科技有限公司 Self-adaptive federal parameter aggregation method for credit assessment of small and micro enterprises
CN112765677B (en) * 2020-12-30 2024-01-23 杭州溪塔科技有限公司 Federal learning method, device and system based on blockchain
CN112668049A (en) * 2020-12-30 2021-04-16 杭州趣链科技有限公司 Alliance chain processing method for multi-party joint calculation
CN112765677A (en) * 2020-12-30 2021-05-07 杭州溪塔科技有限公司 Block chain-based federal learning method, device and system
CN112784994B (en) * 2020-12-31 2023-03-03 浙江大学 Block chain-based federated learning data participant contribution value calculation and excitation method
CN112784994A (en) * 2020-12-31 2021-05-11 浙江大学 Block chain-based federated learning data participant contribution value calculation and excitation method
CN114764707A (en) * 2021-01-04 2022-07-19 中国移动通信有限公司研究院 Federal learning model training method and system
CN114723441A (en) * 2021-01-05 2022-07-08 中国移动通信有限公司研究院 Method, device and equipment for constraining behaviors of demander and participator
CN112861152B (en) * 2021-02-08 2024-02-20 北京航空航天大学 Federal learning incentive method and system based on license chain
CN112861152A (en) * 2021-02-08 2021-05-28 北京航空航天大学 Federal learning incentive method and system based on permit chain
CN113037722A (en) * 2021-02-26 2021-06-25 济南浪潮高新科技投资发展有限公司 Intrusion detection method and device for edge calculation scene
CN113037722B (en) * 2021-02-26 2022-06-07 山东浪潮科学研究院有限公司 Intrusion detection method and device for edge calculation scene
CN112597240A (en) * 2021-03-01 2021-04-02 索信达(北京)数据技术有限公司 Federal learning data processing method and system based on alliance chain
CN112597240B (en) * 2021-03-01 2021-06-04 索信达(北京)数据技术有限公司 Federal learning data processing method and system based on alliance chain
CN112801307A (en) * 2021-04-13 2021-05-14 深圳索信达数据技术有限公司 Block chain-based federal learning method and device and computer equipment
CN113194126B (en) * 2021-04-21 2023-10-27 泉州华中科技大学智能制造研究院 Transverse federal learning model construction method based on blockchain
CN113194126A (en) * 2021-04-21 2021-07-30 泉州华中科技大学智能制造研究院 Block chain-based transverse federated learning model construction method
CN113468133A (en) * 2021-05-23 2021-10-01 杭州医康慧联科技股份有限公司 Online sharing system suitable for data model
CN113191090A (en) * 2021-05-31 2021-07-30 中国银行股份有限公司 Block chain-based federal modeling method and device
CN113283990B (en) * 2021-06-03 2024-02-09 光大科技有限公司 Data sharing processing method and device
CN113283990A (en) * 2021-06-03 2021-08-20 光大科技有限公司 Data sharing processing method and device
CN113542220A (en) * 2021-06-09 2021-10-22 浙江泰科数联信息技术有限公司 Data security sharing method based on block chain
CN113268758A (en) * 2021-06-17 2021-08-17 上海万向区块链股份公司 Data sharing system, method, medium and device based on federal learning
CN113408746A (en) * 2021-06-22 2021-09-17 深圳大学 Block chain-based distributed federal learning method and device and terminal equipment
CN113408746B (en) * 2021-06-22 2023-03-14 深圳大学 Distributed federal learning method and device based on block chain and terminal equipment
CN113204795A (en) * 2021-07-07 2021-08-03 数据堂(北京)科技股份有限公司 Data sharing method and device based on federal data and federal service
CN113420335A (en) * 2021-08-24 2021-09-21 浙江数秦科技有限公司 Block chain-based federal learning system
CN113420335B (en) * 2021-08-24 2021-11-12 浙江数秦科技有限公司 Block chain-based federal learning system
CN113643390A (en) * 2021-10-13 2021-11-12 启东市永圣医疗用品厂 Medical image compression storage method based on block chain and federal learning
CN113643390B (en) * 2021-10-13 2022-02-18 启东市永圣医疗用品厂 Medical image compression storage method based on block chain and federal learning
CN114118438B (en) * 2021-10-18 2023-07-21 华北电力大学 Privacy protection machine learning training and reasoning method and system based on blockchain
CN114118438A (en) * 2021-10-18 2022-03-01 华北电力大学 Privacy protection machine learning training and reasoning method and system based on block chain
CN114187006A (en) * 2021-11-03 2022-03-15 杭州未名信科科技有限公司 Block chain supervision-based federal learning method
CN113987077B (en) * 2021-12-23 2022-03-29 太极计算机股份有限公司 Data sensing and cross-link scheduling method and device based on chain code mechanism
CN113987077A (en) * 2021-12-23 2022-01-28 太极计算机股份有限公司 Data sensing and cross-link scheduling method and device based on chain code mechanism
CN114417421A (en) * 2022-01-26 2022-04-29 深圳技术大学 Meta-universe-based shared information privacy protection method and related device
WO2023141809A1 (en) * 2022-01-26 2023-08-03 深圳技术大学 Metaverse-based shared information privacy protection method and related apparatus
CN114417421B (en) * 2022-01-26 2024-08-20 深圳技术大学 Shared information privacy protection method and related device based on meta universe
CN114580665B (en) * 2022-03-15 2023-10-20 星环信息科技(上海)股份有限公司 Federal learning system, method, device, equipment and storage medium
CN114580665A (en) * 2022-03-15 2022-06-03 星环信息科技(上海)股份有限公司 Federated learning system, method, device, equipment and storage medium
CN116961939A (en) * 2022-04-14 2023-10-27 苏州科技大学 Trusted federation learning method based on alliance chain
CN116961939B (en) * 2022-04-14 2024-07-19 苏州科技大学 Trusted federation learning method based on alliance chain
CN114819197B (en) * 2022-06-27 2023-07-04 杭州同花顺数据开发有限公司 Federal learning method, system, device and storage medium based on blockchain alliance
CN114819197A (en) * 2022-06-27 2022-07-29 杭州同花顺数据开发有限公司 Block chain alliance-based federal learning method, system, device and storage medium
CN115345317A (en) * 2022-08-05 2022-11-15 北京交通大学 Fair reward distribution method based on fairness theory and oriented to federal learning

Similar Documents

Publication Publication Date Title
CN111125779A (en) Block chain-based federal learning method and device
Du et al. An optimized consortium blockchain for medical information sharing
CN109167695A (en) Alliance Network construction method, equipment and readable storage medium storing program for executing based on federation's study
CN109450638A (en) Electronic component data management system and method based on block chain
CN113992360B (en) Federal learning method and equipment based on block chain crossing
CN110826903A (en) Enterprise credibility assessment method based on block chain
Zhang et al. A treasury system for cryptocurrencies: Enabling better collaborative intelligence
CN111461712B (en) Transaction privacy protection and hierarchical supervision in blockchain supply chain financial scenarios
Zhang et al. A reliable data-transmission mechanism using blockchain in edge computing scenarios
CN113660327A (en) Block chain system, block chain link point adding method and transaction method
WO2020228531A1 (en) Consortium blockchain governance method and apparatus, computer device and storage medium
CN113779617B (en) State channel-based federal learning task credible supervision and scheduling method and device
CN114978638A (en) Block chain cross-chain supervision method based on shared nodes
Shen et al. Blockchains for artificial intelligence of things: a comprehensive survey
CN112016954A (en) Resource allocation method and device based on block chain network technology and electronic equipment
CN115270145A (en) User electricity stealing behavior detection method and system based on alliance chain and federal learning
Wen et al. Application of blockchain technology in data management: advantages and solutions
Chakraborty Fintech: evolution or revolution
Li et al. TD-SAS: A trust-aware and decentralized speed advisory system for energy-efficient autonomous vehicle platoons
Hossan et al. A Comprehensive Analysis of Blockchain Technology and Consensus Protocols Across Multilayered Framework
Zhu et al. The governance technology for blockchain systems: a survey
Reshi et al. The blockchain conundrum: An in‐depth examination of challenges, contributing technologies, and alternatives
CN115496601A (en) Loan system and method for recording carbon-neutral carbon emission based on block chain
Lu et al. ZebraLancer: Decentralized crowdsourcing of human knowledge atop open blockchain
Li et al. A blockchain-enabled personalized charging system for electric vehicles

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20210716

Address after: 250101 building S02, 1036 Chaochao Road, high tech Zone, Jinan City, Shandong Province

Applicant after: Shandong Inspur Scientific Research Institute Co.,Ltd.

Address before: Floor 6, Chaochao Road, Shandong Province

Applicant before: SHANDONG INSPUR ARTIFICIAL INTELLIGENCE RESEARCH INSTITUTE Co.,Ltd.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20210820

Address after: 250014 North 6th floor, S05 building, Inspur Science Park, No. 1036, Inspur Road, high tech Zone, Jinan City, Shandong Province

Applicant after: Jinan Tengming Information Technology Co.,Ltd.

Address before: 250101 building S02, 1036 Chaochao Road, high tech Zone, Jinan City, Shandong Province

Applicant before: Shandong Inspur Scientific Research Institute Co.,Ltd.

TA01 Transfer of patent application right
RJ01 Rejection of invention patent application after publication

Application publication date: 20200508

RJ01 Rejection of invention patent application after publication