paper-with-me

홈 › Papers

Rethinking travel behavior modeling representations through embeddings

2019-08-31 · Francisco C. Pereira

This paper introduces the concept of travel behavior embeddings, a method for re-representing discrete variables that are typically used in travel demand modeling, such as mode, trip purpose, education level, family type or occupation. This re-representation process essentially maps those variables into a latent space called the \emph{embedding space}. The benefit of this is that such spaces allow for richer nuances than the typical transformations used in categorical variables (e.g. dummy encoding, contrasted encoding, principal components analysis). While the usage of latent variable representations is not new per se in travel demand modeling, the idea presented here brings several innovations: it is an entirely data driven algorithm; it is informative and consistent, since the latent space can be visualized and interpreted based on distances between different categories; it preserves interpretability of coefficients, despite being based on Neural Network principles; and it is transferrable, in that embeddings learned from one dataset can be reused for other ones, as long as travel behavior keeps consistent between the datasets. The idea is strongly inspired on natural language processing techniques, namely the word2vec algorithm. Such algorithm is behind recent developments such as in automatic translation or next word prediction. Our method is demonstrated using a model choice model, and shows improvements of up to 60\% with respect to initial likelihood, and up to 20% with respect to likelihood of the corresponding traditional model (i.e. using dummy variables) in out-of-sample evaluation. We provide a new Python package, called PyTre (PYthon TRavel Embeddings), that others can straightforwardly use to replicate our results or improve their own models. Our experiments are themselves based on an open dataset (swissmetro).

📄 PDF Abstract BibTeX arXiv:1909.00154

Code (2)

camaraf/PyTre 공식 구현 tf
ioaar/interpretable-embeddings-mnl tf

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Aligning LLM with human travel choices: a persona-based embedding learning approach

2025-05-25 · Tianming Liu, Manzi Li, Yafeng Yin

The advent of large language models (LLMs) presents new opportunities for travel demand modeling. However, behavioral misalignment between LLMs and humans presents obstacles for the usage of LLMs, and existing alignment …

Evaluating geospatial context information for travel mode detection

2023-05-30 · Ye Hong, Emanuel Stüdeli, Martin Raubal

Detecting travel modes from global navigation satellite system (GNSS) trajectories is essential for understanding individual travel behavior and a prerequisite for achieving sustainable transport systems. While studies h…

TrajMamba: An Efficient and Semantic-rich Vehicle Trajectory Pre-training Model

2025-10-20 · Yichen Liu, Yan Lin, Shengnan Guo, Zeyu Zhou 외 arxiv

Vehicle GPS trajectories record how vehicles move over time, storing valuable travel semantics, including movement patterns and travel purposes. Learning travel semantics effectively and efficiently is crucial for real-w…

Computational EfficiencyKnowledge Distillation

Equality of opportunity in travel behavior prediction with deep neural networks and discrete choice models

2021-09-25 · Yunhan Zheng, Shenhao Wang, Jinhua Zhao

Although researchers increasingly adopt machine learning to model travel behavior, they predominantly focus on prediction accuracy, ignoring the ethical challenges embedded in machine learning algorithms. This study intr…

Discrete Choice ModelsFairnessPrediction

Modeling Heterogeneity in Mode-Switching Behavior Under a Mobility-on-Demand Transit System: An Interpretable Machine Learning Approach

2019-02-08 · Xilei Zhao, Xiang Yan, Pascal Van Hentenryck

Recent years have witnessed an increased focus on interpretability and the use of machine learning to inform policy analysis and decision making. This paper applies machine learning to examine travel behavior and, in par…

BIG-bench Machine LearningDecision MakingInterpretable Machine Learning