← Search

Seung Jun Baek

6 accepted papers

2026

Explain in Your Own Words: Improving Reasoning via Token-Selective Dual Knowledge Distillation

ICLR 2026poster

Knowledge Distillation (KD) can transfer the reasoning abilities of large models to smaller ones, which can reduce the costs to generate Chain-of-Thoughts for reasoning tasks. KD methods typically ask the student to mimic the teacher's distribution over the entire output. However, a student with lim…

Cited by 0SourcecodeScholar
2025

ContextFace: Generating Facial Expressions from Emotional Contexts

ICCV 2025poster

The task of generating 3D facial expressions given various situational contexts is important for applications such as virtual avatars or human-robot interactions. The task is, however, challenging not only because it requires a comprehensive understanding of emotion, expression and contexts, but als…

2025

DynASyn: Multi-Subject Personalization Enabling Dynamic Action Synthesis

AAAI 2025technical

Recent advances in text-to-image diffusion models spurred research on personalization, i.e., a customized image synthesis, of subjects within reference images. Although existing personalization methods are able to alter the subjects’ positions or to personalize multiple subjects simultaneously, they…

Cited by 0SourcePDFScholar
2024

NeBLa: Neural Beer-Lambert for 3D Reconstruction of Oral Structures from Panoramic Radiographs

AAAI 2024technical

Panoramic radiography (Panoramic X-ray, PX) is a widely used imaging modality for dental examination. However, PX only provides a flattened 2D image, lacking in a 3D view of the oral structure. In this paper, we propose NeBLa (Neural Beer-Lambert) to estimate 3D oral structures from real-world PX. N…

2024

QPaug: Question and Passage Augmentation for Open-Domain Question Answering of LLMs

EMNLP 2024finding

Retrieval-augmented generation (RAG) has received much attention for Open-domain question-answering (ODQA) tasks as a means to compensate for the parametric knowledge of large language models (LLMs). While previous approaches focused on processing retrieved passages to remove irrelevant context, the…