← Search

Alan Jeffares

8 accepted papers

2024

Deep Learning Through A Telescoping Lens: A Simple Model Provides Empirical Insights On Grokking, Gradient Boosting & Beyond

NeurIPS 2024poster

Deep learning sometimes appears to work in unexpected ways. In pursuit of a deeper understanding of its surprising behaviors, we investigate the utility of a simple yet accurate model of a trained neural network consisting of a sequence of first-order approximations telescoping out into a single emp…

2024

Relaxed Quantile Regression: Prediction Intervals for Asymmetric Noise

ICML 2024poster

Constructing valid prediction intervals rather than point estimates is a well-established approach for uncertainty quantification in the regression setting. Models equipped with this capacity output an interval of values in which the ground truth target will fall with some prespecified probability.…

2023

A U-turn on Double Descent: Rethinking Parameter Counting in Statistical Learning

NeurIPS 2023oral

Conventional statistical wisdom established a well-understood relationship between model complexity and prediction error, typically presented as a _U-shaped curve_ reflecting a transition between under- and overfitting regimes. However, motivated by the success of overparametrized neural networks, r…

Cited by 27SourcePDFScholar
2023

Improving Adaptive Conformal Prediction Using Self-Supervised Learning

AISTATS 2023poster

Conformal prediction is a powerful distribution-free tool for uncertainty quantification, establishing valid prediction intervals with finite-sample guarantees. To produce valid intervals which are also adaptive to the difficulty of each instance, a common approach is to compute normalized nonconfor…

2023

Joint Training of Deep Ensembles Fails Due to Learner Collusion

NeurIPS 2023poster

Ensembles of machine learning models have been well established as a powerful method of improving performance over a single model. Traditionally, ensembling algorithms train their base learners independently or sequentially with the goal of optimizing their joint performance. In the case of deep ens…

Cited by 22SourcePDFScholar
2023

TANGOS: Regularizing Tabular Neural Networks through Gradient Orthogonalization and Specialization

ICLR 2023poster

Despite their success with unstructured data, deep neural networks are not yet a panacea for structured tabular data. In the tabular domain, their efficiency crucially relies on various forms of regularization to prevent overfitting and provide strong generalization performance. Existing regularizat…

Cited by 34SourcePDFScholar
2022

Spike-inspired rank coding for fast and accurate recurrent neural networks

ICLR 2022spotlight

Biological spiking neural networks (SNNs) can temporally encode information in their outputs, e.g. in the rank order in which neurons fire, whereas artificial neural networks (ANNs) conventionally do not. As a result, models of SNNs for neuromorphic computing are regarded as potentially more rapid a…