Skip to main content

Showing 1–11 of 11 results for author: Greydanus, S

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

    cs.LG cond-mat.dis-nn physics.comp-ph quant-ph

    Nature's Cost Function: Simulating Physics by Minimizing the Action

    Authors: Tim Strang, Isabella Caruso, Sam Greydanus

    Abstract: In physics, there is a scalar function called the action which behaves like a cost function. When minimized, it yields the "path of least action" which represents the path a physical system will take through space and time. This function is crucial in theoretical physics and is usually minimized analytically to obtain equations of motion for various problems. In this paper, we propose a different… ▽ More

    Submitted 3 March, 2023; originally announced March 2023.

    Comments: Code at: github.com/greydanus/ncf. 4 pages, 4 figures (additional figures and pages in Appendix)

  2. arXiv:2205.08966  [pdf, other

    cs.CE

    A Tutorial on Structural Optimization

    Authors: Sam Greydanus

    Abstract: Structural optimization is a useful and interesting tool. Unfortunately, it can be hard for new researchers to get started on the topic because existing tutorials assume the reader has substantial domain knowledge. They obscure the fact that structural optimization is really quite simple, elegant, and easy to implement. With that in mind, let's write our own structural optimization code, from scra… ▽ More

    Submitted 9 May, 2022; originally announced May 2022.

    Comments: 10 pages, 8 figures

  3. arXiv:2201.10085  [pdf, other

    cs.LG cs.NE

    Dissipative Hamiltonian Neural Networks: Learning Dissipative and Conservative Dynamics Separately

    Authors: Andrew Sosanya, Sam Greydanus

    Abstract: Understanding natural symmetries is key to making sense of our complex and ever-changing world. Recent work has shown that neural networks can learn such symmetries directly from data using Hamiltonian Neural Networks (HNNs). But HNNs struggle when trained on datasets where energy is not conserved. In this paper, we ask whether it is possible to identify and decompose conservative and dissipative… ▽ More

    Submitted 25 January, 2022; v1 submitted 24 January, 2022; originally announced January 2022.

    Comments: 8 pages, 5 figures, first upload

  4. arXiv:2106.06621  [pdf, other

    cs.LG cs.AI

    Piecewise-constant Neural ODEs

    Authors: Sam Greydanus, Stefan Lee, Alan Fern

    Abstract: Neural networks are a popular tool for modeling sequential data but they generally do not treat time as a continuous variable. Neural ODEs represent an important exception: they parameterize the time derivative of a hidden state with a neural network and then integrate over arbitrary amounts of time. But these parameterizations, which have arbitrary curvature, can be hard to integrate and thus tra… ▽ More

    Submitted 11 June, 2021; originally announced June 2021.

    Comments: 8 pages, 5 figures (not counting appendix)

  5. arXiv:2011.14439  [pdf, other

    cs.LG cs.NE stat.ML

    Scaling Down Deep Learning with MNIST-1D

    Authors: Sam Greydanus, Dmitry Kobak

    Abstract: Although deep learning models have taken on commercial and political relevance, key aspects of their training and operation remain poorly understood. This has sparked interest in science of deep learning projects, many of which require large amounts of time, money, and electricity. But how much of this research really needs to occur at scale? In this paper, we introduce MNIST-1D: a minimalist, pro… ▽ More

    Submitted 3 June, 2024; v1 submitted 29 November, 2020; originally announced November 2020.

    Comments: 12 pages, 11 figures

    Journal ref: ICML 2024

  6. arXiv:2003.04630  [pdf, other

    cs.LG math.DS physics.comp-ph physics.data-an stat.ML

    Lagrangian Neural Networks

    Authors: Miles Cranmer, Sam Greydanus, Stephan Hoyer, Peter Battaglia, David Spergel, Shirley Ho

    Abstract: Accurate models of the world are built upon notions of its underlying symmetries. In physics, these symmetries correspond to conservation laws, such as for energy and momentum. Yet even though neural network models see increasing use in the physical sciences, they struggle to learn these symmetries. In this paper, we propose Lagrangian Neural Networks (LNNs), which can parameterize arbitrary Lagra… ▽ More

    Submitted 30 July, 2020; v1 submitted 10 March, 2020; originally announced March 2020.

    Comments: 7 pages (+2 appendix). Published in ICLR 2020 Deep Differential Equations Workshop. Code at github.com/MilesCranmer/lagrangian_nns

  7. arXiv:1909.04240  [pdf, other

    cs.LG cs.NE stat.ML

    Neural reparameterization improves structural optimization

    Authors: Stephan Hoyer, Jascha Sohl-Dickstein, Sam Greydanus

    Abstract: Structural optimization is a popular method for designing objects such as bridge trusses, airplane wings, and optical devices. Unfortunately, the quality of solutions depends heavily on how the problem is parameterized. In this paper, we propose using the implicit bias over functions induced by neural networks to improve the parameterization of structural optimization. Rather than directly optimiz… ▽ More

    Submitted 13 September, 2019; v1 submitted 9 September, 2019; originally announced September 2019.

  8. arXiv:1906.01563  [pdf, other

    cs.NE

    Hamiltonian Neural Networks

    Authors: Sam Greydanus, Misko Dzamba, Jason Yosinski

    Abstract: Even though neural networks enjoy widespread use, they still struggle to learn the basic laws of physics. How might we endow them with better inductive biases? In this paper, we draw inspiration from Hamiltonian mechanics to train models that learn and respect exact conservation laws in an unsupervised manner. We evaluate our models on problems where conservation of energy is important, including… ▽ More

    Submitted 5 September, 2019; v1 submitted 4 June, 2019; originally announced June 2019.

    Comments: Conference paper at NeurIPS 2019. Main paper has 8 pages and 5 figures

  9. arXiv:1811.12530  [pdf, other

    cs.LG stat.ML

    Learning Finite State Representations of Recurrent Policy Networks

    Authors: Anurag Koul, Sam Greydanus, Alan Fern

    Abstract: Recurrent neural networks (RNNs) are an effective representation of control policies for a wide range of reinforcement and imitation learning problems. RNN policies, however, are particularly difficult to explain, understand, and analyze due to their use of continuous-valued memory vectors and observation features. In this paper, we introduce a new technique, Quantized Bottleneck Insertion, to lea… ▽ More

    Submitted 29 November, 2018; originally announced November 2018.

    Comments: Preprint. Under review at ICLR 2019

  10. arXiv:1711.00138  [pdf, other

    cs.AI

    Visualizing and Understanding Atari Agents

    Authors: Sam Greydanus, Anurag Koul, Jonathan Dodge, Alan Fern

    Abstract: While deep reinforcement learning (deep RL) agents are effective at maximizing rewards, it is often unclear what strategies they use to do so. In this paper, we take a step toward explaining deep RL agents through a case study using Atari 2600 environments. In particular, we focus on using saliency maps to understand how an agent learns and executes a policy. We introduce a method for generating u… ▽ More

    Submitted 10 September, 2018; v1 submitted 31 October, 2017; originally announced November 2017.

    Comments: ICML 2018 conference paper. Code: https://github.com/greydanus/visualize_atari Blog: https://greydanus.github.io/2017/11/01/visualize-atari/

  11. arXiv:1708.07576  [pdf, other

    cs.NE

    Learning the Enigma with Recurrent Neural Networks

    Authors: Sam Greydanus

    Abstract: Recurrent neural networks (RNNs) represent the state of the art in translation, image captioning, and speech recognition. They are also capable of learning algorithmic tasks such as long addition, copying, and sorting from a set of training examples. We demonstrate that RNNs can learn decryption algorithms -- the map**s from plaintext to ciphertext -- for three polyalphabetic ciphers (Vigenère,… ▽ More

    Submitted 7 September, 2017; v1 submitted 24 August, 2017; originally announced August 2017.

    Comments: 7 pages, 11 figures, intended submission for AAAI 2017