Self-Adaptive Re-Weighted Adversarial Domain Adaptation

Abstract

Trajectory similarity computation is a core problem in the field of trajectory data queries. However, the high time complexity of calculating the trajectory similarity has always been a bottleneck in real-world applications. Learning-based methods can map trajectories into a uniform embedding space to calculate the similarity of two trajectories with embeddings in constant time. In this paper, we propose a novel trajectory representation learning framework Traj2SimVec that performs scalable and robust trajectory similarity computation. We use a simple and fast trajectory simplification and indexing approach to obtain triplet training samples efficiently. We make the framework more robust via taking full use of the sub-trajectory similarity information as auxiliary supervision. Furthermore, the framework supports the point matching query by modeling the optimal matching relationship of trajectory points under different distance metrics. The comprehensive experiments on real-world datasets demonstrate that our model substantially outperforms all existing approaches.

Cite

Text

Wang and Zhang. "Self-Adaptive Re-Weighted Adversarial Domain Adaptation." International Joint Conference on Artificial Intelligence, 2020. doi:10.24963/IJCAI.2020/440

Markdown

[Wang and Zhang. "Self-Adaptive Re-Weighted Adversarial Domain Adaptation." International Joint Conference on Artificial Intelligence, 2020.](https://mlanthology.org/ijcai/2020/wang2020ijcai-self/) doi:10.24963/IJCAI.2020/440

BibTeX

@inproceedings{wang2020ijcai-self,
  title     = {{Self-Adaptive Re-Weighted Adversarial Domain Adaptation}},
  author    = {Wang, Shanshan and Zhang, Lei},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {3181-3187},
  doi       = {10.24963/IJCAI.2020/440},
  url       = {https://mlanthology.org/ijcai/2020/wang2020ijcai-self/}
}