← Search

Dongyoon Han

44 accepted papers

2026

Aligned Novel View Image and Geometry Synthesis via Cross-modal Attention Instillation

ICLR 2026poster

We introduce a diffusion-based framework that generates aligned novel view images and geometries via a warping‐and‐inpainting methodology. Unlike prior methods that require dense posed images or pose-embedded generative models limited to in‐domain views, our method leverages off‐the‐shelf geometry p…

Cited by 0SourcecodeScholar
2026

Exploring Conditions for Diffusion Models in Robotic Control

CVPR 2026

While pre-trained visual representations have significantly advanced imitation learning, they are often task-agnostic as they remain frozen during policy learning. In this work, we explore leveraging pre-trained text-to-image diffusion models to obtain task-adaptive visual representations for roboti

Cited by 0SourceScholar
2026

MuCo: Multi-turn Contrastive Learning for Multimodal Embedding Model

CVPR 2026

Universal Multimodal embedding models built on Multimodal Large Language Models (MLLMs) have traditionally employed contrastive learning, which aligns representations of query-target pairs across different modalities. Yet, despite its empirical success, they are primarily built on a "single-turn" fo

Cited by 0SourcecodeScholar
2026

Stable-GFlowNet: Toward Diverse and Robust LLM Red-Teaming via Contrastive Trajectory Balance

ICML 2026spotlight

Large Language Model Red-Teaming, which proactively identifies vulnerabilities of large language models, is an essential process for ensuring safety. Finding effective and diverse attacks in red team activities is important, but achieving both is challenging. Generative Flow Networks (GFN) that perf…

Cited by 0SourceScholar
2026

SyMerge: From Non-Interference to Synergistic Merging via Single-Layer Adaptation

ICML 2026poster

Model merging combines independently trained models into a single multi-task model. However, most existing approaches focus primarily on avoiding task interference. We argue that its greater potential lies in enabling task synergy, where tasks actively improve one another. We identify cross-task per…

Cited by 0SourceScholar
2026

Which Concepts to Forget and How to Refuse? Decomposing Concepts for Continual Unlearning in Large Vision-Language Models

CVPR 2026

Continual unlearning poses the challenge of enabling large vision-language models to selectively refuse specific image-instruction pairs in response to sequential deletion requests, while preserving general utility. However, sequential unlearning updates distort shared representations, creating spur

Cited by 0SourceScholar
2025

DaWin: Training-free Dynamic Weight Interpolation for Robust Adaptation

ICLR 2025poster

Adapting a pre-trained foundation model on downstream tasks should ensure robustness against distribution shifts without the need to retrain the whole model. Although existing weight interpolation methods are simple yet effective, we argue their static nature limits downstream performance while achi…

2025

Masking meets Supervision: A Strong Learning Alliance

CVPR 2025poster

Pre-training with random masked inputs has emerged as a novel trend in self-supervised training. However, supervised learning still faces a challenge in adopting masking augmentations, primarily due to unstable training. In this paper, we propose a novel way to involve masking augmentations dubbed M…

2025

Peri-LN: Revisiting Normalization Layer in the Transformer Architecture

ICML 2025poster

Selecting a layer normalization (LN) strategy that stabilizes training and speeds convergence in Transformers remains difficult, even for today’s large language models (LLM). We present a comprehensive analytical foundation for understanding how different LN strategies influence training dynamics in…

Cited by 0SourcePDFScholar
2025

Token Bottleneck: One Token to Remember Dynamics

NeurIPS 2025poster

Deriving compact and temporally aware visual representations from dynamic scenes is essential for successful execution of sequential scene understanding tasks such as visual tracking and robotic manipulation. In this paper, we introduce Token Bottleneck (ToBo), a simple yet intuitive self-supervised…

Cited by 0SourcecodeScholar
2025

Token-Supervised Value Models for Enhancing Mathematical Problem-Solving Capabilities of Large Language Models

ICLR 2025poster

With the rapid advancement of test-time compute search strategies to improve the mathematical problem-solving capabilities of large language models (LLMs), the need for building robust verifiers has become increasingly important. However, all these inference strategies rely on existing verifiers ori…

Cited by 0SourcePDFScholar
2024

HYPE: Hyperbolic Entailment Filtering for Underspecified Images and Texts

ECCV 2024oral

"In an era where the volume of data drives the effectiveness of self-supervised learning, the specificity and clarity of data semantics play a crucial role in model training. Addressing this, we introduce HYPerbolic Entailment filtering (HYPE), a novel methodology designed to meticulously extract mo…

2024

Leveraging temporal contextualization for video action recognition

ECCV 2024poster

"We propose a novel framework for video understanding, called (), which leverages essential temporal information through global interactions in a spatio-temporal domain within a video. To be specific, we introduce Temporal Contextualization (TC), a layer-wise temporal information infusion mechanism…

2024

SeiT++: Masked Token Modeling Improves Storage-efficient Training

ECCV 2024poster

"Recent advancements in Deep Neural Network (DNN) models have significantly improved performance across computer vision tasks. However, achieving highly generalizable and high-performing vision models requires expansive datasets, resulting in significant storage requirements. This storage challenge…

2024

Similarity of Neural Architectures using Adversarial Attack Transferability

ECCV 2024poster

"In recent years, many deep neural architectures have been developed for image classification. Whether they are similar or dissimilar and what factors contribute to their (dis)similarities remains curious. To address this question, we aim to design a quantitative and scalable similarity measure betw…

Cited by 3SourcePDFScholar
2024

Towards Calibrated Robust Fine-Tuning of Vision-Language Models

NeurIPS 2024poster

Improving out-of-distribution (OOD) generalization during in-distribution (ID) adaptation is a primary goal of robust fine-tuning of zero-shot models beyond naive fine-tuning. However, despite decent OOD generalization performance from recent robust fine-tuning methods, confidence calibration for re…

2023

Can We Find Strong Lottery Tickets in Generative Models?

AAAI 2023technical

Yes. In this paper, we investigate strong lottery tickets in generative models, the subnetworks that achieve good generative performance without any weight update. Neural network pruning is considered the main cornerstone of model compression for reducing the costs of computation and memory. Unfortu…

2023

Frequency Selective Augmentation for Video Representation Learning

AAAI 2023technical

Recent self-supervised video representation learning methods focus on maximizing the similarity between multiple augmented views from the same video and largely rely on the quality of generated views. However, most existing methods lack a mechanism to prevent representation learning from bias toward…

Cited by 5SourcePDFScholar
2023

GeNAS: Neural Architecture Search with Better Generalization

IJCAI 2023poster

Neural Architecture Search (NAS) aims to automatically excavate the optimal network architecture with superior test performance. Recent neural architecture search (NAS) approaches rely on validation loss or accuracy to find the superior network for the target data. In this paper, we investigate a ne…

2023

Generating Instance-level Prompts for Rehearsal-free Continual Learning

ICCV 2023oral

We introduce Domain-Adaptive Prompt (DAP), a novel method for continual learning using Vision Transformers (ViT). Prompt-based continual learning has recently gained attention due to its rehearsal-free nature. Currently, the prompt pool, which is suggested by prompt-based continual learning, is key…

Cited by 53PDFcodeScholar
2023

Neglected Free Lunch - Learning Image Classifiers Using Annotation Byproducts

ICCV 2023poster

Supervised learning of image classifiers distills human knowledge into a parametric model through pairs of images and corresponding labels (X,Y). We argue that this simple and widely used representation of human knowledge neglects rich auxiliary information from the annotation procedure, such as the…

Cited by 5PDFcodeScholar
2023

Scratching Visual Transformer's Back with Uniform Attention

ICCV 2023poster

The favorable performance of Vision Transformers (ViTs) is often attributed to the multi-head self-attention (MSA), which enables global interactions at each layer of a ViT model. Previous works acknowledge the property of long-range dependency for the effectiveness in MSA. In this work, we study t…

Cited by 39PDFScholar
2023

Switching Temporary Teachers for Semi-Supervised Semantic Segmentation

NeurIPS 2023poster

The teacher-student framework, prevalent in semi-supervised semantic segmentation, mainly employs the exponential moving average (EMA) to update a single teacher's weights based on the student's. However, EMA updates raise a problem in that the weights of the teacher and student are getting coupled,…

2023

The Devil Is in the Points: Weakly Semi-Supervised Instance Segmentation via Point-Guided Mask Representation

CVPR 2023poster

In this paper, we introduce a novel learning scheme named weakly semi-supervised instance segmentation (WSSIS) with point labels for budget-efficient and high-performance instance segmentation. Namely, we consider a dataset setting consisting of a few fully-labeled images and a lot of point-labeled…

2022

Contrastive Vicinal Space for Unsupervised Domain Adaptation

ECCV 2022poster

"Recent unsupervised domain adaptation methods have utilized vicinal space between the source and target domains. However, the equilibrium collapse of labels, a problem where the source labels are dominant over the target labels in the predictions of vicinal instances, has never been addressed. In t…

2022

Demystifying the Neural Tangent Kernel From a Practical Perspective: Can It Be Trusted for Neural Architecture Search Without Training?

CVPR 2022poster

In Neural Architecture Search (NAS), reducing the cost of architecture evaluation remains one of the most crucial challenges. Among a plethora of efforts to bypass training of each candidate architecture to convergence for evaluation, the Neural Tangent Kernel (NTK) is emerging as a promising theore…

Cited by 21PDFcodeScholar
2022

OCR-Free Document Understanding Transformer

ECCV 2022poster

"Understanding document images (e.g., invoices) is a core but challenging task since it requires complex functions such as reading text and a holistic understanding of the document. Current Visual Document Understanding (VDU) methods outsource the task of reading text to off-the-shelf Optical Charac…

2022

Time Is MattEr: Temporal Self-supervision for Video Transformers

ICML 2022spotlight

Understanding temporal dynamics of video is an essential aspect of learning better video representations. Recently, transformer-based architectural designs have been extensively explored for video tasks due to their capability to capture long-term dependency of input sequences. However, we found tha…

2022

ViDT: An Efficient and Effective Fully Transformer-based Object Detector

ICLR 2022poster

Transformers are transforming the landscape of computer vision, especially for recognition tasks. Detection transformers are the first fully end-to-end learning systems for object detection, while vision transformers are the first fully transformer-based architecture for image classification. In thi…

2021

AdamP: Slowing Down the Slowdown for Momentum Optimizers on Scale-invariant Weights

ICLR 2021poster

Normalization techniques, such as batch normalization (BN), are a boon for modern deep learning. They let weights converge more quickly with often better generalization performances. It has been argued that the normalization-induced scale invariance among the weights provides an advantageous ground…

2021

Re-Labeling ImageNet: From Single to Multi-Labels, From Global to Localized Labels

CVPR 2021poster

ImageNet has been the most popular image classification benchmark, but it is also the one with a significant level of label noise. Recent studies have shown that many samples contain multiple classes, despite being assumed to be a single-label benchmark. They have thus proposed to turn ImageNet eval…

Cited by 183PDFcodeScholar
2021

Rethinking Spatial Dimensions of Vision Transformers

ICCV 2021poster

Vision Transformer (ViT) extends the application range of transformers from language processing to computer vision tasks as being an alternative architecture against the existing convolutional neural networks (CNN). Since the transformer-based architecture has been innovative for computer vision mod…

Cited by 761PDFcodeScholar
2019

CutMix: Regularization Strategy to Train Strong Classifiers With Localizable Features

ICCV 2019oral

Regional dropout strategies have been proposed to enhance performance of convolutional neural network classifiers. They have proved to be effective for guiding the model to attend on less discriminative parts of objects (e.g. leg as opposed to head of a person), thereby letting the network generaliz…

Cited by 6589PDFcodeScholar
2019

What Is Wrong With Scene Text Recognition Model Comparisons? Dataset and Model Analysis

ICCV 2019oral

Many new proposals for scene text recognition (STR) models have been introduced in recent years. While each claim to have pushed the boundary of the technology, a holistic and fair comparison has been largely missing in the field due to the inconsistent choices of training and evaluation datasets. T…

Cited by 729PDFcodeScholar