Skip to main content

Showing 1–40 of 40 results for author: Sukhbaatar, S

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

    cs.CL

    Following Length Constraints in Instructions

    Authors: Weizhe Yuan, Ilia Kulikov, ** Yu, Kyunghyun Cho, Sainbayar Sukhbaatar, Jason Weston, **g Xu

    Abstract: Aligned instruction following models can better fulfill user requests than their unaligned counterparts. However, it has been shown that there is a length bias in evaluation of such models, and that training algorithms tend to exploit this bias by learning longer responses. In this work we show how to train models that can be controlled at inference time with instructions containing desired length… ▽ More

    Submitted 25 June, 2024; originally announced June 2024.

    Comments: 13 pages

  2. arXiv:2405.18719  [pdf, other

    cs.CL cs.AI

    Contextual Position Encoding: Learning to Count What's Important

    Authors: Olga Golovneva, Tianlu Wang, Jason Weston, Sainbayar Sukhbaatar

    Abstract: The attention mechanism is a critical component of Large Language Models (LLMs) that allows tokens in a sequence to interact with each other, but is order-invariant. Incorporating position encoding (PE) makes it possible to address by position, such as attending to the i-th token. However, current PE methods use token counts to derive position, and thus cannot generalize to higher levels of abstra… ▽ More

    Submitted 30 May, 2024; v1 submitted 28 May, 2024; originally announced May 2024.

  3. arXiv:2404.19733  [pdf, other

    cs.CL cs.AI

    Iterative Reasoning Preference Optimization

    Authors: Richard Yuanzhe Pang, Weizhe Yuan, Kyunghyun Cho, He He, Sainbayar Sukhbaatar, Jason Weston

    Abstract: Iterative preference optimization methods have recently been shown to perform well for general instruction tuning tasks, but typically make little improvement on reasoning tasks (Yuan et al., 2024, Chen et al., 2024). In this work we develop an iterative approach that optimizes the preference between competing generated Chain-of-Thought (CoT) candidates by optimizing for winning vs. losing reasoni… ▽ More

    Submitted 25 June, 2024; v1 submitted 30 April, 2024; originally announced April 2024.

  4. arXiv:2403.13799  [pdf, other

    cs.CL cs.AI

    Reverse Training to Nurse the Reversal Curse

    Authors: Olga Golovneva, Zeyuan Allen-Zhu, Jason Weston, Sainbayar Sukhbaatar

    Abstract: Large language models (LLMs) have a surprising failure: when trained on "A has a feature B", they do not generalize to "B is a feature of A", which is termed the Reversal Curse. Even when training with trillions of tokens this issue still appears due to Zipf's law - hence even if we train on the entire internet. This work proposes an alternative training scheme, called reverse training, whereby al… ▽ More

    Submitted 7 May, 2024; v1 submitted 20 March, 2024; originally announced March 2024.

  5. arXiv:2403.07816  [pdf, other

    cs.CL cs.AI

    Branch-Train-MiX: Mixing Expert LLMs into a Mixture-of-Experts LLM

    Authors: Sainbayar Sukhbaatar, Olga Golovneva, Vasu Sharma, Hu Xu, Xi Victoria Lin, Baptiste Rozière, Jacob Kahn, Daniel Li, Wen-tau Yih, Jason Weston, Xian Li

    Abstract: We investigate efficient methods for training Large Language Models (LLMs) to possess capabilities in multiple specialized domains, such as coding, math reasoning and world knowledge. Our method, named Branch-Train-MiX (BTX), starts from a seed model, which is branched to train experts in embarrassingly parallel fashion with high throughput and reduced communication cost. After individual experts… ▽ More

    Submitted 12 March, 2024; originally announced March 2024.

  6. arXiv:2403.04642  [pdf, other

    cs.LG

    Teaching Large Language Models to Reason with Reinforcement Learning

    Authors: Alex Havrilla, Yuqing Du, Sharath Chandra Raparthy, Christoforos Nalmpantis, Jane Dwivedi-Yu, Maksym Zhuravinskyi, Eric Hambro, Sainbayar Sukhbaatar, Roberta Raileanu

    Abstract: Reinforcement Learning from Human Feedback (\textbf{RLHF}) has emerged as a dominant approach for aligning LLM outputs with human preferences. Inspired by the success of RLHF, we study the performance of multiple algorithms that learn from feedback (Expert Iteration, Proximal Policy Optimization (\textbf{PPO}), Return-Conditioned RL) on improving LLM reasoning capabilities. We investigate both spa… ▽ More

    Submitted 7 March, 2024; originally announced March 2024.

  7. arXiv:2402.14083  [pdf, other

    cs.AI

    Beyond A*: Better Planning with Transformers via Search Dynamics Bootstrap**

    Authors: Lucas Lehnert, Sainbayar Sukhbaatar, DiJia Su, Qinqing Zheng, Paul Mcvay, Michael Rabbat, Yuandong Tian

    Abstract: While Transformers have enabled tremendous progress in various application settings, such architectures still trail behind traditional symbolic planners for solving complex decision making tasks. In this work, we demonstrate how to train Transformers to solve complex planning tasks. This is accomplished by training an encoder-decoder Transformer model to predict the search dynamics of the $A^*$ se… ▽ More

    Submitted 26 April, 2024; v1 submitted 21 February, 2024; originally announced February 2024.

  8. arXiv:2401.10020  [pdf, other

    cs.CL cs.AI

    Self-Rewarding Language Models

    Authors: Weizhe Yuan, Richard Yuanzhe Pang, Kyunghyun Cho, Xian Li, Sainbayar Sukhbaatar, **g Xu, Jason Weston

    Abstract: We posit that to achieve superhuman agents, future models require superhuman feedback in order to provide an adequate training signal. Current approaches commonly train reward models from human preferences, which may then be bottlenecked by human performance level, and secondly these separate frozen reward models cannot then learn to improve during LLM training. In this work, we study Self-Rewardi… ▽ More

    Submitted 8 February, 2024; v1 submitted 18 January, 2024; originally announced January 2024.

  9. arXiv:2312.16682  [pdf, other

    cs.CL cs.AI

    Some things are more CRINGE than others: Iterative Preference Optimization with the Pairwise Cringe Loss

    Authors: **g Xu, Andrew Lee, Sainbayar Sukhbaatar, Jason Weston

    Abstract: Practitioners commonly align large language models using pairwise preferences, i.e., given labels of the type response A is preferred to response B for a given input. Perhaps less commonly, methods have also been developed for binary feedback, i.e. training models given labels of type response A is good or bad. We show how an existing performant binary feedback method, the Cringe Loss (Adolphs et… ▽ More

    Submitted 22 April, 2024; v1 submitted 27 December, 2023; originally announced December 2023.

  10. arXiv:2311.11829  [pdf, other

    cs.CL cs.AI cs.LG

    System 2 Attention (is something you might need too)

    Authors: Jason Weston, Sainbayar Sukhbaatar

    Abstract: Soft attention in Transformer-based Large Language Models (LLMs) is susceptible to incorporating irrelevant information from the context into its latent representations, which adversely affects next token generations. To help rectify these issues, we introduce System 2 Attention (S2A), which leverages the ability of LLMs to reason in natural language and follow instructions in order to decide what… ▽ More

    Submitted 20 November, 2023; originally announced November 2023.

  11. arXiv:2309.07974  [pdf, other

    cs.LG cs.AI

    A Data Source for Reasoning Embodied Agents

    Authors: Jack Lanchantin, Sainbayar Sukhbaatar, Gabriel Synnaeve, Yuxuan Sun, Kavya Srinet, Arthur Szlam

    Abstract: Recent progress in using machine learning models for reasoning tasks has been driven by novel model architectures, large-scale pre-training protocols, and dedicated reasoning datasets for fine-tuning. In this work, to further pursue these advances, we introduce a new data generator for machine reasoning that integrates with an embodied agent. The generated data consists of templated text queries a… ▽ More

    Submitted 14 September, 2023; originally announced September 2023.

  12. arXiv:2306.04707  [pdf, other

    cs.CL cs.AI

    Improving Open Language Models by Learning from Organic Interactions

    Authors: **g Xu, Da Ju, Joshua Lane, Mojtaba Komeili, Eric Michael Smith, Megan Ung, Morteza Behrooz, William Ngan, Rashel Moritz, Sainbayar Sukhbaatar, Y-Lan Boureau, Jason Weston, Kurt Shuster

    Abstract: We present BlenderBot 3x, an update on the conversational model BlenderBot 3, which is now trained using organic conversation and feedback data from participating users of the system in order to improve both its skills and safety. We are publicly releasing the participating de-identified interaction data for use by the research community, in order to spur further progress. Training models with org… ▽ More

    Submitted 7 June, 2023; originally announced June 2023.

  13. arXiv:2305.05364  [pdf, other

    cs.LG cs.AI cs.CL

    Large Language Model Programs

    Authors: Imanol Schlag, Sainbayar Sukhbaatar, Asli Celikyilmaz, Wen-tau Yih, Jason Weston, Jürgen Schmidhuber, Xian Li

    Abstract: In recent years, large pre-trained language models (LLMs) have demonstrated the ability to follow instructions and perform novel tasks from a few examples. The possibility to parameterise an LLM through such in-context examples widens their capability at a much lower cost than finetuning. We extend this line of reasoning and present a method which further expands the capabilities of an LLM by embe… ▽ More

    Submitted 9 May, 2023; originally announced May 2023.

  14. arXiv:2305.00833  [pdf, other

    cs.LG cs.AI cs.CL

    Learning to Reason and Memorize with Self-Notes

    Authors: Jack Lanchantin, Shubham Toshniwal, Jason Weston, Arthur Szlam, Sainbayar Sukhbaatar

    Abstract: Large language models have been shown to struggle with multi-step reasoning, and do not retain previous reasoning steps for future use. We propose a simple method for solving both of these problems by allowing the model to take Self-Notes. Unlike recent chain-of-thought or scratchpad approaches, the model can deviate from the input context at any time to explicitly think and write down its thought… ▽ More

    Submitted 31 October, 2023; v1 submitted 1 May, 2023; originally announced May 2023.

  15. arXiv:2304.11063  [pdf, other

    cs.CL cs.AI

    Think Before You Act: Unified Policy for Interleaving Language Reasoning with Actions

    Authors: Lina Mezghani, Piotr Bojanowski, Karteek Alahari, Sainbayar Sukhbaatar

    Abstract: The success of transformer models trained with a language modeling objective brings a promising opportunity to the reinforcement learning framework. Decision Transformer is a step towards this direction, showing how to train transformers with a similar next-step prediction objective on offline data. Another important development in this area is the recent emergence of large-scale datasets collecte… ▽ More

    Submitted 18 April, 2023; originally announced April 2023.

    Journal ref: Reincarnating Reinforcement Learning Workshop at ICLR 2023

  16. arXiv:2302.08063  [pdf, other

    cs.CV

    MINOTAUR: Multi-task Video Grounding From Multimodal Queries

    Authors: Raghav Goyal, Effrosyni Mavroudi, Xitong Yang, Sainbayar Sukhbaatar, Leonid Sigal, Matt Feiszli, Lorenzo Torresani, Du Tran

    Abstract: Video understanding tasks take many forms, from action detection to visual query localization and spatio-temporal grounding of sentences. These tasks differ in the type of inputs (only video, or video-query pair where query is an image region or sentence) and outputs (temporal segments or spatio-temporal tubes). However, at their core they require the same fundamental understanding of the video, i… ▽ More

    Submitted 17 March, 2023; v1 submitted 15 February, 2023; originally announced February 2023.

    Comments: 22 pages, 8 figures and 13 tables

  17. arXiv:2301.02099  [pdf, other

    cs.RO cs.AI cs.LG

    Learning Goal-Conditioned Policies Offline with Self-Supervised Reward Sha**

    Authors: Lina Mezghani, Sainbayar Sukhbaatar, Piotr Bojanowski, Alessandro Lazaric, Karteek Alahari

    Abstract: Develo** agents that can execute multiple skills by learning from pre-collected datasets is an important problem in robotics, where online interaction with the environment is extremely time-consuming. Moreover, manually designing reward functions for every single desired skill is prohibitive. Prior works targeted these challenges by learning goal-conditioned policies from offline datasets withou… ▽ More

    Submitted 5 January, 2023; originally announced January 2023.

    Comments: Code: https://github.com/facebookresearch/go-fresh

    Journal ref: 6th Conference on Robot Learning (CoRL 2022)

  18. arXiv:2211.05826  [pdf, other

    cs.CL cs.AI

    The CRINGE Loss: Learning what language not to model

    Authors: Leonard Adolphs, Tianyu Gao, **g Xu, Kurt Shuster, Sainbayar Sukhbaatar, Jason Weston

    Abstract: Standard language model training employs gold human documents or human-human interaction data, and treats all training data as positive examples. Growing evidence shows that even with very large amounts of positive training data, issues remain that can be alleviated with relatively small amounts of negative data -- examples of what the model should not do. In this work, we propose a novel procedur… ▽ More

    Submitted 10 November, 2022; originally announced November 2022.

  19. arXiv:2206.11733  [pdf, other

    cs.LG cs.AI cs.RO

    Walk the Random Walk: Learning to Discover and Reach Goals Without Supervision

    Authors: Lina Mezghani, Sainbayar Sukhbaatar, Piotr Bojanowski, Karteek Alahari

    Abstract: Learning a diverse set of skills by interacting with an environment without any external supervision is an important challenge. In particular, obtaining a goal-conditioned agent that can reach any given state is useful in many applications. We propose a novel method for training such a goal-conditioned agent without any external rewards or any domain knowledge. We use random walk to train a reacha… ▽ More

    Submitted 23 June, 2022; originally announced June 2022.

  20. arXiv:2206.07694  [pdf, other

    cs.CL

    DIRECTOR: Generator-Classifiers For Supervised Language Modeling

    Authors: Kushal Arora, Kurt Shuster, Sainbayar Sukhbaatar, Jason Weston

    Abstract: Current language models achieve low perplexity but their resulting generations still suffer from toxic responses, repetitiveness and contradictions. The standard language modeling setup fails to address these issues. In this paper, we introduce a new architecture, {\sc Director}, that consists of a unified generator-classifier with both a language modeling and a classification head for each output… ▽ More

    Submitted 25 November, 2022; v1 submitted 15 June, 2022; originally announced June 2022.

  21. arXiv:2203.11369  [pdf, other

    cs.LG

    Temporal Abstractions-Augmented Temporally Contrastive Learning: An Alternative to the Laplacian in RL

    Authors: Akram Erraqabi, Marlos C. Machado, Mingde Zhao, Sainbayar Sukhbaatar, Alessandro Lazaric, Ludovic Denoyer, Yoshua Bengio

    Abstract: In reinforcement learning, the graph Laplacian has proved to be a valuable tool in the task-agnostic setting, with applications ranging from skill discovery to reward sha**. Recently, learning the Laplacian representation has been framed as the optimization of a temporally-contrastive objective to overcome its computational limitations in large (or continuous) state spaces. However, this approac… ▽ More

    Submitted 21 March, 2022; originally announced March 2022.

  22. arXiv:2106.04426  [pdf, other

    cs.LG cs.CL

    Hash Layers For Large Sparse Models

    Authors: Stephen Roller, Sainbayar Sukhbaatar, Arthur Szlam, Jason Weston

    Abstract: We investigate the training of sparse layers that use different parameters for different inputs based on hashing in large Transformer models. Specifically, we modify the feedforward layer to hash to different sets of weights depending on the current token, over all tokens in the sequence. We show that this procedure either outperforms or is competitive with learning-to-route mixture-of-expert meth… ▽ More

    Submitted 20 July, 2021; v1 submitted 8 June, 2021; originally announced June 2021.

  23. arXiv:2106.04279  [pdf, other

    cs.LG cs.CL

    Staircase Attention for Recurrent Processing of Sequences

    Authors: Da Ju, Stephen Roller, Sainbayar Sukhbaatar, Jason Weston

    Abstract: Attention mechanisms have become a standard tool for sequence modeling tasks, in particular by stacking self-attention layers over the entire input sequence as in the Transformer architecture. In this work we introduce a novel attention procedure called staircase attention that, unlike self-attention, operates across the sequence (in time) recurrently processing the input by adding another step of… ▽ More

    Submitted 8 June, 2021; originally announced June 2021.

  24. arXiv:2105.06548  [pdf, other

    cs.LG cs.AI

    Not All Memories are Created Equal: Learning to Forget by Expiring

    Authors: Sainbayar Sukhbaatar, Da Ju, Spencer Poff, Stephen Roller, Arthur Szlam, Jason Weston, Angela Fan

    Abstract: Attention mechanisms have shown promising results in sequence modeling tasks that require long-term memory. Recent work investigated mechanisms to reduce the computational cost of preserving and storing memories. However, not all content in the past is equally important to remember. We propose Expire-Span, a method that learns to retain the most important information and expire the irrelevant info… ▽ More

    Submitted 13 June, 2021; v1 submitted 13 May, 2021; originally announced May 2021.

  25. arXiv:2101.05181  [pdf, other

    cs.CV cs.AI cs.RO

    Memory-Augmented Reinforcement Learning for Image-Goal Navigation

    Authors: Lina Mezghani, Sainbayar Sukhbaatar, Thibaut Lavril, Oleksandr Maksymets, Dhruv Batra, Piotr Bojanowski, Karteek Alahari

    Abstract: In this work, we present a memory-augmented approach for image-goal navigation. Earlier attempts, including RL-based and SLAM-based approaches have either shown poor generalization performance, or are heavily-reliant on pose/depth sensors. Our method is based on an attention-based end-to-end model that leverages an episodic memory to learn to navigate. First, we train a state-embedding network in… ▽ More

    Submitted 12 September, 2022; v1 submitted 13 January, 2021; originally announced January 2021.

    Journal ref: IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) 2022

  26. arXiv:2004.04954  [pdf, other

    cs.CV cs.AI cs.LG cs.RO

    Learning to Visually Navigate in Photorealistic Environments Without any Supervision

    Authors: Lina Mezghani, Sainbayar Sukhbaatar, Arthur Szlam, Armand Joulin, Piotr Bojanowski

    Abstract: Learning to navigate in a realistic setting where an agent must rely solely on visual inputs is a challenging task, in part because the lack of position information makes it difficult to provide supervision during training. In this paper, we introduce a novel approach for learning to navigate from image inputs without external supervision or reward. Our approach consists of three stages: learning… ▽ More

    Submitted 10 April, 2020; originally announced April 2020.

  27. arXiv:2002.09402  [pdf, other

    cs.LG cs.CL stat.ML

    Addressing Some Limitations of Transformers with Feedback Memory

    Authors: Angela Fan, Thibaut Lavril, Edouard Grave, Armand Joulin, Sainbayar Sukhbaatar

    Abstract: Transformers have been successfully applied to sequential, auto-regressive tasks despite being feedforward networks. Unlike recurrent neural networks, Transformers use attention to capture temporal relations while processing input tokens in parallel. While this parallelization makes them computationally efficient, it restricts the model from fully exploiting the sequential nature of the input. The… ▽ More

    Submitted 25 January, 2021; v1 submitted 21 February, 2020; originally announced February 2020.

  28. arXiv:1907.01470  [pdf, other

    cs.LG cs.CL stat.ML

    Augmenting Self-attention with Persistent Memory

    Authors: Sainbayar Sukhbaatar, Edouard Grave, Guillaume Lample, Herve Jegou, Armand Joulin

    Abstract: Transformer networks have lead to important progress in language modeling and machine translation. These models include two consecutive modules, a feed-forward layer and a self-attention layer. The latter allows the network to capture long term dependencies and are often regarded as the key ingredient in the success of Transformers. Building upon this intuition, we propose a new model that solely… ▽ More

    Submitted 2 July, 2019; originally announced July 2019.

  29. arXiv:1905.07799  [pdf, other

    cs.LG stat.ML

    Adaptive Attention Span in Transformers

    Authors: Sainbayar Sukhbaatar, Edouard Grave, Piotr Bojanowski, Armand Joulin

    Abstract: We propose a novel self-attention mechanism that can learn its optimal attention span. This allows us to extend significantly the maximum context size used in Transformer, while maintaining control over their memory footprint and computational time. We show the effectiveness of our approach on the task of character level language modeling, where we achieve state-of-the-art performances on text8 an… ▽ More

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

    Comments: Accepted to ACL 2019

  30. arXiv:1812.09755  [pdf, other

    cs.LG cs.AI cs.MA stat.ML

    Learning when to Communicate at Scale in Multiagent Cooperative and Competitive Tasks

    Authors: Amanpreet Singh, Tushar Jain, Sainbayar Sukhbaatar

    Abstract: Learning when to communicate and doing that effectively is essential in multi-agent tasks. Recent works show that continuous communication allows efficient training with back-propagation in multi-agent scenarios, but have been restricted to fully-cooperative tasks. In this paper, we present Individualized Controlled Continuous Communication Model (IC3Net) which has better training efficiency than… ▽ More

    Submitted 23 December, 2018; originally announced December 2018.

    Comments: Accepted to ICLR 2019

  31. arXiv:1811.09083  [pdf, other

    cs.LG stat.ML

    Learning Goal Embeddings via Self-Play for Hierarchical Reinforcement Learning

    Authors: Sainbayar Sukhbaatar, Emily Denton, Arthur Szlam, Rob Fergus

    Abstract: In hierarchical reinforcement learning a major challenge is determining appropriate low-level policies. We propose an unsupervised learning scheme, based on asymmetric self-play from Sukhbaatar et al. (2018), that automatically learns a good representation of sub-goals in the environment and a low-level policy that can execute them. A high-level policy can then direct the lower one by generating a… ▽ More

    Submitted 22 November, 2018; originally announced November 2018.

  32. arXiv:1809.02031  [pdf, other

    cs.AI

    Planning with Arithmetic and Geometric Attributes

    Authors: David Folqué, Sainbayar Sukhbaatar, Arthur Szlam, Joan Bruna

    Abstract: A desirable property of an intelligent agent is its ability to understand its environment to quickly generalize to novel tasks and compose simpler tasks into more complex ones. If the environment has geometric or arithmetic structure, the agent should exploit these for faster generalization. Building on recent work that augments the environment with user-specified attributes, we show that further… ▽ More

    Submitted 6 September, 2018; originally announced September 2018.

  33. arXiv:1803.00512  [pdf, other

    cs.AI

    Composable Planning with Attributes

    Authors: Amy Zhang, Adam Lerer, Sainbayar Sukhbaatar, Rob Fergus, Arthur Szlam

    Abstract: The tasks that an agent will need to solve often are not known during training. However, if the agent knows which properties of the environment are important then, after learning how its actions affect those properties, it may be able to use this knowledge to solve complex tasks without training specifically for them. Towards this end, we consider a setup in which an environment is augmented with… ▽ More

    Submitted 25 April, 2019; v1 submitted 1 March, 2018; originally announced March 2018.

    Journal ref: International Conference on Machine Learning, 2018

  34. arXiv:1703.05407  [pdf, other

    cs.LG

    Intrinsic Motivation and Automatic Curricula via Asymmetric Self-Play

    Authors: Sainbayar Sukhbaatar, Zeming Lin, Ilya Kostrikov, Gabriel Synnaeve, Arthur Szlam, Rob Fergus

    Abstract: We describe a simple scheme that allows an agent to learn about its environment in an unsupervised manner. Our scheme pits two versions of the same agent, Alice and Bob, against one another. Alice proposes a task for Bob to complete; and then Bob attempts to complete the task. In this work we will focus on two kinds of environments: (nearly) reversible environments and environments that can be res… ▽ More

    Submitted 27 April, 2018; v1 submitted 15 March, 2017; originally announced March 2017.

    Comments: Published in ICLR 2018

  35. arXiv:1605.07736  [pdf, other

    cs.LG cs.AI

    Learning Multiagent Communication with Backpropagation

    Authors: Sainbayar Sukhbaatar, Arthur Szlam, Rob Fergus

    Abstract: Many tasks in AI require the collaboration of multiple agents. Typically, the communication protocol between agents is manually specified and not altered during training. In this paper we explore a simple neural model, called CommNet, that uses continuous communication for fully cooperative tasks. The model consists of multiple agents and the communication between them is learned alongside their p… ▽ More

    Submitted 31 October, 2016; v1 submitted 25 May, 2016; originally announced May 2016.

    Comments: Accepted to NIPS 2016

  36. arXiv:1512.02167  [pdf, other

    cs.CV cs.CL

    Simple Baseline for Visual Question Answering

    Authors: Bolei Zhou, Yuandong Tian, Sainbayar Sukhbaatar, Arthur Szlam, Rob Fergus

    Abstract: We describe a very simple bag-of-words baseline for visual question answering. This baseline concatenates the word features from the question and CNN features from the image to predict the answer. When evaluated on the challenging VQA dataset [2], it shows comparable performance to many recent approaches using recurrent neural networks. To explore the strength and weakness of the trained model, we… ▽ More

    Submitted 15 December, 2015; v1 submitted 7 December, 2015; originally announced December 2015.

    Comments: One comparison method's scores are put into the correct column, and a new experiment of generating attention map is added

  37. arXiv:1511.07401  [pdf, other

    cs.LG cs.AI cs.NE

    MazeBase: A Sandbox for Learning from Games

    Authors: Sainbayar Sukhbaatar, Arthur Szlam, Gabriel Synnaeve, Soumith Chintala, Rob Fergus

    Abstract: This paper introduces MazeBase: an environment for simple 2D games, designed as a sandbox for machine learning approaches to reasoning and planning. Within it, we create 10 simple games embodying a range of algorithmic tasks (e.g. if-then statements or set negation). A variety of neural models (fully connected, convolutional network, memory network) are deployed via reinforcement learning on these… ▽ More

    Submitted 7 January, 2016; v1 submitted 23 November, 2015; originally announced November 2015.

  38. arXiv:1503.08895  [pdf, other

    cs.NE cs.CL

    End-To-End Memory Networks

    Authors: Sainbayar Sukhbaatar, Arthur Szlam, Jason Weston, Rob Fergus

    Abstract: We introduce a neural network with a recurrent attention model over a possibly large external memory. The architecture is a form of Memory Network (Weston et al., 2015) but unlike the model in that work, it is trained end-to-end, and hence requires significantly less supervision during training, making it more generally applicable in realistic settings. It can also be seen as an extension of RNNse… ▽ More

    Submitted 24 November, 2015; v1 submitted 30 March, 2015; originally announced March 2015.

    Comments: Accepted to NIPS 2015

  39. arXiv:1406.2080  [pdf, other

    cs.CV cs.LG cs.NE

    Training Convolutional Networks with Noisy Labels

    Authors: Sainbayar Sukhbaatar, Joan Bruna, Manohar Paluri, Lubomir Bourdev, Rob Fergus

    Abstract: The availability of large labeled datasets has allowed Convolutional Network models to achieve impressive recognition results. However, in many settings manual annotation of the data is impractical; instead our data has noisy labels, i.e. there is some freely available label for each image which may or may not be accurate. In this paper, we explore the performance of discriminatively-trained Convn… ▽ More

    Submitted 10 April, 2015; v1 submitted 9 June, 2014; originally announced June 2014.

    Comments: Accepted as a workshop contribution at ICLR 2015

  40. arXiv:1301.3323  [pdf, ps, other

    cs.CV cs.LG

    Auto-pooling: Learning to Improve Invariance of Image Features from Image Sequences

    Authors: Sainbayar Sukhbaatar, Takaki Makino, Kazuyuki Aihara

    Abstract: Learning invariant representations from images is one of the hardest challenges facing computer vision. Spatial pooling is widely used to create invariance to spatial shifting, but it is restricted to convolutional models. In this paper, we propose a novel pooling method that can learn soft clustering of features from image sequences. It is trained to improve the temporal coherence of features, wh… ▽ More

    Submitted 18 March, 2013; v1 submitted 15 January, 2013; originally announced January 2013.

    Comments: 9 pages, 10 figures. Submission for ICLR 2013