Pith

open record

sign in
Browse

arxiv: 2411.18363 · v3 · pith:WUI4OANW · submitted 2024-11-27 · cs.CV

ChatRex: Taming Multimodal LLM for Joint Perception and Understanding

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 reserved pith:WUI4OANWrecord.jsonopen to challenge →

classification cs.CV
keywords perceptionunderstandingchatrexdatamllmcapabilitiescombinationdataset
0
0 comments X
read the original abstract

Perception and understanding are two pillars of computer vision. While multimodal large language models (MLLM) have demonstrated remarkable visual understanding capabilities, they arguably lack accurate perception abilities, e.g. the stage-of-the-art model Qwen2-VL only achieves a 43.9 recall rate on the COCO dataset, limiting many tasks requiring the combination of perception and understanding. In this work, we aim to bridge this perception gap from both model designing and data development perspectives. We first introduce ChatRex, an MLLM with a decoupled perception design. Instead of having the LLM directly predict box coordinates, we feed the output boxes from a universal proposal network into the LLM, allowing it to output the corresponding box indices to represent its detection results, turning the regression task into a retrieval-based task that LLM handles more proficiently. From the data perspective, we build a fully automated data engine and construct the Rexverse-2M dataset which possesses multiple granularities to support the joint training of perception and understanding. After a three-stage training approach, ChatRex demonstrates strong perception and understanding performance, and the combination of these two capabilities also unlocks many attractive applications, demonstrating their complementary roles in MLLM. Code is available at https://github.com/IDEA-Research/ChatRex.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 6 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Vision as Unified Multimodal Generation

    cs.CV 2026-07 conditional novelty 7.0

    A single unified multimodal model matches leading task-specialized vision systems across detection, segmentation, dense geometry, and multi-view 3D by casting all outputs as native text or image generation.

  2. HKVLM: Faithful Query--Region Binding for Frozen-Detector Visual Grounding

    cs.CV 2026-06 unverdicted novelty 6.0

    HKVLM trains only an alignment hook to bind frozen LM query embeddings to frozen detector proposals via contrastive retrieval and bipartite assignment, yielding 50-90x grounding gains and reduced hallucinations on Ref...

  3. SceneParser: Hierarchical Scene Parsing for Visual Semantics Understanding

    cs.CV 2026-05 unverdicted novelty 6.0

    SceneParser introduces hierarchical scene parsing as object-part-affordance chains, a VLM trained with pseudo labels and curriculum learning, and SceneParser-Bench with 1.74M affordance annotations, showing better str...

  4. Robust Grounding with MLLMs Against Occlusion and Small Objects via Language-Guided Semantic Cues

    cs.CV 2026-04 unverdicted novelty 6.0

    Language-guided semantic cues from MLLM visual pipelines, steered by text embeddings, refine object semantics and boost grounding accuracy against occlusion and small objects.

  5. From Structure to Synergy: A Survey of Vision-Language Perception Paradigm Evolution in Multimodal Large Language Models

    cs.CL 2026-06 unverdicted novelty 5.0

    The survey formalizes MLLM perception as a unified vision-language capability and traces its evolution via a new five-stage taxonomy while outlining future challenges.

  6. Grounding Everything in Tokens for Multimodal Large Language Models

    cs.CV 2025-12 unverdicted novelty 5.0

    GETok partitions images with grid tokens and refines locations via offset tokens to enable better native 2D spatial reasoning in MLLMs.