← Search

Il-chul Moon

31 accepted papers

2026

AC-Sampler: Accelerate and Correct Diffusion Sampling with Metropolis-Hastings Algorithm

ICLR 2026poster

Diffusion-based generative models have recently achieved state-of-the-art performance in high-fidelity image synthesis. These models learn a sequence of denoising transition kernels that gradually transform a simple prior distribution into a complex data distribution. However, requiring many transit…

Cited by 0SourcecodeScholar
2026

AMiD: Knowledge Distillation for LLMs with $\alpha$-mixture Assistant Distribution

ICLR 2026poster

Autoregressive large language models (LLMs) have achieved remarkable improvement across many tasks but incur high computational and memory costs. Knowledge distillation (KD) mitigates this issue by transferring knowledge from a large teacher to a smaller student through distributional alignment. Pre…

Cited by 0SourceScholar
2026

Distillation of Large Language Models via Concrete Score Matching

ICLR 2026poster

Large language models (LLMs) deliver remarkable performance but are costly to deploy, motivating knowledge distillation (KD) for efficient inference. Existing KD objectives typically match student and teacher probabilities via softmax, which blurs valuable logit information. While direct logit disti…

Cited by 0SourceScholar
2026

Semantic-aware Wasserstein Policy Regularization for Large Language Model Alignment

ICLR 2026poster

Large language models (LLMs) are commonly aligned with human preferences using reinforcement learning from human feedback (RLHF). In this method, LLM policies are generally optimized through reward maximization with Kullback-Leibler (KL) divergence regularization of the reference policy. However, KL…

Cited by 0SourceScholar
2025

Diffusion Adaptive Text Embedding for Text-to-Image Diffusion Models

NeurIPS 2025poster

Text-to-image diffusion models rely on text embeddings from a pre-trained text encoder, but these embeddings remain fixed across all diffusion timesteps, limiting their adaptability to the generative process. We propose Diffusion Adaptive Text Embedding (DATE), which dynamically updates text embeddi…

Cited by 0SourcecodeScholar
2025

Diffusion Bridge AutoEncoders for Unsupervised Representation Learning

ICLR 2025spotlight

Diffusion-based representation learning has achieved substantial attention due to its promising capabilities in latent representation and sample generation. Recent studies have employed an auxiliary encoder to identify a corresponding representation from data and to adjust the dimensionality of a la…

2025

Preference Optimization by Estimating the Ratio of the Data Distribution

NeurIPS 2025poster

Direct preference optimization (DPO) is widely used as a simple and stable method for aligning large language models (LLMs) with human preferences. This paper investigates a generalized DPO loss that enables a policy model to match the target policy from a likelihood ratio estimation perspective. T…

Cited by 0SourcecodeScholar
2025

Training-Free Safe Text Embedding Guidance for Text-to-Image Diffusion Models

NeurIPS 2025poster

Text-to-image models have recently made significant advances in generating realistic and semantically coherent images, driven by advanced diffusion models and large-scale web-crawled datasets. However, these datasets often contain inappropriate or biased content, raising concerns about the generatio…

Cited by 0SourcecodeScholar
2025

Trajectory-Class-Aware Multi-Agent Reinforcement Learning

ICLR 2025poster

In the context of multi-agent reinforcement learning, *generalization* is a challenge to solve various tasks that may require different joint policies or coordination without relying on policies specialized for each task. We refer to this type of problem as a *multi-task*, and we train agents to be…

2024

Diffusion Rejection Sampling

ICML 2024poster

Recent advances in powerful pre-trained diffusion models encourage the development of methods to improve the sampling performance under well-trained diffusion models. This paper introduces Diffusion Rejection Sampling (DiffRS), which uses a rejection sampling scheme that aligns the sampling transiti…

2024

Dirichlet-based Per-Sample Weighting by Transition Matrix for Noisy Label Learning

ICLR 2024poster

For learning with noisy labels, the transition matrix, which explicitly models the relation between noisy label distribution and clean label distribution, has been utilized to achieve the statistical consistency of either the classifier or the risk. Previous researches have focused more on how to es…

2024

Efficient Episodic Memory Utilization of Cooperative Multi-Agent Reinforcement Learning

ICLR 2024oral

In cooperative multi-agent reinforcement learning (MARL), agents aim to achieve a common goal, such as defeating enemies or scoring a goal. Existing MARL algorithms are effective but still require significant learning time and often get trapped in local optima by complex tasks, subsequently failing…

2024

Label-Noise Robust Diffusion Models

ICLR 2024poster

Conditional diffusion models have shown remarkable performance in various generative tasks, but training them requires large-scale datasets that often contain noise in conditional inputs, a.k.a. noisy labels. This noise leads to condition mismatch and quality degradation of generated data. This pape…

2024

Make Prompts Adaptable: Bayesian Modeling for Vision-Language Prompt Learning with Data-Dependent Prior

AAAI 2024technical

Recent vision-language pre-trained (VLP) models have become the backbone for many downstream tasks, but they are utilized as frozen model without learning. Prompt learning is a method to improve the pre-trained VLP model by adding a learnable context vector to the inputs of the text encoder. In a fe…

2024

Reward-based Input Construction for Cross-document Relation Extraction

ACL 2024long

Relation extraction (RE) is a fundamental task in natural language processing, aiming to identify relations between target entities in text. While many RE methods are designed for a single sentence or document, cross-document RE has emerged to address relations across multiple long documents. Given…

2024

Training Unbiased Diffusion Models From Biased Dataset

ICLR 2024poster

With significant advancements in diffusion models, addressing the potential risks of dataset bias becomes increasingly important. Since generated outputs directly suffer from dataset bias, mitigating latent bias becomes a key factor in improving sample quality and proportion. This paper proposes tim…

2024

Unknown Domain Inconsistency Minimization for Domain Generalization

ICLR 2024poster

The objective of domain generalization (DG) is to enhance the transferability of the model learned from a source domain to unobserved domains. To prevent overfitting to a specific domain, Sharpness-Aware Minimization (SAM) reduces source domain’s loss sharpness. Although SAM variants have delivered…

Cited by 2SourcePDFScholar
2023

Loss-Curvature Matching for Dataset Selection and Condensation

AISTATS 2023poster

Training neural networks on a large dataset requires substantial computational costs. Dataset reduction selects or synthesizes data instances based on the large dataset, while minimizing the degradation in generalization performance from the full dataset. Existing methods utilize the neural network…

2023

Refining Generative Process with Discriminator Guidance in Score-based Diffusion Models

ICML 2023oral

The proposed method, **Discriminator Guidance**, aims to improve sample generation of pre-trained diffusion models. The approach introduces a discriminator that gives explicit supervision to a denoising sample path whether it is realistic or not. Unlike GANs, our approach does not require joint trai…

2023

SAAL: Sharpness-Aware Active Learning

ICML 2023poster

While deep neural networks play significant roles in many research areas, they are also prone to overfitting problems under limited data instances. To overcome overfitting, this paper introduces the first active learning method to incorporate the sharpness of loss space into the acquisition function…

2022

From Noisy Prediction to True Label: Noisy Prediction Calibration via Generative Model

ICML 2022spotlight

Noisy labels are inevitable yet problematic in machine learning society. It ruins the generalization of a classifier by making the classifier over-fitted to noisy labels. Existing methods on noisy label have focused on modifying the classifier during the training procedure. It has two potential prob…

2022

Maximum Likelihood Training of Implicit Nonlinear Diffusion Model

NeurIPS 2022accept

Whereas diverse variations of diffusion models exist, extending the linear diffusion into a nonlinear diffusion process is investigated by very few works. The nonlinearity effect has been hardly understood, but intuitively, there would be promising diffusion patterns to efficiently train the generat…

2022

Soft Truncation: A Universal Training Technique of Score-based Diffusion Model for High Precision Score Estimation

ICML 2022spotlight

Recent advances in diffusion models bring state-of-the-art performance on image generation tasks. However, empirical results from previous research in diffusion models imply an inverse correlation between density estimation and sample generation performances. This paper investigates with sufficient…

2022

Unknown-Aware Domain Adversarial Learning for Open-Set Domain Adaptation

NeurIPS 2022accept

Open-Set Domain Adaptation (OSDA) assumes that a target domain contains unknown classes, which are not discovered in a source domain. Existing domain adversarial learning methods are not suitable for OSDA because distribution matching with $\textit{unknown}$ classes leads to negative transfer. Previ…

2021

Counterfactual Fairness with Disentangled Causal Effect Variational Autoencoder

AAAI 2021technical

The problem of fair classification can be mollified if we develop a method to remove the embedded sensitive information from the classification features. This line of separating the sensitive information is developed through the causal inference, and the causal inference enables the counterfactual g…

Cited by 65SourcePDFScholar
2021

LADA: Look-Ahead Data Acquisition via Augmentation for Deep Active Learning

NeurIPS 2021poster

Active learning effectively collects data instances for training deep learning models when the labeled dataset is limited and the annotation cost is high. Data augmentation is another effective technique to enlarge the limited amount of labeled instances. The scarcity of labeled dataset leads us to…

2021

Refine Myself by Teaching Myself: Feature Refinement via Self-Knowledge Distillation

CVPR 2021poster

Knowledge distillation is a method of transferring the knowledge from a pretrained complex teacher model to a student model, so a smaller network can replace a large teacher network at the deployment stage. To reduce the necessity of training a large teacher model, the recent literatures introduced…

Cited by 190PDFcodeScholar