paper-with-me

Papers

Active Gradual Machine Learning for Entity Resolution

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Recent work has shown that the task of entity resolution (ER) can be effectively performed by gradual machine learning (GML). GML begins with some easy instances, which can be automatically labeled by the machine with high accuracy, and then gradually labels more challenging instances by iterative knowledge conveyance in a factor graph. Without involving manual labeling effort, the current GML solution for ER is unsupervised. However, its performance is limited by inaccurate and insufficient knowledge conveyance. Therefore, there is a need to investigate how to improve knowledge conveyance by manual labeling effort.In this paper, we propose an active learning (AL) approach based on GML for ER. It iteratively generates new knowledge in the form of one-sided rules by manual label verification and instills them into a factor graph for improved knowledge conveyance. We first present a technique of knowledge discovery based on genetic mutations, which can generate effective knowledge rules with very small manual verification cost. Then, we demonstrate how to leverage the generated rules for improved knowledge conveyance by measuring their influence over label status by the metric of skyline distance. We have evaluated the performance of the proposed approach by a comparative study on real benchmark data. Our extensive experiments have shown that it can significantly improve the performance of unsupervised GML with very small manual cost; furthermore, it outperforms the state-of-the-art AL solutions for deep learning by considerable margins in terms of learning efficiency.

📄 PDF Abstract BibTeX

Code (1)

wailler/activegml 공식 구현 pytorch

Tasks

Active LearningBIG-bench Machine LearningEntity Resolution

Similar Papers 제목 키워드 기반

Gradual Machine Learning for Entity Resolution

2018-10-29 · Boyi Hou, Qun Chen, Yanyan Wang, Youcef Nafa 외

Usually considered as a classification problem, entity resolution (ER) can be very challenging on real data due to the prevalence of dirty values. The state-of-the-art solutions for ER were built on a variety of learning…

BIG-bench Machine LearningEntity ResolutionGeneral Classification

Graph-boosted Active Learning for Multi-Source Entity Resolution

2021-09-30 · International Semantic Web Conference 2021 9 · Anna Primpeli, Christian Bizer

Supervised entity resolution methods rely on labeled record pairs for learning matching patterns between two or more data sources. Active learning minimizes the labeling effort by selecting informative pairs for labeling…

Active LearningEntity Resolution

Cost-effective Variational Active Entity Resolution

2020-11-20 · Alex Bogatu, Norman W. Paton, Mark Douthwaite, Stuart Davie 외

Accurately identifying different representations of the same real-world entity is an integral part of data cleaning and many methods have been proposed to accomplish it. The challenges of this entity resolution task that…

Active LearningEntity ResolutionRepresentation LearningSpecificity+1

The Solution Path Algorithm for Identity-Aware Multi-Object Tracking

2016-06-01 · CVPR 2016 6 · Shoou-I Yu, Deyu Meng, WangMeng Zuo, Alexander Hauptmann

We propose an identity-aware multi-object tracker based on the solution path algorithm. Our tracker not only produces identity-coherent trajectories based on cues such as face recognition, but also has the ability to pin…

Active LearningDecision MakingFace RecognitionMulti-Object Tracking+1

Collaborative Feature Aggregation for Face Super-Resolution and Robust Re-Identification

2026-07-30 · Juheon Hwang, Taewan Kim, Jiwoo Kang arxiv

We propose a novel collaborative approach for face super-resolution (SR) and robust person re-identification from sequential or multi-view facial images. Traditional SR methods often suffer from blurring and distortion i…

Person Re-IdentificationImage Restoration