Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

General and Efficient Steering of Diffusion Models

About

Steering diffusion models toward conditions unseen during training typically requires either retraining with conditional inputs or per-step gradient computations, both of which incur substantial computational overhead. We present Noise-Aligned RFM Steering (NA-RFM), a general recipe for efficiently steering diffusion models without gradient guidance during inference, enabling fast controllable generation. The method combines two offline-computed signals: noise alignment, a high-noise correction from PCA statistics of the target examples and the full data, and Recursive Feature Machine (RFM) activation steering, which learns a target-discriminative direction from labeled forward-process activations. During sampling, noise alignment provides coarse control at high noise, while the RFM direction is reused over intermediate/late timesteps through lightweight activation edits. Experiments on CIFAR-10, ImageNet, CelebA, and fine-grained bird species show improved target accuracy over gradient-based post-hoc guidance baselines, improved FID on the class-guidance benchmarks, and substantial inference speedups. Code: https://github.com/isotrivial/na-rfm.

Qingsong Wang, Mikhail Belkin, Yusu Wang• 2026

Related benchmarks

TaskDatasetResultRank
Class-conditional Image GenerationImageNet
FID98
189
Conditional Image GenerationCIFAR-10
FID41
88
Conditional Image GenerationCelebA-HQ Gender+Age
Accuracy96
15
Conditional Image GenerationCelebA-HQ Gender+Hair
Accuracy83.3
15
Conditional Image GenerationFine-grained Birds
Accuracy14.1
8
Controlled Image GenerationFine-grained bird species (OOD)
Accuracy28.1
6
Multi-Attribute GuidanceCelebA
Accuracy (Young, Female)100
2
Multi-Attribute GuidanceCelebA (test)
Acc (Female + Non-Blond)86.4
2
Showing 8 of 8 rows

Other info

Follow for update