← Search

Jaemoo Choi

19 accepted papers

2026

Discrete Adjoint Schrödinger Bridge Sampler

ICML 2026poster

Learning discrete neural samplers is challenging due to the lack of gradients and combinatorial complexity. While stochastic optimal control (SOC) and Schrödinger bridge (SB) provide principled solutions, efficient SOC solvers like adjoint matching (AM), which excel in continuous domains, remain une…

Cited by 0SourceScholar
2026

Efficient Generative Modeling beyond Memoryless Diffusion via Adjoint Schrödinger Bridge Matching

ICML 2026poster

Diffusion models often yield highly curved trajectories and noisy score targets due to an uninformative, memoryless forward process that induces independent data-noise coupling. We propose Adjoint Schrödinger Bridge Matching (ASBM), a generative modeling framework that recovers optimal trajectories …

Cited by 0SourceScholar
2026

Enhancing Reasoning for Diffusion LLMs via Distribution Matching Policy Optimization

ICML 2026spotlight

Diffusion large language models (dLLMs) are promising alternatives to autoregressive large language models (AR-LLMs), as they potentially allow higher inference throughput. Reinforcement learning (RL) is a crucial component for dLLMs to achieve comparable performance with AR-LLMs on important tasks,…

Cited by 0SourceScholar
2026

MetaDNS: Enhancing Exploration in Discrete Neural Samplers via Metadynamics

ICML 2026poster

Sampling from discrete distributions with multiple modes and energy barriers is fundamental to machine learning and computational physics. Recent discrete neural samplers like MDNS suffer from mode collapse and fail to sample high-energy barrier regions between modes, which is critical for free ener…

Cited by 0SourceScholar
2026

QUATRO: Query-Adaptive Trust Region Policy Optimization for LLM Fine-tuning

ICML 2026poster

GRPO-style reinforcement learning (RL)-based LLM fine-tuning algorithms have recently gained popularity. Relying on heuristic trust-region approximations, however, they can lead to brittle optimization behavior, as global importance-ratio clipping and group-wise normalization fail to regulate sample…

Cited by 0SourceScholar
2026

Rethinking the Design Space of Reinforcement Learning for Diffusion Models: On the Importance of Likelihood Estimation Beyond Loss Design

ICML 2026poster

Reinforcement learning has been widely applied to diffusion and flow models for visual tasks such as text-to-image generation. However, these tasks remain challenging because diffusion models have intractable likelihoods, which creates a barrier for directly applying popular policy-gradient type met…

Cited by 0SourceScholar
2025

Adjoint Schrödinger Bridge Sampler

NeurIPS 2025oral

Computational methods for learning to sample from the Boltzmann distribution—where the target distribution is known only up to an unnormalized energy function—have advanced significantly recently. Due to the lack of explicit target samples, however, prior diffusion-based methods, known as _diffusion…

Cited by 0SourcecodeScholar
2025

MDNS: Masked Diffusion Neural Sampler via Stochastic Optimal Control

NeurIPS 2025poster

We study the problem of learning a neural sampler to generate samples from discrete state spaces where the target probability mass function $\pi\propto\mathrm{e}^{-U}$ is known up to a normalizing constant, which is an important task in fields such as statistical physics, machine learning, combinato…

Cited by 0SourcecodeScholar
2025

Overcoming Spurious Solutions in Semi-Dual Neural Optimal Transport: A Smoothing Approach for Learning the Optimal Transport Plan

ICML 2025poster

We address the convergence problem in learning the Optimal Transport (OT) map, where the OT Map refers to a map from one distribution to another while minimizing the transport cost. Semi-dual Neural OT, a widely used approach for learning OT Maps with neural networks, often generates spurious soluti…

Cited by 0SourcePDFScholar
2025

Robust Barycenter Estimation using Semi-Unbalanced Neural Optimal Transport

ICLR 2025poster

Aggregating data from multiple sources can be formalized as an *Optimal Transport* (OT) barycenter problem, which seeks to compute the average of probability distributions with respect to OT discrepancies. However, in real-world scenarios, the presence of outliers and noise in the data measures can…

2025

Unpaired Point Cloud Completion via Unbalanced Optimal Transport

ICML 2025poster

Unpaired point cloud completion is crucial for real-world applications, where ground-truth data for complete point clouds are often unavailable. By learning a completion map from unpaired incomplete and complete point cloud data, this task avoids the reliance on paired datasets. In this paper, we pr…

Cited by 0SourcePDFScholar
2024

Scalable Wasserstein Gradient Flow for Generative Modeling through Unbalanced Optimal Transport

ICML 2024poster

Wasserstein gradient flow (WGF) describes the gradient dynamics of probability density within the Wasserstein space. WGF provides a promising approach for conducting optimization over the probability distributions. Numerically approximating the continuous WGF requires the time discretization method.…

Cited by 10SourcePDFScholar
2023

Generative Modeling through the Semi-dual Formulation of Unbalanced Optimal Transport

NeurIPS 2023poster

Optimal Transport (OT) problem investigates a transport map that bridges two distributions while minimizing a given cost function. In this regard, OT between tractable prior distribution and data has been utilized for generative modeling tasks. However, OT-based methods are susceptible to outliers a…