paper-with-me

홈 › Papers

FunnelAL: Retrieve-then-Rank Active Learning for Single-Class Discovery

2026-07-28 · Reihaneh Rostami, Brian Goodwin arxiv

We present FunnelAL, a retrieve-then-rank active learning system for single-class discovery, which adapts the multi-stage funnel architecture of industrial recommender systems to data annotation. Large-scale supervised learning faces two challenges: efficiently finding relevant samples in a massive corpus, and distinguishing true positives from visually confusable negatives when embeddings do not cleanly separate classes. Conventional active learning offers a principled framework for reducing annotation cost, yet it treats sample selection as a single-stage process that addresses neither challenge efficiently. FunnelAL decomposes the problem into cascaded stages. Starting from a single positive and negative example, the system iterates through: (1) embedding-based retrieval scoring that narrows the corpus to a manageable candidate set; (2) a precision-triggered ranking stage that exploits a learned ranker (RankNet) while batch precision remains high, then automatically blends in committee-based exploration (QBC) once returns diminish; and (3) feedback from the annotator's labels that refines both stages in subsequent iterations. We evaluate on three diverse image classification benchmarks. With a perfect annotator, FunnelAL attains the best final F1 on all three benchmarks, the best annotation efficiency (first in AULC), and the fewest annotation rounds. The most recent single-class discovery methods (GAL, PF-MA) at best match its final quality, and only at consistently higher labeling cost. Under annotator labeling errors at realistic rates, FunnelAL remains first or statistically tied for first while classical uncertainty-based methods degrade two to three times faster. Our work provides a concrete bridge between multi-stage recommender systems and active learning.

📄 PDF Abstract BibTeX arXiv:2607.25276

Code (0)

등록된 구현이 없습니다.

Tasks

Image ClassificationActive Learning

Similar Papers 제목 키워드 기반

ReFIT: Relevance Feedback from a Reranker during Inference

2023-05-19 · Revanth Gangi Reddy, Pradeep Dasigi, Md Arafat Sultan, Arman Cohan 외

Retrieve-and-rerank is a prevalent framework in neural information retrieval, wherein a bi-encoder network initially retrieves a pre-defined number of candidates (e.g., K=100), which are then reranked by a more powerful …

Information RetrievalRetrieval

Ranked List Truncation for Large Language Model-based Re-Ranking

2024-04-28 · Chuan Meng, Negar Arabzadeh, Arian Askari, Mohammad Aliannejadi 외

We study ranked list truncation (RLT) from a novel "retrieve-then-re-rank" perspective, where we optimize re-ranking by truncating the retrieved list (i.e., trim re-ranking candidates). RLT is crucial for re-ranking as i…

Language ModelingLanguage ModellingLarge Language ModelRe-Ranking+1

Document Optimization for Black-Box Retrieval via Reinforcement Learning

2026-04-06 · Omri Uzan, Ron Polonsky, Douwe Kiela, Christopher Potts arxiv

Document expansion is a classical technique for improving retrieval quality, and is attractive since it shifts computation offline, avoiding additional query-time processing. However, when applied to modern retrievers, i…

Reinforcement Learning

Diagnosing and Mitigating Retrieval Bottlenecks in LLM-Based Cold-Start Recommendation

2026-06-29 · Zhe Dong, Fang Qin, Manish Shah, Yicheng Wang arxiv

Large language models (LLMs) are increasingly used as rerankers in recommender systems, with the expectation that semantic understanding will help in cold-start and long-tail regimes. We test this assumption with a five-…

Rider: Reader-Guided Passage Reranking for Open-Domain Question Answering

2021-01-01 · Yuning Mao, Pengcheng He, Xiaodong Liu, Yelong Shen 외

Current open-domain question answering systems often follow a Retriever-Reader architecture, where the retriever first retrieves relevant passages and the reader then reads the retrieved passages to form an answer. In th…

Natural QuestionsOpen-Domain Question AnsweringPassage RerankingQuestion Answering+3