Skip to main content

Showing 1–50 of 72 results for author: Kleinberg, R

.
  1. arXiv:2406.13668  [pdf, ps, other

    cs.LG cs.DS stat.ML

    Improved bounds for calibration via stronger sign preservation games

    Authors: Yuval Dagan, Constantinos Daskalakis, Maxwell Fishelson, Noah Golowich, Robert Kleinberg, Princewill Okoroafor

    Abstract: A set of probabilistic forecasts is calibrated if each prediction of the forecaster closely approximates the empirical distribution of outcomes on the subset of timesteps where that prediction was made. We study the fundamental problem of online calibrated forecasting of binary sequences, which was initially studied by Foster & Vohra (1998). They derived an algorithm with $O(T^{2/3})$ calibration… ▽ More

    Submitted 19 June, 2024; originally announced June 2024.

  2. arXiv:2312.10172  [pdf, other

    cs.DC

    Load is not what you should balance: Introducing Prequal

    Authors: Bartek Wydrowski, Robert Kleinberg, Stephen M. Rumble, Aaron Archer

    Abstract: We present Prequal (Probing to Reduce Queuing and Latency), a load balancer for distributed multi-tenant systems. Prequal aims to minimize real-time request latency in the presence of heterogeneous server capacities and non-uniform, time-varying antagonist load. It actively probes server load to leverage the power-of-d-choices paradigm, extending it with asynchronous and reusable probes. Cutting a… ▽ More

    Submitted 15 December, 2023; originally announced December 2023.

    Comments: Accepted to USENIX NSDI 2024

    ACM Class: C.2.4

  3. arXiv:2310.17002  [pdf, other

    cs.LG

    Faster Recalibration of an Online Predictor via Approachability

    Authors: Princewill Okoroafor, Robert Kleinberg, Wen Sun

    Abstract: Predictive models in ML need to be trustworthy and reliable, which often at the very least means outputting calibrated probabilities. This can be particularly difficult to guarantee in the online prediction setting when the outcome sequence can be generated adversarially. In this paper we introduce a technique using Blackwell's approachability theorem for taking an online predictive model which mi… ▽ More

    Submitted 25 October, 2023; originally announced October 2023.

    Comments: 23 pages

  4. arXiv:2308.14837  [pdf, other

    cs.DS cs.NI

    Breaking the VLB Barrier for Oblivious Reconfigurable Networks

    Authors: Tegan Wilson, Daniel Amir, Nitika Saran, Robert Kleinberg, Vishal Shrivastav, Hakim Weatherspoon

    Abstract: In a landmark 1981 paper, Valiant and Brebner gave birth to the study of oblivious routing and, simultaneously, introduced its most powerful and ubiquitous method: Valiant load balancing (VLB). By routing messages through a randomly sampled intermediate node, VLB lengthens routing paths by a factor of two but gains the crucial property of obliviousness. Forty years later, with datacenters handling… ▽ More

    Submitted 1 December, 2023; v1 submitted 28 August, 2023; originally announced August 2023.

    Comments: 50 pages, 2 figures

  5. arXiv:2307.00168  [pdf, ps, other

    cs.LG cs.GT

    U-Calibration: Forecasting for an Unknown Agent

    Authors: Robert Kleinberg, Renato Paes Leme, Jon Schneider, Yifeng Teng

    Abstract: We consider the problem of evaluating forecasts of binary events whose predictions are consumed by rational agents who take an action in response to a prediction, but whose utility is unknown to the forecaster. We show that optimizing forecasts for a single scoring rule (e.g., the Brier score) cannot guarantee low regret for all possible agents. In contrast, forecasts that are well-calibrated guar… ▽ More

    Submitted 30 June, 2023; originally announced July 2023.

    Comments: Accepted for presentation at the Conference on Learning Theory (COLT) 2023

  6. arXiv:2301.05682  [pdf, ps, other

    cs.LG cs.DS econ.EM

    Non-Stochastic CDF Estimation Using Threshold Queries

    Authors: Princewill Okoroafor, Vaishnavi Gupta, Robert Kleinberg, Eleanor Goh

    Abstract: Estimating the empirical distribution of a scalar-valued data set is a basic and fundamental task. In this paper, we tackle the problem of estimating an empirical distribution in a setting with two challenging features. First, the algorithm does not directly observe the data; instead, it only asks a limited number of threshold queries about each sample. Second, the data are not assumed to be indep… ▽ More

    Submitted 13 January, 2023; originally announced January 2023.

    Comments: To appear in ACM-SIAM Symposium on Discrete Algorithms (SODA) 2023, 28 pages

  7. arXiv:2210.09903  [pdf, other

    cs.LG math.OC stat.ML

    Online Convex Optimization with Unbounded Memory

    Authors: Raunak Kumar, Sarah Dean, Robert Kleinberg

    Abstract: Online convex optimization (OCO) is a widely used framework in online learning. In each round, the learner chooses a decision in a convex set and an adversary chooses a convex loss function, and then the learner suffers the loss associated with their current decision. However, in many applications the learner's loss depends not only on the current decision but on the entire history of decisions un… ▽ More

    Submitted 29 March, 2024; v1 submitted 18 October, 2022; originally announced October 2022.

    Comments: Proceedings of the 37th Conference on Neural Information Processing Systems (NeurIPS 2023)

  8. arXiv:2209.12013  [pdf, other

    cs.LG cs.DS stat.ML

    Non-monotonic Resource Utilization in the Bandits with Knapsacks Problem

    Authors: Raunak Kumar, Robert Kleinberg

    Abstract: Bandits with knapsacks (BwK) is an influential model of sequential decision-making under uncertainty that incorporates resource consumption constraints. In each round, the decision-maker observes an outcome consisting of a reward and a vector of nonnegative resource consumptions, and the budget of each resource is decremented by its consumption. In this paper we introduce a natural generalization… ▽ More

    Submitted 24 September, 2022; originally announced September 2022.

    Comments: To appear in the Proceedings of the 36th Conference on Neural Information Processing Systems (NeurIPS 2022)

  9. arXiv:2205.10302  [pdf, ps, other

    cs.DS

    Individual Fairness in Prophet Inequalities

    Authors: Makis Arsenis, Robert Kleinberg

    Abstract: Prophet inequalities are performance guarantees for online algorithms (a.k.a. stop** rules) solving the following "hiring problem": a decision maker sequentially inspects candidates whose values are independent random numbers and is asked to hire at most one candidate by selecting it before inspecting the values of future candidates in the sequence. A classic result in optimal stop** theory as… ▽ More

    Submitted 20 May, 2022; originally announced May 2022.

    Comments: 25 pages, 1 figure, to appear as extended abstract in the proceedings of Economics and Computation (EC) '22

  10. arXiv:2111.08780  [pdf, other

    cs.DS cs.NI

    Optimal Oblivious Reconfigurable Networks

    Authors: Daniel Amir, Tegan Wilson, Vishal Shrivastav, Hakim Weatherspoon, Robert Kleinberg, Rachit Agarwal

    Abstract: Oblivious routing has a long history in both the theory and practice of networking. In this work we initiate the formal study of oblivious routing in the context of reconfigurable networks, a new architecture that has recently come to the fore in datacenter networking. These networks allow a rapidly changing bounded-degree pattern of interconnections between nodes, but the network topology and the… ▽ More

    Submitted 16 November, 2021; originally announced November 2021.

    Comments: 33 pages, 3 figures

  11. arXiv:2110.10881  [pdf, other

    cs.GT

    Threshold Tests as Quality Signals: Optimal Strategies, Equilibria, and Price of Anarchy

    Authors: Siddhartha Banerjee, David Kempe, Robert Kleinberg

    Abstract: We study a signaling game between two firms competing to have their product chosen by a principal. The products have qualities drawn i.i.d. from a common prior. The principal aims to choose the better product, but the quality of a product can only be estimated via a coarse-grained threshold test: for chosen $θ$, the principal learns whether a product's quality exceeds $θ$ or not. We study this p… ▽ More

    Submitted 21 October, 2021; originally announced October 2021.

    Comments: 43 pages, 3 figures, to appear at WINE 2021

  12. arXiv:2106.00604  [pdf, ps, other

    cs.GT cs.DS

    Optimal Stop** with Behaviorally Biased Agents: The Role of Loss Aversion and Changing Reference Points

    Authors: Jon Kleinberg, Robert Kleinberg, Sigal Oren

    Abstract: People are often reluctant to sell a house, or shares of stock, below the price at which they originally bought it. While this is generally not consistent with rational utility maximization, it does reflect two strong empirical regularities that are central to the behavioral science of human decision-making: a tendency to evaluate outcomes relative to a reference point determined by context (in th… ▽ More

    Submitted 1 June, 2021; originally announced June 2021.

    Comments: To appear in the 2021 ACM Conference on Economics and Computation (EC'21)

  13. arXiv:2012.14233  [pdf, other

    cs.DS

    Approximation Algorithms for the Bottleneck Asymmetric Traveling Salesman Problem

    Authors: Hyung-Chan An, Robert Kleinberg, David B. Shmoys

    Abstract: We present the first nontrivial approximation algorithm for the bottleneck asymmetric traveling salesman problem. Given an asymmetric metric cost between n vertices, the problem is to find a Hamiltonian cycle that minimizes its bottleneck (or maximum-length edge) cost. We achieve an O(log n / log log n) approximation performance guarantee by giving a novel algorithmic technique to shortcut Euleria… ▽ More

    Submitted 28 December, 2020; originally announced December 2020.

    Comments: 16 pages, 3 figures

    ACM Class: F.2.2

  14. arXiv:2010.09705  [pdf, ps, other

    cs.DS

    Constrained-Order Prophet Inequalities

    Authors: Makis Arsenis, Odysseas Drosis, Robert Kleinberg

    Abstract: Free order prophet inequalities bound the ratio between the expected value obtained by two parties each selecting a value from a set of independent random variables: a "prophet" who knows the value of each variable and may select the maximum one, and a "gambler" who is free to choose the order in which to observe the values but must select one of them immediately after observing it, without knowin… ▽ More

    Submitted 19 October, 2020; originally announced October 2020.

    Comments: To appear in ACM-SIAM Symposium on Discrete Algorithms (SODA) 2021, 19 pages

  15. arXiv:2007.10602  [pdf, ps, other

    cs.GT

    Revenue Monotonicity Under Misspecified Bidders

    Authors: Makis Arsenis, Odysseas Drosis, Robert Kleinberg

    Abstract: We investigate revenue guarantees for auction mechanisms in a model where a distribution is specified for each bidder, but only some of the distributions are correct. The subset of bidders whose distribution is correctly specified (henceforth, the "green bidders") is unknown to the auctioneer. The question we address is whether the auctioneer can run a mechanism that is guaranteed to obtain at lea… ▽ More

    Submitted 21 July, 2020; originally announced July 2020.

  16. arXiv:1905.01428  [pdf, ps, other

    cs.GT cs.DS

    Pandora's Problem with Nonobligatory Inspection

    Authors: Hedyeh Beyhaghi, Robert Kleinberg

    Abstract: Martin Weitzman's "Pandora's problem" furnishes the mathematical basis for optimal search theory in economics. Nearly 40 years later, Laura Doval introduced a version of the problem in which the searcher is not obligated to pay the cost of inspecting an alternative's value before selecting it. Unlike the original Pandora's problem, the version with nonobligatory inspection cannot be solved optimal… ▽ More

    Submitted 4 May, 2019; originally announced May 2019.

    Comments: This is the full version of a paper accepted to the 2019 ACM Conference on Economics and Computation (EC 2019)

  17. arXiv:1902.05454  [pdf, other

    cs.AI cs.LG

    Procrastinating with Confidence: Near-Optimal, Anytime, Adaptive Algorithm Configuration

    Authors: Robert Kleinberg, Kevin Leyton-Brown, Brendan Lucier, Devon Graham

    Abstract: Algorithm configuration methods optimize the performance of a parameterized heuristic algorithm on a given distribution of problem instances. Recent work introduced an algorithm configuration procedure ("Structured Procrastination") that provably achieves near optimal performance with high probability and with nearly minimal runtime in the worst case. It also offers an $\textit{anytime}$ property:… ▽ More

    Submitted 8 November, 2019; v1 submitted 14 February, 2019; originally announced February 2019.

  18. arXiv:1807.01771  [pdf, other

    cs.LG stat.ML

    Direct Uncertainty Prediction for Medical Second Opinions

    Authors: Maithra Raghu, Katy Blumer, Rory Sayres, Ziad Obermeyer, Robert Kleinberg, Sendhil Mullainathan, Jon Kleinberg

    Abstract: The issue of disagreements amongst human experts is a ubiquitous one in both machine learning and medicine. In medicine, this often corresponds to doctor disagreements on a patient diagnosis. In this work, we show that machine learning models can be trained to give uncertainty scores to data instances that might result in high expert disagreements. In particular, they can identify patient cases th… ▽ More

    Submitted 28 May, 2019; v1 submitted 4 July, 2018; originally announced July 2018.

    Comments: Accepted for publication at ICML 2019

  19. arXiv:1806.06933  [pdf, ps, other

    cs.GT cs.DS

    Delegated Search Approximates Efficient Search

    Authors: Jon Kleinberg, Robert Kleinberg

    Abstract: There are many settings in which a principal performs a task by delegating it to an agent, who searches over possible solutions and proposes one to the principal. This describes many aspects of the workflow within organizations, as well as many of the activities undertaken by regulatory bodies, who often obtain relevant information from the parties being regulated through a process of delegation.… ▽ More

    Submitted 18 June, 2018; originally announced June 2018.

    Comments: An extended abstract of this work appears in the Proceedings of the 19th ACM Conference on Economics and Computation (EC), 2018

  20. arXiv:1802.06175  [pdf, other

    cs.LG

    An Alternative View: When Does SGD Escape Local Minima?

    Authors: Robert Kleinberg, Yuanzhi Li, Yang Yuan

    Abstract: Stochastic gradient descent (SGD) is widely used in machine learning. Although being commonly viewed as a fast but not accurate version of gradient descent (GD), it always finds better solutions than GD for modern neural networks. In order to understand this phenomenon, we take an alternative view that SGD is working on the convolved (thus smoothed) version of the loss function. We show that, ev… ▽ More

    Submitted 16 August, 2018; v1 submitted 16 February, 2018; originally announced February 2018.

  21. arXiv:1711.02301  [pdf, other

    cs.AI cs.NE stat.ML

    Can Deep Reinforcement Learning Solve Erdos-Selfridge-Spencer Games?

    Authors: Maithra Raghu, Alex Irpan, Jacob Andreas, Robert Kleinberg, Quoc V. Le, Jon Kleinberg

    Abstract: Deep reinforcement learning has achieved many recent successes, but our understanding of its strengths and limitations is hampered by the lack of rich environments in which we can fully characterize optimal behavior, and correspondingly diagnose individual actions against such a characterization. Here we consider a family of combinatorial games, arising from work of Erdos, Selfridge, and Spencer,… ▽ More

    Submitted 28 June, 2018; v1 submitted 7 November, 2017; originally announced November 2017.

    Comments: Accepted to ICML 2018, code opensourced at: https://github.com/rubai5/ESS_Game

  22. arXiv:1705.01194  [pdf, ps, other

    cs.CC cs.SI math.CO math.PR

    The Lovász Theta Function for Random Regular Graphs and Community Detection in the Hard Regime

    Authors: Jess Banks, Robert Kleinberg, Cristopher Moore

    Abstract: We derive upper and lower bounds on the degree $d$ for which the Lovász $\vartheta$ function, or equivalently sum-of-squares proofs with degree two, can refute the existence of a $k$-coloring in random regular graphs $G_{n,d}$. We show that this type of refutation fails well above the $k$-colorability transition, and in particular everywhere below the Kesten-Stigum threshold. This is consistent wi… ▽ More

    Submitted 28 August, 2017; v1 submitted 2 May, 2017; originally announced May 2017.

  23. Beating 1-1/e for Ordered Prophets

    Authors: Melika Abolhasani, Soheil Ehsani, Hosein Esfandiari, MohammadTaghi Hajiaghayi, Robert Kleinberg, Brendan Lucier

    Abstract: Hill and Kertz studied the prophet inequality on iid distributions [The Annals of Probability 1982]. They proved a theoretical bound of $1-\frac{1}{e}$ on the approximation factor of their algorithm. They conjectured that the best approximation factor for arbitrarily large n is $\frac{1}{1+1/e} \approx 0.731$. This conjecture remained open prior to this paper for over 30 years. In this paper we pr… ▽ More

    Submitted 30 May, 2017; v1 submitted 19 April, 2017; originally announced April 2017.

  24. arXiv:1703.04143  [pdf, ps, other

    cs.GT cs.CC cs.DS math.PR

    Bernoulli Factories and Black-Box Reductions in Mechanism Design

    Authors: Shaddin Dughmi, Jason Hartline, Robert Kleinberg, Rad Niazadeh

    Abstract: We provide a polynomial time reduction from Bayesian incentive compatible mechanism design to Bayesian algorithm design for welfare maximization problems. Unlike prior results, our reduction achieves exact incentive compatibility for problems with multi-dimensional and continuous type spaces. The key technical barrier preventing exact incentive compatibility in prior black-box reductions is that r… ▽ More

    Submitted 7 November, 2020; v1 submitted 12 March, 2017; originally announced March 2017.

    Comments: Forthcoming in the Journal of the ACM (JACM) - Nov 2020; conference version appeared in Proc. 49th ACM Symposium on Theory of Computing (STOC 2017)

  25. The Growth Rate of Tri-Colored Sum-Free Sets

    Authors: Robert Kleinberg, Will Sawin, David E. Speyer

    Abstract: Let $G$ be an abelian group. A tri-colored sum-free set in $G^n$ is a collection of triples $({\bf a}_i, {\bf b}_i, {\bf c}_i)$ in $G^n$ such that ${\bf a}_i+{\bf b}_j+{\bf c}_k=0$ if and only if $i=j=k$. Fix a prime $q$ and let $C_q$ be the cyclic group of order $q$. Let $θ= \min_{ρ>0} (1+ρ+\cdots + ρ^{q-1}) ρ^{-(q-1)/3}$. Blasiak, Church, Cohn, Grochow, Naslund, Sawin, and Umans (building on pre… ▽ More

    Submitted 6 July, 2018; v1 submitted 30 June, 2016; originally announced July 2016.

    Comments: 10 pages, published in Discrete Analysis

    Journal ref: Discrete Analysis 2018:12

  26. arXiv:1605.08416  [pdf, ps, other

    math.CO

    A nearly tight upper bound on tri-colored sum-free sets in characteristic 2

    Authors: Robert Kleinberg

    Abstract: A tri-colored sum-free set in an abelian group $H$ is a collection of ordered triples in $H^3$, $\{(a_i,b_i,c_i)\}_{i=1}^m$, such that the equation $a_i+b_j+c_k=0$ holds if and only if $i=j=k$. Using a variant of the lemma introduced by Croot, Lev, and Pach in their breakthrough work on arithmetic-progression-free sets, we prove that the size of any tri-colored sum-free set in $\mathbb{F}_2^n$ is… ▽ More

    Submitted 26 May, 2016; originally announced May 2016.

  27. Simultaneous Nearest Neighbor Search

    Authors: Piotr Indyk, Robert Kleinberg, Sepideh Mahabadi, Yang Yuan

    Abstract: Motivated by applications in computer vision and databases, we introduce and study the Simultaneous Nearest Neighbor Search (SNN) problem. Given a set of data points, the goal of SNN is to design a data structure that, given a collection of queries, finds a collection of close points that are compatible with each other. Formally, we are given $k$ query points $Q=q_1,\cdots,q_k$, and a compatibilit… ▽ More

    Submitted 7 April, 2016; originally announced April 2016.

    ACM Class: F.2.2

  28. arXiv:1603.07682  [pdf, ps, other

    cs.GT econ.GN

    Descending Price Optimally Coordinates Search

    Authors: Robert Kleinberg, Bo Waggoner, E. Glen Weyl

    Abstract: Investigating potential purchases is often a substantial investment under uncertainty. Standard market designs, such as simultaneous or English auctions, compound this with uncertainty about the price a bidder will have to pay in order to win. As a result they tend to confuse the process of search both by leading to wasteful information acquisition on goods that have already found a good purchaser… ▽ More

    Submitted 21 December, 2016; v1 submitted 24 March, 2016; originally announced March 2016.

    Comments: JEL Classification: D44, D47, D82, D83. 117 pages, of which 74 are appendix

  29. arXiv:1603.01508  [pdf, ps, other

    cs.DS cs.CR

    Inferential Privacy Guarantees for Differentially Private Mechanisms

    Authors: Arpita Ghosh, Robert Kleinberg

    Abstract: The correlations and network structure amongst individuals in datasets today---whether explicitly articulated, or deduced from biological or behavioral connections---pose new issues around privacy guarantees, because of inferences that can be made about one individual from another's data. This motivates quantifying privacy in networked contexts in terms of "inferential privacy"---which measures th… ▽ More

    Submitted 23 May, 2017; v1 submitted 4 March, 2016; originally announced March 2016.

  30. arXiv:1603.01203  [pdf, other

    cs.NI

    Kulfi: Robust Traffic Engineering Using Semi-Oblivious Routing

    Authors: Praveen Kumar, Yang Yuan, Chris Yu, Nate Foster, Robert Kleinberg, Robert Soulé

    Abstract: Wide-area network traffic engineering enables network operators to reduce congestion and improve utilization by balancing load across multiple paths. Current approaches to traffic engineering can be modeled in terms of a routing component that computes forwarding paths, and a load balancing component that maps incoming flows onto those paths dynamically, adjusting sending rates to fit current cond… ▽ More

    Submitted 3 March, 2016; originally announced March 2016.

    Comments: 23 pages, 13 figures. USENIX NSDI 2018

    ACM Class: C.2.2; C.2.3; C.2.5; C.2.6; C.4

  31. arXiv:1511.02537  [pdf, other

    cs.GT

    Exponential Segregation in a Two-Dimensional Schelling Model with Tolerant Individuals

    Authors: Nicole Immorlica, Robert Kleinberg, Brendan Lucier, Morteza Zadimoghaddam

    Abstract: We prove that the two-dimensional Schelling segregation model yields monochromatic regions of size exponential in the area of individuals' neighborhoods, provided that the tolerance parameter is a constant strictly less than 1/2 but sufficiently close to it. Our analysis makes use of a connection with the first-passage percolation model from the theory of stochastic processes.

    Submitted 9 March, 2017; v1 submitted 8 November, 2015; originally announced November 2015.

  32. arXiv:1502.02155  [pdf, ps, other

    cs.DS cs.CC math.OC

    Secretary Problems with Non-Uniform Arrival Order

    Authors: Thomas Kesselheim, Robert Kleinberg, Rad Niazadeh

    Abstract: For many online problems, it is known that the uniform arrival order enables the design of algorithms with much better performance guarantees than under worst-case. The quintessential example is the secretary problem. If the sequence of elements is presented in uniformly random order there is an algorithm that picks the maximum value with probability 1/e, whereas no non-trivial performance guarant… ▽ More

    Submitted 7 February, 2015; originally announced February 2015.

    Comments: To appear in Proceedings of the 47th Annual ACM Symposium on Theory of Computing (STOC 2015)

  33. arXiv:1409.2597  [pdf, ps, other

    cs.GT

    Simple and Near-Optimal Mechanisms For Market Intermediation

    Authors: Rad Niazadeh, Yang Yuan, Robert D. Kleinberg

    Abstract: A prevalent market structure in the Internet economy consists of buyers and sellers connected by a platform (such as Amazon or eBay) that acts as an intermediary and keeps a share of the revenue of each transaction. While the optimal mechanism that maximizes the intermediary's profit in such a setting may be quite complicated, the mechanisms observed in reality are generally much simpler, e.g., ap… ▽ More

    Submitted 9 September, 2014; originally announced September 2014.

    Comments: To appear in WINE'14, the 10th conference on Web and Internet Economics

  34. arXiv:1407.1199  [pdf, other

    cs.NI

    Merlin: A Language for Provisioning Network Resources

    Authors: Robert Soulé, Shrutarshi Basu, Parisa Jalili Marandi, Fernando Pedone, Robert Kleinberg, Emin Gün Sirer, Nate Foster

    Abstract: This paper presents Merlin, a new framework for managing resources in software-defined networks. With Merlin, administrators express high-level policies using programs in a declarative language. The language includes logical predicates to identify sets of packets, regular expressions to encode forwarding paths, and arithmetic formulas to specify bandwidth constraints. The Merlin compiler uses a co… ▽ More

    Submitted 4 July, 2014; originally announced July 2014.

  35. arXiv:1406.1790  [pdf, ps, other

    cs.GT

    Behavioral Mechanism Design: Optimal Contests for Simple Agents

    Authors: Arpita Ghosh, Robert Kleinberg

    Abstract: Incentives are more likely to elicit desired outcomes when they are designed based on accurate models of agents' strategic behavior. A growing literature, however, suggests that people do not quite behave like standard economic agents in a variety of environments, both online and offline. What consequences might such differences have for the optimal design of mechanisms in these environments? In t… ▽ More

    Submitted 6 June, 2014; originally announced June 2014.

    Comments: This is the full version of a paper in the ACM Conference on Economics and Computation (ACM-EC), 2014

    ACM Class: J.4

  36. arXiv:1406.1571  [pdf, ps, other

    cs.GT

    Optimal Auctions for Correlated Buyers with Sampling

    Authors: Hu Fu, Nima Haghpanah, Jason Hartline, Robert Kleinberg

    Abstract: Crémer and McLean [1985] showed that, when buyers' valuations are drawn from a correlated distribution, an auction with full knowledge on the distribution can extract the full social surplus. We study whether this phenomenon persists when the auctioneer has only incomplete knowledge of the distribution, represented by a finite family of candidate distributions, and has sample access to the real di… ▽ More

    Submitted 5 June, 2014; originally announced June 2014.

  37. arXiv:1404.2041  [pdf, ps, other

    cs.GT

    On the Complexity of Computing an Equilibrium in Combinatorial Auctions

    Authors: Shahar Dobzinski, Hu Fu, Robert Kleinberg

    Abstract: We study combinatorial auctions where each item is sold separately but simultaneously via a second price auction. We ask whether it is possible to efficiently compute in this game a pure Nash equilibrium with social welfare close to the optimal one. We show that when the valuations of the bidders are submodular, in many interesting settings (e.g., constant number of bidders, budget additive bidd… ▽ More

    Submitted 9 June, 2015; v1 submitted 8 April, 2014; originally announced April 2014.

  38. arXiv:1312.1277  [pdf, ps, other

    cs.DS cs.LG

    Bandits and Experts in Metric Spaces

    Authors: Robert Kleinberg, Aleksandrs Slivkins, Eli Upfal

    Abstract: In a multi-armed bandit problem, an online algorithm chooses from a set of strategies in a sequence of trials so as to maximize the total payoff of the chosen strategies. While the performance of bandit algorithms with a small finite strategy set is quite well understood, bandit problems with large strategy sets are still a topic of very active investigation, motivated by practical applications su… ▽ More

    Submitted 15 April, 2019; v1 submitted 4 December, 2013; originally announced December 2013.

    Comments: This manuscript is a merged and definitive version of (R. Kleinberg, Slivkins, Upfal: STOC 2008) and (R. Kleinberg, Slivkins: SODA 2010), with a significantly revised presentation

  39. arXiv:1308.5444  [pdf, ps, other

    cs.DS

    A Unified Approach to Online Allocation Algorithms via Randomized Dual Fitting

    Authors: Rad Niazadeh, Robert D. Kleinberg

    Abstract: We present a unified framework for designing and analyzing algorithms for online budgeted allocation problems (including online matching) and their generalization, the Online Generalized Assignment Problem (OnGAP). These problems have been intensively studied as models of how to allocate impressions for online advertising. In contrast to previous analyses of online budgeted allocation algorithms (… ▽ More

    Submitted 25 August, 2013; originally announced August 2013.

    Comments: 22 pages, submitted to WINE'13:The 9th Conference on Web and Internet Economics

  40. arXiv:1308.2954  [pdf, ps, other

    cs.DS cs.SI

    Trace Complexity of Network Inference

    Authors: Bruno Abrahao, Flavio Chierichetti, Robert Kleinberg, Alessandro Panconesi

    Abstract: The network inference problem consists of reconstructing the edge set of a network given traces representing the chronology of infection times as epidemics spread through the network. This problem is a paradigmatic representative of prediction tasks in machine learning that require deducing a latent structure from observed patterns of activity in a network, which often require an unrealistically l… ▽ More

    Submitted 13 August, 2013; originally announced August 2013.

    Comments: 25 pages, preliminary version appeared in Proceedings of the 19th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD 2013)

  41. arXiv:1308.1643  [pdf, ps, other

    cs.CC cs.DS

    Improved Lower Bounds for Testing Triangle-freeness in Boolean Functions via Fast Matrix Multiplication

    Authors: Hu Fu, Robert Kleinberg

    Abstract: Understanding the query complexity for testing linear-invariant properties has been a central open problem in the study of algebraic property testing. Triangle-freeness in Boolean functions is a simple property whose testing complexity is unknown. Three Boolean functions $f_1$, $f_2$ and $f_3: \mathbb{F}_2^k \to \{0, 1\}$ are said to be triangle free if there is no $x, y \in \mathbb{F}_2^k$ such t… ▽ More

    Submitted 7 August, 2013; originally announced August 2013.

  42. arXiv:1307.5299  [pdf, ps, other

    cs.DS cs.GT

    Polymatroid Prophet Inequalities

    Authors: Paul Duetting, Robert Kleinberg

    Abstract: Consider a gambler and a prophet who observe a sequence of independent, non-negative numbers. The gambler sees the numbers one-by-one whereas the prophet sees the entire sequence at once. The goal of both is to decide on fractions of each number they want to keep so as to maximize the weighted fractional sum of the numbers chosen. The classic result of Krengel and Sucheston (1977-78) asserts tha… ▽ More

    Submitted 19 July, 2013; originally announced July 2013.

  43. arXiv:1307.3736  [pdf, other

    cs.DS cs.GT

    Prophet Inequalities with Limited Information

    Authors: Pablo D. Azar, Robert Kleinberg, S. Matthew Weinberg

    Abstract: In the classical prophet inequality, a gambler observes a sequence of stochastic rewards $V_1,...,V_n$ and must decide, for each reward $V_i$, whether to keep it and stop the game or to forfeit the reward forever and reveal the next value $V_i$. The gambler's goal is to obtain a constant fraction of the expected reward that the optimal offline algorithm would get. Recently, prophet inequalities ha… ▽ More

    Submitted 14 July, 2013; originally announced July 2013.

  44. Bandits with Knapsacks

    Authors: Ashwinkumar Badanidiyuru, Robert Kleinberg, Aleksandrs Slivkins

    Abstract: Multi-armed bandit problems are the predominant theoretical model of exploration-exploitation tradeoffs in learning, and they have countless applications ranging from medical trials, to communication networks, to Web search and advertising. In many of these application domains the learner may be constrained by one or more supply (or budget) limits, in addition to the customary limitation on the ti… ▽ More

    Submitted 5 September, 2017; v1 submitted 11 May, 2013; originally announced May 2013.

    Comments: An extended abstract of this work has appeared in the 54th IEEE Symposium on Foundations of Computer Science (FOCS 2013). 55 pages. Compared to the initial "full version" from May'13, this version has a significantly revised presentation and reflects the current status of the follow-up work. Also, this version contains a stronger regret bound in one of the main results

  45. arXiv:1305.0534  [pdf, ps, other

    cs.GT

    On the Ratio of Revenue to Welfare in Single-Parameter Mechanism Design

    Authors: Robert Kleinberg, Yang Yuan

    Abstract: What fraction of the potential social surplus in an environment can be extracted by a revenue-maximizing monopolist? We investigate this problem in Bayesian single-parameter environments with independent private values. The precise answer to the question obviously depends on the particulars of the environment: the feasibility constraint and the distributions from which the bidders' private values… ▽ More

    Submitted 2 May, 2013; originally announced May 2013.

    Comments: 15 pages

    ACM Class: J.4

  46. arXiv:1302.4138  [pdf, ps, other

    cs.GT

    Multi-parameter Mechanisms with Implicit Payment Computation

    Authors: Moshe Babaioff, Robert Kleinberg, Aleksandrs Slivkins

    Abstract: In this paper we show that payment computation essentially does not present any obstacle in designing truthful mechanisms, even for multi-parameter domains, and even when we can only call the allocation rule once. We present a general reduction that takes any allocation rule which satisfies "cyclic monotonicity" (a known necessary and sufficient condition for truthfulness) and converts it to a tru… ▽ More

    Submitted 12 May, 2013; v1 submitted 17 February, 2013; originally announced February 2013.

    Comments: This is a full version of a paper in ACM EC 2013

    ACM Class: J.4; K.4.4; F.2.2

  47. arXiv:1204.5519  [pdf, ps, other

    cs.GT

    Optimal Mechanisms for Selling Information

    Authors: Moshe Babaioff, Robert Kleinberg, Renato Paes Leme

    Abstract: The buying and selling of information is taking place at a scale unprecedented in the history of commerce, thanks to the formation of online marketplaces for user data. Data providing agencies sell user information to advertisers to allow them to match ads to viewers more effectively. In this paper we study the design of optimal mechanisms for a monopolistic data provider to sell information to a… ▽ More

    Submitted 24 April, 2012; originally announced April 2012.

    Comments: accepted to EC'12

  48. arXiv:1203.6346  [pdf, other

    cs.GT

    An Analysis of One-Dimensional Schelling Segregation

    Authors: Christina Brandt, Nicole Immorlica, Gautam Kamath, Robert Kleinberg

    Abstract: We analyze the Schelling model of segregation in which a society of n individuals live in a ring. Each individual is one of two races and is only satisfied with his location so long as at least half his 2w nearest neighbors are of the same race as him. In the dynamics, randomly-chosen unhappy individuals successively swap locations. We consider the average size of monochromatic neighborhoods in th… ▽ More

    Submitted 29 March, 2012; v1 submitted 28 March, 2012; originally announced March 2012.

    Comments: 24 pages, to appear in STOC 2012

    ACM Class: G.3; K.4

  49. arXiv:1201.4764  [pdf, other

    cs.DS cs.GT math.PR

    Matroid Prophet Inequalities

    Authors: Robert Kleinberg, S. Matthew Weinberg

    Abstract: Consider a gambler who observes a sequence of independent, non-negative random numbers and is allowed to stop the sequence at any time, claiming a reward equal to the most recent observation. The famous prophet inequality of Krengel, Sucheston, and Garling asserts that a gambler who knows the distribution of each random variable can achieve at least half as much reward, in expectation, as a "proph… ▽ More

    Submitted 23 January, 2012; originally announced January 2012.

    Comments: 18 pages

    ACM Class: F.1.2; G.3

  50. arXiv:1112.0689  [pdf, ps, other

    cs.CG cs.DS

    Approximating Low-Dimensional Coverage Problems

    Authors: Ashwinkumar Badanidiyuru, Robert Kleinberg, Hooyeon Lee

    Abstract: We study the complexity of the maximum coverage problem, restricted to set systems of bounded VC-dimension. Our main result is a fixed-parameter tractable approximation scheme: an algorithm that outputs a $(1-\eps)$-approximation to the maximum-cardinality union of $k$ sets, in running time $O(f(\eps,k,d)\cdot poly(n))$ where $n$ is the problem size, $d$ is the VC-dimension of the set system, and… ▽ More

    Submitted 3 December, 2011; originally announced December 2011.