← Search

Juntong Shi

4 accepted papers

2026

Adaptive Spectral Feature Forecasting for Diffusion Sampling Acceleration

CVPR 2026

Diffusion models have become the dominant tool for high-fidelity image and video generation, yet are critically bottlenecked by their inference speed due to the numerous iterative passes of Diffusion Transformers. To reduce the exhaustive compute, recent works resort to the feature caching and reusi

Cited by 0SourceScholar
2026

Diffusion Language Model Parallel Decoding via Product-of-Experts Bridge

ICML 2026poster

Diffusion language models (DLMs) offer substantial speed advantages through parallel decoding, but the lack of token dependencies limits generation quality compared to autoregressive (AR) models. Recent progress attempts to bridge the gap via importance sampling, with DLM being the proposal and AR b…

Cited by 0SourceScholar
2025

Smooth Interpolation for Improved Discrete Graph Generative Models

ICML 2025poster

Though typically represented by the discrete node and edge attributes, the graph topological information can be sufficiently captured by the graph spectrum in a continuous space. It is believed that incorporating the continuity of graph topological information into the generative process design coul…

Cited by 0SourcePDFScholar
2025

TabDiff: a Mixed-type Diffusion Model for Tabular Data Generation

ICLR 2025poster

Synthesizing high-quality tabular data is an important topic in many data science tasks, ranging from dataset augmentation to privacy protection. However, developing expressive generative models for tabular data is challenging due to its inherent heterogeneous data types, complex inter-correlations,…