中文
相关论文

相关论文: Lower Bounds for Shoreline Searching with 2 or Mor…

200 篇论文

We consider several previously studied online variants of bin packing and prove new and improved lower bounds on the asymptotic competitive ratios for them. For that, we use a method of fully adaptive constructions. In particular, we…

数据结构与算法 · 计算机科学 2017-08-11 János Balogh , József Békési , György Dósa , Leah Epstein , Asaf Levin

We study the resource augmented version of the $k$-server problem, also known as the $k$-server problem against weak adversaries or the $(h,k)$-server problem. In this setting, an online algorithm using $k$ servers is compared to an offline…

数据结构与算法 · 计算机科学 2020-04-22 Marcin Bienkowski , Jarosław Byrka , Christian Coester , Łukasz Jeż

We consider the classical problem of scheduling $n$ jobs with release dates on both single and identical parallel machines. We measure the quality of service provided to each job by its stretch, which is defined as the ratio of its response…

数据结构与算法 · 计算机科学 2014-06-27 Abhinav Srivastav , Denis Trystram

Given a set $P$ of $n$ points and a set $S$ of $n$ segments in the plane, we consider the problem of computing for each segment of $S$ its closest point in $P$. The previously best algorithm solves the problem in $n^{4/3}2^{O(\log^*n)}$…

计算几何 · 计算机科学 2024-01-08 Haitao Wang

We study the problem of sorting under incomplete information, when queries are used to resolve uncertainties. Each of $n$ data items has an unknown value, which is known to lie in a given interval. We can pay a query cost to learn the…

数据结构与算法 · 计算机科学 2021-04-16 Magnús M. Halldórsson , Murilo S. de Lima

Upper bounds on the maximum number of codewords in a binary code of a given length and minimum Hamming distance are considered. New bounds are derived by a combination of linear programming and counting arguments. Some of these bounds…

信息论 · 计算机科学 2007-07-13 Beniamin Mounits , Tuvi Etzion , Simon Litsyn

We slightly improve the known lower bound on the asymptotic competitive ratio for online bin packing of rectangles. We present a complete proof for the new lower bound, whose value is above 1.91.

数据结构与算法 · 计算机科学 2018-11-26 Leah Epstein

We study the problem of tracking multiple moving targets using a team of mobile robots. Each robot has a set of motion primitives to choose from in order to collectively maximize the number of targets tracked or the total quality of…

机器人学 · 计算机科学 2019-05-31 Yoonchang Sung , Ashish Kumar Budhiraja , Ryan K. Williams , Pratap Tokekar

In the pattern formation problem, robots in a system must self-coordinate to form a given pattern, regardless of translation, rotation, uniform-scaling, and/or reflection. In other words, a valid final configuration of the system is a…

Let $P$ be a finite set of points in the plane in general position, that is, no three points of $P$ are on a common line. We say that a set $H$ of five points from $P$ is a $5$-hole in $P$ if $H$ is the vertex set of a convex $5$-gon…

Given a set $ P $ of $n$ points and a set $ H $ of $n$ half-planes in the plane, we consider the problem of computing a smallest subset of points such that each half-plane contains at least one point of the subset. The previously best…

计算几何 · 计算机科学 2025-01-07 Gang Liu , Haitao Wang

Comparator circuits are a natural circuit model for studying bounded fan-out computation whose power sits between nondeterministic branching programs and general circuits. Despite having been studied for nearly three decades, the first…

计算复杂性 · 计算机科学 2021-12-01 Bruno P. Cavalar , Zhenjian Lu

Given a non-negative $n \times n$ matrix viewed as a set of distances between $n$ points, we consider the property testing problem of deciding if it is a metric. We also consider the same problem for two special classes of metrics, tree…

离散数学 · 计算机科学 2024-11-15 Yiqiao Bao , Sampath Kannan , Erik Waingarten

We consider the online minimum cost matching problem on the line, in which there are $n$ servers and, at each of $n$ time steps, a request arrives and must be irrevocably matched to a server that has not yet been matched to, with the goal…

数据结构与算法 · 计算机科学 2025-03-28 Eric Balkanski , Yuri Faenza , Noemie Perivier

We introduce a variant of the classical PAC multi-armed bandit problem. There is an ordered set of $n$ arms $A[1],\dots,A[n]$, each with some stochastic reward drawn from some unknown bounded distribution. The goal is to identify the…

机器学习 · 计算机科学 2018-01-11 Albert Cheu , Ravi Sundaram , Jonathan Ullman

Follow-The-Regularized-Leader (FTRL) is known as an effective and versatile approach in online learning, where appropriate choice of the learning rate is crucial for smaller regret. To this end, we formulate the problem of adjusting FTRL's…

机器学习 · 计算机科学 2024-03-12 Shinji Ito , Taira Tsuchiya , Junya Honda

We present an improved algorithm for the problem of evacuating two robots from the unit disk via an unknown exit on the boundary. Robots start at the center of the disk, move at unit speed, and can only communicate locally. Our algorithm…

离散数学 · 计算机科学 2019-05-28 Yann Disser , Sören Schmitt

Our goal is to develop theory and algorithms for establishing fundamental limits on performance imposed by a robot's sensors for a given task. In order to achieve this, we define a quantity that captures the amount of task-relevant…

机器人学 · 计算机科学 2023-07-13 Anirudha Majumdar , Zhiting Mei , Vincent Pacelli

Optimization problems with drones are widely studied in a variety of civilian tasks, mainly due to their ability to traverse rough terrains and to carry cameras and other sensors for surveillance tasks. The limited battery life of these…

计算几何 · 计算机科学 2026-05-18 José-Miguel Díaz-Báñez , José-Manuel Higes , Alina Kasiuk , Inmaculada Ventura

In this work, we study the problem of dispersion of mobile robots on dynamic rings. The problem of dispersion of $n$ robots on an $n$ node graph, introduced by Augustine and Moses Jr. [1], requires robots to coordinate with each other and…

分布式、并行与集群计算 · 计算机科学 2017-10-17 Ankush Agarwalla , John Augustine , William K. Moses , Madhav Sankar K. , Arvind Krishna Sridhar