ERA @ CVPR 2026 PointArena Challenge

Point-Agent

A multi-stage visual grounding pipeline that combines Gemini query rewriting, box-level guidance, Molmo2 point prediction, and strict Gemini verification for language-guided pointing.

Challenge Outcome 1st place PointArena track
Evaluation Set 982 text-image pairs
Average Score 86.05% Point-Agent (ours)
Pipeline Shape 6 stages rewrite, predict, verify
Overview

From embodied intent to actionable points

PointArena frames pointing as an embodied reasoning problem: an agent must translate language into precise visual targets that can support interaction, navigation, manipulation, or downstream action. The benchmark stresses spatial relations, affordance cues, counting, steerable reference-point queries, and general scene reasoning.

Point-Agent treats each query as a small perception-action grounding task. It rewrites underspecified instructions into scene-grounded targets, localizes candidate regions, predicts points with Molmo2, and verifies whether the selected pixel actually lies on the object, part, free space, or relation that an embodied agent would need to act on.

Method

A verifier-guided embodied pointing pipeline

Point-Agent decomposes each instruction into a query rewrite, visual localization, local point prediction, and conservative verification loop, with cached artifacts at every stage.

1 User query

Image + user query

Clock image with a reference point marker for a steerable query.

Load the image, original query, category, and reference-point markers for steerable samples.

2 Rewrite

Gemini query rewrite

Original query rewritten into a concrete target query.

Resolve vague embodied intent into a concrete visual target.

3 Box helper

Gemini localization hints

Gemini helper box around a candidate target region.

Propose candidate boxes, center hints, and distance cues before point prediction.

4 Point prediction

Molmo2 point predictor

Molmo2 candidate point prediction on the image.

Predict candidate pixel points from original, rewrite, and hints.

5 Verification

Gemini strict judge

Gemini judge view with reference point, prediction, and zoom crop.

Check count, containment, spatial relation, and trigger fallback repair when needed.

6 Final points

Final point set

Final mask overlay with accepted prediction point.

Save accepted points, cached stage artifacts, and mask-overlay visualizations for scoring.

Results

Evaluation snapshot

The table compares PointAgent (ours) with cited baselines on the PointArena benchmark.

86.05%

PointAgent (ours)

Point-Agent ranked 1st in the PointArena Challenge, with strong affordance, spatial, and reasoning performance across the benchmark categories.

Report comparison

Point-Agent against reported baselines

Baseline values are taken from the cited reports; GPT-5.4 was evaluated by our team. Missing category-level entries are shown with dashes.

Method Average Affordable Counting Reasoning Spatial Steerable
GPT-5.4 [0] 56.42% 71.21% 47.96% 47.67% 61.54% 53.50%
MolmoPoint-8B [1] 70.70% 85.90% 74.50% 77.20% 76.90% 39.00%
Seed1.8 [2] 76.50%
Seed2.0pro [3] 81.40%
Molmo2-4B [4] 67.70% 82.30% 71.40% 72.00% 71.80% 41.00%
Gemini-3-Pro [5] 85.50%
PointAgent (ours) 86.05% 96.97% 75.00% 88.60% 88.21% 81.50%
Qualitative Examples

Where the pipeline has to reason

Each example compares the original image with a green ground-truth mask overlay and red predicted point markers across all five benchmark categories. For steerable queries, the blue marker shows the reference point used by the instruction.

Affordance sample comparing the original sponge image with overlay and predicted point.
Affordance

Original query Point to the object that people use to clean surfaces.

Rewritten query Point to the yellow sponge.

Spatial sample comparing the original bus image with overlay and predicted points.
Spatial

Original query Point to the front wheels of the car.

Rewritten query Point to the front wheels of the red bus.

Reasoning sample comparing the original parking-lot image with overlay and predicted point.
Reasoning

Original query Point to the second car from the right.

Rewritten query Point to the black SUV parked next to the rightmost black sedan.

Counting sample comparing the original bird image with overlay and predicted points.
Counting

Original query Point to all birds.

Rewritten query Point to the two birds perched on the tree branches.

Steerable sample comparing the original clock image with blue reference point and overlay with predicted point.
Steerable

Original query Point to the number to the right of the current point on the image.

Rewritten query Point to the number 5 on the clock.

Team Members

Point-Agent team

Submission authors and affiliations.

  1. 1.
    Xiuguang Li Sun Yat-sen University lixg57@mail2.sysu.edu.cn
  2. 2.
    Jiacong Zhou Harbin Institute of Technology jczhou@hdu.edu.cn
  3. 3.
    Jialong Peng Sun Yat-sen University pengjlong3@mail2.sysu.edu.cn
  4. 4.
  5. 5.
    Jiaxu Miao Sun Yat-sen University miaojx@mail.sysu.edu.cn Harbin Institute of Technology miaojx@hit.edu.cn