paper-with-me

Papers

Multi-task Adversarial Learning for Semi-supervised Trajectory-User Linking

2023-03-17 · ECML-PKDD 2023 3 · Sen Zhang, Senzhang Wang, Xiang Wang, Shigeng Zhang, Hao Miao & Junxing Zhu

Trajectory-User Linking (TUL), which aims to link the trajectories to the users who have generated them, is critically important to many real applications. Existing approaches generally consider TUL as a supervised learning problem which requires a large number of labeled trajectory-user pairs. However, in real scenarios users may not be willing to make their identities publicly available due to data privacy concerns, leading to the scarcity of labeled trajectory-user pairs. In addition, the trajectory data are usually sparse as users will not always check-in when they go to POIs. To address these issues, in this paper we propose a multi-task adversarial learning model named TULMAL for semi-supervised TUL with spare trajectory data. Specifically, TULMAL first conducts sparse trajectory completion through a proposed seq2seq model. Kalman filter is also coupled into the decoder of the seq2seq model to calibrate the generated new locations. The completed trajectories are next input into a generative adversarial learning model for semi-supervised TUL. The insight is that we consider all the users and their trajectories as a whole and perform TUL in the data distribution level. We first project users and trajectories into the common latent feature space through learning a projection function (generator) to minimize the distance between the user distribution and the trajectory distribution. Then each unlabeled trajectory will be linked to the user who is closest to it in the latent feature space without much guidance of labels. The two tasks are jointly conducted and optimized under a multi-task learning framework. Extensive experimental results on two real-world trajectory datasets demonstrate the superiority of our proposal by comparison with existing approaches.

📄 PDF Abstract BibTeX

Code (1)

2023-MindSpore-1/ms-code-139 mindspore

Tasks

Multi-Task Learning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Semi-supervised Semantics-guided Adversarial Training for Trajectory Prediction

2022-05-27 · Ruochen Jiao, Xiangguo Liu, Takami Sato, Qi Alfred Chen 외

Predicting the trajectories of surrounding objects is a critical task for self-driving vehicles and many other autonomous systems. Recent works demonstrate that adversarial attacks on trajectory prediction, where small c…

Adversarial RobustnessDecision MakingPredictionTrajectory Prediction

Semi-supervised Semantics-guided Adversarial Training for Robust Trajectory Prediction

2023-01-01 · ICCV 2023 1 · Ruochen Jiao, Xiangguo Liu, Takami Sato, Qi Alfred Chen 외

Predicting the trajectories of surrounding objects is a critical task for self-driving vehicles and many other autonomous systems. Recent works demonstrate that adversarial attacks on trajectory prediction, where sma…

Decision MakingPredictionTrajectory Prediction

TAE: A Semi-supervised Controllable Behavior-aware Trajectory Generator and Predictor

2022-03-02 · Ruochen Jiao, Xiangguo Liu, Bowen Zheng, Dave Liang 외

Trajectory generation and prediction are two interwoven tasks that play important roles in planner evaluation and decision making for intelligent vehicles. Most existing methods focus on one of the two and are optimized …

Decision MakingPrediction

Adversarial Learning for Supervised and Semi-supervised Relation Extraction in Biomedical Literature

2020-05-08 · Peng Su, K. Vijay-Shanker

Adversarial training is a technique of improving model performance by involving adversarial examples in the training process. In this paper, we investigate adversarial training with multiple adversarial examples to benef…

BenchmarkingRelationRelation Extraction

Semi-supervised GANs to Infer Travel Modes in GPS Trajectories

2019-02-27 · Ali Yazdizadeh, Zachary Patterson, Bilal Farooq

Semi-supervised Generative Adversarial Networks (GANs) are developed in the context of travel mode inference with uni-dimensional smartphone trajectory data. We use data from a large-scale smartphone travel survey in Mon…

Prediction