← Search

James Lucas

14 accepted papers

2024

Graph Metanetworks for Processing Diverse Neural Architectures

ICLR 2024spotlight

Neural networks efficiently encode learned information within their parameters. Consequently, many tasks can be unified by treating neural networks themselves as input data. When doing so, recent studies demonstrated the importance of accounting for the symmetries and geometry of parameter spaces. H…

Cited by 37SourcePDFScholar
2024

Transferring Labels to Solve Annotation Mismatches Across Object Detection Datasets

ICLR 2024poster

In object detection, varying annotation protocols across datasets can result in annotation mismatches, leading to inconsistent class labels and bounding regions. Addressing these mismatches typically involves manually identifying common trends and fixing the corresponding bounding boxes and class la…

Cited by 1SourcePDFScholar
2023

ATT3D: Amortized Text-to-3D Object Synthesis

ICCV 2023poster

Text-to-3D modelling has seen exciting progress by combining generative text-to-image models with image-to-3D methods like Neural Radiance Fields. DreamFusion recently achieved high-quality results but requires a lengthy, per-prompt optimization to create 3D objects. To address this, we amortize opt…

Cited by 82PDFScholar
2022

How Much More Data Do I Need? Estimating Requirements for Downstream Tasks

CVPR 2022poster

Given a small training data set and a learning algorithm, how much more data is necessary to reach a target validation or test performance? This question is of critical importance in applications such as autonomous driving or medical imaging where collecting data is expensive and time-consuming. Ove…

Cited by 32PDFScholar
2022

Optimizing Data Collection for Machine Learning

NeurIPS 2022accept

Modern deep learning systems require huge data sets to achieve impressive performance, but there is little guidance on how much or what kind of data to collect. Over-collecting data incurs unnecessary present costs, while under-collecting may incur future costs and delay workflows. We propose a new…

Cited by 38SourcePDFScholar
2021

Theoretical bounds on estimation error for meta-learning

ICLR 2021poster

Machine learning models have traditionally been developed under the assumption that the training and test distributions match exactly. However, recent success in few-shot learning and related problems are encouraging signs that these models can be adapted to more realistic settings where train and t…

Cited by 15SourcePDFScholar
2020

Regularized linear autoencoders recover the principal components, eventually

NeurIPS 2020poster

Our understanding of learning input-output relationships with neural nets has improved rapidly in recent years, but little is known about the convergence of the underlying representations, even in the simple case of linear autoencoders (LAEs). We show that when trained with proper regularization, LA…

2019

Don't Blame the ELBO! A Linear VAE Perspective on Posterior Collapse

NeurIPS 2019poster

Posterior collapse in Variational Autoencoders (VAEs) with uninformative priors arises when the variational posterior distribution closely matches the prior for a subset of latent variables. This paper presents a simple and intuitive explanation for posterior collapse through the analysis of linear…

Cited by 242SourcePDFScholar
2019

Lookahead Optimizer: k steps forward, 1 step back

NeurIPS 2019poster

The vast majority of successful deep neural networks are trained using variants of stochastic gradient descent (SGD) algorithms. Recent attempts to improve SGD can be broadly categorized into two approaches: (1) adaptive learning rate schemes, such as AdaGrad and Adam and (2) accelerated schemes, su…

2019

Preventing Gradient Attenuation in Lipschitz Constrained Convolutional Networks

NeurIPS 2019poster

Lipschitz constraints under L2 norm on deep neural networks are useful for provable adversarial robustness bounds, stable training, and Wasserstein distance estimation. While heuristic approaches such as the gradient penalty have seen much practical success, it is challenging to achieve similar prac…

2018

Adversarial Distillation of Bayesian Neural Network Posteriors

ICML 2018accepted

Bayesian neural networks (BNNs) allow us to reason about uncertainty in a principled way. Stochastic Gradient Langevin Dynamics (SGLD) enables efficient BNN learning by drawing samples from the BNN posterior using mini-batches. However, SGLD and its extensions require storage of many copies of the m…