Articles & Guides

Diffusion Models

Claude API relay guides, detection insights and hands-on LLM API benchmarks

19 articles

CCTest · Blog
DiffusionGemma: Discrete Diffusion Takes Aim at LLM Decoding Bottlenecks
Diffusion Models
cctest.ai
Diffusion Models

DiffusionGemma: Discrete Diffusion Takes Aim at LLM Decoding Bottlenecks

DiffusionGemma is an experimental open-weight language model that uses discrete diffusion to generate text in parallel blocks rather than token by token. Built by fine-tuning Gemma 4, it explores whether diffusion-style decoding can deliver a better speed-capability trade-off for LLMs.

Read more
CCTest · Blog
Chimera: A Hybrid Diffusion Backbone for Long-Context Visual Generation
Diffusion Models
cctest.ai
Diffusion Models

Chimera: A Hybrid Diffusion Backbone for Long-Context Visual Generation

Chimera proposes a hybrid visual diffusion architecture designed to make high-resolution image and long-video generation more compute-efficient. It combines linear-time state tracking, intermittent global interaction, local convolutions, sparse MoE capacity, and a scaling recipe called HeteroP.

Read more
CCTest · Blog
Sony’s SPA Uses Spectral Priors to Reduce Exposure Bias in Diffusion Models
Diffusion Models
cctest.ai
Diffusion Models

Sony’s SPA Uses Spectral Priors to Reduce Exposure Bias in Diffusion Models

Sony researchers introduce Spectral Alignment, a lightweight inference-time guidance method for correcting frequency-dependent mismatch in diffusion and flow-matching models. The method calibrates intermediate predictions with a precomputed spectral prior while adding only modest overhead.

Read more
CCTest · Blog
DiFA Reframes Diffusion Inference as Forward-Aligned State Estimation
Diffusion Models
cctest.ai
Diffusion Models

DiFA Reframes Diffusion Inference as Forward-Aligned State Estimation

DiFA is a training-free inference framework for diffusion models that treats intermediate predictions as correlated observations rather than disposable integration outputs. By building a forward-aligned temporal consensus, it aims to improve stability and preserve fine details during sampling.

Read more
CCTest · Blog
DiffGI Reframes Thin-Shell 3D Generation as Differentiable Geometry Images
Diffusion Models
cctest.ai
Diffusion Models

DiffGI Reframes Thin-Shell 3D Generation as Differentiable Geometry Images

DiffGI targets a long-standing weakness of many 3D generative models: representing thin-shell and non-manifold surfaces such as garments. By combining continuous 2D TSDF maps with differentiable Marching Squares, it links compact 2D latent representations directly to 3D surface optimization.

Read more