Skip to main content

Showing 1–46 of 46 results for author: Abernethy, J

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

    math.OC

    Lexicographic Optimization: Algorithms and Stability

    Authors: Jacob Abernethy, Robert E. Schapire, Umar Syed

    Abstract: A lexicographic maximum of a set $X \subseteq \mathbb{R}^n$ is a vector in $X$ whose smallest component is as large as possible, and subject to that requirement, whose second smallest component is as large as possible, and so on for the third smallest component, etc. Lexicographic maximization has numerous practical and theoretical applications, including fair resource allocation, analyzing the im… ▽ More

    Submitted 2 May, 2024; originally announced May 2024.

  2. arXiv:2309.14155  [pdf, other

    math.OC cs.LG

    Extragradient Type Methods for Riemannian Variational Inequality Problems

    Authors: Zihao Hu, Guanghui Wang, Xi Wang, Andre Wibisono, Jacob Abernethy, Molei Tao

    Abstract: Riemannian convex optimization and minimax optimization have recently drawn considerable attention. Their appeal lies in their capacity to adeptly manage the non-convexity of the objective function as well as constraints inherent in the feasible set in the Euclidean sense. In this work, we delve into monotone Riemannian Variational Inequality Problems (RVIPs), which encompass both Riemannian conve… ▽ More

    Submitted 1 June, 2024; v1 submitted 25 September, 2023; originally announced September 2023.

    Comments: Published in Proceedings of The 27th International Conference on Artificial Intelligence and Statistics (AISTATS 2024)

  3. arXiv:2307.07675  [pdf, other

    cs.LG cs.IR stat.ML

    On the Robustness of Epoch-Greedy in Multi-Agent Contextual Bandit Mechanisms

    Authors: Yinglun Xu, Bhuvesh Kumar, Jacob Abernethy

    Abstract: Efficient learning in multi-armed bandit mechanisms such as pay-per-click (PPC) auctions typically involves three challenges: 1) inducing truthful bidding behavior (incentives), 2) using personalization in the users (context), and 3) circumventing manipulations in click patterns (corruptions). Each of these challenges has been studied orthogonally in the literature; incentives have been addressed… ▽ More

    Submitted 14 July, 2023; originally announced July 2023.

  4. arXiv:2306.11913  [pdf, other

    cs.LG cs.CR cs.DC

    Randomized Quantization is All You Need for Differential Privacy in Federated Learning

    Authors: Yeojoon Youn, Zihao Hu, Juba Ziani, Jacob Abernethy

    Abstract: Federated learning (FL) is a common and practical framework for learning a machine model in a decentralized fashion. A primary motivation behind this decentralized approach is data privacy, ensuring that the learner never sees the data of each local source itself. Federated learning then comes with two majors challenges: one is handling potentially complex model updates between a server and a larg… ▽ More

    Submitted 20 June, 2023; originally announced June 2023.

  5. arXiv:2305.19349  [pdf, ps, other

    cs.LG stat.ML

    Riemannian Projection-free Online Learning

    Authors: Zihao Hu, Guanghui Wang, Jacob Abernethy

    Abstract: The projection operation is a critical component in a wide range of optimization algorithms, such as online gradient descent (OGD), for enforcing constraints and achieving optimal regret bounds. However, it suffers from computational complexity limitations in high-dimensional settings or when dealing with ill-conditioned constraint sets. Projection-free algorithms address this issue by replacing t… ▽ More

    Submitted 1 June, 2024; v1 submitted 30 May, 2023; originally announced May 2023.

    Comments: Published in Proceedings of The Thirty-seventh Annual Conference on Neural Information Processing Systems (NeurIPS 2023)

  6. arXiv:2305.17544  [pdf, ps, other

    cs.LG

    Faster Margin Maximization Rates for Generic and Adversarially Robust Optimization Methods

    Authors: Guanghui Wang, Zihao Hu, Claudio Gentile, Vidya Muthukumar, Jacob Abernethy

    Abstract: First-order optimization methods tend to inherently favor certain solutions over others when minimizing an underdetermined training objective that has multiple global optima. This phenomenon, known as implicit bias, plays a critical role in understanding the generalization capabilities of optimization algorithms. Recent research has revealed that in separable binary classification tasks gradient-d… ▽ More

    Submitted 7 April, 2024; v1 submitted 27 May, 2023; originally announced May 2023.

    Comments: Undated version: New results for implicit bias in adversarial training

  7. arXiv:2305.17040  [pdf, other

    cs.LG cs.CL

    A Mechanism for Sample-Efficient In-Context Learning for Sparse Retrieval Tasks

    Authors: Jacob Abernethy, Alekh Agarwal, Teodor V. Marinov, Manfred K. Warmuth

    Abstract: We study the phenomenon of \textit{in-context learning} (ICL) exhibited by large language models, where they can adapt to a new learning task, given a handful of labeled examples, without any explicit parameter optimization. Our goal is to explain how a pre-trained transformer model is able to perform ICL under reasonable assumptions on the pre-training process and the downstream tasks. We posit a… ▽ More

    Submitted 26 May, 2023; originally announced May 2023.

  8. arXiv:2302.08652  [pdf, ps, other

    cs.LG

    Minimizing Dynamic Regret on Geodesic Metric Spaces

    Authors: Zihao Hu, Guanghui Wang, Jacob Abernethy

    Abstract: In this paper, we consider the sequential decision problem where the goal is to minimize the general dynamic regret on a complete Riemannian manifold. The task of offline optimization on such a domain, also known as a geodesic metric space, has recently received significant attention. The online setting has received significantly less attention, and it has remained an open question whether the bod… ▽ More

    Submitted 5 July, 2023; v1 submitted 16 February, 2023; originally announced February 2023.

    Comments: Accepted by Conference on Learning Theory (COLT), 2023. Made some revisions based on suggestions from anonymous referees

  9. arXiv:2210.09385  [pdf, other

    cs.LG stat.ML

    Adaptive Oracle-Efficient Online Learning

    Authors: Guanghui Wang, Zihao Hu, Vidya Muthukumar, Jacob Abernethy

    Abstract: The classical algorithms for online learning and decision-making have the benefit of achieving the optimal performance guarantees, but suffer from computational complexity limitations when implemented at scale. More recent sophisticated techniques, which we refer to as oracle-efficient methods, address this problem by dispatching to an offline optimization oracle that can search through an exponen… ▽ More

    Submitted 17 October, 2022; originally announced October 2022.

  10. arXiv:2210.09371  [pdf, ps, other

    cs.LG math.OC stat.ML

    On Accelerated Perceptrons and Beyond

    Authors: Guanghui Wang, Rafael Hanashiro, Etash Guha, Jacob Abernethy

    Abstract: The classical Perceptron algorithm of Rosenblatt can be used to find a linear threshold function to correctly classify $n$ linearly separable data points, assuming the classes are separated by some margin $γ> 0$. A foundational result is that Perceptron converges after $Ω(1/γ^{2})$ iterations. There have been several recent works that managed to improve this rate by a quadratic factor, to… ▽ More

    Submitted 17 October, 2022; originally announced October 2022.

  11. arXiv:2111.11309  [pdf, ps, other

    cs.LG cs.GT math.OC

    No-Regret Dynamics in the Fenchel Game: A Unified Framework for Algorithmic Convex Optimization

    Authors: Jun-Kun Wang, Jacob Abernethy, Kfir Y. Levy

    Abstract: We develop an algorithmic framework for solving convex optimization problems using no-regret game dynamics. By converting the problem of minimizing a convex function into an auxiliary problem of solving a min-max game in a sequential fashion, we can consider a range of strategies for each of the two-players who must select their actions one after the other. A common choice for these strategies are… ▽ More

    Submitted 18 February, 2023; v1 submitted 22 November, 2021; originally announced November 2021.

    Comments: arXiv admin note: substantial text overlap with arXiv:2106.12923

  12. arXiv:2106.02985  [pdf, other

    cs.LG

    Esca** Saddle Points Faster with Stochastic Momentum

    Authors: Jun-Kun Wang, Chi-Heng Lin, Jacob Abernethy

    Abstract: Stochastic gradient descent (SGD) with stochastic momentum is popular in nonconvex stochastic optimization and particularly for the training of deep neural networks. In standard SGD, parameters are updated by improving along the path of the gradient at the current iterate on a batch of examples, where the addition of a ``momentum'' term biases the update in the direction of the previous change in… ▽ More

    Submitted 5 June, 2021; originally announced June 2021.

    Comments: Accepted at ICLR 2020

  13. arXiv:2103.01276  [pdf, other

    cs.LG stat.ML

    A Multiclass Boosting Framework for Achieving Fast and Provable Adversarial Robustness

    Authors: Jacob Abernethy, Pranjal Awasthi, Satyen Kale

    Abstract: Alongside the well-publicized accomplishments of deep neural networks there has emerged an apparent bug in their success on tasks such as object recognition: with deep models trained using vanilla methods, input images can be slightly corrupted in order to modify output predictions, even when these corruptions are practically invisible. This apparent lack of robustness has led researchers to propo… ▽ More

    Submitted 3 March, 2021; v1 submitted 1 March, 2021; originally announced March 2021.

    Comments: Fixed misspelled first author name

  14. arXiv:2011.08797  [pdf, other

    cs.LG stat.ML

    Linear Separation via Optimism

    Authors: Rafael Hanashiro, Jacob Abernethy

    Abstract: Binary linear classification has been explored since the very early days of the machine learning literature. Perhaps the most classical algorithm is the Perceptron, where a weight vector used to classify examples is maintained, and additive updates are made as incorrect examples are discovered. The Perceptron has been thoroughly studied and several versions have been proposed over many decades. Th… ▽ More

    Submitted 17 November, 2020; originally announced November 2020.

  15. arXiv:2010.01637  [pdf, other

    cs.LG stat.ML

    Understanding How Over-Parametrization Leads to Acceleration: A case of learning a single teacher neuron

    Authors: Jun-Kun Wang, Jacob Abernethy

    Abstract: Over-parametrization has become a popular technique in deep learning. It is observed that by over-parametrization, a larger neural network needs a fewer training iterations than a smaller one to achieve a certain level of performance -- namely, over-parametrization leads to acceleration in optimization. However, despite that over-parametrization is widely used nowadays, little theory is available… ▽ More

    Submitted 27 September, 2021; v1 submitted 4 October, 2020; originally announced October 2020.

    Comments: Accepted at ACML 2021

  16. arXiv:2010.01618  [pdf, other

    cs.LG math.OC stat.ML

    A Modular Analysis of Provable Acceleration via Polyak's Momentum: Training a Wide ReLU Network and a Deep Linear Network

    Authors: Jun-Kun Wang, Chi-Heng Lin, Jacob Abernethy

    Abstract: Incorporating a so-called "momentum" dynamic in gradient descent methods is widely used in neural net training as it has been broadly observed that, at least empirically, it often leads to significantly faster convergence. At the same time, there are very few theoretical guarantees in the literature to explain this apparent acceleration effect. Even for the classical strongly convex quadratic prob… ▽ More

    Submitted 10 June, 2021; v1 submitted 4 October, 2020; originally announced October 2020.

    Comments: Accepted at ICML 2021

  17. arXiv:2010.01449  [pdf, other

    cs.LG stat.ML

    Quickly Finding a Benign Region via Heavy Ball Momentum in Non-Convex Optimization

    Authors: Jun-Kun Wang, Jacob Abernethy

    Abstract: The Heavy Ball Method, proposed by Polyak over five decades ago, is a first-order method for optimizing continuous functions. While its stochastic counterpart has proven extremely popular in training deep networks, there are almost no known functions where deterministic Heavy Ball is provably faster than the simple and classical gradient descent algorithm in non-convex optimization. The success of… ▽ More

    Submitted 14 February, 2021; v1 submitted 3 October, 2020; originally announced October 2020.

  18. arXiv:2006.11432  [pdf, other

    cs.LG stat.ML

    Online Kernel based Generative Adversarial Networks

    Authors: Yeojoon Youn, Neil Thistlethwaite, Sang Keun Choe, Jacob Abernethy

    Abstract: One of the major breakthroughs in deep learning over the past five years has been the Generative Adversarial Network (GAN), a neural network-based generative model which aims to mimic some underlying distribution given a dataset of samples. In contrast to many supervised problems, where one tries to minimize a simple objective function of the parameters, GAN training is formulated as a min-max pro… ▽ More

    Submitted 19 June, 2020; originally announced June 2020.

  19. arXiv:2006.06879  [pdf, other

    stat.ML cs.LG

    Active Sampling for Min-Max Fairness

    Authors: Jacob Abernethy, Pranjal Awasthi, Matthäus Kleindessner, Jamie Morgenstern, Chris Russell, Jie Zhang

    Abstract: We propose simple active sampling and reweighting strategies for optimizing min-max fairness that can be applied to any classification or regression model learned via loss minimization. The key intuition behind our approach is to use at each timestep a datapoint from the group that is worst off under the current model for updating the model. The ease of implementation and the generality of our rob… ▽ More

    Submitted 17 June, 2022; v1 submitted 11 June, 2020; originally announced June 2020.

  20. arXiv:1911.08418  [pdf, other

    cs.GT

    Fast Convergence of Fictitious Play for Diagonal Payoff Matrices

    Authors: Jacob Abernethy, Kevin A. Lai, Andre Wibisono

    Abstract: Fictitious Play (FP) is a simple and natural dynamic for repeated play in zero-sum games. Proposed by Brown in 1949, FP was shown to converge to a Nash Equilibrium by Robinson in 1951, albeit at a slow rate that may depend on the dimension of the problem. In 1959, Karlin conjectured that FP converges at the more natural rate of $O(1/\sqrt{t})$. However, Daskalakis and Pan disproved a version of th… ▽ More

    Submitted 15 November, 2020; v1 submitted 19 November, 2019; originally announced November 2019.

  21. arXiv:1907.07723  [pdf, other

    cs.LG stat.ML

    Competing Against Equilibria in Zero-Sum Games with Evolving Payoffs

    Authors: Adrian Rivera Cardoso, Jacob Abernethy, He Wang, Huan Xu

    Abstract: We study the problem of repeated play in a zero-sum game in which the payoff matrix may change, in a possibly adversarial fashion, on each round; we call these Online Matrix Games. Finding the Nash Equilibrium (NE) of a two player zero-sum game is core to many problems in statistics, optimization, and economics, and for a fixed game matrix this can be easily reduced to solving a linear program. Bu… ▽ More

    Submitted 17 July, 2019; originally announced July 2019.

    Comments: arXiv admin note: text overlap with arXiv:1806.08301

  22. arXiv:1906.02027  [pdf, other

    math.OC cs.GT cs.LG stat.ML

    Last-iterate convergence rates for min-max optimization

    Authors: Jacob Abernethy, Kevin A. Lai, Andre Wibisono

    Abstract: While classic work in convex-concave min-max optimization relies on average-iterate convergence results, the emergence of nonconvex applications such as training Generative Adversarial Networks has led to renewed interest in last-iterate convergence guarantees. Proving last-iterate convergence is challenging because many natural algorithms, such as Simultaneous Gradient Descent/Ascent, provably di… ▽ More

    Submitted 25 October, 2019; v1 submitted 5 June, 2019; originally announced June 2019.

  23. BrainNet: A Multi-Person Brain-to-Brain Interface for Direct Collaboration Between Brains

    Authors: Linxing Preston Jiang, Andrea Stocco, Darby M. Losey, Justin A. Abernethy, Chantel S. Prat, Rajesh P. N. Rao

    Abstract: We present BrainNet which, to our knowledge, is the first multi-person non-invasive direct brain-to-brain interface for collaborative problem solving. The interface combines electroencephalography (EEG) to record brain signals and transcranial magnetic stimulation (TMS) to deliver information noninvasively to the brain. The interface allows three human subjects to collaborate and solve a task usin… ▽ More

    Submitted 22 May, 2019; v1 submitted 23 September, 2018; originally announced September 2018.

  24. arXiv:1807.10455  [pdf, ps, other

    cs.LG stat.ML

    Acceleration through Optimistic No-Regret Dynamics

    Authors: Jun-Kun Wang, Jacob Abernethy

    Abstract: We consider the problem of minimizing a smooth convex function by reducing the optimization to computing the Nash equilibrium of a particular zero-sum convex-concave game. Zero-sum games can be solved using online learning dynamics, where a classical technique involves simulating two no-regret algorithms that play against each other and, after $T$ rounds, the average iterate is guaranteed to solve… ▽ More

    Submitted 15 November, 2018; v1 submitted 27 July, 2018; originally announced July 2018.

  25. arXiv:1806.10692  [pdf, other

    cs.LG cs.CY stat.AP stat.ML

    ActiveRemediation: The Search for Lead Pipes in Flint, Michigan

    Authors: Jacob Abernethy, Alex Chojnacki, Arya Farahi, Eric Schwartz, Jared Webb

    Abstract: We detail our ongoing work in Flint, Michigan to detect pipes made of lead and other hazardous metals. After elevated levels of lead were detected in residents' drinking water, followed by an increase in blood lead levels in area children, the state and federal governments directed over $125 million to replace water service lines, the pipes connecting each home to the water system. In the absence… ▽ More

    Submitted 17 August, 2018; v1 submitted 10 June, 2018; originally announced June 2018.

    Comments: 10 pages, 10 figures, To appear in KDD 2018, For associated promotional video, see https://www.youtube.com/watch?v=YbIn_axYu9E

  26. arXiv:1805.06792  [pdf, ps, other

    cs.LG stat.ML

    Faster Rates for Convex-Concave Games

    Authors: Jacob Abernethy, Kevin A. Lai, Kfir Y. Levy, Jun-Kun Wang

    Abstract: We consider the use of no-regret algorithms to compute equilibria for particular classes of convex-concave games. While standard regret bounds would lead to convergence rates on the order of $O(T^{-1/2})$, recent work \citep{RS13,SALS15} has established $O(1/T)$ rates by taking advantage of a particular class of optimistic prediction algorithms. In this work we go further, showing that for a parti… ▽ More

    Submitted 17 May, 2018; originally announced May 2018.

    Comments: COLT 2018

  27. arXiv:1711.10019  [pdf, ps, other

    cs.LG

    Online Learning via the Differential Privacy Lens

    Authors: Jacob Abernethy, Young Hun Jung, Chansoo Lee, Audra McMillan, Ambuj Tewari

    Abstract: In this paper, we use differential privacy as a lens to examine online learning in both full and partial information settings. The differential privacy framework is, at heart, less about privacy and more about algorithmic stability, and thus has found application in domains well beyond those where information security is central. Here we develop an algorithmic property called one-step differential… ▽ More

    Submitted 28 October, 2019; v1 submitted 27 November, 2017; originally announced November 2017.

  28. arXiv:1707.01591  [pdf, other

    cs.LG stat.AP stat.ML

    A Data Science Approach to Understanding Residential Water Contamination in Flint

    Authors: Alex Chojnacki, Chengyu Dai, Arya Farahi, Guangsha Shi, Jared Webb, Daniel T. Zhang, Jacob Abernethy, Eric Schwartz

    Abstract: When the residents of Flint learned that lead had contaminated their water system, the local government made water-testing kits available to them free of charge. The city government published the results of these tests, creating a valuable dataset that is key to understanding the causes and extent of the lead contamination event in Flint. This is the nation's largest dataset on lead in a municipal… ▽ More

    Submitted 5 July, 2017; originally announced July 2017.

    Comments: Applied Data Science track paper at KDD 2017. For associated promotional video, see https://www.youtube.com/watch?v=0g66ImaV8Ag

  29. arXiv:1705.07215  [pdf, other

    cs.AI cs.CV cs.GT cs.LG cs.NE

    On Convergence and Stability of GANs

    Authors: Naveen Kodali, Jacob Abernethy, James Hays, Zsolt Kira

    Abstract: We propose studying GAN training dynamics as regret minimization, which is in contrast to the popular view that there is consistent minimization of a divergence between real and generated distributions. We analyze the convergence of GAN training from this new point of view to understand why mode collapse happens. We hypothesize the existence of undesirable local equilibria in this non-convex game… ▽ More

    Submitted 10 December, 2017; v1 submitted 19 May, 2017; originally announced May 2017.

    Comments: Analysis of convergence and mode collapse by studying GAN training process as regret minimization. Some new results

  30. arXiv:1611.05788  [pdf, other

    stat.AP cs.DB cs.LG

    Data Science in Service of Performing Arts: Applying Machine Learning to Predicting Audience Preferences

    Authors: Jacob Abernethy, Cyrus Anderson, Alex Chojnacki, Chengyu Dai, John Dryden, Eric Schwartz, Wenbo Shen, Jonathan Stroud, Laura Wendlandt, Sheng Yang, Daniel Zhang

    Abstract: Performing arts organizations aim to enrich their communities through the arts. To do this, they strive to match their performance offerings to the taste of those communities. Success relies on understanding audience preference and predicting their behavior. Similar to most e-commerce or digital entertainment firms, arts presenters need to recommend the right performance to the right customer at t… ▽ More

    Submitted 29 September, 2016; originally announced November 2016.

    Comments: Presented at the Data For Good Exchange 2016

  31. arXiv:1610.00580  [pdf, other

    cs.LG stat.AP

    Flint Water Crisis: Data-Driven Risk Assessment Via Residential Water Testing

    Authors: Jacob Abernethy, Cyrus Anderson, Chengyu Dai, Arya Farahi, Linh Nguyen, Adam Rauh, Eric Schwartz, Wenbo Shen, Guangsha Shi, Jonathan Stroud, Xinyu Tan, Jared Webb, Sheng Yang

    Abstract: Recovery from the Flint Water Crisis has been hindered by uncertainty in both the water testing process and the causes of contamination. In this work, we develop an ensemble of predictive models to assess the risk of lead contamination in individual homes and neighborhoods. To train these models, we utilize a wide range of data sources, including voluntary residential water tests, historical recor… ▽ More

    Submitted 30 September, 2016; originally announced October 2016.

    Comments: Presented at the Data For Good Exchange 2016

  32. arXiv:1607.04710  [pdf, other

    cs.GT

    A Descending Price Auction for Matching Markets

    Authors: Shih-Tang Su, Jacob D. Abernethy, Grant Schoenebeck, Vijay G. Subramanian

    Abstract: This work presents a descending-price-auction algorithm to obtain the maximum market-clearing price vector (MCP) in unit-demand matching markets with m items by exploiting the combinatorial structure. With a shrewd choice of goods for which the prices are reduced in each step, the algorithm only uses the combinatorial structure, which avoids solving LPs and enjoys a strongly polynomial runtime of… ▽ More

    Submitted 4 November, 2017; v1 submitted 16 July, 2016; originally announced July 2016.

    Comments: 35 pages, 4 figures

  33. arXiv:1512.04152  [pdf, other

    cs.LG cs.GT stat.ML

    Fighting Bandits with a New Kind of Smoothness

    Authors: Jacob Abernethy, Chansoo Lee, Ambuj Tewari

    Abstract: We define a novel family of algorithms for the adversarial multi-armed bandit problem, and provide a simple analysis technique based on convex smoothing. We prove two main results. First, we show that regularization via the \emph{Tsallis entropy}, which includes EXP3 as a special case, achieves the $Θ(\sqrt{TN})$ minimax regret. Second, we show that a wide class of perturbation methods achieve a n… ▽ More

    Submitted 13 December, 2015; originally announced December 2015.

    Comments: In Proceedings of NIPS, 2015

  34. arXiv:1511.06017  [pdf, ps, other

    cs.GT

    Rate of Price Discovery in Iterative Combinatorial Auctions

    Authors: Jacob Abernethy, Sébastien Lahaie, Matus Telgarsky

    Abstract: We study a class of iterative combinatorial auctions which can be viewed as subgradient descent methods for the problem of pricing bundles to balance supply and demand. We provide concrete convergence rates for auctions in this class, bounding the number of auction rounds needed to reach clearing prices. Our analysis allows for a variety of pricing schemes, including item, bundle, and polynomial p… ▽ More

    Submitted 31 May, 2016; v1 submitted 18 November, 2015; originally announced November 2015.

  35. arXiv:1507.03032   

    cs.LG

    Spectral Smoothing via Random Matrix Perturbations

    Authors: Jacob Abernethy, Chansoo Lee, Ambuj Tewari

    Abstract: We consider stochastic smoothing of spectral functions of matrices using perturbations commonly studied in random matrix theory. We show that a spectral function remains spectral when smoothed using a unitarily invariant perturbation distribution. We then derive state-of-the-art smoothing bounds for the maximum eigenvalue function using the Gaussian Orthogonal Ensemble (GOE). Smoothing the maximum… ▽ More

    Submitted 13 December, 2015; v1 submitted 10 July, 2015; originally announced July 2015.

    Comments: This paper has been withdrawn by the author due to a crucial error in Theorem 6.2

  36. arXiv:1507.02528  [pdf, other

    math.OC cs.LG

    Faster Convex Optimization: Simulated Annealing with an Efficient Universal Barrier

    Authors: Jacob Abernethy, Elad Hazan

    Abstract: This paper explores a surprising equivalence between two seemingly-distinct convex optimization methods. We show that simulated annealing, a well-studied random walk algorithms, is directly equivalent, in a certain sense, to the central path interior point algorithm for the the entropic universal barrier function. This connection exhibits several benefits. First, we are able improve the state of t… ▽ More

    Submitted 5 November, 2015; v1 submitted 9 July, 2015; originally announced July 2015.

  37. arXiv:1502.05774  [pdf, other

    cs.GT cs.AI cs.LG stat.ML

    Low-Cost Learning via Active Data Procurement

    Authors: Jacob Abernethy, Yiling Chen, Chien-Ju Ho, Bo Waggoner

    Abstract: We design mechanisms for online procurement of data held by strategic agents for machine learning tasks. The challenge is to use past data to actively price future data and give learning guarantees even when an agent's cost for revealing her data may depend arbitrarily on the data itself. We achieve this goal by showing how to convert a large class of no-regret algorithms into online posted-price… ▽ More

    Submitted 5 June, 2015; v1 submitted 20 February, 2015; originally announced February 2015.

    Comments: Full version of EC 2015 paper. Color recommended for figures but nonessential. 36 pages, of which 12 appendix

    ACM Class: J.4; I.2.6

  38. arXiv:1405.6076  [pdf, ps, other

    cs.LG

    Online Linear Optimization via Smoothing

    Authors: Jacob Abernethy, Chansoo Lee, Abhinav Sinha, Ambuj Tewari

    Abstract: We present a new optimization-theoretic approach to analyzing Follow-the-Leader style algorithms, particularly in the setting where perturbations are used as a tool for regularization. We show that adding a strongly convex penalty function to the decision rule and adding stochastic perturbations to data correspond to deterministic and stochastic smoothing operations, respectively. We establish an… ▽ More

    Submitted 23 May, 2014; originally announced May 2014.

    Comments: COLT 2014

    Journal ref: JMLR 2014 W&CP

  39. arXiv:1402.5458  [pdf, ps, other

    cs.AI cs.GT stat.ML

    Information Aggregation in Exponential Family Markets

    Authors: Jacob Abernethy, Sindhu Kutty, Sébastien Lahaie, Rahul Sami

    Abstract: We consider the design of prediction market mechanisms known as automated market makers. We show that we can design these mechanisms via the mold of \emph{exponential family distributions}, a popular and well-studied probability distribution template used in statistics. We give a full development of this relationship and explore a range of benefits. We draw connections between the information aggr… ▽ More

    Submitted 21 February, 2014; originally announced February 2014.

  40. arXiv:1202.2585  [pdf, ps, other

    q-fin.CP cs.GT q-fin.PR

    Minimax Option Pricing Meets Black-Scholes in the Limit

    Authors: Jacob Abernethy, Rafael M. Frongillo, Andre Wibisono

    Abstract: Option contracts are a type of financial derivative that allow investors to hedge risk and speculate on the variation of an asset's future market price. In short, an option has a particular payout that is based on the market price for an asset on a given date in the future. In 1973, Black and Scholes proposed a valuation model for options that essentially estimates the tail risk of the asset price… ▽ More

    Submitted 12 February, 2012; originally announced February 2012.

    Comments: 19 pages

  41. arXiv:1111.2664  [pdf, ps, other

    cs.LG cs.GT

    A Collaborative Mechanism for Crowdsourcing Prediction Problems

    Authors: Jacob Abernethy, Rafael M. Frongillo

    Abstract: Machine Learning competitions such as the Netflix Prize have proven reasonably successful as a method of "crowdsourcing" prediction tasks. But these competitions have a number of weaknesses, particularly in the incentive structure they create for the participants. We propose a new approach, called a Crowdsourced Learning Mechanism, in which participants collaboratively "learn" a hypothesis for a g… ▽ More

    Submitted 11 November, 2011; originally announced November 2011.

    Comments: Full version of the extended abstract which appeared in NIPS 2011

  42. arXiv:1011.1941  [pdf, ps, other

    cs.GT

    An Optimization-Based Framework for Automated Market-Making

    Authors: Jacob Abernethy, Yiling Chen, Jennifer Wortman Vaughan

    Abstract: Building on ideas from online convex optimization, we propose a general framework for the design of efficient securities markets over very large outcome spaces. The challenge here is computational. In a complete market, in which one security is offered for each outcome, the market institution can not efficiently keep track of the transaction history or calculate security prices when the outcome sp… ▽ More

    Submitted 8 November, 2010; originally announced November 2010.

  43. arXiv:1011.1936  [pdf, other

    cs.LG cs.GT

    Blackwell Approachability and Low-Regret Learning are Equivalent

    Authors: Jacob Abernethy, Peter L. Bartlett, Elad Hazan

    Abstract: We consider the celebrated Blackwell Approachability Theorem for two-player games with vector payoffs. We show that Blackwell's result is equivalent, via efficient reductions, to the existence of "no-regret" algorithms for Online Linear Optimization. Indeed, we show that any algorithm for one such problem can be efficiently converted into an algorithm for the other. We provide a useful application… ▽ More

    Submitted 8 November, 2010; originally announced November 2010.

  44. arXiv:0903.5328  [pdf, other

    cs.LG stat.ML

    A Stochastic View of Optimal Regret through Minimax Duality

    Authors: Jacob Abernethy, Alekh Agarwal, Peter L. Bartlett, Alexander Rakhlin

    Abstract: We study the regret of optimal strategies for online convex optimization games. Using von Neumann's minimax theorem, we show that the optimal regret in this adversarial setting is closely related to the behavior of the empirical minimization algorithm in a stochastic process setting: it is equal to the maximum, over joint distributions of the adversary's action sequence, of the difference betwee… ▽ More

    Submitted 30 March, 2009; originally announced March 2009.

  45. arXiv:0802.1430  [pdf, ps, other

    cs.LG

    A New Approach to Collaborative Filtering: Operator Estimation with Spectral Regularization

    Authors: Jacob Abernethy, Francis Bach, Theodoros Evgeniou, Jean-Philippe Vert

    Abstract: We present a general approach for collaborative filtering (CF) using spectral regularization to learn linear operators from "users" to the "objects" they rate. Recent low-rank type matrix completion approaches to CF are shown to be special cases. However, unlike existing regularization based CF methods, our approach can be used to also incorporate information such as attributes of the users or t… ▽ More

    Submitted 19 December, 2008; v1 submitted 11 February, 2008; originally announced February 2008.

  46. arXiv:cs/0611124  [pdf, ps, other

    cs.LG cs.AI cs.IR

    Low-rank matrix factorization with attributes

    Authors: Jacob Abernethy, Francis Bach, Theodoros Evgeniou, Jean-Philippe Vert

    Abstract: We develop a new collaborative filtering (CF) method that combines both previously known users' preferences, i.e. standard CF, as well as product/user attributes, i.e. classical function approximation, to predict a given user's interest in a particular product. Our method is a generalized low rank matrix completion problem, where we learn a function whose inputs are pairs of vectors -- the stand… ▽ More

    Submitted 24 November, 2006; originally announced November 2006.

    Comments: 12 pages, 2 figures

    Report number: N-24/06/MM