pith. sign in

arxiv: 2602.11499 · v2 · pith:L52JKERBnew · submitted 2026-02-12 · 💻 cs.CV

What if Agents Could Imagine? Reinforcing Open-Vocabulary HOI Comprehension through Generation

Pith reviewed 2026-05-21 13:14 UTC · model grok-4.3

classification 💻 cs.CV
keywords open-vocabulary HOIgenerative world modelingagentic frameworkreinforcement learningmultimodal toolshuman-object interactionviewpoint imaginationhallucination reduction
0
0 comments X

The pith

Enabling agents to generate alternative viewpoints resolves hallucinations and limited perspectives in open-vocabulary human-object interaction understanding.

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

Multimodal large language models struggle with open-vocabulary human-object interactions because images provide limited viewpoints that trigger hallucinations. ImagineAgent counters this limitation by letting the agent use a generative model to create and inspect alternative scene perspectives. The system also draws on a new chain-of-thought dataset for fine-tuning, a library of multimodal tools, and reinforcement learning that rewards both accurate predictions and efficient tool calls. These elements together produce stronger results than prior methods while using far less training data.

Core claim

ImagineAgent integrates cognitive mapping, tool-augmented reinforcement learning, and generative world modeling for robust OV-HOI understanding. A new hicodet-6K CoT dataset structures perceived entities into interaction pairs for supervised fine-tuning. A multimodal tool library supplies online retrieval, image cropping, and generative modeling at inference time, while a generative component reconstructs alternative viewpoints to overcome limited image perspectives. A composite reward jointly optimizes prediction accuracy and tool efficiency, delivering state-of-the-art performance on SWIG-HOI and HICO-DET with only 36.7 percent of the training data required by existing methods.

What carries the argument

Generative world modeling that reconstructs alternative viewpoints so the agent can imagine different perspectives and resolve visual-semantic ambiguities in human-object scenes.

Load-bearing premise

The generative model can produce alternative viewpoints that resolve visual-semantic ambiguities and hallucinations without introducing new errors or biases that affect downstream HOI predictions.

What would settle it

An ablation test that disables only the viewpoint-generation step and measures the resulting change in accuracy and hallucination rate on a set of images containing known viewpoint ambiguities.

Figures

Figures reproduced from arXiv: 2602.11499 by Chengxuan Qian, Dapeng Zhang, Hongwei Yu, Jing Tang, Kejin Cui, Lei Sun, Rui Chen, Shuo Li, Xiangxiang Chu, Yue Wang, Yuyin Zhou, Zhenlong Yuan.

Figure 1
Figure 1. Figure 1: Three limitations in OV-HOI tasks. Given (a) an original image, MLLMs may suffer from (b) perceptual-cognitive gap, where they perceive individual entities but fail to form a coherent understanding, leading to flawed cognition (e.g., linking Person 1 to Helmet 2 and Glove they are not wearing). Another critical issue is (c) cross-modal hallucination, where models generate plausible-sounding but visually un… view at source ↗
Figure 2
Figure 2. Figure 2: Pipeline of ImagineAgent. Initially, we construct a high-quality dataset of structured reasoning chains by performing multiple rollouts with a powerful base model and selecting successful trajectories. Each data sample encapsulates a two-round reasoning process: (1) perception and tool selection, and (2) tool augmentation and cognition. Subsequently, this dataset is adopted for SFT to initialize the agent’… view at source ↗
Figure 3
Figure 3. Figure 3: Tool Library. To resolve visual and semantic ambiguities from the input image, our framework equips the agent with diverse tools. It leverages the BAGEL model for generative imagination via Outpaint and Viewpoint Transform, the Qwen API for Online RAG through Action Explanation and Scene Explanation, and a standard Image Crop tool to extract focused fine-grained interaction details. namically enhancing age… view at source ↗
Figure 4
Figure 4. Figure 4: Qualitative results of ImagineAgent’s generative imagination. Respectively, Image Outpaint is used to extend the scene’s context, providing a more holistic view of the environment that aids in understanding the overall activity. To overcome severe occlusion, the agent employs Image View Transformation to synthesize a novel perspective of the interaction. Furthermore, Image Crop is utilized for a focused an… view at source ↗
Figure 5
Figure 5. Figure 5: Case Study between Qwen2.5-VL-7B and our ImagineAgent. Our method can accurately identify comprehensive HOIs [PITH_FULL_IMAGE:figures/full_fig_p008_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: More Case Study between Qwen2.5-VL-7B and our method. Our method can accurately identify comprehensive HOIs. Question: What kind of human￾object interaction is shown in image? … Qwen2.5-VL-7B: <think> Observing the image, the tool being held alongside the knife, with its two parallel arms, strongly resembles a large caliper or a precision measuring device. The user is carefully pressing this 'caliper' (the… view at source ↗
Figure 7
Figure 7. Figure 7: More Case Study between Qwen2.5-VL-7B and our method. Our method can accurately identify comprehensive HOIs. A.3. More Case Studies As shown in [PITH_FULL_IMAGE:figures/full_fig_p014_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Detailed prompt of supplementary image descriptions. 15 [PITH_FULL_IMAGE:figures/full_fig_p015_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Detailed prompt template in the first round. 17 [PITH_FULL_IMAGE:figures/full_fig_p017_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: Detailed prompt template in the second round. 18 [PITH_FULL_IMAGE:figures/full_fig_p018_10.png] view at source ↗
read the original abstract

Multimodal Large Language Models have shown promising capabilities in bridging visual and textual reasoning, yet their reasoning capabilities in Open-Vocabulary Human-Object Interaction (OV-HOI) are limited by cross-modal hallucinations and limited viewpoints of images. To address this, we propose ImagineAgent, an agentic framework that integrates cognitive mapping, tool-augmented reinforcement learning (RL), and generative world modeling for robust OV-HOI understanding. Specifically, we first propose an innovative CoT dataset named hicodet-6K for supervised fine-tuning (SFT), which effectively bridges the perception-to-cognition gap by structuring perceived entities into interaction pairs for comprehensive predictions. Subsequently, we develop a multimodal tool library integrating online retrieval, image cropping, and generative modeling, enabling the agent to dynamically augment reasoning with domain-specific tools to resolve visual-semantic ambiguities and hallucinations during inference. Moreover, we incorporate a generative model to reconstruct alternative viewpoints, enabling the agent to 'imagine' under limited viewpoints. Finally, we propose a composite reward mechanism to jointly optimize prediction accuracy and tool efficiency. Evaluations on both SWIG-HOI and HICO-DET datasets demonstrate that our method achieves state-of-the-art performance while requiring merely 36.7% of the training data compared to existing methods, validating our robustness, empirical effectiveness and efficiency.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 2 minor

Summary. The paper proposes ImagineAgent, an agentic framework for open-vocabulary human-object interaction (OV-HOI) comprehension that integrates cognitive mapping, a multimodal tool library (including online retrieval, cropping, and generative modeling), supervised fine-tuning on a new CoT dataset called hicodet-6K, generative reconstruction of alternative viewpoints to address limited image perspectives and hallucinations, and a composite reward mechanism for RL-based optimization of accuracy and tool efficiency. It reports state-of-the-art results on SWIG-HOI and HICO-DET while using only 36.7% of the training data required by prior methods.

Significance. If the empirical claims hold after proper validation, the work could advance OV-HOI understanding by showing how generative 'imagination' of viewpoints combined with tool-augmented RL can mitigate cross-modal hallucinations and data inefficiency in multimodal LLMs. The introduction of hicodet-6K and the composite reward design represent concrete contributions to bridging perception-to-cognition gaps in this domain.

major comments (2)
  1. [Evaluation / Experiments] The central SOTA claim with 36.7% training data (abstract and evaluation sections) rests on the generative model producing alternative viewpoints that resolve visual-semantic ambiguities without harming downstream HOI predictions. However, no consistency checks, label preservation metrics, or ablations are reported comparing original and generated views on labeled HOI pairs from SWIG-HOI or HICO-DET; if generated images introduce hallucinated object placements or viewpoint artifacts, the reported gains could be evaluation artifacts rather than true robustness.
  2. [Framework / Method] The multimodal tool library and composite reward (described in the framework section) are presented as jointly optimizing prediction accuracy and tool efficiency, but the manuscript provides no ablation isolating the contribution of the generative viewpoint synthesis versus the other tools (retrieval, cropping) or versus the hicodet-6K SFT alone; this makes it difficult to attribute the data reduction specifically to the 'imagine' component.
minor comments (2)
  1. [Introduction] The abstract and introduction use 'hicodet-6K' without clarifying its relation to the original HICO-DET (e.g., size, annotation process, or overlap); a brief table or paragraph would improve clarity.
  2. [Method] Notation for the composite reward function and tool-augmented RL loop is introduced but not formalized with equations; adding a short algorithmic pseudocode box would aid reproducibility.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive and detailed feedback on our manuscript. We address each major comment point by point below, providing clarifications and committing to revisions that strengthen the empirical support for our claims without overstating the current results.

read point-by-point responses
  1. Referee: [Evaluation / Experiments] The central SOTA claim with 36.7% training data (abstract and evaluation sections) rests on the generative model producing alternative viewpoints that resolve visual-semantic ambiguities without harming downstream HOI predictions. However, no consistency checks, label preservation metrics, or ablations are reported comparing original and generated views on labeled HOI pairs from SWIG-HOI or HICO-DET; if generated images introduce hallucinated object placements or viewpoint artifacts, the reported gains could be evaluation artifacts rather than true robustness.

    Authors: We agree that direct validation of the generated viewpoints is necessary to rule out evaluation artifacts and to confirm that label integrity is preserved. Although the end-to-end performance gains and data efficiency in our experiments are consistent with the value of viewpoint imagination, the manuscript does not currently report consistency checks or label-preservation metrics on the generated images. In the revised manuscript we will add an ablation that measures HOI prediction agreement and label preservation between original and generated views on a representative subset of labeled pairs drawn from both SWIG-HOI and HICO-DET, together with qualitative inspection for hallucinated placements or viewpoint artifacts. revision: yes

  2. Referee: [Framework / Method] The multimodal tool library and composite reward (described in the framework section) are presented as jointly optimizing prediction accuracy and tool efficiency, but the manuscript provides no ablation isolating the contribution of the generative viewpoint synthesis versus the other tools (retrieval, cropping) or versus the hicodet-6K SFT alone; this makes it difficult to attribute the data reduction specifically to the 'imagine' component.

    Authors: We acknowledge that the current experimental design does not isolate the generative viewpoint synthesis from the remaining tools or from the hicodet-6K supervised fine-tuning stage. While the composite reward and full tool library are shown to work together, the manuscript lacks the finer-grained ablations needed to attribute the observed data reduction specifically to the imagination mechanism. We will therefore add controlled ablations in the revised experiments section that evaluate performance when the generative viewpoint tool is removed while keeping the other tools and the SFT stage fixed, thereby clarifying the marginal contribution of the 'imagine' component. revision: yes

Circularity Check

0 steps flagged

No circularity in empirical agentic framework

full rationale

The paper describes an empirical agentic system (ImagineAgent) built from SFT on a custom CoT dataset (hicodet-6K), a multimodal tool library, generative viewpoint reconstruction, and a composite reward for RL optimization, followed by direct evaluation on SWIG-HOI and HICO-DET. No equations, fitted parameters renamed as predictions, or self-citation chains are shown that would make any reported performance metric equivalent to its inputs by construction. The SOTA claim with reduced training data rests on external benchmark results rather than internal definitional loops.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 1 invented entities

Abstract-only review reveals no explicit free parameters, axioms, or invented entities beyond the high-level framework name; the generative model and reward weights are implicitly introduced but not quantified.

invented entities (1)
  • ImagineAgent no independent evidence
    purpose: Agentic framework integrating cognitive mapping, tools, and generative modeling for OV-HOI
    New system proposed in the paper; no independent evidence provided in abstract.

pith-pipeline@v0.9.0 · 5802 in / 1209 out tokens · 58076 ms · 2026-05-21T13:14:11.157565+00:00 · methodology

discussion (0)

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

Lean theorems connected to this paper

Citations machine-checked in the Pith Canon. Every link opens the source theorem in the public Lean library.

What do these tags mean?
matches
The paper's claim is directly supported by a theorem in the formal canon.
supports
The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
extends
The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
uses
The paper appears to rely on the theorem as machinery.
contradicts
The paper's claim conflicts with a theorem or certificate in the canon.
unclear
Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.

Forward citations

Cited by 3 Pith papers

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

  1. ConeSep: Cone-based Robust Noise-Unlearning Compositional Network for Composed Image Retrieval

    cs.CV 2026-04 unverdicted novelty 7.0

    ConeSep tackles noisy triplet correspondences in composed image retrieval by introducing geometric fidelity quantization to locate noise, negative boundary learning for semantic opposites, and targeted unlearning via ...

  2. Air-Know: Arbiter-Calibrated Knowledge-Internalizing Robust Network for Composed Image Retrieval

    cs.CV 2026-04 unverdicted novelty 6.0

    Air-Know decouples MLLM-based external arbitration from proxy learning via knowledge internalization and dual-stream training to overcome noisy triplet correspondence in composed image retrieval.

  3. HiSem: Hierarchical Semantic Disentangling for Remote Sensing Image Change Captioning

    cs.CV 2026-05 unverdicted novelty 5.0

    HiSem adds bidirectional differential attention and a two-level hierarchical routing module with MoE to handle semantic granularity differences in remote sensing change captioning, reporting +7.52% BLEU-4 on WHU-CDC.

Reference graph

Works this paper leans on

12 extracted references · 12 canonical work pages · cited by 3 Pith papers

  1. [1]

    However, existing methods struggle with long-sequence hallucination (Chen et al., 2025b) and limited cross-modal interaction

    introduces hierarchical sampling with difficulty-aware budget reallocation for self-taught reasoners. However, existing methods struggle with long-sequence hallucination (Chen et al., 2025b) and limited cross-modal interaction. To address this, we propose multimodal CoT reasoning via tool-augmented RL to explicitly reduce cross-modal hallucination. Tool-A...

  2. [2]

    Detect ALL objects from the PREDEFINED OBJECTS that are present

  3. [3]

    PREDEFINED OBJECTS: {OBJECTS_INFO} Available tools:

    Decide whether it is necessary to call any external tools to improve the final HOI predictions. PREDEFINED OBJECTS: {OBJECTS_INFO} Available tools:

  4. [4]

    image_description

    "image_description" - If the image is unclear, blurry, or has complex lighting conditions, request detailed image analysis to better understand the scene

  5. [5]

    action_description

    "action_description" - Get detailed definitions of action categories to distinguish similar actions (e.g., "hold" vs "carry", "cut" vs "cut_with")

  6. [6]

    outpaint

    "outpaint" - Select this if the frame cuts off the person, showing just a part of them (e.g., hands in the kitchen, feet on a skateboard) instead of the complete scene

  7. [7]

    viewpoint_transform

    "viewpoint_transform" - Select this if the person is occluded or indistinct from the current angle

  8. [8]

    person" as an OBJECT (not as subject) if there are clear interactions where a person is the target/recipient of an action. For example: * CORRECT: Detect

    “image_crop“ – Select this if specific regions of interest need closer examination to detect fine-grained interactions. {OBJECT_DESCRIPTIONS} Instructions: - For object detection: Detect ALL objects from the PREDEFINED LIST that are VISIBLE in the image, regardless of whether they are involved in interactions - IMPORTANT: Only detect "person" as an OBJECT...

  9. [9]

    Do not miss any potential interaction pair

    Be Comprehensive (For Recall): You must systematically check every person against every object from the `DETECTED OBJECTS` list. Do not miss any potential interaction pair

  10. [10]

    - You MUST ONLY use actions from the `VALID ACTIONS` list for the corresponding object

    Strictly Adhere to Lists (For Precision): - You MUST ONLY use objects from the `DETECTED OBJECTS` list. - You MUST ONLY use actions from the `VALID ACTIONS` list for the corresponding object

  11. [11]

    Ground in Visual Evidence (For Precision): Every reported interaction must be directly supported by clear visual cues in the image (e.g., hand contact, body posture, gaze direction, spatial proximity)

  12. [12]

    Precise Formatting: - Use precise pixel coordinates for all bounding boxes. - Format each finding as: `number: action, object, [person_x1,person_y1,person_x2,person_y2], [object_x1,object_y1,object_x2,object_y2]` - Do not add any extra text or explanations outside the designated tags. # 3. YOUR THOUGHT PROCESS (Mandatory) You must follow this structured r...