Diffusion Hyperfeatures: Searching Through Time and Space for Semantic Correspondence
Grace Luo, Lisa Dunlap, Dong Huk Park, Aleksander Holynski, Trevor Darrell
TL;DR
This paper tackles the challenge of extracting meaningful per-pixel descriptors from diffusion models, where useful representations are distributed across both layers and diffusion timesteps. It introduces Diffusion Hyperfeatures, an interpretable aggregation framework that fuses all intermediate diffusion maps into a compact descriptor via learned mixing weights and bottleneck projections. The method uses inversion features for real images and generation features for synthetic images, achieving state-of-the-art semantic keypoint matching on SPair-71k and demonstrating robust transfer to unseen synthetic data. These findings highlight the diffusion model's rich, spatially and temporally distributed representations and open avenues for synthetic data generation with pseudo-ground-truth keypoints, as well as practical downstream tasks like dense warping.
Abstract
Diffusion models have been shown to be capable of generating high-quality images, suggesting that they could contain meaningful internal representations. Unfortunately, the feature maps that encode a diffusion model's internal information are spread not only over layers of the network, but also over diffusion timesteps, making it challenging to extract useful descriptors. We propose Diffusion Hyperfeatures, a framework for consolidating multi-scale and multi-timestep feature maps into per-pixel feature descriptors that can be used for downstream tasks. These descriptors can be extracted for both synthetic and real images using the generation and inversion processes. We evaluate the utility of our Diffusion Hyperfeatures on the task of semantic keypoint correspondence: our method achieves superior performance on the SPair-71k real image benchmark. We also demonstrate that our method is flexible and transferable: our feature aggregation network trained on the inversion features of real image pairs can be used on the generation features of synthetic image pairs with unseen objects and compositions. Our code is available at https://diffusion-hyperfeatures.github.io.
