← Search

Ashia C. Wilson

7 accepted papers

2025

Aligning Evaluation with Clinical Priorities: Calibration, Label Shift, and Error Costs

NeurIPS 2025poster

Machine learning-based decision support systems are increasingly deployed in clinical settings, where probabilistic scoring functions are used to inform and prioritize patient management decisions. However, widely used scoring rules, such as accuracy and AUC-ROC, fail to adequately reflect key clini…

Cited by 0SourceScholar
2025

Homogeneous Algorithms Can Reduce Competition in Personalized Pricing

NeurIPS 2025poster

Firms' algorithm development practices are often homogeneous Whether firms train algorithms on similar data or rely on similar pre-trained models, the result is correlated predictions. In the context of personalized pricing, correlated algorithms can be viewed as a means to collude among competing f…

Cited by 5SourceScholar
2025

The Gaussian Mixing Mechanism: Renyi Differential Privacy via Gaussian Sketches

NeurIPS 2025poster

Gaussian sketching, which consists of pre-multiplying the data with a random Gaussian matrix, is a widely used technique in data science and machine learning. Beyond computational benefits, this operation also provides differential privacy guarantees due to its inherent randomness. In this work, we…

Cited by 0SourcecodeScholar
2019

Accelerating Rescaled Gradient Descent: Fast Optimization of Smooth Functions

NeurIPS 2019poster

We present a family of algorithms, called descent algorithms, for optimizing convex and non-convex functions. We also introduce a new first-order algorithm, called rescaled gradient descent (RGD), and show that RGD achieves a faster convergence rate than gradient descent provided the function is str…

2017

Breaking Locality Accelerates Block Gauss-Seidel

ICML 2017poster

Recent work by Nesterov and Stich (2016) showed that momentum can be used to accelerate the rate of convergence for block Gauss-Seidel in the setting where a fixed partitioning of the coordinates is chosen ahead of time. We show that this setting is too restrictive, constructing instances where brea…

2017

The Marginal Value of Adaptive Gradient Methods in Machine Learning

NeurIPS 2017oral

Adaptive optimization methods, which perform local optimization with a metric constructed from the history of iterates, are becoming increasingly popular for training deep neural networks. Examples include AdaGrad, RMSProp, and Adam. We show that for simple overparameterized problems, adaptive meth…