← Search

Daeyoung Kim

12 accepted papers

2026

FIBER: A Differentially Private Optimizer with Filter-Aware Innovation Bias Correction

ICML 2026poster

Differentially private (DP) training protects individual examples by adding noise to gradients, but the injected noise interacts nontrivially with adaptive optimizers. Recent DP methods temporally filter privatized gradients to reduce variance; however, filtering also changes the DP noise statistics…

Cited by 0SourceScholar
2026

How to Relieve Distribution Shifts in Semantic Segmentation for Off-Road Environments

ICRA 2026poster

Semantic segmentation is crucial for autonomous navigation in off-road environments, enabling precise classification of surroundings to identify traversable regions. However, distinctive factors inherent to off-road conditions, such as source-target domain discrepancies and sensor corruption from ro…

2026

Model-Dowser: Data-Free Importance Probing to Mitigate Catastrophic Forgetting in Multimodal Large Language Models

ICML 2026poster

Fine-tuning Multimodal Large Language Models (MLLMs) on task-specific data is an effective way to improve performance on downstream applications. However, such adaptation often leads to a degradation in generalization on pretrained tasks, a phenomenon known as Catastrophic Forgetting. Existing metho…

Cited by 0SourceScholar
2026

Vision Language Models are Biased

ICLR 2026poster

Large language models (LLMs) memorize a vast amount of prior knowledge from the Internet that helps them on downstream tasks but also may notoriously sway their outputs towards wrong or biased answers. In this work, we test how the knowledge about popular subjects hurt the accuracy of vision languag…

Cited by 0SourcecodeScholar
2025

B-score: Detecting biases in large language models using response history

ICML 2025poster

Large language models (LLMs) often exhibit strong biases, e.g, against women or in favor of the number 7. We investigate whether LLMs would be able to output less biased answers when allowed to observe their prior answers to the same question in a multi-turn conversation. To understand which types o…

2025

Reference-Based Post-OCR Processing with LLM for Precise Diacritic Text in Historical Document Recognition

AAAI 2025technical

Extracting fine-grained OCR text from aged documents in diacritic languages remains challenging due to unexpected artifacts, time-induced degradation, and lack of datasets. While standalone spell correction approaches have been proposed, they show limited performance for historical documents due to…

2025

Rethinking Decoder Design: Improving Biomarker Segmentation Using Depth-to-Space Restoration and Residual Linear Attention

CVPR 2025poster

Segmenting biomarkers in medical images is crucial for various biotech applications. Despite advances, Transformer and CNN based methods often struggle with variations in staining and morphology, limiting feature extraction. In medical image segmentation, where datasets often have limited sample ava…

2024

OffsetBias: Leveraging Debiased Data for Tuning Evaluators

EMNLP 2024finding

Employing Large Language Models (LLMs) to assess the quality of generated responses has become a widely adopted evaluation method. Specifically, instruct-tuned models and fine-tuned judge models based on open-source LLMs have been reported. While it is known that judge models are vulnerable to certa…

2023

Revisiting the Importance of Amplifying Bias for Debiasing

AAAI 2023technical

In image classification, debiasing aims to train a classifier to be less susceptible to dataset bias, the strong correlation between peripheral attributes of data samples and a target class. For example, even if the frog class in the dataset mainly consists of frog images with a swamp background (i.…

Cited by 25SourcePDFScholar
2021

The effectiveness of feature attribution methods and its correlation with automatic evaluation scores

NeurIPS 2021poster

Explaining the decisions of an Artificial Intelligence (AI) model is increasingly critical in many real-world, high-stake applications. Hundreds of papers have either proposed new feature attribution methods, discussed or harnessed these tools in their work. However, despite humans being the target…