中文
相关论文

相关论文: Computational Power of a Single Oblivious Mobile A…

200 篇论文

We investigate the computational power of the deterministic single-agent model where the agent and each node are equipped with a limited amount of persistent memory. Tasks are formalized as decision problems on properties of input graphs,…

数据结构与算法 · 计算机科学 2022-09-07 Taisuke Izumi , Kazuki Kakizawa , Yuya Kawabata , Naoki Kitamura , Toshimitsu Masuzawa

This work addresses the challenge of patrolling regular grid graphs of any dimension using a single mobile agent with minimal memory and limited sensing range. We show that it is impossible to patrol some grid graphs with $0$ bits of…

机器人学 · 计算机科学 2024-05-14 Michael Amir , Dmitry Rabinovich , Alfred M. Bruckstein

We consider the problem of collective exploration of a known $n$-node edge-weighted graph by $k$ mobile agents that have limited energy but are capable of energy transfers. The agents are initially placed at an arbitrary subset of nodes in…

离散数学 · 计算机科学 2021-02-26 J. Czyzowicz , S. Dobrev , R. Killick , E. Kranakis , D. Krizanc , L. Narayanan , J. Opatrny , D. Pankratov , S. Shende

We consider the problem of periodic graph exploration in which a mobile entity with constant memory, an agent, has to visit all n nodes of an arbitrary undirected graph G in a periodic manner. Graphs are supposed to be anonymous, that is,…

离散数学 · 计算机科学 2009-05-13 J. Czyzowicz , S. Dobrev , L. Gasieniec , D. Ilcinkas , J. Jansson , R. Klasing , I. Lignos , R. Martin , K. Sadakane , W. -K. Sung

Memory is an important cognitive function for humans. How a brain with such a small power can complete such a complex memory function, the working mechanism behind this is undoubtedly fascinating. Engram theory views memory as the…

分布式、并行与集群计算 · 计算机科学 2023-07-13 Hui Wei , Weihua Miao , Fushun Li

We study the problem of deterministically exploring an undirected and initially unknown graph with $n$ vertices either by a single agent equipped with a set of pebbles, or by a set of collaborating agents. The vertices of the graph are…

数据结构与算法 · 计算机科学 2018-05-10 Yann Disser , Jan Hackfeld , Max Klimm

In this paper, we present two self-stabilizing algorithms that enable a single (mobile) agent to explore graphs. Starting from any initial configuration, \ie regardless of the initial states of the agent and all nodes, as well as the…

分布式、并行与集群计算 · 计算机科学 2025-04-15 Yuichi Sudo , Fukuhito Ooshita , Sayaka Kamei

Trusted processors provide a way to perform joint computations while preserving data privacy. To overcome the performance degradation caused by data-oblivious algorithms to prevent information leakage, we explore the benefits of oblivious…

密码学与安全 · 计算机科学 2026-01-01 Jiping Yu , Xiaowei Zhu , Kun Chen , Guanyu Feng , Yunyi Chen , Xiaoyu Fan , Wenguang Chen

We consider the problem of exploration of an anonymous, port-labeled, undirected graph with $n$ nodes and $m$ edges and diameter $D$, by a single mobile agent. Initially the agent does not know the graph topology nor any of the global…

数据结构与算法 · 计算机科学 2015-12-01 Artur Menc , Dominik Pająk , Przemysław Uznański

We consider the fundamental task of network exploration. A network is modeled as a simple connected undirected n-node graph with unlabeled nodes, and all ports at any node of degree d are arbitrarily numbered 0,.....,d-1. Each of two…

分布式、并行与集群计算 · 计算机科学 2024-01-25 Subhash Bhagat , Andrzej Pelc

We consider a multi-agent multi-armed bandit setting in which $n$ honest agents collaborate over a network to minimize regret but $m$ malicious agents can disrupt learning arbitrarily. Assuming the network is the complete graph, existing…

机器学习 · 计算机科学 2023-01-30 Daniel Vial , Sanjay Shakkottai , R. Srikant

In this paper, we study the zero-error capacity of channels with memory, which are represented by graphs. We provide a method to construct code for any graph with one edge, thereby determining a lower bound on its zero-error capacity.…

信息论 · 计算机科学 2024-06-26 Qi Cao , Qi Chen , Baoming Bai

We study the dispersion problem in anonymous port-labeled graphs: $k \leq n$ mobile agents, each with a unique ID and initially located arbitrarily on the nodes of an $n$-node graph with maximum degree $\Delta$, must autonomously relocate…

分布式、并行与集群计算 · 计算机科学 2025-07-03 Debasish Pattanayak , Ajay D. Kshemkalyani , Manish Kumar , Anisur Rahaman Molla , Gokarna Sharma

The most celebrated and extensively studied model of distributed computing is the {\em message-passing model,} in which each vertex/node of the (distributed network) graph corresponds to a static computational device that communicates with…

分布式、并行与集群计算 · 计算机科学 2025-07-08 Ajay D. Kshemkalyani , Manish Kumar , Anisur Rahaman Molla , Gokarna Sharma

Memory emerges as the core module in the Large Language Model (LLM)-based agents for long-horizon complex tasks (e.g., multi-turn dialogue, game playing, scientific discovery), where memory can enable knowledge accumulation, iterative…

Leader election is one of the fundamental and well-studied problems in distributed computing. In this paper, we initiate the study of leader election using mobile agents. Suppose $n$ agents are positioned initially arbitrarily on the nodes…

分布式、并行与集群计算 · 计算机科学 2024-05-24 Ajay D. Kshemkalyani , Manish Kumar , Anisur Rahaman Molla , Gokarna Sharma

This work studies the operation of multi-agent networks engaged in binary decision tasks, and derives performance expressions and performance operating curves under challenging conditions with some revealing insights. One of the main…

多智能体系统 · 计算机科学 2019-05-31 Stefano Marano , Ali H. Sayed

We identify and investigate a computational model arising in molecular computing, social computing and sensor network. The model is made of of multiple agents who are computationally limited and posses no global information. The agents may…

计算复杂性 · 计算机科学 2013-06-19 Elchanan Mossel , Anupam Prakash , Gregory Valiant

The OBLOT model has been extensively studied in theoretical swarm robotics. It assumes weak capabilities for the involved mobile robots, such as they are anonymous, disoriented, no memory of past events (oblivious), and silent. Their only…

分布式、并行与集群计算 · 计算机科学 2025-09-05 Serafino Cicerone , Alessia Di Fonso , Gabriele Di Stefano , Alfredo Navarra

We study the exploration problem by mobile agents in two prominent models of dynamic graphs: $1$-Interval Connectivity and Connectivity Time. The $1$-Interval Connectivity model was introduced by Kuhn et al.~[STOC 2010], and the…

分布式、并行与集群计算 · 计算机科学 2026-01-21 Ashish Saxena , Kaushik Mondal
‹ 上一页 1 2 3 10 下一页 ›