paper-with-me

홈 › Papers

Improving Address Matching using Siamese Transformer Networks

2023-07-05 · André V. Duarte, Arlindo L. Oliveira

Matching addresses is a critical task for companies and post offices involved in the processing and delivery of packages. The ramifications of incorrectly delivering a package to the wrong recipient are numerous, ranging from harm to the company's reputation to economic and environmental costs. This research introduces a deep learning-based model designed to increase the efficiency of address matching for Portuguese addresses. The model comprises two parts: (i) a bi-encoder, which is fine-tuned to create meaningful embeddings of Portuguese postal addresses, utilized to retrieve the top 10 likely matches of the un-normalized target address from a normalized database, and (ii) a cross-encoder, which is fine-tuned to accurately rerank the 10 addresses obtained by the bi-encoder. The model has been tested on a real-case scenario of Portuguese addresses and exhibits a high degree of accuracy, exceeding 95% at the door level. When utilized with GPU computations, the inference speed is about 4.5 times quicker than other traditional approaches such as BM25. An implementation of this system in a real-world scenario would substantially increase the effectiveness of the distribution process. Such an implementation is currently under investigation.

📄 PDF Abstract BibTeX arXiv:2307.02300

Code (1)

avduarte333/adress-matching 공식 구현 pytorch

Tasks

GPU

Methods 이 논문이 사용한 방법론

SBERT 설명 없음

Similar Papers 제목 키워드 기반

VIRT: Improving Representation-based Models for Text Matching through Virtual Interaction

2021-12-08 · Dan Li, Yang Yang, Hongyin Tang, Jingang Wang 외

With the booming of pre-trained transformers, representation-based models based on Siamese transformer encoders have become mainstream techniques for efficient text matching. However, these models suffer from severe perf…

Text Matching

Beyond 512 Tokens: Siamese Multi-depth Transformer-based Hierarchical Encoder for Long-Form Document Matching

2020-04-26 · Liu Yang, Mingyang Zhang, Cheng Li, Michael Bendersky 외

Many natural language processing and information retrieval problems can be formalized as the task of semantic matching. Existing work in this area has been largely focused on matching between short texts (e.g., question …

ClusteringFormInformation RetrievalLanguage Modeling+9

TS-Net: Combining modality specific and common features for multimodal patch matching

2018-06-05 · Sovann En, Alexis Lechervy, Frédéric Jurie

Multimodal patch matching addresses the problem of finding the correspondences between image patches from two different modalities, e.g. RGB vs sketch or RGB vs near-infrared. The comparison of patches of different modal…

Multimodal Patch MatchingPatch Matching

Synchronize Feature Extracting and Matching: A Single Branch Framework for 3D Object Tracking

2023-08-24 · ICCV 2023 1 · Teli Ma, Mengmeng Wang, Jimin Xiao, Huifeng Wu 외

Siamese network has been a de facto benchmark framework for 3D LiDAR object tracking with a shared-parametric encoder extracting features from template and search region, respectively. This paradigm relies heavily on an …

3D Object TrackingObject Tracking

Transformer Tracking

2021-03-29 · CVPR 2021 1 · Xin Chen, Bin Yan, Jiawen Zhu, Dong Wang 외

Correlation acts as a critical role in the tracking field, especially in recent popular Siamese-based trackers. The correlation operation is a simple fusion manner to consider the similarity between the template and the …

GPUObject TrackingVideo Object TrackingVisual Object Tracking+1