Skip to main content

Showing 1–48 of 48 results for author: Amos, B

  1. arXiv:2410.09303  [pdf, other

    cs.CL cs.LG

    Exact Byte-Level Probabilities from Tokenized Language Models for FIM-Tasks and Model Ensembles

    Authors: Buu Phan, Brandon Amos, Itai Gat, Marton Havasi, Matthew Muckley, Karen Ullrich

    Abstract: Tokenization is associated with many poorly understood shortcomings in language models (LMs), yet remains an important component for long sequence scaling purposes. This work studies how tokenization impacts model performance by analyzing and comparing the stochastic behavior of tokenized models with their byte-level, or token-free, counterparts. We discover that, even when the two models are stat… ▽ More

    Submitted 11 October, 2024; originally announced October 2024.

  2. arXiv:2408.14608  [pdf, other

    cs.LG stat.ML

    Meta Flow Matching: Integrating Vector Fields on the Wasserstein Manifold

    Authors: Lazar Atanackovic, Xi Zhang, Brandon Amos, Mathieu Blanchette, Leo J. Lee, Yoshua Bengio, Alexander Tong, Kirill Neklyudov

    Abstract: Numerous biological and physical processes can be modeled as systems of interacting entities evolving continuously over time, e.g. the dynamics of communicating cells or physical particles. Learning the dynamics of such systems is essential for predicting the temporal evolution of populations across novel samples and unseen environments. Flow-based models allow for learning these dynamics at the p… ▽ More

    Submitted 26 August, 2024; originally announced August 2024.

  3. arXiv:2407.18158  [pdf, other

    stat.ML cs.LG

    Unlocking Tokens as Data Points for Generalization Bounds on Larger Language Models

    Authors: Sanae Lotfi, Yilun Kuang, Brandon Amos, Micah Goldblum, Marc Finzi, Andrew Gordon Wilson

    Abstract: Large language models (LLMs) with billions of parameters excel at predicting the next token in a sequence. Recent work computes non-vacuous compression-based generalization bounds for LLMs, but these bounds are vacuous for large models at the billion-parameter scale. Moreover, these bounds are obtained through restrictive compression techniques, bounding compressed models that generate low-quality… ▽ More

    Submitted 25 July, 2024; originally announced July 2024.

  4. arXiv:2406.00288  [pdf, other

    cs.LG stat.ML

    Neural Optimal Transport with Lagrangian Costs

    Authors: Aram-Alexandre Pooladian, Carles Domingo-Enrich, Ricky T. Q. Chen, Brandon Amos

    Abstract: We investigate the optimal transport problem between probability measures when the underlying cost function is understood to satisfy a least action principle, also known as a Lagrangian cost. These generalizations are useful when connecting observations from a physical system where the transport dynamics are influenced by the geometry of the system, such as obstacles (e.g., incorporating barrier f… ▽ More

    Submitted 31 May, 2024; originally announced June 2024.

    Comments: UAI 2024

  5. arXiv:2404.16873  [pdf, other

    cs.CR cs.AI cs.CL cs.LG

    AdvPrompter: Fast Adaptive Adversarial Prompting for LLMs

    Authors: Anselm Paulus, Arman Zharmagambetov, Chuan Guo, Brandon Amos, Yuandong Tian

    Abstract: While recently Large Language Models (LLMs) have achieved remarkable successes, they are vulnerable to certain jailbreaking attacks that lead to generation of inappropriate or harmful content. Manual red-teaming requires finding adversarial prompts that cause such jailbreaking, e.g. by appending a suffix to a given instruction, which is inefficient and time-consuming. On the other hand, automatic… ▽ More

    Submitted 21 April, 2024; originally announced April 2024.

    Comments: 32 pages, 9 figures, 7 tables

  6. arXiv:2312.05250  [pdf, other

    cs.LG cs.AI math.OC stat.ML

    TaskMet: Task-Driven Metric Learning for Model Learning

    Authors: Dishank Bansal, Ricky T. Q. Chen, Mustafa Mukadam, Brandon Amos

    Abstract: Deep learning models are often deployed in downstream tasks that the training procedure may not be aware of. For example, models solely trained to achieve accurate predictions may struggle to perform well on downstream tasks because seemingly small prediction errors may incur drastic task errors. The standard end-to-end learning approach is to make the task loss differentiable or to introduce a di… ▽ More

    Submitted 25 September, 2024; v1 submitted 8 December, 2023; originally announced December 2023.

    Comments: NeurIPS 2023

  7. arXiv:2312.02027  [pdf, other

    math.OC cs.LG math.NA math.PR stat.ML

    Stochastic Optimal Control Matching

    Authors: Carles Domingo-Enrich, Jiequn Han, Brandon Amos, Joan Bruna, Ricky T. Q. Chen

    Abstract: Stochastic optimal control, which has the goal of driving the behavior of noisy systems, is broadly applicable in science, engineering and artificial intelligence. Our work introduces Stochastic Optimal Control Matching (SOCM), a novel Iterative Diffusion Optimization (IDO) technique for stochastic optimal control that stems from the same philosophy as the conditional score matching loss for diffu… ▽ More

    Submitted 11 October, 2024; v1 submitted 4 December, 2023; originally announced December 2023.

  8. arXiv:2309.07835  [pdf, other

    math.OC cs.LG

    Learning to Warm-Start Fixed-Point Optimization Algorithms

    Authors: Rajiv Sambharya, Georgina Hall, Brandon Amos, Bartolomeo Stellato

    Abstract: We introduce a machine-learning framework to warm-start fixed-point optimization algorithms. Our architecture consists of a neural network mapping problem parameters to warm starts, followed by a predefined number of fixed-point iterations. We propose two loss functions designed to either minimize the fixed-point residual or the distance to a ground truth solution. In this way, the neural network… ▽ More

    Submitted 14 September, 2023; originally announced September 2023.

  9. arXiv:2307.08964  [pdf, other

    cs.LG cs.AI

    Landscape Surrogate: Learning Decision Losses for Mathematical Optimization Under Partial Information

    Authors: Arman Zharmagambetov, Brandon Amos, Aaron Ferber, Taoan Huang, Bistra Dilkina, Yuandong Tian

    Abstract: Recent works in learning-integrated optimization have shown promise in settings where the optimization problem is only partially observed or where general-purpose optimizers perform poorly without expert tuning. By learning an optimizer $\mathbf{g}$ to tackle these challenging problems with $f$ as the objective, the optimization process can be substantially accelerated by leveraging past experienc… ▽ More

    Submitted 2 November, 2023; v1 submitted 18 July, 2023; originally announced July 2023.

    Comments: Accepted to NeurIPS 2023

  10. arXiv:2307.05213  [pdf, other

    cs.LG cs.AI

    Score Function Gradient Estimation to Widen the Applicability of Decision-Focused Learning

    Authors: Mattia Silvestri, Senne Berden, Jayanta Mandi, Ali İrfan Mahmutoğulları, Brandon Amos, Tias Guns, Michele Lombardi

    Abstract: Many real-world optimization problems contain parameters that are unknown before deployment time, either due to stochasticity or to lack of information (e.g., demand or travel times in delivery problems). A common strategy in such cases is to estimate said parameters via machine learning (ML) models trained to minimize the prediction error, which however is not necessarily aligned with the downstr… ▽ More

    Submitted 16 June, 2024; v1 submitted 11 July, 2023; originally announced July 2023.

  11. arXiv:2304.14772  [pdf, other

    cs.LG

    Multisample Flow Matching: Straightening Flows with Minibatch Couplings

    Authors: Aram-Alexandre Pooladian, Heli Ben-Hamu, Carles Domingo-Enrich, Brandon Amos, Yaron Lipman, Ricky T. Q. Chen

    Abstract: Simulation-free methods for training continuous-time generative models construct probability paths that go between noise distributions and individual data samples. Recent works, such as Flow Matching, derived paths that are optimal for each data sample. However, these algorithms rely on independent data and noise samples, and do not exploit underlying structure in the data distribution for constru… ▽ More

    Submitted 24 May, 2023; v1 submitted 28 April, 2023; originally announced April 2023.

  12. arXiv:2212.08260  [pdf, other

    math.OC

    End-to-End Learning to Warm-Start for Real-Time Quadratic Optimization

    Authors: Rajiv Sambharya, Georgina Hall, Brandon Amos, Bartolomeo Stellato

    Abstract: First-order methods are widely used to solve convex quadratic programs (QPs) in real-time applications because of their low per-iteration cost. However, they can suffer from slow convergence to accurate solutions. In this paper, we present a framework which learns an effective warm-start for a popular first-order method in real-time applications, Douglas-Rachford (DR) splitting, across a family of… ▽ More

    Submitted 15 December, 2022; originally announced December 2022.

  13. arXiv:2210.12153  [pdf, other

    cs.LG cs.AI stat.ML

    On amortizing convex conjugates for optimal transport

    Authors: Brandon Amos

    Abstract: This paper focuses on computing the convex conjugate operation that arises when solving Euclidean Wasserstein-2 optimal transport problems. This conjugation, which is also referred to as the Legendre-Fenchel conjugate or c-transform,is considered difficult to compute and in practice,Wasserstein-2 methods are limited by not being able to exactly conjugate the dual potentials in continuous space. To… ▽ More

    Submitted 1 March, 2023; v1 submitted 21 October, 2022; originally announced October 2022.

    Comments: ICLR 2023

  14. arXiv:2210.06518  [pdf, other

    cs.LG cs.AI cs.RO

    Semi-Supervised Offline Reinforcement Learning with Action-Free Trajectories

    Authors: Qinqing Zheng, Mikael Henaff, Brandon Amos, Aditya Grover

    Abstract: Natural agents can effectively learn from multiple data sources that differ in size, quality, and types of measurements. We study this heterogeneity in the context of offline reinforcement learning (RL) by introducing a new, practically motivated semi-supervised setting. Here, an agent has access to two sets of trajectories: labelled trajectories containing state, action and reward triplets at eve… ▽ More

    Submitted 22 June, 2023; v1 submitted 12 October, 2022; originally announced October 2022.

    Comments: ICML 2023. Code: https://github.com/facebookresearch/ssorl/

  15. arXiv:2207.09442  [pdf, other

    cs.RO cs.CV cs.LG math.OC

    Theseus: A Library for Differentiable Nonlinear Optimization

    Authors: Luis Pineda, Taosha Fan, Maurizio Monge, Shobha Venkataraman, Paloma Sodhi, Ricky T. Q. Chen, Joseph Ortiz, Daniel DeTone, Austin Wang, Stuart Anderson, Jing Dong, Brandon Amos, Mustafa Mukadam

    Abstract: We present Theseus, an efficient application-agnostic open source library for differentiable nonlinear least squares (DNLS) optimization built on PyTorch, providing a common framework for end-to-end structured learning in robotics and vision. Existing DNLS implementations are application specific and do not always incorporate many ingredients important for efficiency. Theseus is application-agnost… ▽ More

    Submitted 18 January, 2023; v1 submitted 19 July, 2022; originally announced July 2022.

    Comments: Advances in Neural Information Processing Systems (NeurIPS), 2022

  16. arXiv:2207.04711  [pdf, other

    stat.ML cs.LG

    Matching Normalizing Flows and Probability Paths on Manifolds

    Authors: Heli Ben-Hamu, Samuel Cohen, Joey Bose, Brandon Amos, Aditya Grover, Maximilian Nickel, Ricky T. Q. Chen, Yaron Lipman

    Abstract: Continuous Normalizing Flows (CNFs) are a class of generative models that transform a prior distribution to a model distribution by solving an ordinary differential equation (ODE). We propose to train CNFs on manifolds by minimizing probability path divergence (PPD), a novel family of divergences between the probability density path generated by the CNF and a target probability density path. PPD i… ▽ More

    Submitted 11 July, 2022; originally announced July 2022.

    Comments: ICML 2022

  17. arXiv:2206.11838  [pdf, other

    physics.ins-det physics.optics

    Quality Control of Image Sensors using Gaseous Tritium Light Sources

    Authors: David McFadden, Brad Amos, Rainer Heintzmann

    Abstract: We propose a practical method for radiometrically calibrating cameras using widely available gaseous tritium light sources (betalights). Along with the gain(conversion factor) and read noise level, the predictable photon flux of the source allows us to gauge the quantum effciency. The design is easily reproducible with a 3D printer and three inexpensive parts. Suitable for common image sensors, we… ▽ More

    Submitted 23 June, 2022; originally announced June 2022.

    Comments: 17 pages, 6 figures, 2 tables. Supplementary material is available at https://doi.org/10.6084/m9.figshare.c.5768142 . 3D files for the printed parts of the calibration source, as well as assembly instructions, are available at: https://github.com/mcfaddendavid/betalight-calibration

    Journal ref: Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences 380, 20210130 (2022)

  18. arXiv:2206.09889  [pdf, other

    cs.MA cs.AI cs.LG cs.RO

    Nocturne: a scalable driving benchmark for bringing multi-agent learning one step closer to the real world

    Authors: Eugene Vinitsky, Nathan Lichtlé, Xiaomeng Yang, Brandon Amos, Jakob Foerster

    Abstract: We introduce Nocturne, a new 2D driving simulator for investigating multi-agent coordination under partial observability. The focus of Nocturne is to enable research into inference and theory of mind in real-world multi-agent settings without the computational overhead of computer vision and feature extraction from images. Agents in this simulator only observe an obstructed view of the scene, mimi… ▽ More

    Submitted 2 February, 2023; v1 submitted 20 June, 2022; originally announced June 2022.

  19. arXiv:2206.05262  [pdf, other

    cs.LG cs.AI stat.ML

    Meta Optimal Transport

    Authors: Brandon Amos, Samuel Cohen, Giulia Luise, Ievgen Redko

    Abstract: We study the use of amortized optimization to predict optimal transport (OT) maps from the input measures, which we call Meta OT. This helps repeatedly solve similar OT problems between different measures by leveraging the knowledge and information present from past problems to rapidly predict and solve new problems. Otherwise, standard methods ignore the knowledge of the past solutions and subopt… ▽ More

    Submitted 2 June, 2023; v1 submitted 10 June, 2022; originally announced June 2022.

    Comments: ICML 2023

  20. arXiv:2203.06832  [pdf, other

    cs.LG stat.ML

    Semi-Discrete Normalizing Flows through Differentiable Tessellation

    Authors: Ricky T. Q. Chen, Brandon Amos, Maximilian Nickel

    Abstract: Mapping between discrete and continuous distributions is a difficult task and many have had to resort to heuristical approaches. We propose a tessellation-based approach that directly learns quantization boundaries in a continuous space, complete with exact likelihood evaluations. This is done through constructing normalizing flows on convex polytopes parameterized using a simple homeomorphism wit… ▽ More

    Submitted 11 December, 2022; v1 submitted 13 March, 2022; originally announced March 2022.

    Journal ref: NeurIPS 2022

  21. arXiv:2202.00665  [pdf, other

    cs.LG cs.AI math.OC

    Tutorial on amortized optimization

    Authors: Brandon Amos

    Abstract: Optimization is a ubiquitous modeling tool and is often deployed in settings which repeatedly solve similar instances of the same problem. Amortized optimization methods use learning to predict the solutions to problems in these settings, exploiting the shared structure between similar problem instances. These methods have been crucial in variational inference and reinforcement learning and are ca… ▽ More

    Submitted 24 April, 2023; v1 submitted 1 February, 2022; originally announced February 2022.

    Comments: Foundations and Trends in Machine Learning

  22. arXiv:2111.12187  [pdf, other

    cs.LG stat.ML

    Input Convex Gradient Networks

    Authors: Jack Richter-Powell, Jonathan Lorraine, Brandon Amos

    Abstract: The gradients of convex functions are expressive models of non-trivial vector fields. For example, Brenier's theorem yields that the optimal transport map between any two measures on Euclidean space under the squared distance is realized as a convex gradient, which is a key insight used in recent generative flow models. In this paper, we study how to model convex gradients by integrating a Jacobia… ▽ More

    Submitted 23 November, 2021; originally announced November 2021.

    Comments: Accepted to NeurIPS 2021 Optimal Transport and Machine Learning Workshop https://otml2021.github.io

  23. arXiv:2110.03684  [pdf, other

    cs.LG cs.AI cs.RO stat.ML

    Cross-Domain Imitation Learning via Optimal Transport

    Authors: Arnaud Fickinger, Samuel Cohen, Stuart Russell, Brandon Amos

    Abstract: Cross-domain imitation learning studies how to leverage expert demonstrations of one agent to train an imitation agent with a different embodiment or morphology. Comparing trajectories and stationary distributions between the expert and imitation agents is challenging because they live on different systems that may not even have the same dimensionality. We propose Gromov-Wasserstein Imitation Lear… ▽ More

    Submitted 25 April, 2022; v1 submitted 7 October, 2021; originally announced October 2021.

    Comments: ICLR 2022

  24. arXiv:2109.15316  [pdf, other

    cs.AI

    Scalable Online Planning via Reinforcement Learning Fine-Tuning

    Authors: Arnaud Fickinger, Hengyuan Hu, Brandon Amos, Stuart Russell, Noam Brown

    Abstract: Lookahead search has been a critical component of recent AI successes, such as in the games of chess, go, and poker. However, the search methods used in these games, and in many other settings, are tabular. Tabular search methods do not scale well with the size of the search space, and this problem is exacerbated by stochasticity and partial observability. In this work we replace tabular search wi… ▽ More

    Submitted 30 September, 2021; originally announced September 2021.

  25. arXiv:2107.10254  [pdf, other

    cs.LG cs.AI math.OC

    Neural Fixed-Point Acceleration for Convex Optimization

    Authors: Shobha Venkataraman, Brandon Amos

    Abstract: Fixed-point iterations are at the heart of numerical computing and are often a computational bottleneck in real-time applications that typically need a fast solution of moderate accuracy. We present neural fixed-point acceleration which combines ideas from meta-learning and classical acceleration methods to automatically learn to accelerate fixed-point problems that are drawn from a distribution.… ▽ More

    Submitted 23 July, 2021; v1 submitted 21 July, 2021; originally announced July 2021.

    Comments: AutoML@ICML2021

  26. arXiv:2106.10272  [pdf, other

    cs.LG stat.ML

    Riemannian Convex Potential Maps

    Authors: Samuel Cohen, Brandon Amos, Yaron Lipman

    Abstract: Modeling distributions on Riemannian manifolds is a crucial component in understanding non-Euclidean data that arises, e.g., in physics and geology. The budding approaches in this space are limited by representational and computational tradeoffs. We propose and study a class of flows that uses convex potentials from Riemannian optimal transport. These are universal and can model distributions on a… ▽ More

    Submitted 18 June, 2021; originally announced June 2021.

    Comments: ICML 2021

  27. arXiv:2105.02343  [pdf, other

    cs.LG

    CombOptNet: Fit the Right NP-Hard Problem by Learning Integer Programming Constraints

    Authors: Anselm Paulus, Michal Rolínek, Vít Musil, Brandon Amos, Georg Martius

    Abstract: Bridging logical and algorithmic reasoning with modern machine learning techniques is a fundamental challenge with potentially transformative impact. On the algorithmic side, many NP-hard problems can be expressed as integer programs, in which the constraints play the role of their "combinatorial specification." In this work, we aim to integrate integer programming solvers into neural network arch… ▽ More

    Submitted 11 April, 2022; v1 submitted 5 May, 2021; originally announced May 2021.

    Comments: ICML 2021 conference paper

  28. arXiv:2104.10159  [pdf, other

    cs.AI eess.SY

    MBRL-Lib: A Modular Library for Model-based Reinforcement Learning

    Authors: Luis Pineda, Brandon Amos, Amy Zhang, Nathan O. Lambert, Roberto Calandra

    Abstract: Model-based reinforcement learning is a compelling framework for data-efficient learning of agents that interact with the world. This family of algorithms has many subcomponents that need to be carefully selected and tuned. As a result the entry-bar for researchers to approach the field and to deploy it in real-world tasks can be daunting. In this paper, we present MBRL-Lib -- a machine learning l… ▽ More

    Submitted 20 April, 2021; originally announced April 2021.

  29. arXiv:2102.07115  [pdf, other

    stat.ML cs.LG

    Sliced Multi-Marginal Optimal Transport

    Authors: Samuel Cohen, Alexander Terenin, Yannik Pitcan, Brandon Amos, Marc Peter Deisenroth, K S Sesh Kumar

    Abstract: Multi-marginal optimal transport enables one to compare multiple probability measures, which increasingly finds application in multi-task learning problems. One practical limitation of multi-marginal transport is computational scalability in the number of measures, samples and dimensionality. In this work, we propose a multi-marginal optimal transport paradigm based on random one-dimensional proje… ▽ More

    Submitted 23 November, 2021; v1 submitted 14 February, 2021; originally announced February 2021.

    Journal ref: NeurIPS Workshop on Optimal Transport and Machine Learning, 2021

  30. arXiv:2011.04583  [pdf, other

    cs.LG

    Neural Spatio-Temporal Point Processes

    Authors: Ricky T. Q. Chen, Brandon Amos, Maximilian Nickel

    Abstract: We propose a new class of parameterizations for spatio-temporal point processes which leverage Neural ODEs as a computational method and enable flexible, high-fidelity models of discrete events that are localized in continuous time and space. Central to our approach is a combination of continuous-time neural networks with two novel neural architectures, i.e., Jump and Attentive Continuous-time Nor… ▽ More

    Submitted 17 March, 2021; v1 submitted 9 November, 2020; originally announced November 2020.

    Journal ref: ICLR 2021

  31. arXiv:2011.03902  [pdf, other

    cs.LG stat.ML

    Learning Neural Event Functions for Ordinary Differential Equations

    Authors: Ricky T. Q. Chen, Brandon Amos, Maximilian Nickel

    Abstract: The existing Neural ODE formulation relies on an explicit knowledge of the termination time. We extend Neural ODEs to implicitly defined termination criteria modeled by neural event functions, which can be chained together and differentiated through. Neural Event ODEs are capable of modeling discrete and instantaneous changes in a continuous-time system, without prior knowledge of when these chang… ▽ More

    Submitted 27 October, 2021; v1 submitted 7 November, 2020; originally announced November 2020.

    Journal ref: ICLR 2021

  32. arXiv:2008.12775  [pdf, other

    cs.LG cs.AI cs.RO stat.ML

    On the model-based stochastic value gradient for continuous reinforcement learning

    Authors: Brandon Amos, Samuel Stanton, Denis Yarats, Andrew Gordon Wilson

    Abstract: For over a decade, model-based reinforcement learning has been seen as a way to leverage control-based domain knowledge to improve the sample-efficiency of reinforcement learning agents. While model-based agents are conceptually appealing, their policies tend to lag behind those of model-free agents in terms of final reward, especially in non-trivial environments. In response, researchers have pro… ▽ More

    Submitted 27 May, 2021; v1 submitted 28 August, 2020; originally announced August 2020.

    Comments: L4DC 2021

  33. arXiv:2006.12648  [pdf, other

    cs.LG stat.ML

    Aligning Time Series on Incomparable Spaces

    Authors: Samuel Cohen, Giulia Luise, Alexander Terenin, Brandon Amos, Marc Peter Deisenroth

    Abstract: Dynamic time warping (DTW) is a useful method for aligning, comparing and combining time series, but it requires them to live in comparable spaces. In this work, we consider a setting in which time series live on different spaces without a sensible ground metric, causing DTW to become ill-defined. To alleviate this, we propose Gromov dynamic time warping (GDTW), a distance between time series on p… ▽ More

    Submitted 22 February, 2021; v1 submitted 22 June, 2020; originally announced June 2020.

    Journal ref: Artificial Intelligence and Statistics, 2021

  34. arXiv:2002.04523  [pdf, other

    cs.LG cs.RO stat.ML

    Objective Mismatch in Model-based Reinforcement Learning

    Authors: Nathan Lambert, Brandon Amos, Omry Yadan, Roberto Calandra

    Abstract: Model-based reinforcement learning (MBRL) has been shown to be a powerful framework for data-efficiently learning control of continuous tasks. Recent work in MBRL has mostly focused on using more advanced function approximators and planning schemes, with little development of the general framework. In this paper, we identify a fundamental issue of the standard MBRL framework -- what we call the ob… ▽ More

    Submitted 18 April, 2021; v1 submitted 11 February, 2020; originally announced February 2020.

    Comments: 9 pages, 2 pages references, 5 pages appendices

    Journal ref: Proceedings of the 2nd Conference on Learning for Dynamics and Control, PMLR 120:761-770, 2020

  35. arXiv:1910.12430  [pdf, other

    cs.LG math.OC stat.ML

    Differentiable Convex Optimization Layers

    Authors: Akshay Agrawal, Brandon Amos, Shane Barratt, Stephen Boyd, Steven Diamond, Zico Kolter

    Abstract: Recent work has shown how to embed differentiable optimization problems (that is, problems whose solutions can be backpropagated through) as layers within deep learning architectures. This method provides a useful inductive bias for certain problems, but existing software for differentiable optimization layers is rigid and difficult to apply to new settings. In this paper, we propose an approach t… ▽ More

    Submitted 28 October, 2019; originally announced October 2019.

    Comments: In NeurIPS 2019. Code available at https://www.github.com/cvxgrp/cvxpylayers. Authors in alphabetical order

  36. arXiv:1910.01741  [pdf, other

    cs.LG cs.AI cs.RO stat.ML

    Improving Sample Efficiency in Model-Free Reinforcement Learning from Images

    Authors: Denis Yarats, Amy Zhang, Ilya Kostrikov, Brandon Amos, Joelle Pineau, Rob Fergus

    Abstract: Training an agent to solve control tasks directly from high-dimensional images with model-free reinforcement learning (RL) has proven difficult. A promising approach is to learn a latent representation together with the control policy. However, fitting a high-capacity encoder using a scarce reward signal is sample inefficient and leads to poor performance. Prior work has shown that auxiliary losse… ▽ More

    Submitted 9 July, 2020; v1 submitted 2 October, 2019; originally announced October 2019.

  37. arXiv:1910.01727  [pdf, other

    cs.LG stat.ML

    Generalized Inner Loop Meta-Learning

    Authors: Edward Grefenstette, Brandon Amos, Denis Yarats, Phu Mon Htut, Artem Molchanov, Franziska Meier, Douwe Kiela, Kyunghyun Cho, Soumith Chintala

    Abstract: Many (but not all) approaches self-qualifying as "meta-learning" in deep learning and reinforcement learning fit a common pattern of approximating the solution to a nested optimization problem. In this paper, we give a formalization of this shared pattern, which we call GIMLI, prove its general requirements, and derive a general-purpose algorithm for implementing similar approaches. Based on this… ▽ More

    Submitted 7 October, 2019; v1 submitted 3 October, 2019; originally announced October 2019.

    Comments: 17 pages, 3 figures, 1 algorithm

  38. arXiv:1909.12830  [pdf, other

    cs.LG cs.RO math.OC stat.ML

    The Differentiable Cross-Entropy Method

    Authors: Brandon Amos, Denis Yarats

    Abstract: We study the cross-entropy method (CEM) for the non-convex optimization of a continuous and parameterized objective function and introduce a differentiable variant that enables us to differentiate the output of CEM with respect to the objective function's parameters. In the machine learning setting this brings CEM inside of the end-to-end learning pipeline where this has otherwise been impossible.… ▽ More

    Submitted 14 August, 2020; v1 submitted 27 September, 2019; originally announced September 2019.

    Comments: ICML 2020

  39. arXiv:1906.08707  [pdf, other

    cs.LG cs.CV stat.ML

    The Limited Multi-Label Projection Layer

    Authors: Brandon Amos, Vladlen Koltun, J. Zico Kolter

    Abstract: We propose the Limited Multi-Label (LML) projection layer as a new primitive operation for end-to-end learning systems. The LML layer provides a probabilistic way of modeling multi-label predictions limited to having exactly k labels. We derive efficient forward and backward passes for this layer and show how the layer can be used to optimize the top-k recall for multi-label tasks with incomplete… ▽ More

    Submitted 14 October, 2019; v1 submitted 20 June, 2019; originally announced June 2019.

  40. arXiv:1810.13400  [pdf, other

    cs.LG cs.AI math.OC stat.ML

    Differentiable MPC for End-to-end Planning and Control

    Authors: Brandon Amos, Ivan Dario Jimenez Rodriguez, Jacob Sacks, Byron Boots, J. Zico Kolter

    Abstract: We present foundations for using Model Predictive Control (MPC) as a differentiable policy class for reinforcement learning in continuous state and action spaces. This provides one way of leveraging and combining the advantages of model-free and model-based approaches. Specifically, we differentiate through MPC by using the KKT conditions of the convex approximation at a fixed point of the control… ▽ More

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

    Comments: NeurIPS 2018

  41. arXiv:1805.08195  [pdf, other

    cs.GT cs.AI cs.MA

    Depth-Limited Solving for Imperfect-Information Games

    Authors: Noam Brown, Tuomas Sandholm, Brandon Amos

    Abstract: A fundamental challenge in imperfect-information games is that states do not have well-defined values. As a result, depth-limited search algorithms used in single-agent settings and perfect-information games do not apply. This paper introduces a principled way to conduct depth-limited solving in imperfect-information games by allowing the opponent to choose among a number of strategies for the rem… ▽ More

    Submitted 21 May, 2018; originally announced May 2018.

  42. arXiv:1804.06318  [pdf, other

    cs.AI cs.NE cs.RO

    Learning Awareness Models

    Authors: Brandon Amos, Laurent Dinh, Serkan Cabi, Thomas Rothörl, Sergio Gómez Colmenarejo, Alistair Muldal, Tom Erez, Yuval Tassa, Nando de Freitas, Misha Denil

    Abstract: We consider the setting of an agent with a fixed body interacting with an unknown and uncertain external world. We show that models trained to predict proprioceptive information about the agent's body come to represent objects in the external world. In spite of being trained with only internally available signals, these dynamic body models come to represent external objects through the necessity o… ▽ More

    Submitted 17 April, 2018; originally announced April 2018.

    Comments: Accepted to ICLR 2018

  43. arXiv:1703.04529  [pdf, other

    cs.LG cs.AI

    Task-based End-to-end Model Learning in Stochastic Optimization

    Authors: Priya L. Donti, Brandon Amos, J. Zico Kolter

    Abstract: With the increasing popularity of machine learning techniques, it has become common to see prediction algorithms operating within some larger process. However, the criteria by which we train these algorithms often differ from the ultimate criteria on which we evaluate them. This paper proposes an end-to-end approach for learning probabilistic machine learning models in a manner that directly captu… ▽ More

    Submitted 25 April, 2019; v1 submitted 13 March, 2017; originally announced March 2017.

    Comments: In NIPS 2017. Code available at https://github.com/locuslab/e2e-model-learning

    Journal ref: Advances in Neural Information Processing Systems (pp. 5484-5494) (2017)

  44. arXiv:1703.00443  [pdf, other

    cs.LG cs.AI math.OC stat.ML

    OptNet: Differentiable Optimization as a Layer in Neural Networks

    Authors: Brandon Amos, J. Zico Kolter

    Abstract: This paper presents OptNet, a network architecture that integrates optimization problems (here, specifically in the form of quadratic programs) as individual layers in larger end-to-end trainable deep networks. These layers encode constraints and complex dependencies between the hidden states that traditional convolutional and fully-connected layers often cannot capture. We explore the foundations… ▽ More

    Submitted 2 December, 2021; v1 submitted 1 March, 2017; originally announced March 2017.

    Comments: ICML 2017

  45. arXiv:1609.07152  [pdf, other

    cs.LG math.OC

    Input Convex Neural Networks

    Authors: Brandon Amos, Lei Xu, J. Zico Kolter

    Abstract: This paper presents the input convex neural network architecture. These are scalar-valued (potentially deep) neural networks with constraints on the network parameters such that the output of the network is a convex function of (some of) the inputs. The networks allow for efficient inference via optimization over some inputs to the network given others, and can be applied to settings including str… ▽ More

    Submitted 14 June, 2017; v1 submitted 22 September, 2016; originally announced September 2016.

    Comments: ICML 2017

  46. arXiv:1501.00044  [pdf, other

    physics.bio-ph physics.optics

    Widefield two-photon excitation without scanning: live cell microscopy with high time resolution and low photo-bleaching

    Authors: Rumelo Amor, Johanna Trägårdh, Gillian Robb, Louise Wilson, Nor Zaihana Abdul Rahman, John Dempster, William Bradshaw Amos, Trevor J. Bushell, Gail McConnell

    Abstract: We demonstrate fluorescence imaging by two-photon excitation without scanning in biological specimens as previously described by Hwang and co-workers, but with an increased field size and with framing rates of up to 100 Hz. During recordings of synaptically-driven Ca$^{2+}$ events in primary rat neurone cultures loaded with the fluorescent Ca$^{2+}$ indicator Fluo-4 AM, we have observed greatly re… ▽ More

    Submitted 30 December, 2014; originally announced January 2015.

    Comments: 20 pages, 5 figures

  47. arXiv:1408.2958  [pdf, other

    physics.bio-ph physics.optics

    Standing-wave-excited multiplanar fluorescence in a laser scanning microscope reveals 3D information on red blood cells

    Authors: Rumelo Amor, Sumeet Mahajan, William Bradshaw Amos, Gail McConnell

    Abstract: Standing-wave excitation of fluorescence is highly desirable in optical microscopy because it improves the axial resolution. We demonstrate here that multiplanar excitation of fluorescence by a standing wave can be produced in a single-spot laser scanning microscope by placing a plane reflector close to the specimen. We report that the relative intensities in each plane of excitation depend on the… ▽ More

    Submitted 4 December, 2014; v1 submitted 13 August, 2014; originally announced August 2014.

    Comments: 15 pages, 4 figures; changed the discussion of narrow-band detected fringes (Fig. 3) to describe the phenomenon as a moire pattern between the excitation and emission standing-wave fields, rather than a beats pattern; added DiI(5)-labelled red blood cell in Fig. 4 to show that standing-wave fringes are present even when the dye excitation wavelength is outside the haemoglobin absorption band

    Journal ref: Scientific Reports 4: 7359 (2014)

  48. arXiv:0909.3191  [pdf

    physics.ins-det physics.med-ph

    MPGDs in Compton imaging with liquid-xenon

    Authors: Duval Samuel, Breskin Amos, Carduner Herve, Cussonneau Jean-Pierre, Lamblin Jacob, Le Ray Patrick, Morteau Eric, Oger Tugdual, Stutzmann Jean-Sebastien, Thers Dominique

    Abstract: The interaction of radiation with liquid xenon, inducing both scintillation and ionization signals, is of particular interest for Compton-sequences reconstruction. We report on the development and recent results of a liquid-xenon time-projection chamber, dedicated to a novel nuclear imaging technique named "3 gamma imaging". In a first prototype, the scintillation is detected by a vacuum photomu… ▽ More

    Submitted 17 September, 2009; originally announced September 2009.

    Comments: presented at MPGD09, CRETE, June 2009; to be published in JINST Proceedings, PDF, 10 pages, 11 figures

    Journal ref: JINST 4:P12008,2009