<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>decentralized search algorithms &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/decentralized-search-algorithms/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Sep 2026 01:37:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>decentralized search algorithms &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Multi-Robot Networks Track Moving Targets via Decentralized Information-Driven Strategy</title>
		<link>https://scienmag.com/multi-robot-networks-track-moving-targets-via-decentralized-information-driven-strategy/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Fri, 11 Sep 2026 01:36:56 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[autonomous ground robots for human tracking]]></category>
		<category><![CDATA[autonomous robot coordination]]></category>
		<category><![CDATA[autonomous robot coordination in search-and-rescue]]></category>
		<category><![CDATA[autonomous security patrol robots]]></category>
		<category><![CDATA[challenges in multi-robot pursuit-evasion scenarios]]></category>
		<category><![CDATA[collaborative multi-robot systems]]></category>
		<category><![CDATA[collaborative multi-robot target assignment]]></category>
		<category><![CDATA[decentralized algorithms for moving target tracking]]></category>
		<category><![CDATA[decentralized search algorithms]]></category>
		<category><![CDATA[distributed robotic systems]]></category>
		<category><![CDATA[multi-agent systems for environmental monitoring]]></category>
		<category><![CDATA[Multi-robot decentralized target tracking]]></category>
		<category><![CDATA[multi-robot environmental monitoring]]></category>
		<category><![CDATA[multi-robot movement optimization]]></category>
		<category><![CDATA[multi-robot resource allocation strategies]]></category>
		<category><![CDATA[multi-robot search and rescue algorithms]]></category>
		<category><![CDATA[multi-robot security surveillance]]></category>
		<category><![CDATA[multi-robot system robustness in disaster zones]]></category>
		<category><![CDATA[multi-robot target assignment strategies]]></category>
		<category><![CDATA[real-time multi-robot trajectory optimization]]></category>
		<category><![CDATA[real-time multi-target tracking]]></category>
		<category><![CDATA[real-world experiments in multi-robot target tracking]]></category>
		<category><![CDATA[scalable multi-robot networks]]></category>
		<guid isPermaLink="false">https://scienmag.com/multi-robot-networks-track-moving-targets-via-decentralized-information-driven-strategy/</guid>

					<description><![CDATA[In what could reshape how search-and-rescue teams, security services, and environmental scientists deploy autonomous systems, researchers have unveiled a decentralized algorithm that allows a network of robots to track more moving targets than there are robots in the network — a problem long considered one of the thorniest computational challenges in multi-robot coordination. The work, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In what could reshape how search-and-rescue teams, security services, and environmental scientists deploy autonomous systems, researchers have unveiled a decentralized algorithm that allows a network of robots to track more moving targets than there are robots in the network — a problem long considered one of the thorniest computational challenges in multi-robot coordination. The work, published in the journal Autonomous Robots, demonstrates in both simulation and real-world experiments with ground robots tracking humans that a small team of machines can collaboratively divide up an overwhelming number of moving targets, assign them among themselves, and optimize their movement in real time, all without a central commander.</p>
<p>The core difficulty is deceptively simple to state. If you have, say, five robots and twelve people moving through a disaster zone, every target must be assigned to exactly one robot — no target can be ignored, and no two robots should waste effort duplicating each other&#8217;s work. Meanwhile, each robot must constantly adjust its own trajectory as both it and its targets move. Because each robot may end up responsible for multiple targets whose tracking objectives conflict — pursuing one person might mean turning away from another — the robot must somehow balance competing demands every single moment. The researchers formally proved that this combined problem of simultaneous target assignment and control is NP-hard, meaning that as the number of robots and targets grows, finding the perfect solution quickly becomes computationally intractable even for powerful computers.</p>
<p>&#8220;Real-world missions like urban search and rescue, underwater exploration, and disaster monitoring don&#8217;t wait for a centralized supercomputer to figure things out,&#8221; the research team notes in the paper. Communication between robots is often unreliable in these environments, which makes centralized approaches prone to single-point failures — if the central node goes down, the whole operation collapses. The team&#8217;s answer is a fully decentralized framework called bundle-based assignment and control, or BBAC, which runs concurrently on every robot in the network and relies only on local communication between neighboring machines.</p>
<p>The elegance of BBAC lies in how it dismantles the monstrous optimization problem into two digestible stages using a mathematical technique known as primal decomposition. The key insight is that the target assignment acts as a coupling variable: once you fix which robot is responsible for which targets, the giant problem splits cleanly into independent control problems that each robot can solve on its own. The first stage, called the Master Problem, has the network collaboratively decide who tracks whom. The second stage, the Subproblem, has each robot independently compute the movement commands that best serve its assigned targets.</p>
<p>For the Master Problem, the researchers drew inspiration from an unlikely source: economics. They developed an auction-inspired algorithm in which robots literally bid on targets. Each robot maintains a &#8220;bundle&#8221; — an ordered list of the targets it wants to track, built by sequentially adding the targets that offer the highest tracking value. Every target carries a price, and the robots iteratively place bids, broadcast those bids to their neighbors, and reach consensus on conflict-free assignments. When a robot is outbid on a target, it releases that target from its bundle and moves on. The result is a rapid, adaptive marketplace of tracking duties that adjusts instantaneously as robots and targets move — a critical advantage over earlier auction methods that assumed static targets and required complete replanning whenever anything moved.</p>
<p>Crucially, the researchers proved that this bundle-based assignment comes with a hard performance guarantee: in the worst case, it achieves at least half the performance of the theoretical optimum, a so-called one-half approximation guarantee. In the world of combinatorial optimization, where many problems offer no guarantees at all, this is a meaningful assurance that the decentralized auction won&#8217;t produce catastrophically poor assignments even in the most adversarial scenarios.</p>
<p>The second stage of BBAC tackles the subtle problem of a robot with multiple, conflicting objectives. The researchers formally demonstrated that when a robot is assigned several targets, no single movement can always maximize tracking quality for all of them simultaneously — imagine two targets placed on exactly opposite sides of the robot, where moving toward one necessarily moves away from the other. Mathematically, the best a robot can do is find a Pareto-optimal control: a movement that cannot be improved for any one target without degrading tracking of another. The team showed that a weighted-sum formulation of the problem provably produces such Pareto-optimal solutions, and they employ a genetic algorithm — a search method inspired by biological evolution that adaptively samples possible control actions and can escape local optima and handle non-convex, discontinuous objectives — to find these solutions fast enough for real-time operation.</p>
<p>Underpinning both stages is a novel tracking utility function that blends two competing philosophies of target tracking. Information-driven objectives, rooted in Shannon&#8217;s definition of information, quantify how much a future measurement would reduce uncertainty about a target&#8217;s estimated position and velocity. These functions push robots toward poorly tracked targets whose state estimates grow fuzzy over time, improving long-term performance — but they suffer from diminishing returns when a target is already being tracked well. Task-driven objectives, by contrast, reward keeping close to currently tracked targets for immediate gains. The new utility function is a hybrid: it combines the expected entropy reduction from a future sensor measurement (modeled through a recursive Kalman-filter covariance update and a Bernoulli detection model that captures the robot&#8217;s bounded, directional field of view) with a geometry-aware distance reward computed as an integral over the sensor&#8217;s field of view, plus a penalty term that discourages collisions with obstacles, other robots, and the targets themselves. The weights on these components can be tuned to the mission — for instance, a team operating in a cluttered warehouse would weight collision avoidance more heavily than one patrolling an open field.</p>
<p>The practical payoff was demonstrated on two fronts. In extensive simulations, BBAC consistently outperformed existing decentralized tracking algorithms and came remarkably close to the offline optimal solution — which requires far more computation — while running in a fraction of the time. More compellingly, the researchers deployed the system on a physical network of unmanned ground vehicles equipped with RGB-D cameras, tasked with tracking humans walking through an indoor workspace. The robots communicated over a limited range, negotiated their target assignments through the decentralized auction, and executed genetically optimized control commands in real time, successfully maintaining surveillance of moving people despite the targets outnumbering the robots. The framework is sensor-agnostic: while the experiments used depth cameras, the authors emphasize it applies equally to lidar, radar, or sonar, opening doors to underwater and aerial applications.</p>
<p>What makes the work especially significant is its robustness to the messy realities of field deployment. The robots share positions, target measurements, and bid information over multi-hop wireless links within a fixed communication range, meaning the network can fragment into smaller local clusters if robots drift apart — and the system keeps functioning. Earlier decentralized approaches either assumed static environments requiring constant replanning, restricted robots to a pre-approved menu of motion primitives, or offered no guarantees that assignments would remain mutually exclusive when robots carried limited field-of-view sensors. BBAC addresses all three shortcomings at once.</p>
<p>The implications stretch well beyond the laboratory. Search-and-rescue teams facing an unknown number of survivors in a collapsed structure cannot field a robot for every possible person; security operations monitoring crowds must do more with fewer assets; environmental scientists tracking animal populations face the same arithmetic imbalance. A proven, guaranteed, decentralized method that lets a handful of autonomous machines cover many more moving subjects — without a vulnerable command center and without prohibitive computation — addresses the fundamental economics of robotic surveillance. The researchers indicate that future work will tackle more sophisticated consensus strategies for merging target state estimates across the network, but for now, the days when a small robot team could only watch helplessly as targets outnumbered it may be drawing to a close.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Decentralized multi-robot networks for tracking multiple moving targets that outnumber the robots, using bundle-based auction assignment and genetic-algorithm-based multi-objective control</p>
<p><strong>Article Title:</strong> Decentralized Information-driven Approach for Tracking Multiple Moving Targets with Multi-Robot Networks</p>
<p><strong>Article References:</strong> Dong, J., Surve, S., Liu, C., Jang, K. R., Qiu, S., Zhu, P., Abad, A., Brar, H., Scaglione, A., &amp; Ferrari, S. (2026). Decentralized Information-driven Approach for Tracking Multiple Moving Targets with Multi-Robot Networks. <em>Autonomous Robots, 50</em>(3), Article 29. <a href="https://doi.org/10.1007/s10514-026-10249-4" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s10514-026-10249-4</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10514-026-10249-4" target="_blank" rel="noopener noreferrer">10.1007/s10514-026-10249-4</a></p>
<p><strong>Keywords:</strong> multi-robot networks, target tracking, decentralized auction, bundle-based assignment, genetic algorithm, Pareto optimality, information gain, NP-hard, search and rescue, autonomous robots</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">192161</post-id>	</item>
	</channel>
</rss>
