paper-with-me

홈 › Papers

EZ-Sort: Efficient Pairwise Comparison via Zero-Shot CLIP-Based Pre-Ordering and Human-in-the-Loop Sorting

2025-08-29 · Yujin Park, Haejun Chung, Ikbeom Jang arxiv

Pairwise comparison is often favored over absolute rating or ordinal classification in subjective or difficult annotation tasks due to its improved reliability. However, exhaustive comparisons require a massive number of annotations (O(n^2)). Recent work has greatly reduced the annotation burden (O(n log n)) by actively sampling pairwise comparisons using a sorting algorithm. We further improve annotation efficiency by (1) roughly pre-ordering items using the Contrastive Language-Image Pre-training (CLIP) model hierarchically without training, and (2) replacing easy, obvious human comparisons with automated comparisons. The proposed EZ-Sort first produces a CLIP-based zero-shot pre-ordering, then initializes bucket-aware Elo scores, and finally runs an uncertainty-guided human-in-the-loop MergeSort. Validation was conducted using various datasets: face-age estimation (FGNET), historical image chronology (DHCI), and retinal image quality assessment (EyePACS). It showed that EZ-Sort reduced human annotation cost by 90.5% compared to exhaustive pairwise comparisons and by 19.8% compared to prior work (when n = 100), while improving or maintaining inter-rater reliability. These results demonstrate that combining CLIP-based priors with uncertainty-aware sampling yields an efficient and scalable solution for pairwise ranking.

📄 PDF Abstract BibTeX arXiv:2508.21550

Code (0)

등록된 구현이 없습니다.

Tasks

Image Quality AssessmentOrdinal ClassificationAge Estimation

Similar Papers 제목 키워드 기반

Dodgersort: Uncertainty-Aware VLM-Guided Human-in-the-Loop Pairwise Ranking

2026-03-21 · Yujin Park, Haejun Chung, Ikbeom Jang arxiv

Pairwise comparison labeling is emerging as it yields higher inter-rater reliability than conventional classification labeling, but exhaustive comparisons require quadratic cost. We propose Dodgersort, which leverages CL…

CLIP4HOI: Towards Adapting CLIP for Practical Zero-Shot HOI Detection

2023-09-21 · NeurIPS 2023 11

Zero-shot Human-Object Interaction (HOI) detection aims to identify both seen and unseen HOI categories. A strong zero-shot HOI detector is supposed to be not only capable of discriminating novel interactions but also ro…

LCES: Zero-shot Automated Essay Scoring via Pairwise Comparisons Using Large Language Models

2025-05-13 · Takumi Shibata, Yuichi Miyamura

Recent advances in large language models (LLMs) have enabled zero-shot automated essay scoring (AES), providing a promising way to reduce the cost and effort of essay scoring in comparison with manual grading. However, m…

Automated Essay ScoringComputational Efficiency

Active Learners as Efficient PRP Rerankers

2026-05-14 · Jeremías Figueiredo Paschmann, Juan Kaplan, Francisco Nattero, Santiago Barron 외 arxiv

Pairwise Ranking Prompting (PRP) elicits pairwise preference judgments from an LLM, which are then aggregated into a ranking, usually via classical sorting algorithms. However, judgments are noisy, order-sensitive, and s…

Active Learning

Decreasing Annotation Burden of Pairwise Comparisons with Human-in-the-Loop Sorting: Application in Medical Image Artifact Rating

2022-02-10 · Ikbeom Jang, Garrison Danley, Ken Chang, Jayashree Kalpathy-Cramer

Ranking by pairwise comparisons has shown improved reliability over ordinal classification. However, as the annotations of pairwise comparisons scale quadratically, this becomes less practical when the dataset is large. …

Ordinal Classification