Views
No views yet
building residential, highway primary), enabling spatially grounded representations that better capture fine-grained geospatial structure.| File Name | Paper name | Pre-training | Description |
|---|---|---|---|
osm-clip-pretrained-finetuned.pt | OSM-PT+FT | OSM patch-level contrastive pre-training + FT | Main OSM-CLIP model. Pre-trained with OSM patch-level supervision and then fine-tuned on RS captioning datasets. |
clip-rs-pretrained-finetuned.pt | RS-PT+FT | Generic RS image pre-training + FT | Ablation baseline. CLIP pre-trained on the same 265k RS images using a generic caption (“a satellite image”), then fine-tuned. Used to isolate the effect of more RS data without OSM semantics. |
clip-standard-finetuned.pt | FT | No pre-training (CLIP only fine-tuned) | Baseline. Original OpenAI CLIP ViT-B/32 weights fine-tuned on RS captioning datasets only (no RS or OSM pre-training). |
osm-clip-pretrained-finetuned.pt when you want spatially grounded, OSM-aware representations for:clip-standard-finetuned.pt as a strong CLIP-based baseline without any RS- or OSM-specific pre-training.clip-rs-pretrained-finetuned.pt if you want to replicate the ablation from the paper and test the effect of “more RS data without OSM semantics”.1@article{openstreetclip2026,
2 title = {OSM-CLIP: Enhancing Remote Sensing Image-Text Representation Learning with OpenStreetMap Data},
3 author = {Pierdominici, Alessio and Ricci, Riccardo and Alruqimi, Mohammed and Melgani, Farid},
4 journal = {Applied Sciences},
5 year = {2026},
6 note = {submitted}
7}