← Search

Gunhee Kim

99 accepted papers

2026

Hybrid Deep Searcher: Scalable Parallel and Sequential Search Reasoning

ICLR 2026poster

Large reasoning models (LRMs) combined with retrieval-augmented generation (RAG) have enabled deep research agents capable of multi-step reasoning with external knowledge retrieval. However, previous methods that extend reasoning with single-query search steps struggle to scale to complex tasks dema…

Cited by 0SourceScholar
2026

MAVIS: A Benchmark for Multimodal Source Attribution in Long-form Visual Question Answering

AAAI 2026technical

Source attribution aims to enhance the reliability of AI-generated answers by including references for each statement, helping users validate the provided answers. However, existing work has primarily focused on text-only scenario and largely overlooked the role of multimodality. We introduce MAVIS,

Cited by 0SourcePDFScholar
2026

Multi-Domain Audio Question Answering Benchmark Toward Acoustic Content Reasoning

ICASSP 2026oral

We present Task 5 of the DCASE 2025 Challenge: an Audio Question Answering (AQA) benchmark spanning multiple domains of sound understanding. This task defines three QA subsets (Bioacoustics, Temporal Soundscapes, and Complex QA) to test audio-language models on interactive question-answering over di…

Cited by 0SourcePDFScholar
2026

PhysGaia: A Physics-aware Benchmark with Multi-Body Interactions for Dynamic Novel View Synthesis

CVPR 2026

We introduce PhysGaia, a novel physics-aware benchmark for Dynamic Novel View Synthesis (DyNVS) that encompasses both structured objects and unstructured physical phenomena. While existing datasets primarily focus on photorealistic appearance, PhysGaia is specifically designed to support physics-con

Cited by 0SourcecodeScholar
2026

Weasel: Out-of-Domain Generalization for Web Agents via Importance-Diversity Data Selection

ICML 2026poster

Large language models (LLMs) have enabled web agents that follow natural language goals through multi-step browser interactions. However, agents fine-tuned on specific trajectories and domain often struggle to generalize out of domain, and offline training can be compute-inefficient due to noisy, re…

Cited by 0SourceScholar
2025

Behavior-SD: Behaviorally Aware Spoken Dialogue Generation with Large Language Models

NAACL 2025long

Spoken dialogue involves behaviors like turn-taking, interruptions, filler words, and backchannels, which make interactions more natural and engaging but are often overlooked in language models. These models struggle to explicitly model these behavioral traits, resulting in a less natural and person…

2025

Can LLMs Deceive CLIP? Benchmarking Adversarial Compositionality of Pre-trained Multimodal Representation via Text Updates

ACL 2025long

While pre-trained multimodal representations (e.g., CLIP) have shown impressive capabilities, they exhibit significant compositional vulnerabilities leading to counterintuitive judgments. We introduce Multimodal Adversarial Compositionality (MAC), a benchmark that leverages large language models (LL…

2025

Distilling Reinforcement Learning Algorithms for In-Context Model-Based Planning

ICLR 2025poster

Recent studies have shown that Transformers can perform in-context reinforcement learning (RL) by imitating existing RL algorithms, enabling sample-efficient adaptation to unseen tasks without parameter updates. However, these models also inherit the suboptimal behaviors of the RL algorithms they im…

2025

FedMeNF: Privacy-Preserving Federated Meta-Learning for Neural Fields

ICCV 2025poster

Neural fields provide a memory-efficient representation of data, which can effectively handle diverse modalities and large-scale data. However, learning to map neural fields often requires large amounts of training data and computations, which can be limited to resource-constrained edge devices. One…

2025

FlashAdventure: A Benchmark for GUI Agents Solving Full Story Arcs in Diverse Adventure Games

EMNLP 2025

GUI agents powered by LLMs show promise in interacting with diverse digital environments. Among these, video games offer a valuable testbed due to their varied interfaces, with adventure games posing additional challenges through complex, narrative-driven interactions. Existing game benchmarks, howe

Cited by 0SourcePDFScholar
2025

Gaze Beyond the Frame: Forecasting Egocentric 3D Visual Span

NeurIPS 2025spotlight

People continuously perceive and interact with their surroundings based on underlying intentions that drive their exploration and behaviors. While research in egocentric user and scene understanding has focused primarily on motion and contact-based interaction, forecasting human visual perception it…

Cited by 0SourceScholar
2025

HalLoc: Token-level Localization of Hallucinations for Vision Language Models

CVPR 2025poster

Hallucinations pose a significant challenge to the reliability of large vision-language models, making their detection essential for ensuring accuracy in critical applications. Current detection methods often rely on computationally intensive models, leading to high latency and resource demands. The…

2025

How to Move Your Dragon: Text-to-Motion Synthesis for Large-Vocabulary Objects

ICML 2025poster

Motion synthesis for diverse object categories holds great potential for 3D content creation but remains underexplored due to two key challenges: (1) the lack of comprehensive motion datasets that include a wide range of high-quality motions and annotations, and (2) the absence of methods capable of…

2025

Is a Peeled Apple Still Red? Evaluating LLMs’ Ability for Conceptual Combination with Property Type

NAACL 2025long

Conceptual combination is a cognitive process that merges basic concepts, enabling the creation of complex expressions. During this process, the properties of combination (e.g., the whiteness of a peeled apple) can be inherited from basic concepts, newly emerge, or be canceled. However, previous stu…

2025

LPOI: Listwise Preference Optimization for Vision Language Models

ACL 2025long

Aligning large VLMs with human preferences is a challenging task, as methods like RLHF and DPO often overfit to textual information or exacerbate hallucinations. Although augmenting negative image samples partially addresses these pitfalls, no prior work has employed listwise preference optimization…

2025

ReSpec: Relevance and Specificity Grounded Online Filtering for Learning on Video-Text Data Streams

CVPR 2025poster

The rapid growth of video-text data presents challenges in storage and computation during training. Online learning, which processes streaming data in real-time, offers a promising solution to these issues while also allowing swift adaptations in scenarios demanding real-time responsiveness. One str…

2025

Think, Verbalize, then Speak: Bridging Complex Thoughts and Comprehensible Speech

EMNLP 2025

Spoken dialogue systems increasingly employ large language models (LLMs) to leverage their advanced reasoning capabilities. However, direct application of LLMs in spoken communication often yield suboptimal results due to mismatches between optimal textual and verbal delivery. While existing approac

2025

When Should Dense Retrievers Be Updated in Evolving Corpora? Detecting Out-of-Distribution Corpora Using GradNormIR

ACL 2025finding

Dense retrievers encode texts into embeddings to efficiently retrieve relevant documents from large databases in response to user queries. However, real-world corpora continually evolve, leading to a shift from the original training distribution of the retriever. Without timely updates or retraining…

2024

Compositional Conservatism: A Transductive Approach in Offline Reinforcement Learning

ICLR 2024poster

Offline reinforcement learning (RL) is a compelling framework for learning optimal policies from past experiences without additional interaction with the environment. Nevertheless, offline RL inevitably faces the problem of distributional shifts, where the states and actions encountered during polic…

2024

ESR-NeRF: Emissive Source Reconstruction Using LDR Multi-view Images

CVPR 2024poster

Existing NeRF-based inverse rendering methods suppose that scenes are exclusively illuminated by distant light sources neglecting the potential influence of emissive sources within a scene. In this work we confront this limitation using LDR multi-view images captured with emissive sources turned on…

Cited by 1SourcePDFScholar
2024

FedAvP: Augment Local Data via Shared Policy in Federated Learning

NeurIPS 2024poster

Federated Learning (FL) allows multiple clients to collaboratively train models without directly sharing their private data. While various data augmentation techniques have been actively studied in the FL environment, most of these methods share input-level or feature-level data information over com…

Cited by 0SourcePDFScholar
2024

GrowOVER: How Can LLMs Adapt to Growing Real-World Knowledge?

ACL 2024long

In the real world, knowledge is constantly evolving, which can render existing knowledge-based datasets outdated. This unreliability highlights the critical need for continuous updates to ensure both accuracy and relevance in knowledge-intensive tasks. To address this, we propose GrowOVER-QA and Gro…

2024

Learning to Continually Learn with the Bayesian Principle

ICML 2024poster

In the present era of deep learning, continual learning research is mainly focused on mitigating forgetting when training a neural network with stochastic gradient descent on a non-stationary stream of data. On the other hand, in the more classical literature of statistical machine learning, many mo…

2024

Sample Selection via Contrastive Fragmentation for Noisy Label Regression

NeurIPS 2024poster

As with many other problems, real-world regression is plagued by the presence of noisy labels, an inevitable issue that demands our attention. Fortunately, much real-world data often exhibits an intrinsic property of continuously ordered correlations between labels and features, where data points w…

2024

See It All: Contextualized Late Aggregation for 3D Dense Captioning

ACL 2024findings

3D dense captioning is a task to localize objects in a 3D scene and generate descriptive sentences for each object. Recent approaches in 3D dense captioning have adopted transformer encoder-decoder frameworks from object detection to build an end-to-end pipeline without hand-crafted components. Howe…

Cited by 4SourcePDFScholar
2024

Spherical World-Locking for Audio-Visual Localization in Egocentric Videos

ECCV 2024poster

"Egocentric videos provide comprehensive contexts for user and scene understanding, spanning multisensory perception to behavioral interaction. We propose Spherical World-Locking (SWL) as a general framework for egocentric scene representation, which implicitly transforms multisensory streams with r…

Cited by 4SourcePDFScholar
2024

Text2Chart31: Instruction Tuning for Chart Generation with Automatic Feedback

EMNLP 2024main

Large language models (LLMs) have demonstrated strong capabilities across various language tasks, notably through instruction-tuning methods. However, LLMs face challenges in visualizing complex, real-world data through charts and plots. Firstly, existing datasets rarely cover a full range of chart…

2024

TimeChara: Evaluating Point-in-Time Character Hallucination of Role-Playing Large Language Models

ACL 2024findings

While Large Language Models (LLMs) can serve as agents to simulate human behaviors (i.e., role-playing agents), we emphasize the importance of point-in-time role-playing. This situates characters at specific moments in the narrative progression for three main reasons: (i) enhancing users’ narrative…

2024

Who Wrote this Code? Watermarking for Code Generation

ACL 2024long

Since the remarkable generation performance of large language models raised ethical and legal concerns, approaches to detect machine-generated text by embedding watermarks are being developed.However, we discover that the existing works fail to function appropriately in code generation tasks due to…

2023

Benchmark of Machine Learning Force Fields for Semiconductor Simulations: Datasets, Metrics, and Comparative Analysis

NeurIPS 2023poster

As semiconductor devices become miniaturized and their structures become more complex, there is a growing need for large-scale atomic-level simulations as a less costly alternative to the trial-and-error approach during development. Although machine learning force fields (MLFFs) can meet the accurac…

2023

EP2P-Loc: End-to-End 3D Point to 2D Pixel Localization for Large-Scale Visual Localization

ICCV 2023poster

Visual localization is the task of estimating a 6-DoF camera pose of a query image within a provided 3D reference map. Thanks to recent advances in various 3D sensors, 3D point clouds are becoming a more accurate and affordable option for building the reference map, but research to match the points…

Cited by 10PDFcodeScholar
2023

FANToM: A Benchmark for Stress-testing Machine Theory of Mind in Interactions

EMNLP 2023long main

Theory of mind (ToM) evaluations currently focus on testing models using passive narratives that inherently lack interactivity. We introduce FANToM, a new benchmark designed to stress-test ToM within information-asymmetric conversational contexts via question answering. Our benchmark draws upon impo…

Cited by 0SourceScholar
2023

Fusing Pre-Trained Language Models With Multimodal Prompts Through Reinforcement Learning

CVPR 2023poster

Language models are capable of commonsense reasoning: while domain-specific models can learn from explicit knowledge (e.g. commonsense graphs [6], ethical norms [25]), and larger models like GPT-3 manifest broad commonsense reasoning capacity. Can their knowledge be extended to multimodal inputs suc…

2023

KoSBI: A Dataset for Mitigating Social Bias Risks Towards Safer Large Language Model Applications

ACL 2023industry

Large language models (LLMs) not only learn natural text generation abilities but also social biases against different demographic groups from real-world data. This poses a critical risk when deploying LLM-based applications. Existing research and resources are not readily applicable in South Korea…

2023

Recursion of Thought: A Divide-and-Conquer Approach to Multi-Context Reasoning with Language Models

ACL 2023findings

Generating intermediate steps, or Chain of Thought (CoT), is an effective way to significantly improve language models’ (LM) multi-step reasoning capability. However, the CoT lengths can grow rapidly with the problem complexity, easily exceeding the maximum context size. Instead of increasing the co…

2023

SODA: Million-scale Dialogue Distillation with Social Commonsense Contextualization

EMNLP 2023long main

Data scarcity has been a long standing issue in the field of open-domain social dialogue. To quench this thirst, we present SODA: the first publicly available, million-scale high-quality social dialogue dataset. By contextualizing social commonsense knowledge from a knowledge graph, we are able to d…

Cited by 0SourcecodeScholar
2023

SQuARe: A Large-Scale Dataset of Sensitive Questions and Acceptable Responses Created through Human-Machine Collaboration

ACL 2023long

The potential social harms that large language models pose, such as generating offensive content and reinforcing biases, are steeply rising. Existing works focus on coping with this concern while interacting with ill-intentioned users, such as those who explicitly make hate speech or elicit harmful…

2023

mRedditSum: A Multimodal Abstractive Summarization Dataset of Reddit Threads with Images

EMNLP 2023long main

The growing number of multimodal online discussions necessitates automatic summarization to save time and reduce content overload. However, existing summarization datasets are not suitable for this purpose, as they either do not cover discussions, multiple modalities, or both. To this end, we prese…

Cited by 0SourceScholar
2022

Constrained GPI for Zero-Shot Transfer in Reinforcement Learning

NeurIPS 2022accept

For zero-shot transfer in reinforcement learning where the reward function varies between different tasks, the successor features framework has been one of the popular approaches. However, in this framework, the transfer to new target tasks with generalized policy improvement (GPI) relies on only th…

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

Panoramic Vision Transformer for Saliency Detection in 360° Videos

ECCV 2022poster

"360° video saliency detection is one of the challenging benchmarks for 360° video understanding since non-negligible distortion and discontinuity occur in the projection of any format of 360° videos, and capture-worthy viewpoint in the omnidirectional sphere is ambiguous by nature. We present a…

2022

ProsocialDialog: A Prosocial Backbone for Conversational Agents

EMNLP 2022main

Most existing dialogue systems fail to respond properly to potentially unsafe user utterances by either ignoring or passively agreeing with them. To address this issue, we introduce ProsocialDialog, the first large-scale multi-turn dialogue dataset to teach conversational agents to respond to proble…

2021

ACAV100M: Automatic Curation of Large-Scale Datasets for Audio-Visual Video Representation Learning

ICCV 2021poster

The natural association between visual observations and their corresponding sound provides powerful self-supervisory signals for learning video representations, which makes the ever-growing amount of online videos an attractive source of training data. However, large portions of online videos contai…

Cited by 55PDFScholar
2021

Continual Learning on Noisy Data Streams via Self-Purified Replay

ICCV 2021poster

Continually learning in the real world must overcome many challenges, among which noisy labels are a common and inevitable issue. In this work, we present a replay-based continual learning framework that simultaneously addresses both catastrophic forgetting and noisy labels for the first time. Our s…

Cited by 60PDFScholar
2021

Drop-Bottleneck: Learning Discrete Compressed Representation for Noise-Robust Exploration

ICLR 2021poster

We propose a novel information bottleneck (IB) method named Drop-Bottleneck, which discretely drops features that are irrelevant to the target variable. Drop-Bottleneck not only enjoys a simple and tractable compression objective but also additionally provides a deterministic compressed representati…

2021

Dual Compositional Learning in Interactive Image Retrieval

AAAI 2021technical

We present an approach named Dual Composition Network (DCNet) for interactive image retrieval that searches for the best target image for a natural language query and a reference image. To accomplish this task, existing methods have focused on learning a composite representation of the reference ima…

Cited by 103SourcePDFScholar
2021

How Robust are Fact Checking Systems on Colloquial Claims?

NAACL 2021long

Knowledge is now starting to power neural dialogue agents. At the same time, the risk of misinformation and disinformation from dialogue agents also rises. Verifying the veracity of information from formal sources are widely studied in computational fact checking. In this work, we ask: How robust ar…

2021

IB-GAN: Disentangled Representation Learning with Information Bottleneck Generative Adversarial Networks

AAAI 2021technical

We propose a new GAN-based unsupervised model for disentangled representation learning. The new model is discovered in an attempt to utilize the Information Bottleneck (IB) framework to the optimization of GAN, thereby named IB-GAN. The architecture of IB-GAN is partially similar to that of InfoGAN…

Cited by 87SourcePDFScholar
2021

Pano-AVQA: Grounded Audio-Visual Question Answering on 360deg Videos

ICCV 2021poster

360deg videos convey holistic views for the surroundings of a scene. It provides audio-visual cues beyond predetermined normal field of views and displays distinctive spatial relations on a sphere. However, previous benchmark tasks for panoramic videos are still limited to evaluate the semantic unde…

Cited by 99PDFcodeScholar
2021

Parameter Efficient Multimodal Transformers for Video Representation Learning

ICLR 2021poster

The recent success of Transformers in the language domain has motivated adapting it to a multimodal setting, where a new visual model is trained in tandem with an already pretrained language model. However, due to the excessive memory requirements from Transformers, existing work typically fixes the…

Cited by 94SourcePDFScholar
2021

Perspective-taking and Pragmatics for Generating Empathetic Responses Focused on Emotion Causes

EMNLP 2021main

Empathy is a complex cognitive ability based on the reasoning of others’ affective states. In order to better understand others and express stronger empathy in dialogues, we argue that two issues must be tackled at the same time: (i) identifying which word is the cause for the other’s emotion from h…

2021

SEDONA: Search for Decoupled Neural Networks toward Greedy Block-wise Learning

ICLR 2021poster

Backward locking and update locking are well-known sources of inefficiency in backpropagation that prevent from concurrently updating layers. Several works have recently suggested using local error signals to train network blocks asynchronously to overcome these limitations. However, they often requ…

Cited by 20SourcePDFScholar
2021

Time Discretization-Invariant Safe Action Repetition for Policy Gradient Methods

NeurIPS 2021poster

In reinforcement learning, continuous time is often discretized by a time scale $\delta$, to which the resulting performance is known to be highly sensitive. In this work, we seek to find a $\delta$-invariant algorithm for policy gradient (PG) methods, which performs well regardless of the value of…

2021

Transitional Adaptation of Pretrained Models for Visual Storytelling

CVPR 2021poster

Previous models for vision-to-language generation tasks usually pretrain a visual encoder and a language generator in the respective domains and jointly finetune them with the target task. However, this direct transfer practice may suffer from the discord between visual specificity and language flue…

Cited by 40PDFcodeScholar
2021

Unsupervised Representation Learning via Neural Activation Coding

ICML 2021oral

We present neural activation coding (NAC) as a novel approach for learning deep representations from unlabeled data for downstream applications. We argue that the deep encoder should maximize its nonlinear expressivity on the data for downstream predictors to take full advantage of its representatio…

2021

Viewpoint-Agnostic Change Captioning With Cycle Consistency

ICCV 2021poster

Change captioning is the task of identifying the change and describing it with a concise caption. Despite recent advancements, filtering out insignificant changes still remains as a challenge. Namely, images from different camera perspectives can cause issues; a mere change in viewpoint should be di…

Cited by 44PDFcodeScholar
2020

A Neural Dirichlet Process Mixture Model for Task-Free Continual Learning

ICLR 2020poster

Despite the growing interest in continual learning, most of its contemporary works have been studied in a rather restricted setting where tasks are clearly distinguishable, and task boundaries are known during training. However, if our goal is to develop an algorithm that learns as humans do, this s…

Cited by 280SourcecodeScholar
2020

Character Grounding and Re-Identification in Story of Videos and Text Descriptions

ECCV 2020poster

We address character grounding and re-identification in multiple story-based videos like movies and associated text descriptions. In order to solve these related tasks in a mutually rewarding way, we propose a model named Character in Story Identification Network (CiSIN). Our method builds two seman…

2020

Imbalanced Continual Learning with Partitioning Reservoir Sampling

ECCV 2020poster

Continual learning from a sequential stream of data is a crucial challenge for machine learning research. Most studies have been conducted on this topic under the single-label classification setting along with an assumption of balanced label distribution. This work expands this research horizon towar…

2020

Model-Agnostic Boundary-Adversarial Sampling for Test-Time Generalization in Few-Shot learning

ECCV 2020poster

Few-shot learning is an important research problem that tackles one of the greatest challenges of machine learning: learning a new task from a limited amount of labeled data. We propose a model-agnostic method that improves the test-time performance of any few-shot learning models with no additional…

2020

Rethinking Class Activation Mapping for Weakly Supervised Object Localization

ECCV 2020poster

Weakly supervised object localization (WSOL) is a task of localizing an object in an image only using image-level labels. To tackle the WSOL problem, most previous studies have followed the conventional class activation mapping (CAM) pipeline: (i) training CNNs for a classification objective, (ii) g…

2020

Sequential Latent Knowledge Selection for Knowledge-Grounded Dialogue

ICLR 2020spotlight

Knowledge-grounded dialogue is a task of generating an informative response based on both discourse context and external knowledge. As we focus on better modeling the knowledge selection in the multi-turn knowledge-grounded dialogue, we propose a sequential latent variable model as the first approac…

Cited by 186SourcecodeScholar
2019

Better to Follow, Follow to Be Better: Towards Precise Supervision of Feature Super-Resolution for Small Object Detection

ICCV 2019poster

In spite of recent success of proposal-based CNN models for object detection, it is still difficult to detect small objects due to the limited and distorted information that small region of interests (RoI) contain. One way to alleviate this issue is to enhance the features of small RoIs using a supe…

Cited by 274PDFScholar
2019

Curiosity-Bottleneck: Exploration By Distilling Task-Specific Novelty

ICML 2019oral

Exploration based on state novelty has brought great success in challenging reinforcement learning problems with sparse rewards. However, existing novelty-based strategies become inefficient in real-world problems where observation contains not only task-dependent state novelty of our interest but a…

2019

Discovery of Natural Language Concepts in Individual Units of CNNs

ICLR 2019poster

Although deep convolutional networks have achieved improved performance in many natural language tasks, they have been treated as black boxes because they are difficult to interpret. Especially, little is known about how they represent language in their intermediate layers. In an attempt to understa…

2019

Harmonizing Maximum Likelihood with GANs for Multimodal Conditional Generation

ICLR 2019poster

Recent advances in conditional image generation tasks, such as image-to-image translation and image inpainting, are largely accounted to the success of conditional GAN models, which are often optimized by the joint use of the GAN loss with the reconstruction loss. However, we reveal that this traini…

Cited by 32SourcePDFScholar
2018

A Memory Network Approach for Story-Based Temporal Summarization of 360° Videos

CVPR 2018poster

We address the problem of story-based temporal summarization of long 360° videos. We propose a novel memory network model named Past-Future Memory Network (PFMN), in which we first compute the scores of 81 normal field of view (NFOV) region proposals cropped from the input 360° video, and then recov…

Cited by 85SourcePDFScholar
2018

Improving Occlusion and Hard Negative Handling for Single-Stage Pedestrian Detectors

CVPR 2018poster

We propose methods of addressing two critical issues of pedestrian detection: (i) occlusion of target objects as false negative failure, and (ii) confusion with hard negative examples like vertical structures as false positive failure. Our solutions to these two problems are general and flexible eno…

Cited by 110SourcePDFScholar
2018

Memorization Precedes Generation: Learning Unsupervised GANs with Memory Networks

ICLR 2018poster

We propose an approach to address two issues that commonly occur during training of unsupervised GANs. First, since GANs use only a continuous latent distribution to embed multiple classes or clusters of data, they often do not correctly handle the structural discontinuity between disparate classes…

2017

Attend to You: Personalized Image Captioning With Context Sequence Memory Networks

CVPR 2017spotlight

We address personalization issues of image captioning, which have not been discussed yet in previous research. For a query image, we aim to generate a descriptive sentence, accounting for prior knowledge such as the user's active vocabularies in previous documents. As applications of personalized im…

Cited by 228PDFcodeScholar
2017

End-To-End Concept Word Detection for Video Captioning, Retrieval, and Question Answering

CVPR 2017spotlight

We propose a high-level concept word detector that can be integrated with any video-to-language models. It takes a video as input and generates a list of concept words as useful semantic priors for language generation models. The proposed word detector has two important properties. First, it does no…

Cited by 273PDFScholar
2017

SplitNet: Learning to Semantically Split Deep Networks for Parameter Reduction and Model Parallelization

ICML 2017poster

We propose a novel deep neural network that is both lightweight and effectively structured for model parallelization. Our network, which we name as SplitNet, automatically learns to split the network weights into either a set or a hierarchy of multiple groups that use disjoint sets of features, by l…

Cited by 101SourcePDFScholar
2017

Supervising Neural Attention Models for Video Captioning by Human Gaze Data

CVPR 2017poster

The attention mechanisms in deep neural networks are inspired by human's attention that sequentially focuses on the most relevant parts of the information over time to generate prediction output. The attention parameters in those models are implicitly trained in an end-to-end manner, yet there have…

Cited by 91PDFScholar
2017

TGIF-QA: Toward Spatio-Temporal Reasoning in Visual Question Answering

CVPR 2017spotlight

Vision and language understanding has emerged as a subject undergoing intense study in Artificial Intelligence. Among many tasks in this line of research, visual question answering (VQA) has been one of the most successful ones, where the goal is to learn a model that understands visual content at r…

Cited by 676PDFScholar
2015

Ranking and Retrieval of Image Sequences From Multiple Paragraph Queries

CVPR 2015poster

We propose a method to rank and retrieve image sequences from a natural language text query, consisting of multiple sentences or paragraphs. One of the method's key applications is to visualize visitors' text-only reviews on TRIPADVISOR or YELP, by automatically retrieving the most illustrative imag…

Cited by 51SourcePDFScholar
2015

Storyline Representation of Egocentric Videos With an Applications to Story-Based Search

ICCV 2015poster

Egocentric videos are a valuable source of information as a daily log of our lives. However, large fraction of egocentric video content is typically irrelevant and boring to re-watch. It is an agonizing task, for example, to manually search for the moment when your daughter first met Mickey Mouse fr…

Cited by 63PDFScholar