Text-image Alignment for Diffusion-based Perception

29 Sep 2023  ·  Neehar Kondapaneni, Markus Marks, Manuel Knott, Rogerio Guimaraes, Pietro Perona ·

Diffusion models are generative models with impressive text-to-image synthesis capabilities and have spurred a new wave of creative methods for classical machine learning tasks. However, the best way to harness the perceptual knowledge of these generative models for visual tasks is still an open question. Specifically, it is unclear how to use the prompting interface when applying diffusion backbones to vision tasks. We find that automatically generated captions can improve text-image alignment and significantly enhance a model's cross-attention maps, leading to better perceptual performance. Our approach improves upon the current state-of-the-art (SOTA) in diffusion-based semantic segmentation on ADE20K and the current overall SOTA for depth estimation on NYUv2. Furthermore, our method generalizes to the cross-domain setting. We use model personalization and caption modifications to align our model to the target domain and find improvements over unaligned baselines. Our cross-domain object detection model, trained on Pascal VOC, achieves SOTA results on Watercolor2K. Our cross-domain segmentation method, trained on Cityscapes, achieves SOTA results on Dark Zurich-val and Nighttime Driving. Project page: https://www.vision.caltech.edu/tadp/. Code: https://github.com/damaggu/TADP.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Uses Extra
Training Data
Result Benchmark
Semantic Segmentation ADE20K TADP Validation mIoU 55.9 # 38
Weakly Supervised Object Detection Comic2k TADP MAP 57.4 # 2
Semantic Segmentation Nighttime Driving TADP mIoU 60.8 # 1
Monocular Depth Estimation NYU-Depth V2 TADP RMSE 0.225 # 8
absolute relative error 0.062 # 8
Delta < 1.25 0.976 # 6
Delta < 1.25^2 0.997 # 3
Delta < 1.25^3 0.999 # 4
log 10 0.027 # 6
Semantic Segmentation PASCAL VOC 2012 val TADP mIoU 87.11% # 2
Weakly Supervised Object Detection Watercolor2k TADP MAP 72.2 # 1

Methods