中文
相关论文

相关论文: Online Vector Balancing and Geometric Discrepancy

200 篇论文

In the stochastic online vector balancing problem, vectors $v_1,v_2,\ldots,v_T$ chosen independently from an arbitrary distribution in $\mathbb{R}^n$ arrive one-by-one and must be immediately given a $\pm$ sign. The goal is to keep the norm…

数据结构与算法 · 计算机科学 2020-07-22 Nikhil Bansal , Haotian Jiang , Raghu Meka , Sahil Singla , Makrand Sinha

Consider the task of \textit{online} vector balancing for stochastic arrivals $(X_i)_{i \in [T]}$, where the time horizon satisfies $T = \Theta(n)$, and the $X_i$ are i.i.d uniform $d$--sparse $n$--dimensional binary vectors, with $2\leq d…

概率论 · 数学 2025-10-21 Dylan J. Altschuler , Konstantin Tikhomirov

The vector-balancing problem is a fundamental problem in discrepancy theory: given T vectors in $[-1,1]^n$, find a signing $\sigma(a) \in \{\pm 1\}$ of each vector $a$ to minimize the discrepancy $\| \sum_{a} \sigma(a) \cdot a \|_{\infty}$.…

数据结构与算法 · 计算机科学 2021-11-12 Anupam Gupta , Vijaykrishna Gurunathan , Ravishankar Krishnaswamy , Amit Kumar , Sahil Singla

We study the online discrepancy minimization problem for vectors in $\mathbb{R}^d$ in the oblivious setting where an adversary is allowed fix the vectors $x_1, x_2, \ldots, x_n$ in arbitrary order ahead of time. We give an algorithm that…

数据结构与算法 · 计算机科学 2021-02-09 David Arbour , Drew Dimmery , Tung Mai , Anup Rao

We consider the fundamental problem of allocating $T$ indivisible items that arrive over time to $n$ agents with additive preferences, with the goal of minimizing envy. This problem is tightly connected to online multicolor discrepancy:…

计算机科学与博弈论 · 计算机科学 2025-05-22 Daniel Halpern , Alexandros Psomas , Paritosh Verma , Daniel Xie

Consider a unit interval $[0,1]$ in which $n$ points arrive one-by-one independently and uniformly at random. On arrival of a point, the problem is to immediately and irrevocably color it in $\{+1,-1\}$ while ensuring that every interval…

数据结构与算法 · 计算机科学 2019-10-03 Haotian Jiang , Janardhan Kulkarni , Sahil Singla

We consider the discrepancy problem of coloring $n$ intervals with $k$ colors such that at each point on the line, the maximal difference between the number of intervals of any two colors is minimal. Somewhat surprisingly, a coloring with…

数据结构与算法 · 计算机科学 2010-12-20 Antonios Antoniadis , Falk Hüffner , Pascal Lenzner , Carsten Moldenhauer , Alexander Souza

We consider an online vector balancing game where vectors $v_t$, chosen uniformly at random in $\{-1,+1\}^n$, arrive over time and a sign $x_t \in \{-1,+1\}$ must be picked immediately upon the arrival of $v_t$. The goal is to minimize the…

数据结构与算法 · 计算机科学 2020-07-14 Nikhil Bansal , Joel H. Spencer

We prove that there exists an online algorithm that for any sequence of vectors $v_1,\ldots,v_T \in \mathbb{R}^n$ with $\|v_i\|_2 \leq 1$, arriving one at a time, decides random signs $x_1,\ldots,x_T \in \{ -1,1\}$ so that for every $t \le…

数据结构与算法 · 计算机科学 2023-08-04 Janardhan Kulkarni , Victor Reis , Thomas Rothvoss

Modern data centers face a key challenge of effectively serving user requests that arrive online. Such requests are inherently multi-dimensional and characterized by demand vectors over multiple resources such as processor cycles, storage…

数据结构与算法 · 计算机科学 2015-08-19 Sungjin Im , Nathaniel Kell , Janardhan Kulkarni , Debmalya Panigrahi

VC-dimension and $\varepsilon$-nets are key concepts in Statistical Learning Theory. Intuitively, VC-dimension is a measure of the size of a class of sets. The famous $\varepsilon$-net theorem, a fundamental result in Discrete Geometry,…

机器学习 · 计算机科学 2024-10-10 Sujoy Bhore , Devdan Dey , Satyam Singh

We study an online vector balancing problem, in which $n$ independent Gaussian random vectors $\boldsymbol{\zeta}(1),\dots,\boldsymbol{\zeta}(n) \sim \mathcal{N}(0, I_n)$, each of dimension $n$, arrive one at a time. The goal is to choose…

概率论 · 数学 2026-05-15 Christian Fiedler , Joe Jackson , Daniel Lacker , Jonathan Niles-Weed

We study discrepancy minimization for vectors in $\mathbb{R}^n$ under various settings. The main result is the analysis of a new simple random process in multiple dimensions through a comparison argument. As corollaries, we obtain bounds…

数据结构与算法 · 计算机科学 2020-08-07 Ryan Alweiss , Yang P. Liu , Mehtaab Sawhney

We give a polynomial time reduction from vector scheduling problem (VS) to generalized load balancing problem (GLB). This reduction gives the first non-trivial online algorithm for VS where vectors come in an online fashion. The online…

计算复杂性 · 计算机科学 2014-01-15 Xiaojun Zhu , Qun Li , Weizhen Mao , Guihai Chen

Consider an infinite sequence of independent, uniformly chosen points from $[0,1]^d$. After looking at each point in the sequence, an overseer is allowed to either keep it or reject it, and this choice may depend on the locations of all…

概率论 · 数学 2017-09-05 Raaz Dwivedi , Ohad N. Feldheim , Ori Gurel-Gurevich , Aaditya Ramdas

The problem of online checkpointing is a classical problem with numerous applications which had been studied in various forms for almost 50 years. In the simplest version of this problem, a user has to maintain $k$ memorized checkpoints…

密码学与安全 · 计算机科学 2019-06-20 Achiya Bar-On , Itai Dinur , Orr Dunkelman , Rani Hod , Nathan Keller , Eyal Ronen , Adi Shamir

We consider a variant of online convex optimization in which both the instances (input vectors) and the comparator (weight vector) are unconstrained. We exploit a natural scale invariance symmetry in our unconstrained setting: the…

机器学习 · 计算机科学 2017-08-24 Wojciech Kotłowski

In the online sorting problem, $n$ items are revealed one by one and have to be placed (immediately and irrevocably) into empty cells of a size-$n$ array. The goal is to minimize the sum of absolute differences between items in consecutive…

数据结构与算法 · 计算机科学 2024-06-28 Mikkel Abrahamsen , Ioana O. Bercea , Lorenzo Beretta , Jonas Klausen , László Kozma

We consider the online vector bin packing problem where $n$ items specified by $d$-dimensional vectors must be packed in the fewest number of identical $d$-dimensional bins. Azar et al. (STOC'13) showed that for any online algorithm $A$,…

数据结构与算法 · 计算机科学 2020-08-06 Nikhil Bansal , Ilan Reuven Cohen

e consider the experimental design problem in an online environment, an important practical task for reducing the variance of estimates in randomized experiments which allows for greater precision, and in turn, improved decision making. In…

统计方法学 · 统计学 2022-03-07 David Arbour , Drew Dimmery , Tung Mai , Anup Rao
‹ 上一页 1 2 3 10 下一页 ›