paper-with-me

Papers

Confidence-Aware Active Feedback for Interactive Instance Search

2021-10-23 · Yue Zhang, Chao Liang, Longxiang Jiang

Online relevance feedback (RF) is widely utilized in instance search (INS) tasks to further refine imperfect ranking results, but it often has low interaction efficiency. The active learning (AL) technique addresses this problem by selecting valuable feedback candidates. However, mainstream AL methods require an initial labeled set for a cold start and are often computationally complex to solve. Therefore, they cannot fully satisfy the requirements for online RF in interactive INS tasks. To address this issue, we propose a confidence-aware active feedback method (CAAF) that is specifically designed for online RF in interactive INS tasks. Inspired by the explicit difficulty modeling scheme in self-paced learning, CAAF utilizes a pairwise manifold ranking loss to evaluate the ranking confidence of each unlabeled sample. The ranking confidence improves not only the interaction efficiency by indicating valuable feedback candidates but also the ranking quality by modulating the diffusion weights in manifold ranking. In addition, we design two acceleration strategies, an approximate optimization scheme and a top-K search scheme, to reduce the computational complexity of CAAF. Extensive experiments on both image INS tasks and video INS tasks searching for buildings, landscapes, persons, and human behaviors demonstrate the effectiveness of the proposed method. Notably, in the real-world, large-scale video INS task of NIST TRECVID 2021, CAAF uses 25% fewer feedback samples to achieve a performance that is nearly equivalent to the champion solution. Moreover, with the same number of feedback samples, CAAF's mAP is 51.9%, significantly surpassing the champion solution by 5.9%. Code is available at https://github.com/nercms-mmap/caaf.

📄 PDF Abstract BibTeX arXiv:2110.12255

Code (1)

nercms-mmap/caaf 공식 구현 pytorch

Tasks

Active LearningInstance SearchRe-Ranking

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Scale-aware multi-level guidance for interactive instance segmentation

2018-12-07 · Soumajit Majumder, Angela Yao

In interactive instance segmentation, users give feedback to iteratively refine segmentation masks. The user-provided clicks are transformed into guidance maps which provide the network with necessary cues on the whereab…

Instance SegmentationInteractive SegmentationSegmentationSemantic Segmentation

Content-Aware Multi-Level Guidance for Interactive Instance Segmentation

2019-06-01 · CVPR 2019 6 · Soumajit Majumder, Angela Yao

In interactive instance segmentation, users give feedback to iteratively refine segmentation masks. The user-provided clicks are transformed into guidance maps which provide the network with necessary cues on the whereab…

Instance SegmentationInteractive SegmentationSegmentationSemantic Segmentation

Interactive Medical Image Segmentation with Self-Adaptive Confidence Calibration

2021-11-15 · Wenhao Li, Qisen Xu, Chuyun Shen, Bin Hu 외

Medical image segmentation is one of the fundamental problems for artificial intelligence-based clinical decision systems. Current automatic medical image segmentation methods are often failed to meet clinical requiremen…

Image SegmentationInteractive SegmentationMedical Image SegmentationMulti-agent Reinforcement Learning+2

REFINE: Real-world Exploration of Interactive Feedback and Student Behaviour

2026-03-31 · Fares Fawzi, Seyed Parsa Neshaei, Marta Knezevic, Tanya Nazaretsky 외 arxiv

Formative feedback is central to effective learning, yet providing timely, individualised feedback at scale remains a persistent challenge. While recent work has explored the use of large language models (LLMs) to automa…

Model-based Interactive Semantic Parsing: A Unified Framework and A Text-to-SQL Case Study

2019-10-11 · IJCNLP 2019 11 · Ziyu Yao, Yu Su, Huan Sun, Wen-tau Yih

As a promising paradigm, interactive semantic parsing has shown to improve both semantic parsing accuracy and user confidence in the results. In this paper, we propose a new, unified formulation of the interactive semant…

Semantic ParsingText to SQLText-To-SQL