Hossein Amiri

LG
h-index12
4papers
383citations
Novelty45%
AI Score39

4 Papers

20.0LGOct 7, 2023
Large Language Models for Spatial Trajectory Patterns Mining

Zheng Zhang, Hossein Amiri, Zhenke Liu et al.

Identifying anomalous human spatial trajectory patterns can indicate dynamic changes in mobility behavior with applications in domains like infectious disease monitoring and elderly care. Recent advancements in large language models (LLMs) have demonstrated their ability to reason in a manner akin to humans. This presents significant potential for analyzing temporal patterns in human mobility. In this paper, we conduct empirical studies to assess the capabilities of leading LLMs like GPT-4 and Claude-2 in detecting anomalous behaviors from mobility data, by comparing to specialized methods. Our key findings demonstrate that LLMs can attain reasonable anomaly detection performance even without any specific cues. In addition, providing contextual clues about potential irregularities could further enhances their prediction efficacy. Moreover, LLMs can provide reasonable explanations for their judgments, thereby improving transparency. Our work provides insights on the strengths and limitations of LLMs for human spatial trajectory analysis.

7.9LGSep 27, 2024Code
Neural Collaborative Filtering to Detect Anomalies in Human Semantic Trajectories

Yueyang Liu, Lance Kennedy, Hossein Amiri et al.

Human trajectory anomaly detection has become increasingly important across a wide range of applications, including security surveillance and public health. However, existing trajectory anomaly detection methods are primarily focused on vehicle-level traffic, while human-level trajectory anomaly detection remains under-explored. Since human trajectory data is often very sparse, machine learning methods have become the preferred approach for identifying complex patterns. However, concerns regarding potential biases and the robustness of these models have intensified the demand for more transparent and explainable alternatives. In response to these challenges, our research focuses on developing a lightweight anomaly detection model specifically designed to detect anomalies in human trajectories. We propose a Neural Collaborative Filtering approach to model and predict normal mobility. Our method is designed to model users' daily patterns of life without requiring prior knowledge, thereby enhancing performance in scenarios where data is sparse or incomplete, such as in cold start situations. Our algorithm consists of two main modules. The first is the collaborative filtering module, which applies collaborative filtering to model normal mobility of individual humans to places of interest. The second is the neural module, responsible for interpreting the complex spatio-temporal relationships inherent in human trajectory data. To validate our approach, we conducted extensive experiments using simulated and real-world datasets comparing to numerous state-of-the-art trajectory anomaly detection approaches.

7.1LGJun 25, 2025Code
PlaceFM: A Training-free Geospatial Foundation Model of Places using Large-Scale Point of Interest Data

Mohammad Hashemi, Hossein Amiri, Andreas Zufle

With the rapid growth and continual updates of geospatial data from diverse sources, geospatial foundation model pre-training for urban representation learning has emerged as a key research direction for advancing data-driven urban planning. Spatial structure is fundamental to effective geospatial intelligence systems; however, existing foundation models often lack the flexibility to reason about places, context-rich regions spanning multiple spatial granularities that may consist of many spatially and semantically related points of interest. To address this gap, we propose PlaceFM, a geospatial foundation model that captures place representations through a training-free, clustering-based approach. PlaceFM summarizes the entire point of interest graph constructed from U.S. Foursquare data, producing general-purpose region embeddings while automatically identifying places of interest. These embeddings can be directly integrated into geolocation data pipelines to support a variety of urban downstream tasks. Without the need for costly pre-training, PlaceFM provides a scalable and efficient solution for multi-granular geospatial analysis. Extensive experiments on two real-world prediction tasks, ZIP code-level population density and housing prices, demonstrate that PlaceFM not only outperforms most state-of-the-art graph-based geospatial foundation models but also achieves up to a 100x speedup in generating region-level representations on large-scale POI graphs. The implementation is available at https://github.com/mohammadhashemii/PlaceFM.

6.2CEJun 20
Simulating Public Transit Fare Policies in NYC: An Efficient, Socioeconomic-Aware Framework

Parker Wischhover, Hossein Amiri, Kiara Ha et al.

Designing equitable and effective public transit fare policies is challenging due to complex interactions among traveler behavior, multimodal networks, and socioeconomic heterogeneity. This paper presents a scalable, data-driven simulation framework for evaluating transit fare policies in New York City (NYC), integrating a synthetic population, agent-based simulation, multimodal travel-time estimation, and fare-sensitive mode choice modeling. We evaluate multiple fare scenarios, including distance-based pricing, fare increases, and fare-free bus policies. Results show that pricing changes modestly affect total ridership but significantly alter modal composition and produce heterogeneous impacts across income groups. In particular, fare-free bus policies generate substantial benefits for lower-income riders by increasing bus usage and reducing fare burden, while introducing trade-offs in revenue. To support city-scale analysis, we introduce a sampling-based approach that reduces computational cost while preserving aggregate accuracy. The proposed framework provides a practical tool for assessing trade-offs between ridership, revenue, and equity, enabling more informed and equitable transit policy design.