可視領域が狭い自律分散ロボット群による協調動作実現のためのアルゴリズム設計
项目来源
项目主持人
项目受资助机构
项目编号
立项年度
立项时间
项目级别
研究期限
受资助金额
学科
学科代码
基金类别
关键词
参与者
参与机构
1.Stand-up indulgent gathering on lines for myopic luminous robots
- 关键词:
- MOBILE ROBOTS
- Bramas, Quentin;Kakugawa, Hirotsugu;Kamei, Sayaka;Lamani, Anissa;Ooshita, Fukuhito;Shibata, Masahiro;Tixeuil, Sebastien
- 《COMPUTER JOURNAL》
- 2026年
- 卷
- 期
- 期刊
We consider a strong variant of the crash fault-tolerant gathering problem called Stand-Up Indulgent Gathering (SUIG), by robots endowed with limited visibility sensors and lights on line-shaped networks. In this problem, a group of mobile robots must eventually gather at a single location, not known beforehand, regardless of the occurrence of crashes. Differently from previous work that considered unlimited visibility, we assume that robots can observe nodes only within a certain fixed distance (i.e. they are myopic), and emit a visible color from a fixed set (i.e. they are luminous), without multiplicity detection. We consider algorithms depending on two parameters related to the initial configuration: $M_{\mathrm{init}}$, which denotes the number of nodes between two border nodes, and $O_{\mathrm{init}}$, which denotes the number of nodes hosting robots. Then, a border node is a node hosting one or more robots that cannot see other robots on at least one side. Our main contribution is to prove that, if $M_{\mathrm{init}}$ or $O_{\mathrm{init}}$ is odd, SUIG can be solved in the fully synchronous model even if crashes occur at a node at any phase of execution (i.e. including within the LCM cycle).
...2.Partial gathering of mobile agents in dynamic rings
- 关键词:
- Computational complexity;Computational methods;Distributed computer systems;Dynamics;Bi-directional rings;Distributed systems;Dynamic graph;Dynamic ring;Gathering problem;Generalisation;Partial gathering problem;Positive integers;Ring networks;Synchronous dynamics
- Shibata, Masahiro;Sudo, Yuichi;Nakamura, Junya;Kim, Yonghwan
- 《Theoretical Computer Science》
- 2026年
- 1063卷
- 期
- 期刊
In this paper, we consider the partial gathering problem of mobile agents in synchronous dynamic bidirectional ring networks. The partial gathering problem is a generalization of the (well-investigated) total gathering problem, which requires that all k agents distributed in the network terminate at a non-predetermined single node. The partial gathering problem requires, for a given positive integer g (© 2025 The Authors
...3.Pattern Formation ofMobile Agents inDynamic Grids
- 关键词:
- Computational methods;Information systems;Information use;Textile printing;Design of algorithms;Dynamic grid;Pattern formation;Performance of algorithm;Shape patterns;Target nodes
- Shibata, Masahiro;Kamei, Sayaka;Ooshita, Fukuhito;Kakugawa, Hirotsugu
- 《13th International Conference on Networked Systems, NETYS 2025》
- 2026年
- May 21, 2025 - May 23, 2025
- Rabat, Morocco
- 会议
In this paper, we consider the pattern formation problem of mobile agents in n×m dynamic grids, requiring k agents in the grid to stay at x designated(target) nodes to form some shape (pattern). We assume that at most one link is missing at each round. In this case, some agent’s movement may be always blocked and the agent cannot reach any target node. In addition, if the number k of agents is smaller than the number x of target nodes, several target nodes cannot be occupied. For this reason, focusing on the relationship between the values of k and x, we consider variants of the pattern formation problem in dynamic grids and examine how differences in these requirements and the number of agents influence the design and performance of algorithms. First, we consider the case of k≤x. In this case, we consider the approximate pattern formation problem, requiring at least k-1(x. In this case, we consider the exact pattern formation problem, requiring each of the x target nodes to be occupied. For this problem, we propose an algorithm to achieve exact pattern formation in O(kn+km+mn) rounds. In particular, when k-x is sufficiently large, we show that exact pattern formation can be achieved in Θ(n+m) rounds. © The Author(s), under exclusive license to Springer Nature Switzerland AG 2026.
...4.A self-stabilizing algorithm for the dynamic total domination problem
- 关键词:
- Distributed computer systems;Internet of things;Critical sections;Domination problem;Graph G;Mutual exclusions;Mutual inclusion;Networks/graphs;Self stabilization;Self-stabilizing algorithm;Total dominating sets;Total domination
- Kamei, Sayaka;Shibata, Masahiro;Ooshita, Fukuhito;Kakugawa, Hirotsugu
- 《13th International Symposium on Computing and Networking, CANDAR 2025》
- 2025年
- November 25, 2025 - November 28, 2025
- Yamagata, Japan
- 会议
In a network (graph) G = (V,E), a set S ⫅ V of processes is a total dominating set if every process is neighboring to some member of S. This paper considers the dynamic total domination problem, a new process synchronization problem in distributed systems. It dynamically maintains a total dominating set. Each process in the total dominating set is in its critical section (CS). That is, the problem is controlling the system in such a way that, for each process, at least one neighboring process must be in the CS at each time. This problem has an interesting application, such as an environmental monitoring IoT system with rechargeable batteries. In this paper, we propose a self-stabilizing distributed algorithm for the dynamic total domination problem under a weakly fair distributed daemon. © 2025 IEEE.
...5.Uniform Deployment of Mobile Robots in Complete Bipartite Graphs
- 关键词:
- Graphic methods;Problem solving;Visibility;Complete bipartite graphs;Deployment problems;Initial configuration;Node sets;Uniform deployment
- Shibata, Masahiro;Kitamura, Naoki;Eguchi, Ryota;Sudo, Yuichi;Nakamura, Junya;Kim, Yonghwan;Katayama, Yoshiaki;Masuzawa, Toshimitsu;Bramas, Quentin;Tixeuil, Sébastien
- 《29th International Conference on Principles of Distributed Systems, OPODIS 2025》
- 2025年
- December 3, 2025 - December 5, 2025
- Iasi, Romania
- 会议
In this paper, we address the problem of uniformly deploying mobile robots in complete bipartite graphs. Specifically, when n robots are positioned arbitrarily at distinct nodes in a complete bipartite graph Kn,n, which consists of two n-node sets VL and VR, the uniform deployment problem requires the robots to achieve one of the following configurations: (a) each node in VL is occupied by exactly one robot, with no robots in VR, or (b) each node in VR is occupied by exactly one robot, with no robots in VL. In either configuration, the distance between any two robots is 2, ensuring that the robots are uniformly deployed. In this paper, we explore the relationship between the visibility range of robots and the solvability of the uniform deployment problem. First, we characterize solvable and unsolvable initial configurations under the assumption that robots have an infinite visibility range. Next, we demonstrate that visibility range 1 (meaning robots can only observe nodes at a distance of 1 and the robots positioned on them) is insufficient, proving the impossibility of solving the problem under this constraint. Conversely, we show that visibility range Θ(log n) is sufficient by presenting an algorithm that solves the uniform deployment problem in O(1) rounds, starting from any solvable initial configuration. Finally, we briefly introduce an example showing that robots with a constant visibility range (which is 3 in this example) cannot solve the problem in a native way. © Masahiro Shibata, Naoki Kitamura, Ryota Eguchi, Yuichi Sudo, Junya Nakamura, Yonghwan Kim, Yoshiaki Katayama, Toshimitsu Masuzawa, Quentin Bramas, and Sébastien Tixeuil;
...
