Research

Google ME-POIs Beats Gemini Embeddings at Place Analysis

Google Research has introduced ME-POIs, a framework combining text embeddings with anonymized mobility data to vastly improve how AI models understand real-world locations.

AlphaSignal1 day agoResearch
Image: AlphaSignal

Google Research has introduced Mobility-Embedded POIs, or ME-POIs, a new framework designed to bridge the gap between static business metadata and real-world activity. By combining standard text embeddings with anonymized, aggregated mobility patterns, the system helps language models understand the temporal rhythms of physical locations. In testing, the ME-POIs framework achieved an 81.9 percent relative gain in predicting visit intent, a 75.1 percent improvement in price-level classification, and a 24.7 percent increase in busyness estimation accuracy compared to baseline models.

The architecture relies on a three-step pipeline to transform raw location data into dense embeddings. First, visit alignment maps aggregate arrival times, departure trends, and stay durations over a one-year cycle. Second, spatial multiscale visit propagation addresses data sparsity by transferring aggregated visit patterns from busy, data-rich neighboring locations to nearby places with sparse data. Finally, text-mobility synergy aligns high-level language embeddings, such as Gemini embeddings, with these mobility vectors by maximizing their cosine similarity.

Researchers evaluated the framework in Los Angeles and Houston across five downstream tasks: price-level classification, permanent closure detection, visit intent classification, busyness forecasting, and operating hours estimation. ME-POIs was tested against baselines including Gemini embeddings, TrajGPT, and various hybrid models. Notably, the researchers found that models trained solely on mobility data outperformed text-only language models in several tasks, including price-level classification, proving that physical visit patterns can be highly descriptive.

For AI practitioners building geospatial applications, this development demonstrates that relying solely on text-based location metadata leaves significant signal on the table. By integrating aggregated mobility patterns without compromising individual privacy, developers can build more accurate mapping and search features. The framework allows downstream classifiers to leverage these rich, hybrid signatures without needing to recompute complex spatial and temporal attributes from scratch.

This is our own summary of reporting by AlphaSignal

More in Research