Natasha Zhang Foutz

dblp:60/8138 · also Ying Natasha Zhang Foutz · DBLP profile ↗
← Back
3ranked-venue papers in the field
0as first author
3since 2021 · last 2022
0000-0002-0663-4923ORCID · corroborated

Domains — venue-derived; a paper can count in several

Big Data, Cloud & Distributed Data Systems · 2Information Retrieval & Web Search · 1
YearPublicationVenuePosition
2022 ESEP: Data-Driven Emergency and Safe Evacuation Driving Path Planning During Natural Catastrophes
abstract
Evacuation during natural disasters is an important preventive measure. Previous works on evacuation traffic analysis and evacuation path planning problems are mainly based on small size road networks and human mobility datasets. In this paper, we use a large-scale human mobility dataset of the North Carolina (NC) state during hurricane Florence in 2018 in designing an emergency and safe evacuation path planning system (ESEP). ESEP consists of three main parts: mobility dataset analysis, latent variable neural network model based evacuation prediction model, and evacuation path planning system to evacuate people within the shortest possible time while ensuring maximum connectivity to safe cities along the routing path at minimum possible risk of being affected by the hurricane and also avoiding congestion. We additionally propose a map partitioning based method for dividing the problem into several smaller equivalent sub-problems to reduce the computation complexity. Our trace-driven evaluations show that the ESEP-suggested evacuation paths achieve better performance in terms of all design factors. The experimental result also shows that the map partitioning based method reduces the computation time of finding evacuation paths by 5 0% while maintaining the most objective values within 10% of the global optimal solution.
Shohaib Mahmud, Haiying Shen, Natasha Zhang Foutz, Joshua Anton
IEEE Big Data3
2022 Empowering Next POI Recommendation with Multi-Relational Modeling
abstract
With the wide adoption of mobile devices and web applications, location-based social networks (LBSNs) offer large-scale individual-level location-related activities and experiences. Next point-of-interest (POI) recommendation is one of the most important tasks in LBSNs, aiming to make personalized recommendations of next suitable locations to users by discovering preferences from users' historical activities. Noticeably, LBSNs have offered unparalleled access to abundant heterogeneous relational information about users and POIs (including user-user social relations, such as families or colleagues; and user-POI visiting relations). Such relational information holds great potential to facilitate the next POI recommendation. However, most existing methods either focus on merely the user-POI visits, or handle different relations based on over-simplified assumptions while neglecting relational heterogeneities. To fill these critical voids, we propose a novel framework, MEMO, which effectively utilizes the heterogeneous relations with a multi-network representation learning module, and explicitly incorporates the inter-temporal user-POI mutual influence with the coupled recurrent neural networks. Extensive experiments on real-world LBSN data validate the superiority of our framework over the state-of-the-art next POI recommendation methods.
Jing Ma 0002, Yushun Dong, Natasha Zhang Foutz, Jundong Li
SIGIR4
2021 A Human Mobility Data Driven Hybrid GNN+RNN Based Model For Epidemic Prediction
abstract
Epidemic simulation traditionally serves as one of the important methods to forecast how an epidemic may spread among a population. However, there are two key limitations that restrict the scope of such methods. The first limitation is that the existing tools rely on different sets of static parameters (e.g., infection probability, recovering probability) for simulating an epidemic spread that may fail to capture the dynamic nature of population interactions that acts as a dominant factor in an epidemic spread scenario such as COVID-19 pandemic. To handle this challenge, we propose a machine learning based model that combines a Graph Convolutional Neural Network (GCN) and a Recurrent Neural Network (RNN). It integrates the ability of the GCN to capture spatial dependency in human interaction and the ability of the RNN to incorporate temporal effects of the virus spread. The second limitation is that these methods do not address the computation overhead problem when dealing with time-dynamic graphs. Training a GCN on a very large graph suffers from the communication overhead from different graph partitions and the computation overheads stemming from partitioning dynamic graphs. This limitation impacts the scalability of the existing systems. To solve this challenge, we partition the graph in a computationally less expensive manner by partitioning the graph using the min-cut principle. We conducted comprehensive large scale real-world human mobility data driven experiments. Our experimental result shows that the proposed machine learning based forecasting model achieves overall 84% classification accuracy with greater than 72% precision and 62% recall. Also, the proposed graph partitioning approach reduces computation time and commutation overhead by a significant margin.
Shohaib Mahmud, Haiying Shen, Natasha Zhang Foutz, Joshua Anton
IEEE BigData3