paper-with-me

홈 › Papers

Inconsistency-Based Data-Centric Active Open-Set Annotation

2024-01-10 · Ruiyu Mao, Ouyang Xu, Yunhui Guo

Active learning is a commonly used approach that reduces the labeling effort required to train deep neural networks. However, the effectiveness of current active learning methods is limited by their closed-world assumptions, which assume that all data in the unlabeled pool comes from a set of predefined known classes. This assumption is often not valid in practical situations, as there may be unknown classes in the unlabeled data, leading to the active open-set annotation problem. The presence of unknown classes in the data can significantly impact the performance of existing active learning methods due to the uncertainty they introduce. To address this issue, we propose a novel data-centric active learning method called NEAT that actively annotates open-set data. NEAT is designed to label known classes data from a pool of both known and unknown classes unlabeled data. It utilizes the clusterability of labels to identify the known classes from the unlabeled pool and selects informative samples from those classes based on a consistency criterion that measures inconsistencies between model predictions and local feature distribution. Unlike the recently proposed learning-centric method for the same problem, NEAT is much more computationally efficient and is a data-centric active open-set annotation method. Our experiments demonstrate that NEAT achieves significantly better performance than state-of-the-art active learning methods for active open-set annotation.

📄 PDF Abstract BibTeX arXiv:2401.04923

Code (1)

ruiyum/active-openset-neat 공식 구현 pytorch

Tasks

Active Learningvalid

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
NEAT 설명 없음

Similar Papers 제목 키워드 기반

Embodied Active Learning under Limited Annotation and Navigation Budget for Object Detection

2026-07-17 · Hadrien Crassous, Mohamed Yassine Kabouri, Minahil Raza, Joni Pajarinen 외 arxiv

This paper studies how to adapt a computer vision object detector to an unknown environment under both a robot navigation time and annotation budget constraint. Our approach selects informative robot trajectories and ima…

Robot NavigationObject DetectionActive Learning

CAMAv2: A Vision-Centric Approach for Static Map Element Annotation

2024-07-31 · Shiyuan Chen, Jiaxin Zhang, Ruohong Mei, Yingfeng Cai 외

The recent development of online static map element (a.k.a. HD map) construction algorithms has raised a vast demand for data with ground truth annotations. However, available public datasets currently cannot provide hig…

Segment Anything Meets Point Tracking

2023-07-03 · Frano Rajič, Lei Ke, Yu-Wing Tai, Chi-Keung Tang 외

The Segment Anything Model (SAM) has established itself as a powerful zero-shot image segmentation model, enabled by efficient point-centric annotation and prompt-based models. While click and brush interactions are both…

Interactive Video Object SegmentationObjectPoint TrackingSegmentation+4

Aligning benchmark datasets for table structure recognition

2023-03-01 · Brandon Smock, Rohith Pesala, Robin Abraham

Benchmark datasets for table structure recognition (TSR) must be carefully processed to ensure they are annotated consistently. However, even if a dataset's annotations are self-consistent, there may be significant incon…

Table DetectionTable Recognition

Multi-Task Consistency for Active Learning

2023-06-21 · Aral Hekimoglu, Philipp Friedrich, Walter Zimmer, Michael Schmidt 외

Learning-based solutions for vision tasks require a large amount of labeled training data to ensure their performance and reliability. In single-task vision-based settings, inconsistency-based active learning has proven …

Active Learningobject-detectionObject DetectionSemantic Segmentation