--- license: cc-by-4.0 pretty_name: GeoPathfinder task_categories: - image-classification tags: - remote-sensing - earth-observation - landsat - long-range-reasoning - benchmark - geospatial size_categories: - 10K connected components | 69.2 ± 0.6% | 78.2 ± 1.1 | | Best frozen linear probe (13 pretrainings) | 62.7% | — | Architectures (fine-tuned on the released placements, three-seed means): | model | test acc | macro | |---|---|---| | MambaVision-B (ext. recipe) | **88.0 ± 0.6%** | **62.7 ± 0.7** | | OverLoCK-B | **88.0 ± 0.8%** | 62.1 ± 1.2 | | FocalNet-B LRF | 87.8 ± 0.4% | 62.2 ± 1.1 | | MaxViT-B | 87.5 ± 0.9% | 61.0 ± 4.4 | | ConvNeXt-B | 87.2 ± 0.9% | 61.0 ± 0.5 | | FocalNet-B SRF | 86.8 ± 0.6% | 61.0 ± 0.9 | | UniRepLKNet-T | 86.6 ± 1.0% | 60.7 ± 0.9 | | RepLKNet-31B (ext. recipe) | 86.4 ± 0.8% | 60.7 ± 0.6 | | MambaOut-B | 86.4 ± 0.3% | 62.0 ± 1.5 | | DaViT-B (2/3 seeds converge) | 86.4 ± 0.5% | 59.9 ± 1.3 | | ResNet-50 | 85.3 ± 0.6% | 59.0 ± 1.0 | | Swin-B | 83.7 ± 1.3% | 58.5 ± 2.2 | | ViT-B/16 (ext. recipe) | 82.0 ± 1.0% | 56.4 ± 1.2 | | ResNet-18 (scratch) | 78.0 ± 0.4% | 53.2 ± 1.1 | All fourteen architectures land between 53.2 and 62.7 macro (a further 22 size/pretraining/weight variants stay inside 58-65). Every model trained on the released placements collapses on the macro score (models learn "the obvious answer is wrong" and fail easy placements); retraining with dots resampled every epoch recovers up to 85.1 ± 0.3 macro (MaxViT) while the hard tier stays around 75% — the benchmark is far from solved. Marker shape and color barely matter (±2 points). Full protocol and training recipes: https://github.com/isaaccorley/geo-long-range-arena ## Provenance and licensing - Imagery: Landsat Collection 2 Level-2 (USGS, public domain), accessed via the Microsoft Planetary Computer. Scene ids, WRS path/row, and acquisition times are embedded in each GeoTIFF and in `metadata.parquet`. - Water geometry: Overture Maps `base/water` (release 2026-06-17.0), which includes OSM-derived data © OpenStreetMap contributors. The `water_polygons.parquet` and `masks/` layers are therefore available under ODbL; annotations and imagery composites are CC-BY-4.0. ## Citation ```bibtex @misc{corley2026geopathfinder, title = {GeoPathfinder: Long-Range Spatial Reasoning in Satellite Imagery}, author = {Corley, Isaac}, year = {2026}, url = {https://huggingface.co/datasets/isaaccorley/GeoPathfinder} } ```