paper-with-me

Papers

A model-based framework for learning transparent swarm behaviors

2021-03-09 · Mario Coppola, Jian Guo, Eberhard Gill, Guido C. H. E. de Croon

This paper proposes a model-based framework to automatically and efficiently design understandable and verifiable behaviors for swarms of robots. The framework is based on the automatic extraction of two distinct models: 1) a neural network model trained to estimate the relationship between the robots' sensor readings and the global performance of the swarm, and 2) a probabilistic state transition model that explicitly models the local state transitions (i.e., transitions in observations from the perspective of a single robot in the swarm) given a policy. The models can be trained from a data set of simulated runs featuring random policies. The first model is used to automatically extract a set of local states that are expected to maximize the global performance. These local states are referred to as desired local states. The second model is used to optimize a stochastic policy so as to increase the probability that the robots in the swarm observe one of the desired local states. Following these steps, the framework proposed in this paper can efficiently lead to effective controllers. This is tested on four case studies, featuring aggregation and foraging tasks. Importantly, thanks to the models, the framework allows us to understand and inspect a swarm's behavior. To this end, we propose verification checks to identify some potential issues that may prevent the swarm from achieving the desired global objective. In addition, we explore how the framework can be used in combination with a "standard" evolutionary robotics strategy (i.e., where performance is measured via simulation), or with online learning.

📄 PDF Abstract BibTeX arXiv:2103.05343

Code (1)

coppolam/SI_framework 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Enhancing Explainability and Reliable Decision-Making in Particle Swarm Optimization through Communication Topologies

2025-04-17 · Nitin Gupta, Indu Bala, Bapi Dutta, Luis Martínez 외

Swarm intelligence effectively optimizes complex systems across fields like engineering and healthcare, yet algorithm solutions often suffer from low reliability due to unclear configurations and hyperparameters. This st…

BenchmarkingDecision MakingDiversity

Analytical Swarm Chemistry: Characterization and Analysis of Emergent Swarm Behaviors

2025-10-26 · Ricardo Vega, Connor Mattson, Kevin Zhu, Daniel S. Brown 외 arxiv

Swarm robotics has potential for a wide variety of applications, but real-world deployments remain rare due to the difficulty of predicting emergent behaviors arising from simple local interactions. Traditional engineeri…

Physics-Informed Modeling and Control of Emergent Behaviors in Robot Swarms

2026-06-01 · Zixuan Jin, Wenzhuo Zhang, Shuxian Quan, Zirui Dong 외 arxiv

Robot swarms can exhibit coherent collective behaviors through local perception, limited communication and decentralized decision-making, yet modeling and controlling such emergence remains challenging when behaviors unf…

Reinforcement Learning

Efficiently Evolving Swarm Behaviors Using Grammatical Evolution With PPA-style Behavior Trees

2022-03-29 · Aadesh Neupane, Michael A. Goodrich

Evolving swarm behaviors with artificial agents is computationally expensive and challenging. Because reward structures are often sparse in swarm problems, only a few simulations among hundreds evolve successful swarm be…

Evolutionary Algorithms

Leveraging Human Feedback to Evolve and Discover Novel Emergent Behaviors in Robot Swarms

2023-04-25 · Connor Mattson, Daniel S. Brown

Robot swarms often exhibit emergent behaviors that are fascinating to observe; however, it is often difficult to predict what swarm behaviors can emerge under a given set of agent capabilities. We seek to efficiently lev…

Self-Supervised Learning