Skip to main content

Showing 1–50 of 68 results for author: Bengio, S

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

    cs.LG cs.AI stat.ML

    How Far Can Transformers Reason? The Locality Barrier and Inductive Scratchpad

    Authors: Emmanuel Abbe, Samy Bengio, Aryo Lotfi, Colin Sandon, Omid Saremi

    Abstract: Can Transformers predict new syllogisms by composing established ones? More generally, what type of targets can be learned by such models from scratch? Recent works show that Transformers can be Turing-complete in terms of expressivity, but this does not address the learnability objective. This paper puts forward the notion of 'distribution locality' to capture when weak learning is efficiently ac… ▽ More

    Submitted 10 June, 2024; originally announced June 2024.

    Comments: 38 pages, 11 figures

  2. arXiv:2310.16028  [pdf, other

    cs.LG cs.AI cs.CL stat.ML

    What Algorithms can Transformers Learn? A Study in Length Generalization

    Authors: Hattie Zhou, Arwen Bradley, Etai Littwin, Noam Razin, Omid Saremi, Josh Susskind, Samy Bengio, Preetum Nakkiran

    Abstract: Large language models exhibit surprising emergent generalization properties, yet also struggle on many simple reasoning tasks such as arithmetic and parity. This raises the question of if and when Transformer models can learn the true algorithm for solving a task. We study the scope of Transformers' abilities in the specific setting of length generalization on algorithmic tasks. Here, we propose a… ▽ More

    Submitted 24 October, 2023; originally announced October 2023.

    Comments: Preprint

  3. arXiv:2310.09753  [pdf, other

    cs.CL cs.AI cs.LG

    When can transformers reason with abstract symbols?

    Authors: Enric Boix-Adsera, Omid Saremi, Emmanuel Abbe, Samy Bengio, Etai Littwin, Joshua Susskind

    Abstract: We investigate the capabilities of transformer models on relational reasoning tasks. In these tasks, models are trained on a set of strings encoding abstract relations, and are then tested out-of-distribution on data that contains symbols that did not appear in the training dataset. We prove that for any relational reasoning task in a large family of tasks, transformers learn the abstract relation… ▽ More

    Submitted 16 April, 2024; v1 submitted 15 October, 2023; originally announced October 2023.

    Comments: 25 figures

  4. arXiv:2310.08866  [pdf, other

    cs.LG cs.AI

    Adaptivity and Modularity for Efficient Generalization Over Task Complexity

    Authors: Samira Abnar, Omid Saremi, Laurent Dinh, Shantel Wilson, Miguel Angel Bautista, Chen Huang, Vimal Thilak, Etai Littwin, Jiatao Gu, Josh Susskind, Samy Bengio

    Abstract: Can transformers generalize efficiently on problems that require dealing with examples with different levels of difficulty? We introduce a new task tailored to assess generalization over different complexities and present results that indicate that standard transformers face challenges in solving these tasks. These tasks are variations of pointer value retrieval previously introduced by Zhang et a… ▽ More

    Submitted 13 October, 2023; originally announced October 2023.

  5. arXiv:2309.12207  [pdf, other

    cs.LG cs.LO

    Boolformer: Symbolic Regression of Logic Functions with Transformers

    Authors: Stéphane d'Ascoli, Samy Bengio, Josh Susskind, Emmanuel Abbé

    Abstract: In this work, we introduce Boolformer, the first Transformer architecture trained to perform end-to-end symbolic regression of Boolean functions. First, we show that it can predict compact formulas for complex functions which were not seen during training, when provided a clean truth table. Then, we demonstrate its ability to find approximate expressions when provided incomplete and noisy observat… ▽ More

    Submitted 21 September, 2023; originally announced September 2023.

  6. arXiv:2306.07042  [pdf, other

    cs.LG

    Transformers learn through gradual rank increase

    Authors: Enric Boix-Adsera, Etai Littwin, Emmanuel Abbe, Samy Bengio, Joshua Susskind

    Abstract: We identify incremental learning dynamics in transformers, where the difference between trained and initial weights progressively increases in rank. We rigorously prove this occurs under the simplifying assumptions of diagonal weight matrices and small initialization. Our experiments support the theory and also show that phenomenon can occur in practice without the simplifying assumptions.

    Submitted 10 December, 2023; v1 submitted 12 June, 2023; originally announced June 2023.

    Comments: 39 pages, to appear in NeurIPS 2023

  7. arXiv:2301.13105  [pdf, other

    cs.LG stat.ML

    Generalization on the Unseen, Logic Reasoning and Degree Curriculum

    Authors: Emmanuel Abbe, Samy Bengio, Aryo Lotfi, Kevin Rizk

    Abstract: This paper considers the learning of logical (Boolean) functions with focus on the generalization on the unseen (GOTU) setting, a strong case of out-of-distribution generalization. This is motivated by the fact that the rich combinatorial nature of data in certain reasoning tasks (e.g., arithmetic/logic) makes representative data sampling challenging, and learning successfully under GOTU gives a f… ▽ More

    Submitted 28 June, 2023; v1 submitted 30 January, 2023; originally announced January 2023.

    Comments: To appear in ICML 2023

  8. arXiv:2211.06007  [pdf, other

    cs.LG cs.SD eess.AS stat.ML

    Continuous Soft Pseudo-Labeling in ASR

    Authors: Tatiana Likhomanenko, Ronan Collobert, Navdeep Jaitly, Samy Bengio

    Abstract: Continuous pseudo-labeling (PL) algorithms such as slimIPL have recently emerged as a powerful strategy for semi-supervised learning in speech recognition. In contrast with earlier strategies that alternated between training a model and generating pseudo-labels (PLs) with it, here PLs are generated in end-to-end manner as training proceeds, improving training speed and the accuracy of the final mo… ▽ More

    Submitted 30 January, 2023; v1 submitted 11 November, 2022; originally announced November 2022.

  9. arXiv:2210.08711  [pdf, other

    cs.LG

    Continuous Pseudo-Labeling from the Start

    Authors: Dan Berrebbi, Ronan Collobert, Samy Bengio, Navdeep Jaitly, Tatiana Likhomanenko

    Abstract: Self-training (ST), or pseudo-labeling has sparked significant interest in the automatic speech recognition (ASR) community recently because of its success in harnessing unlabeled data. Unlike prior semi-supervised learning approaches that relied on iteratively regenerating pseudo-labels (PLs) from a trained model and using them to train a new model, recent state-of-the-art methods perform `contin… ▽ More

    Submitted 7 April, 2023; v1 submitted 16 October, 2022; originally announced October 2022.

    Comments: To appear in ICLR 2023

  10. arXiv:2205.13647  [pdf, other

    cs.LG stat.ML

    Learning to Reason with Neural Networks: Generalization, Unseen Data and Boolean Measures

    Authors: Emmanuel Abbe, Samy Bengio, Elisabetta Cornacchia, Jon Kleinberg, Aryo Lotfi, Maithra Raghu, Chiyuan Zhang

    Abstract: This paper considers the Pointer Value Retrieval (PVR) benchmark introduced in [ZRKB21], where a 'reasoning' function acts on a string of digits to produce the label. More generally, the paper considers the learning of logical functions with gradient descent (GD) on neural networks. It is first shown that in order to learn logical functions with gradient descent on symmetric neural networks, the g… ▽ More

    Submitted 20 October, 2022; v1 submitted 26 May, 2022; originally announced May 2022.

    Comments: To appear in NeurIPS 2022

  11. arXiv:2107.12580  [pdf, other

    cs.LG cs.AI stat.ML

    Pointer Value Retrieval: A new benchmark for understanding the limits of neural network generalization

    Authors: Chiyuan Zhang, Maithra Raghu, Jon Kleinberg, Samy Bengio

    Abstract: Central to the success of artificial neural networks is their ability to generalize. But does neural network generalization primarily rely on seeing highly similar training examples (memorization)? Or are neural networks capable of human-intelligence styled reasoning, and if so, to what extent? These remain fundamental open questions on artificial neural networks. In this paper, as steps towards a… ▽ More

    Submitted 18 February, 2022; v1 submitted 26 July, 2021; originally announced July 2021.

  12. arXiv:2106.02795  [pdf, other

    cs.LG cs.AI cs.CV

    Learnable Fourier Features for Multi-Dimensional Spatial Positional Encoding

    Authors: Yang Li, Si Si, Gang Li, Cho-Jui Hsieh, Samy Bengio

    Abstract: Attentional mechanisms are order-invariant. Positional encoding is a crucial component to allow attention-based deep model architectures such as Transformer to address sequences or images where the position of information matters. In this paper, we propose a novel positional encoding method based on learnable Fourier features. Instead of hard-coding each position as a token or a vector, we represe… ▽ More

    Submitted 8 November, 2021; v1 submitted 5 June, 2021; originally announced June 2021.

    Comments: 35th Conference on Neural Information Processing Systems (NeurIPS 2021)

  13. arXiv:2102.09808  [pdf, other

    cs.LG cs.CV

    Improving Anytime Prediction with Parallel Cascaded Networks and a Temporal-Difference Loss

    Authors: Michael L. Iuzzolino, Michael C. Mozer, Samy Bengio

    Abstract: Although deep feedforward neural networks share some characteristics with the primate visual system, a key distinction is their dynamics. Deep nets typically operate in serial stages wherein each layer completes its computation before processing begins in subsequent layers. In contrast, biological systems have cascaded dynamics: information propagates from neurons at all layers in parallel but tra… ▽ More

    Submitted 2 November, 2021; v1 submitted 19 February, 2021; originally announced February 2021.

  14. arXiv:2012.07976  [pdf, other

    cs.LG stat.ML

    NeurIPS 2020 Competition: Predicting Generalization in Deep Learning

    Authors: Yiding Jiang, Pierre Foret, Scott Yak, Daniel M. Roy, Hossein Mobahi, Gintare Karolina Dziugaite, Samy Bengio, Suriya Gunasekar, Isabelle Guyon, Behnam Neyshabur

    Abstract: Understanding generalization in deep learning is arguably one of the most important questions in deep learning. Deep learning has been successfully adopted to a large number of problems ranging from pattern recognition to complex decision making, but many recent researchers have raised many concerns about deep learning, among which the most important is generalization. Despite numerous attempts, c… ▽ More

    Submitted 14 December, 2020; originally announced December 2020.

    Comments: 20 pages, 2 figures. Accepted for NeurIPS 2020 Competitions Track. Lead organizer: Yiding Jiang

  15. arXiv:2011.03010  [pdf, other

    cs.LG

    Data Augmentation via Structured Adversarial Perturbations

    Authors: Calvin Luo, Hossein Mobahi, Samy Bengio

    Abstract: Data augmentation is a major component of many machine learning methods with state-of-the-art performance. Common augmentation strategies work by drawing random samples from a space of transformations. Unfortunately, such sampling approaches are limited in expressivity, as they are unable to scale to rich transformations that depend on numerous parameters due to the curse of dimensionality. Advers… ▽ More

    Submitted 5 November, 2020; originally announced November 2020.

  16. arXiv:2010.03058  [pdf, other

    cs.LG cs.AI

    Characterising Bias in Compressed Models

    Authors: Sara Hooker, Nyalleng Moorosi, Gregory Clark, Samy Bengio, Emily Denton

    Abstract: The popularity and widespread use of pruning and quantization is driven by the severe resource constraints of deploying deep neural networks to environments with strict latency, memory and energy requirements. These techniques achieve high levels of compression with negligible impact on top-line metrics (top-1 and top-5 accuracy). However, overall accuracy hides disproportionately high errors on a… ▽ More

    Submitted 18 December, 2020; v1 submitted 6 October, 2020; originally announced October 2020.

  17. arXiv:2001.05308  [pdf, other

    cs.HC cs.CL cs.LG

    Auto Completion of User Interface Layout Design Using Transformer-Based Tree Decoders

    Authors: Yang Li, Julien Amelot, Xin Zhou, Samy Bengio, Si Si

    Abstract: It has been of increasing interest in the field to develop automatic machineries to facilitate the design process. In this paper, we focus on assisting graphical user interface (UI) layout design, a crucial task in app development. Given a partial layout, which a designer has entered, our model learns to complete the layout by predicting the remaining UI elements with a correct position and dimens… ▽ More

    Submitted 14 January, 2020; originally announced January 2020.

  18. arXiv:1912.02178  [pdf, other

    cs.LG stat.ML

    Fantastic Generalization Measures and Where to Find Them

    Authors: Yiding Jiang, Behnam Neyshabur, Hossein Mobahi, Dilip Krishnan, Samy Bengio

    Abstract: Generalization of deep networks has been of great interest in recent years, resulting in a number of theoretically and empirically motivated complexity measures. However, most papers proposing such measures study only a small set of models, leaving open the question of whether the conclusion drawn from those experiments would remain valid in other settings. We present the first large scale study o… ▽ More

    Submitted 4 December, 2019; originally announced December 2019.

  19. arXiv:1909.09157  [pdf, other

    cs.LG stat.ML

    Rapid Learning or Feature Reuse? Towards Understanding the Effectiveness of MAML

    Authors: Aniruddh Raghu, Maithra Raghu, Samy Bengio, Oriol Vinyals

    Abstract: An important research direction in machine learning has centered around developing meta-learning algorithms to tackle few-shot learning. An especially successful algorithm has been Model Agnostic Meta-Learning (MAML), a method that consists of two optimization loops, with the outer loop finding a meta-initialization, from which the inner loop can efficiently learn new tasks. Despite MAML's popular… ▽ More

    Submitted 12 February, 2020; v1 submitted 19 September, 2019; originally announced September 2019.

    Comments: ICLR 2020

  20. arXiv:1907.10247  [pdf, other

    cs.LG cs.AI stat.ML

    Memory Based Trajectory-conditioned Policies for Learning from Sparse Rewards

    Authors: Yijie Guo, Jongwook Choi, Marcin Moczulski, Shengyu Feng, Samy Bengio, Mohammad Norouzi, Honglak Lee

    Abstract: Reinforcement learning with sparse rewards is challenging because an agent can rarely obtain non-zero rewards and hence, gradient-based optimization of parameterized policies can be incremental and slow. Recent work demonstrated that using a memory buffer of previous successful trajectories can result in more effective policies. However, existing methods may overly exploit past successful experien… ▽ More

    Submitted 14 February, 2021; v1 submitted 24 July, 2019; originally announced July 2019.

  21. arXiv:1906.04331  [pdf, other

    cs.CL cs.LG

    Parallel Scheduled Sampling

    Authors: Daniel Duckworth, Arvind Neelakantan, Ben Goodrich, Lukasz Kaiser, Samy Bengio

    Abstract: Auto-regressive models are widely used in sequence generation problems. The output sequence is typically generated in a predetermined order, one discrete unit (pixel or word or character) at a time. The models are trained by teacher-forcing where ground-truth history is fed to the model as input, which at test time is replaced by the model prediction. Scheduled Sampling aims to mitigate this discr… ▽ More

    Submitted 21 October, 2019; v1 submitted 10 June, 2019; originally announced June 2019.

    Comments: 2nd submission

  22. arXiv:1906.03808  [pdf, other

    cs.LG stat.ML

    A Closed-Form Learned Pooling for Deep Classification Networks

    Authors: Vighnesh Birodkar, Hossein Mobahi, Dilip Krishnan, Samy Bengio

    Abstract: In modern computer vision tasks, convolutional neural networks (CNNs) are indispensable for image classification tasks due to their efficiency and effectiveness. Part of their superiority compared to other architectures, comes from the fact that a single, local filter is shared across the entire image. However, there are scenarios where we may need to treat spatial locations in non-uniform manner.… ▽ More

    Submitted 10 June, 2019; originally announced June 2019.

  23. arXiv:1905.07953  [pdf, other

    cs.LG cs.AI stat.ML

    Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks

    Authors: Wei-Lin Chiang, Xuanqing Liu, Si Si, Yang Li, Samy Bengio, Cho-Jui Hsieh

    Abstract: Graph convolutional network (GCN) has been successfully applied to many graph-based applications; however, training a large-scale GCN remains challenging. Current SGD-based algorithms suffer from either a high computational cost that exponentially grows with number of GCN layers, or a large space requirement for keeping the entire graph and the embedding of each node in memory. In this paper, we p… ▽ More

    Submitted 8 August, 2019; v1 submitted 20 May, 2019; originally announced May 2019.

    Comments: In Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining (KDD'19)

  24. arXiv:1903.01069  [pdf, other

    cs.LG stat.ML

    Neural Networks Trained on Natural Scenes Exhibit Gestalt Closure

    Authors: Been Kim, Emily Reif, Martin Wattenberg, Samy Bengio, Michael C. Mozer

    Abstract: The Gestalt laws of perceptual organization, which describe how visual elements in an image are grouped and interpreted, have traditionally been thought of as innate despite their ecological validity. We use deep-learning methods to investigate whether natural scene statistics might be sufficient to derive the Gestalt laws. We examine the law of closure, which asserts that human visual perception… ▽ More

    Submitted 29 June, 2020; v1 submitted 3 March, 2019; originally announced March 2019.

  25. arXiv:1902.07208  [pdf, other

    cs.CV cs.LG stat.ML

    Transfusion: Understanding Transfer Learning for Medical Imaging

    Authors: Maithra Raghu, Chiyuan Zhang, Jon Kleinberg, Samy Bengio

    Abstract: Transfer learning from natural image datasets, particularly ImageNet, using standard large models and corresponding pretrained weights has become a de-facto method for deep learning applications to medical imaging. However, there are fundamental differences in data sizes, features and task specifications between natural image classification and the target medical tasks, and there is little underst… ▽ More

    Submitted 29 October, 2019; v1 submitted 13 February, 2019; originally announced February 2019.

    Comments: NeurIPS 2019

  26. arXiv:1902.04698  [pdf, other

    stat.ML cs.AI cs.LG

    Identity Crisis: Memorization and Generalization under Extreme Overparameterization

    Authors: Chiyuan Zhang, Samy Bengio, Moritz Hardt, Michael C. Mozer, Yoram Singer

    Abstract: We study the interplay between memorization and generalization of overparameterized networks in the extreme case of a single training example and an identity-mapping task. We examine fully-connected and convolutional networks (FCN and CNN), both linear and nonlinear, initialized randomly and then trained to minimize the reconstruction error. The trained networks stereotypically take one of two for… ▽ More

    Submitted 8 January, 2020; v1 submitted 12 February, 2019; originally announced February 2019.

    Comments: ICLR 2020

  27. arXiv:1902.01996  [pdf, other

    stat.ML cs.AI cs.LG

    Are All Layers Created Equal?

    Authors: Chiyuan Zhang, Samy Bengio, Yoram Singer

    Abstract: Understanding deep neural networks is a major research objective with notable experimental and theoretical attention in recent years. The practical success of excessively large networks underscores the need for better theoretical analyses and justifications. In this paper we focus on layer-wise functional structure and behavior in overparameterized deep models. To do so, we study empirically the l… ▽ More

    Submitted 8 March, 2022; v1 submitted 5 February, 2019; originally announced February 2019.

    Comments: JMLR 2022, 28 pages, 21 figures

  28. arXiv:1901.11409  [pdf, other

    cs.CV cs.LG stat.ML

    Semantic Redundancies in Image-Classification Datasets: The 10% You Don't Need

    Authors: Vighnesh Birodkar, Hossein Mobahi, Samy Bengio

    Abstract: Large datasets have been crucial to the success of deep learning models in the recent years, which keep performing better as they are trained with more labelled data. While there have been sustained efforts to make these models more data-efficient, the potential benefit of understanding the data itself, is largely untapped. Specifically, focusing on object recognition tasks, we wonder if for commo… ▽ More

    Submitted 29 January, 2019; originally announced January 2019.

  29. arXiv:1901.08810  [pdf, other

    cs.LG eess.AS stat.ML

    Unsupervised speech representation learning using WaveNet autoencoders

    Authors: Jan Chorowski, Ron J. Weiss, Samy Bengio, Aäron van den Oord

    Abstract: We consider the task of unsupervised extraction of meaningful latent representations of speech by applying autoencoding neural networks to speech waveforms. The goal is to learn a representation able to capture high level semantic content from the signal, e.g.\ phoneme identities, while being invariant to confounding low level details in the signal such as the underlying pitch contour or backgroun… ▽ More

    Submitted 11 September, 2019; v1 submitted 25 January, 2019; originally announced January 2019.

    Comments: Accepted to IEEE TASLP, final version available at http://dx.doi.org/10.1109/TASLP.2019.2938863

  30. arXiv:1811.11205  [pdf, other

    cs.CV cs.LG

    You Look Twice: GaterNet for Dynamic Filter Selection in CNNs

    Authors: Zhourong Chen, Yang Li, Samy Bengio, Si Si

    Abstract: The concept of conditional computation for deep nets has been proposed previously to improve model performance by selectively using only parts of the model conditioned on the sample it is processing. In this paper, we investigate input-dependent dynamic filter selection in deep convolutional neural networks (CNNs). The problem is interesting because the idea of forcing different parts of the model… ▽ More

    Submitted 1 April, 2019; v1 submitted 27 November, 2018; originally announced November 2018.

    Comments: CVPR2019; Google Research, The Hong Kong University of Science and Technology

  31. arXiv:1811.01135  [pdf, other

    cs.CL cs.LG stat.ML

    Content preserving text generation with attribute controls

    Authors: Lajanugen Logeswaran, Honglak Lee, Samy Bengio

    Abstract: In this work, we address the problem of modifying textual attributes of sentences. Given an input sentence and a set of attribute labels, we attempt to generate sentences that are compatible with the conditioning information. To ensure that the model generates content compatible sentences, we introduce a reconstruction loss which interpolates between auto-encoding and back-translation loss compone… ▽ More

    Submitted 2 November, 2018; originally announced November 2018.

    Comments: NIPS 2018

  32. arXiv:1810.10126  [pdf, other

    cs.LG cs.AI cs.CL stat.ML

    Area Attention

    Authors: Yang Li, Lukasz Kaiser, Samy Bengio, Si Si

    Abstract: Existing attention mechanisms are trained to attend to individual items in a collection (the memory) with a predefined, fixed granularity, e.g., a word token or an image grid. We propose area attention: a way to attend to areas in the memory, where each area contains a group of items that are structurally adjacent, e.g., spatially for a 2D memory such as images, or temporally for a 1D memory such… ▽ More

    Submitted 7 May, 2020; v1 submitted 23 October, 2018; originally announced October 2018.

    Comments: @InProceedings{pmlr-v97-li19e, title = {Area Attention}, author = {Li, Yang and Kaiser, Lukasz and Bengio, Samy and Si, Si}, booktitle = {Proceedings of the 36th International Conference on Machine Learning}, pages = {3846--3855}, year = {2019}, volume = {97}, series = {Proceedings of Machine Learning Research}, publisher = {PMLR} }

    Journal ref: ICML 2019

  33. arXiv:1810.00113  [pdf, other

    stat.ML cs.LG

    Predicting the Generalization Gap in Deep Networks with Margin Distributions

    Authors: Yiding Jiang, Dilip Krishnan, Hossein Mobahi, Samy Bengio

    Abstract: As shown in recent research, deep neural networks can perfectly fit randomly labeled data, but with very poor accuracy on held out data. This phenomenon indicates that loss functions such as cross-entropy are not a reliable indicator of generalization. This leads to the crucial question of how generalization gap should be predicted from the training data and network parameters. In this paper, we p… ▽ More

    Submitted 12 June, 2019; v1 submitted 28 September, 2018; originally announced October 2018.

    Comments: Published in ICLR 2019

  34. arXiv:1806.05759  [pdf, other

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

    Insights on representational similarity in neural networks with canonical correlation

    Authors: Ari S. Morcos, Maithra Raghu, Samy Bengio

    Abstract: Comparing different neural network representations and determining how representations evolve over time remain challenging open questions in our understanding of the function of neural networks. Comparing representations in neural networks is fundamentally difficult as the structure of representations varies greatly, even across groups of networks trained on identical tasks, and over the course of… ▽ More

    Submitted 23 October, 2018; v1 submitted 14 June, 2018; originally announced June 2018.

    Comments: NIPS 2018

  35. arXiv:1804.06893  [pdf, other

    cs.LG stat.ML

    A Study on Overfitting in Deep Reinforcement Learning

    Authors: Chiyuan Zhang, Oriol Vinyals, Remi Munos, Samy Bengio

    Abstract: Recent years have witnessed significant progresses in deep Reinforcement Learning (RL). Empowered with large scale neural networks, carefully designed architectures, novel training algorithms and massively parallel computing devices, researchers are able to attack many challenging RL problems. However, in machine learning, more training power comes with a potential risk of more overfitting. As dee… ▽ More

    Submitted 20 April, 2018; v1 submitted 18 April, 2018; originally announced April 2018.

  36. arXiv:1804.00097  [pdf, other

    cs.CV cs.CR cs.LG stat.ML

    Adversarial Attacks and Defences Competition

    Authors: Alexey Kurakin, Ian Goodfellow, Samy Bengio, Yinpeng Dong, Fangzhou Liao, Ming Liang, Tianyu Pang, Jun Zhu, Xiaolin Hu, Cihang Xie, Jianyu Wang, Zhishuai Zhang, Zhou Ren, Alan Yuille, Sangxia Huang, Yao Zhao, Yuzhe Zhao, Zhonglin Han, Junjiajia Long, Yerkebulan Berdibekov, Takuya Akiba, Seiya Tokui, Motoki Abe

    Abstract: To accelerate research on adversarial examples and robustness of machine learning classifiers, Google Brain organized a NIPS 2017 competition that encouraged researchers to develop new methods to generate adversarial examples as well as to develop new ways to defend against them. In this chapter, we describe the structure and organization of the competition and the solutions developed by several o… ▽ More

    Submitted 30 March, 2018; originally announced April 2018.

    Comments: 36 pages, 10 figures

  37. arXiv:1803.07416  [pdf, other

    cs.LG cs.CL stat.ML

    Tensor2Tensor for Neural Machine Translation

    Authors: Ashish Vaswani, Samy Bengio, Eugene Brevdo, Francois Chollet, Aidan N. Gomez, Stephan Gouws, Llion Jones, Łukasz Kaiser, Nal Kalchbrenner, Niki Parmar, Ryan Sepassi, Noam Shazeer, Jakob Uszkoreit

    Abstract: Tensor2Tensor is a library for deep learning models that is well-suited for neural machine translation and includes the reference implementation of the state-of-the-art Transformer model.

    Submitted 16 March, 2018; originally announced March 2018.

    Comments: arXiv admin note: text overlap with arXiv:1706.03762

  38. arXiv:1803.05598  [pdf, other

    stat.ML cs.LG

    Large Margin Deep Networks for Classification

    Authors: Gamaleldin F. Elsayed, Dilip Krishnan, Hossein Mobahi, Kevin Regan, Samy Bengio

    Abstract: We present a formulation of deep learning that aims at producing a large margin classifier. The notion of margin, minimum distance to a decision boundary, has served as the foundation of several theoretically profound and empirically successful results for both classification and regression tasks. However, most large margin algorithms are applicable only to shallow models with a preset feature rep… ▽ More

    Submitted 3 December, 2018; v1 submitted 15 March, 2018; originally announced March 2018.

  39. arXiv:1803.05073  [pdf

    cs.HC

    Predicting Human Performance in Vertical Menu Selection Using Deep Learning

    Authors: Yang Li, Samy Bengio, Gilles Bailly

    Abstract: Predicting human performance in interaction tasks allows designers or developers to understand the expected performance of a target interface without actually testing it with real users. In this work, we present a deep neural net to model and predict human performance in performing a sequence of UI tasks. In particular, we focus on a dominant class of tasks, i.e., target selection from a vertical… ▽ More

    Submitted 13 March, 2018; originally announced March 2018.

  40. arXiv:1803.03382  [pdf, other

    cs.LG

    Fast Decoding in Sequence Models using Discrete Latent Variables

    Authors: Łukasz Kaiser, Aurko Roy, Ashish Vaswani, Niki Parmar, Samy Bengio, Jakob Uszkoreit, Noam Shazeer

    Abstract: Autoregressive sequence models based on deep neural networks, such as RNNs, Wavenet and the Transformer attain state-of-the-art results on many tasks. However, they are difficult to parallelize and are thus slow at processing long sequences. RNNs lack parallelism both during training and decoding, while architectures like WaveNet and Transformer are much more parallelizable during training, yet st… ▽ More

    Submitted 7 June, 2018; v1 submitted 8 March, 2018; originally announced March 2018.

    Comments: ICML 2018

  41. arXiv:1801.09797  [pdf, ps, other

    cs.LG stat.ML

    Discrete Autoencoders for Sequence Models

    Authors: Łukasz Kaiser, Samy Bengio

    Abstract: Recurrent models for sequences have been recently successful at many tasks, especially for language modeling and machine translation. Nevertheless, it remains challenging to extract good representations from these models. For instance, even though language has a clear hierarchical structure going from characters through words to sentences, it is not apparent in current language models. We propose… ▽ More

    Submitted 29 January, 2018; originally announced January 2018.

  42. arXiv:1712.08363  [pdf, other

    cs.SD eess.AS stat.ML

    On Using Backpropagation for Speech Texture Generation and Voice Conversion

    Authors: Jan Chorowski, Ron J. Weiss, Rif A. Saurous, Samy Bengio

    Abstract: Inspired by recent work on neural network image generation which rely on backpropagation towards the network inputs, we present a proof-of-concept system for speech texture synthesis and voice conversion based on two mechanisms: approximate inversion of the representation learned by a speech recognition neural network, and on matching statistics of neuron activations between different source and t… ▽ More

    Submitted 8 March, 2018; v1 submitted 22 December, 2017; originally announced December 2017.

    Comments: Accepted to ICASSP 2018

  43. arXiv:1708.00065  [pdf, other

    cs.LG

    Time-Dependent Representation for Neural Event Sequence Prediction

    Authors: Yang Li, Nan Du, Samy Bengio

    Abstract: Existing sequence prediction methods are mostly concerned with time-independent sequences, in which the actual time span between events is irrelevant and the distance between events is simply the difference between their order positions in the sequence. While this time-independent view of sequences is applicable for data such as natural languages, e.g., dealing with words in a sentence, it is inap… ▽ More

    Submitted 19 July, 2018; v1 submitted 31 July, 2017; originally announced August 2017.

    Comments: 9 pages and 2 pages of references

  44. arXiv:1706.04972  [pdf, ps, other

    cs.LG cs.AI

    Device Placement Optimization with Reinforcement Learning

    Authors: Azalia Mirhoseini, Hieu Pham, Quoc V. Le, Benoit Steiner, Rasmus Larsen, Yuefeng Zhou, Naveen Kumar, Mohammad Norouzi, Samy Bengio, Jeff Dean

    Abstract: The past few years have witnessed a growth in size and computational requirements for training and inference with neural networks. Currently, a common approach to address these requirements is to use a heterogeneous distributed environment with a mixture of hardware devices such as CPUs and GPUs. Importantly, the decision of placing parts of the neural models on devices is often made by human expe… ▽ More

    Submitted 25 June, 2017; v1 submitted 13 June, 2017; originally announced June 2017.

    Comments: To appear at ICML 2017

  45. arXiv:1703.10724  [pdf, ps, other

    cs.CL

    N-gram Language Modeling using Recurrent Neural Network Estimation

    Authors: Ciprian Chelba, Mohammad Norouzi, Samy Bengio

    Abstract: We investigate the effective memory depth of RNN models by using them for $n$-gram language model (LM) smoothing. Experiments on a small corpus (UPenn Treebank, one million words of training data and 10k vocabulary) have found the LSTM cell with dropout to be the best model for encoding the $n$-gram state when compared with feed-forward and vanilla RNN models. When preserving the sentence indepe… ▽ More

    Submitted 19 June, 2017; v1 submitted 30 March, 2017; originally announced March 2017.

    Comments: 10 pages, including references

  46. arXiv:1703.10135  [pdf, other

    cs.CL cs.LG cs.SD

    Tacotron: Towards End-to-End Speech Synthesis

    Authors: Yuxuan Wang, RJ Skerry-Ryan, Daisy Stanton, Yonghui Wu, Ron J. Weiss, Navdeep Jaitly, Zongheng Yang, Ying Xiao, Zhifeng Chen, Samy Bengio, Quoc Le, Yannis Agiomyrgiannakis, Rob Clark, Rif A. Saurous

    Abstract: A text-to-speech synthesis system typically consists of multiple stages, such as a text analysis frontend, an acoustic model and an audio synthesis module. Building these components often requires extensive domain expertise and may contain brittle design choices. In this paper, we present Tacotron, an end-to-end generative text-to-speech model that synthesizes speech directly from characters. Give… ▽ More

    Submitted 6 April, 2017; v1 submitted 29 March, 2017; originally announced March 2017.

    Comments: Submitted to Interspeech 2017. v2 changed paper title to be consistent with our conference submission (no content change other than typo fixes)

  47. arXiv:1703.04933  [pdf, other

    cs.LG

    Sharp Minima Can Generalize For Deep Nets

    Authors: Laurent Dinh, Razvan Pascanu, Samy Bengio, Yoshua Bengio

    Abstract: Despite their overwhelming capacity to overfit, deep learning architectures tend to generalize relatively well to unseen data, allowing them to be deployed in practice. However, explaining why this is the case is still an open area of research. One standing hypothesis that is gaining popularity, e.g. Hochreiter & Schmidhuber (1997); Keskar et al. (2017), is that the flatness of minima of the loss… ▽ More

    Submitted 15 May, 2017; v1 submitted 15 March, 2017; originally announced March 2017.

    Comments: 8.5 pages of main content, 2.5 of bibliography and 1 page of appendix

  48. arXiv:1703.03129  [pdf, other

    cs.LG

    Learning to Remember Rare Events

    Authors: Łukasz Kaiser, Ofir Nachum, Aurko Roy, Samy Bengio

    Abstract: Despite recent advances, memory-augmented deep neural networks are still limited when it comes to life-long and one-shot learning, especially in remembering rare events. We present a large-scale life-long memory module for use in deep learning. The module exploits fast nearest-neighbor algorithms for efficiency and thus scales to large memory sizes. Except for the nearest-neighbor query, the modul… ▽ More

    Submitted 8 March, 2017; originally announced March 2017.

    Comments: Conference paper accepted for ICLR'17

  49. arXiv:1702.05800   

    cs.DC cs.AI cs.LG

    Revisiting Distributed Synchronous SGD

    Authors: Xinghao Pan, Jianmin Chen, Rajat Monga, Samy Bengio, Rafal Jozefowicz

    Abstract: Distributed training of deep learning models on large-scale training data is typically conducted with asynchronous stochastic optimization to maximize the rate of updates, at the cost of additional noise introduced from asynchrony. In contrast, the synchronous approach is often thought to be impractical due to idle time wasted on waiting for straggling workers. We revisit these conventional belief… ▽ More

    Submitted 18 March, 2017; v1 submitted 19 February, 2017; originally announced February 2017.

    Comments: This article will be superseded by arXiv:1604.00981

  50. arXiv:1701.02870  [pdf, other

    cs.CV cs.AI

    Context-aware Captions from Context-agnostic Supervision

    Authors: Ramakrishna Vedantam, Samy Bengio, Kevin Murphy, Devi Parikh, Gal Chechik

    Abstract: We introduce an inference technique to produce discriminative context-aware image captions (captions that describe differences between images or visual concepts) using only generic context-agnostic training data (captions that describe a concept or an image in isolation). For example, given images and captions of "siamese cat" and "tiger cat", we generate language that describes the "siamese cat"… ▽ More

    Submitted 31 July, 2017; v1 submitted 11 January, 2017; originally announced January 2017.

    Comments: Accepted to CVPR 2017 (Spotlight)