paper-with-me

Papers

Origin-Aware Next Destination Recommendation with Personalized Preference Attention

2020-12-03 · Nicholas Lim, Bryan Hooi, See-Kiong Ng, Xueou Wang, Yong Liang Goh, Renrong Weng, Rui Tan

Next destination recommendation is an important task in the transportation domain of taxi and ride-hailing services, where users are recommended with personalized destinations given their current origin location. However, recent recommendation works do not satisfy this origin-awareness property, and only consider learning from historical destination locations, without origin information. Thus, the resulting approaches are unable to learn and predict origin-aware recommendations based on the user's current location, leading to sub-optimal performance and poor real-world practicality. Hence, in this work, we study the origin-aware next destination recommendation task. We propose the Spatial-Temporal Origin-Destination Personalized Preference Attention (STOD-PPA) encoder-decoder model to learn origin-origin (OO), destination-destination (DD), and origin-destination (OD) relationships by first encoding both origin and destination sequences with spatial and temporal factors in local and global views, then decoding them through personalized preference attention to predict the next destination. Experimental results on seven real-world user trajectory taxi datasets show that our model significantly outperforms baseline and state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2012.01915

Code (1)

ElliotNguyen68/RNN/tree/main/GrabDropOffRecommendation pytorch

Tasks

Decoder

Similar Papers 제목 키워드 기반

Enhancing Next Destination Prediction: A Novel Long Short-Term Memory Neural Network Approach Using Real-World Airline Data

2024-01-23 · Salih Salihoglu, Gulser Koksal, Orhan Abar

In the modern transportation industry, accurate prediction of travelers' next destinations brings multiple benefits to companies, such as customer satisfaction and targeted marketing. This study focuses on developing a p…

MarketingPrediction

Geography-Aware Large Language Models for Next POI Recommendation

2025-05-18 · Zhao Liu, Wei Liu, Huajie Zhu, Jianxing Yu 외

The next Point-of-Interest (POI) recommendation task aims to predict users' next destinations based on their historical movement data and plays a key role in location-based services and personalized applications. Accurat…

Large Language Model

End-to-End Personalized Next Location Recommendation via Contrastive User Preference Modeling

2023-03-22 · Yan Luo, Ye Liu, Fu-Lai Chung, Yu Liu 외

Predicting the next location is a highly valuable and common need in many location-based services such as destination prediction and route planning. The goal of next location recommendation is to predict the next point-o…

Decoder

Modeling Multi-Destination Trips with Sketch-Based Model

2021-02-22 · Michał Daniluk, Barbara Rychalska, Konrad Gołuchowski, Jacek Dąbrowski

The recently proposed EMDE (Efficient Manifold Density Estimator) model achieves state of-the-art results in session-based recommendation. In this work we explore its application to Booking Data Challenge competition. Th…

Graph EmbeddingmodelSession-Based Recommendations

TLSAN: Time-aware Long- and Short-term Attention Network for Next-item Recommendation

2021-03-16 · Jianqing Zhang, Dongjing Wang, Dongjin Yu

Recently, deep neural networks are widely applied in recommender systems for their effectiveness in capturing/modeling users' preferences. Especially, the attention mechanism in deep learning enables recommender systems …

Recommendation Systems