paper-with-me

Papers

A Visitation Grid for Complete Coverage Foraging in Robot Swarms

2026-05-21 · Qi Arturo Gonzalez, Yifeng Gao, Li Zhang, Qi Lu arxiv

The complete collection of sparse resources in large, unknown environments remains a challenging problem for autonomous robot swarms. Previous studies have shown that a substantial portion of total mission time is consumed during the final stage of collection, where only a small fraction of randomly scattered resources remain. Consequently, many existing swarm foraging algorithms (search and collection) focus on collecting most resources within a limited time window, rather than improving end-stage efficiency for collecting all resources. We propose a grid-based stochastic foraging strategy that explicitly reduces redundant visits and accelerates late-stage collection. The unknown search area is partitioned into a grid map, which is maintained by a lightweight central server. To maintain scalability, both robots and the server operate within limited memory and computational constraints. The server updates the grid-level visitation counts based on robot-reported locations, producing a global estimate of the exploration density. For each new foraging trip, a robot selects its next search area from a local 3 X 3 neighborhood of grids probabilistically with the lowest visitation count, thus biasing exploration toward under-visited regions while maintaining stochasticity. Extensive simulation experiments demonstrate that the proposed strategy consistently outperforms the canonical centrally placed baseline foraging algorithm (CPFA). Compared to CPFA, the proposed method reduces the total collection time by up to 33% and improves collection efficiency by more than 48% during the final stage of the mission. These results indicate that the proposed strategy is robust, flexible, and scalable for near-complete and complete resource collection in robot swarms and can serve as a general enhancement for stochastic swarm foraging methods under limited onboard resources.

📄 PDF Abstract BibTeX arXiv:2605.21947

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Large-Scale Multi-Robot Coverage Path Planning on Grids with Path Deconfliction

2024-11-03 · Jingtao Tang, Zining Mao, Hang Ma

We study Multi-Robot Coverage Path Planning (MCPP) on a 4-neighbor 2D grid G, which aims to compute paths for multiple robots to cover all cells of G. Traditional approaches are limited as they first compute coverage tre…

Multi-Agent Path Finding

Adaptive Repulsive Pheromone Clustering for Foraging Robot Swarms

2026-08-17 · Carlos Pena-Caballero, Constantine Tarawneh, Qi Lu arxiv

The Central Place Foraging Algorithm (CPFA) combines site fidelity, pheromone-guided navigation, and uninformed random search to enable decentralized resource collection in robot swarms. However, CPFA often revisits prev…

Online Concurrent Multi-Robot Coverage Path Planning

2024-03-15 · Ratijit Mitra, Indranil Saha

Recently, centralized receding horizon online multi-robot coverage path planning algorithms have shown remarkable scalability in thoroughly exploring large, complex, unknown workspaces with many robots. In a horizon, the…

Infinite-Horizon Ergodic Control via Kernel Mean Embeddings

2026-04-01 · Christian Hughes, Ian Abraham arxiv

This paper derives an infinite-horizon ergodic controller based on kernel mean embeddings for long-duration coverage tasks on general domains. While existing kernel-based ergodic control methods provide strong coverage g…

Balanced Collaborative Exploration via Distributed Topological Graph Voronoi Partition

2025-10-28 · Tianyi Ding, Ronghao Zheng, Senlin Zhang, Meiqin Liu arxiv

This work addresses the collaborative multi-robot autonomous online exploration problem, particularly focusing on distributed exploration planning for dynamically balanced exploration area partition and task allocation a…