paper-with-me

Papers

Generating Synthetic Mobility Networks with Generative Adversarial Networks

2022-02-22 · Giovanni Mauro, Massimiliano Luca, Antonio Longa, Bruno Lepri, Luca Pappalardo

The increasingly crucial role of human displacements in complex societal phenomena, such as traffic congestion, segregation, and the diffusion of epidemics, is attracting the interest of scientists from several disciplines. In this article, we address mobility network generation, i.e., generating a city's entire mobility network, a weighted directed graph in which nodes are geographic locations and weighted edges represent people's movements between those locations, thus describing the entire mobility set flows within a city. Our solution is MoGAN, a model based on Generative Adversarial Networks (GANs) to generate realistic mobility networks. We conduct extensive experiments on public datasets of bike and taxi rides to show that MoGAN outperforms the classical Gravity and Radiation models regarding the realism of the generated networks. Our model can be used for data augmentation and performing simulations and what-if analysis.

📄 PDF Abstract BibTeX arXiv:2202.11028

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Gravity Gravity is a kinematic approach to optimization based on gradients.

Similar Papers 제목 키워드 기반

Using GANs for Generation of Realistic City-Scale Ride Sharing/Hailing Data Sets

2019-05-01 · ICLR 2019 5 · Abhinav Jauhri, Brad Stocks, Jian Hui Li, Koichi Yamada 외

This paper focuses on the synthetic generation of human mobility data in urban areas. We present a novel and scalable application of Generative Adversarial Networks (GANs) for modeling and generating human mobility data.…

MobilityGPT: Enhanced Human Mobility Modeling with a GPT model

2024-02-05 · Ammar Haydari, Dongjie Chen, Zhengfeng Lai, Michael Zhang 외

Generative models have shown promising results in capturing human mobility characteristics and generating synthetic trajectories. However, it remains challenging to ensure that the generated geospatial mobility data is s…

Generative Models for Simulating Mobility Trajectories

2018-11-30 · Vaibhav Kulkarni, Natasa Tagasovska, Thibault Vatter, Benoit Garbinato

Mobility datasets are fundamental for evaluating algorithms pertaining to geographic information systems and facilitating experimental reproducibility. But privacy implications restrict sharing such datasets, as even agg…

Semantic SimilaritySemantic Textual Similarity

Coupled IGMM-GANs for deep multimodal anomaly detection in human mobility data

2018-09-08 · Kathryn Gray, Daniel Smolyak, Sarkhan Badirli, George Mohler

Detecting anomalous activity in human mobility data has a number of applications including road hazard sensing, telematic based insurance, and fraud detection in taxi services and ride sharing. In this paper we address t…

Anomaly DetectionFeature EngineeringFraud Detection

Generating synthetic mobility data for a realistic population with RNNs to improve utility and privacy

2022-01-04 · Alex Berke, Ronan Doorley, Kent Larson, Esteban Moro

Location data collected from mobile devices represent mobility behaviors at individual and societal levels. These data have important applications ranging from transportation planning to epidemic modeling. However, issue…