← Search

Barnabas Poczos

49 accepted papers

2025

Chemistry-Inspired Diffusion with Non-Differentiable Guidance

ICLR 2025poster

Recent advances in diffusion models have shown remarkable potential in the conditional generation of novel molecules. These models can be guided in two ways: (i) explicitly, through additional features representing the condition, or (ii) implicitly, using a property predictor. However, training prop…

2023

The student becomes the master: Outperforming GPT3 on Scientific Factual Error Correction

EMNLP 2023long findings

Due to the prohibitively high cost of creating error correction datasets, most Factual Claim Correction methods rely on a powerful verification model to guide the correction process. This leads to a significant drop in performance in domains like Scientific Claim Correction, where good verification…

Cited by 0SourceScholar
2021

Re-TACRED: Addressing Shortcomings of the TACRED Dataset

AAAI 2021technical

TACRED is one of the largest and most widely used sentence-level relation extraction datasets. Proposed models that are evaluated using this dataset consistently set new state-of-the-art performance. However, they still exhibit large error rates despite leveraging external knowledge and unsupervised…

2020

ChemBO: Bayesian Optimization of Small Organic Molecules with Synthesizable Recommendations

AISTATS 2020poster

In applications such as molecule design or drug discovery, it is desirable to have an algorithm which recommends new candidate molecules based on the results of past tests. These molecules first need to be synthesized and then tested for objective properties. We describe ChemBO, a Bayesian optimizat…

2020

Modeling Task Effects on Meaning Representation in the Brain via Zero-Shot MEG Prediction

NeurIPS 2020poster

How meaning is represented in the brain is still one of the big open questions in neuroscience. Does a word (e.g., bird) always have the same representation, or does the task under which the word is processed alter its representation (answering

2020

VideoOneNet: Bidirectional Convolutional Recurrent OneNet with Trainable Data Steps for Video Processing

ICML 2020poster

Deep Neural Networks (DNNs) achieve the state-of-the-art results on a wide range of image processing tasks, however, the majority of such solutions are problem-specific, like most AI algorithms. The One Network to Solve Them All (OneNet) procedure has been suggested to resolve this issue by exploiti…

2019

Gradient Descent Provably Optimizes Over-parameterized Neural Networks

ICLR 2019poster

One of the mysteries in the success of neural networks is randomly initialized first order methods like gradient descent can achieve zero training loss even though the objective function is non-convex and non-smooth. This paper demystifies this surprising phenomenon for two-layer fully connected ReL…

Cited by 888SourcePDFScholar
2019

Graph Neural Tangent Kernel: Fusing Graph Neural Networks with Graph Kernels

NeurIPS 2019poster

While graph kernels (GKs) are easy to train and enjoy provable theoretical guarantees, their practical performances are limited by their expressive power, as the kernel function often depends on hand-crafted combinatorial features of graphs. Compared to graph kernels, graph neural networks (GNNs) us…

2019

LBS Autoencoder: Self-Supervised Fitting of Articulated Meshes to Point Clouds

CVPR 2019poster

We present LBS-AE; a self-supervised autoencoding algorithm for fitting articulated mesh models to point clouds. As input, we take a sequence of point clouds to be registered as well as an artist-rigged mesh, i.e. a template mesh equipped with a linear-blend skinning (LBS) deformation space paramete…

Cited by 51PDFScholar
2019

Myopic Posterior Sampling for Adaptive Goal Oriented Design of Experiments

ICML 2019oral

Bayesian methods for adaptive decision-making, such as Bayesian optimisation, active learning, and active search have seen great success in relevant applications. However, real world data collection tasks are more broad and complex, as we may need to achieve a combination of the above goals and/or a…

2019

Nonparametric Density Estimation & Convergence Rates for GANs under Besov IPM Losses

NeurIPS 2019oral

We study the problem of estimating a nonparametric probability distribution under a family of losses called Besov IPMs. This family is quite large, including, for example, L^p distances, total variation distance, and generalizations of both Wasserstein (earthmover's) and Kolmogorov-Smirnov distances…

Cited by 83SourcePDFScholar
2019

Towards Understanding the Generalization Bias of Two Layer Convolutional Linear Classifiers with Gradient Descent

AISTATS 2019poster

A major challenge in understanding the generalization of deep learning is to explain why (stochastic) gradient descent can exploit the network architecture to find solutions that have good generalization performance when using high capacity models. We find simple but realistic examples showing that…

Cited by 9SourcePDFScholar
2018

A Generic Approach for Escaping Saddle points

AISTATS 2018poster

A central challenge to using first-order methods for optimizing nonconvex problems is the presence of saddle points. First-order methods often get stuck at saddle points, greatly deteriorating their performance. Typically, to escape from saddles one has to use second-order methods. However, most wor…

Cited by 0SourcePDFScholar
2018

Gradient Descent Learns One-hidden-layer CNN: Don’t be Afraid of Spurious Local Minima

ICML 2018oral

We consider the problem of learning an one-hidden-layer neural network with non-overlapping convolutional layer and ReLU activation function, i.e., $f(Z; w, a) = \sum_j a_j\sigma(w^\top Z_j)$, in which both the convolutional weights $w$ and the output weights $a$ are parameters to be learned. We pro…

Cited by 258SourcePDFScholar
2018

Minimax Reconstruction Risk of Convolutional Sparse Dictionary Learning

AISTATS 2018poster

Sparse dictionary learning (SDL) has become a popular method for learning parsimonious representations of data, a fundamental problem in machine learning and signal processing. While most work on SDL assumes a training dataset of independent and identically distributed (IID) samples, a variant known…

Cited by 0SourcePDFScholar
2018

Neural Architecture Search with Bayesian Optimisation and Optimal Transport

NeurIPS 2018spotlight

Bayesian Optimisation (BO) refers to a class of methods for global optimisation of a function f which is only accessible via point evaluations. It is typically used in settings where f is expensive to evaluate. A common use case for BO in machine learning is model selection, where it is not possible…

2018

Nonparametric Density Estimation under Adversarial Losses

NeurIPS 2018poster

We study minimax convergence rates of nonparametric density estimation under a large class of loss functions called ``adversarial losses'', which, besides classical L^p losses, includes maximum mean discrepancy (MMD), Wasserstein distance, and total variation distance. These losses are closely relat…

Cited by 94SourcePDFScholar
2018

Parallelised Bayesian Optimisation via Thompson Sampling

AISTATS 2018poster

We design and analyse variations of the classical Thompson sampling (TS) procedure for Bayesian optimisation (BO) in settings where function evaluations are expensive but can be performed in parallel. Our theoretical analysis shows that a direct application of the sequential Thompson sampling algori…

2018

Transformation Autoregressive Networks

ICML 2018oral

The fundamental task of general density estimation $p(x)$ has been of keen interest to machine learning. In this work, we attempt to systematically characterize methods for density estimation. Broadly speaking, most of the existing methods can be categorized into either using:

2017

Deep Sets

NeurIPS 2017oral

We study the problem of designing models for machine learning tasks defined on sets. In contrast to the traditional approach of operating on fixed dimensional vectors, we consider objective functions defined on sets and are invariant to permutations. Such problems are widespread, ranging from the es…

2017

Gradient Descent Can Take Exponential Time to Escape Saddle Points

NeurIPS 2017spotlight

Although gradient descent (GD) almost always escapes saddle points asymptotically [Lee et al., 2016], this paper shows that even with fairly natural random initialization schemes and non-pathological functions, GD can be significantly slowed down by saddle points, taking exponential time to escape.…

Cited by 324SourcePDFScholar
2017

Hypothesis Transfer Learning via Transformation Functions

NeurIPS 2017poster

We consider the Hypothesis Transfer Learning (HTL) problem where one incorporates a hypothesis trained on the source domain into the learning procedure of the target domain. Existing theoretical analysis either only studies specific algorithms or only presents upper bounds on the generalization erro…

Cited by 77SourcePDFScholar
2017

MMD GAN: Towards Deeper Understanding of Moment Matching Network

NeurIPS 2017poster

Generative moment matching network (GMMN) is a deep generative model that differs from Generative Adversarial Network (GAN) by replacing the discriminator in GAN with a two-sample test based on kernel maximum mean discrepancy (MMD). Although some theoretical guarantees of MMD have been studied, the…

2017

One Network to Solve Them All -- Solving Linear Inverse Problems Using Deep Projection Models

ICCV 2017oral

While deep learning methods have achieved state-of-the-art performance in many challenging inverse problems like image inpainting and super-resolution, they invariably involve problem-specific training of the networks. Under this approach, each inverse problem requires its own dedicated network. In…

Cited by 410PDFcodeScholar
2016

Bayesian Nonparametric Kernel-Learning

AISTATS 2016poster

Kernel methods are ubiquitous tools in machine learning. They have proven to be effective in many domains and tasks. Yet, kernel methods often require the user to select a predefined kernel to build an estimator with. However, there is often little reason for the common practice of selecting a kerne…

Cited by 89SourcePDFScholar
2016

Boolean Matrix Factorization and Noisy Completion via Message Passing

ICML 2016poster

Boolean matrix factorization and Boolean matrix completion from noisy observations are desirable unsupervised data-analysis methods due to their interpretability, but hard to perform due to their NP-hardness. We treat these problems as maximum a posteriori inference problems in a graphical model and…

2016

Estimating Cosmological Parameters from the Dark Matter Distribution

ICML 2016poster

A grand challenge of the 21st century cosmology is to accurately estimate the cosmological parameters of our Universe. A major approach in estimating the cosmological parameters is to use the large scale matter distribution of the Universe. Galaxy surveys provide the means to map out cosmic large-sc…

Cited by 98SourcePDFScholar
2016

Finite-Sample Analysis of Fixed-k Nearest Neighbor Density Functional Estimators

NeurIPS 2016poster

We provide finite-sample analysis of a general framework for using k-nearest neighbor statistics to estimate functionals of a nonparametric continuous probability density, including entropies and divergences. Rather than plugging a consistent density estimate (which requires k → ∞ as the sample size…

Cited by 71SourcePDFScholar
2016

Gaussian Process Bandit Optimisation with Multi-fidelity Evaluations

NeurIPS 2016poster

In many scientific and engineering applications, we are tasked with the optimisation of an expensive to evaluate black box function $\func$. Traditional methods for this problem assume just the availability of this single function. However, in many cases, cheap approximations to $\func$ may be obtai…

2016

High Dimensional Bayesian Optimization via Restricted Projection Pursuit Models

AISTATS 2016poster

Bayesian Optimization (BO) is commonly used to optimize blackbox objective functions which are expensive to evaluate. A common approach is based on using Gaussian Process (GP) to model the objective function. Applying GP to higher dimensional settings is generally difficult due to the curse of dimen…

Cited by 103SourcePDFScholar
2016

Proximal Stochastic Methods for Nonsmooth Nonconvex Finite-Sum Optimization

NeurIPS 2016poster

We analyze stochastic algorithms for optimizing nonconvex, nonsmooth finite-sum problems, where the nonsmooth part is convex. Surprisingly, unlike the smooth case, our knowledge of this fundamental problem is very limited. For example, it is not known whether the proximal stochastic gradient method…

Cited by 268SourcePDFScholar
2016

Stochastic Neural Networks with Monotonic Activation Functions

AISTATS 2016poster

We propose a Laplace approximation that creates a stochastic unit from any smooth monotonic activation function, using only Gaussian noise. This paper investigates the application of this stochastic approximation in training a family of Restricted Boltzmann Machines (RBM) that are closely linked to…

Cited by 30SourcePDFScholar
2016

Stochastic Variance Reduction for Nonconvex Optimization

ICML 2016poster

We study nonconvex finite-sum problems and analyze stochastic variance reduced gradient (SVRG) methods for them. SVRG and related methods have recently surged into prominence for convex optimization given their edge over stochastic gradient descent (SGD); but their theoretical analysis almost exclus…

Cited by 738SourcePDFScholar
2016

The Multi-fidelity Multi-armed Bandit

NeurIPS 2016poster

We study a variant of the classical stochastic $K$-armed bandit where observing the outcome of each arm is expensive, but cheap approximations to this outcome are available. For example, in online advertising the performance of an ad can be approximated by displaying it for shorter time periods or t…

Cited by 46SourcePDFScholar
2016

Variance Reduction in Stochastic Gradient Langevin Dynamics

NeurIPS 2016poster

Stochastic gradient-based Monte Carlo methods such as stochastic gradient Langevin dynamics are useful tools for posterior inference on large scale datasets in many machine learning applications. These methods scale to large datasets by using noisy gradients calculated using a mini-batch or subset o…

Cited by 120SourcePDFScholar
2015

Fast Function to Function Regression

AISTATS 2015poster

We analyze the problem of regression when both input covariates and output responses are functions from a nonparametric function class. Function to function regression (FFR) covers a large range of interesting applications including time-series prediction problems, and also more general tasks like s…

Cited by 38SourcePDFScholar
2015

High Dimensional Bayesian Optimisation and Bandits via Additive Models

ICML 2015poster

Bayesian Optimisation (BO) is a technique used in optimising a D-dimensional function which is typically expensive to evaluate. While there have been many successes for BO in low dimensions, scaling it to high dimensions has been notoriously difficult. Existing literature on the topic are under very…

2015

Nonparametric von Mises Estimators for Entropies, Divergences and Mutual Informations

NeurIPS 2015poster

We propose and analyse estimators for statistical functionals of one or moredistributions under nonparametric assumptions.Our estimators are derived from the von Mises expansion andare based on the theory of influence functions, which appearin the semiparametric statistics literature.We show that es…

2015

On Variance Reduction in Stochastic Gradient Descent and its Asynchronous Variants

NeurIPS 2015poster

We study optimization algorithms based on variance reduction for stochastic gradientdescent (SGD). Remarkable recent progress has been made in this directionthrough development of algorithms like SAG, SVRG, SAGA. These algorithmshave been shown to outperform SGD, both theoretically and empirically.…

Cited by 209SourcePDFScholar
2015

On the High Dimensional Power of a Linear-Time Two Sample Test under Mean-shift Alternatives

AISTATS 2015poster

Nonparametric two sample testing deals with the question of consistently deciding if two distributions are different, given samples from both, without making any parametric assumptions about the form of the distributions. The current literature is split into two kinds of tests - those which are cons…

Cited by 46SourcePDFScholar
2015

Two-stage sampled learning theory on distributions

AISTATS 2015poster

We focus on the distribution regression problem: regressing to a real-valued response from a probability distribution. Although there exist a large number of similarity measures between distributions, very little is known about their generalization performance in specific learning tasks. Learning pr…

Cited by 108SourcePDFScholar