Skip to main content

Showing 1–12 of 12 results for author: Gaunt, A L

Searching in archive cs. Search in all archives.
.
  1. arXiv:2209.12466  [pdf, other

    cond-mat.mtrl-sci cs.LG physics.comp-ph

    Learned Force Fields Are Ready For Ground State Catalyst Discovery

    Authors: Michael Schaarschmidt, Morgane Riviere, Alex M. Ganose, James S. Spencer, Alexander L. Gaunt, James Kirkpatrick, Simon Axelrod, Peter W. Battaglia, Jonathan Godwin

    Abstract: We present evidence that learned density functional theory (``DFT'') force fields are ready for ground state catalyst discovery. Our key finding is that relaxation using forces from a learned potential yields structures with similar or lower energy to those relaxed using the RPBE functional in over 50\% of evaluated systems, despite the fact that the predicted forces differ significantly from the… ▽ More

    Submitted 26 September, 2022; originally announced September 2022.

  2. arXiv:1810.13337  [pdf, other

    cs.LG cs.SE stat.ML

    Learning to Represent Edits

    Authors: Pengcheng Yin, Graham Neubig, Miltiadis Allamanis, Marc Brockschmidt, Alexander L. Gaunt

    Abstract: We introduce the problem of learning distributed representations of edits. By combining a "neural editor" with an "edit encoder", our models learn to represent the salient information of an edit and can be used to apply edits to new inputs. We experiment on natural language and source code edit data. Our evaluation yields promising results that suggest that our neural network models learn to captu… ▽ More

    Submitted 22 February, 2019; v1 submitted 31 October, 2018; originally announced October 2018.

    Comments: ICLR 2019

  3. arXiv:1810.03958  [pdf, other

    cs.LG stat.ML

    Deterministic Variational Inference for Robust Bayesian Neural Networks

    Authors: Anqi Wu, Sebastian Nowozin, Edward Meeds, Richard E. Turner, José Miguel Hernández-Lobato, Alexander L. Gaunt

    Abstract: Bayesian neural networks (BNNs) hold great promise as a flexible and principled solution to deal with uncertainty when learning from finite data. Among approaches to realize probabilistic inference in deep neural networks, variational Bayes (VB) is theoretically grounded, generally applicable, and computationally efficient. With wide recognition of potential advantages, why is it that variational… ▽ More

    Submitted 7 March, 2019; v1 submitted 9 October, 2018; originally announced October 2018.

  4. arXiv:1805.09076  [pdf, other

    cs.LG stat.ML

    Constrained Graph Variational Autoencoders for Molecule Design

    Authors: Qi Liu, Miltiadis Allamanis, Marc Brockschmidt, Alexander L. Gaunt

    Abstract: Graphs are ubiquitous data structures for representing interactions between entities. With an emphasis on the use of graphs to represent chemical molecules, we explore the task of learning to generate graphs that conform to a distribution observed in training data. We propose a variational autoencoder model in which both encoder and decoder are graph-structured. Our decoder assumes a sequential or… ▽ More

    Submitted 7 March, 2019; v1 submitted 23 May, 2018; originally announced May 2018.

    Comments: 8 pages, 5 figures

  5. arXiv:1805.08490  [pdf, other

    cs.LG cs.PL stat.ML

    Generative Code Modeling with Graphs

    Authors: Marc Brockschmidt, Miltiadis Allamanis, Alexander L. Gaunt, Oleksandr Polozov

    Abstract: Generative models for source code are an interesting structured prediction problem, requiring to reason about both hard syntactic and semantic constraints as well as about natural, likely programs. We present a novel model for this problem that uses a graph to represent the intermediate state of the generated output. The generative procedure interleaves grammar-driven expansion steps with graph au… ▽ More

    Submitted 16 April, 2019; v1 submitted 22 May, 2018; originally announced May 2018.

  6. arXiv:1803.06272  [pdf, other

    cs.LG stat.ML

    Graph Partition Neural Networks for Semi-Supervised Classification

    Authors: Renjie Liao, Marc Brockschmidt, Daniel Tarlow, Alexander L. Gaunt, Raquel Urtasun, Richard Zemel

    Abstract: We present graph partition neural networks (GPNN), an extension of graph neural networks (GNNs) able to handle extremely large graphs. GPNNs alternate between locally propagating information between nodes in small subgraphs and globally propagating information between the subgraphs. To efficiently partition graphs, we experiment with several partitioning algorithms and also propose a novel variant… ▽ More

    Submitted 16 March, 2018; originally announced March 2018.

  7. arXiv:1705.09786  [pdf, other

    cs.LG cs.AI cs.DC stat.ML

    AMPNet: Asynchronous Model-Parallel Training for Dynamic Neural Networks

    Authors: Alexander L. Gaunt, Matthew A. Johnson, Maik Riechert, Daniel Tarlow, Ryota Tomioka, Dimitrios Vytiniotis, Sam Webster

    Abstract: New types of machine learning hardware in development and entering the market hold the promise of revolutionizing deep learning in a manner as profound as GPUs. However, existing software frameworks and training algorithms for deep learning have yet to evolve to fully leverage the capability of the new wave of silicon. We already see the limitations of existing algorithms for models that exploit s… ▽ More

    Submitted 22 June, 2017; v1 submitted 27 May, 2017; originally announced May 2017.

    Comments: 17 pages, 13 figures

  8. arXiv:1612.00817  [pdf, other

    cs.LG cs.AI cs.NE

    Summary - TerpreT: A Probabilistic Programming Language for Program Induction

    Authors: Alexander L. Gaunt, Marc Brockschmidt, Rishabh Singh, Nate Kushman, Pushmeet Kohli, Jonathan Taylor, Daniel Tarlow

    Abstract: We study machine learning formulations of inductive program synthesis; that is, given input-output examples, synthesize source code that maps inputs to corresponding outputs. Our key contribution is TerpreT, a domain-specific language for expressing program synthesis problems. A TerpreT model is composed of a specification of a program representation and an interpreter that describes how programs… ▽ More

    Submitted 2 December, 2016; originally announced December 2016.

    Comments: 7 pages, 2 figures, 4 tables in 1st Workshop on Neural Abstract Machines & Program Induction (NAMPI), @NIPS 2016

  9. arXiv:1611.02109  [pdf, other

    cs.LG

    Differentiable Programs with Neural Libraries

    Authors: Alexander L. Gaunt, Marc Brockschmidt, Nate Kushman, Daniel Tarlow

    Abstract: We develop a framework for combining differentiable programming languages with neural networks. Using this framework we create end-to-end trainable systems that learn to write interpretable algorithms with perceptual components. We explore the benefits of inductive biases for strong generalization and modularity that come from the program-like structure of our models. In particular, modularity all… ▽ More

    Submitted 2 March, 2017; v1 submitted 7 November, 2016; originally announced November 2016.

  10. arXiv:1611.01989  [pdf, other

    cs.LG

    DeepCoder: Learning to Write Programs

    Authors: Matej Balog, Alexander L. Gaunt, Marc Brockschmidt, Sebastian Nowozin, Daniel Tarlow

    Abstract: We develop a first line of attack for solving programming competition-style problems from input-output examples using deep learning. The approach is to train a neural network to predict properties of the program that generated the outputs from the inputs. We use the neural network's predictions to augment search techniques from the programming languages community, including enumerative search and… ▽ More

    Submitted 8 March, 2017; v1 submitted 7 November, 2016; originally announced November 2016.

    Comments: Submitted to ICLR 2017

  11. arXiv:1611.01988  [pdf, ps, other

    cs.PL cs.LG

    Differentiable Functional Program Interpreters

    Authors: John K. Feser, Marc Brockschmidt, Alexander L. Gaunt, Daniel Tarlow

    Abstract: Programming by Example (PBE) is the task of inducing computer programs from input-output examples. It can be seen as a type of machine learning where the hypothesis space is the set of legal programs in some programming language. Recent work on differentiable interpreters relaxes the discrete space of programs into a continuous space so that search over programs can be performed using gradient-bas… ▽ More

    Submitted 2 March, 2017; v1 submitted 7 November, 2016; originally announced November 2016.

  12. arXiv:1608.04428  [pdf, other

    cs.LG cs.AI cs.NE

    TerpreT: A Probabilistic Programming Language for Program Induction

    Authors: Alexander L. Gaunt, Marc Brockschmidt, Rishabh Singh, Nate Kushman, Pushmeet Kohli, Jonathan Taylor, Daniel Tarlow

    Abstract: We study machine learning formulations of inductive program synthesis; given input-output examples, we try to synthesize source code that maps inputs to corresponding outputs. Our aims are to develop new machine learning approaches based on neural networks and graphical models, and to understand the capabilities of machine learning techniques relative to traditional alternatives, such as those bas… ▽ More

    Submitted 15 August, 2016; originally announced August 2016.

    Comments: 50 pages, 20 figures, 4 tables