← Search

DongHyeok Shin

9 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

Lookahead Sample Reward Guidance for Test-Time Scaling of Diffusion Models

ICML 2026spotlight

Diffusion models have demonstrated strong generative performance; however, generated samples often fail to fully align with human intent. This paper studies a test-time scaling method that enables sampling from regions with higher human-aligned reward values. Existing gradient guidance methods appro…

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
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…

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…