LGIRFeb 6, 2020

Context Aware Image Annotation in Active Learning

arXiv:2002.02775v16 citations
AI Analysis

This work addresses the issue of expensive labeling for active learning practitioners, but it is incremental as it builds on existing methods by incorporating metadata.

The paper tackles the problem of high annotation cost in active learning by using image metadata to provide context during annotation, resulting in reduced annotation cost while maintaining high classification performance.

Image annotation for active learning is labor-intensive. Various automatic and semi-automatic labeling methods are proposed to save the labeling cost, but a reduction in the number of labeled instances does not guarantee a reduction in cost because the queries that are most valuable to the learner may be the most difficult or ambiguous cases, and therefore the most expensive for an oracle to label accurately. In this paper, we try to solve this problem by using image metadata to offer the oracle more clues about the image during annotation process. We propose a Context Aware Image Annotation Framework (CAIAF) that uses image metadata as similarity metric to cluster images into groups for annotation. We also present useful metadata information as context for each image on the annotation interface. Experiments show that it reduces that annotation cost with CAIAF compared to the conventional framework, while maintaining a high classification performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes