paper-with-me

홈 › Papers

Domain Adaptation for Deep Entity Resolution: A Design Space Exploration

2022-06-01 · SIGMOD/PODS 2022 6 · Jianhong Tu, Ju Fan, Nan Tang, Peng Wang, Chengliang Chai, Guoliang Li, Ruixue Fan, Xiaoyong Du

Entity resolution (ER) is a core problem of data integration. The state-of-the-art (SOTA) results on ER are achieved by deep learning (DL) based methods, trained with a lot of labeled matching/non-matching entity pairs. This may not be a problem when using well-prepared benchmark datasets. Nevertheless, for many real-world ER applications, the situation changes dramatically, with a painful issue to collect large-scale labeled datasets. In this paper, we seek to answer: If we have a well-labeled source ER dataset, can we train a DL-based ER model for a target dataset, without any labels or with a few labels? This is known as domain adaptation (DA), which has achieved great successes in computer vision and natural language processing, but is not systematically studied for ER. Our goal is to systematically explore the benefits and limitations of a wide range of DA methods for ER. To this purpose, we develop a DADER (Domain Adaptation for Deep Entity Resolution) framework that significantly advances ER in applying DA. We define a space of design solutions for the three modules of DADER, namely Feature Extractor, Matcher, and Feature Aligner. We conduct so far the most comprehensive experimental study to explore the design space and compare different choices of DA for ER. We provide guidance for selecting appropriate design solutions based on extensive experiments.

📄 PDF Abstract BibTeX

Code (1)

ruc-datalab/DADER pytorch

Tasks

Data IntegrationDomain AdaptationEntity Resolution

Similar Papers 제목 키워드 기반

Few-Shot Generative Model Adaption via Identity Injection and Preservation

2026-03-24 · Yeqi He, Liang Li, Jiehua Zhang, Yaoqi Sun 외 arxiv

Training generative models with limited data presents severe challenges of mode collapse. A common approach is to adapt a large pretrained generative model upon a target domain with very few samples (fewer than 10), know…

Super-Resolution Domain Adaptation Networks for Semantic Segmentation via Pixel and Output Level Aligning

2020-05-13 · Junfeng Wu, Zhenjie Tang, Congan Xu, Enhai Liu 외

Recently, Unsupervised Domain Adaptation (UDA) has attracted increasing attention to address the domain shift problem in the semantic segmentation task. Although previous UDA methods have achieved promising performance, …

Domain AdaptationSegmentationSemantic SegmentationSuper-Resolution+1

Reuse and Adaptation for Entity Resolution through Transfer Learning

2018-09-28 · Saravanan Thirumuruganathan, Shameem A Puthiya Parambath, Mourad Ouzzani, Nan Tang 외

Entity resolution (ER) is one of the fundamental problems in data integration, where machine learning (ML) based classifiers often provide the state-of-the-art results. Considerable human effort goes into feature enginee…

Data IntegrationEntity ResolutionFeature EngineeringTransfer Learning

Super-Identity Convolutional Neural Network for Face Hallucination

2018-11-06 · ECCV 2018 9 · Kaipeng Zhang, Zhanpeng Zhang, Chia-Wen Cheng, Winston H. Hsu 외

Face hallucination is a generative task to super-resolve the facial image with low resolution while human perception of face heavily relies on identity information. However, previous face hallucination approaches largely…

Face GenerationFace HallucinationHallucination

Domain-Specific Text Embedding Models for Entity Resolution

2026-08-17 · Khajesh Sapram, Srivardhani Raju, Kishore Konda arxiv

General-purpose text embedding models are designed to capture semantic similarity but are not optimised for distinguishing entity records that represent the same real-world business or person. This limitation affects app…

Information RetrievalSemantic SimilarityEntity Resolution