中文
相关论文

相关论文: An Improved Bound for the Beck-Fiala Conjecture

200 篇论文

A dictionary data structure maintains a set of at most $n$ keys from the universe $[U]$ under key insertions and deletions, such that given a query $x \in [U]$, it returns if $x$ is in the set. Some variants also store values associated to…

数据结构与算法 · 计算机科学 2023-09-12 Tianxiao Li , Jingxun Liang , Huacheng Yu , Renfei Zhou

An important result in discrepancy due to Banaszczyk states that for any set of $n$ vectors in $\mathbb{R}^m$ of $\ell_2$ norm at most $1$ and any convex body $K$ in $\mathbb{R}^m$ of Gaussian measure at least half, there exists a $\pm 1$…

数据结构与算法 · 计算机科学 2017-08-04 Nikhil Bansal , Daniel Dadush , Shashwat Garg , Shachar Lovett

We show that for $n>k(4e\log k)^k$ every set $\{x_1,..., x_n\}$ of $n$ real numbers with $\sum_{i=0}^{n}x_i \geq 0$ has at least $\binom{n-1}{k-1}$ $k$-element subsets of a non-negative sum. This is a substantial improvement on the best…

组合数学 · 数学 2010-11-15 Mykhaylo Tyomkyn

Algorithmic stability is a classical approach to understanding and analysis of the generalization error of learning algorithms. A notable weakness of most stability-based generalization bounds is that they hold only in expectation.…

机器学习 · 计算机科学 2019-06-25 Vitaly Feldman , Jan Vondrak

Nisan and Szegedy (CC 1994) showed that any Boolean function $f:\{0,1\}^n\rightarrow \{0,1\}$ that depends on all its input variables, when represented as a real-valued multivariate polynomial $P(x_1,\ldots,x_n)$, has degree at least $\log…

计算复杂性 · 计算机科学 2021-07-08 Srikanth Srinivasan , S. Venkitesh

Recently, Gilmer proved the first constant lower bound for the union-closed sets conjecture via an information-theoretic argument. The heart of the argument is an entropic inequality involving the OR function of two i.i.d.\ binary vectors,…

信息论 · 计算机科学 2023-06-16 Jingbo Liu

The k-means algorithm is a well-known method for partitioning n points that lie in the d-dimensional space into k clusters. Its main features are simplicity and speed in practice. Theoretically, however, the best known upper bound on its…

计算几何 · 计算机科学 2008-12-03 Andrea Vattani

By analogy with conjectures for random matrices, Fyodorov-Hiary-Keating and Fyodorov-Keating proposed precise asymptotics for the maximum of the Riemann zeta function in a typical short interval on the critical line. In this paper, we…

概率论 · 数学 2020-10-13 Louis-Pierre Arguin , Paul Bourgade , Maksym Radziwiłł

We show that for any finite set $P$ of points in the plane and $\epsilon>0$ there exist $\displaystyle O\left(\frac{1}{\epsilon^{3/2+\gamma}}\right)$ points in ${\mathbb{R}}^2$, for arbitrary small $\gamma>0$, that pierce every convex set…

组合数学 · 数学 2022-07-22 Natan Rubin

Given a graph $G = (V,E)$, an $(\alpha, \beta)$-ruling set is a subset $S \subseteq V$ such that the distance between any two vertices in $S$ is at least $\alpha$, and the distance between any vertex in $V$ and the closest vertex in $S$ is…

分布式、并行与集群计算 · 计算机科学 2022-06-03 Alkida Balliu , Sebastian Brandt , Dennis Olivetti

We derive the first finite-time logarithmic Bayes regret upper bounds for Bayesian bandits. In a multi-armed bandit, we obtain $O(c_\Delta \log n)$ and $O(c_h \log^2 n)$ upper bounds for an upper confidence bound algorithm, where $c_h$ and…

机器学习 · 计算机科学 2024-01-23 Alexia Atsidakou , Branislav Kveton , Sumeet Katariya , Constantine Caramanis , Sujay Sanghavi

A sunflower with a core $Y$ is a family ${\cal B}$ of sets such that $U \cap U' = Y$ for each two different elements $U$ and $U'$ in ${\cal B}$. The well-known sunflower lemma states that a given family ${\cal F}$ of sets, each of…

组合数学 · 数学 2014-09-23 Junichiro Fukuyama

In the context of proving lower bounds on proof space in k-DNF resolution, [Ben-Sasson and Nordstrom 2009] introduced the concept of minimally unsatisfiable sets of k-DNF formulas and proved that a minimally unsatisfiable k-DNF set with m…

离散数学 · 计算机科学 2016-09-08 Jakob Nordström , Alexander Razborov

We revisit the study of optimal regret rates in bandit combinatorial optimization---a fundamental framework for sequential decision making under uncertainty that abstracts numerous combinatorial prediction problems. We prove that the…

机器学习 · 计算机科学 2017-02-27 Alon Cohen , Tamir Hazan , Tomer Koren

A variant of the Erd\H{o}s-S\'os conjecture, posed by Havet, Reed, Stein and Wood, states that every graph with minimum degree at least $\lfloor 2k/3 \rfloor$ and maximum degree at least $k$ contains a copy of every tree with $k$ edges.…

组合数学 · 数学 2025-12-19 Alexey Pokrovskiy , Leo Versteegen , Ella Williams

Knapsack is one of the most fundamental problems in theoretical computer science. In the $(1 - \epsilon)$-approximation setting, although there is a fine-grained lower bound of $(n + 1 / \epsilon) ^ {2 - o(1)}$ based on the $(\min,…

数据结构与算法 · 计算机科学 2025-08-12 Xiao Mao

Let $f(k)$ be the maximum possible chromatic number of a graph whose edge set can be partitioned into at most $k$ complete bipartite graphs. Alon, Saks, and Seymour conjectured that $f(k)=k+1$ for all $k$. While the conjecture was verified…

组合数学 · 数学 2026-05-29 Jacob Fox

A topological graph is $k$-quasi-planar if it does not contain $k$ pairwise crossing edges. A 20-year-old conjecture asserts that for every fixed $k$, the maximum number of edges in a $k$-quasi-planar graph on $n$ vertices is $O(n)$. Fox…

组合数学 · 数学 2016-01-28 Andrew Suk , Bartosz Walczak

Given an edge-weighted graph, how many minimum $k$-cuts can it have? This is a fundamental question in the intersection of algorithms, extremal combinatorics, and graph theory. It is particularly interesting in that the best known bounds…

数据结构与算法 · 计算机科学 2019-06-04 Anupam Gupta , Euiwoong Lee , Jason Li

Let $\pi=(d_{1},\ldots,d_{n})$ be a non-increasing degree sequence with even $n$. In 1974, Kundu showed that if $\mathcal{D}_{k}(\pi)=(d_{1}-k,\ldots,d_{n}-k)$ is graphic, then some realization of $\pi$ has a $k$-factor. For $r\leq 2$,…

组合数学 · 数学 2025-02-20 James M. Shook