1. Introduction
Unmanned aerial vehicles (UAVs) have been widely deployed in many missions, including target tracking and search [
1,
2], traffic surveillance [
3], disaster management [
4,
5], and search-and-rescue operations [
2,
6]. In time-critical search missions, cooperation among multiple UAVs provides a scalable way to detect targets over uncertain regions. Each UAV observes a limited field of view (FoV), interrogates grid cells using an onboard detector, and exchanges detection evidence through wireless links. The resulting multi-UAV cooperative target search (MCTS) problem is challenging because the underlying path-optimization problem is NP-hard [
7], the coordination architecture must remain distributed under dynamically evolving information, and onboard sensing, computation, and communication resources are limited. These challenges become more severe when targets exhibit spatial clustering, detection reliability depends on sensing geometry, and continuous exchange of high-dimensional belief maps becomes bandwidth-prohibitive. Moreover, neglecting spatial correlation has two concrete consequences. A positive detection at one cell provides no incentive to intensify the search in adjacent cells where additional targets are most probable. A negative observation cannot suppress belief in spatially coupled cells whose state is already predictable from earlier evidence. In both cases, the team wastes detection effort on areas whose status could have been inferred. Such clustering is common in practice. Vehicles in convoy, survivors near disaster shelters, and sensor nodes at regular spacing all exhibit spatial structures that a search policy should exploit [
1,
2].
Early studies often reduced cooperative search to an area-coverage problem and adopted preplanned deterministic patterns such as Zamboni or spiral search [
8]. Geometry-based methods require the UAV team to maintain rigid formations, including parallel, spiral, or regular-polygon patterns, while sweeping the search area [
9,
10,
11]. Although these methods are simple to implement, their fixed search patterns provide limited adaptability to evolving environments and nonuniform target distributions.
To improve adaptability, subsequent studies have developed real-time search frameworks in which UAVs repeatedly sense the environment, update local information, and choose motion-planning actions that optimize a search reward [
12,
13]. Model predictive control (MPC) is a widely used method for MCTS because it discretizes the mission region into a grid and solves a receding-horizon optimization problem involving target-existence probabilities and environmental uncertainty. However, centralized MPC incurs rapidly increasing communication and computation burdens as the team size grows [
14,
15]. Distributed MPC (DMPC) alleviates this difficulty by allowing each UAV to solve a local optimization problem using neighbor-exchanged information [
16,
17,
18,
19]. Heuristic solvers such as ant colony optimization [
20], genetic algorithms [
21], and differential evolution [
22] are often embedded in such local decision problems. Voronoi partitions have also been combined with DMPC to preassign search regions and reduce inter-UAV conflicts [
23]. Hollinger et al. proposed a distributed multirobot search framework that exchanges target-belief maps and planned paths, applies pointwise-minimum fusion upon reconnection, and coordinates actions through receding-horizon implicit coordination [
24]. Hou et al. combined an importance map, centroidal Voronoi tessellation (CVT), auction-based task assignment, and receding-horizon predictive control (RHPC) for multi-UAV search [
25]. Nevertheless, most DMPC-based methods rely on static prior information, such as initial target probability maps, and provide limited mechanisms for detection-driven redistribution of search responsibility. More broadly, distributed optimization [
26,
27] and resource-allocation methods provide powerful tools for networked agents with local objectives, local constraints, and limited communication [
28]. However, their standard formulations are not tailored to event-driven Bayesian target search with spatially correlated beliefs and distance-dependent sensing. Secure and efficient UAV communication is an active complementary research area, with recent studies on physical-layer security exploiting reconfigurable-intelligent-surface control, collaborative beamforming, and reinforcement learning [
29,
30]. While these works strengthen the communication substrate, our focus is to reduce the search information that must traverse the links.
Reinforcement learning (RL)-based methods, including multi-agent deep RL, have also been investigated for MCTS. These methods allow UAVs to learn search policies through environmental interaction, typically under a centralized-training and distributed-execution paradigm [
31,
32,
33,
34,
35]. Although promising in complex scenarios, they require extensive training samples and remain highly sensitive to reward design, which is difficult to calibrate under real-world uncertainty.
Swarm-intelligence and bio-inspired heuristic methods have likewise been extensively studied for MCTS. Methods based on particle swarm optimization, ACO, and related metaheuristics can generate near-optimal paths, but they usually require global environmental information and substantial offline computation, which limits real-time responsiveness [
36,
37,
38,
39,
40,
41,
42,
43]. Although effective in many settings, these approaches often assume statistically independent target locations and therefore do not exploit spatial-correlation priors that can accelerate target discovery. They also rarely model the closed-loop coupling between sensing quality and motion planning, despite the fact that detection reliability depends on the UAV–target distance and should influence the planned trajectory.
Table 1 summarizes how representative methods in these categories differ along the five design dimensions that the present framework addresses jointly.
Despite these advances, existing methods still exhibit three limitations. First, many existing studies treat target states as statistically independent and neglect spatial clustering or regular spacing, both of which are common in realistic deployments. This simplification prevents a search policy from using positive and negative detection events to infer likely target locations in spatially related cells. Second, many approaches rely on centralized controllers or global knowledge of the environment and team state. Such architectures are difficult to reconcile with practical multi-UAV systems, where each platform must make decisions from local and communicated information, and they are vulnerable to scalability limits, single-point failures, and communication delays. Third, conventional search strategies often couple detection and motion planning very tightly, so that each detection action may trigger immediate trajectory replanning. Since target sensing is typically much faster than UAV motion, such coupling introduces unnecessary computation and short-sighted trajectory adjustments. Moreover, most existing methods do not provide a dynamic negotiation-based region partition for resolving inter-UAV conflicts during motion planning. They either rely on static prepartitioning that cannot adapt to evolving belief maps or ignore coverage redundancy and allow multiple UAVs to repeatedly search the same areas.
Accordingly, the core research objective is to design a fully distributed policy for K UAVs that, using only locally sensed and neighbor-received information, detects all stationary targets while limiting travel cost, redundant inspection, and application-layer search payload without a central online planner.
To address this objective, we propose a distributed event-driven search framework that integrates pairwise Bayesian inference, positive-event DSF, and decoupled detection–motion planning with dynamic regions. These components form a closed “sense–communicate–act” loop, where sensing (local detection and belief update), communication (DSF), and actuation (waypoint selection and motion) are decoupled in time. The Bayesian model transforms raw sensing outcomes into posterior beliefs, while the DSF algorithm aligns detection evidence across the team through sparse event dissemination. Finally, the decoupled planner converts the maintained beliefs into coordinated detection and motion-planning actions.
The main contributions are summarized as follows.
Spatially correlated online Bayesian belief update. We model the target location as pairwise target dependence through a distance-dependent interaction kernel and derive a detector from Neyman–Pearson detection theory. These two ingredients yield an online Bayesian belief inference method that explicitly couples spatial inference with UAV detection geometry. Moreover, we prove that its posterior belief is order-invariant, meaning that it depends only on the accumulated detection-event set and not on the order in which local events and received messages are processed.
Event-driven distributed information fusion. To avoid the communication burden of exchanging full belief maps, we develop a Distributed Selective Flooding (DSF) algorithm that propagates only positive detection events through neighbor-to-neighbor communication. For a fixed connected flooding session with successful delivery and at least the graph-diameter number of rounds, the algorithm achieves finite-time set consensus of positive events under repeated local exchanges, which provides a flexible mechanism for fusing local beliefs while preserving the order-invariance property of the Bayesian update.
Decoupled detection–motion planning with dynamic region adaptation. We develop a two-phase search policy that separates fast local detection from slower motion replanning. During the detection phase, each UAV greedily orders cells within its field of view by the product of their belief score and the distance-dependent detection probability, so that both target likelihood and sensing reliability influence the schedule. During the motion-planning phase, it selects a heading and waypoint by maximizing a surrogate detection probability, which directly captures the chance of at least one true positive detection in the next stationary sensing phase, rather than summing belief scores. A peer-to-peer responsibility-region adaptation rule transfers high-belief boundary cells between neighboring UAVs only after the requesting UAV has depleted its local high-value cells and has both available neighbors and a nonempty boundary request set, thereby maintaining conflict-free coverage and reducing redundant detection without centralized assignment.
The relationships among the three contributions are summarized as follows. The order-invariance of the Bayesian method in Contribution 1 ensures that posterior beliefs depend on accumulated detection events rather than on their processing order, which justifies the event-set consensus objective of the DSF algorithm in Contribution 2. Once UAVs acquire the same positive-event set, their local belief maps can be aligned without exchanging full probability distributions. The belief maps maintained through DSF then provide the quantitative basis for the belief–detection-probability-ordered greedy detection and the product-form waypoint selection in Contribution 3. Therefore, the three contributions form a self-reinforcing loop in which the detection, communication, and planning mutually support one another.
The rest of the paper is organized as follows.
Section 2 formulates the search problem and introduces the target, sensing, communication, and information models. Building on these models,
Section 3 develops the Bayesian belief-map update under the Neyman–Pearson detector. To share the resulting detection evidence efficiently,
Section 4 presents the conditional DSF positive-event consensus algorithm.
Section 5 then introduces the decoupled detection–motion planning strategy and the dynamic region-adaptation mechanism. Furthermore,
Section 6 integrates these components into the overall framework and states its conditional properties and computational complexity. Finally,
Section 7 reports the numerical experiments and
Section 8 concludes the paper.
4. Distributed Selective Flooding (DSF) Consensus Algorithm
Section 3 showed that UAVs with the same prior and the same accumulated event set obtain identical belief maps. Achieving this consistency in a distributed network, however, cannot rely on exchanging full belief maps or complete detection histories. This section presents a distributed selective flooding (DSF) algorithm that propagates only positive detection events, balancing belief consistency with communication efficiency.
The algorithm operates in discrete communication rounds. Within each round, every UAV transmits its unsent positive events to each neighbor and merges received events into its local set.
Let
denote the set of informative positive detection events held by UAV
k up to time
t, including events generated locally and events received from neighboring UAVs.
where
denotes the neighbor set of UAV
k at time
. In many search scenarios, targets are sparse and only a small fraction of grid cells are occupied. Negative detection events are therefore frequent and usually contribute limited incremental information. Transmitting positive-event innovations preserves the most informative evidence while substantially reducing communication load, which motivates a strategy in which communication is activated by new positive detections.
To support efficient information sharing, DSF implements a distributed finite-time set-consensus mechanism. Its objective is to ensure that all UAVs obtain the same set of positive detection events after finitely many neighbor-to-neighbor exchanges while avoiding full-map communication.
From the viewpoint of UAV
k, DSF communication is needed only when UAV
k holds positive detection events that have not yet been sent to its current neighbors. Such events may be generated by its own detector or received from other UAVs in earlier DSF exchanges. To formalize this local triggering logic, let
denote the neighbor-based trigger, which indicates whether UAV
k has at least one communication neighbor at time
t. Let
denote the most recent DSF communication instant of UAV
k. At the next DSF opportunity
, define
as the set of positive-event innovations accumulated from time
to time
t. This set contains new positive detections generated by UAV
k and positive events received from other UAVs in earlier exchanges. Let
be the detection-based trigger, which indicates whether UAV
k holds at least one unsent positive-event innovation. The DSF information-consensus trigger is then the logical conjunction of the neighbor-based and detection-based triggers.
After the
-th DSF communication round, let
be the
s-th DSF communication instant. Then, at this communication round, the local DSF update proceeds as follows.
Remark 2. Let D denote the diameter of . If , thenThus, after at most D rounds, every UAV obtains the union of all positive-event innovations generated within the network. However, the consensus property mentioned above requires certain conditions to be satisfied. Specifically, the undirected communication graph must remain connected throughout the N-round exchange, all nodes must participate synchronously in each round and forward newly received records even in the absence of initial innovation, every transmission must be delivered successfully without loss, and records must be compared using a unique identifier. These connectivity, synchronization, delivery, and round-budget conditions are sufficient for the guarantee, as opposed to properties that the triggering mechanism enforces by itself. Packet loss, disconnection, or an insufficient round budget invalidates the guarantee, in which case the statement describes the intended protocol behavior under ideal conditions rather than a hard execution guarantee. 6. Overall Cooperative Search Algorithm
The preceding sections have developed three functional components, namely the Bayesian local belief update in Algorithm 1, the DSF-based positive-event consensus algorithm in Algorithm 2, and the responsibility-region-based motion-planning rule. We now summarize their interaction from the local viewpoint of UAV
k in a single overall algorithm. At each iteration, UAV
k first exploits its current FoV for local detection, invokes DSF only when positive-event innovations must be sent to current neighbors, and then executes the integrated motion-planning stage when a new detection configuration is required.
| Algorithm 2 DSF Algorithm for Event-Set Consensus from the Viewpoint of UAV k |
Require: Local event set , information set , innovation set , neighbor set , and maximum number of DSF exchange rounds N. Ensure: Positive detection event set and information set . Initialize: . for
do for each neighbor do Select subset whose elements have neither been sent to ℓ nor received from ℓ. Transmit to neighbor ℓ. Receive from neighbor ℓ. end for Update the local set according to end for Update . Update .
|
Algorithm 3 summarizes the closed-loop implementation of the proposed framework from the local viewpoint of UAV k. Each UAV updates its belief map after local detections or newly received events, invokes the DSF algorithm only when positive-event innovations need to be disseminated, and then performs the integrated motion-planning stage. This stage gives priority to high-value cells in the current responsibility region and activates responsibility-region adaptation only after the local high-value set has been depleted and neighboring high-belief boundary cells are available for request. If holds after the adaptation step, UAV k maintains its current position until the responsibility-region information changes. Hence, the algorithm links the three designed components through local event conditions rather than centralized scheduling. The following theorem provides some theoretical properties of Algorithm 3.
Theorem 4 (Theoretical Guarantees of the Overall Framework). Consider Algorithm 3 under the Bayesian update rule in Algorithm 1, the DSF event-consensus algorithm in Algorithm 2, and the integrated responsibility-region-based motion-planning rule. Suppose that all UAVs are initialized with the same prior belief map, that each active DSF communication graph is connected with diameter no larger than D, and that DSF runs for at least D rounds at each activation instant. Then, the proposed framework satisfies the following properties.
- 1.
Belief consistency. The posterior belief is invariant to the order of locally detected and received events. Moreover, after each DSF communication, all UAVs acquire the same positive-event set in finitely many communication rounds and achieve a common posterior belief map for the disseminated information.
- 2.
Optimal local detection. Within each detection phase, the greedy descending-probability ordering minimizes the expected time to first target detection over the current FoV.
- 3.
Conflict-free coordination. If the initial responsibility regions are pairwise disjoint, then the event-triggered responsibility-region update preserves pairwise disjointness for all subsequent adaptation instants. Hence, no grid cell is simultaneously assigned to more than one UAV.
- 4.
Finite-time high-belief coverage. If the mission horizon is sufficiently large and the communication graph permits information propagation, every cell whose posterior belief remains above the boundary-request threshold is either detected by its current owner or transferred through boundary-cell negotiation to a neighboring UAV in finite time.
Consequently, the complete framework integrates order-invariant Bayesian fusion, finite-time event-set consensus, locally optimal stationary detection, and conflict-free responsibility-region adaptation within a distributed cooperative search loop.
Proof. The belief-consistency statement follows from Theorem 1 and the finite-time event-set consensus property of DSF when the number of exchange rounds is no smaller than the graph diameter. The optimal local-detection statement follows from Theorem 2. The conflict-free coordination statement follows from Theorem 3. Finally, under a sufficiently long mission horizon, the waypoint rule in (
62) repeatedly directs UAV
k toward high-value undetected cells in its current responsibility region when such cells exist, while the adaptation trigger in (
40) requests nearby high-belief boundary cells only after the local high-value set has been depleted. Hence, high-belief cells are either detected locally, transferred to a neighboring UAV through responsibility-region negotiation, or deferred until the responsibility-region information changes. ☐
In what follows, we analyze the per-activation computational and communication costs. Let
,
,
be the number of unique positive events stored locally,
, and
be the number of DSF rounds. Let
be the records sent from UAV
k to neighbor
ℓ in round
r. Further, let
,
,
,
,
, and let
denote the set of cells within Chebyshev distance
of
.
Table 2 summarizes the per-activation costs when unique-event identifiers and spatial masks are available.
Algorithm 1 evaluates each incremental event over the full grid. DSF transmits at most two directed messages per undirected link and round. Per-neighbor histories suppress echoes, so the total transmitted record volume
equals initial innovations plus received records forwarded exactly once per edge. Candidate sensing cells are sorted once per stationary phase, and the outcomes per candidate contribute the
term. With precomputed boundary-distance and owner maps, the request set is built by traversing the cells within Chebyshev distance
of
and intersecting with neighbor regions, whose size is
for a contiguous region. Candidate waypoints are formed from
, a subset of
, by sorting its
elements rather than the full grid. Each waypoint is then evaluated over
headings, and computing
from (
59) multiplies at most
cell-level terms.
Without cached spatial information, each FoV evaluation requires a full-grid scan at
, direct distance-to-region evaluation costs
per requester, and waypoint sorting degrades to
. Precomputed FoV masks, boundary-distance transforms, and indexed region-member sets recover the lower costs in
Table 2. All modules are polynomial in the grid dimensions and are performed locally per UAV under the policy specification.
| Algorithm 3 Overall Distributed Cooperative Search for UAV k |
Require: Initial state , initial prior , initial responsibility region , mission horizon . Ensure: Local positive-event set , local information set , local belief map , and trajectory of UAV k. Initialize , , , and . for
do Detection Stage Update the local neighbor set by ( 10). Compute by ( 6) and construct by ( 29). while do Select the next cell in according to Theorem 2. Acquire the binary outcome z and form the event . Update and . if then Update . end if Update using Algorithm 1 with the incremental event . Remove the processed cell from . end while Communication Stage Construct by ( 26) and compute by ( 28). if then Run Algorithm 2 with the current neighbors in . Fuse newly received positive events into and . Update using Algorithm 1 if new events have been received. end if Construct by ( 35), and compute by ( 40). if then Broadcast to all neighbors in . Receive from all neighbors in . for each do Construct sets and by ( 47) and ( 48), respectively. Broadcast and to its neighbor ℓ. Receive and from its neighbor ℓ. end for Update and by ( 49) and ( 50), respectively. Update by Algorithm 1 if new events have been received. end if Motion Planning Stage Construct set by ( 52). if then Construct set by ( 53). for each do Compute by ( 56) or ( 57). Compute , , and by ( 58), ( 60) and ( 61), respectively. end for Select and by ( 62) and ( 63), respectively. Move toward subject to platform constraints. else Maintain the current position until the responsibility-region information changes. break end if end for
|
7. Numerical Experiments
This section evaluates the proposed distributed event-driven Bayesian search framework through Monte Carlo simulations. The experiments examine four aspects of the proposed design. First, spatially correlated Bayesian prediction should accelerate target detection in clustered scenes. Second, distributed selective flooding should improve team-level information consistency without full belief-map exchange. Third, dynamic responsibility-region adaptation should reduce redundant detection relative to unpartitioned greedy search. Fourth, the travel-cost weight in the waypoint utility should regulate the tradeoff between rapid detection and motion effort. Applying all comparison methods to the 100 matched scenes produces 800 trials. The parameter study evaluates 16 settings with 20 repetitions per setting, while the robustness study evaluates 11 team-size, target-number, target-layout, and larger-map cases with 20 repetitions per case. These two secondary studies contain 540 trials. In total, the evaluation comprises 1740 trials.
7.1. Simulation Setup
First, we introduce the scenario and UAV initialization. All principal comparisons use a
unit-cell grid with four UAVs and three stationary targets. Each case has different initial UAV states, prior hotspots, and target locations but shares one initial responsibility region. The initial communication graph is connected but not complete. The broader randomized comparison independently generates 50 additional scenes. In those scenes, one integer initial position is sampled from each of four corner-near boxes, and the four positions are assigned randomly to the UAV labels. Each initial heading points approximately toward the map center. Initial responsibility regions follow (
5). A target lying in an initial FoV does not cause a scene to be discarded.
Each scene contains three equal-weight prior hotspots. In the broader randomized comparison, both integer coordinates of a hotspot center lie between 7 and 34, and the three centers have a minimum pairwise separation of 12 cells. One center generates three distinct target cells within radius 3 using weights
. The target-generating center is hidden from all methods, while the other two visible modes act as decoys.
Figure 6 illustrates one scene and its initial responsibility partition. The initial prior used in the experiments is
where
is the unit-maximum sum of the three Gaussian density functions, and
and
are the minimum and maximum initial scores, respectively. No subsequent normalization is applied.
Next, we set the UAV sensing capability as follows. Every method uses the same sector sensor with detection radius
cells, aperture
, and sensing duration
s per cell. Sensing and straight-line motion durations are accumulated serially across UAVs. The detector is calibrated to achieve
at the field-of-view boundary with nominal false-alarm probability
. Its detection probability varies with sensing distance according to
Section 3.1. Each sensing action interrogates one visible cell and produces a binary observation. Moreover, only cells in the current region–FoV intersection are interrogated.
Finally, each scenario specifies a target layout, three visible prior hotspots, and randomized initial UAV positions and headings. All compared methods use the same scene and the same potential outcome for every labeled UAV–cell–attempt combination within a matched comparison. The main parameters are listed in
Table 3. Let
be the teamwide union of distinct cells that have received at least one completed observation up to time
t, i.e.,
where
is the set of cells UAV
k knows to have been detected. The common hard deadline is
. A sensing action is recorded only when it finishes before the deadline, and movement is truncated to the remaining mission time. Ground truth is checked after each complete sensing, communication, planning, and motion cycle.
7.2. Compared Methods and Metrics
The following methods are compared.
Proposed: Bayesian belief update, DSF event consensus, high-value-prioritized dynamic region adaptation, and detection-gain waypoint selection.
Static Voronoi: The same belief update and DSF algorithm as the proposed framework, but with fixed initial responsibility regions.
No-DSF: Local Bayesian search with dynamic regions, but without DSF consensus of positive events.
Global Greedy: Detection-gain waypoint selection over the full grid without responsibility regions.
Lawnmower: Deterministic sweeping over the initial responsibility regions.
Random Waypoint: Random admissible waypoint selection.
Hollinger-TRO distributed data-fusion search [
24]. The adaptation retains belief prediction, pointwise-minimum fusion, complete belief-map and planned-path exchange, implicit coordination, and a four-step receding-horizon search. Identity target dynamics are used for stationary targets, and the common sector sensor replaces the source same-cell observation model. The resulting comparison is a scenario-matched adaptation, so the source single-target guarantees do not transfer directly.
Hou CVT–Auction–RHPC [
25]. The adaptation retains prior-weighted centroidal Voronoi decomposition, auction-based task assignment, the published uncertainty update, a three-step planning horizon, and the
heading-change limit. The common obstacle-free sensing, motion, and timing conditions replace the source environment. The resulting comparison is scenario-matched rather than an exact reproduction of every source component.
To provide a balanced evaluation of detection efficiency, mission completion, motion cost, redundant coverage, and communication load, we define the following team unique-cell fraction
where
is defined by (
64). Let
be the final cell fraction for all compared methods. The following coverage-based discovery metrics adapt in our simulations.
where
and
are the time of the first true-positive discovery and the first time all actual targets have been detected, respectively. Thus,
and
are defined for every trial, and smaller values indicate earlier discovery in terms of the grid fraction inspected. The stop threshold
is the same for all methods and is applied after every completed sensing action. The empirical success probability
is the fraction of Monte Carlo trials in which all targets are detected before
. The team travel distance
quantifies the total motion cost of all UAVs, the duplicate-detection ratio
measures redundant visits to already detected target cells, and the average number of transmitted event messages
characterizes communication overhead.
Table 4 summarizes the discovery and resource metrics.
Within each matched scenario, all methods receive the same sensor, target field, visible prior, initial UAV states, potential sensor outcomes, and strict coverage cutoff. The discovery metrics depend only on unique physical inspections and therefore do not include intervening flight durations. Selected paired contrasts are accompanied by two-sided 95% confidence intervals.
7.3. Baseline Comparison
Table 5 and
Table 6 jointly characterize the performance profile of all eight methods. Panel A of
Table 5 reports all eight methods in boundary-crossing scenes in which the three-target cluster occupies at least two initial Voronoi regions. Panel B of
Table 5 reports the broader randomized scenes, while
Table 6 reports the resulting motion and communication costs.
In Panel A (boundary-crossing scenes), our proposed method attained , compared with for Static Voronoi and for No-DSF. The paired differences were with a 95% confidence interval of against Static Voronoi and with against No-DSF. The Proposed method also reduced relative to No-DSF by with (). Its difference from Static Voronoi was with (), which is statistically comparable. All three responsibility-region methods (Proposed, Static Voronoi, No-DSF) had in every trial. No cell was ever repeatedly detected by different UAVs, while the other five methods without responsibility regions had mean revisit fractions from (Hollinger-TRO) to (Hou). Against the heuristics that allow repeated detection by different UAVs, the Proposed method’s advantages were larger. was lower than Lawnmower with () and lower than Random Waypoint with (), while was lower than Random Waypoint with (). These results show that the pairwise Bayesian update, DSF, and dynamic region exchange each contribute a measurable gain under the intended boundary condition. Therefore, spatially correlated belief propagation gives the Proposed method a significant first-discovery advantage over both internal baselines, DSF contributes a complete-discovery benefit over No-DSF, and the heuristics that allow cross-UAV repeated detection fall substantially behind.
The two adapted external methods discovered all targets after inspecting substantially less of the grid. In Panel A, Hollinger-TRO reached
and Hou
, compared with the Proposed method’s
(paired differences
for Hollinger-TRO and
for Hou). The Proposed method’s
was statistically indistinguishable from Hollinger-TRO’s
and Hou’s
. Thus, the external gap is concentrated in complete-discovery rather than first-discovery coverage. In Panel B, both external methods attained
with
values of
(Hollinger-TRO) and
(Hou), while the Proposed method reached
. This gap arises from architectural choices favoring discovery speed over communication economy and revisits. Specifically, Hollinger-TRO performs dense rolling-horizon implicit coordination (
candidate paths per step, full-map and planned-path exchange every step), Hou uses global task auction over 32 CVT subtasks followed by three-step RHPC, and both execute only one short step per cycle, creating a fine-grained sense–move–replan loop that detects targets during the route. These choices carry measurable costs. As shown in
Table 6, Hollinger-TRO transmitted 1,973,411 bytes (90 times the Proposed method’s 21,833 bytes) and Hou transmitted 134,082 bytes (6 times the Proposed method’s payload), while both external methods had nonzero
(
and
in Panel B, versus
for all three responsibility-region methods).
Our proposed method decouples detection from motion. This design eliminates the dense replanning cycle that gives the external methods their discovery advantage, but it directly produces three compensating gains that are visible in the tables. First, in every trial, which implies that no cell is ever repeatedly detected by different UAVs. Second, communication is event-driven. Only positive detection records and compact region-request/response messages are exchanged, yielding the 90-fold and 6-fold payload reductions. Third, the responsibility-region mechanism, combined with the workload-balancing gate , suppresses frequent negotiation and prevents cross-UAV repeated detection across team-size and layout stress tests. These three results jointly establish that the Proposed method occupies a specific point in the discovery–communication–revisit tradeoff space, rather than being dominated on every dimension.
Figure 7 and
Figure 8 use a single fixed boundary scene to make the mechanisms visible.
Figure 7 shows that the Proposed method adapts its initial Voronoi partition through local boundary exchange, while Static Voronoi retains the fixed regions.
Figure 8 confirms that the exchange produces only blue cells (each inspected once by its responsible UAV) with no red uncoordinated revisits for either the Proposed method or Static Voronoi. These qualitative observations are consistent with the
result across the full 50-scene panels and are not used as quantitative evidence.
7.4. Positive-Event Support in the Boundary Illustration
Figure 9 and
Figure 10 visualize the spatial support carried by recorded positive events. For this diagnostic only, every positive event contributes a Gaussian kernel with width
, the summed support is weighted by the visible initial prior, and all panels use a common normalization. The maps use no ground-truth coordinate in their construction and are not substituted for the Bayesian scores used by the planner. Consequently, coherent and prior-supported positive-event clusters appear bright, most unsupported cells remain dark, and isolated false alarms remain visible rather than being removed retrospectively.
Figure 10 shows the prior-weighted positive-event support available to the four Proposed UAVs and its team average. Similar local panels indicate dissemination of the positive-event set. This does not imply equality of the complete local Bayesian maps because negative records remain local.
7.5. Sensitivity to Spatial-Model and Adaptation Parameters
Table 7 reports a one-factor-at-a-time sensitivity study of the correlation gain
, characteristic spacing
r, kernel width
, and boundary-request threshold
. Each setting uses 20 fixed-design repetitions; all unlisted parameters retain the default values in
Table 3. The four repeated default rows (
,
,
,
) are the same underlying trials and are not independent samples.
Increasing from to changes from to , identifying excessive correlation gain as the parameter with the strongest negative impact. The smallest mean of occurs at with . The boundary-request threshold shows nonmonotonic dependence and the highest success at and . These are fixed-design sweeps and do not identify a generally optimal calibration.
7.6. Scalability and Spatial-Pattern Stress Tests
Table 8 extends the evaluation beyond the four-UAV, three-target baseline. Team-size cases place two UAVs on the horizontal midline or
UAVs uniformly on a radius-10 ring with headings toward the map center. Target-count cases distribute three, six, or nine targets among one to three local clusters. The layout cases use a compact cluster, two separated clusters, or six dispersed targets. The
farther-initialization case places four UAVs at
,
,
, and
with a central three-target cluster and communication radius of 45. Every row uses 20 fixed-design repetitions; only the Proposed method is evaluated.
The team-size trend is nonmonotonic. Six UAVs achieve the best result in the tested ring geometry, while eight UAVs increase coordinated motion cost. The row is not covered by the finite-session consensus condition because the initial graph diameter exceeds the fixed DSF round budget. Increasing target count preserves for three, six, and nine targets, but widens from to , and drops from to near zero for nine targets because a cell very close to one initial UAV is immediately detected within the first few actions. The layout results expose the method’s dependence on clustered fields: success is for a compact cluster, for two clusters, and for dispersed targets. The case attains a success of despite substantially farther initialization. Because every row is a fixed-design Proposed-only test, these results identify feasible regimes and failure boundaries rather than a scale-dependent advantage over a matched baseline.
7.7. Discussion
The coverage-based evaluation separates target discovery from motion and intentional confirmation. The Proposed method had a statistically significant first-discovery advantage over both internal baselines in boundary-crossing scenes and a complete-discovery advantage over No-DSF, while its complete-discovery coverage was comparable to Static Voronoi. In the interior controls, none of the paired internal differences was significant. In the broader randomized scenes, the Proposed method reduced complete and remaining coverage relative to Static Voronoi and was statistically comparable to No-DSF. This pattern localizes the strongest supported gain to the intended boundary condition and avoids attributing a general improvement to DSF when the broad-panel contrast does not support it.
The adapted external methods discovered all targets after inspecting less of the grid, but they did so with substantially larger application-layer payloads. Conversely, Static Voronoi and No-DSF used less travel and communication than the Proposed method by omitting region adaptation or positive-event dissemination. The results therefore show a tradeoff among discovery coverage, repeat detection by different UAVs, and communication rather than a single method dominating every metric. The sensitivity and robustness studies further show that excessive correlation gain and dispersed target layouts are the clearest tested failure regimes.
Several limitations qualify the scope of these findings.
Communication. The DSF finite-session consensus guarantee requires a fixed connected graph, synchronized relay participation, and successful delivery. Packet loss, delay, or disconnection invalidates it. The evaluated implementation is a synchronous reference simulator, not an asynchronous distributed deployment.
Modeling approximations. The detection-gain surrogate uses an independent-Bernoulli approximation. The correlated-field constant was not estimated, so the product form is a scoring surrogate rather than a calibrated probability under spatial dependence. The framework assumes stationary targets, planar motion, fixed sensor calibration, and a prescribed target count for the base prior. The one-repeat confirmation rule and workload-balancing ratios are fixed.
Evaluation protocol. The stopping rule uses the teamwide inspection union, which is unavailable to individual UAVs in a deployed system. Ground truth is used only offline for discovery landmarks and . The two external baselines are obstacle-free adaptations whose source guarantees do not transfer. The payload comparison excludes link-layer overhead.
Uncertain-count inference, deployable distributed termination, adaptive thresholds, and lossy-network experiments remain necessary before generalizing beyond the tested numerical study.
8. Conclusions
This paper developed a distributed cooperative search framework for stationary, spatially correlated targets. The framework couples three components: a pairwise Bayesian belief update that propagates detection evidence across spatially related cells, a distributed selective flooding algorithm that shares only positive detection events, and a decoupled planner that exhausts high-belief cells at a fixed position before moving, with responsibility regions dynamically renegotiated to suppress redundant coverage. The analysis establishes order-invariance of the conceptual unclipped Bayesian belief update, conditional finite-session positive-event consistency, conflict-free sensing across responsibility regions, a restricted first-pass detection-order result, and a product-form surrogate probability interpretation of the waypoint gain.
The numerical evaluation measures the unique-grid coverage required for first and complete target discovery and the coverage increment between these landmarks under a common strict cutoff. Flight intervals are excluded from these discovery metrics, while team travel and application-layer communication are analyzed as separate resource costs. In boundary-crossing scenes, the Proposed method achieved earlier first discovery than Static Voronoi and No-DSF and lower complete-discovery coverage than No-DSF, while remaining comparable to Static Voronoi on complete discovery. The internal methods were statistically similar in the interior controls. In broader randomized scenes, the Proposed method improved complete and remaining coverage over Static Voronoi and remained comparable to No-DSF. The external adaptations achieved lower discovery coverage but required substantially larger communicated payloads. The secondary studies identified excessive correlation gain and spatially dispersed targets as the principal tested failure regimes. These results support the proposed mechanism under its intended boundary condition while making no claim of superiority on every metric or against every external method.
Future work will extend the event model to moving targets, incorporate three-dimensional terrain, obstacles, and collision constraints, replace the evaluation-layer global coverage cutoff with a deployable distributed coverage-estimation and termination rule, and evaluate the per-neighbor DSF and strictly local region trigger under packet loss, delay, asynchronous execution, and intermittent connectivity. The present two external-baseline comparisons will be broadened to additional MPC, reinforcement-learning, and swarm-intelligence methods.