← Search

Ming Gui

12 accepted papers

2026

Adapting Self-Supervised Representations as a Latent Space for Efficient Generation

ICLR 2026poster

We introduce Representation Tokenizer (RepTok), a generative modeling framework that represents an image using a single continuous latent token obtained from self-supervised vision transformers. Building on a pre-trained SSL encoder, we fine-tune only the semantic token embedding and pair it with a…

Cited by 0SourcecodeScholar
2026

Denoising, Fast and Slow: Difficulty-Aware Adaptive Sampling for Image Generation

CVPR 2026

Diffusion- and flow-based models usually allocate compute uniformly across space, updating all patches with the same timestep and number of function evaluations. While convenient, this ignores the heterogeneity of natural images: some regions are easy to denoise, whereas others benefit from more ref

Cited by 0SourcecodeScholar
2026

Guiding Token-Sparse Diffusion Models

CVPR 2026

Diffusion models deliver high quality in image synthesis but remain expensive during training and inference. Recent works have leveraged the inherent redundancy in visual content to make training more affordable by training only on a subset of visual information. While these methods were successful

Cited by 0SourcecodeScholar
2025

DepthFM: Fast Generative Monocular Depth Estimation with Flow Matching

AAAI 2025technical

Current discriminative depth estimation methods often produce blurry artifacts, while generative approaches suffer from slow sampling due to curvatures in the noise-to-depth transport. Our method addresses these challenges by framing depth estimation as a direct transport between image and depth dis…

2025

Diff2Flow: Training Flow Matching Models via Diffusion Model Alignment

CVPR 2025poster

Diffusion models have revolutionized generative tasks through high-fidelity outputs, yet flow matching (FM) offers faster inference and empirical performance gains. However, current foundation FM models are computationally prohibitive for finetuning, while diffusion models like Stable Diffusion bene…

2025

DisMo: Disentangled Motion Representations for Open-World Motion Transfer

NeurIPS 2025spotlight

Recent advances in text-to-video (T2V) and image-to-video (I2V) models, have enabled the creation of visually compelling and dynamic videos from simple textual descriptions or initial frames. However, these models often fail to provide an explicit representation of motion separate from content, limi…

Cited by 0SourcecodeScholar
2025

SCFlow: Implicitly Learning Style and Content Disentanglement with Flow Models

ICCV 2025poster

Explicitly disentangling style and content in vision models remains challenging due to their semantic overlap and the subjectivity of human perception. Existing methods propose separation through generative or discriminative objectives, but they still face the inherent ambiguity of disentangling int…

2025

Stochastic Interpolants for Revealing Stylistic Flows across the History of Art

ICCV 2025accepted

Generative models have made rapid progress in content creation, particularly in synthesizing artworks and capturing stylistic variation. However, most methods operate at the level of individual images, limiting their ability to reveal broader stylistic trends and temporal transitions. We address thi…

2025

TREAD: Token Routing for Efficient Architecture-agnostic Diffusion Training

ICCV 2025poster

Diffusion models have emerged as the mainstream approach for visual generation. However, these models typically suffer from sample inefficiency and high training costs. Consequently, methods for efficient finetuning, inference and personalization were quickly adopted by the community. However, train…

2024

FMBoost: Boosting Latent Diffusion with Flow Matching

ECCV 2024oral

"Visual synthesis has recently seen significant leaps in performance, largely due to breakthroughs in generative models. Diffusion models have been a key enabler, as they excel in image diversity. However, this comes at the cost of slow training and synthesis, which is only partially alleviated by l…

Cited by 0SourcePDFScholar
2024

ZigMa: A DiT-style Zigzag Mamba Diffusion Model

ECCV 2024poster

"The diffusion model has long been plagued by scalability and quadratic complexity issues, especially within transformer-based structures. In this study, we aim to leverage the long sequence modeling capability of a State-Space Model called Mamba to extend its applicability to visual data generation…