AIAny
AI Model2026
Icon for item

LocateAnything-3B

Performs fast, high-quality vision–language grounding: given an image plus a natural-language prompt it returns bounding boxes or points for referred objects. Uses Parallel Box Decoding for parallel coordinate prediction (higher throughput) and targets research/non-commercial use.

Introduction

The bottleneck in many vision–language grounding systems is that autoregressive coordinate decoding creates a trade-off between geometric consistency and speed. LocateAnything sidesteps that trade-off by predicting complete box coordinates in parallel (Parallel Box Decoding), enabling substantially higher boxes-per-second throughput while keeping spatial outputs structured and usable for downstream systems.

Key Capabilities
  • Parallel Box Decoding (PBD): predicts complete bounding-box/point coordinates in block-structured outputs rather than autoregressive token-by-token decoding — so what? inference can be up to ~2.5× faster on comparable hardware while preserving coherent box geometry.
  • Multi-domain grounding: trained on a large-scale multi-domain corpus (≈12M images, 138M+ queries, ~785M boxes) and evaluated across natural scenes, dense detection, GUI grounding, and scene-text/layout tasks — so what? a single model can handle referring expressions, dense open-set detection, GUI element grounding, and OCR-style text localization without task-specific models.
  • Flexible generation modes: fast (pure parallel), slow (autoregressive), and hybrid (parallel with AR fallback) — so what? you can tune for throughput or robustness depending on scene complexity and deployment constraints.
  • Practical integration: packaged with transformer-based tooling and a recommended worker API for image+text inputs, plus parsing utilities to convert model block outputs into pixel coordinates — so what? it’s straightforward to prototype perception pipelines and label-automation workflows on NVIDIA GPUs.
Who it's for & trade-offs

Great fit if you need a single research-grade VLM for grounding across domains (robotics, GUI agents, dataset annotation, document/layout/OCR localization) and have access to NVIDIA GPU hardware for evaluation. Look elsewhere if you need commercial-use licensing (this release is under an NVIDIA non‑commercial research license), absolute minimal latency on non‑NVIDIA hardware, or a model with native TensorRT/Triton production support out-of-the-box. The model is 3B parameters and optimized for BF16/KV-cache workflows on modern NVIDIA architectures; production deployments will likely require additional engineering (quantization, runtime integration) and validation on your task data.

Where it fits

Positioned as a foundation perception component for multimodal agents and dataset automation, LocateAnything sits between specialized object detectors and heavy multimodal agents: it provides structured spatial outputs (boxes/points) while allowing downstream systems to run higher-level reasoning or action planning.

How it works (brief)

Architecturally it pairs a MoonViT vision encoder with a Qwen2.5‑3B instructive language core plus a light multimodal projector. Training used a staged pipeline (captioning/VQA/OCR adaptation followed by dense grounding fine-tuning) and mixes human, automated, and synthetic annotations to cover long-tail and domain-specific grounding scenarios.

More Items

Proposes VLAct, a representation-centric continued pre-training method for Vision-Language-Action models that preserves VLM priors and enforces cross-embodiment action semantics to turn limited robot trajectories into transferable visual-action representations; shows strong gains and sample efficiency on multiple VLA benchmarks using modest compute.

Hugging Face
AI Model2026

GGUF-quantized, refusal-removed build of Qwen3.8-Flash-Next for llama.cpp that provides multimodal (image+text), reasoning and tool-calling capabilities; released for security research and red-teaming under the Apache-2.0 license.

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.