← Search

Honglak Lee

144 accepted papers

2026

AnthroTAP: Learning Point Tracking with Real-World Motion

CVPR 2026

Point tracking models often struggle to generalize to real-world videos because large-scale training data is predominantly synthetic--the only source currently feasible to produce at scale. Collecting real-world annotations, however, is prohibitively expensive, as it requires tracking hundreds of po

Cited by 0SourcecodeScholar
2026

DEER: A Benchmark for Evaluating Deep Research Agents on Expert Report Generation

ICML 2026poster

Recent advances in large language models have enabled deep research systems that generate expert-level reports through multi-step reasoning and evidence-based synthesis. However, evaluating such reports remains challenging: report quality is multifaceted, making it difficult to determine what to ass…

Cited by 0SourceScholar
2026

Enhancing Mixture-of-Experts Specialization via Cluster-Aware Upcycling

CVPR 2026

Sparse Upcycling provides an efficient way to initialize a Mixture-of-Experts (MoE) model from pretrained dense weights instead of training from scratch. However, since all experts start from identical weights and the router is randomly initialized, the model suffers from expert symmetry and limited

Cited by 0SourceScholar
2026

Hierarchical Procedural Meta-Reasoning for Generalizable Multimodal Agents

ICML 2026poster

While multimodal agents can achieve strong performance through fine-tuning, their ability to generalize remains limited in complex real-world tasks such as mobile navigation, where diverse applications, frequent system changes, and customized workflows are common in practice. We argue that a fundame…

Cited by 0SourceScholar
2026

Learning complete and explainable visual representations from itemized text supervision

CVPR 2026

Training vision models with language supervision enables general and transferable representations. However, many visual domains, especially non-object-centric domains such as medical imaging and remote sensing, contain itemized text annotations: multiple text items describing distinct and semantical

Cited by 0SourcecodeScholar
2026

Process Reward Models That Think

ICML 2026poster

Step-by-step verifiers—also known as process reward models (PRMs)—are a key ingredient for test-time scaling, but training them requires expensive step-level supervision. This work aims to build data-efficient PRMs as verbalized step-wise reward models that verify every step in the solution by gener…

Cited by 0SourcecodeScholar
2026

SafeDPO: A Simple Approach to Direct Preference Optimization with Enhanced Safety

ICLR 2026oral

As Large Language Models (LLMs) are increasingly deployed in real-world applications, balancing both helpfulness and safety has become a central challenge. A natural approach is to incorporate safety constraints into Reinforcement Learning from Human Feedback (RLHF), where recent studies have shown…

Cited by 0SourceScholar
2025

3D Denoisers Are Good 2D Teachers: Molecular Pretraining via Denoising and Cross-Modal Distillation

AAAI 2025technical

Pretraining molecular representations from large unlabeled data is essential for molecular property prediction due to the high cost of obtaining ground-truth labels. While there exist various 2D graph-based molecular pretraining approaches, these methods struggle to show statistically significant ga…

Cited by 1SourcePDFScholar
2025

Active Test-time Vision-Language Navigation

NeurIPS 2025poster

Vision-Language Navigation (VLN) policies trained on offline datasets often exhibit degraded task performance when deployed in unfamiliar navigation environments at test time, where agents are typically evaluated without access to external interaction or feedback. Entropy minimization has emerged as…

Cited by 0SourceScholar
2025

Interactive and Expressive Code-Augmented Planning with Large Language Models

ACL 2025long

Large Language Models (LLMs) demonstrate strong abilities in common-sense reasoning and interactive decision-making, but often struggle with complex, long-horizon planning tasks. Recent techniques have sought to structure LLM outputs using control flow and code to improve planning performance. Howev…

Cited by 0SourcePDFScholar
2025

KL Penalty Control via Perturbation for Direct Preference Optimization

NeurIPS 2025poster

Direct Preference Optimization (DPO) demonstrates the advantage of aligning a large language model with human preference using only an offline dataset. However, DPO has the limitation that the KL penalty, which prevents excessive deviation from the reference model, is static throughout the training…

Cited by 0SourcecodeScholar
2025

MASSW: A New Dataset and Benchmark Tasks for AI-Assisted Scientific Workflows

NAACL 2025findings

Scientific innovation relies on detailed workflows, which include critical steps such as contextualizing literature, generating ideas, validating ideas, interpreting results, and planning new research. Scientific publications that document these workflows are extensive and unstructured, making it di…

2025

MLRC-Bench: Can Language Agents Solve Machine Learning Research Challenges?

NeurIPS 2025poster

We introduce **MLRC-Bench**, a benchmark designed to quantify how effectively language agents can tackle challenging **M**achine **L**earning (ML) **R**esearch **C**ompetitions, with a focus on open research problems that demand novel methodologies. Unlike prior work, e.g., AI Scientist, which evalu…

Cited by 0SourceScholar
2025

Revisiting LLM Value Probing Strategies: Are They Robust and Expressive?

EMNLP 2025

The value orientation of Large Language Models (LLMs) has been extensively studied, as it can shape user experiences across demographic groups.However, two key challenges remain: (1) the lack of systematic comparison across value probing strategies, despite the Multiple Choice Question (MCQ) setting

Cited by 0SourcePDFScholar
2025

Scalable Video-to-Dataset Generation for Cross-Platform Mobile Agents

CVPR 2025poster

Recent advancements in Large Language Models (LLMs) and Vision-Language Models (VLMs) have sparked significant interest in developing GUI visual agents. We introduce MONDAY (Mobile OS Navigation Task Dataset for Agents from YouTube), a large-scale dataset of 313K annotated frames from 20K instructio…

2025

Step-Calibrated Diffusion for Biomedical Optical Image Restoration

AAAI 2025technical

High-quality, high-resolution medical imaging is essential for clinical care. Raman-based biomedical optical imaging uses non-ionizing infrared radiation to evaluate human tissues in real time and is used for early cancer detection, brain tumor diagnosis, and intraoperative tissue analysis. Unfortun…

2025

Subtask-Aware Visual Reward Learning from Segmented Demonstrations

ICLR 2025poster

Reinforcement Learning (RL) agents have demonstrated their potential across various robotic tasks. However, they still heavily rely on human-engineered reward functions, requiring extensive trial-and-error and access to target behavior information, often unavailable in real-world settings. This pape…

Cited by 0SourcePDFScholar
2025

Visual Test-time Scaling for GUI Agent Grounding

ICCV 2025poster

We introduce RegionFocus, a visual test-time scaling approach for Vision Language Model Agents. Understanding webpages is challenging due to the visual complexity of GUI images and the large number of interface elements, making accurate action selection difficult. Our approach dynamically zooms in o…

2024

Auto-Intent: Automated Intent Discovery and Self-Exploration for Large Language Model Web Agents

EMNLP 2024finding

In this paper, we introduce Auto-Intent, a method to adapt a pre-trained large language model (LLM) as an agent for a target domain without direct fine-tuning, where we empirically focus on web navigation tasks. Our approach first discovers the underlying intents from target domain demonstrations un…

Cited by 7SourcePDFScholar
2024

AutoGuide: Automated Generation and Selection of Context-Aware Guidelines for Large Language Model Agents

NeurIPS 2024poster

Recent advances in large language models (LLMs) have empowered AI agents capable of performing various sequential decision-making tasks. However, effectively guiding LLMs to perform well in unfamiliar domains like web navigation, where they lack sufficient knowledge, has proven to be difficult with…

Cited by 7SourcePDFScholar
2024

Code Models are Zero-shot Precondition Reasoners

NAACL 2024long

One of the fundamental skills required for an agent acting in an environment to complete tasks is the ability to understand what actions are plausible at any given point. This work explores a novel use of code representations to reason about action preconditions for sequential decision making tasks.…

Cited by 2SourcePDFScholar
2024

Deep Exploration of Cross-Lingual Zero-Shot Generalization in Instruction Tuning

ACL 2024findings

Instruction tuning has emerged as a powerful technique, significantly boosting zero-shot performance on unseen tasks. While recent work has explored cross-lingual generalization by applying instruction tuning to multilingual models, previous studies have primarily focused on English, with a limited…

2024

Degeneration-free Policy Optimization: RL Fine-Tuning for Language Models without Degeneration

ICML 2024poster

As the pre-training objectives (e.g., next token prediction) of language models (LMs) are inherently not aligned with task scores, optimizing LMs to achieve higher downstream task scores is essential. One of the promising approaches is to fine-tune LMs through reinforcement learning (RL). However, c…

Cited by 0SourcePDFScholar
2024

Instruction Matters: A Simple yet Effective Task Selection for Optimized Instruction Tuning of Specific Tasks

EMNLP 2024main

Instruction tuning has been proven effective in enhancing zero-shot generalization across various tasks and in improving the performance of specific tasks. For task-specific improvements, strategically selecting and training on related tasks that provide meaningful supervision is crucial, as this ap…

2024

Learning to Unlearn: Instance-Wise Unlearning for Pre-trained Classifiers

AAAI 2024technical

Since the recent advent of regulations for data protection (e.g., the General Data Protection Regulation), there has been increasing demand in deleting information learned from sensitive data in pre-trained models without retraining from scratch. The inherent vulnerability of neural networks towards…

2024

Mitigating Biases for Instruction-following Language Models via Bias Neurons Elimination

ACL 2024long

Instruction-following language models often show undesirable biases. These undesirable biases may be accelerated in the real-world usage of language models, where a wide range of instructions is used through zero-shot example prompting. To solve this problem, we first define the bias neuron, which s…

Cited by 7SourcePDFScholar
2024

Prospector: Improving LLM Agents with Self-Asking and Trajectory Ranking

EMNLP 2024finding

Large language models (LLMs) have shown the ability to solve complex decision-making tasks beyond natural language processing tasks. LLM agents based on few-shot in-context learning (ICL) achieve surprisingly high performance without training. Despite their simplicity and generalizability, ICL-based…

Cited by 8SourcePDFScholar
2024

Small Language Models Need Strong Verifiers to Self-Correct Reasoning

ACL 2024findings

Self-correction has emerged as a promising solution to boost the reasoning performance of large language models (LLMs), where LLMs refine their solutions using self-generated critiques that pinpoint the errors. This work explores whether small (≤ 13B) language models (LMs) have the ability of self-c…

2024

Understanding the Capabilities and Limitations of Large Language Models for Cultural Commonsense

NAACL 2024long

Large language models (LLMs) have demonstrated substantial commonsense understanding through numerous benchmark evaluations. However, their understanding of cultural commonsense remains largely unexamined. In this paper, we conduct a comprehensive examination of the capabilities and limitations of s…

Cited by 33SourcePDFScholar
2024

Unsupervised Object Interaction Learning with Counterfactual Dynamics Models

AAAI 2024technical

We present COIL (Counterfactual Object Interaction Learning), a novel way of learning skills of object interactions on entity-centric environments. The goal is to learn primitive behaviors that can induce interactions without external reward or any supervision. Existing skill discovery methods are l…

Cited by 6SourcePDFScholar
2023

Combining Behaviors with the Successor Features Keyboard

NeurIPS 2023poster

The Option Keyboard (OK) was recently proposed as a method for transferring behavioral knowledge across tasks. OK transfers knowledge by adaptively combining subsets of known behaviors using Successor Features (SFs) and Generalized Policy Improvement (GPI). However, it relies on hand-designed state-…

Cited by 7SourcePDFScholar
2023

Composing Task Knowledge With Modular Successor Feature Approximators

ICLR 2023poster

Recently, the Successor Features and Generalized Policy Improvement (SF&GPI) framework has been proposed as a method for learning, composing and transferring predictive knowledge and behavior. SF&GPI works by having an agent learn predictive representations (SFs) that can be combined for transfer to…

Cited by 12SourcePDFScholar
2023

CycleNet: Rethinking Cycle Consistency in Text-Guided Diffusion for Image Manipulation

NeurIPS 2023poster

Diffusion models (DMs) have enabled breakthroughs in image synthesis tasks but lack an intuitive interface for consistent image-to-image (I2I) translation. Various methods have been explored to address this issue, including mask-based methods, attention-based methods, and image-conditioning. However…

2023

Few-shot Reranking for Multi-hop QA via Language Model Prompting

ACL 2023long

We study few-shot reranking for multi-hop QA (MQA) with open-domain questions. To alleviate the need for a large number of labeled question-document pairs for retriever training, we propose PromptRank, which relies on language model prompting for multi-hop path reranking. PromptRank first constructs…

Cited by 17SourcePDFScholar
2023

From Heuristic to Analytic: Cognitively Motivated Strategies for Coherent Physical Commonsense Reasoning

EMNLP 2023long main

Pre-trained language models (PLMs) have shown impressive performance in various language tasks. However, they are prone to spurious correlations, and often generate illusory information. In real-world applications, PLMs should justify decisions with formalized, coherent reasoning chains, but this ch…

Cited by 0SourcecodeScholar
2023

GRACE: Discriminator-Guided Chain-of-Thought Reasoning

EMNLP 2023long findings

In the context of multi-step reasoning, e.g., with chain-of-thought, language models (LMs) can easily assign a high likelihood to incorrect steps. As a result, decoding strategies that optimize for solution likelihood often yield incorrect solutions. To address this issue, we propose Guiding chain-o…

Cited by 0SourcecodeScholar
2023

Grouping Matrix Based Graph Pooling with Adaptive Number of Clusters

AAAI 2023technical

Graph pooling is a crucial operation for encoding hierarchical structures within graphs. Most existing graph pooling approaches formulate the problem as a node clustering task which effectively captures the graph topology. Conventional methods ask users to specify an appropriate number of clusters a…

Cited by 9SourcePDFScholar
2023

Guide Your Agent with Adaptive Multimodal Rewards

NeurIPS 2023poster

Developing an agent capable of adapting to unseen environments remains a difficult challenge in imitation learning. This work presents Adaptive Return-conditioned Policy (ARP), an efficient framework designed to enhance the agent's generalization ability using natural language task descriptions and…

2023

Hierarchical Discriminative Learning Improves Visual Representations of Biomedical Microscopy

CVPR 2023highlight

Learning high-quality, self-supervised, visual representations is essential to advance the role of computer vision in biomedical microscopy and clinical medicine. Previous work has focused on self-supervised representation learning (SSL) methods developed for instance discrimination and applied them…

Cited by 17SourcePDFScholar
2023

Lightweight Feature Encoder for Wake-Up Word Detection Based on Self-Supervised Speech Representation

ICASSP 2023accepted

Self-supervised learning method that provides generalized speech representations has recently received increasing attention. Wav2vec 2.0 is the most famous example, showing remarkable performance in numerous downstream speech processing tasks. Despite its success, it is challenging to use it directl…

Cited by 0SourceScholar
2023

Merging Generated and Retrieved Knowledge for Open-Domain QA

EMNLP 2023long main

Open-domain question answering (QA) systems are often built with retrieval modules. However, retrieving passages from a given source is known to suffer from insufficient knowledge coverage. Alternatively, prompting large language models (LLMs) to generate contextual passages based on their parametri…

Cited by 0SourcecodeScholar
2023

Preference Transformer: Modeling Human Preferences using Transformers for RL

ICLR 2023poster

Preference-based reinforcement learning (RL) provides a framework to train agents using human preferences between two behaviors. However, preference-based RL has been challenging to scale since it requires a large amount of human feedback to learn a reward function aligned with human intent. In this…

2023

Projection Regret: Reducing Background Bias for Novelty Detection via Diffusion Models

NeurIPS 2023poster

Novelty detection is a fundamental task of machine learning which aims to detect abnormal (*i.e.* out-of-distribution (OOD)) samples. Since diffusion models have recently emerged as the de facto standard generative framework with surprising generation results, novelty detection via diffusion models…

Cited by 7SourcePDFScholar
2023

SafeDICE: Offline Safe Imitation Learning with Non-Preferred Demonstrations

NeurIPS 2023poster

We consider offline safe imitation learning (IL), where the agent aims to learn the safe policy that mimics preferred behavior while avoiding non-preferred behavior from non-preferred demonstrations and unlabeled demonstrations. This problem setting corresponds to various real-world scenarios, where…

Cited by 1SourcePDFScholar
2023

Scalable 3D Captioning with Pretrained Models

NeurIPS 2023poster

We introduce Cap3D, an automatic approach for generating descriptive text for 3D objects. This approach utilizes pretrained models from image captioning, image-text alignment, and LLM to consolidate captions from multiple views of a 3D asset, completely side-stepping the time-consuming and costly pr…

2023

Simple and Effective Synthesis of Indoor 3D Scenes

AAAI 2023technical

We study the problem of synthesizing immersive 3D indoor scenes from one or a few images. Our aim is to generate high-resolution images and videos from novel viewpoints, including viewpoints that extrapolate far beyond the input images while maintaining 3D consistency. Existing approaches are highly…

2023

Story Visualization by Online Text Augmentation with Context Memory

ICCV 2023poster

Story visualization (SV) is a challenging text-to-image generation task for the difficulty of not only rendering visual details from the text descriptions but also encoding a longterm context across multiple sentences. While prior efforts mostly focus on generating a semantically relevant image for…

Cited by 9PDFcodeScholar
2023

TOD-Flow: Modeling the Structure of Task-Oriented Dialogues

EMNLP 2023long main

Task-Oriented Dialogue (TOD) systems have become crucial components in interactive artificial intelligence applications. While recent advances have capitalized on pre-trained language models (PLMs), they exhibit limitations regarding transparency and controllability. To address these challenges, we…

Cited by 0SourcecodeScholar
2023

Unsupervised Task Graph Generation from Instructional Video Transcripts

ACL 2023findings

This work explores the problem of generating task graphs of real-world activities. Different from prior formulations, we consider a setting where text transcripts of instructional videos performing a real-world activity (e.g., making coffee) are provided and the goal is to identify the key steps rel…

Cited by 12SourcePDFScholar
2022

CEDe: A collection of expert-curated datasets with atom-level entity annotations for Optical Chemical Structure Recognition

NeurIPS 2022accept

Optical Chemical Structure Recognition (OCSR) deals with the translation from chemical images to molecular structures, this being the main way chemical compounds are depicted in scientific documents. Traditionally, rule-based methods have followed a framework based on the detection of chemical entit…

Cited by 11SourcePDFScholar
2022

Fast inference and transfer of compositional task structures for few-shot task generalization

UAI 2022poster

We tackle real-world problems with complex structures beyond the pixel-based game or simulator. We formulate it as a few-shot reinforcement learning problem where a task is characterized by a subtask graph that defines a set of subtasks and their dependencies that are unknown to the agent. Different…

Cited by 0SourcePDFScholar
2022

Fully Convolutional Transformer with Local-Global Attention

IROS 2022poster

In an attempt to imitate the success of transformers in the field of natural language processing into computer vision tasks, vision transformers (ViTs) have recently gained attention. Performance breakthroughs have been achieved in coarse-grained tasks like classification. However, dense prediction…

Cited by 1SourceScholar
2022

L-Verse: Bidirectional Generation Between Image and Text

CVPR 2022oral

Far beyond learning long-range interactions of natural language, transformers are becoming the de-facto standard for many vision tasks with their power and scalability. Especially with cross-modal tasks between image and text, vector quantized variational autoencoders (VQ-VAEs) are widely used to ma…

Cited by 33PDFcodeScholar
2022

Learning Action Translator for Meta Reinforcement Learning on Sparse-Reward Tasks

AAAI 2022technical

Meta reinforcement learning (meta-RL) aims to learn a policy solving a set of training tasks simultaneously and quickly adapting to new tasks. It requires massive amounts of data drawn from training tasks to infer the common structure shared among tasks. Without heavy reward engineering, the sparse…

Cited by 13SourcePDFScholar
2022

Learning Parameterized Task Structure for Generalization to Unseen Entities

AAAI 2022technical

Real world tasks are hierarchical and compositional. Tasks can be composed of multiple subtasks (or sub-goals) that are dependent on each other. These subtasks are defined in terms of entities (e.g., "apple", "pear") that can be recombined to form new subtasks (e.g., "pickup apple", and "pickup pear…

2022

Lipschitz-constrained Unsupervised Skill Discovery

ICLR 2022poster

We study the problem of unsupervised skill discovery, whose goal is to learn a set of diverse and useful skills with no external reward. There have been a number of skill discovery methods based on maximizing the mutual information (MI) between skills and states. However, we point out that their MI…

Cited by 72SourcePDFScholar
2022

OpenSRH: optimizing brain tumor surgery using intraoperative stimulated Raman histology

NeurIPS 2022accept

Accurate intraoperative diagnosis is essential for providing safe and effective care during brain tumor surgery. Our standard-of-care diagnostic methods are time, resource, and labor intensive, which restricts access to optimal surgical treatments. To address these limitations, we propose an alterna…

Cited by 16SourcePDFScholar
2022

Path-Aware and Structure-Preserving Generation of Synthetically Accessible Molecules

ICML 2022spotlight

Computational chemistry aims to autonomously design specific molecules with target functionality. Generative frameworks provide useful tools to learn continuous representations of molecules in a latent space. While modelers could optimize chemical properties, many generated molecules are not synthes…

Cited by 12SourcePDFScholar
2022

Pure Transformers are Powerful Graph Learners

NeurIPS 2022accept

We show that standard Transformers without graph-specific modifications can lead to promising results in graph learning both in theory and practice. Given a graph, we simply treat all nodes and edges as independent tokens, augment them with token embeddings, and feed them to a Transformer. With an a…

2022

SURF: Semi-supervised Reward Learning with Data Augmentation for Feedback-efficient Preference-based Reinforcement Learning

ICLR 2022poster

Preference-based reinforcement learning (RL) has shown potential for teaching agents to perform the target tasks without a costly, pre-defined reward function by learning the reward with a supervisor’s preference between the two agent behaviors. However, preference-based learning often requires a la…

Cited by 113SourcePDFScholar
2022

Transferring Pre-trained Multimodal Representations with Cross-modal Similarity Matching

NeurIPS 2022accept

Despite surprising performance on zero-shot transfer, pre-training a large-scale multimodal model is often prohibitive as it requires a huge amount of data and computing resources. In this paper, we propose a method (BeamCLIP) that can effectively transfer the representations of a large pre-trained…

Cited by 11SourcePDFScholar
2022

Transformers meet Stochastic Block Models: Attention with Data-Adaptive Sparsity and Cost

NeurIPS 2022accept

To overcome the quadratic cost of self-attention, recent works have proposed various sparse attention modules, most of which fall under one of two groups: 1) sparse attention under a hand-crafted patterns and 2) full attention followed by a sparse variant of softmax such as $\alpha$-entmax. Unfortun…

2022

UniCLIP: Unified Framework for Contrastive Language-Image Pre-training

NeurIPS 2022accept

Pre-training vision-language models with contrastive objectives has shown promising results that are both scalable to large uncurated datasets and transferable to many downstream applications. Some following works have targeted to improve data efficiency by adding self-supervision terms, but inter-d…

Cited by 65SourcePDFScholar
2021

$i$-Mix: A Domain-Agnostic Strategy for Contrastive Representation Learning

ICLR 2021poster

Contrastive representation learning has shown to be effective to learn representations from unlabeled data. However, much progress has been made in vision domains relying on data augmentations carefully designed using domain knowledge. In this work, we propose i-Mix, a simple yet effective domain-ag…

2021

Batch Reinforcement Learning Through Continuation Method

ICLR 2021poster

Many real-world applications of reinforcement learning (RL) require the agent to learn from a fixed set of trajectories, without collecting new interactions. Policy optimization under this setting is extremely challenging as: 1) the geometry of the objective function is hard to optimize efficiently…

Cited by 20SourcePDFScholar
2021

Cross-Modal Contrastive Learning for Text-to-Image Generation

CVPR 2021poster

The output of text-to-image synthesis systems should be coherent, clear, photo-realistic scenes with high semantic fidelity to their conditioned text descriptions. Our Cross-Modal Contrastive Generative Adversarial Network (XMC-GAN) addresses this challenge by maximizing the mutual information betwe…

Cited by 434PDFcodeScholar
2021

Environment Generation for Zero-Shot Compositional Reinforcement Learning

NeurIPS 2021poster

Many real-world problems are compositional – solving them requires completing interdependent sub-tasks, either in series or in parallel, that can be represented as a dependency graph. Deep reinforcement learning (RL) agents often struggle to learn such complex tasks due to the long time horizons and…

2021

Evolving Reinforcement Learning Algorithms

ICLR 2021oral

We propose a method for meta-learning reinforcement learning algorithms by searching over the space of computational graphs which compute the loss function for a value-based model-free RL agent to optimize. The learned algorithms are domain-agnostic and can generalize to new environments not seen du…

2021

Improved Consistency Regularization for GANs

AAAI 2021technical

Recent work has increased the performance of Generative Adversarial Networks (GANs) by enforcing a consistency cost on the discriminator. We improve on this technique in several ways. We first show that consistency regularization can introduce artifacts into the GAN samples and explain how to fix th…

2021

Improving Transferability of Representations via Augmentation-Aware Self-Supervision

NeurIPS 2021poster

Recent unsupervised representation learning methods have shown to be effective in a range of vision tasks by learning representations invariant to data augmentations such as random cropping and color jittering. However, such invariance could be harmful to downstream tasks if they rely on the charact…

2021

Pathdreamer: A World Model for Indoor Navigation

ICCV 2021poster

People navigating in unfamiliar buildings take advantage of myriad visual, spatial and semantic cues to efficiently achieve their navigation goals. Towards equipping computational agents with similar capabilities, we introduce Pathdreamer, a visual world model for agents navigating in novel indoor e…

Cited by 82PDFcodeScholar
2021

Reinforcement Learning for Sparse-Reward Object-Interaction Tasks in a First-person Simulated 3D Environment

IJCAI 2021poster

Learning how to execute complex tasks involving multiple objects in a 3D world is challenging when there is no ground-truth information about the objects or any demonstration to learn from. When an agent only receives a signal from task-completion, this makes it challenging to learn the object-repr…

Cited by 12SourcePDFScholar
2021

Revisiting Hierarchical Approach for Persistent Long-Term Video Prediction

ICLR 2021poster

Learning to predict the long-term future of video frames is notoriously challenging due to the inherent ambiguities in a distant future and dramatic amplification of prediction error over time. Despite the recent advances in the literature, existing approaches are limited to moderately short-term pr…

2021

Shortest-Path Constrained Reinforcement Learning for Sparse Reward Tasks

ICML 2021spotlight

We propose the k-Shortest-Path (k-SP) constraint: a novel constraint on the agent’s trajectory that improves the sample efficiency in sparse-reward MDPs. We show that any optimal policy necessarily satisfies the k-SP constraint. Notably, the k-SP constraint prevents the policy from exploring state-a…

2021

State Entropy Maximization with Random Encoders for Efficient Exploration

ICML 2021spotlight

Recent exploration methods have proven to be a recipe for improving sample-efficiency in deep reinforcement learning (RL). However, efficient exploration in high-dimensional observation spaces still remains a challenge. This paper presents Random Encoders for Efficient Exploration (RE3), an explorat…

2021

Successor Feature Landmarks for Long-Horizon Goal-Conditioned Reinforcement Learning

NeurIPS 2021poster

Operating in the real-world often requires agents to learn about a complex environment and apply this understanding to achieve a breadth of goals. This problem, known as goal-conditioned reinforcement learning (GCRL), becomes especially challenging for long-horizon goals. Current methods have tackle…

Cited by 42SourcePDFScholar
2021

Variational Empowerment as Representation Learning for Goal-Conditioned Reinforcement Learning

ICML 2021spotlight

Learning to reach goal states and learning diverse skills through mutual information maximization have been proposed as principled frameworks for unsupervised reinforcement learning, allowing agents to acquire broadly applicable multi-task policies with minimal reward engineering. In this paper, we…

Cited by 40SourcePDFScholar
2021

Why Do Better Loss Functions Lead to Less Transferable Features?

NeurIPS 2021poster

Previous work has proposed many new loss functions and regularizers that improve test accuracy on image classification tasks. However, it is not clear whether these loss functions learn better representations for downstream tasks. This paper studies how the choice of training objective affects the t…

Cited by 115SourcePDFScholar
2020

BRPO: Batch Residual Policy Optimization

IJCAI 2020poster

In batch reinforcement learning (RL), one often constrains a learned policy to be close to the behavior (data-generating) policy, e.g., by constraining the learned action distribution to differ from the behavior policy by some maximum degree that is the same at each state. This can cause batch RL t…

Cited by 0SourcePDFScholar
2020

Bridging Imagination and Reality for Model-Based Deep Reinforcement Learning

NeurIPS 2020poster

Sample efficiency has been one of the major challenges for deep reinforcement learning. Recently, model-based reinforcement learning has been proposed to address this challenge by performing planning on imaginary trajectories with a learned world model. However, world model learning may suffer from…

2020

Context-aware Dynamics Model for Generalization in Model-Based Reinforcement Learning

ICML 2020poster

Model-based reinforcement learning (RL) enjoys several benefits, such as data-efficiency and planning, by learning a model of the environment’s dynamics. However, learning a global model that can generalize across different dynamics remains a challenge. To tackle this problem, we decompose the task…

2020

Distilling Effective Supervision From Severe Label Noise

CVPR 2020poster

Collecting large-scale data with clean labels for supervised training of neural networks is practically challenging. Although noisy labels are usually cheap to acquire, existing methods suffer a lot from label noise. This paper targets at the challenge of robust training at high label noise regimes.…

Cited by 174PDFcodeScholar
2020

Efficient Adversarial Training With Transferable Adversarial Examples

CVPR 2020poster

Adversarial training is an effective defense method to protect classification models against adversarial attacks. However, one limitation of this approach is that it can require orders of magnitude additional training time due to high cost of generating strong adversarial examples during training. I…

Cited by 156PDFcodeScholar
2020

High-Fidelity Synthesis with Disentangled Representation

ECCV 2020poster

Learning disentangled representation of data without supervision is an important step towards improving the interpretability of generative models. Despite recent advances in disentangled representation learning, existing approaches often suffer from the trade-off between representation learning and…

2020

Memory Based Trajectory-conditioned Policies for Learning from Sparse Rewards

NeurIPS 2020poster

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 resu…

Cited by 39SourcePDFScholar
2020

Meta Reinforcement Learning with Autonomous Inference of Subtask Dependencies

ICLR 2020poster

We propose and address a novel few-shot RL problem, where a task is characterized by a subtask graph which describes a set of subtasks and their dependencies that are unknown to the agent. The agent needs to quickly adapt to the task over few episodes during adaptation phase to maximize the return i…

Cited by 58SourcecodeScholar
2020

Network Randomization: A Simple Technique for Generalization in Deep Reinforcement Learning

ICLR 2020poster

Deep reinforcement learning (RL) agents often fail to generalize to unseen environments (yet semantically similar to trained agents), particularly when they are trained on high-dimensional state spaces, such as images. In this paper, we propose a simple technique to improve a generalization ability…

Cited by 246SourcecodeScholar
2020

Ode to an ODE

NeurIPS 2020poster

We present a new paradigm for Neural ODE algorithms, called ODEtoODE, where time-dependent parameters of the main flow evolve according to a matrix flow on the orthogonal group O(d). This nested system of two flows, where the parameter-flow is constrained to lie on the compact manifold, provides sta…

Cited by 30SourcePDFScholar
2020

SemanticAdv: Generating Adversarial Examples via Attribute-conditioned Image Editing

ECCV 2020poster

Deep neural networks (DNNs) have achieved great successes in various vision applications due to their strong expressive power. However, recent studies have shown that DNNs are vulnerable to adversarial examples which are manipulated instances targeting to mislead DNNs to make incorrect predictions.…

Cited by 203SourcePDFScholar
2019

Adversarial Defense via Learning to Generate Diverse Attacks

ICCV 2019poster

With the remarkable success of deep learning, Deep Neural Networks (DNNs) have been applied as dominant tools to various machine learning domains. Despite this success, however, it has been found that DNNs are surprisingly vulnerable to malicious attacks; adding a small, perceptually indistinguishab…

Cited by 99PDFcodeScholar
2019

Contingency-Aware Exploration in Reinforcement Learning

ICLR 2019poster

This paper investigates whether learning contingency-awareness and controllable aspects of an environment can lead to better exploration in reinforcement learning. To investigate this question, we consider an instantiation of this hypothesis evaluated on the Arcade Learning Element (ALE). In this st…

Cited by 96SourcePDFScholar
2019

Diversity-Sensitive Conditional Generative Adversarial Networks

ICLR 2019poster

We propose a simple yet highly effective method that addresses the mode-collapse problem in the Conditional Generative Adversarial Network (cGAN). Although conditional distributions are multi-modal (i.e., having many modes) in practice, most cGAN approaches tend to learn an overly simplified distr…

Cited by 253SourcePDFScholar
2019

High Fidelity Video Prediction with Large Stochastic Recurrent Neural Networks

NeurIPS 2019poster

Predicting future video frames is extremely challenging, as there are many factors of variation that make up the dynamics of how frames change through time. Previously proposed solutions require complex inductive biases inside network architectures with highly specialized computation, including segm…

Cited by 172SourcePDFScholar
2019

Learning Latent Dynamics for Planning from Pixels

ICML 2019oral

Planning has been very successful for control tasks with known environment dynamics. To leverage planning in unknown environments, the agent needs to learn the dynamics from interactions with the world. However, learning dynamics models that are accurate enough for planning has been a long-standing…

2019

Near-Optimal Representation Learning for Hierarchical Reinforcement Learning

ICLR 2019poster

We study the problem of representation learning in goal-conditioned hierarchical reinforcement learning. In such hierarchical structures, a higher-level controller solves tasks by iteratively communicating goals which a lower-level policy is trained to reach. Accordingly, the choice of representatio…

2019

Overcoming Catastrophic Forgetting With Unlabeled Data in the Wild

ICCV 2019poster

Lifelong learning with deep neural networks is well-known to suffer from catastrophic forgetting: the performance on previous tasks drastically degrades when learning a new task. To alleviate this effect, we propose to leverage a large stream of unlabeled data easily obtainable in the wild. In parti…

Cited by 285PDFcodeScholar
2019

Robust Inference via Generative Classifiers for Handling Noisy Labels

ICML 2019oral

Large-scale datasets may contain significant proportions of noisy (incorrect) class labels, and it is well-known that modern deep neural networks (DNNs) poorly generalize from such noisy training datasets. To mitigate the issue, we propose a novel inference method, termed Robust Generative classifie…

2019

Similarity of Neural Network Representations Revisited

ICML 2019oral

Recent work has sought to understand the behavior of neural networks by comparing representations between layers and between different trained models. We examine methods for comparing neural network representations based on canonical correlation analysis (CCA). We show that CCA belongs to a family o…

Cited by 1704SourcePDFScholar
2019

Unsupervised learning of object structure and dynamics from videos

NeurIPS 2019poster

Extracting and predicting object structure and dynamics from videos without supervision is a major challenge in machine learning. To address this challenge, we adopt a keypoint-based image representation and learn a stochastic dynamics model of the keypoints. Future frames are reconstructed from the…

2018

A Simple Unified Framework for Detecting Out-of-Distribution Samples and Adversarial Attacks

NeurIPS 2018spotlight

Detecting test samples drawn sufficiently far away from the training distribution statistically or adversarially is a fundamental requirement for deploying a good classifier in many real-world machine learning applications. However, deep neural networks with the softmax classifier are known to produ…

2018

Data-Efficient Hierarchical Reinforcement Learning

NeurIPS 2018poster

Hierarchical reinforcement learning (HRL) is a promising approach to extend traditional reinforcement learning (RL) methods to solve more complex tasks. Yet, the majority of current HRL methods require careful task-specific design and on-policy training, making them difficult to apply in real-world…

2018

Hierarchical Long-term Video Prediction without Supervision

ICML 2018oral

Much of recent research has been devoted to video prediction and generation, yet most of the previous works have demonstrated only limited success in generating videos on short-term horizons. The hierarchical video prediction method by Villegas et al. (2017) is an example of a state-of-the-art metho…

Cited by 164SourcePDFScholar
2018

Hierarchical Novelty Detection for Visual Object Recognition

CVPR 2018poster

Deep neural networks have achieved impressive success in large-scale visual object recognition tasks with a predefined set of classes. However, recognizing objects of novel classes unseen during training still remains challenging. The problem of detecting such novel classes has been addressed in the…

Cited by 94SourcePDFScholar
2018

Hierarchical Reinforcement Learning for Zero-shot Generalization with Subtask Dependencies

NeurIPS 2018poster

We introduce a new RL problem where the agent is required to generalize to a previously-unseen environment characterized by a subtask graph which describes a set of subtasks and their dependencies. Unlike existing hierarchical multitask RL approaches that explicitly describe what the agent should do…

2018

Inferring Semantic Layout for Hierarchical Text-to-Image Synthesis

CVPR 2018poster

We propose a novel hierarchical approach for text-to-image synthesis by inferring semantic layout. Instead of learning a direct mapping from text to image, our algorithm decomposes the generation process into multiple steps, in which it first constructs a semantic layout from the text by the layout…

Cited by 606SourcePDFScholar
2018

Learning 6-DOF Grasping Interaction via Deep Geometry-Aware 3D Representations

ICRA 2018poster

This paper focuses on the problem of learning 6- DOF grasping with a parallel jaw gripper in simulation. Our key idea is constraining and regularizing grasping interaction learning through 3D geometry prediction. We introduce a deep geometry-aware grasping network (DGGN) that decomposes the learning…

Cited by 139SourceScholar
2018

Learning Hierarchical Semantic Image Manipulation through Structured Representations

NeurIPS 2018poster

Understanding, reasoning, and manipulating semantic concepts of images have been a fundamental research problem for decades. Previous work mainly focused on direct manipulation of natural image manifold through color strokes, key-points, textures, and holes-to-fill. In this work, we present a novel…

Cited by 97SourcePDFScholar
2018

MT-VAE: Learning Motion Transformations to Generate Multimodal Human Dynamics

ECCV 2018poster

Long-term human motion can be represented as a series of motion modes—motion sequences that capture short-term temporal dynamics—with transitions between them. We leverage this structure and present a novel Motion Transformation Variational Auto-Encoders (MT-VAE) for learning motion sequence generat…

Cited by 183SourcePDFScholar
2018

Neural Kinematic Networks for Unsupervised Motion Retargetting

CVPR 2018poster

We propose a recurrent neural network architecture with a Forward Kinematics layer and cycle consistency based adversarial training objective for unsupervised motion retargetting. Our network captures the high-level properties of an input motion by the forward kinematics layer, and adapts them to a…

Cited by 261SourcePDFScholar
2018

Sample-Efficient Reinforcement Learning with Stochastic Ensemble Value Expansion

NeurIPS 2018oral

There is growing interest in combining model-free and model-based approaches in reinforcement learning with the goal of achieving the high performance of model-free algorithms with low sample complexity. This is difficult because an imperfect dynamics model can degrade the performance of the learnin…

2018

Training Confidence-calibrated Classifiers for Detecting Out-of-Distribution Samples

ICLR 2018poster

The problem of detecting whether a test sample is from in-distribution (i.e., training distribution by a classifier) or out-of-distribution sufficiently different from it arises in many real-world machine learning applications. However, the state-of-art deep neural networks are known to be highly ov…

2018

Unsupervised Discovery of Object Landmarks as Structural Representations

CVPR 2018poster

Deep neural networks can model images with rich latent representations, but they cannot naturally conceptualize structures of object categories in a human-perceptible way. This paper addresses the problem of learning object structures in an image modeling process without supervision. We propose an a…

Cited by 232SourcePDFScholar
2017

Decomposing Motion and Content for Natural Video Sequence Prediction

ICLR 2017poster

We propose a deep neural network for the prediction of future frames in natural video sequences. To effectively handle complex evolution of pixels in videos, we propose to decompose the motion and content, two key components generating dynamics in videos. Our model is built upon the Encoder-Decoder…

Cited by 740SourceScholar
2017

Discriminative Bimodal Networks for Visual Localization and Detection With Natural Language Queries

CVPR 2017spotlight

Associating image regions with text queries has been recently explored as a new way to bridge visual and linguistic representations. A few pioneering approaches have been proposed based on recurrent neural language models trained generatively (e.g., generating captions), but achieving somewhat limit…

Cited by 61PDFScholar
2017

Learning to Generate Long-term Future via Hierarchical Prediction

ICML 2017poster

We propose a hierarchical approach for making long-term predictions of future frames. To avoid inherent compounding errors in recursive pixel-level prediction, we propose to first estimate high-level structure in the input frames, then predict how that structure evolves in the future, and finally by…

Cited by 459SourcePDFScholar
2017

Weakly Supervised Semantic Segmentation Using Web-Crawled Videos

CVPR 2017spotlight

We propose a novel algorithm for weakly supervised semantic segmentation based on image-level class labels only. In weakly supervised setting, it is commonly observed that trained model overly focuses on discriminative parts rather than the entire object area. Our goal is to overcome this limitation…

Cited by 191PDFScholar
2017

Zero-Shot Task Generalization with Multi-Task Deep Reinforcement Learning

ICML 2017poster

As a step towards developing zero-shot task generalization capabilities in reinforcement learning (RL), we introduce a new RL problem where the agent should learn to execute sequences of instructions after learning useful skills that solve subtasks. In this problem, we consider two types of generali…

Cited by 333SourcePDFScholar
2016

Augmenting Supervised Neural Networks with Unsupervised Objectives for Large-scale Image Classification

ICML 2016poster

Unsupervised learning and supervised learning are key research topics in deep learning. However, as high-capacity supervised neural networks trained with a large amount of labels have achieved remarkable success in many computer vision tasks, the availability of large-scale labeled images reduced th…

Cited by 177SourcePDFScholar
2016

Control of Memory, Active Perception, and Action in Minecraft

ICML 2016poster

In this paper, we introduce a new set of reinforcement learning (RL) tasks in Minecraft (a flexible 3D world). We then use these tasks to systematically compare and contrast existing deep reinforcement learning (DRL) architectures with our new memory-based DRL architectures. These tasks are designed…

Cited by 397SourcePDFScholar
2016

Generative Adversarial Text to Image Synthesis

ICML 2016poster

Automatic synthesis of realistic images from text would be interesting and useful, but current AI systems are still far from this goal. However, in recent years generic and powerful recurrent neural network architectures have been developed to learn discriminative text feature representations. Meanw…

2016

Learning Deep Representations of Fine-Grained Visual Descriptions

CVPR 2016spotlight

State-of-the-art methods for zero-shot visual recognition formulate learning as a joint embedding problem of images and side information. In these formulations the current best complement to visual features are attributes: manually-encoded vectors describing shared characteristics among categories.…

Cited by 1105PDFcodeScholar
2016

Learning Transferrable Knowledge for Semantic Segmentation With Deep Convolutional Neural Network

CVPR 2016spotlight

We propose a novel weakly-supervised semantic segmentation algorithm based on Deep Convolutional Neural Net- work (DCNN). Contrary to existing weakly-supervised approaches, our algorithm exploits auxiliary segmentation an- notations available for different categories to guide segmentations on images…

Cited by 221PDFScholar
2016

Learning What and Where to Draw

NeurIPS 2016oral

Generative Adversarial Networks (GANs) have recently demonstrated the capability to synthesize compelling real-world images, such as room interiors, album covers, manga, faces, birds, and flowers. While existing models can synthesize images based on global constraints such as a class label or captio…

2016

Object Contour Detection With a Fully Convolutional Encoder-Decoder Network

CVPR 2016spotlight

We develop a deep learning algorithm for contour detection with a fully convolutional encoder-decoder network. Different from previous low-level edge detection, our algorithm focuses on detecting higher-level object contours. Our network is trained end-to-end on PASCAL VOC with refined ground truth…

Cited by 478PDFScholar
2016

Perspective Transformer Nets: Learning Single-View 3D Object Reconstruction without 3D Supervision

NeurIPS 2016poster

Understanding the 3D world is a fundamental problem in computer vision. However, learning a good representation of 3D objects is still an open problem due to the high dimensionality of the data and many factors of variation involved. In this work, we investigate the task of single-view 3D object rec…

2016

Understanding and Improving Convolutional Neural Networks via Concatenated Rectified Linear Units

ICML 2016poster

Recently, convolutional neural networks (CNNs) have been used as a powerful tool to solve many problems of machine learning and computer vision. In this paper, we aim to provide insight on the property of convolutional neural networks, as well as a generic method to improve the performance of many C…

Cited by 693SourcePDFScholar
2015

Action-Conditional Video Prediction using Deep Networks in Atari Games

NeurIPS 2015spotlight

Motivated by vision-based reinforcement learning (RL) problems, in particular Atari games from the recent benchmark Aracade Learning Environment (ALE), we consider spatio-temporal prediction problems where future (image-)frames are dependent on control variables or actions as well as previous frames…

Cited by 1061SourcePDFScholar
2015

Evaluation of Output Embeddings for Fine-Grained Image Classification

CVPR 2015poster

Image classification has advanced significantly in recent years with the availability of large-scale image sets. However, fine-grained classification remains a major challenge due to the annotation cost of large numbers of fine-grained categories. This project shows that compelling classification pe…

Cited by 1290SourcePDFScholar
2015

Improving Object Detection With Deep Convolutional Networks via Bayesian Optimization and Structured Prediction

CVPR 2015poster

Object detection systems based on the deep convolutional neural network (CNN) have recently made ground- breaking advances on several object detection benchmarks. While the features learned by these high-capacity neural networks are discriminative for categorization, inaccurate localization is still…

2015

Learning Structured Output Representation using Deep Conditional Generative Models

NeurIPS 2015poster

Supervised deep learning has been successfully applied for many recognition problems in machine learning and computer vision. Although it can approximate a complex many-to-one function very well when large number of training data is provided, the lack of probabilistic inference of the current superv…

Cited by 4227SourcePDFScholar
2015

Weakly-supervised Disentangling with Recurrent Transformations for 3D View Synthesis

NeurIPS 2015poster

An important problem for both graphics and vision is to synthesize novel views of a 3D object from a single image. This is in particular challenging due to the partial observability inherent in projecting a 3D object onto the image space, and the ill-posedness of inferring object shape and pose. How…

Cited by 375SourcePDFScholar