How to Build Robust, Scalable Models for GSV-Based Indicators in Neighborhood Research
Xiaoya Tang, Xiaohe Yue, Heran Mane, Dapeng Li, Quynh Nguyen, Tolga Tasdizen
TL;DR
This work tackles the domain shift from ImageNet-pretrained vision models to Google Street View imagery for neighborhood-health indicators. It systematically compares Vision Transformer (ViT) and Vision Mamba (Vim) backbones, applying unsupervised post-training with DINO on 1M unlabeled GSV images and evaluating via fine-tuning and linear probing on multiple downstream tasks. Key findings show that Vim-S after post-training offers strong downstream generalization, but gains depend on architecture, data curation, and training regime; linear probing can reveal domain mismatch and representation drift, underscoring the importance of data quality and careful evaluation. The study provides practical guidance for researchers in neighborhood research on model choice, SSL strategies, and data handling to build robust, scalable GSV-based indicators.
Abstract
A substantial body of health research demonstrates a strong link between neighborhood environments and health outcomes. Recently, there has been increasing interest in leveraging advances in computer vision to enable large-scale, systematic characterization of neighborhood built environments. However, the generalizability of vision models across fundamentally different domains remains uncertain, for example, transferring knowledge from ImageNet to the distinct visual characteristics of Google Street View (GSV) imagery. In applied fields such as social health research, several critical questions arise: which models are most appropriate, whether to adopt unsupervised training strategies, what training scale is feasible under computational constraints, and how much such strategies benefit downstream performance. These decisions are often costly and require specialized expertise. In this paper, we answer these questions through empirical analysis and provide practical insights into how to select and adapt foundation models for datasets with limited size and labels, while leveraging larger, unlabeled datasets through unsupervised training. Our study includes comprehensive quantitative and visual analyses comparing model performance before and after unsupervised adaptation.
