LocateAnything

May 28, 2026 · View on GitHub

Full benchmark tables, ablation studies, and qualitative visualizations. For a high-level overview, see the project README.


Table of Contents


Headline Numbers

LocateAnything-3B
Throughput on a single H10012.7 BPS
Speedup vs. Qwen3-VL (1.1 BPS)≈10×
Speedup vs. Rex-Omni (5.0 BPS)≈2.5×
LVIS F1@Mean50.7 (+3.8 over Rex-Omni)
COCO F1@Mean54.7 (+1.8 over Rex-Omni)
Dense200 F1@Mean58.7
DocLayNet F1@Mean76.8
M6Doc F1@Mean70.1 (+14.5 over Rex-Omni)
TotalText F1@Mean43.3
ScreenSpot-Pro Avg60.3 (SOTA)
HumanRef F1@0.9568.8 (SOTA)
RefCOCOg val F1@Mean76.7 (SOTA)
Pointing — best on all 7 benchmarks

1. Common Object Detection — LVIS & COCO

LVIS & COCO results

MethodBPSLVIS F1@0.5LVIS F1@0.95LVIS F1@MeanCOCO F1@0.5COCO F1@0.95COCO F1@Mean
Grounding DINO-Swin-T47.722.738.869.823.056.6
DeepSeek-VL2-Small56.221.041.860.914.945.9
Qwen3-VL-4B1.159.820.043.563.014.246.1
Qwen3-VL-8B1.061.520.244.862.814.045.7
SEED1.5-VL65.619.546.771.314.351.4
Rex-Omni-3B5.064.320.746.972.015.952.9
LocateAnything-3B12.762.331.150.770.119.354.7

LocateAnything improves the mean F1 by +3.8% on LVIS and +1.8% on COCO over Rex-Omni at identical model size, with particularly strong gains at high IoU thresholds (31.1 vs. 20.7 at IoU=0.95 on LVIS).


2. Dense Object Detection — Dense200 & VisDrone

Dense detection results

MethodDense200 F1@0.5Dense200 F1@0.95Dense200 F1@MeanVisDrone F1@0.5VisDrone F1@0.95VisDrone F1@Mean
Grounding DINO-Swin-T36.919.733.155.23.938.5
Qwen3-VL-4B17.52.412.542.31.426.0
SEED1.5-VL76.95.353.255.90.627.4
Rex-Omni-3B78.410.358.361.61.535.8
LocateAnything-3B74.018.558.763.03.239.9

LocateAnything achieves 58.7 and 39.9 mean F1 on Dense200 and VisDrone respectively, substantially outperforming Rex-Omni (58.3 / 35.8), demonstrating superior boundary delineation in heavily overlapping scenes.


3. Document Layout & OCR

Layout & OCR results

MethodDocLayNet F1@0.5DocLayNet F1@0.95DocLayNet F1@MeanM6Doc F1@0.5M6Doc F1@0.95M6Doc F1@MeanTotalText F1@0.5TotalText F1@0.95TotalText F1@Mean
DocLayout-YOLO91.252.181.1
Qwen3-VL-4B60.88.237.230.64.919.055.43.636.1
Qwen3-VL-8B54.76.734.137.24.922.759.42.737.3
Rex-Omni-3B89.528.470.776.318.755.656.63.940.6
LocateAnything-3B91.135.876.890.625.870.158.95.143.3

New standards on document understanding: 76.8 and 70.1 mean F1 on DocLayNet and M6Doc respectively, outperforming Rex-Omni by substantial margins (+6.1 / +14.5). On TotalText OCR, 43.3 mean F1 surpasses all compared methods.


4. GUI Grounding — ScreenSpot-Pro

ScreenSpot-Pro results

MethodDev T/ICreative T/ICAD T/IScience T/IOffice T/IOS T/IAvg
Rex-Omni-3B61.7 / 9.752.5 / 12.622.3 / 9.459.0 / 26.463.3 / 28.324.1 / 15.736.8
GUI-Owl-7B76.6 / 31.059.6 / 27.364.5 / 21.979.1 / 37.377.4 / 39.659.8 / 33.754.9
MAI-UI-2B76.6 / 32.469.2 / 21.761.4 / 23.481.2 / 34.585.9 / 39.668.2 / 41.657.4
GUI-Owl-32B84.4 / 39.365.2 / 18.262.4 / 28.182.6 / 39.181.4 / 39.670.1 / 36.058.0
LocateAnything-3B70.8 / 50.360.1 / 46.957.9 / 40.669.4 / 58.277.2 / 69.865.4 / 43.860.3

SOTA average 60.3, surpassing generalist VLMs like Qwen3-VL-30B-A3B and specialized models such as GUI-Owl-32B, with particularly strong performance on icon-based queries.


5. Referring Expression Comprehension

Referring results

MethodHumanRef F1@0.5HumanRef F1@0.95HumanRef F1@MeanRefCOCOg val F1@MeanRefCOCOg test F1@Mean
Qwen3-VL-4B77.754.971.174.774.6
Qwen3-VL-8B78.655.772.074.975.2
SEED1.5-VL88.260.081.671.973.2
Rex-Omni-3B85.465.479.973.674.3
LocateAnything-3B82.968.878.776.777.6

Seamlessly aligns nuanced human intents with visual regions, achieving 78.7 mean F1 on HumanRef and remaining highly competitive on RefCOCOg against top-tier models.


6. Pointing

Pointing results

MethodCOCOLVISDense200VisDroneHumanRefRefCOCOg valRefCOCOg test
Molmo-7B-D77.340.333.129.270.083.783.6
SEED1.5-VL78.270.772.156.783.183.684.2
Rex-Omni-3B80.570.882.558.983.884.785.1
LocateAnything-3B83.976.687.660.484.791.391.0

Best across all 7 point-based grounding benchmarks.


7. Ablation Study

Design choices and decoding efficiency on COCO.

Ablation tables

  • (a) Coordinate representation. PBD (Slow Mode) achieves the highest F1 of 52.1, confirming that box-aligned atomic formulation provides stronger supervision than 1D serialization.
  • (b) MTP formulation. PBD dramatically outpaces structure-agnostic MTP methods (16.9 BPS vs. 5.5 BPS for SDLM-B6) while improving F1.
  • (c) Decoding modes. Joint training pushes Slow Mode to 52.1 F1; Hybrid Mode preserves most speed gains (13.2 BPS at 51.6 F1).

Decoding Mode Comparison

Decoding mode comparison

Joint dual-formulation training successfully pushes the Slow Mode upper bound from 50.1 to 52.1 F1. Hybrid Mode seamlessly resolves the speed–accuracy trade-off, achieving robust high-precision localization while preserving most speed gains.

Box Ordering & Decoding Throughput

Box ordering & throughput

  • Left: X-Y corner-order sorting yields the highest F1 among four spatial ordering strategies.
  • Right: as the number of target boxes grows from 20 to 300, NTP methods suffer severe latency bottlenecks, while Parallel Box Decoding achieves a 2×–6× speedup, scaling throughput from 12 BPS to ~25 BPS in dense scenes.

8. Qualitative Results

High-quality grounding in the wild across documents, GUIs, and natural images.

Qualitative results
Qualitative visualizations of dense and high-precision box predictions across diverse resolutions and categories.


Citation

@article{wang2025locateanything,
  title   = {LocateAnything: Fast and High-Quality Vision-Language Grounding with Parallel Box Decoding},
  author  = {Shihao Wang and Shilong Liu and Yuanguo Kuang and Xinyu Wei and
             Yangzhou Liu and Zhiqi Li and Yunze Man and Guo Chen and
             Andrew Tao and Guilin Liu and Jan Kautz and Lei Zhang and Zhiding Yu},
  journal = {arXiv preprint arXiv:25XX.XXXXX},
  year    = {2026},
}