GeoText-1652 Leaderboard

July 7, 2026 ยท View on GitHub

The primary ranking metric is Mean, computed as the average of Text R@1/R@5/R@10 and Image R@1/R@5/R@10 means. All scores are percentages.

Use the official evaluation command from the README and report the metrics printed by Method/re_bbox.py.

Full Test (951 buildings)

Official GeoText-1652 test_951_version.json evaluation. This is the primary leaderboard.

RankMethodSubmitterTraining DataBackboneText R@1Text R@5Text R@10Image R@1Image R@5Image R@10MeanLinksVerified
1NGCG-MLLM (InternVL3.5-1B)Chen et al.GeoText-1652 trainInternVL3.5-1B + LoRA25.841.049.434.463.375.148.2paper codepending
2SAA-DGL (X2-VLM)Yuan et al.GeoText-1652 trainX2-VLM16.729.236.229.457.269.439.7paperpending
3SAA-DGL (X-VLM)Yuan et al.GeoText-1652 trainX-VLM14.928.435.828.256.569.038.8paperpending
4HCCMRuan et al.GeoText-1652 trainX-VLM14.726.032.528.857.369.938.2paper codepending
5GeoText-1652 official checkpointGeoText-1652 TeamGeoText-1652 trainSwin-B + BERT13.624.631.226.353.766.936.1paper code ckptyes

24GB Test

GPU-friendly test_24G_version.json evaluation for quick comparison on smaller hardware.

RankMethodSubmitterTraining DataBackboneText R@1Text R@5Text R@10Image R@1Image R@5Image R@10MeanLinksVerified
1NGCG-MLLM (InternVL3.5-1B)Chen et al.GeoText-1652 trainInternVL3.5-1B + LoRA45.762.970.358.385.992.969.3paper codepending
2SAA-DGL (X2-VLM)Yuan et al.GeoText-1652 trainX2-VLM31.949.857.953.383.991.761.4paperpending
3SAA-DGL (X-VLM)Yuan et al.GeoText-1652 trainX-VLM30.749.257.652.183.391.460.7paperpending
4GeoText-1652 official checkpointGeoText-1652 TeamGeoText-1652 trainSwin-B + BERT29.946.354.150.181.290.358.7paper code ckptyes

Submit Results

Open a pull request that edits leaderboard/data.json, then run:

python3 scripts/render_leaderboard.py

Required fields for each entry:

  • id: stable lowercase identifier, unique within the split
  • method: model or system name
  • submitter: person, team, or organization
  • training_data: training data used, including any external data
  • backbone: visual/text backbone or main model family
  • metrics: txt_r1, txt_r5, txt_r10, img_r1, img_r5, img_r10

Please include paper/code/checkpoint links when public. Mark verified as false unless the maintainers have reproduced or audited the result.