Search papers, labs, and topics across Lattice.
The paper introduces IntRec, an interactive object retrieval framework that refines object detection predictions based on user feedback by maintaining positive and negative cues in an Intent State. This addresses the limitation of existing open-vocabulary detectors that lack interactive refinement capabilities, particularly in ambiguous scenarios. IntRec achieves state-of-the-art results on LVIS and LVIS-Ambiguous datasets, demonstrating significant AP improvements over existing one-shot methods with minimal latency overhead per interaction.
User feedback can boost open-vocabulary object detection by nearly 8 AP on ambiguous examples, with only 30ms latency per interaction.
Retrieving user-specified objects from complex scenes remains a challenging task, especially when queries are ambiguous or involve multiple similar objects. Existing open-vocabulary detectors operate in a one-shot manner, lacking the ability to refine predictions based on user feedback. To address this, we propose IntRec, an interactive object retrieval framework that refines predictions based on user feedback. At its core is an Intent State (IS) that maintains dual memory sets for positive anchors (confirmed cues) and negative constraints (rejected hypotheses). A contrastive alignment function ranks candidate objects by maximizing similarity to positive cues while penalizing rejected ones, enabling fine-grained disambiguation in cluttered scenes. Our interactive framework provides substantial improvements in retrieval accuracy without additional supervision. On LVIS, IntRec achieves 35.4 AP, outperforming OVMR, CoDet, and CAKE by +2.3, +3.7, and +0.5, respectively. On the challenging LVIS-Ambiguous benchmark, it improves performance by +7.9 AP over its one-shot baseline after a single corrective feedback, with less than 30 ms of added latency per interaction.