paper-with-me

Papers

Rapidly adapting robot swarms with Swarm Map-based Bayesian Optimisation

2020-12-21 · David M. Bossens, Danesh Tarapore

Rapid performance recovery from unforeseen environmental perturbations remains a grand challenge in swarm robotics. To solve this challenge, we investigate a behaviour adaptation approach, where one searches an archive of controllers for potential recovery solutions. To apply behaviour adaptation in swarm robotic systems, we propose two algorithms: (i) Swarm Map-based Optimisation (SMBO), which selects and evaluates one controller at a time, for a homogeneous swarm, in a centralised fashion; and (ii) Swarm Map-based Optimisation Decentralised (SMBO-Dec), which performs an asynchronous batch-based Bayesian optimisation to simultaneously explore different controllers for groups of robots in the swarm. We set up foraging experiments with a variety of disturbances: injected faults to proximity sensors, ground sensors, and the actuators of individual robots, with 100 unique combinations for each type. We also investigate disturbances in the operating environment of the swarm, where the swarm has to adapt to drastic changes in the number of resources available in the environment, and to one of the robots behaving disruptively towards the rest of the swarm, with 30 unique conditions for each such perturbation. The viability of SMBO and SMBO-Dec is demonstrated, comparing favourably to variants of random search and gradient descent, and various ablations, and improving performance up to 80% compared to the performance at the time of fault injection within at most 30 evaluations.

📄 PDF Abstract BibTeX arXiv:2012.11444

Code (1)

resilient-swarms/argos-sferes

Tasks

Bayesian Optimisation

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

Proactive-reactive detection and mitigation of intermittent faults in robot swarms

2025-09-23 · Sinan Oğuz, Emanuele Garone, Marco Dorigo, Mary Katherine Heinrich arxiv

Intermittent faults are transient errors that sporadically appear and disappear. Although intermittent faults pose substantial challenges to reliability and coordination, existing studies of fault tolerance in robot swar…

Gen-Swarms: Adapting Deep Generative Models to Swarms of Drones

2024-08-28 · Carlos Plou, Pablo Pueyo, Ruben Martinez-Cantin, Mac Schwager 외

Gen-Swarms is an innovative method that leverages and combines the capabilities of deep generative models with reactive navigation algorithms to automate the creation of drone shows. Advancements in deep generative model…

Point Cloud Generation

Bio-inspired decision making in robot swarms under biases

2025-09-09 · Raina Zakir, Timoteo Carletti, Marco Dorigo, Andreagiovanni Reina arxiv

Minimalistic robot swarms offer a scalable, robust, and cost-effective approach to performing complex tasks with the potential to transform applications in healthcare, disaster response, and environmental monitoring. How…

Decision Making

Density Matrix-based Dynamics for Quantum Robotic Swarms

2025-09-07 · Maria Mannone, Mahathi Anand, Peppino Fazio, Abdalla Swikir arxiv

In a robotic swarm, parameters such as position and proximity to the target can be described in terms of probability amplitudes. This idea led to recent studies on a quantum approach to the definition of the swarm, inclu…

Online automatic code generation for robot swarms: LLMs and self-organizing hierarchy

2025-10-06 · Weixu Zhu, Marco Dorigo, Mary Katherine Heinrich arxiv

Our recently introduced self-organizing nervous system (SoNS) provides robot swarms with 1) ease of behavior design and 2) global estimation of the swarm configuration and its collective environment, facilitating the imp…

Code Generation