← Search

Hyojun Go

15 accepted papers

2026

Text-to-3D by Stitching a Multi-view Reconstruction Network to a Video Generator

ICLR 2026oral

The rapid progress of large, pretrained models for both visual content generation and 3D reconstruction opens up new possibilities for text-to-3D generation. Intuitively, one could obtain a formidable 3D scene generator if one were able to combine the power of a modern latent text-to-video model as…

Cited by 0SourcecodeScholar
2026

Understanding, Accelerating, and Improving MeanFlow Training

CVPR 2026

MeanFlow promises high-quality generative modeling in few steps, by jointly learning instantaneous and average velocity fields. Yet, the underlying training dynamics remain unclear. We analyze the interaction between the two velocities and find: (i) well-established instantaneous velocity is a prere

Cited by 0SourcecodeScholar
2025

Denoising Task Difficulty-based Curriculum for Training Diffusion Models

ICLR 2025poster

Diffusion-based generative models have emerged as powerful tools in the realm of generative modeling. Despite extensive research on denoising across various timesteps and noise levels, a conflict persists regarding the relative difficulties of the denoising tasks. While various studies argue that lo…

Cited by 2SourcePDFScholar
2025

Diffusion Model Patching via Mixture-of-Prompts

AAAI 2025technical

We present Diffusion Model Patching (DMP), a simple method to boost the performance of pre-trained diffusion models that have already reached convergence, with a negligible increase in parameters. DMP inserts a small, learnable set of prompts into the model's input space while keeping the original m…

Cited by 0SourcePDFScholar
2025

SplatFlow: Multi-View Rectified Flow Model for 3D Gaussian Splatting Synthesis

CVPR 2025poster

Text-based generation and editing of 3D scenes hold significant potential for streamlining content creation through intuitive user interactions. While recent advances leverage 3D Gaussian Splatting (3DGS) for high-fidelity and real-time rendering, existing methods are often specialized and task-focu…

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

Denoising Task Routing for Diffusion Models

ICLR 2024poster

Diffusion models generate highly realistic images by learning a multi-step denoising process, naturally embodying the principles of multi-task learning (MTL). Despite the inherent connection between diffusion models and MTL, there remains an unexplored area in designing neural architectures that exp…

2024

HarmonyView: Harmonizing Consistency and Diversity in One-Image-to-3D

CVPR 2024poster

Recent progress in single-image 3D generation highlights the importance of multi-view coherency leveraging 3D priors from large-scale diffusion models pretrained on Internet-scale images. However the aspect of novel-view diversity remains underexplored within the research landscape due to the ambigu…

2024

Multi-Architecture Multi-Expert Diffusion Models

AAAI 2024technical

In this paper, we address the performance degradation of efficient diffusion models by introducing Multi-architecturE Multi-Expert diffusion models (MEME). We identify the need for tailored operations at different time-steps in diffusion processes and leverage this insight to create compact yet high…

2024

Switch Diffusion Transformer: Synergizing Denoising Tasks with Sparse Mixture-of-Experts

ECCV 2024poster

"Diffusion models have achieved remarkable success across a range of generative tasks. Recent efforts to enhance diffusion model architectures have reimagined them as a form of multi-task learning, where each task corresponds to a denoising task at a specific noise level. While these efforts have fo…

2023

Addressing Negative Transfer in Diffusion Models

NeurIPS 2023poster

Diffusion-based generative models have achieved remarkable success in various domains. It trains a shared model on denoising tasks that encompass different noise levels simultaneously, representing a form of multi-task learning (MTL). However, analyzing and improving diffusion models from an MTL per…

2023

Cross Encoding as Augmentation: Towards Effective Educational Text Classification

ACL 2023findings

Text classification in education, usually called auto-tagging, is the automated process of assigning relevant tags to educational content, such as questions and textbooks. However, auto-tagging suffers from a data scarcity problem, which stems from two major challenges: 1) it possesses a large tag s…

Cited by 5SourcePDFScholar
2023

Evaluation of Question Generation Needs More References

ACL 2023findings

Question generation (QG) is the task of generating a valid and fluent question based on a given context and the target answer. According to various purposes, even given the same context, instructors can ask questions about different concepts, and even the same concept can be written in different way…

Cited by 2SourcePDFScholar
2023

Towards Practical Plug-and-Play Diffusion Models

CVPR 2023poster

Diffusion-based generative models have achieved remarkable success in image generation. Their guidance formulation allows an external model to plug-and-play control the generation process for various tasks without fine-tuning the diffusion model. However, the direct use of publicly available off-the…