← Search

Yen-Chun Chen

13 accepted papers

2025

Synthesizing Programmatic Reinforcement Learning Policies with Large Language Model Guided Search

ICLR 2025poster

Programmatic reinforcement learning (PRL) has been explored for representing policies through programs as a means to achieve interpretability and generalization. Despite promising outcomes, current state-of-the-art PRL methods are hindered by sample inefficiency, necessitating tens of millions of pr…

Cited by 6SourcePDFScholar
2024

ReXTime: A Benchmark Suite for Reasoning-Across-Time in Videos

NeurIPS 2024poster

We introduce ReXTime, a benchmark designed to rigorously test AI models' ability to perform temporal reasoning within video events. Specifically, ReXTime focuses on reasoning across time, i.e. human-like understanding when the question and its corresponding answer occur in different video segments.…

2023

Frido: Feature Pyramid Diffusion for Complex Scene Image Synthesis

AAAI 2023technical

Diffusion models (DMs) have shown great potential for high-quality image synthesis. However, when it comes to producing images with complex scenes, how to properly describe both image global structures and object details remains a challenging task. In this paper, we present Frido, a Feature Pyramid…

2023

LACMA: Language-Aligning Contrastive Learning with Meta-Actions for Embodied Instruction Following

EMNLP 2023long main

End-to-end Transformers have demonstrated an impressive success rate for Embodied Instruction Following when the environment has been seen in training. However, they tend to struggle when deployed in an unseen environment. This lack of generalizability is due to the agent’s insensitivity to subtle c…

Cited by 0SourcecodeScholar
2023

Modality-Independent Teachers Meet Weakly-Supervised Audio-Visual Event Parser

NeurIPS 2023poster

Audio-visual learning has been a major pillar of multi-modal machine learning, where the community mostly focused on its $\textit{modality-aligned}$ setting, $\textit{i.e.}$, the audio and visual modality are $\textit{both}$ assumed to signal the prediction target. With the Look, Listen, and Parse d…

2023

Uni-ControlNet: All-in-One Control to Text-to-Image Diffusion Models

NeurIPS 2023poster

Text-to-Image diffusion models have made tremendous progress over the past two years, enabling the generation of highly realistic images based on open-domain text descriptions. However, despite their success, text descriptions often struggle to adequately convey detailed controls, even when composed…

2022

GLIPv2: Unifying Localization and Vision-Language Understanding

NeurIPS 2022accept

We present GLIPv2, a grounded VL understanding model, that serves both localization tasks (e.g., object detection, instance segmentation) and Vision-Language (VL) understanding tasks (e.g., VQA, image captioning). GLIPv2 elegantly unifies localization pre-training and Vision-Language Pre-training (V…

2022

Playing Lottery Tickets with Vision and Language

AAAI 2022technical

Large-scale pre-training has recently revolutionized vision-and-language (VL) research. Models such as LXMERT and UNITER have significantly lifted the state of the art over a wide range of VL tasks. However, the large number of parameters in such models hinders their application in practice. In para…

Cited by 57SourcePDFScholar
2021

LightningDOT: Pre-training Visual-Semantic Embeddings for Real-Time Image-Text Retrieval

NAACL 2021long

Multimodal pre-training has propelled great advancement in vision-and-language research. These large-scale pre-trained models, although successful, fatefully suffer from slow inference speed due to enormous computational cost mainly from cross-modal attention in Transformer architecture. When applie…

2021

VALUE: A Multi-Task Benchmark for Video-and-Language Understanding Evaluation

NeurIPS 2021poster

Most existing video-and-language (VidL) research focuses on a single dataset, or multiple datasets of a single task. In reality, a truly useful VidL system is expected to be easily generalizable to diverse tasks, domains, and datasets. To facilitate the evaluation of such systems, we introduce Video…

Cited by 123SourcecodeScholar
2020

Behind the Scene: Revealing the Secrets of Pre-trained Vision-and-Language Models

ECCV 2020poster

Recent Transformer-based large-scale pre-trained models have revolutionized vision-and-language (V+L) research. Models such as ViLBERT, LXMERT and UNITER have significantly lifted state of the art across a wide range of V+L benchmarks. However, little is known about the inner mechanisms that destine…

2020

Large-Scale Adversarial Training for Vision-and-Language Representation Learning

NeurIPS 2020spotlight

We present VILLA, the first known effort on large-scale adversarial training for vision-and-language (V+L) representation learning. VILLA consists of two training stages: (i) task-agnostic adversarial pre-training; followed by (ii) task-specific adversarial finetuning. Instead of adding adversarial…

2020

UNITER: UNiversal Image-TExt Representation Learning

ECCV 2020poster

Joint image-text embedding is the bedrock for most Vision-and-Language (V+L) tasks, where multimodality inputs are simultaneously processed for joint visual and textual understanding. In this paper, we introduce UNITER, a UNiversal Image-TExt Representation, learned through large-scale pre-training…