2.2. Method for multiple source localization based on the pre-set observations

XY Xue Yang
ZZ Zhiliang Zhu
HY Hai Yu
YZ Yuli Zhao
YW Ying Wang
ask Ask a question
Favorite

We denote S={s1,...,sk}V, which contains the actual information sources. Our goal is to identify set S from the network topology and the local sources provided by the observations. In the previous Section, we introduced a method for selecting observation nodes. In this Section, we divide the observations into sets according to the simplified network G2. Then, we find the source of each observation set according to the information provided by observations.

The localization of multiple information sources is more complicated than identifying a single source. This is because different observations may receive information from different sources in the case of multiple sources. In this section, we discuss how to divide observations into several sets. Compared with the observations in different set, the observations in the same set have higher probability of receiving information from the same source. We overcome this challenge through label propagation. We propose the observation division algorithm in Algorithm 1 to find some suitable observation sets. First, we take all the observations as the sources to carry out reverse label propagation and find the nodes that can spread the information to each observation in a certain number of steps. In a network with diameter d, the longest distance between any node and its source is d. Without any loss of generality, we choose d/2 steps to find the nodes that can spread the information to each observation. Thus, if a node receives labels from multiple observations, these observations are considered to be propagated by the same source, that is, they belong to the same set. We denote an N×N matrix OD to record the observation labels received by each node. Initially, if jO and i=j, OD(i,j)=1, else OD(i,j)=0, where 1<i,j<N. It means that label propagation starts at each observation. Subsequently, the value of OD(i,j) changes from 0 to 1, indicating that node i propagates the label of observation j. After d/2 rounds of tag propagation, we obtain the matrix OD for the result of the reverse label propagation, and the i-th row of this matrix contains the observations that can be spread by node i in d/2 steps. It is straightforward that if a node can spread the information to an observation, then it also can spread the information to the nodes that the observation can reach. Thus, we reorganize the result matrix in an iterative way. Then, we eliminate all-zero rows and the rows that can be contained by others. Finally, we obtain the matrix OD in which the non-zero items in each row indicate the observations getting information from the same source node. A parameter rOD is defined as the number of rows of matrix OD, and it also represents the number of observation sets.

After dividing the set of observations, another problem to be solved is to find the source of each set. It is obvious that the observations receive information later than their local source. However, it is impossible to set all the nodes as observations. In general, the longer the propagation path from the source to the node, later the node receives the information. Hence, in each observation set, for each observation ot, we update the probability that a node is the source of the observation set with the difference between the distance of the node to ot and the distance of the node to its local source set. When all the observations are considered, the node with the highest probability is the source of the underlying set. In detail, in set k(1<k<rOD), We denote pk(t)=(pk,1(t),...pk,N(t)) as a probability vector, where pk,i(t) represents the probability that node i is the source of the k-th observation set when considering the information provided by the first t observations. Initially, any node in set V is equally likely to be the source, i.e. for i1,2,,N, pk,i,(0) equals 1/N. Then, for each observation ot, we quantify the effect of the information provided by ot on the value of pk(t). If OD(k,ot)=0, it means that ot does not belong to the k-th observation set. Thus, we have pk(t)=pk(t1). If OD(k,ot)=1, it means that ot belongs to the k-th set. It is obvious that the node in set NLSot must not be the source. We denote [u,v] as the shortest path between nodes u and v. Let d(u,v) be the length of the shortest path between u and v in G2. When d(i,ot)=inf, node i can not propagate the information to the observation ot. Thus, node i must also not be the propagation source. We denote Q as the set of all nodes that satisfy d(i,ot)=inf (iV). For the sake of calculation, we denote T=LSotQ and update the value of each pk(t) according to (1).

where nz represents the number of nodes which are not in T.

Moreover, we denote d(i,LSot)={d(i,lsot,r)|maxlsot,rLSot(d(i,lsot,r,)),d(i,lsot,rinf} as the distance from node i to set LSot. Then, we denote η=d(i,ot)d(i,LSot) as the deduction between d(i,ot) and d(i,LSot), and η is larger than zero. The node in LSot would receive the information earlier than node ot. Thus, the larger the value of η, the greater the probability that node i is the propagation source of the k-th observation set. In order to avoid negative distance difference, we define ϵ=minlsot,rLSotη. Based on this, we further update the probability that node i is the source of the k-th observation set.

where α=r=1tOD(k,r), it means that ot is the α-th observation in the k-th set.

When t equals |O|, the information provided by each observation is evaluated in the estimation process of the source node, that is, the probability update process stopped. The node with the biggest probability of (3) is considered as the source of the k-th observation set.

Finally, a set of the estimated multiple information sources is obtained by merging the source of each observation set, which we denote as Ω={β1,...,βrOD}V.

Do you have any questions about this protocol?

Post your question to gather feedback from the community. We will also invite the authors of this article to respond.

post Post a Question
0 Q&A