Method for sharing models among autonomous vehicles based on blockchain

11509472 · 2022-11-22

Assignee

Inventors

Cpc classification

International classification

Abstract

The present disclosure discloses a method for sharing models among autonomous vehicles based on a blockchain, the method comprising the steps of: 1) creating a mobile edge computing network; 2) generating a key pair for each node in the mobile edge computing network; 3) creating a local model set of a mobile node set in the mobile node computing network; 4) enabling each mobile node to communicate with a corresponding nearest mobile edge computing node; 5) creating supernode sequences by the mobile edge computing node; 6) creating a blockchain based on the supernode sequences; and 7) updating the local model set.

Claims

1. A method for sharing models among autonomous vehicles based on a blockchain, comprising the steps of: (1) creating a mobile edge computing network by: providing autonomous vehicles each installed with on-board sensors as mobile nodes and providing road side units as mobile edge computing nodes, and creating the mobile edge computing network configured for a wireless communication between each mobile node and each mobile edge computing node by using a mobile node set V comprising m mobile nodes and a mobile edge computing node set MECN comprising n mobile edge computing nodes, where V={v.sub.1,v.sub.2, . . . ,v.sub.j, . . . ,v.sub.m}, v.sub.j represents a j-th mobile node and m≥2, and MECN={MECN.sub.1, MECN.sub.2, . . . , MECN.sub.k, . . . , MECN.sub.n}, MECN.sub.k represents a k-th mobile edge computing node and n≥50; (2) generating a key pair for each mobile node and each mobile edge computing node in the mobile edge computing network by: calculating a first key pair for each mobile node and a second key pair for each mobile edge computing node in the mobile edge computing network by using the Elliptic Curve Cryptography, to obtain a first key pair set Key.sub.V of the mobile node set V and a second key pair set Key.sub.MECN of the mobile edge computing node set MECN, wherein
Key.sub.V={(K.sub.1.sup.pu,K.sub.1.sup.pr),(K.sub.2.sup.pu,K.sub.2.sup.pr), . . . ,(K.sub.j.sup.pu,K.sub.j.sup.pr), . . . ,(K.sub.m.sup.pu,K.sub.m.sup.pr)}
Key.sub.MECN={(K.sub.1.sup.pu,K.sub.1.sup.pr),(K.sub.2.sup.pu,K.sub.2.sup.pr), . . . ,(K.sub.k.sup.pu,K.sub.k.sup.pr), . . . ,(K.sub.n.sup.pu,K.sub.n.sup.pr)} where K.sub.j.sup.pu and K.sub.j.sup.pr represent first public and private keys of the j-th mobile node v.sub.j respectively, and K.sub.k.sup.pu and K.sub.k.sup.pr represent second public and private keys of the k-th computing node MECN.sub.k respectively; (3) creating a local model set LM of the mobile node set V by: inputting, by each mobile node, environmental perception information acquired by the on-board sensors of each mobile node, to a deep neural network DNN for iterative training, to obtain the local model set LM of the mobile node set V, wherein
LM={lm.sub.1,lm.sub.2, . . . ,lm.sub.j, . . . ,lm.sub.m} where lm.sub.j represents a local model of the j-th mobile node v.sub.j; (4) enabling the j-th mobile node v.sub.j to communicate with the nearest k-th mobile edge computing node MECN.sub.k from the j-th mobile node v.sub.j by the sub-steps of: (4a) selecting, by the j-th mobile node v.sub.j, the nearest k-th mobile edge computing node MECN.sub.k from the j-th mobile node v.sub.j, based on the environmental perception information acquired by the sensors of the j-th mobile node v.sub.j, and sending a local model uploading request L_Req.sub.v.sub.j and the first private key K.sub.k.sup.pr to the nearest k-th mobile edge computing node MECN.sub.k, wherein L_Req v j : { K j pu lm j timestamp j } where timestamp.sub.j represents when the local model uploading request L_Req.sub.v.sub.j is established by the j-th mobile node v.sub.j; (4b) viewing, by the nearest k-th mobile edge computing node MECN.sub.k, the local model uploading request L_Rec.sub.v.sub.j, via the first private key K.sub.j.sup.pr, and then confirming, by the nearest k-th mobile edge computing node MECN.sub.k, an identity of the j-th mobile node v.sub.j sending the local model uploading request L_Req.sub.v.sub.j, via the first public key K.sub.k.sup.pu, and then sending from the nearest k-th mobile edge computing node MECN.sub.k to the j-th mobile node v.sub.j a response L_Res.sub.MECN.sub.k of allowing the local model lm.sub.j of the j-th mobile node v.sub.j to be uploaded and the second private key K.sub.k.sup.pr, L_Res MECN k : { L_Req v j K _ k pu timestamp k } where timestamp.sub.k represents when the response L_Res.sub.MECN.sub.k is established by the nearest k-th mobile edge computing node MECN.sub.k; (4c) uploading from the j-th mobile node v.sub.j to the nearest k-th mobile edge computing node MECN.sub.k the local model lm.sub.j of the j-th mobile node v.sub.j; (5) creating P supernode sequences, by the mobile edge computing node set MECN, by the sub-steps of: (5a) setting the number of iterations as p, where initially p=1, and setting the maximum number of iterations as P, where P≥1; (5b) selecting, by the mobile edge computing node set MECN, 21 mobile edge computing nodes as supernodes depending on a BFT-DPoS consensus mechanism and randomly sorting the 21 mobile edge computing nodes to obtain a supernode sequence
MECN.sup.p={MECN.sub.s.sup.p, s=1, 2, . . . , 21}, where MECN.sub.s.sup.p represents a s-th supernode of the 21 supernodes selected at a p-th time; (5c) judging whether p=P or not, if the judgment result is yes, creating the P supernode sequences, otherwise, setting p=p+1 and performing the sub-step (5b); (6) creating a blockchain based on the P supernode sequences by the sub-steps of: (6a) setting a t-th block in the blockchain to be created as Block.sub.t, where h(Block.sub.t) is a Hash Value of the Block.sub.t and timestamp.sub.t is a timestamp of Block.sub.t, and setting t=1, p=1, and s=1; (6b) generating, by the MECN.sub.s.sup.p, a Block.sub.t comprising the LM, the h(Block.sub.t), and the timestamp.sub.t, and setting the Block.sub.t as a genesis block of the blockchain to be created; (6c) setting s=2 and t=2; (6d) generating, by the MECN.sub.s.sup.p, a Block.sub.t comprising the LM, the h(Block.sub.t), the h(Block.sub.t-1) and the timestamp.sub.t; (6e) broadcasting, by the MECN.sub.s.sup.p, the Block.sub.t to other supernodes, where h(Block.sub.t) is compared with a preset threshold ε by each of the other supernodes, if the h(Block.sub.t)<ε, then the Block.sub.t is valid, otherwise the Block.sub.t is invalid; (6f) judging, by the {right arrow over (MECN)}.sub.s.sup.p, whether the number of the valid Block.sub.t is more than ⅔(s−1), if the judgment result is yes, setting the Block.sub.t as a new additional block of the blockchain to be created, and performing step (6g) by setting t=t+1, otherwise, performing step (6g) by discarding the Block.sub.t; (6g) judging whether s=21 or not, if the judgment result is yes, obtaining a p-th sub-chain of the blockchain to be created and performing step (6h), otherwise, performing step (6d) by setting s=s+1; (6h) judging whether p=P or not, if the judgment result is yes, creating the blockchain comprising P sub-chains, otherwise, performing step (6d) by setting p=p+1 and s=1; (7) updating the local model set LM by the sub-steps of: (7a) downloading, by the j-th mobile node v.sub.j, the LM in an end block of the blockchain, and calculating a weight W and a bias b of LM from a weight W.sub.j and a bias b.sub.j of lm.sub.j by: W _ = W 1 + W 2 + .Math. + W j + .Math. + W m m b _ = b 1 + b 2 + .Math. + b j + .Math. + b m m ; (7b) updating the local model set LM, by the j-th mobile node v.sub.j, with the weight W and the bias b, by using parameter updating formulas of the deep neural network DNN to obtain an updated local model set.

2. The method according to claim 1, wherein in step (2), calculating the first key pair for each mobile node and the second key pair for each mobile edge computing node in the mobile edge computing network by using the Elliptic Curve Cryptography further comprises the sub-steps of: (2a) selecting a base point G on an elliptic curve by using the Elliptic Curve Cryptography, and generating a first 256-bit random number K.sub.j.sup.pr for the j-th mobile node v.sub.j and a second 256-bit random number K.sub.k.sup.pr for the k-th mobile edge computing node MECN.sub.k, where the K.sub.j.sup.pr is used as a first private key for the j-th key and the K.sub.k.sup.pr is used as a second private key for the k-th mobile edge computing node MECN.sub.k, (2b) calculating a first public key K.sub.j.sup.pu of the j-th mobile node v.sub.j and a second public key K.sub.k.sup.pu of the k-th mobile edge computing node MECN.sub.k, wherein
K.sub.j.sup.pu=K.sub.j.sup.pr.Math.G
K.sub.k.sup.pu=K.sub.k.sup.pr.Math.G.

3. The method according to claim 1, wherein in step (5b), selecting, by the mobile edge computing node set MECN, 21 mobile edge computing nodes as supernodes depending on a BFT-DPoS consensus mechanism comprises the step of: voting, by the mobile edge computing node set MECN, the 21 mobile edge computing nodes as the supernodes depending on the BFT-DPoS consensus mechanism in which all of the mobile edge computing nodes in the mobile edge computing node set MECN are considered as voting nodes and candidate nodes simultaneously, to obtain the 21 mobile edge computing nodes with the highest number of votes and set the 21 mobile edge computing nodes as the supernodes.

4. The method according to claim 1, wherein in step (7b), the parameter updating formulas are as below W _ l = W _ l - η f b _ l ( a l - 1 ) T b _ l = b _ l - η f b _ l where W.sup.l represents a weight of a l-th layer of the DNN, b.sup.l represents a bias of the l-th layer of the DNN, (a.sup.l-1).sup.T represents a transposition of an output vector of the l-1-th layer of the DNN, f b _ l represents a loss function related to b.sup.l of the DNN, and η represents a learning rate.

Description

BRIEF DESCRIPTION OF THE DRAWINGS

(1) FIG. 1 is a flow chart of an embodiment of the present disclosure;

(2) FIG. 2 is another flow chart of an embodiment of the present disclosure to create a blockchain based on P supernode sequences.

DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS

(3) The present disclosure will be further described in detail below in conjunction with the drawings and specific embodiments.

(4) Referring to FIG. 1, the present disclosure comprises the following steps.

(5) Step 1) creating a mobile edge computing network by: providing autonomous vehicles each installed with on-board sensors as mobile nodes and providing road side units as mobile edge computing nodes, and creating the mobile edge computing network configured for a wireless communication between each mobile node and each mobile edge computing node by using a mobile node set V comprising m mobile nodes and a mobile edge computing node set MECN comprising n mobile edge computing nodes, where V={v.sub.1,v.sub.2, . . . ,v.sub.j, . . . ,v.sub.m}, v.sub.j represents a j-th mobile node and m≥2, and MECN={MECN.sub.1, MECN.sub.2, . . . , MECN.sub.k, . . . , MECN.sub.n}, MECN.sub.k represents a k-th mobile edge computing node and n≥50;

(6) In an optional embodiment, m=4 and n=50, and for example an autonomous vehicle named TOYOTA RAV4 configured with an in-vehicle communication system and a comma.ai autopilot is selected as a mobile node. The autonomous vehicle has a driving speed in the range of 30˜50 km/h and an acceleration in the range of −2˜2 m/s.sup.2.

(7) Step 2) generating a key pair for each mobile node and each mobile edge computing node in the mobile edge computing network by the sub-steps of: (2a) selecting a base point G on an elliptic curve by using the Elliptic Curve Cryptography, and generating a first 256-bit random number K.sub.j.sup.pr for the j-th mobile node v.sub.j and a second 256-bit random number K.sub.k.sup.pr for the k-th mobile edge computing node MECN.sub.k, where the K.sub.j.sup.pr is used as a first private key for the j-th key and the K.sub.k.sup.pr is used as a second private key for the k-th mobile edge computing node MECN.sub.k, (2b) calculating a first public key K.sub.j.sup.pu of the j-th mobile node v.sub.j and a second public key K.sub.k.sup.pu of the k-th mobile edge computing node MECN.sub.k, where the first public key K.sub.j.sup.pu can be used to verify an identity of the j-th mobile node v.sub.j, wherein
K.sub.j.sup.pu=K.sub.j.sup.pr.Math.G
K.sub.j.sup.pu=K.sub.j.sup.pr.Math.G; (2c) providing a first key pair (K.sub.j.sup.pu, K.sub.j.sup.pr) of the j-th mobile node v.sub.j and a second key pair (K.sub.k.sup.pu,K.sub.k.sup.pr) of the k-th mobile edge computing node MECN.sub.k, so as to obtain a first key pair set Key.sub.V of the mobile node set V and a second key pair set Key.sub.MECN of the mobile edge computing node set MECN, wherein
Key.sub.V={(K.sub.1.sup.pu,K.sub.1.sup.pr),(K.sub.2.sup.pu,K.sub.2.sup.pr), . . . ,(K.sub.j.sup.pu,K.sub.j.sup.pr), . . . ,(K.sub.m.sup.pu,K.sub.m.sup.pr)}
Key.sub.MECN={(K.sub.1.sup.pu,K.sub.1.sup.pr),(K.sub.2.sup.pu,K.sub.2.sup.pr), . . . ,(K.sub.k.sup.pu,K.sub.k.sup.pr), . . . ,(K.sub.n.sup.pu,K.sub.n.sup.pr)}.

(8) Step 3) creating a local model set LM of the mobile node set V by: inputting, by each mobile node, environmental perception information acquired by the on-board sensors of each mobile node, to a deep neural network DNN for iterative training, to obtain the local model set LM of the mobile node set V, wherein
LM={lm.sub.1,lm.sub.2, . . . ,lm.sub.j, . . . ,lm.sub.m} where lm.sub.j represents a local model of the j-th mobile node v.sub.j

(9) In an optional embodiment, the DNN comprises 5 layers and each layer comprises 20 nodes.

(10) Step 4) enabling the j-th mobile node v.sub.j to communicate with the nearest k-th mobile edge computing node MECN.sub.k from the j-th mobile node v.sub.j by the sub-steps of: (4a) selecting, by the j-th mobile node v.sub.j, the nearest k-th mobile edge computing node MECN.sub.k from the j-th mobile node v.sub.j, based on the environmental perception information acquired by the sensors of the j-th mobile node v.sub.j, and sending a local model uploading request L_Req.sub.v.sub.j and the first private key K.sub.j.sup.pr to the nearest k-th mobile edge computing node MECN.sub.k, wherein

(11) L_Req v j : { K j pu lm j timestamp j } where timestamp.sub.j represents when the local model uploading request L_Req.sub.v.sub.j is established by the j-th mobile node v.sub.j; (4b) viewing, by the nearest k-th mobile edge computing node MECN.sub.k, the local model uploading request L_Rec.sub.v.sub.j, via the first private key K.sub.j.sup.pr, and then confirming, by the nearest k-th mobile edge computing node MECN.sub.k, an identity of the j-th mobile node v.sub.j sending the local model uploading request L_Req.sub.v.sub.j, via the first public key K.sub.j.sup.pu, and then sending from the nearest k-th mobile edge computing node MECN.sub.k to the j-th mobile node v.sub.j a response L_Res.sub.MECN.sub.k of allowing the local model lm.sub.j of the j-th mobile node v.sub.j to be uploaded and the second private key K.sub.k.sup.pr,

(12) L_Res MECN k : { L_Req v j K _ k pu timestamp k } where timestamp.sub.k represents when the response L_Res.sub.MECN.sub.k is established by the nearest k-th mobile edge computing node MECN.sub.k.

(13) As the identity of the j-th mobile node v.sub.j sending the local model uploading request L_Rec.sub.v.sub.j is verified via the public key K.sub.j.sup.pu by the k-th mobile edge computing node MECN.sub.k, it is ensured that the j-th mobile node v.sub.j from where the model is uploaded is a reliable node in the mobile edge computing network, so as to significantly increase the accuracy of the decision made for autonomous driving; (4c) uploading from the j-th mobile node v.sub.j to the nearest k-th mobile edge computing node MECN.sub.k the local model lm.sub.j of the j-th mobile node v.sub.j;

(14) Step 5) creating P supernode sequences, by the mobile edge computing node set MECN, by the sub-steps of: (5a) setting the number of iterations as p, where initially p=1, and setting the maximum number of iterations as P, where P≥1; (5b) voting, by the mobile edge computing node set MECN, 21 mobile edge computing nodes as supernodes depending on a BFT-DPoS consensus mechanism in which all of the mobile edge computing nodes in the mobile edge computing node set MECN are considered as voting nodes and candidate nodes simultaneously, to obtain the 21 mobile edge computing nodes with the highest number of votes and set the 21 mobile edge computing nodes as the supernodes
MECN.sup.p={MECN.sub.s.sup.p, s=1, 2, . . . , 21}, where MECN.sub.s.sup.p represents a s-th supernode of the 21 supernodes selected at a p-th time; (5c) judging whether p=P or not, if the judgment result is yes, creating the P supernode sequences, otherwise, setting p=p+1 and performing the sub-step (5b);

(15) Step 6) creating a blockchain based on the P supernode sequences, as shown in FIG. 2, by the steps of: (6a) setting a t-th block in the blockchain to be created as Block.sub.t, where h(Block.sub.t) is a Hash Value of the Block.sub.t and timestamp.sub.t is a timestamp of Block.sub.t, and setting t=1, p=1, and s=1; (6b) generating, by the MECN.sub.s.sup.p, a Block.sub.t comprising the LM, the h(Block.sub.t), and the timestamp.sub.t, and setting the Block.sub.t as a genesis block of the blockchain to be created; (6c) setting s=2 and t=2; (6d) generating, by the MECN.sub.s.sup.p, a Block.sub.t comprising the LM, the h(Block.sub.t), the h(Block.sub.t-1) and the timestamp.sub.t; (6e) broadcasting, by the MECN.sub.s.sup.p, the Block to other supernodes, where h(Block.sub.t) is compared with a preset threshold ε by each of the other supernodes, if the h(Block.sub.t)<ε, then the Block.sub.t is valid, otherwise the Block.sub.t is invalid; (6f) judging, by the MECN.sub.s.sup.p, whether the number of the valid Block is more than ⅔(s−1), if the judgment result is yes, setting the Block.sub.t as a new additional block of the blockchain to be created, and performing step (6g) by setting t=t+1, otherwise, performing step (6g) by discarding the Block.sub.t; (6g) judging whether s=21 or not, if the judgment result is yes, obtaining a p-th sub-chain of the blockchain to be created and performing step (6h), otherwise, performing step (6d) by setting s=s+1; and (6h) judging whether p=P or not, if the judgment result is yes, creating the blockchain comprising P sub-chains, otherwise, performing step (6d) by setting p=p+1 and s=1.

(16) Every block except the genesis block in the blockchain to be created is generated by using the Hash Value of a previous block. Thus, it is necessary to modify data in all of the previous blocks to the genesis block for modifying data in the present block. The extreme difficulty of modifying the data ensures that the model in the blockchain would not be falsified by the malicious nodes, so as to significantly increase the accuracy of the decision made for autonomous driving.

(17) (7) updating the local model set LAI by the sub-steps of: (7a) downloading, by the j-th mobile node v.sub.j, the LM in an end block of the blockchain, and calculating a weight W and a bias b of the LM from a weight W.sub.j and a bias b.sub.j of the lm.sub.j by:

(18) W _ = W 1 + W 2 + .Math. + W j + .Math. + W m m b _ = b 1 + b 2 + .Math. + b j + .Math. + b m m ; (7b) updating the local model set LM, by the j-th mobile node v.sub.j, by putting the weight W and the bias b into parameter updating formulas of the deep neural network DNN, to obtain an updated local model set. The parameter updating formulas are as below:

(19) W _ l = W _ l - η f b _ l ( a l - 1 ) T b _ l = b _ l - η f b _ l where W.sup.l represents a weight of a l-th layer of the DNN, b.sup.l represents a bias of the l-th layer of the DNN, (a.sup.l-1).sup.T represents a transposition of an output vector of the l-1-th layer of the DNN,

(20) f b _ l
represents a loss function related to b.sup.l of the DNN, and η represents a learning rate.

(21) Each mobile node may further include a first processor, a first memory and a first transceiver. The first processor may be configured to implement the proposed functions, procedures and/or methods as described in this description. Layers of the radio interface protocol may be implemented in the first processor. The first memory is operatively coupled with the first processor and stores a variety of information to operate the first processor. The first transceiver is operatively coupled with the first processor, and transmits and/or receives a radio signal.

(22) Similarly, each mobile edge computing node may include a second processor, a second memory and a second transceiver. The second processor may be configured to implement the proposed functions, procedures and/or methods as described in this description. Layers of the radio interface protocol may be implemented in the second processor. The second memory is operatively coupled with the second processor and stores a variety of information to operate the second processor. The second transceiver is operatively coupled with the second processor, and transmits and/or receives a radio signal.

(23) The first and second processors may include application-specific integrated circuit (ASIC), other chipset, logic circuit and/or data processing device. The first and second memories may include read-only memory (ROM), random access memory (RAM), flash memory, memory card, storage medium and/or other storage device. The first and second transceivers may include baseband circuitry to process radio frequency signals. When the embodiments described above are implemented in software, the techniques described herein can be implemented with modules (e.g., procedures, functions, and so on) that perform the functions described herein. The modules can be stored in memories and executed by processors. The first and second memories can be implemented within the first and second processors or external to the first and second processors in which case the memories can be communicatively coupled to the first and second processors via various means as is known in the art.

(24) The flowcharts in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions. It is well-known to a person skilled in the art that the implementations of using hardware, using software or using the combination of software and hardware can be equivalent with each other.

(25) The descriptions of the various embodiments of the present invention have been presented for purposes of illustration, but are not intended to be exhaustive or limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the described embodiments. The terminology used herein was chosen to best explain the principles of the embodiments, the practical application or technical improvement over technologies found in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein. The scope of the present invention is defined by the attached claims.