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

Analyzes adversarial weaknesses of World-Action Models (WAMs) via BadWAM, a framework that crafts visual perturbations to decouple a model’s imagined future from its executed actions. Introduces two attack modes—action-only (disruptive) and imagination-preserving (stealthy)—and shows large drops in closed-loop task success (e.g., 96.5%→43.1%).

Hugging Face
AI Model2026

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.