User Prompting Strategies and Prompt Enhancement Methods for Open-Set Object Detection in XR Environments
Junfeng Lin, Yanming Xiu, Maria Gorlatova
TL;DR
This work investigates how user prompts influence open-set object detection (OSOD) in XR settings, addressing robustness gaps when prompts are ambiguous or overly detailed. It evaluates GroundingDINO and YOLO-E with vision-language model–generated prompts of varying specificity and tests two prompt-enhancement strategies (Key Object Extraction and Semantic Category Grounding) to refine inputs before detection. Findings show that both models are stable under underdetailed and standard prompts but struggle with pragmatic ambiguity, while overdetailed prompts mainly hinder GroundingDINO; enhancement strategies substantially improve robustness under ambiguity, with notable gains in localization and confidence. The study offers practical prompt design guidelines and enhancement methods to improve OSOD reliability in XR, enabling more dependable perception in AR/VR applications.
Abstract
Open-set object detection (OSOD) localizes objects while identifying and rejecting unknown classes at inference. While recent OSOD models perform well on benchmarks, their behavior under realistic user prompting remains underexplored. In interactive XR settings, user-generated prompts are often ambiguous, underspecified, or overly detailed. To study prompt-conditioned robustness, we evaluate two OSOD models, GroundingDINO and YOLO-E, on real-world XR images and simulate diverse user prompting behaviors using vision-language models. We consider four prompt types: standard, underdetailed, overdetailed, and pragmatically ambiguous, and examine the impact of two enhancement strategies on these prompts. Results show that both models exhibit stable performance under underdetailed and standard prompts, while they suffer degradation under ambiguous prompts. Overdetailed prompts primarily affect GroundingDINO. Prompt enhancement substantially improves robustness under ambiguity, yielding gains exceeding 55% mIoU and 41% average confidence. Based on the findings, we propose several prompting strategies and prompt enhancement methods for OSOD models in XR environments.
