paper-with-me

홈 › Papers

Detect Anything via Next Point Prediction

2025-10-14 · Qing Jiang, Junan Huo, Xingyu Chen, Yuda Xiong, Zhaoyang Zeng, Yihao Chen, Tianhe Ren, Junzhi Yu, Lei Zhang arxiv

Object detection has long been dominated by traditional coordinate regression-based models, such as YOLO, DETR, and Grounding DINO. Although recent efforts have attempted to leverage MLLMs to tackle this task, they face challenges like low recall rate, duplicate predictions, coordinate misalignment, etc. In this work, we bridge this gap and propose Rex-Omni, a 3B-scale MLLM that achieves state-of-the-art object perception performance. On benchmarks like COCO and LVIS, Rex-Omni attains performance comparable to or exceeding regression-based models (e.g., DINO, Grounding DINO) in a zero-shot setting. This is enabled by three key designs: 1) Task Formulation: we use special tokens to represent quantized coordinates from 0 to 999, reducing the model's learning difficulty and improving token efficiency for coordinate prediction; 2) Data Engines: we construct multiple data engines to generate high-quality grounding, referring, and pointing data, providing semantically rich supervision for training; \3) Training Pipelines: we employ a two-stage training process, combining supervised fine-tuning on 22 million data with GRPO-based reinforcement post-training. This RL post-training leverages geometry-aware rewards to effectively bridge the discrete-to-continuous coordinate prediction gap, improve box accuracy, and mitigate undesirable behaviors like duplicate predictions that stem from the teacher-guided nature of the initial SFT stage. Beyond conventional detection, Rex-Omni's inherent language understanding enables versatile capabilities such as object referring, pointing, visual prompting, GUI grounding, spatial referring, OCR and key-pointing, all systematically evaluated on dedicated benchmarks. We believe that Rex-Omni paves the way for more versatile and language-aware visual perception systems.

📄 PDF Abstract BibTeX arXiv:2510.12798

Code (0)

등록된 구현이 없습니다.

Tasks

Object Detection

Similar Papers 제목 키워드 기반

LocateAnything3D: Vision-Language 3D Detection with Chain-of-Sight

2025-11-25 · Yunze Man, Shihao Wang, Guowen Zhang, Johan Bjorck 외 arxiv

To act in the world, a model must name what it sees and know where it is in 3D. Today's vision-language models (VLMs) excel at open-ended 2D description and grounding, yet multi-object 3D detection remains largely missin…

Uncertainty on Asynchronous Time Event Prediction

2019-11-13 · NeurIPS 2019 12 · Marin Biloš, Bertrand Charpentier, Stephan Günnemann

Asynchronous event sequences are the basis of many applications throughout different industries. In this work, we tackle the task of predicting the next event (given a history), and how this prediction changes with the p…

Anomaly DetectionPrediction

Cubify Anything: Scaling Indoor 3D Object Detection

2024-12-05 · CVPR 2025 1 · Justin Lazarow, David Griffiths, Gefen Kohavi, Francisco Crespo 외

We consider indoor 3D object detection with respect to a single RGB(-D) frame acquired from a commodity handheld device. We seek to significantly advance the status quo with respect to both data and modeling. First, we e…

3D Object DetectionObjectobject-detectionObject Detection

RigAnything: Template-Free Autoregressive Rigging for Diverse 3D Assets

2025-02-13 · Isabella Liu, Zhan Xu, Wang Yifan, Hao Tan 외

We present RigAnything, a novel autoregressive transformer-based model, which makes 3D assets rig-ready by probabilistically generating joints, skeleton topologies, and assigning skinning weights in a template-free manne…

VFMM3D: Releasing the Potential of Image by Vision Foundation Model for Monocular 3D Object Detection

2024-04-15 · Bonan Ding, Jin Xie, Jing Nie, Jiale Cao 외

Due to its cost-effectiveness and widespread availability, monocular 3D object detection, which relies solely on a single camera during inference, holds significant importance across various applications, including auton…

3D Object DetectionAutonomous DrivingMonocular 3D Object DetectionObject+2