← Search

Taeyoung Yun

10 accepted papers

2026

Active Attacks: Red-teaming LLMs via Adaptive Environments

ICML 2026poster

We address the challenge of automatically generating diverse attack prompts for large language models (LLMs) that elicit harmful behaviors (e.g., insults, sexual content) and are used for safety fine-tuning. While several prior approaches train LLMs with reinforcement learning (RL) to generate such …

Cited by 0SourceScholar
2026

Diffusion Alignment as Variataional Expectation-Maximization

ICLR 2026poster

Diffusion alignment aims to optimize diffusion models for the downstream objective. While existing methods based on reinforcement learning or direct backpropagation achieve considerable success in maximizing rewards, they often suffer from reward over-optimization and mode collapse. We introduce Dif…

Cited by 0SourcecodeScholar
2025

Adaptive teachers for amortized samplers

ICLR 2025poster

Amortized inference is the task of training a parametric model, such as a neural network, to approximate a distribution with a given unnormalized density where exact sampling is intractable. When sampling is modeled as a sequential decision-making process, reinforcement learning (RL) methods, such a…

2025

Improved Off-policy Reinforcement Learning in Biological Sequence Design

ICML 2025poster

Designing biological sequences with desired properties is challenging due to vast search spaces and limited evaluation budgets. Although reinforcement learning methods use proxy models for rapid reward evaluation, insufficient training data can cause proxy misspecification on out-of-distribution inp…

2025

Learning to Sample Effective and Diverse Prompts for Text-to-Image Generation

CVPR 2025poster

Recent advances in text-to-image diffusion models have demonstrated impressive image generation capabilities. However, it remains challenging to control the generation process with desired properties (e.g., aesthetic quality, user intention), which can be expressed as black-box reward functions. Rec…

2025

Posterior Inference with Diffusion Models for High-dimensional Black-box Optimization

ICML 2025poster

Optimizing high-dimensional and complex black-box functions is crucial in numerous scientific applications. While Bayesian optimization (BO) is a powerful method for sample-efficient optimization, it struggles with the curse of dimensionality and scaling to thousands of evaluations. Recently, lever…

2024

GTA: Generative Trajectory Augmentation with Guidance for Offline Reinforcement Learning

NeurIPS 2024poster

Offline Reinforcement Learning (Offline RL) presents challenges of learning effective decision-making policies from static datasets without any online interactions. Data augmentation techniques, such as noise injection and data synthesizing, aim to improve Q-function approximation by smoothing the l…

2024

Guided Trajectory Generation with Diffusion Models for Offline Model-based Optimization

NeurIPS 2024poster

Optimizing complex and high-dimensional black-box functions is ubiquitous in science and engineering fields. Unfortunately, the online evaluation of these functions is restricted due to time and safety constraints in most cases. In offline model-based optimization (MBO), we aim to find a design that…

2024

Learning to Scale Logits for Temperature-Conditional GFlowNets

ICML 2024poster

GFlowNets are probabilistic models that sequentially generate compositional structures through a stochastic policy. Among GFlowNets, temperature-conditional GFlowNets can introduce temperature-based controllability for exploration and exploitation. We propose *Logit-scaling GFlowNets* (Logit-GFN), a…

2024

Local Search GFlowNets

ICLR 2024spotlight

Generative Flow Networks (GFlowNets) are amortized sampling methods that learn a distribution over discrete objects proportional to their rewards. GFlowNets exhibit a remarkable ability to generate diverse samples, yet occasionally struggle to consistently produce samples with high rewards due to ov…