← Search

Hyungjin Chung

20 accepted papers

2026

ContrastiveCFG: Guiding Diffusion Sampling by Contrasting Positive and Negative Concepts

ICML 2026poster

As Classifier-Free Guidance (CFG) has proven effective in conditional diffusion model sampling for improved condition alignment, many applications use a negated CFG term as a Negative Prompting (NP) to filter out unwanted features from samples. However, simply negating CFG guidance creates an invert…

Cited by 0SourceScholar
2026

ReDirector: Creating Any-Length Video Retakes with Rotary Camera Encoding

CVPR 2026

We present ReDirector, a novel camera-controlled video retake generation method for dynamically captured variable-length videos. In particular, we rectify a common misuse of RoPE in previous works by aligning the spatiotemporal positions of the input video and the target retake. Moreover, we introdu

Cited by 0SourcecodeScholar
2026

Stochastic Optimal Control for Continuous-Time fMRI Representation Learning

ICLR 2026poster

Learning robust representations from functional magnetic resonance imaging (fMRI) is fundamentally challenged by the temporal irregularity and noise inherent in data from heterogeneous sources. Existing self-supervised learning (SSL) methods often discard critical temporal information by discretizin…

Cited by 0SourceScholar
2025

CFG++: Manifold-constrained Classifier Free Guidance for Diffusion Models

ICLR 2025poster

Classifier-free guidance (CFG) is a fundamental tool in modern diffusion models for text-guided generation. Although effective, CFG has notable drawbacks. For instance, DDIM with CFG lacks invertibility, complicating image editing; furthermore, high guidance scales, essential for high-quality output…

2025

CapeLLM: Support-Free Category-Agnostic Pose Estimation with Multimodal Large Language Models

ICCV 2025poster

Category-agnostic pose estimation (CAPE) has traditionally relied on support images with annotated keypoints, a process that is often cumbersome and may fail to fully capture the necessary correspondences across diverse object categories. Recent efforts have explored the use of text queries, leverag…

2025

Derivative-Free Diffusion Manifold-Constrained Gradient for Unified XAI

CVPR 2025poster

Gradient-based methods are a prototypical family of "explainability for AI" (XAI) techniques, especially for image-based models. However, they (1) require white-box access to models, (2) are vulnerable to adversarial attacks, and (3) produce attributions that lie off the image manifold, leading to e…

2025

InvFusion: Bridging Supervised and Zero-shot Diffusion for Inverse Problems

NeurIPS 2025poster

Diffusion Models have demonstrated remarkable capabilities in handling inverse problems, offering high-quality posterior-sampling-based solutions. Despite significant advances, a fundamental trade-off persists regarding the way the conditioned synthesis is employed: Zero-shot approaches can accommod…

Cited by 0SourceScholar
2025

Regularization by Texts for Latent Diffusion Inverse Solvers

ICLR 2025spotlight

The recent development of diffusion models has led to significant progress in solving inverse problems by leveraging these models as powerful generative priors. However, challenges persist due to the ill-posed nature of such problems, often arising from ambiguities in measurements or intrinsic syste…

2025

SteerX: Creating Any Camera-Free 3D and 4D Scenes with Geometric Steering

ICCV 2025poster

Recent progress in 3D/4D scene generation emphasizes the importance of physical alignment throughout video generation and scene reconstruction. However, existing methods improve the alignment separately at each stage, making it difficult to manage subtle misalignments arising from another stage. Her…

2025

VideoRFSplat: Direct Scene-Level Text-to-3D Gaussian Splatting Generation with Flexible Pose and Multi-View Joint Modeling

ICCV 2025poster

We propose VideoRFSplat, a direct text-to-3D model leveraging a video generation model to generate realistic 3D Gaussian Splatting (3DGS) for unbounded real-world scenes. To generate diverse camera poses and unbounded spatial extent of real-world scenes, while ensuring generalization to arbitrary te…

2024

Decomposed Diffusion Sampler for Accelerating Large-Scale Inverse Problems

ICLR 2024poster

Krylov subspace, which is generated by multiplying a given vector by the matrix of a linear transformation and its successive powers, has been extensively studied in classical optimization literature to design algorithms that converge quickly for large linear inverse problems. For example, the conj…

2024

Deep Diffusion Image Prior for Efficient OOD Adaptation in 3D Inverse Problems

ECCV 2024poster

"Recent inverse problem solvers that leverage generative diffusion priors have garnered significant attention due to their exceptional quality. However, adaptation of the prior is necessary when there exists a discrepancy between the training and testing distributions. In this work, we propose deep…

2024

Prompt-tuning Latent Diffusion Models for Inverse Problems

ICML 2024poster

We propose a new method for solving imaging inverse problems using text-to-image latent diffusion models as general priors. Existing methods using latent diffusion models for inverse problems typically rely on simple null text prompts, which can lead to suboptimal performance. To improve upon this,…

Cited by 33SourcePDFScholar
2023

Diffusion Posterior Sampling for General Noisy Inverse Problems

ICLR 2023top-25%

Diffusion models have been recently studied as powerful generative inverse problem solvers, owing to their high quality reconstructions and the ease of combining existing iterative solvers. However, most works focus on solving simple linear inverse problems in noiseless settings, which significantly…

2023

Direct Diffusion Bridge using Data Consistency for Inverse Problems

NeurIPS 2023poster

Diffusion model-based inverse problem solvers have shown impressive performance, but are limited in speed, mostly as they require reverse diffusion sampling starting from noise. Several recent works have tried to alleviate this problem by building a diffusion process, directly bridging the clean and…

2023

Improving 3D Imaging with Pre-Trained Perpendicular 2D Diffusion Models

ICCV 2023poster

Diffusion models have become a popular approach for image generation and reconstruction due to their numerous advantages. However, most diffusion-based inverse problem-solving methods only deal with 2D images, and even recently published 3D methods do not fully exploit the 3D distribution prior. To…

Cited by 48PDFcodeScholar
2023

Parallel Diffusion Models of Operator and Image for Blind Inverse Problems

CVPR 2023poster

Diffusion model-based inverse problem solvers have demonstrated state-of-the-art performance in cases where the forward operator is known (i.e. non-blind). However, the applicability of the method to blind inverse problems has yet to be explored. In this work, we show that we can indeed solve a fami…

2023

Solving 3D Inverse Problems Using Pre-Trained 2D Diffusion Models

CVPR 2023poster

Diffusion models have emerged as the new state-of-the-art generative model with high quality samples, with intriguing properties such as mode coverage and high flexibility. They have also been shown to be effective inverse problem solvers, acting as the prior of the distribution, while the informati…

2022

Come-Closer-Diffuse-Faster: Accelerating Conditional Diffusion Models for Inverse Problems Through Stochastic Contraction

CVPR 2022poster

Diffusion models have recently attained significant interest within the community owing to their strong performance as generative models. Furthermore, its application to inverse problems have demonstrated state-of-the-art performance. Unfortunately, diffusion models have a critical downside - they a…

Cited by 273PDFcodeScholar
2022

Improving Diffusion Models for Inverse Problems using Manifold Constraints

NeurIPS 2022accept

Recently, diffusion models have been used to solve various inverse problems in an unsupervised manner with appropriate modifications to the sampling process. However, the current solvers, which recursively apply a reverse diffusion step followed by a projection-based measurement consistency step, of…