← Search

Sangdoo Yun

60 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

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
2025

A Unified Framework for Motion Reasoning and Generation in Human Interaction

ICCV 2025poster

Recent advancements in large language models (LLMs) have significantly improved their ability to generate natural and contextually appropriate text, enabling more human-like interactions. However, understanding and generating interactive human-like motion, especially involving coordinated interactiv…

Cited by 0SourcePDFScholar
2025

Code-Switching Curriculum Learning for Multilingual Transfer in LLMs

ACL 2025finding

Large language models (LLMs) now exhibit near human-level performance in various tasks, but their performance drops drastically after a handful of high-resource languages due to the imbalance in pre-training data. Inspired by the human process of second language acquisition, particularly code-switch…

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

KVzip: Query-Agnostic KV Cache Compression with Context Reconstruction

NeurIPS 2025oral

Transformer-based large language models (LLMs) cache context as key-value (KV) pairs during inference. As context length grows, KV cache sizes expand, leading to substantial memory overhead and increased attention latency. This paper introduces \textit{KVzip}, a query-agnostic KV cache eviction meth…

Cited by 0SourcecodeScholar
2025

Leaky Thoughts: Large Reasoning Models Are Not Private Thinkers

EMNLP 2025

We study privacy leakage in the reasoning traces of large reasoning models used as personal agents which handle sensitive user data. Unlike final outputs, reasoning traces are often assumed to be internal and safe. We challenge this assumption by showing that reasoning traces frequently contain sens

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

Scaling Up Membership Inference: When and How Attacks Succeed on Large Language Models

NAACL 2025findings

Membership inference attacks (MIA) attempt to verify the membership of a given data sample in the training set for a model. MIA has become relevant in recent years, following the rapid development of large language models (LLM). Many are concerned about the usage of copyrighted materials for trainin…

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
2024

Calibrating Large Language Models Using Their Generations Only

ACL 2024long

As large language models (LLMs) are increasingly deployed in user-facing applications, building trust and maintaining safety by accurately quantifying a model’s confidence in its prediction becomes even more important. However, finding effective ways to calibrate LLMs—especially when the only interf…

2024

Compressed Context Memory for Online Language Model Interaction

ICLR 2024poster

This paper presents a context key/value compression method for Transformer language models in online scenarios, where the context continually expands. As the context lengthens, the attention process demands increasing memory and computations, which in turn reduces the throughput of the language mode…

2024

Direct Unlearning Optimization for Robust and Safe Text-to-Image Models

NeurIPS 2024poster

Recent advancements in text-to-image (T2I) models have greatly benefited from large-scale datasets, but they also pose significant risks due to the potential generation of unsafe content. To mitigate this issue, researchers proposed unlearning techniques that attempt to induce the model to unlearn p…

Cited by 13SourcePDFScholar
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

Language-only Training of Zero-shot Composed Image Retrieval

CVPR 2024poster

Composed image retrieval (CIR) task takes a composed query of image and text aiming to search relative images for both conditions. Conventional CIR approaches need a training dataset composed of triplets of query image query text and target image which is very expensive to collect. Several recent wo…

2024

Prometheus: Inducing Fine-Grained Evaluation Capability in Language Models

ICLR 2024poster

Recently, GPT-4 has become the de facto evaluator for long-form text generated by large language models (LLMs). However, for practitioners and researchers with large and custom evaluation tasks, GPT-4 is unreliable due to its closed-source nature, uncontrolled versioning, and prohibitive costs. In t…

2024

TRAP: Targeted Random Adversarial Prompt Honeypot for Black-Box Identification

ACL 2024findings

Large Language Model (LLM) services and models often come with legal rules on *who* can use them and *how* they must use them. Assessing the compliance of the released LLMs is crucial, as these rules protect the interests of the LLM contributor and prevent misuse. In this context, we describe the no…

Cited by 2SourcePDFScholar
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

Toward Interactive Regional Understanding in Vision-Large Language Models

NAACL 2024long

Recent Vision-Language Pre-training (VLP) models have demonstrated significant advancements. Nevertheless, these models heavily rely on image-text pairs that capture only coarse and global information of an image, leading to a limitation in their regional understanding ability. In this work, we intr…

Cited by 1SourcePDFScholar
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…

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

Exploring Temporally Dynamic Data Augmentation for Video Recognition

ICLR 2023top-25%

Data augmentation has recently emerged as an essential component of modern training recipes for visual recognition tasks. However, data augmentation for video recognition has been rarely explored despite its effectiveness. Few existing augmentation recipes for video recognition naively extend the im…

Cited by 13SourcePDFScholar
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

Neural Relation Graph: A Unified Framework for Identifying Label Noise and Outlier Data

NeurIPS 2023poster

Diagnosing and cleaning data is a crucial step for building robust machine learning systems. However, identifying problems within large-scale datasets with real-world distributions is challenging due to the presence of complex issues such as label errors, under-representation, and outliers. In this…

2023

ProPILE: Probing Privacy Leakage in Large Language Models

NeurIPS 2023spotlight

The rapid advancement and widespread use of large language models (LLMs) have raised significant concerns regarding the potential leakage of personally identifiable information (PII). These models are often trained on vast quantities of web-collected data, which may inadvertently include sensitive p…

Cited by 174SourcePDFScholar
2023

SeiT: Storage-Efficient Vision Training with Tokens Using 1% of Pixel Storage

ICCV 2023poster

We need billion-scale images to achieve more generalizable and ground-breaking vision models, as well as massive dataset storage to ship the images (e.g., the LAION-4B dataset needs 240TB storage space). However, it has become challenging to deal with unlimited dataset storage with limited storage i…

Cited by 10PDFcodeScholar
2023

Visually-Situated Natural Language Understanding with Contrastive Reading Model and Frozen Large Language Models

EMNLP 2023long main

Recent advances in Large Language Models (LLMs) have stimulated a surge of research aimed at extending their applications to the visual domain. While these models exhibit promise in generating abstract image captions and facilitating natural conversations, their performance on text-rich images still…

Cited by 0SourcecodeScholar
2023

What Do Self-Supervised Vision Transformers Learn?

ICLR 2023poster

We present a comparative study on how and why contrastive learning (CL) and masked image modeling (MIM) differ in their representations and in their performance of downstream tasks. In particular, we demonstrate that self-supervised Vision Transformers (ViTs) have the following properties: (1) CL tr…

2022

A Unified Analysis of Mixed Sample Data Augmentation: A Loss Function Perspective

NeurIPS 2022accept

We propose the first unified theoretical analysis of mixed sample data augmentation (MSDA), such as Mixup and CutMix. Our theoretical results show that regardless of the choice of the mixing strategy, MSDA behaves as a pixel-level regularization of the underlying training loss and a regularization o…

2022

Dataset Condensation via Efficient Synthetic-Data Parameterization

ICML 2022spotlight

The great success of machine learning with massive amounts of data comes at a price of huge computation costs and storage for training and tuning. Recent studies on dataset condensation attempt to reduce the dependence on such massive data by synthesizing a compact training dataset. However, the exi…

2022

Dataset Condensation with Contrastive Signals

ICML 2022spotlight

Recent studies have demonstrated that gradient matching-based dataset synthesis, or dataset condensation (DC), methods can achieve state-of-theart performance when applied to data-efficient learning tasks. However, in this study, we prove that the existing DC methods can perform worse than the rando…

2022

Hypergraph-Induced Semantic Tuplet Loss for Deep Metric Learning

CVPR 2022poster

In this paper, we propose Hypergraph-Induced Semantic Tuplet (HIST) loss for deep metric learning that leverages the multilateral semantic relations of multiple samples to multiple classes via hypergraph modeling. We formulate deep metric learning as a hypergraph node classification problem in which…

Cited by 42PDFcodeScholar
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

The Majority Can Help the Minority: Context-Rich Minority Oversampling for Long-Tailed Classification

CVPR 2022poster

The problem of class imbalanced data is that the generalization performance of the classifier deteriorates due to the lack of data from minority classes. In this paper, we propose a novel minority over-sampling method to augment diversified minority samples by leveraging the rich context of the majo…

Cited by 200PDFcodeScholar
2022

Weakly Supervised Semantic Segmentation Using Out-of-Distribution Data

CVPR 2022poster

Weakly supervised semantic segmentation (WSSS) methods are often built on pixel-level localization maps obtained from a classifier. However, training on class labels only, classifiers suffer from the spurious correlation between foreground and background cues (e.g. train and rail), fundamentally bou…

Cited by 127PDFcodeScholar
2022

Which Shortcut Cues Will DNNs Choose? A Study from the Parameter-Space Perspective

ICLR 2022poster

Deep neural networks (DNNs) often rely on easy–to–learn discriminatory features, or cues, that are not necessarily essential to the problem at hand. For example, ducks in an image may be recognized based on their typical background scenery, such as lakes or streams. This phenomenon, also known as sh…

Cited by 60SourcePDFScholar
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
2020

Learning De-biased Representations with Biased Representations

ICML 2020poster

Many machine learning algorithms are trained and evaluated by splitting data from a single source into training and test sets. While such focus on in-distribution learning scenarios has led to interesting advancement, it has not been able to tell if models are relying on dataset biases as shortcuts…

2019

A Comprehensive Overhaul of Feature Distillation

ICCV 2019poster

We investigate the design aspects of feature distillation methods achieving network compression and propose a novel feature distillation method in which the distillation loss is designed to make a synergy among various aspects: teacher transform, student transform, distillation feature position and…

Cited by 791PDFcodeScholar
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
2018

Context-Aware Deep Feature Compression for High-Speed Visual Tracking

CVPR 2018poster

We propose a new context-aware correlation filter based tracking framework to achieve both high computational speed and state-of-the-art performance among real-time trackers. The major contribution to the high computational speed lies in the proposed deep feature compression that is achieved by a co…

2018

Unsupervised holistic image generation from key local patches

ECCV 2018poster

We introduce a new problem of generating an image based on a small number of key local patches without any geometric prior. In this work, key local patches are defined as informative regions of the target object or scene. This is a challenging problem since it requires generating realistic images an…

Cited by 16SourcePDFScholar
2017

Action-Decision Networks for Visual Tracking With Deep Reinforcement Learning

CVPR 2017spotlight

This paper proposes a novel tracker which is controlled by sequentially pursuing actions learned by deep reinforcement learning. In contrast to the existing trackers using deep networks, the proposed tracker is designed to achieve a light computation as well as satisfactory tracking accuracy in both…

Cited by 635PDFScholar
2017

Attentional Correlation Filter Network for Adaptive Visual Tracking

CVPR 2017poster

We propose a new tracking framework with an attentional mechanism that chooses a subset of the associated correlation filters for increased robustness and computational efficiency. The subset of filters is adaptively selected by a deep attentional network according to the dynamic properties of the t…

Cited by 388PDFScholar
2017

Variational Autoencoded Regression: High Dimensional Regression of Visual Data on Complex Manifold

CVPR 2017poster

This paper proposes a new high dimensional regression method by merging Gaussian process regression into a variational autoencoder framework. In contrast to other regression methods, the proposed method focuses on the case where output responses are on a complex high dimensional manifold, such as im…

Cited by 36PDFScholar
2016

Visual Path Prediction in Complex Scenes With Crowded Moving Objects

CVPR 2016poster

This paper proposes a novel path prediction algorithm for progressing one step further than the existing works focusing on single target path prediction. In this paper, we consider moving dynamics of co-occurring objects for path prediction in a scene that includes crowded moving objects. To solve t…

Cited by 44PDFScholar