← Search

Haihao Lu

10 accepted papers

2024

A Field Guide for Pacing Budget and ROS Constraints

ICML 2024poster

Budget pacing is a popular service that has been offered by major internet advertising platforms since their inception. In the past few years, autobidding products that provide real-time bidding as a service to advertisers have seen a prominent rise in adoption. A popular autobidding stategy is valu…

Cited by 4SourcePDFScholar
2021

Practical Large-Scale Linear Programming using Primal-Dual Hybrid Gradient

NeurIPS 2021poster

We present PDLP, a practical first-order method for linear programming (LP) that can solve to the high levels of accuracy that are expected in traditional LP applications. In addition, it can scale to very large problems because its core operation is matrix-vector multiplications. PDLP is derived by…

2020

Accelerating Gradient Boosting Machines

AISTATS 2020poster

Gradient Boosting Machine (GBM) introduced by \cite{friedman2001greedy} is a widely popular ensembling technique and is routinely used in competitions such as Kaggle and the KDDCup \citep{chen2016xgboost}. In this work, we propose an Accelerated Gradient Boosting Machine (AGBM) by incorporating Nest…

Cited by 54SourcePDFScholar
2020

Contextual Reserve Price Optimization in Auctions via Mixed Integer Programming

NeurIPS 2020poster

We study the problem of learning a linear model to set the reserve price in an auction, given contextual information, in order to maximize expected revenue from the seller side. First, we show that it is not possible to solve this problem in polynomial time unless the Exponential Time Hypothesis fai…

2020

Ordered SGD: A New Stochastic Optimization Framework for Empirical Risk Minimization

AISTATS 2020poster

We propose a new stochastic optimization framework for empirical risk minimization problems such as those that arise in machine learning. The traditional approaches, such as (mini-batch) stochastic gradient descent (SGD), utilize an unbiased gradient estimator of the empirical average loss. In contr…

2018

Approximate Leave-One-Out for Fast Parameter Tuning in High Dimensions

ICML 2018oral

We study the parameter tuning problem for the penalized regression model. Finding the optimal choice of the regularization parameter is a challenging problem in high-dimensional regimes where both the number of observations n and the number of parameters p are large. We propose two frameworks to obt…