← Search

richard socher

46 accepted papers

2021

BERTology Meets Biology: Interpreting Attention in Protein Language Models

ICLR 2021poster

Transformer architectures have proven to learn useful representations for protein classification and generation tasks. However, these representations present challenges in interpretability. In this work, we demonstrate a set of methods for analyzing protein Transformer models through the lens of att…

2021

Catastrophic Fisher Explosion: Early Phase Fisher Matrix Impacts Generalization

ICML 2021spotlight

The early phase of training a deep neural network has a dramatic effect on the local curvature of the loss function. For instance, using a small learning rate does not guarantee stable optimization because the optimization trajectory has a tendency to steer towards regions of the loss surface with i…

Cited by 80SourcePDFScholar
2021

DART: Open-Domain Structured Data Record to Text Generation

NAACL 2021long

We present DART, an open domain structured DAta Record to Text generation dataset with over 82k instances (DARTs). Data-to-text annotations can be a costly process, especially when dealing with tables which are the major source of structured data and contain nontrivial structures. To this end, we pr…

2021

Evaluating State-of-the-Art Classification Models Against Bayes Optimality

NeurIPS 2021poster

Evaluating the inherent difficulty of a given data-driven classification problem is important for establishing absolute benchmarks and evaluating progress in the field. To this end, a natural quantity to consider is the \emph{Bayes error}, which measures the optimal classification error theoreticall…

Cited by 12SourcePDFScholar
2021

GraPPa: Grammar-Augmented Pre-Training for Table Semantic Parsing

ICLR 2021poster

We present GraPPa, an effective pre-training approach for table semantic parsing that learns a compositional inductive bias in the joint representations of textual and tabular data. We construct synthetic question-SQL pairs over high-quality tables via a synchronous context-free grammar (SCFG). We p…

Cited by 106SourcePDFScholar
2021

WOAD: Weakly Supervised Online Action Detection in Untrimmed Videos

CVPR 2021poster

Online action detection in untrimmed videos aims to identify an action as it happens, which makes it very important for real-time applications. Previous methods rely on tedious annotations of temporal action boundaries for training, which hinders the scalability of online action detection systems. W…

Cited by 68PDFScholar
2020

A Simple Language Model for Task-Oriented Dialogue

NeurIPS 2020spotlight

Task-oriented dialogue is often decomposed into three tasks: understanding user input, deciding actions, and generating a response. While such decomposition might suggest a dedicated model for each sub-task, we find a simple, unified approach leads to state-of-the-art performance on the MultiWOZ dat…

2020

Assessing Local Generalization Capability in Deep Models

AISTATS 2020poster

While it has not yet been proven, empirical evidence suggests that model generalization is related to local properties of the optima, which can be described via the Hessian. We connect model generalization with the local property of a solution under the PAC-Bayes paradigm. In particular, we prove th…

2020

Explore, Discover and Learn: Unsupervised Discovery of State-Covering Skills

ICML 2020poster

Acquiring abilities in the absence of a task-oriented reward function is at the frontier of reinforcement learning research. This problem has been studied through the lens of empowerment, which draws a connection between option discovery and information theory. Information-theoretic skill discovery…

2020

Learning From Noisy Anchors for One-Stage Object Detection

CVPR 2020poster

State-of-the-art object detectors rely on regressing and classifying an extensive list of possible anchors, which are divided into positive and negative samples based on their intersection-over-union (IoU) with corresponding ground-truth objects. Such a harsh split conditioned on IoU results in bina…

Cited by 126PDFcodeScholar
2020

Learning to Retrieve Reasoning Paths over Wikipedia Graph for Question Answering

ICLR 2020poster

Answering questions that require multi-hop reasoning at web-scale necessitates retrieving multiple evidence documents, one of which often has little lexical or semantic relationship to the question. This paper introduces a new graph-based recurrent retrieval approach that learns to retrieve reasonin…

Cited by 329SourcecodeScholar
2020

Online Structured Meta-learning

NeurIPS 2020poster

Learning quickly is of great importance for machine intelligence deployed in online platforms. With the capability of transferring knowledge from learned tasks, meta-learning has shown its effectiveness in online scenarios by continuously updating the model with the learned prior. However, current o…

Cited by 38SourcePDFScholar
2020

Theory-Inspired Path-Regularized Differential Network Architecture Search

NeurIPS 2020oral

Despite its high search efficiency, differential architecture search (DARTS) often selects network architectures with dominated skip connections which lead to performance degradation. However, theoretical understandings on this issue remain absent, hindering the development of more advanced methods…

Cited by 72SourcePDFScholar
2020

Towards Understanding Hierarchical Learning: Benefits of Neural Representations

NeurIPS 2020poster

Deep neural networks can empirically perform efficient hierarchical learning, in which the layers learn useful representations of the data. However, how they make use of the intermediate representations are not explained by recent theories that relate them to ``shallow learners'' such as kernels. In…

Cited by 63SourcePDFScholar
2019

A Closer Look at Deep Learning Heuristics: Learning rate restarts, Warmup and Distillation

ICLR 2019poster

The convergence rate and final performance of common deep learning models have significantly benefited from recently proposed heuristics such as learning rate schedules, knowledge distillation, skip connections and normalization layers. In the absence of theoretical underpinnings, controlled experim…

Cited by 368SourcePDFScholar
2019

AdaFrame: Adaptive Frame Selection for Fast Video Recognition

CVPR 2019poster

We present AdaFrame, a framework that adaptively selects relevant frames on a per-input basis for fast video recognition. AdaFrame contains a Long Short-Term Memory network augmented with a global memory that provides context information for searching which frames to use over time. Trained with poli…

Cited by 258PDFScholar
2019

Augmented Cyclic Adversarial Learning for Low Resource Domain Adaptation

ICLR 2019poster

Training a model to perform a task typically requires a large amount of data from the domains in which the task will be applied. However, it is often the case that data are abundant in some domains but scarce in others. Domain adaptation deals with the challenge of adapting a model trained from a da…

Cited by 70SourcePDFScholar
2019

Coarse-grain Fine-grain Coattention Network for Multi-evidence Question Answering

ICLR 2019poster

End-to-end neural models have made significant progress in question answering, however recent studies show that these models implicitly assume that the answer and evidence appear close together in a single document. In this work, we propose the Coarse-grain Fine-grain Coattention Network (CFC), a ne…

Cited by 78SourcePDFScholar
2019

Global-to-local Memory Pointer Networks for Task-Oriented Dialogue

ICLR 2019poster

End-to-end task-oriented dialogue is challenging since knowledge bases are usually large, dynamic and hard to incorporate into a learning framework. We propose the global-to-local memory pointer (GLMP) networks to address this issue. In our model, a global memory encoder and a local memory decoder a…

2019

Keeping Your Distance: Solving Sparse Reward Tasks Using Self-Balancing Shaped Rewards

NeurIPS 2019poster

While using shaped rewards can be beneficial when solving sparse reward tasks, their successful application often requires careful engineering and is problem specific. For instance, in tasks where the agent must achieve some goal state, simple distance-to-goal reward shaping often fails, as it rend…

2019

Learn to Grow: A Continual Structure Learning Framework for Overcoming Catastrophic Forgetting

ICML 2019oral

Addressing catastrophic forgetting is one of the key challenges in continual learning where machine learning systems are trained with sequential or streaming tasks. Despite recent remarkable progress in state-of-the-art deep learning, deep neural networks (DNNs) are still plagued with the catastroph…

Cited by 531SourcePDFScholar
2019

On the Generalization Gap in Reparameterizable Reinforcement Learning

ICML 2019oral

Understanding generalization in reinforcement learning (RL) is a significant challenge, as many common assumptions of traditional supervised learning theory do not apply. We focus on the special class of reparameterizable RL problems, where the trajectory distribution can be decomposed using the rep…

Cited by 48SourcePDFScholar
2019

Self-Monitoring Navigation Agent via Auxiliary Progress Estimation

ICLR 2019poster

The Vision-and-Language Navigation (VLN) task entails an agent following navigational instruction in photo-realistic unknown environments. This challenging task demands that the agent be aware of which instruction was completed, which instruction is needed next, which way to go, and its navigation p…

2019

StartNet: Online Detection of Action Start in Untrimmed Videos

ICCV 2019poster

We propose StartNet to address Online Detection of Action Start (ODAS) where action starts and their associated categories are detected in untrimmed, streaming videos. Previous methods aim to localize action starts by learning feature representations that can directly separate the start point from i…

Cited by 70PDFcodeScholar
2018

A Flexible Approach to Automated RNN Architecture Generation

ICLR 2018workshop

The process of designing neural architectures requires expert knowledge and extensive trial and error. While automated architecture search may simplify these requirements, the recurrent neural network (RNN) architectures generated by existing methods are limited in both flexibility and components. W…

Cited by 22SourceScholar
2018

DCN+: Mixed Objective And Deep Residual Coattention for Question Answering

ICLR 2018poster

Traditional models for question answering optimize using cross entropy loss, which encourages exact answers at the cost of penalizing nearby or overlapping answers that are sometimes equally accurate. We propose a mixed objective that combines cross entropy loss with self-critical policy learning, u…

Cited by 133SourcePDFScholar
2018

End-to-End Dense Video Captioning With Masked Transformer

CVPR 2018poster

Dense video captioning aims to generate text descriptions for all events in an untrimmed video. This involves both detecting and describing events. Therefore, all previous methods on dense video captioning tackle this problem by building two models, i.e. an event proposal and a captioning model, for…

Cited by 728SourcePDFScholar
2018

Hierarchical and Interpretable Skill Acquisition in Multi-task Reinforcement Learning

ICLR 2018poster

Learning policies for complex tasks that require multiple different skills is a major challenge in reinforcement learning (RL). It is also a requirement for its deployment in real-world scenarios. This paper proposes a novel framework for efficient multi-task reinforcement learning. Our framework tr…

Cited by 194SourcePDFScholar
2018

Non-Autoregressive Neural Machine Translation

ICLR 2018poster

Existing approaches to neural machine translation condition each output word on previously generated outputs. We introduce a model that avoids this autoregressive property and produces its outputs in parallel, allowing an order of magnitude lower latency during inference. Through knowledge distillat…

2018

Regularizing and Optimizing LSTM Language Models

ICLR 2018poster

In this paper, we consider the specific problem of word-level language modeling and investigate strategies for regularizing and optimizing LSTM-based models. We propose the weight-dropped LSTM, which uses DropConnect on hidden-to-hidden weights, as a form of recurrent regularization. Further, we int…

2017

Knowing When to Look: Adaptive Attention via a Visual Sentinel for Image Captioning

CVPR 2017spotlight

Attention-based neural encoder-decoder frameworks have been widely adopted for image captioning. Most methods force visual attention to be active for every generated word. However, the decoder likely requires little to no visual information from the image to predict non-visual words such as "the" an…

Cited by 2002PDFcodeScholar
2017

Learned in Translation: Contextualized Word Vectors

NeurIPS 2017poster

Computer vision has benefited from initializing multiple deep layers with weights pretrained on large supervised training sets like ImageNet. Natural language processing (NLP) typically sees initialization of only the lowest layer of deep models with pretrained word vectors. In this paper, we use a…

2017

Tying Word Vectors and Word Classifiers: A Loss Framework for Language Modeling

ICLR 2017poster

Recurrent neural networks have been very successful at predicting sequences of words in tasks such as language modeling. However, all such models are based on the conventional classification framework, where the model is trained against one-hot targets, and each word is represented both as an input…

Cited by 448SourceScholar
2016

Ask Me Anything: Dynamic Memory Networks for Natural Language Processing

ICML 2016poster

Most tasks in natural language processing can be cast into question answering (QA) problems over language input. We introduce the dynamic memory network (DMN), a neural network architecture which processes input sequences and questions, forms episodic memories, and generates relevant answers. Questi…

Cited by 1616SourcePDFScholar
2016

Dynamic Memory Networks for Visual and Textual Question Answering

ICML 2016poster

Neural network architectures with memory and attention mechanisms exhibit certain reason- ing capabilities required for question answering. One such architecture, the dynamic memory net- work (DMN), obtained high accuracy on a variety of language tasks. However, it was not shown whether the architec…

Cited by 935SourcePDFScholar