gajeshladhar commited on
Commit
cb32752
·
1 Parent(s): 9899b44

downstream building footprint performance added

Browse files
README.md CHANGED
@@ -106,6 +106,30 @@ We evaluated `core-dino` on the [DeepGlobe Road Extraction Dataset](https://comp
106
  </p>
107
 
108
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
 
110
  ---
111
 
 
106
  </p>
107
 
108
 
109
+ ### 🏙️ Downstream : Building Footprint Validation
110
+
111
+ To evaluate transferability to structural segmentation tasks, we tested `core-dino` on **building footprint extraction** using high-resolution satellite imagery.
112
+
113
+ - **Setup:**
114
+ - Compared **YOLOv11-X (original weights)** vs. **YOLOv11-X initialized with `core-dino` weights**
115
+ - Used same training pipeline for both
116
+
117
+ - **Result:**
118
+ - `core-dino` achieved **+15 mAP** improvement over standard YOLOv11-X
119
+ - Captures edge-localized and compact building structures better
120
+ - Demonstrates strong spatial precision and high-quality feature encoding
121
+
122
+ <p style="display: inline-flex; align-items: center; gap: 8px; margin-top: 10px;">
123
+ <span style="font-size: 16px;">📓 <strong>Reproduce this comparison in Colab:</strong></span>
124
+ <a href="https://colab.research.google.com/drive/1uAqUNUDQt0_29Zhvopz0rWVSAzX-cZrk" target="_blank" style="display: inline-block; vertical-align: middle;">
125
+ <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab">
126
+ </a>
127
+ </p>
128
+
129
+ <p align="center"><br>
130
+ <img src="assets/downstream-building-footprint.png" alt="Downstream Performance" style="width:85%;">
131
+ </p>
132
+
133
 
134
  ---
135
 
assets/downstream-building-footprint.png ADDED