Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

Showing 1–16 of 16 results for author: Binas, J

.
  1. arXiv:2103.01197  [pdf, other

    cs.LG cs.AI stat.ML

    Coordination Among Neural Modules Through a Shared Global Workspace

    Authors: Anirudh Goyal, Aniket Didolkar, Alex Lamb, Kartikeya Badola, Nan Rosemary Ke, Nasim Rahaman, Jonathan Binas, Charles Blundell, Michael Mozer, Yoshua Bengio

    Abstract: Deep learning has seen a movement away from representing examples with a monolithic hidden state towards a richly structured state. For example, Transformers segment by position, and object-centric architectures decompose images into entities. In all these architectures, interactions between different elements are modeled via pairwise interactions: Transformers make use of self-attention to incorp… ▽ More

    Submitted 22 March, 2022; v1 submitted 1 March, 2021; originally announced March 2021.

    Comments: ICLR'22 accepted paper

  2. arXiv:2010.02966  [pdf, other

    cs.LG

    Reinforcement Learning with Random Delays

    Authors: Simon Ramstedt, Yann Bouteiller, Giovanni Beltrame, Christopher Pal, Jonathan Binas

    Abstract: Action and observation delays commonly occur in many Reinforcement Learning applications, such as remote control scenarios. We study the anatomy of randomly delayed environments, and show that partially resampling trajectory fragments in hindsight allows for off-policy multi-step value estimation. We apply this principle to derive Delay-Correcting Actor-Critic (DCAC), an algorithm based on Soft Ac… ▽ More

    Submitted 4 May, 2021; v1 submitted 6 October, 2020; originally announced October 2020.

    Comments: ICLR 2021

  3. arXiv:2005.08605  [pdf, other

    cs.CV

    DDD20 End-to-End Event Camera Driving Dataset: Fusing Frames and Events with Deep Learning for Improved Steering Prediction

    Authors: Yuhuang Hu, Jonathan Binas, Daniel Neil, Shih-Chii Liu, Tobi Delbruck

    Abstract: Neuromorphic event cameras are useful for dynamic vision problems under difficult lighting conditions. To enable studies of using event cameras in automobile driving applications, this paper reports a new end-to-end driving dataset called DDD20. The dataset was captured with a DAVIS camera that concurrently streams both dynamic vision sensor (DVS) brightness change events and active pixel sensor (… ▽ More

    Submitted 18 May, 2020; originally announced May 2020.

    Comments: Accepted in The 23rd IEEE International Conference on Intelligent Transportation Systems (Special Session: Beyond Traditional Sensing for Intelligent Transportation)

  4. arXiv:2003.00688  [pdf, other

    cs.LG cs.AI cs.NE stat.ML

    Out-of-Distribution Generalization via Risk Extrapolation (REx)

    Authors: David Krueger, Ethan Caballero, Joern-Henrik Jacobsen, Amy Zhang, Jonathan Binas, Dinghuai Zhang, Remi Le Priol, Aaron Courville

    Abstract: Distributional shift is one of the major obstacles when transferring machine learning prediction systems from the lab to the real world. To tackle this problem, we assume that variation across training domains is representative of the variation we might encounter at test time, but also that shifts at test time may be more extreme in magnitude. In particular, we show that reducing differences in ri… ▽ More

    Submitted 25 February, 2021; v1 submitted 2 March, 2020; originally announced March 2020.

  5. arXiv:1906.10667  [pdf, other

    cs.LG cs.AI stat.ML

    Reinforcement Learning with Competitive Ensembles of Information-Constrained Primitives

    Authors: Anirudh Goyal, Shagun Sodhani, Jonathan Binas, Xue Bin Peng, Sergey Levine, Yoshua Bengio

    Abstract: Reinforcement learning agents that operate in diverse and complex environments can benefit from the structured decomposition of their behavior. Often, this is addressed in the context of hierarchical reinforcement learning, where the aim is to decompose a policy into lower-level primitives or options, and a higher-level meta-policy that triggers the appropriate behaviors for a given situation. How… ▽ More

    Submitted 25 June, 2019; originally announced June 2019.

    Comments: Preprint, Under Review

  6. arXiv:1905.11382  [pdf, other

    cs.LG cs.AI stat.ML

    State-Reification Networks: Improving Generalization by Modeling the Distribution of Hidden Representations

    Authors: Alex Lamb, Jonathan Binas, Anirudh Goyal, Sandeep Subramanian, Ioannis Mitliagkas, Denis Kazakov, Yoshua Bengio, Michael C. Mozer

    Abstract: Machine learning promises methods that generalize well from finite labeled data. However, the brittleness of existing neural net approaches is revealed by notable failures, such as the existence of adversarial examples that are misclassified despite being nearly identical to a training example, or the inability of recurrent sequence-processing nets to stay on track without teacher forcing. We intr… ▽ More

    Submitted 26 May, 2019; originally announced May 2019.

    Comments: ICML 2019 [full oral]. arXiv admin note: text overlap with arXiv:1805.08394

  7. arXiv:1905.09334  [pdf, other

    cs.LG cs.AI stat.ML

    The Journey is the Reward: Unsupervised Learning of Influential Trajectories

    Authors: Jonathan Binas, Sherjil Ozair, Yoshua Bengio

    Abstract: Unsupervised exploration and representation learning become increasingly important when learning in diverse and sparse environments. The information-theoretic principle of empowerment formalizes an unsupervised exploration objective through an agent trying to maximize its influence on the future states of its environment. Previous approaches carry certain limitations in that they either do not emp… ▽ More

    Submitted 22 May, 2019; originally announced May 2019.

    Comments: ICML'19 ERL Workshop

  8. arXiv:1809.03702  [pdf, other

    cs.LG stat.ML

    Sparse Attentive Backtracking: Temporal CreditAssignment Through Reminding

    Authors: Nan Rosemary Ke, Anirudh Goyal, Olexa Bilaniuk, Jonathan Binas, Michael C. Mozer, Chris Pal, Yoshua Bengio

    Abstract: Learning long-term dependencies in extended temporal sequences requires credit assignment to events far back in the past. The most common method for training recurrent neural networks, back-propagation through time (BPTT), requires credit information to be propagated backwards through every single step of the forward computation, potentially over thousands or millions of time steps. This becomes c… ▽ More

    Submitted 11 September, 2018; originally announced September 2018.

    Comments: To appear as a Spotlight presentation at NIPS 2018

  9. arXiv:1808.04873  [pdf, other

    cs.LG stat.ML

    Generalization of Equilibrium Propagation to Vector Field Dynamics

    Authors: Benjamin Scellier, Anirudh Goyal, Jonathan Binas, Thomas Mesnard, Yoshua Bengio

    Abstract: The biological plausibility of the backpropagation algorithm has long been doubted by neuroscientists. Two major reasons are that neurons would need to send two different types of signal in the forward and backward phases, and that pairs of neurons would need to communicate through symmetric bidirectional connections. We present a simple two-phase learning procedure for fixed point recurrent netwo… ▽ More

    Submitted 14 August, 2018; originally announced August 2018.

  10. arXiv:1804.10727  [pdf, other

    cs.NE

    Low-memory convolutional neural networks through incremental depth-first processing

    Authors: Jonathan Binas, Yoshua Bengio

    Abstract: We introduce an incremental processing scheme for convolutional neural network (CNN) inference, targeted at embedded applications with limited memory budgets. Instead of processing layers one by one, individual input pixels are propagated through all parts of the network they can influence under the given structural constraints. This depth-first updating scheme comes with hard bounds on the memory… ▽ More

    Submitted 20 May, 2019; v1 submitted 27 April, 2018; originally announced April 2018.

  11. arXiv:1804.02485  [pdf, other

    stat.ML cs.LG

    Fortified Networks: Improving the Robustness of Deep Networks by Modeling the Manifold of Hidden Representations

    Authors: Alex Lamb, Jonathan Binas, Anirudh Goyal, Dmitriy Serdyuk, Sandeep Subramanian, Ioannis Mitliagkas, Yoshua Bengio

    Abstract: Deep networks have achieved impressive results across a variety of important tasks. However a known weakness is a failure to perform well when evaluated on data which differ from the training distribution, even if these differences are very small, as is the case with adversarial examples. We propose Fortified Networks, a simple transformation of existing networks, which fortifies the hidden layers… ▽ More

    Submitted 6 April, 2018; originally announced April 2018.

    Comments: Under Review ICML 2018

  12. arXiv:1711.02326  [pdf, other

    cs.AI cs.LG cs.NE stat.ML

    Sparse Attentive Backtracking: Long-Range Credit Assignment in Recurrent Networks

    Authors: Nan Rosemary Ke, Anirudh Goyal, Olexa Bilaniuk, Jonathan Binas, Laurent Charlin, Chris Pal, Yoshua Bengio

    Abstract: A major drawback of backpropagation through time (BPTT) is the difficulty of learning long-term dependencies, coming from having to propagate credit information backwards through every single step of the forward computation. This makes BPTT both computationally impractical and biologically implausible. For this reason, full backpropagation through time is rarely used on long sequences, and truncat… ▽ More

    Submitted 7 November, 2017; originally announced November 2017.

  13. arXiv:1711.01458  [pdf, other

    cs.CV

    DDD17: End-To-End DAVIS Driving Dataset

    Authors: Jonathan Binas, Daniel Neil, Shih-Chii Liu, Tobi Delbruck

    Abstract: Event cameras, such as dynamic vision sensors (DVS), and dynamic and active-pixel vision sensors (DAVIS) can supplement other autonomous driving sensors by providing a concurrent stream of standard active pixel sensor (APS) images and DVS temporal contrast events. The APS stream is a sequence of standard grayscale global-shutter image sensor frames. The DVS events represent brightness changes occu… ▽ More

    Submitted 4 November, 2017; originally announced November 2017.

    Comments: Presented at the ICML 2017 Workshop on Machine Learning for Autonomous Vehicles

  14. arXiv:1611.00710  [pdf, other

    cs.NE cs.LG

    Deep counter networks for asynchronous event-based processing

    Authors: Jonathan Binas, Giacomo Indiveri, Michael Pfeiffer

    Abstract: Despite their advantages in terms of computational resources, latency, and power consumption, event-based implementations of neural networks have not been able to achieve the same performance figures as their equivalent state-of-the-art deep network models. We propose counter neurons as minimal spiking neuron models which only require addition and comparison operations, thus avoiding costly multip… ▽ More

    Submitted 2 November, 2016; originally announced November 2016.

  15. arXiv:1606.07786  [pdf, other

    cs.NE cs.AI cs.LG

    Precise neural network computation with imprecise analog devices

    Authors: Jonathan Binas, Daniel Neil, Giacomo Indiveri, Shih-Chii Liu, Michael Pfeiffer

    Abstract: The operations used for neural network computation map favorably onto simple analog circuits, which outshine their digital counterparts in terms of compactness and efficiency. Nevertheless, such implementations have been largely supplanted by digital designs, partly because of device mismatch effects due to material and fabrication imperfections. We propose a framework that exploits the power of d… ▽ More

    Submitted 20 February, 2020; v1 submitted 23 June, 2016; originally announced June 2016.

  16. arXiv:1511.00540  [pdf, other

    cs.NE

    Spiking Analog VLSI Neuron Assemblies as Constraint Satisfaction Problem Solvers

    Authors: Jonathan Binas, Giacomo Indiveri, Michael Pfeiffer

    Abstract: Solving constraint satisfaction problems (CSPs) is a notoriously expensive computational task. Recently, it has been proposed that efficient stochastic solvers can be obtained through appropriately configured spiking neural networks performing Markov Chain Monte Carlo (MCMC) sampling. The possibility to run such models on massively parallel, low-power neuromorphic hardware holds great promise; how… ▽ More

    Submitted 6 April, 2016; v1 submitted 2 November, 2015; originally announced November 2015.

    Comments: Accepted at ISCAS 2016