paper-with-me

홈 › Papers

Transformer-based Map Matching Model with Limited Ground-Truth Data using Transfer-Learning Approach

2021-08-01 · Zhixiong Jin, Jiwon Kim, Hwasoo Yeo, Seongjin Choi

In many spatial trajectory-based applications, it is necessary to map raw trajectory data points onto road networks in digital maps, which is commonly referred to as a map-matching process. While most previous map-matching methods have focused on using rule-based algorithms to deal with the map-matching problems, in this paper, we consider the map-matching task from the data-driven perspective, proposing a deep learning-based map-matching model. We build a Transformer-based map-matching model with a transfer learning approach. We generate trajectory data to pre-train the Transformer model and then fine-tune the model with a limited number of ground-truth data to minimize the model development cost and reduce the real-to-virtual gap. Three metrics (Average Hamming Distance, F-score, and BLEU) at two levels (point and segment level) are used to evaluate the model performance. The results indicate that the proposed model outperforms existing models. Furthermore, we use the attention weights of the Transformer to plot the map-matching process and find how the model matches the road segments correctly.

📄 PDF Abstract BibTeX arXiv:2108.00439

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
GPS Greedy Policy Search (GPS) is a simple algorithm that learns a policy for test-time data augmentation based on the predictive performance on a validation set. GPS starts with…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Hausdorff Distance Matching with Adaptive Query Denoising for Rotated Detection Transformer

2023-05-12 · Hakjin Lee, Minki Song, Jamyoung Koo, Junghoon Seo

Detection Transformers (DETR) have recently set new benchmarks in object detection. However, their performance in detecting rotated objects lags behind established oriented object detectors. Our analysis identifies a key…

Objectobject-detectionObject DetectionObject Detection In Aerial Images+3

UniTT-Stereo: Unified Training of Transformer for Enhanced Stereo Matching

2024-09-04 · SooMin Kim, Hyesong Choi, Jihye Ahn, Dongbo Min

Unlike other vision tasks where Transformer-based approaches are becoming increasingly common, stereo depth estimation is still dominated by convolution-based approaches. This is mainly due to the limited availability of…

Depth EstimationInductive BiasSelf-Supervised LearningStereo Depth Estimation+1

Beyond Hungarian: Match-Free Supervision for End-to-End Object Detection

2026-03-09 · Shoumeng Qiu, Xinrun Li, Yang Long arxiv

Recent DEtection TRansformer (DETR) based frameworks have achieved remarkable success in end-to-end object detection. However, the reliance on the Hungarian algorithm for bipartite matching between queries and ground tru…

Object Detection

Fine-tuning deep learning models for stereo matching using results from semi-global matching

2022-05-27 · Hessah Albanwan, Rongjun Qin

Deep learning (DL) methods are widely investigated for stereo image matching tasks due to their reported high accuracies. However, their transferability/generalization capabilities are limited by the instances seen in th…

Stereo Matching

Convergence Dynamics of Over-Parameterized Score Matching for a Single Gaussian

2025-11-27 · Yiran Zhang, Weihang Xu, Mo Zhou, Maryam Fazel 외 arxiv

Score matching has become a central training objective in modern generative modeling, particularly in diffusion models, where it is used to learn high-dimensional data distributions through the estimation of score functi…