← Search

Eunseop Yoon

18 accepted papers

2026

Decomposed On-Policy Distillation for Vision-Language Reasoning: Steering Gradients for Visual Grounding

ICML 2026spotlight

While on-policy distillation offers dense supervision for training small reasoning models, its optimization dynamics in the multimodal domain remain under-explored. In this work, we challenge the standard monolithic view of Vision-Language Model (VLM) distillation by mathematically decomposing the l…

Cited by 0SourceScholar
2026

PDCR: Perception-Decomposed Confidence Reward for Vision-Language Reasoning

CVPR 2026

Reinforcement Learning with Verifiable Rewards (RLVR) traditionally relies on a sparse, outcome-based signal. Recent work shows that providing a fine-grained, model-intrinsic signal--rewarding the confidence growth in the ground-truth answer--effectively improves language reasoning training by provi

Cited by 0SourcecodeScholar
2025

A Gradient Guidance Perspective on Stepwise Preference Optimization for Diffusion Models

NeurIPS 2025poster

Direct Preference Optimization (DPO) is a key framework for aligning text-to-image models with human preferences, extended by Stepwise Preference Optimization (SPO) to leverage intermediate steps for preference learning, generating more aesthetically pleasing images with significantly less computati…

Cited by 0SourcecodeScholar
2025

Can Video LLMs Refuse to Answer? Alignment for Answerability in Video Large Language Models

ICLR 2025poster

In the broader context of deep learning, Multimodal Large Language Models have achieved significant breakthroughs by leveraging powerful Large Language Models as a backbone to align different modalities into the language space. A prime exemplification is the development of Video Large Language Model…

Cited by 0SourcePDFScholar
2025

ConfPO: Exploiting Policy Model Confidence for Critical Token Selection in Preference Optimization

ICML 2025poster

We introduce ConfPO, a method for preference learning in Large Language Models (LLMs) that identifies and optimizes preference-critical tokens based solely on the training policy's confidence, without requiring any auxiliary models or compute. Unlike prior Direct Alignment Algorithms (DAAs) such as…

2024

AdaMER-CTC: Connectionist Temporal Classification with Adaptive Maximum Entropy Regularization for Automatic Speech Recognition

ICASSP 2024accepted

In Automatic Speech Recognition (ASR) systems, a recurring obstacle is the generation of narrowly focused output distributions. This phenomenon emerges as a side effect of Connectionist Temporal Classification (CTC), a robust sequence learning tool that utilizes dynamic programming for sequence mapp…

Cited by 0SourceScholar
2024

BI-MDRG: Bridging Image History in Multimodal Dialogue Response Generation

ECCV 2024poster

"Multimodal Dialogue Response Generation (MDRG) is a recently proposed task where the model needs to generate responses in texts, images, or a blend of both based on the dialogue context. Due to the lack of a large-scale dataset specifically for this task and the benefits of leveraging powerful pre-…

2024

C-TPT: Calibrated Test-Time Prompt Tuning for Vision-Language Models via Text Feature Dispersion

ICLR 2024poster

In deep learning, test-time adaptation has gained attention as a method for model fine-tuning without the need for labeled data. A prime exemplification is the recently proposed test-time prompt tuning for large-scale vision-language models such as CLIP. Unfortunately, these prompts have been mainly…

2024

SimPSI: A Simple Strategy to Preserve Spectral Information in Time Series Data Augmentation

AAAI 2024technical

Data augmentation is a crucial component in training neural networks to overcome the limitation imposed by data size, and several techniques have been studied for time series. Although these techniques are effective in certain tasks, they have yet to be generalized to time series benchmarks. We find…

2024

TLCR: Token-Level Continuous Reward for Fine-grained Reinforcement Learning from Human Feedback

ACL 2024findings

Reinforcement Learning from Human Feedback (RLHF) leverages human preference data to train language models to align more closely with human essence. These human preference data, however, are labeled at the sequence level, creating a mismatch between sequence-level preference labels and tokens, which…

2023

Counterfactual Two-Stage Debiasing For Video Corpus Moment Retrieval

ICASSP 2023accepted

Video Corpus Moment Retrieval aims to select a temporal video moment pertinent to a given language query from a large video corpus. Existing systems are prone to rely on a retrieval bias as a shortcut, which hinders the systems from accurately learning vision-language association. The retrieval bias…

Cited by 0SourceScholar
2023

ESD: Expected Squared Difference as a Tuning-Free Trainable Calibration Measure

ICLR 2023poster

Studies have shown that modern neural networks tend to be poorly calibrated due to over-confident predictions. Traditionally, post-processing methods have been used to calibrate the model after training. In recent years, various trainable calibration measures have been proposed to incorporate them d…

2023

Efficient Latent Variable Modeling for Knowledge-Grounded Dialogue Generation

EMNLP 2023long findings

Knowledge-grounded dialogue generation requires first retrieving appropriate external knowledge based on a conversational context and then generating a response grounded on the retrieved knowledge. In general, these two sequential modules, a knowledge retriever and a response generator, have been se…

Cited by 0SourceScholar
2023

HEAR: Hearing Enhanced Audio Response for Video-grounded Dialogue

EMNLP 2023long findings

Video-grounded Dialogue (VGD) aims to answer questions regarding a given multi-modal input comprising video, audio, and dialogue history. Although there have been numerous efforts in developing VGD systems to improve the quality of their responses, existing systems are competent only to incorporate…

Cited by 0SourcecodeScholar
2023

INTapt: Information-Theoretic Adversarial Prompt Tuning for Enhanced Non-Native Speech Recognition

ACL 2023findings

Automatic Speech Recognition (ASR) systems have attained unprecedented performance with large speech models pre-trained based on self-supervised speech representation learning. However, these pre-trained speech models suffer from representational bias as they tend to better represent those prominent…

Cited by 1SourcePDFScholar
2022

Information-Theoretic Text Hallucination Reduction for Video-grounded Dialogue

EMNLP 2022main

Video-grounded Dialogue (VGD) aims to decode an answer sentence to a question regarding a given video and dialogue context. Despite the recent success of multi-modal reasoning to generate answer sentences, existing dialogue systems still suffer from a text hallucination problem, which denotes indisc…

2022

SMSMix: Sense-Maintained Sentence Mixup for Word Sense Disambiguation

EMNLP 2022finding

Word Sense Disambiguation (WSD) is an NLP task aimed at determining the correct sense of a word in a sentence from discrete sense choices. Although current systems have attained unprecedented performances for such tasks, the nonuniform distribution of word senses during training generally results in…

2022

Selective Query-Guided Debiasing for Video Corpus Moment Retrieval

ECCV 2022poster

"Video moment retrieval (VMR) aims to localize target moments in untrimmed videos pertinent to a given textual query. Existing retrieval systems tend to rely on retrieval bias as a shortcut and thus, fail to sufficiently learn multi-modal interactions between query and video. This retrieval bias ste…