← Search

Doyup Lee

11 accepted papers

2026

Failure is Feedback: History-Aware Backtracking for Agentic Traversal in Multimodal Graphs

ICML 2026poster

Open-domain multimodal document retrieval aims to retrieve specific components (paragraphs, tables, or images) from large and interconnected document corpora. Existing graph-based retrieval approaches typically rely on a uniform similarity metric that overlooks hop-specific semantics, and their rigi…

Cited by 0SourceScholar
2025

LILaC: Late Interacting in Layered Component Graph for Open-domain Multimodal Multihop Retrieval

EMNLP 2025

Multimodal document retrieval aims to retrieve query-relevant components from documents composed of textual, tabular, and visual elements. An effective multimodal retriever needs to handle two main challenges: (1) mitigate the effect of irrelevant contents caused by fixed, single-granular retrieval

2024

Retrieval-Augmented Score Distillation for Text-to-3D Generation

ICML 2024poster

Text-to-3D generation has achieved significant success by incorporating powerful 2D diffusion models, but insufficient 3D prior knowledge also leads to the inconsistency of 3D geometry. Recently, since large-scale multi-view datasets have been released, fine-tuning the diffusion model on the multi-v…

2023

Generalizable Implicit Neural Representations via Instance Pattern Composers

CVPR 2023highlight

Despite recent advances in implicit neural representations (INRs), it remains challenging for a coordinate-based multi-layer perceptron (MLP) of INRs to learn a common representation across data instances and generalize it for unseen instances. In this work, we introduce a simple yet effective frame…

2023

Towards End-to-End Generative Modeling of Long Videos With Memory-Efficient Bidirectional Transformers

CVPR 2023poster

Autoregressive transformers have shown remarkable success in video generation. However, the transformers are prohibited from directly learning the long-term dependency in videos due to the quadratic complexity of self-attention, and inherently suffering from slow inference time and error propagation…

2023

Variational Distribution Learning for Unsupervised Text-to-Image Generation

CVPR 2023poster

We propose a text-to-image generation algorithm based on deep neural networks when text captions for images are unavailable during training. In this work, instead of simply generating pseudo-ground-truth sentences of training images using existing image captioning methods, we employ a pretrained CLI…

2022

Autoregressive Image Generation Using Residual Quantization

CVPR 2022poster

For autoregressive (AR) modeling of high-resolution images, vector quantization (VQ) represents an image as a sequence of discrete codes. A short sequence length is important for an AR model to reduce its computational costs to consider long-range interactions of codes. However, we postulate that pr…

Cited by 386PDFcodeScholar
2022

Draft-and-Revise: Effective Image Generation with Contextual RQ-Transformer

NeurIPS 2022accept

Although autoregressive models have achieved promising results on image generation, their unidirectional generation process prevents the resultant images from fully reflecting global contexts. To address the issue, we propose an effective image generation framework of \emph{Draft-and-Revise} with \e…

Cited by 27SourcePDFScholar
2022

Locally Hierarchical Auto-Regressive Modeling for Image Generation

NeurIPS 2022accept

We propose a locally hierarchical auto-regressive model with multiple resolutions of discrete codes. In the first stage of our algorithm, we represent an image with a pyramid of codes using Hierarchically Quantized Variational AutoEncoder (HQ-VAE), which disentangles the information contained in the…

Cited by 12SourcePDFScholar
2021

Regularizing Attention Networks for Anomaly Detection in Visual Question Answering

AAAI 2021technical

For stability and reliability of real-world applications, the robustness of DNNs in unimodal tasks has been evaluated. However, few studies consider abnormal situations that a visual question answering (VQA) model might encounter at test time after deployment in the real-world. In this study, we eva…