Paper deep dive
Diagnosing Dense Same-Class Attribute Misbinding in Large Vision-Language Models
Yuanzhi Xu, Qian Gao, Jun Fan, Guohui Ding, Zhenyu Yang, Yuteng Xiao, Sixue Lin
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 93%
Last extracted: 8/23/2026, 2:54:08 AM
Summary
This paper introduces Dense Same-Class Attribute Misbinding (DSCAM), a specific failure mode in Large Vision-Language Models (LVLMs) where an attribute is correctly recognized but assigned to the wrong instance of the same class. The authors present InstaBind-Lite, a controlled benchmark with 524 images and 9,580 questions designed to measure this phenomenon. Results across seven models show that while aggregate accuracy may be high, misbinding rates are significant (averaging 19.84% for open-source and 7.55% for API models), with the majority of errors originating from adjacent instances.
Entities (9)
Relation Signals (7)
LLaVA-1.5-7B ā hasmisbindingrate ā 34.01%
confidence 95% Ā· LLaVA-1.5-7B Open 54.37 34.01
Gemini-3.5-Flash ā hasmisbindingrate ā 5.79%
confidence 95% Ā· Gemini-3.5-Flash API 80.13 5.79
Qwen2.5-VL-7B ā hasmisbindingrate ā 13.65%
confidence 95% Ā· Qwen2.5-VL-7B Open 75.89 13.65
InstaBind-Lite ā measures ā DSCAM
confidence 95% Ā· InstaBind-Lite is a controlled benchmark that makes it directly measurable.
InstaBind-Lite ā contains ā GQA
confidence 90% Ā· Sources: COCO/GQA/VAW
InstaBind-Lite ā contains ā COCO
confidence 90% Ā· Sources: COCO/GQA/VAW
DSCAM ā istypeof ā Visual Hallucination
confidence 85% Ā· DSCAM is different: both class and attribute are image-supported, but their instance correspondence is false.
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Large vision-language models can recognize the objects and attributes in a crowded scene yet assign an attribute to the wrong same-class instance. Generic visual-question-answering accuracy marks the response as wrong, while object-hallucination metrics may regard both the object and attribute as image-supported; neither reveals the transfer. This study formalizes this blind spot as Dense Same-Class Attribute Misbinding (DSCAM) and presents InstaBind-Lite, a controlled benchmark that makes it directly measurable. Its 524 images contain 529 curated groups of 3-6 same-class entities, 1773 boxed instances, ordered neighbors, distinguishable color-like attributes, and four complementary question levels, yielding 9580 deterministically evaluated questions. Unlike existing protocols, source-instance annotations separate unsupported generation and recognition failure from an attribute copied from another visible entity. Binding-specific metrics further quantify transfer frequency, adjacency, ordinal distance, and intervention effects. Across five open-source and two commercial/API models, the open-source systems average 19.84% Misbinding Rate and the API systems 7.55%; these errors are hidden by aggregate accuracy. Among identifiable transfers, 80.70% and 81.51%, respectively, originate from adjacent instances. Localization and instance-first interventions help selected models but are not universal remedies. InstaBind-Lite therefore turns previously undifferentiated wrong answers into source-identifiable failure categories and tests a reliability dimension that conventional benchmarks cannot determine: whether a model knows not only what is visible, but which instance owns each attribute.
Tags
Links
- Source: https://arxiv.org/abs/2608.16805v1
- Canonical: https://arxiv.org/abs/2608.16805v1
Trouble viewing inline? Open PDF directly ā
Full Text
49,063 characters extracted from source content.
Expand or collapse full text
InstaBind-Lite: Diagnosing Dense Same-Class Attribute Misbinding in Large Vision-Language Models Yuanzhi Xu Qian Gao Jun Fan Guohui Ding Zhenyu Yang Yuteng Xiao Sixue Lin Thanks: Yuanzhi Xu, Qian Gao, Zhenyu Yang, and Yuteng Xiao are with Qilu University of Technology (Shandong Academy of Sciences), Jinan, China (e-mail: 10431250244@stu.qlu.edu.cn, gq@qlu.edu.cn, yzy@qlu.edu.cn, and yutengxiao@qlu.edu.cn). Qian Gao is the corresponding author. Thanks: Jun Fan is with China Telecom Digital Intelligence Technology Co., Ltd., Jinan, China (e-mail: fanjun.sd@chinatelecom.cn). Thanks: Guohui Ding is with Shenyang Aerospace University, Shenyang, China (e-mail: dingguohui@sau.edu.cn). Thanks: Sixue Lin is with University of Nottingham Ningbo China, Ningbo, China (e-mail: scxsl5@nottingham.edu.cn). Abstract Large vision-language models can recognize the objects and attributes in a crowded scene yet assign an attribute to the wrong same-class instance. Generic visual-question-answering accuracy marks the response as wrong, while object-hallucination metrics may regard both the object and attribute as image-supported; neither reveals the transfer. This study formalizes this blind spot as Dense Same-Class Attribute Misbinding and presents InstaBind-Lite, a controlled benchmark that makes it directly measurable. Its 524 images contain 529 curated groups of 3ā6 same-class entities, 1773 boxed instances, ordered neighbors, distinguishable color-like attributes, and four complementary question levels, yielding 9580 deterministically evaluated questions. Unlike existing protocols, source-instance annotations separate unsupported generation and recognition failure from an attribute copied from another visible entity. Binding-specific metrics further quantify transfer frequency, adjacency, ordinal distance, and intervention effects. Across five open-source and two commercial/API models, the open-source systems average 19.84% Misbinding Rate and the API systems 7.55%; these errors are hidden by aggregate accuracy. Among identifiable transfers, 80.70% and 81.51%, respectively, originate from adjacent instances. Localization and instance-first interventions help selected models but are not universal remedies. InstaBind-Litetherefore turns previously undifferentiated wrong answers into source-identifiable failure categories and tests a reliability dimension that conventional benchmarks cannot determine: whether a model knows not only what is visible, but which instance owns each attribute. Index Terms: Large vision-language models, visual hallucination, visual grounding, attribute binding, benchmark. I Introduction Large vision-language models (LVLMs) now support image search, visual assistance, traffic analysis, retail inspection, and robotic interaction [31, 20, 1, 19, 5]. Their errors, however, have different causes and risks: a model may invent absent content, miss an object, misread an attribute or relation, or attach a correctly perceived attribute to the wrong entity. Existing benchmarks often collapse these outcomes into the same incorrect answer, so improved aggregate accuracy does not establish reliable instanceāattribute correspondence [2, 21, 37, 9]. A correct color attached to the wrong vehicle, person, product, or container can still produce unsafe entity-specific retrieval or action. Public incidents outside LVLM benchmarking illustrate the stakes of visual attribution failure. A traffic-recognition system in Ningbo reportedly treated a face printed on a bus advertisement as a jaywalking pedestrian [34]; the U.S. National Transportation Safety Board found that the developmental automated-driving system in the 2018 Tempe crash repeatedly changed its classification of a pedestrian before the fatal collision [27]. Neither incident establishes DSCAM or evaluates an LVLM, but both show why visually supported content is insufficient when identity, location, and attributes must remain attached to the correct entity. The analogous LVLM error can direct a user to the wrong person, product, vehicle, or waste stream. Generic visual-question-answering benchmarks collapse these cases into the same zero-accuracy event, whereas object-hallucination benchmarks mainly test whether predicted content is supported somewhere in the image [32, 21, 37, 9]. They therefore cannot determine whether a multimedia system preserves which entity has which property. This study defines the hidden failure as Dense Same-Class Attribute Misbinding (DSCAM): a wrong answer copied from another visible same-class instance. The hypothesis is structural: under same-class competition, transfers should disproportionately originate from neighbors rather than uniformly random sources. Identifying that source separates binding failure from recognition error and gives grounding, decoding, and training methods a specific repair target. Existing resources lack the joint annotations needed to test this hypothesis. General VQA does not guarantee inspectable same-class groups with distinguishable attributes; grounding evaluates localization but not which neighbor supplied a wrong attribute; and compositionality benchmarks do not measure directed instance-to-instance transfer in natural dense scenes. Their standard scores therefore cannot recover DSCAM prevalence, source, or distance. InstaBind-Litesupplies that missing capability through ordered same-class groups, visible color-like attributes, boxes, and neighbor links. Four levels probe position-to-attribute, attribute-to-position, relation-mediated binding, and proposition verification. A controlled vocabulary and source annotations support deterministic parsing into adjacent or non-adjacent misbinding, recognition failure, and out-of-set hallucination. Across seven LVLMs, this design reveals measurable MBR even at high aggregate accuracy and shows that transfers overwhelmingly follow neighbor structure. The contributions are threefold: ⢠Dense Same-Class Attribute Misbindingis formalized as a distinct failure category, resolving the evaluation ambiguity between unsupported hallucination, attribute recognition failure, and a visible attribute transferred to the wrong same-class instance. ⢠InstaBind-Liteis constructed as a high-purity diagnostic benchmark with 524 images, 1773 instances, and 9580 questions. Its controlled groups and source-instance annotations make wrong-instance binding measurable in a way that aggregate VQA and object-presence scores do not. ⢠Binding-oriented metrics and controlled interventions are introduced. MBR identifies visible wrong-instance transfers, A-MBR and ordinal Distance-MBR locate their spatial source, while crop/context localization and instance-first prompting test whether reducing visual competition or explicitly enumerating instanceāattribute pairs mitigates the failure. I Related Work Table I separates benchmark breadth from diagnostic observability. The comparison does not imply that a focused benchmark is generally superior to broad evaluation; it identifies which protocols can trace a wrong attribute to a competing same-class source instance. TABLE I: Comparison by diagnostic objective. āPartialā indicates that same-class instances may occur naturally, but are not jointly controlled with source-instance attribution for misbinding analysis. Evaluation family Primary diagnostic target Controlled same-class groups Wrong-source attribution Spatial misbinding metrics Object hallucination Unsupported objects or attributes No No No General VQA / multimodal End-answer correctness and broad capability Partial No No Referring / grounding Phrase-to-region localization Partial No No Compositionality Attributeāobject and relation sensitivity Partial No No InstaBind-Lite Same-class instanceāattribute binding Yes Yes Yes I-A LVLM Hallucination Evaluation CHAIR identifies absent objects in captions [32]; POPE tests object existence [21]; AMBER provides judge-free multidimensional analysis [37]; and HallusionBench couples language hallucination with visual illusion [9]. Detection and decoding methods likewise target unsupported generation [10, 12]. DSCAM is different: both class and attribute are image-supported, but their instance correspondence is false. Presence-based protocols either miss this event or count it only as an unspecified error. I-B Visual Question Answering and General Multimodal Benchmarks VQA, VQA v2, and Visual7W evaluate image-conditioned answers and reduce language bias or add region grounding [2, 8, 45]. COCO, Visual Genome, GQA, and VAW provide categories, boxes, scene graphs, relations, and attributes [22, 16, 13, 28]; MME, SEED-Bench, M-Vet, and MMBench broaden capability coverage [6, 18, 41, 25]. Their standard protocols do not jointly control same-class density, attribute uniqueness, ordered neighbors, and wrong-source attribution. An adjacent transfer thus receives the same score as an absent-color guess. InstaBind-Litetrades breadth for controlled evidence that separates these risks. I-C Visual Grounding and Referring Expressions Flickr30K Entities, ReferItGame, and RefCOCO associate expressions with image regions, while MAttNet decomposes references into subject, location, and relation modules [29, 15, 40, 39]. Their output is typically a region scored by localization overlap. DSCAM instead tests attribution after or alongside selection: a model may locate the target yet answer with its neighborās attribute. InstaBind-Litetherefore retains boxes for interventions but adds ordered attributes and source-instance error labels that overlap alone cannot provide. I-D Compositionality and AttributeāRelation Binding CLEVR studies compositional reasoning in synthetic scenes [14]; Winoground contrasts imageācaption pairs with shared words but different compositions [35]; and ARO, VL-CheckList, CREPE, and SugarCrepe test attributes, relations, and word order [42, 43, 26, 11]. Winogroundās minimal-pair principle motivates separating component recognition from composition in InstaBind-Lite: the same-class set and vocabulary remain fixed while the queried instance changes. AROās relation sensitivity motivates L3 and ordinal-distance analysis. Thus, natural-image composition becomes a directed transfer from target i to source j, and MBR connects failure to a competing entity rather than only an incorrect global match. I-E Binding Mechanisms and Multi-Subject Misbinding Mechanistic studies examine objectāreference binding and its distribution across vision encoders and language backbones [33, 4]; MultiBind studies cross-subject attribute transfer in image generation [36]. This work asks the complementary behavioral question of whether an LVLM reading a natural image assigns an observed attribute to the correct same-class instance. Spatial signatures and interventions can guide, but do not replace, mechanistic analysis. I Problem Definition Let an image contain a same-class group G=e1,e2,ā¦,en,G=\e_1,e_2,ā¦,e_n\, (1) where all entities share class c and have a spatial order, e.g., left-to-right. Each entity eie_i has an attribute value aia_i for an attribute type such as color or upper-clothing color. A question specifies a target entity ete_t directly or indirectly. In L1, the target is specified by position and the answer is its attribute. In L2, the attribute is specified and the answer is the target position. In L3, the target is obtained through a local relation such as left or right neighbor. In L4, the model verifies an instance-attribute proposition. A model prediction is correct if it matches the canonical answer after answer normalization. If the prediction is incorrect but matches the attribute or position of another same-class entity eje_j, the error is classified as a misbinding: a^=aj,jā t. a=a_j, jā t. (2) The instance distance of a misbinding is defined by the absolute order difference: dā”(t,j)=|orderā”(et)āorderā”(ej)|.d(t,j)=|order(e_t)-order(e_j)|. (3) An adjacent misbinding occurs when dā”(t,j)=1d(t,j)=1. This definition intentionally separates misbinding from out-of-set hallucination. If a model predicts an attribute that does not appear in the same-class group, the error is counted as out-of-set hallucination rather than misbinding. This distinction tests whether a wrong answer is grounded in the image but attached to the wrong instance. The key diagnostic question is therefore not only whether the model answers correctly, but what kind of wrong answer it gives. A random attribute error, an out-of-image hallucination, and a neighborās attribute are all incorrect under accuracy, but they imply different failure mechanisms. Dense Same-Class Attribute Misbindingfocuses on the last case. IV InstaBind-LiteDataset TABLE I: Dataset statistics of InstaBind-Lite v0.4. Item Value Images 524 Same-class groups 529 Instances 1773 Questions 9580 Person groups 36.86% Non-person groups 63.14% Group size 3/4/5/6 391 / 98 / 32 / 8 Question L1/L2/L3/L4 1773 / 1773 / 2488 / 3546 Sources: COCO/GQA/VAW 205 / 21 / 4 Sources: web/self-shot 277 / 17 InstaBind-Liteis a high-purity diagnostic benchmark rather than a general-purpose VQA dataset. Each image is curated to contain 3ā6 same-class entities with clear order, visible attributes, and low ambiguity, making targets and neighbors human-inspectable. Table I summarizes the 524 images, 529 groups, 1773 instances, and 9580 questions. IV-A Data Sources Images come from COCO [22], GQA [13], VAW [28], manually selected open-license web images, and self-shot images. Manual verification removes incomplete groups, severe occlusion, strong reflection, tiny objects, and uncertain attributes. Source metadata and original licenses remain separate from benchmark annotations. IV-B Annotation Schema Each group records its image, class, spatial order, boxes, attributes, and neighbor links. Boxes support quality control and interventions; questions use natural-language positions and relations. Person questions use upper-clothing color, and transparent or multicolor labels are retained only when unambiguous. IV-C Attribute Scope and Design Trade-off The benchmark focuses on color and upper-clothing color: local attributes shared across classes and expressible with a compact vocabulary. This enables source attribution without an LLM judge; L2 additionally requires within-group attribute uniqueness. The scope is a controlled slice of binding and does not assume unchanged rates for actions, materials, textures, shapes, or states. IV-D Question Levels The benchmark generates four levels of questions: ⢠L1: position-to-attribute, e.g., āWhat color is the leftmost car?ā ⢠L2: attribute-to-position, e.g., āWhere is the red car?ā ⢠L3: relation-interference, e.g., āWhat color is the car to the right of the red car?ā ⢠L4: instance verification, e.g., āIs the middle car red?ā L2 questions require the queried attribute to be unique within the same-class group. Together, L1 tests position-conditioned reading, L2 reverse binding, L3 local relational interference, and L4 proposition verification, separating perception errors from instance-level transfer. V Metrics V-A Accuracy Accuracy measures whether the normalized model prediction matches the canonical answer. It provides the standard task-level score but does not explain how wrong answers relate to the image content. V-B Misbinding and Adjacency Let Q, W, ā³M, and A denote all questions, wrong answers, misbindings, and adjacent misbindings. The three rates are MBR=|ā³|||,Errā-āMBR=|ā³|||,Aā-āMBR=|||ā³|.MBR= |M||Q|, -MBR= |M||W|, -MBR= |A||M|. (4) MBR measures transfer frequency, error-conditioned MBR its share among wrong answers, and A-MBR whether transfers follow within-group neighbor structure. V-C Out-of-Set Hallucination Out-of-set hallucination measures predictions that do not match any same-class instance attribute or position. This separates ungrounded attributes from in-image but misbound attributes. A model can therefore have a low object hallucination profile while still exhibiting substantial instance-level misbinding. V-D Distance-MBR and Confusion Matrix Distance-MBR analyzes the distribution of misbinding over the ordinal distance dā”(t,j)d(t,j) defined in Section I. Thus, distance 1 denotes adjacent instances in the annotated left-to-right order; it is not a Euclidean pixel-distance bin. This choice is robust to image scale and uneven object spacing and directly tests local instance competition, but it cannot determine whether ordinal adjacency or physical separation is the dominant cause. Misbinding confusion matrices record how often the target instance index i is confused with source instance index j. V-E Intervention Gap Full-image evaluation is compared with localized variants, including crop oracle and context crop. The binding gap is the accuracy difference between an intervention setting and the full-image setting on the same underlying target-question subset. Because crop views require a localized reformulation of the query, these are joint visual-and-query interventions rather than image-only ablations. A positive gap suggests that reducing same-class visual competition helps the model, while a small or negative gap indicates that localization is insufficient or that the model relies on broader context. VI Experiments VI-A Models and Inference Protocol The evaluation covers five open-source LVLMs and two commercial/API LVLMs: Qwen2.5-VL-7B [3], InternVL3-8B [44], LLaVA-1.5-7B [24, 23], LLaVA-OneVision-7B [17], MiniCPM-V-2.6 [38], Gemini-3.5-Flash [7], and Qwen3-VL-Plus [30]. Every model receives the same question set, answer constraints, and normalized parser. Deterministic or low-temperature decoding is used whenever supported, and prompts request short answers so that evaluation reflects visual binding rather than generation style. VI-B Main Results: What Aggregate Accuracy Conceals TABLE I: Full-image performance and misbinding metrics on InstaBind-Lite. Model Type Acc. MBR Err-MBR A-MBR Out-set Invalid Qwen2.5-VL-7B Open 75.89 13.65 56.62 82.65 7.07 0.0 InternVL3-8B Open 76.69 14.01 60.1 84.65 7.36 0.0 LLaVA-1.5-7B Open 54.37 34.01 74.54 78.7 7.89 0.0 LLaVA-OneVision-7B Open 72.3 18.58 67.07 76.97 6.88 0.0 MiniCPM-V-2.6 Open 71.18 18.96 65.77 80.51 7.13 0.0 Gemini-3.5-Flash API 80.13 5.79 29.15 78.38 9.66 1.42 Qwen3-VL-Plus API 81.52 9.31 50.4 84.64 7.53 0.02 Table I demonstrates the diagnostic information added by InstaBind-Lite. Aggregate accuracy identifies Qwen3-VL-Plus and Gemini-3.5-Flash as the strongest evaluated systems, at 81.52% and 80.13%, but it cannot state why their remaining answers are wrong. MBR reveals that 9.31% and 5.79% of all questions, respectively, are answered with information belonging to another visible same-class instance. Thus, high general accuracy does not imply reliable instanceāattribute correspondence. The distinction is larger for open-source models. Their MBR ranges from 13.65% to 34.01%; for LLaVA-1.5, 74.54% of all wrong answers are identifiable wrong-instance transfers rather than arbitrary mistakes. Moreover, MBR exceeds out-of-set hallucination in six of seven models. A conventional object-presence evaluation would therefore underdescribe a substantial error component: the predicted attribute often exists in the scene and is visually supported, but its ownership is wrong. These results do not negate improvements measured by general benchmarks; they show that claims of visual reliability require a complementary instance-binding test. The second finding concerns error geometry. A-MBR ranges from 76.97% to 84.65% across all seven models. Even the two API systems retain A-MBRs of 78.38% and 84.64%, despite their lower total MBR. Stronger models reduce the frequency of misbinding, but the residual failures preserve the same local signature. This consistency across architectures and capability levels is evidence against uniform attribute guessing and supports competition between neighboring same-class representations. Fig. 1: Full-image accuracy, MBR, and out-of-set hallucination across seven LVLMs. Aggregate accuracy and object-level hallucination do not reveal the visible wrong-instance transfers measured by MBR. Fig. 2: Full-image error decomposition. Adjacent misbinding forms a substantial error component in open-source models and remains structurally visible in API models. Fig. 3: Ordinal Distance-MBR. Most identifiable transfers originate from the immediately adjacent same-class instance (d=1d=1), while errors rapidly decline for more distant instances. VI-C Statistical Stability TABLE IV: Image-cluster bootstrap 95% confidence intervals for full-image evaluation. All intervals are computed by resampling images with replacement, preserving all questions from each sampled image. Model Accuracy MBR A-MBR Qwen2.5-VL-7B 75.89 [74.50, 77.50] 13.65 [12.50, 14.83] 82.65 [80.08, 85.36] InternVL3-8B 76.69 [75.28, 78.12] 14.01 [12.94, 15.03] 84.65 [82.33, 86.97] LLaVA-1.5-7B 54.37 [53.05, 55.78] 34.01 [32.70, 35.24] 78.70 [77.15, 80.54] LLaVA-OneVision-7B 72.30 [70.80, 73.73] 18.58 [17.41, 19.85] 76.97 [75.03, 78.95] MiniCPM-V-2.6 71.18 [69.69, 72.70] 18.96 [17.77, 20.13] 80.51 [78.66, 82.38] Gemini-3.5-Flash 80.13 [78.57, 81.54] 5.79 [5.02, 6.53] 78.38 [73.93, 82.85] Qwen3-VL-Plus 81.52 [80.17, 82.96] 9.31 [8.36, 10.29] 84.64 [81.34, 87.99] Statistical stability is evaluated with 1000 image-cluster bootstrap resamples. Images, rather than individual questions, are sampled with replacement, and all questions from each selected image remain together. This prevents the many templates derived from one scene from being treated as independent evidence. Table IV shows narrow MBR intervals relative to the cross-model differences. LLaVA-1.5 remains distinctly high at 34.01% [32.70, 35.24], whereas Gemini-3.5-Flash remains distinctly low at 5.79% [5.02, 6.53]; neither result is explained by a small set of unusual images. More importantly, every A-MBR interval remains high: even Geminiās lower bound is 73.93%, and Qwen3-VL-Plus reaches 84.64% [81.34, 87.99]. Total error frequency is model-dependent, but neighbor concentration is stable under image-level sampling variation. The bootstrap therefore supports two separate conclusions: model strength changes how often misbinding occurs, while the benchmark consistently reveals where the transferred attribute comes from. VI-D Parser Reliability A stratified audit covers 200 outputs from the five open-source models, with 40 outputs per model. It includes 87 full-image and 113 intervention outputs, all four question levels, and five outcome strata: 50 correct answers, 50 adjacent misbindings, 35 non-adjacent misbindings, 35 out-of-set hallucinations, and 30 attribute-recognition failures. Human judgment agrees with the normalized parser on all 200 outputs. The point estimate is therefore 100%, with a 95% Wilson interval of approximately [98.1%, 100%]. This finite audit does not prove that parsing is error-free outside the sample, but it rules out a parser disagreement rate large enough to explain the reported MBR and A-MBR patterns and verifies that the error taxonomy can be applied reproducibly across answer formats and intervention settings. VII Qualitative Analysis and Practical Significance Fig. 4: Six manually selected, intervention-confirmed adjacent misbindings. The queried target is outlined in red and the source of the full-image answer in orange. In every panel, the full-image prediction is a visible attribute of the adjacent source instance, whereas both crop and context-crop evaluation recover the gold answer. The first case is from LLaVA-1.5 and the remaining cases are from InternVL3. Figure 4 shows six adjacent transfers across bags, basins, bottles, cars, cups, and umbrellas. Each full-image prediction is the attribute of the annotated distance-1 source, while crop and context-crop recover the target value. An identifiable adjacent source plus localized recovery is more consistent with same-class competition than arbitrary color guessing, although the joint image-and-query intervention does not establish an internal causal mechanism. Complete questions, ordered attribute sequences, and outputs are included in the release metadata. Such transfers can return the wrong belonging in assistive search, select the wrong inventory or robot-picking item, or retrieve the wrong vehicle in traffic analysis. These are risk mappings rather than measured deployment outcomes, but they show why an in-image answer is not necessarily safe: object-presence checks cannot flag a wrong owner when every class and color is visible. VIII Intervention Analysis VIII-A Protocol Interventions are applied to the 4261 L1/L3 questions with a single defined target and attribute. All intervention images preserve aspect ratio. A source image is downsampled only when its longer side exceeds 1800 pixels, with the target box scaled by the same factor. Crop oracle uses the annotated target box with horizontal and vertical padding equal to 15% of target width and height, clipped to image boundaries. Context crop uses 50% padding to retain more local context. Because an original expression such as āthird from the leftā is no longer meaningful after cropping, the direct crop prompt asks for the depicted instanceās attribute and the context prompt asks for the attribute of the instance closest to the crop center. āOracleā denotes access to the ground-truth target box, not perfect pixel isolation. A 15% crop can retain fragments of an overlapping neighbor, while the 50% context crop intentionally preserves nearby entities and scene cues. The comparison is therefore a joint visual-and-query localization test: it asks whether making the target easier to isolate reduces source-attributable misbinding. TABLE V: Intervention results on the L1/L3 subset. Crop and context crops are compared against full images. Model Full Acc. Full MBR Crop Acc. Crop MBR Ctx Acc. Ctx MBR Qwen2.5-VL-7B 69.56 14.57 69.44 12.72 73.36 11.24 InternVL3-8B 69.87 13.59 66.7 13.42 70.52 12.27 LLaVA-1.5-7B 47.92 34.33 68.06 15.21 66.86 18.21 LLaVA-OneVision-7B 63.98 20.56 69.56 15.61 69.54 15.84 MiniCPM-V-2.6 62.22 21.76 71.44 11.19 72.8 11.92 Gemini-3.5-Flash 71.46 7.16 71.53 8.97 70.55 9.18 Qwen3-VL-Plus 74.23 8.89 71.84 10.02 72.64 11.24 Table V separates models whose errors are sensitive to visual competition from those that need broader context. LLaVA-1.5 gains 20.14 accuracy points and reduces MBR by 19.12 points under crop oracle; MiniCPM-V-2.6 gains 9.22 accuracy points and reduces MBR by 10.57 points. LLaVA-OneVision also reduces MBR by 4.95 points. These paired changes are stronger evidence of competition-sensitive binding than accuracy alone: the intervention removes competing instances, and the specific error component attributed to those instances falls. The response is not universal. Gemini-3.5-Flash and Qwen3-VL-Plus begin with lower full-image MBR but increase under localized views. Proprietary preprocessing prevents separation of global-context removal from crop-induced scale or distribution shift. The negative gaps therefore do not imply that visual competition is beneficial; they show that target isolation is not a universally safe mitigation. This model-dependent pattern is another diagnostic advantage of InstaBind-Lite: a proposed intervention can be evaluated on the failure type it is intended to repair, rather than judged only by aggregate accuracy. TABLE VI: Image-cluster bootstrap 95% confidence intervals for MBR reduction on L1/L3. Positive values indicate that the intervention reduces MBR relative to full-image evaluation. Model Crop Context Qwen2.5-VL +1.85 [-0.12, +3.69] +3.33 [+1.38, +5.18] InternVL3 +0.16 [-1.68, +2.06] +1.31 [-0.38, +2.93] LLaVA-1.5 +19.13 [+16.73, +21.41] +16.12 [+13.62, +18.40] LLaVA-OV +4.95 [+2.89, +6.94] +4.72 [+2.73, +6.64] MiniCPM-V +10.56 [+8.64, +12.45] +9.83 [+7.87, +11.78] Gemini -1.81 [-3.18, -0.23] -2.02 [-3.52, -0.54] Qwen3-VL+ -1.13 [-2.74, +0.35] -2.35 [-3.87, -0.88] The image-cluster intervals in Table VI reinforce this interpretation. MBR reduction is reliably positive for LLaVA-1.5, LLaVA-OneVision, and MiniCPM-V, while Qwen2.5-VLās context crop is positive but its crop interval crosses zero. InternVL3ās intervals also cross zero, and the API-model intervals are zero-crossing or negative. Localization therefore identifies a substantial same-class competition component in selected open-source models, but not a single mechanism shared equally by every system. Fig. 5: Intervention effect on L1/L3 MBR. Localization sharply reduces source-attributable misbinding for several open-source models but can remove useful context or shift the input distribution for stronger API systems. VIII-B Lightweight Inference-Time Mitigation TABLE VII: Instance-first prompting on open-source LVLMs. Model Full Acc. IF Acc. Acc. Gap Full MBR IF MBR MBR Gap Qwen2.5-VL-7B 75.89 73.19 -2.69 13.65 12.76 -0.9 InternVL3-8B 76.69 78.24 1.54 14.01 9.65 -4.36 LLaVA-1.5-7B 54.37 31.8 -22.58 34.01 35.16 1.15 LLaVA-OneVision-7B 72.3 70.66 -1.64 18.58 19.83 1.25 MiniCPM-V-2.6 71.18 73.35 2.17 18.96 15.5 -3.46 Instance-first prompting explicitly externalizes an intermediate binding map: the model first enumerates same-class entities from left to right with their attributes and then answers the original question. No training or architectural access is required. InternVL3 improves accuracy by 1.54 points while reducing MBR by 4.36 points, and MiniCPM-V improves by 2.17 points while reducing MBR by 3.46 points. These paired gains indicate that explicit decomposition can repair a subset of binding errors. Other models expose a different trade-off. Qwen2.5-VL reduces MBR slightly while losing accuracy, whereas LLaVA-1.5 loses 22.58 accuracy points and increases MBR under the longer prompt. A standard score would report only improvement or degradation; the binding-specific evaluation reveals whether the change actually repairs wrong-instance transfer. The mixed outcome positions InstaBind-Liteas a testbed for future grounding-aware decoding, contrastive neighbor suppression, or targeted fine-tuning: mitigation should lower MBR without sacrificing general recognition and instruction following. IX Discussion IX-A Why a Source-Aware Benchmark Is Necessary Standard accuracy answers whether a response is correct; object-hallucination measures answer whether predicted content is supported; grounding measures answer whether a referent is localized. None of these quantities alone answers whether a visible attribute was assigned to its owner. InstaBind-Liteadds that missing variable by recording target and competing source instances. The resulting decomposition is operationally important: unsupported generation calls for hallucination suppression, recognition failure calls for stronger visual features, and adjacent transfer calls for better instance separation or binding. Collapsing them into one error rate obscures which component a new model or mitigation actually improves. The seven-model results illustrate the consequence. API models lead aggregate accuracy, yet retain measurable MBR and high A-MBR. Six of seven models produce wrong-instance transfers more often than out-of-set hallucinations. A model can therefore appear strong under broad capability and object-presence tests while remaining unreliable for entity-specific questions. InstaBind-Litedoes not replace those benchmarks; it prevents their scores from being interpreted as evidence of instance-grounded reliability without a direct binding test. IX-B Adjacent Structure and Mechanistic Implications Across architectures, most identifiable transfers originate from ordinal distance 1. The bootstrap analysis shows that this neighbor concentration persists under image-level resampling even when total MBR differs substantially. This result supports local same-class competition rather than uniform answer noise and motivates mechanisms that explicitly contrast adjacent instances. The current ordinal analysis does not establish a causal effect of Euclidean separation: adjacent indices can have unequal pixel gaps, object scales, and overlaps. Normalized center distance, boundary distance, and overlap are therefore required to distinguish order-local competition from physical proximity. IX-C Implications for Multimedia Systems The cases in Fig. 4 map this distinction to multimedia operations: attributes cue assistive identification, media and catalog search, robotic selection, and traffic retrieval. Real visual evidence can still identify the wrong entity, producing wrong-item retrieval or action rather than merely an awkward caption. Source-aware evaluation is therefore required before treating an LVLM as reliable for entity-specific decisions. IX-D Diagnostic Scope and Mitigation The controlled color domain enables deterministic source attribution and exposes a clean binding signal. It does not imply that actions, materials, states, or part attributes will exhibit identical rates. Those semantics introduce temporal and annotation ambiguity and require adapted question templates and judges. Similarly, crop and instance-first prompting are probes rather than a complete solution. Their model-dependent effects point toward two research directions: binding-aware training that contrasts neighboring same-class instances, and inference methods that preserve global context while explicitly grounding the target. The benchmark provides the boxes, neighbor structure, and error labels needed to evaluate whether such methods repair binding rather than merely shift aggregate accuracy. X Data Availability and Ethical Considerations InstaBind-Liteis intended to be released with annotations, generated questions, evaluation scripts, parser code, and model-output metadata needed to reproduce the reported tables and figures. For images originating from established datasets, release procedures will follow the original terms and provide source identifiers when direct redistribution is not appropriate. For manually collected web images, redistribution will be limited to files with recoverable license evidence permitting such use; otherwise, the public package will provide derived annotations and exclude the image file. Self-shot images can be released directly by the authors. The benchmark contains images of people only for visual attribute binding evaluation. Identity, demographic, and sensitive-attribute questions are excluded; person questions concern only visible upper-clothing color. Manual review excludes potentially offensive, private, or ambiguous depictions. The dataset is designed for diagnostic evaluation of LVLM behavior and should not be used for surveillance, identity inference, or demographic profiling. XI Conclusion This study formalizes Dense Same-Class Attribute Misbindingas a source-identifiable failure in which an LVLM predicts an attribute present in the image but assigns it to the wrong same-class instance. InstaBind-Liteaddresses a gap left by aggregate VQA, object-hallucination, grounding, and compositionality evaluation: its controlled groups, ordered instance annotations, and four question levels reveal not only that an answer is wrong, but whether its evidence was copied from a specific visible neighbor. Evaluation across seven LVLMs shows that instance-level reliability cannot be inferred from general accuracy alone. Open-source models average 19.84% MBR and API models 7.55%, while both groups retain approximately 81% adjacent concentration among identifiable transfers. Image-cluster confidence intervals, a stratified parser audit, real-image cases, and controlled localization and prompting interventions support the same conclusion: DSCAM is a reproducible, spatially structured error category, and mitigation must reduce wrong-instance transfer without discarding useful context or general capability. XI-A Future Work Future work will turn InstaBind-Liteinto a controlled model-development loop. Leakage-safe train, validation, and held-out test splits will support comparisons of box-conditioned visual tokens, coordinate embeddings, neighbor-contrastive losses, and ordered instanceāattribute supervision. Instance-first prompting and neighbor-contrastive decoding will remain inference-time baselines. All variants will use the same frozen test set and parser; success requires lower MBR and Err-MBR, stable or higher accuracy, and no increase in out-of-set hallucination or invalid answers. A claimed spatial repair must also reduce A-MBR or Distance-MBR, with image-cluster bootstrap intervals, paired image-level tests, and stratification by class, level, group size, position, and source distance. Expansion will balance underrepresented classes and extend attributes to material, state, action, part, depth, and temporal identity using auditable evaluation. Ordinal distance will be complemented by normalized pixel distance, overlap, depth, and occlusion; parser audits will include API outputs and broader strata. Successful mitigations will finally be tested on newly collected and cross-dataset images to establish transfer beyond the controlled color slice. References [1] J. Alayrac, J. Donahue, P. Luc, A. Miech, I. Barr, Y. Hasson, K. Lenc, A. Mensch, K. Millican, M. Reynolds, et al. (2022) Flamingo: a visual language model for few-shot learning. In Advances in Neural Information Processing Systems, Vol. 35, p. 23716ā23736. Cited by: §I. [2] S. Antol, A. Agrawal, J. Lu, M. Mitchell, D. Batra, C. L. Zitnick, and D. Parikh (2015) VQA: visual question answering. In Proceedings of the IEEE International Conference on Computer Vision, Cited by: §I, §I-B. [3] S. Bai, K. Chen, X. Liu, J. Wang, W. Ge, S. Song, K. Dang, P. Wang, S. Wang, J. Tang, H. Zhong, Y. Zhu, M. Yang, Z. Li, J. Wan, P. Wang, W. Ding, Z. Fu, Y. Xu, J. Ye, X. Zhang, T. Xie, Z. Cheng, H. Zhang, Z. Yang, H. Xu, and J. Lin (2025) Qwen2.5-vl technical report. arXiv preprint arXiv:2502.13923. Cited by: §VI-A. [4] K. Cui, N. Prakash, S. Messica, A. Raina, D. Bau, A. Torralba, and T. R. Shaham (2026) The dual mechanisms of spatial variable binding in vision-language models. arXiv preprint arXiv:2603.22278. Cited by: §I-E. [5] W. Dai, J. Li, D. Li, A. M. H. Tiong, J. Zhao, W. Wang, B. Li, P. Fung, and S. C. H. Hoi (2023) InstructBLIP: towards general-purpose vision-language models with instruction tuning. In Advances in Neural Information Processing Systems, Vol. 36. Cited by: §I. [6] C. Fu, P. Chen, Y. Shen, Y. Qin, M. Zhang, X. Lin, Z. Qiu, W. Lin, J. Yang, X. Zheng, K. Li, X. Sun, and R. Ji (2023) MME: a comprehensive evaluation benchmark for multimodal large language models. arXiv preprint arXiv:2306.13394. Cited by: §I-B. [7] Google DeepMind (2026) Gemini 3.5 flash model card. Note: https://deepmind.google/models/model-cards/gemini-3-5-flash/Accessed: 2026-07-17 Cited by: §VI-A. [8] Y. Goyal, T. Khot, D. Summers-Stay, D. Batra, and D. Parikh (2017) Making the v in vqa matter: elevating the role of image understanding in visual question answering. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, p. 6904ā6913. Cited by: §I-B. [9] T. Guan, F. Liu, X. Wu, R. Xian, Z. Li, X. Liu, X. Wang, L. Chen, F. Huang, Y. Yacoob, D. Manocha, and T. Zhou (2024) HallusionBench: an advanced diagnostic suite for entangled language hallucination and visual illusion in large vision-language models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Cited by: §I, §I, §I-A. [10] A. Gunjal, J. Yin, and E. Bas (2024) Detecting and preventing hallucinations in large vision language models. In Proceedings of the AAAI Conference on Artificial Intelligence, Vol. 38, p. 18135ā18143. External Links: Document Cited by: §I-A. [11] C. Hsieh, J. Zhang, Z. Ma, A. Kembhavi, and R. Krishna (2023) SugarCrepe: fixing hackable benchmarks for vision-language compositionality. In Advances in Neural Information Processing Systems, Vol. 36. Cited by: §I-D. [12] Q. Huang, X. Dong, P. Zhang, B. Wang, C. He, J. Wang, D. Lin, W. Zhang, and N. Yu (2024) OPERA: alleviating hallucination in multi-modal large language models via over-trust penalty and retrospection-allocation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, p. 13418ā13427. Cited by: §I-A. [13] D. A. Hudson and C. D. Manning (2019) GQA: a new dataset for real-world visual reasoning and compositional question answering. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, p. 6700ā6709. Cited by: §I-B, §IV-A. [14] J. Johnson, B. Hariharan, L. van der Maaten, L. Fei-Fei, C. L. Zitnick, and R. Girshick (2017) CLEVR: a diagnostic dataset for compositional language and elementary visual reasoning. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Cited by: §I-D. [15] S. Kazemzadeh, V. Ordonez, M. Matten, and T. Berg (2014) ReferItGame: referring to objects in photographs of natural scenes. In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing, Doha, Qatar, p. 787ā798. External Links: Document Cited by: §I-C. [16] R. Krishna, Y. Zhu, O. Groth, J. Johnson, K. Hata, J. Kravitz, S. Chen, Y. Kalantidis, L. Li, D. A. Shamma, M. S. Bernstein, and L. Fei-Fei (2017) Visual genome: connecting language and vision using crowdsourced dense image annotations. International Journal of Computer Vision 123 (1), p. 32ā73. External Links: Document Cited by: §I-B. [17] B. Li, Y. Zhang, D. Guo, R. Zhang, F. Li, H. Zhang, K. Zhang, P. Zhang, Y. Li, Z. Liu, and C. Li (2024) LLaVA-onevision: easy visual task transfer. arXiv preprint arXiv:2408.03326. Cited by: §VI-A. [18] B. Li, R. Wang, G. Wang, Y. Ge, Y. Ge, and Y. Shan (2023) SEED-bench: benchmarking multimodal llms with generative comprehension. arXiv preprint arXiv:2307.16125. Cited by: §I-B. [19] J. Li, D. Li, S. Savarese, and S. Hoi (2023) BLIP-2: bootstrapping language-image pre-training with frozen image encoders and large language models. In International Conference on Machine Learning, Cited by: §I. [20] J. Li, D. Li, C. Xiong, and S. Hoi (2022) BLIP: bootstrapping language-image pre-training for unified vision-language understanding and generation. In International Conference on Machine Learning, p. 12888ā12900. Cited by: §I. [21] Y. Li, Y. Du, K. Zhou, J. Wang, X. Zhao, and J. Wen (2023) Evaluating object hallucination in large vision-language models. In Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing, Singapore, p. 292ā305. External Links: Document Cited by: §I, §I, §I-A. [22] T. Lin, M. Maire, S. Belongie, J. Hays, P. Perona, D. Ramanan, P. DollĆ”r, and C. L. Zitnick (2014) Microsoft coco: common objects in context. In Proceedings of the European Conference on Computer Vision, p. 740ā755. Cited by: §I-B, §IV-A. [23] H. Liu, C. Li, Y. Li, and Y. J. Lee (2023) Improved baselines with visual instruction tuning. arXiv preprint arXiv:2310.03744. Cited by: §VI-A. [24] H. Liu, C. Li, Q. Wu, and Y. J. Lee (2023) Visual instruction tuning. In Advances in Neural Information Processing Systems, Vol. 36, p. 34892ā34916. Cited by: §VI-A. [25] Y. Liu, H. Duan, Y. Zhang, B. Li, S. Zhang, W. Zhao, Y. Yuan, J. Wang, C. He, Z. Liu, K. Chen, and D. Lin (2024) MMBench: is your multi-modal model an all-around player?. In Proceedings of the European Conference on Computer Vision, p. 216ā233. Cited by: §I-B. [26] Z. Ma, J. Hong, M. O. Gul, M. Gandhi, I. Gao, and R. Krishna (2023) CREPE: can vision-language foundation models reason compositionally?. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, p. 10910ā10921. Cited by: §I-D. [27] National Transportation Safety Board (2019) Collision between vehicle controlled by developmental automated driving system and pedestrian, tempe, arizona, march 18, 2018. Technical report Technical Report HAR-19/03, National Transportation Safety Board. Note: Accessed: August 6, 2026 External Links: Link Cited by: §I. [28] K. Pham, K. Kafle, Z. Lin, Z. Ding, S. Cohen, Q. Tran, and A. Shrivastava (2021) Learning to predict visual attributes in the wild. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, p. 13018ā13028. Cited by: §I-B, §IV-A. [29] B. A. Plummer, L. Wang, C. M. Cervantes, J. C. Caicedo, J. Hockenmaier, and S. Lazebnik (2017) Flickr30K entities: collecting region-to-phrase correspondences for richer image-to-sentence models. International Journal of Computer Vision 123 (1), p. 74ā93. Cited by: §I-C. [30] Qwen Cloud (2026) Qwen3-vl-plus. Note: https://w.qwencloud.com/models/qwen3-vl-plusAccessed: 2026-07-17 Cited by: §VI-A. [31] A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, G. Goh, S. Agarwal, G. Sastry, A. Askell, P. Mishkin, J. Clark, G. Krueger, and I. Sutskever (2021) Learning transferable visual models from natural language supervision. In International Conference on Machine Learning, p. 8748ā8763. Cited by: §I. [32] A. Rohrbach, L. A. Hendricks, K. Burns, T. Darrell, and K. Saenko (2018) Object hallucination in image captioning. In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing, Brussels, Belgium, p. 4035ā4045. External Links: Document Cited by: §I, §I-A. [33] D. Saravanan, M. Tapaswi, and V. Gandhi (2025) Investigating mechanisms for in-context vision language binding. In 2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), p. 4852ā4856. External Links: Document Cited by: §I-E. [34] The Guardian (2018) Chinese facial recognition system mistakes bus advert for jaywalker. Note: The Guardian, November 22, 2018Accessed: August 6, 2026 External Links: Link Cited by: §I. [35] T. Thrush, R. Jiang, M. Bartolo, A. Singh, A. Williams, D. Kiela, and C. Ross (2022) Winoground: probing vision and language models for visio-linguistic compositionality. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, p. 5238ā5248. Cited by: §I-D. [36] W. Tian, H. Mao, Z. Liu, L. Zhang, Q. Liu, J. Wu, and L. Wang (2026) MultiBind: a benchmark for attribute misbinding in multi-subject generation. arXiv preprint arXiv:2603.21937. Cited by: §I-E. [37] J. Wang, Y. Wang, G. Xu, J. Zhang, Y. Gu, H. Jia, J. Wang, H. Xu, M. Yan, J. Zhang, and J. Sang (2023) AMBER: an llm-free multi-dimensional benchmark for mllms hallucination evaluation. arXiv preprint arXiv:2311.07397. Cited by: §I, §I, §I-A. [38] Y. Yao, T. Yu, A. Zhang, C. Wang, J. Cui, H. Zhu, T. Cai, H. Li, W. Zhao, Z. He, et al. (2024) MiniCPM-v: a gpt-4v level mllm on your phone. arXiv preprint arXiv:2408.01800. Cited by: §VI-A. [39] L. Yu, Z. Lin, X. Shen, J. Yang, X. Lu, M. Bansal, and T. L. Berg (2018) MAttNet: modular attention network for referring expression comprehension. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, p. 1307ā1315. Cited by: §I-C. [40] L. Yu, P. Poirson, S. Yang, A. C. Berg, and T. L. Berg (2016) Modeling context in referring expressions. In Proceedings of the European Conference on Computer Vision, p. 69ā85. Cited by: §I-C. [41] W. Yu, Z. Yang, L. Li, J. Wang, K. Lin, Z. Liu, X. Wang, and L. Wang (2024) M-vet: evaluating large multimodal models for integrated capabilities. In International Conference on Machine Learning, Cited by: §I-B. [42] M. Yuksekgonul, F. Bianchi, P. Kalluri, D. Jurafsky, and J. Zou (2023) When and why vision-language models behave like bags-of-words, and what to do about it?. In International Conference on Learning Representations, Cited by: §I-D. [43] T. Zhao, T. Zhang, M. Zhu, H. Shen, K. Lee, X. Lu, and J. Yin (2022) An explainable toolbox for evaluating pre-trained vision-language models. In Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing: System Demonstrations, Abu Dhabi, UAE, p. 30ā37. External Links: Document Cited by: §I-D. [44] J. Zhu, W. Wang, Z. Chen, Z. Liu, S. Ye, L. Gu, H. Tian, Y. Duan, W. Su, J. Shao, Z. Gao, E. Cui, X. Wang, Y. Cao, Y. Liu, X. Wei, H. Zhang, H. Wang, W. Xu, H. Li, J. Wang, N. Deng, S. Li, Y. He, T. Jiang, J. Luo, Y. Wang, C. He, B. Shi, X. Zhang, W. Shao, J. He, Y. Xiong, W. Qu, P. Sun, P. Jiao, H. Lv, L. Wu, K. Zhang, H. Deng, J. Ge, K. Chen, L. Wang, M. Dou, L. Lu, X. Zhu, T. Lu, D. Lin, Y. Qiao, J. Dai, and W. Wang (2025) InternVL3: exploring advanced training and test-time recipes for open-source multimodal models. arXiv preprint arXiv:2504.10479. Cited by: §VI-A. [45] Y. Zhu, O. Groth, M. Bernstein, and L. Fei-Fei (2016) Visual7W: grounded question answering in images. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, p. 4995ā5004. Cited by: §I-B.