Pith. sign in

REVIEW 2 major objections 1 minor 1 cited by

FOCUS: Forcing In-Context Object Localization through Visual Support Constraints and Policy Optimization

T0 review · 2 major / 1 minor · reviewed 2026-06-28 · grok-4.3

Pith's one-line read A 7B-parameter model trained with visual support constraints outperforms models up to 72B parameters on in-context object localization.

desk verdict The paper's two-stage attention optimization plus GRPO for category-agnostic in-context localization is a reasonable attempt at the problem, but the mechanism to override semantic priors is not shown to be load-bearing. read the letter →

arxiv 2605.31145 v1 pith:UGC72BN2 submitted 2026-05-29 cs.CV cs.AIcs.LG

classification cs.CVcs.AIcs.LG
keywords in-contextlocalizationvisualgroundingreinforcementlearningobjectvision-languagemodelspolicyoptimizationcategory-agnostic
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper presents a two-stage training approach for in-context localization that first optimizes attention between support bounding boxes and query images without any category labels, then refines results through reinforcement learning to cut localization errors. This setup is designed to make the model rely on visual matches between examples rather than learned semantic categories. The central result is that the resulting 7B model surpasses much larger models, which indicates that the specific localization objectives matter more than parameter count alone. The work targets realistic scenarios where objects lack names or must be treated as unique instances.

What carries the argument

The two-stage training framework that enforces visual correspondence by optimizing in-context attention and applying GRPO-based policy optimization to reduce localization error.

What would settle it

A test set of query images containing objects that match support examples visually but differ in category, versus objects that match in category but differ visually, to measure whether localization accuracy tracks visual similarity or category labels.

Watch

Extended reading notes

Core claim

A two-stage framework first optimizes in-context attention between support bounding boxes and query images without category supervision, then applies Group Relative Policy Optimization to minimize localization error directly, producing instance-level localization grounded in visual correspondence rather than semantic priors.

Load-bearing premise

The two-stage optimization without category supervision will successfully steer attention to visual matches instead of semantic category knowledge.

Editorial extensions

If this is right

  • Localization becomes possible for unnamed or instance-specific objects without introducing category bias.
  • Predictions favor direct visual evidence over semantic category associations.
  • Targeted localization objectives can deliver better results than increasing model size alone.
  • The approach supports downstream uses such as image editing and personalized visual search.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The same constraint-based training could be applied to improve other in-context tasks that currently rely on category supervision.
  • Specialized objectives may allow smaller models to handle localization more efficiently than general-purpose scaling.
  • Evaluating performance when visual cues conflict with category cues would provide a clearer test of the grounding mechanism.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

2 major / 1 minor

Summary. The paper introduces FOCUS, a two-stage training framework for in-context object localization (ICL) in vision-language models. The first stage optimizes in-context attention between support bounding boxes and query images without category supervision; the second applies Group Relative Policy Optimization (GRPO) to minimize localization error. The central empirical claim is that a 7B-parameter model trained under this regime outperforms models up to 72B parameters, showing that context-aware objectives can surpass scaling.

Significance. If the empirical results and the claimed mechanism hold, the work would indicate that targeted optimization of visual correspondence can yield instance-level ICL that is more efficient and less biased than scaling alone, with direct relevance to applications such as personalized search and image editing that require category-agnostic localization.

major comments (2)
  1. [Abstract] Abstract: the claim that the two-stage framework 'enforces visual correspondence over semantic priors' is load-bearing for the central thesis, yet the description supplies no concrete mechanism (feature masking, category-agnostic contrastive loss, negative sampling on semantic classes, or similar) that would prevent the underlying VLM from routing predictions through pre-trained category embeddings when support boxes are supplied.
  2. [Abstract] Abstract / §4: the headline result that a 7B model outperforms models up to 72B is presented without any experimental details, baselines, datasets, error bars, or ablation tables in the abstract; without these the claim cannot be evaluated and the assertion that the improvement stems from the proposed objectives rather than task-specific fine-tuning remains unsubstantiated.
minor comments (1)
  1. [Abstract] Abstract: the phrase 'comprehensive ablations validate the contribution of each component' is stated but no specific ablation results or section references are supplied.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the detailed and constructive comments on our manuscript. We address each major comment below, clarifying the mechanisms described in the full paper and agreeing to revisions that improve the abstract's clarity and substantiation of claims.

read point-by-point responses
  1. Referee: [Abstract] Abstract: the claim that the two-stage framework 'enforces visual correspondence over semantic priors' is load-bearing for the central thesis, yet the description supplies no concrete mechanism (feature masking, category-agnostic contrastive loss, negative sampling on semantic classes, or similar) that would prevent the underlying VLM from routing predictions through pre-trained category embeddings when support boxes are supplied.

    Authors: The mechanism is the first-stage optimization of in-context attention between support bounding boxes and query images under visual support constraints, performed entirely without category supervision. This is combined with the second-stage GRPO objective that directly optimizes localization error on visual evidence alone. These elements are detailed in Section 3 (including the constraint formulation that restricts attention routing to visual matches). We agree the abstract is high-level and will revise it to explicitly reference the visual support constraints as the means of enforcing correspondence over semantic priors. revision: yes

  2. Referee: [Abstract] Abstract / §4: the headline result that a 7B model outperforms models up to 72B is presented without any experimental details, baselines, datasets, error bars, or ablation tables in the abstract; without these the claim cannot be evaluated and the assertion that the improvement stems from the proposed objectives rather than task-specific fine-tuning remains unsubstantiated.

    Authors: The abstract is intentionally concise, but we acknowledge that the headline empirical claim benefits from additional context. Full details—including baselines (both scaled VLMs and prior ICL methods), datasets, error bars, and ablations isolating the contribution of the two-stage objectives versus standard fine-tuning—are provided in Section 4 and the supplementary material. We will revise the abstract to include a brief clause noting that the result is supported by comprehensive experiments and ablations on category-agnostic localization benchmarks. revision: yes

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity; empirical claims rest on external benchmarks and ablations

full rationale

The provided abstract and description contain no equations, derivations, or self-citations that reduce any prediction or result to fitted inputs by construction. The two-stage framework (in-context attention optimization followed by GRPO) is presented as a method whose effectiveness is validated through empirical outperformance of a 7B model versus larger baselines and component ablations. These are independent, falsifiable comparisons rather than self-referential reductions. No load-bearing uniqueness theorems, ansatzes smuggled via citation, or renaming of known results appear. The derivation chain is therefore self-contained.

Assumptions & free parameters 0 free parameters · 0 assumptions · 0 invented entities

Abstract-only review supplies no explicit free parameters, axioms, or invented entities; the method description does not introduce new postulated objects or fitted constants beyond standard training practices.

how reviews work

0 comments
Cite this review

Pith. "Pith review of FOCUS: Forcing In-Context Object Localization through Visual Support Constraints and Policy Optimization." pith.science (2026). https://pith.science/paper/UGC72BN2

@misc{pith2026260531145,
  author       = {Pith},
  title        = {Pith review of: FOCUS: Forcing In-Context Object Localization through Visual Support Constraints and Policy Optimization},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/UGC72BN2}},
  note         = {Machine review of arXiv:2605.31145}
}
read the original abstract

In-context localization (ICL) seeks to localize a target object specified by a small set of support examples in a query image, operating on the fly without training or parameter updates. Despite rapid advances in vision-language models (VLMs), achieving category-agnostic and visually grounded ICL remains an open problem, even though it is essential for applications such as image editing, personalized visual search, and retrieval. Existing methods are fragile and rely on explicit category supervision, which not only limits applicability in realistic settings with unnamed or instance-specific objects but also introduces category bias that steers predictions toward semantic priors rather than visual evidence. We introduce a two-stage training framework that explicitly optimizes in-context attention between support bounding boxes and query images without category supervision. We further refine localization via reinforcement learning using Group Relative Policy Optimization (GRPO) to directly minimize localization error. This formulation enforces visual correspondence over semantic priors, yielding robust instance-level localization. Empirically, a 7B-parameter model trained with our objectives outperforms models up to 72B parameters, demonstrating that context-aware localization objectives can surpass scaling alone. Comprehensive ablations validate the contribution of each component.

Figures

Figures reproduced from arXiv: 2605.31145 by the authors.

Figure 1
Figure 1. The figure illustrates in-context localization across different models by visualizing the support, query, predicted bounding boxes, and the corresponding attention maps. The support image provides a bounding box specifying the target object. Attention heatmaps highlight regions the model relies on for prediction, while red boxes indicate the final localized output [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Comparison of attention from answer tokens to input tokens. Our model places greater attention on query image tokens compared to the SFT baseline, indicating stronger visual grounding during localization. Here w/c and wo/c shows the model with and without category information respectively. model localizes objects using only support images and bounding box annotations, without any semantic labels or textual cues. To … view at source ↗
Figure 3
Figure 3. The block diagram of the proposed approach model (FOCUS): The model accepts the support set with the BBOX and predicts the final BBOX over the query image. Attention loss is applied to the attention map from the query to the input token, and GRPO helps generate a precise BBOX. where each bounding box (bt) is parameterized as bt = x (t) min, y (t) min, x (t) max, y (t) max . Given this context, the objective is to pr… view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: BBOX Attention Optimization: The mask for the BBOX token are given as 1 and remaining are 0 which is used to compute the average attention for the BBOX and non-BBOX token using the Eq-7. instructed to predict the corresponding BBOX for the query image. Formally, the co…
Figure 5
Figure 5. Figure 5: We share attention-based localization heatmaps across models and compare Qwen2-VL-7B under different training regimes. The vanilla model fails to localize the person riding the camel, while fine-tuning improves localization but remains incomplete. In contrast, our atte…
Figure 6
Figure 6. Figure 6: The figure shows representative 2-shot in-context lo￾calization failure cases on GOT. These examples illustrate the intrinsic difficulty of the task, where large viewpoint and scale changes between support and query images, heavy occlusion, and background clutter make …

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

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

  1. UNITY: Attention Flow Networks for Adaptive Conditioning in Diffusion

    cs.CV 2026-06 unverdicted novelty 6.0 of 10

    UNITY is a two-stage adapter with Morphable Attention Flow networks for efficient single and composite conditioning in diffusion-based image generation.

Reference graph

Works this paper leans on

2 extracted references · 2 canonical work pages · cited by 1 Pith paper

  1. [1]

    11 FOCUS: Policy Optimization based In-Context Object Localization Xu, Y ., Zhang, M., Fu, C., Chen, P., Yang, X., Li, K., and Xu, C

    URL https://openreview.net/forum?id= RdJVFCHjUMI. 11 FOCUS: Policy Optimization based In-Context Object Localization Xu, Y ., Zhang, M., Fu, C., Chen, P., Yang, X., Li, K., and Xu, C. Multi-modal queried object detection in the wild.arXiv preprint arXiv:2305.18980, 2023. URL https://arxiv. org/abs/2305.18980. Yan, X., Chen, Z., Xu, A., Wang, X., Liang, X....

  2. [2]

    Zhang, J., Huang, J., Jin, S., and Lu, S

    URLhttps://arxiv.org/abs/2206.05836. Zhang, J., Huang, J., Jin, S., and Lu, S. Vision-language models for vision tasks: A survey.IEEE transactions on pattern analysis and machine intelligence, 46(8):5625–5644, 2024. Zhang, R., Jiang, Z., Guo, Z., Yan, S., Pan, J., Ma, X., Dong, H., Gao, P., and Li, H. Personalize segment anything model with one shot.arXiv...

Pith tools

Reviewed June 28, 2026 · model on record in the stance chip above.