← Search

Seong Joon Oh

53 accepted papers

2026

CLIP Behaves like a Bag-of-Words Model Cross-modally but not Uni-modally

ICLR 2026poster

CLIP (Contrastive Language-Image Pretraining) has become a popular choice for various downstream tasks. However, recent studies have questioned its ability to represent compositional concepts effectively. These works suggest that CLIP often acts like a bag-of-words (BoW) model, interpreting images a…

Cited by 0SourcecodeScholar
2026

DISCO: Diversifying Sample Condensation for Accelerating Model Evaluation

ICLR 2026poster

Evaluating modern machine learning models has become prohibitively expensive. Benchmarks such as LMMs-Eval and HELM demand thousands of GPU hours per model. Costly evaluation reduces inclusivity, slows the cycle of innovation, and worsens environmental impact. To address the growing cost of standard…

Cited by 0SourcecodeScholar
2026

Dynamics Reveals Structure: Challenging the Linear Propagation Assumption

ICML 2026spotlight

Neural networks adapt through first-order parameter updates, yet it remains unclear whether such updates preserve logical coherence. We investigate the geometric limits of the Linear Propagation Assumption (LPA), the premise that local updates coherently propagate to logical consequences. To formali…

Cited by 0SourceScholar
2026

Enhancing Multi-Image Understanding through Delimiter Token Scaling

ICLR 2026poster

Large Vision-Language Models (LVLMs) achieve strong performance on single-image tasks, but their performance declines when multiple images are provided as input. One major reason is the cross-image information leakage, where the model struggles to distinguish information across different images. Exi…

Cited by 0SourcecodeScholar
2026

SelfReflect: Can LLMs Communicate Their Internal Answer Distribution?

ICLR 2026poster

The common approach to communicate a large language model's (LLM) uncertainty is to add a percentage number or a hedging word to its response. But is this all we can do? Instead of generating a single answer and then hedging it, an LLM that is fully transparent to the user needs to be able to reflec…

Cited by 0SourcecodeScholar
2026

When Do Diffusion Models learn to Generate Multiple Objects?

ICML 2026poster

Text-to-image diffusion models achieve impressive visual fidelity, yet they remain unreliable in multi-object generation. Despite extensive empirical evidence of these failures, the underlying causes remain unclear. We begin by asking how much of this limitation arises from the data itself. To disen…

Cited by 0SourceScholar
2025

Decoupled Finetuning for Domain Generalizable Semantic Segmentation

ICLR 2025poster

Joint finetuning of a pretrained encoder and a randomly initialized decoder has been the de facto standard in semantic segmentation, but the vulnerability of this approach to domain shift has not been studied. We investigate the vulnerability issue of joint finetuning, and propose a novel finetuning…

Cited by 0SourcePDFScholar
2025

Diffusion Classifiers Understand Compositionality, but Conditions Apply

NeurIPS 2025poster

Understanding visual scenes is fundamental to human intelligence. While discriminative models have significantly advanced computer vision, they often struggle with compositional understanding. In contrast, recent generative text-to-image diffusion models excel at synthesizing complex scenes, suggest…

Cited by 0SourcecodeScholar
2025

Do Deep Neural Network Solutions Form a Star Domain?

ICLR 2025poster

It has recently been conjectured that neural network solution sets reachable via stochastic gradient descent (SGD) are convex, considering permutation invariances. This means that a linear path can connect two independent solutions with low loss, given the weights of one of the models are appropriat…

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

OVS Meets Continual Learning: Towards Sustainable Open-Vocabulary Segmentation

NeurIPS 2025poster

Open-Vocabulary Segmentation (OVS) aims to segment classes that are not present in the training dataset. However, most existing studies assume that the training data is fixed in advance, overlooking more practical scenarios where new datasets are continuously collected over time. To address this, we…

Cited by 0SourceScholar
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…

2024

Benchmarking Uncertainty Disentanglement: Specialized Uncertainties for Specialized Tasks

NeurIPS 2024spotlight

Uncertainty quantification, once a singular task, has evolved into a spectrum of tasks, including abstained prediction, out-of-distribution detection, and aleatoric uncertainty quantification. The latest goal is disentanglement: the construction of multiple estimators that are each tailored to one a…

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
2023

A Bayesian Approach To Analysing Training Data Attribution In Deep Learning

NeurIPS 2023poster

Training data attribution (TDA) techniques find influential training data for the model's prediction on the test data of interest. They approximate the impact of down- or up-weighting a particular training sample. While conceptually useful, they are hardly applicable to deep models in practice, part…

2023

ID and OOD Performance Are Sometimes Inversely Correlated on Real-world Datasets

NeurIPS 2023spotlight

Several studies have compared the in-distribution (ID) and out-of-distribution (OOD) performance of models in computer vision and NLP. They report a frequent positive correlation and some surprisingly never even observe an inverse correlation indicative of a necessary trade-off. The possibility of i…

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

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

Probabilistic Contrastive Learning Recovers the Correct Aleatoric Uncertainty of Ambiguous Inputs

ICML 2023poster

Contrastively trained encoders have recently been proven to invert the data-generating process: they encode each input, e.g., an image, into the true latent vector that generated the image (Zimmermann et al., 2021). However, real-world observations often have inherent ambiguities. For instance, imag…

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

URL: A Representation Learning Benchmark for Transferable Uncertainty Estimates

NeurIPS 2023poster

Representation learning has significantly driven the field to develop pretrained models that can act as a valuable starting point when transferring to new datasets. With the rising demand for reliable machine learning and uncertainty quantification, there is a need for pretrained models that not onl…

2022

ALP: Data Augmentation Using Lexicalized PCFGs for Few-Shot Text Classification

AAAI 2022technical

Data augmentation has been an important ingredient for boosting performances of learned models. Prior data augmentation methods for few-shot text classification have led to great performance boosts. However, they have not been designed to capture the intricate compositional structure of natural lang…

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

ECCV Caption: Correcting False Negatives by Collecting Machine-and-Human-Verified Image-Caption Associations for MS-COCO

ECCV 2022poster

"Image-Text matching (ITM) is a common task for evaluating the quality of Vision and Language (VL) models. However, existing ITM benchmarks have a significant limitation. They have many missing correspondences, originating from the data construction process itself. For example, a caption is only mat…

2022

SelecMix: Debiased Learning by Contradicting-pair Sampling

NeurIPS 2022accept

Neural networks trained with ERM (empirical risk minimization) sometimes learn unintended decision rules, in particular when their training data is biased, i.e., when training labels are strongly correlated with undesirable features. To prevent a network from learning such features, recent methods a…

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

Neural Hybrid Automata: Learning Dynamics With Multiple Modes and Stochastic Transitions

NeurIPS 2021poster

Effective control and prediction of dynamical systems require appropriate handling of continuous-time and discrete, event-triggered processes. Stochastic hybrid systems (SHSs), common across engineering domains, provide a formalism for dynamical systems subject to discrete, possibly stochastic, stat…

Cited by 13SourcePDFScholar
2021

Probabilistic Embeddings for Cross-Modal Retrieval

CVPR 2021poster

Cross-modal retrieval methods build a common representation space for samples from multiple modalities, typically from the vision and the language domains. For images and their captions, the multiplicity of the correspondences makes the task particularly challenging. Given an image (respectively a c…

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

Evaluating Weakly Supervised Object Localization Methods Right

CVPR 2020poster

Weakly-supervised object localization (WSOL) has gained popularity over the last years for its promise to train localization models with only image-level labels. Since the seminal WSOL work of class activation mapping (CAM), the field has focused on how to expand the attention regions to cover objec…

Cited by 237PDFcodeScholar
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…

2020

Reliable Fidelity and Diversity Metrics for Generative Models

ICML 2020poster

Devising indicative evaluation metrics for the image generation task remains an open problem. The most widely used metric for measuring the similarity between real and generated images has been the Frechet Inception Distance (FID) score. Since it does not differentiate the fidelity and diversity asp…

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

Modeling Uncertainty with Hedged Instance Embeddings

ICLR 2019poster

Instance embeddings are an efficient and versatile image representation that facilitates applications like recognition, verification, retrieval, and clustering. Many metric learning methods represent the input as a single point in the embedding space. Often the distance between points is used as a p…

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

Natural and Effective Obfuscation by Head Inpainting

CVPR 2018poster

As more and more personal photos are shared online, being able to obfuscate identities in such photos is becoming a necessity for privacy protection. People have largely resorted to blacking out or blurring head regions, but they result in poor user experience while being surprisingly ineffective ag…

Cited by 266SourcePDFScholar
2017

Adversarial Image Perturbation for Privacy Protection -- A Game Theory Perspective

ICCV 2017poster

Users like sharing personal photos with others through social media. At the same time, they might want to make automatic identification in such photos difficult or even impossible. Classic obfuscation methods such as blurring are not only unpleasant but also not as effective as one would expect. Rec…

Cited by 183PDFScholar
2017

Exploiting Saliency for Object Segmentation From Image Level Labels

CVPR 2017poster

There have been remarkable improvements in the semantic labelling task in the recent years. However, the state of the art methods rely on large-scale pixel-level annotations. This paper studies the problem of training a pixel-wise semantic labeller network from image-level annotations of the present…

Cited by 236PDFScholar
2017

Generating Descriptions With Grounded and Co-Referenced People

CVPR 2017poster

Learning how to generate descriptions of images or videos received major interest both in the Computer Vision and Natural Language Processing communities. While a few works have proposed to learn a grounding during the generation process in an unsupervised way (via an attention mechanism), it remain…

Cited by 76PDFScholar