paper-with-me

Papers

Semi-automatic data annotation based on feature-space projection and local quality metrics: An application to cerebral emboli characterization

2022-07-01 · Medical Image Analysis 2022 7 · Yamil Vindas, Blaise Kévin Guépié, Marilys Almar, Emmanuel Roux, Philippe Delachartre

We propose a semi-supervised learning approach to annotate a dataset with reduced requirements for manual annotation and with controlled annotation error. The method is based on feature-space projection and label propagation using local quality metrics. First, an auto-encoder extracts the features of the samples in an unsupervised manner. Then, the extracted features are projected by a t-distributed stochastic neighbor embedding algorithm into a two-dimensional (2D) space. A selection of the best 2D projection is introduced based on the silhouette score. The expert annotator uses the obtained 2D representation to manually label samples. Finally, the labels of the labeled samples are propagated to the unlabeled samples using a K-nearest neighbor strategy and local quality metrics. We compare our method against semi-supervised optimum-path forest and K-nearest neighbor label propagation (without considering local quality metrics). Our method achieves state-of-the-art results on three different datasets by labeling more than of the samples with an annotation error from to . Additionally, our method allows to control the trade-off between annotation error and number of labeled samples. Moreover, we combine our method with robust loss functions to compensate for the label noise introduced by automatic label propagation. Our method allows to achieve similar, and even better, classification performances compared to those obtained using a fully manually labeled dataset, with up to in terms of classification accuracy.

📄 PDF Abstract BibTeX

Code (1)

yamilvindas/LQ-KNN_DataAnnotation pytorch

Similar Papers 제목 키워드 기반

Semi-Automatic Data Annotation guided by Feature Space Projection

2020-07-27 · Barbara Caroline Benato, Jancarlo Ferreira Gomes, Alexandru Cristian Telea, Alexandre Xavier Falcão

Data annotation using visual inspection (supervision) of each training sample can be laborious. Interactive solutions alleviate this by helping experts propagate labels from a few supervised samples to unlabeled ones bas…

General Classification

The Halliday Centre Tagger: An Online Platform for Semi-automatic Text Annotation and Analysis

2014-05-01 · LREC 2014 5 · Billy T. M. Wong, Ian C. Chow, Jonathan J. Webster, Hengbin Yan

This paper reports the latest development of The Halliday Centre Tagger (the Tagger), an online platform provided with semi-automatic features to facilitate text annotation and analysis. The Tagger is featured for its we…

text annotation

3D BAT: A Semi-Automatic, Web-based 3D Annotation Toolbox for Full-Surround, Multi-Modal Data Streams

2019-05-01 · Walter Zimmer, Akshay Rangesh, Mohan Trivedi

In this paper, we focus on obtaining 2D and 3D labels, as well as track IDs for objects on the road with the help of a novel 3D Bounding Box Annotation Toolbox (3D BAT). Our open source, web-based 3D BAT incorporates sev…

Motion Planningmotion prediction

Towards Semi-automatic Sign Language Annotation Tool: SLAN-tool

2022-06-01 · SignLang (LREC) 2022 6 · Medet Mukushev, Arman Sabyrov, Madina Sultanova, Vadim Kimmelman 외

This paper presents a semi-automatic annotation tool for sign languages namely SLAN-tool. The SLAN-tool provides a web-based service for the annotation of sign language videos. Researchers can use the SLAN-tool web servi…

Semi-Automatic Construction of Text-to-SQL Data for Domain Transfer

2021-08-01 · ACL (IWPT) 2021 8 · Tianyi Li, Sujian Li, Mark Steedman

Strong and affordable in-domain data is a desirable asset when transferring trained semantic parsers to novel domains. As previous methods for semi-automatically constructing such data cannot handle the complexity of rea…

Text to SQLText-To-SQL