The Brooks–Iyengar algorithm or FuseCPA Algorithm or Brooks–Iyengar hybrid algorithm[1] is a distributed algorithm that improves both the precision and accuracy of the interval measurements taken by a distributed sensor network, even in the presence of faulty sensors.[2] The sensor network does this by exchanging the measured value and accuracy value at every node with every other node, and computes the accuracy range and a measured value for the whole network from all of the values collected. Even if some of the data from some of the sensors is faulty, the sensor network will not malfunction. The algorithm is fault-tolerant and distributed. It could also be used as a sensor fusion method. The precision and accuracy bound of this algorithm have been proved in 2016.[3]
The Brooks–Iyengar hybrid algorithm for distributed control in the presence of noisy data combines Byzantine agreement with sensor fusion. It bridges the gap between sensor fusion and Byzantine fault tolerance.[4] This seminal algorithm unified these disparate fields for the first time. Essentially, it combines Dolev's[5] algorithm for approximate agreement with Mahaney and Schneider's fast convergence algorithm (FCA). The algorithm assumes N processing elements (PEs), t of which are faulty and can behave maliciously. It takes as input either real values with inherent inaccuracy or noise (which can be unknown), or a real value with apriori defined uncertainty, or an interval. The output of the algorithm is a real value with an explicitly specified accuracy. The algorithm runs in O(NlogN) where N is the number of PEs. It is possible to modify this algorithm to correspond to Crusader's Convergence Algorithm (CCA),[6] however, the bandwidth requirement will also increase. The algorithm has applications in distributed control, software reliability, High-performance computing, etc.[7]
The Brooks–Iyengar algorithm is executed in every processing element (PE) of a distributed sensor network. Each PE exchanges their measured interval with all other PEs in the network. The "fused" measurement is a weighted average of the midpoints of the regions found.[8] The concrete steps of Brooks–Iyengar algorithm are shown in this section. Each PE performs the algorithm separately:
Input:
The measurement sent by PE k to PE i is a closed interval
[lk,i,hk,i]
1\leqk\leqN
Output:
The output of PE i includes a point estimate and an interval estimate
N-\tau
\tau
Ai
Ai=
i, | |
\{(I | |
1 |
i), | |
w | |
1 |
...,
i, | |
(I | |
L |
i)\} | |
w | |
L |
i | |
I | |
l |
=
[l | |||||||
|
,
h | |||||||
|
]
i | |
w | |
l |
i | |
I | |
l |
h | |||||||
|
\leq
h | |||||||
|
vi'
vi'=
| ||||||||||||||||||||||||||||||||||||||
|
[l | |||||||
|
,
h | |||||||
|
]
Consider an example of 5 PEs, in which PE 5 (
S5
The values received by
S1
A1
A1=\{([1.5,2.7],4),([2.7,2.8],5),([2.8,3.2],4)\}
which consists of intervals where at least 4(=
N-\tau
| |||||||||||
13 |
=2.625
and the interval estimate is
[1.5,3.2]
Similar, we could obtain all the inputs and results of the 5 PEs:
PE | Input Intervals | Output Interval Estimation | Output Point Estimation | |
---|---|---|---|---|
S1 | [2.7,6.7],[0,3.2],[1.5,4.5],[0.8,2.8],[1.4,4.6] | [1.5,3.2] | 2.625 | |
S2 | [2.7,6.7],[0,3.2],[1.5,4.5],[0.8,2.8],[-0.6,2.6] | [1.5,2.8] | 2.4 | |
S3 | [2.7,6.7],[0,3.2],[1.5,4.5],[0.8,2.8],[0.9,4.1] | [1.5,3.2] | 2.625 | |
S4 | [2.7,6.7],[0,3.2],[1.5,4.5],[0.8,2.8],[-0.7,2.5] | [1.5,2.8] | 2.375 | |
S5 | [2.7,6.7],[0,3.2],[1.5,4.5],[0.8,2.8],[--,--] | —— | —— |
1982 Byzantine Problem: The Byzantine General Problem [9] as an extension of Two Generals' Problem could be viewed as a binary problem.
1983 Approximate Consensus:[10] The method removes some values from the set consists of scalars to tolerant faulty inputs.
1985 In-exact Consensus: The method also uses scalar as the input.
1996 Brooks-Iyengar Algorithm: The method is based on intervals.
2013 Byzantine Vector Consensus:[11] The method uses vectors as the input.
2013 Multidimensional Agreement:[12] The method also use vectors as the input while the measure of distance is different.
We could use Approximate Consensus (scalar-based), Brooks-Iyengar Algorithm (interval-based) and Byzantine Vector Consensus (vector-based) to deal with interval inputs, and the paper proved that Brooks–Iyengar algorithm is the best here.
Brooks–Iyengar algorithm is a seminal work and a major milestone in distributed sensing, and could be used as a fault tolerant solution for many redundancy scenarios.[13] Also, it is easy to implement and embed in any networking systems.[14]
In 1996, the algorithm was used in MINIX to provide more accuracy and precision, which leads to the development of the first version of RT-Linux.
In 2000, the algorithm was also central to the DARPA SensIT program's distributed tracking program. Acoustic, seismic and motion detection readings from multiple sensors are combined and fed into a distributed tracking system. Besides, it was used to combine heterogeneous sensor feeds in the application fielded by BBN Technologies, BAE systems, Penn State Applied Research Lab(ARL), and USC/ISI.
The Thales Group, a UK Defense Manufacturer, used this work in its Global Operational Analysis Laboratory. It is applied to Raytheon's programs where many systems need to extract reliable data from unreliable sensor network, this exempts the increasing investment in improving sensor reliability. Also, the research in developing this algorithm results in the tools used by the US Navy in its maritime domain awareness software.
In education, Brooks–Iyengar algorithm has been widely used in teaching classes such as University of Wisconsin, Purdue, Georgia Tech, Clemson University, University of Maryland, etc.
In addition to the area of sensor network, other fields such as time-triggered architecture, safety of cyber-physical systems, data fusion, robot convergence, high-performance computing, software/hardware reliability, ensemble learning in artificial intelligence systems could also benefit from Brooks–Iyengar algorithm.
The Inventors of Brooks Iyengar Algorithm Dr Brooks and Dr SS Iyengar received the prestigious 25 year Test of Time Award for his Pioneering Research and high impact of the Brooks-Iyengar Algorithm. The high impact research and how this work has influenced numerous US government programs and commercial products.