REVIEW 2 major objections 1 minor 2 cited by
A 7B-parameter model trained with visual support constraints outperforms models up to 72B parameters on in-context object localization.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
A two-stage framework with visual support constraints and GRPO reinforcement learning enables a 7B model to outperform up to 72B-parameter models on category-agnostic in-context object localization.
T0 review reviewed 2026-06-28 challenge →
load-bearing objection 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. the 2 major comments →
FOCUS: Forcing In-Context Object Localization through Visual Support Constraints and Policy Optimization
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
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.
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.
Load-bearing premise
The two-stage optimization without category supervision will successfully steer attention to visual matches instead of semantic category knowledge.
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.
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.
Where Pith is reading between the lines
- 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.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
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)
- [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.
- [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)
- [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
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
-
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
-
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
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.
Axiom & Free-Parameter Ledger
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
Forward citations
Cited by 2 Pith papers
-
UNITY: Attention Flow Networks for Adaptive Conditioning in Diffusion
A two-stage universal-then-specialize adapter with Morphable Attention Flow networks delivers SOTA FID/CLIP under single or composite conditioning at constant parameter and memory cost.
-
UNITY: Attention Flow Networks for Adaptive Conditioning in Diffusion
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
-
[1]
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]
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...
This paper was first reviewed by grok-4.3 on June 28, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.