LocateAnything: Fast and High-Quality Vision-Language Grounding with Parallel Box Decoding
Summary
LocateAnything proposes Parallel Box Decoding for unified visual grounding and object detection, decoding geometric elements as atomic units to improve throughput and localization accuracy, supported by a large-scale dataset of 138M samples.
View Cached Full Text
Cached at: 05/27/26, 02:47 AM
Paper page - LocateAnything: Fast and High-Quality Vision-Language Grounding with Parallel Box Decoding
Source: https://huggingface.co/papers/2605.27365 Authors:
,
,
,
,
,
,
,
,
,
,
,
Abstract
Parallel Box Decoding enables efficient and accurate unified visual grounding and detection by decoding geometric elements as atomic units, improving both throughput and localization quality.
Vision-language models(VLMs) commonly formulatevisual groundinganddetectionas acoordinate-token generationproblem, serializing each 2D box into multiple 1D tokens that are learned and decoded largely independently. This token-by-token decoding mismatches the coupled structure ofbox geometryand creates a practical inference bottleneck due to strictly sequential generation. We introduce LocateAnything, a unified generative grounding anddetectionframework based onParallel Box Decoding(PBD). By decoding geometric elements such as bounding boxes and points as atomic units in a single step, LocateAnything preserves intra-boxgeometric coherenceand unlocks substantial parallelism. We show that PBD improves bothdecoding throughputandlocalization accuracy. We further develop a scalable data engine and curate LocateAnything-Data, a large-scale dataset with more than 138 million training samples, substantially increasing data diversity for high-precision localization. Extensive evaluations show that LocateAnything advances the speed-accuracy frontier, achieving significantly higherdecoding throughputwhile improving high-IoU localization quality across diverse benchmarks. The results highlight the complementary benefits ofParallel Box Decodingandlarge-scale training datain enabling efficient and precise unifiedvisual groundinganddetection.
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2605\.27365
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.27365 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.27365 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.27365 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
@ZhidingYu: Thank you NVIDIA! I will be presenting LocateAnything at #CVPR2026 at the NVIDIA Booth: June 5 4:20 - 4:40 pm MDT (Frid…
NVIDIA introduces LocateAnything, a unified generative grounding and detection framework that uses Parallel Box Decoding to improve decoding throughput and localization accuracy. This work will be presented at CVPR 2026.
@VincentLogic: NVIDIA's newly open-sourced LocateAnything model is really impressive. The previous visual grounding models generated coordinates digit by digit (like squeezing toothpaste), slow and unstable. This new model uses "parallel bounding box decoding" to predict complete coordinates in one step, much faster and more accurate...
NVIDIA has open-sourced the LocateAnything model, using parallel bounding box decoding technology to predict complete coordinates in one step, fast and accurate. The model has only 3B parameters and can run on consumer-grade GPUs, supporting video object localization, UI recognition, OCR, and other tasks.
@NVIDIAAI: This #CVPR2026 paper from our research team is trending #1 on @HuggingFace Meet LocateAnything: a vision-language detec…
NVIDIA's research team released LocateAnything, a vision-language detection model that rethinks bounding box prediction, which is trending #1 on HuggingFace.
Thinking with Visual Grounding
This paper introduces visually grounded thinking, a method for vision-language models to interleave natural-language reasoning with explicit visual evidence grounding using points or boxes. A scalable synthesis pipeline and grounding-aware reinforcement learning improve reasoning accuracy, enabling a 4B model to match or surpass a 27B model on spatial and counting benchmarks.
Towards One-to-Many Temporal Grounding
This paper introduces One-to-Many Temporal Grounding (OMTG), a new task for localizing multiple disjoint video segments from a single text query, along with a benchmark, evaluation metrics, a 56k-sample dataset, and novel reward functions that achieve state-of-the-art results, outperforming Gemini 2.5 Pro and Seed-1.8.