LGDec 23, 2020

Active Deep Learning on Entity Resolution by Risk Sampling

arXiv:2012.12960v119 citations
AI Analysis

This work provides a more efficient data labeling strategy for deep learning models in entity resolution, which is beneficial for practitioners dealing with large, unlabeled datasets.

This paper addresses the challenge of large data labeling requirements for deep learning in entity resolution (ER) by proposing a novel active learning (AL) approach called risk sampling. This method leverages misprediction risk estimation for active instance selection, and experiments show it significantly outperforms existing alternatives.

While the state-of-the-art performance on entity resolution (ER) has been achieved by deep learning, its effectiveness depends on large quantities of accurately labeled training data. To alleviate the data labeling burden, Active Learning (AL) presents itself as a feasible solution that focuses on data deemed useful for model training. Building upon the recent advances in risk analysis for ER, which can provide a more refined estimate on label misprediction risk than the simpler classifier outputs, we propose a novel AL approach of risk sampling for ER. Risk sampling leverages misprediction risk estimation for active instance selection. Based on the core-set characterization for AL, we theoretically derive an optimization model which aims to minimize core-set loss with non-uniform Lipschitz continuity. Since the defined weighted K-medoids problem is NP-hard, we then present an efficient heuristic algorithm. Finally, we empirically verify the efficacy of the proposed approach on real data by a comparative study. Our extensive experiments have shown that it outperforms the existing alternatives by considerable margins. Using ER as a test case, we demonstrate that risk sampling is a promising approach potentially applicable to other challenging classification tasks.

Foundations

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

Your Notes