Source-linked AI summary

Inferring land use from mobile phone activity

Jameson L. Toole, Michael Ulm, Dietmar Bauer, Marta C. Gonzalez

arXiv:1207.1115v1stat.MLcs.LGphysics.data-anphysics.soc-ph

TL;DR

Urban planning needs spatiotemporal population information, but conventional travel surveys are costly and limited. The paper uses aggregated CDR activity, zoning labels, a common fine grid, and supervised classification to infer dynamic land use. The results show some ability to distinguish land-use categories, while zoning remains an imperfect ground truth and classification is weaker than assigning every area to the dominant Residential class.

  • Problem

    Urban planning requires spatiotemporal information about population distribution, but conventional travel surveys are costly, small-scale, short-lived, and infrequently updated.

  • Method

    The study aggregates mobile-phone activity and zoning data on a common 200 by 200 meter grid and uses temporal activity features with supervised random-forest classification.

  • Results

    Supervised classification based on zoning labels provides estimated land-use classifications more accurate than random assignment but less accurate than labeling every cell Residential.

  • Takeaways & Limitations

    Mobile-phone activity can supplement zoning by revealing heterogeneity in how urban space is used and may aid strategic land-use planning decisions.

  • Takeaways & Limitations

    Zoning may not accurately represent actual land use, and longer time series, additional features, improved class balancing, and alternative ground truth may be needed to improve classification.

Abstract

from arXiv · show

Understanding the spatiotemporal distribution of people within a city is crucial to many planning applications. Obtaining data to create required knowledge, currently involves costly survey methods. At the same time ubiquitous mobile sensors from personal GPS devices to mobile phones are collecting massive amounts of data on urban systems. The locations, communications, and activities of millions of people are recorded and stored by new information technologies. This work utilizes novel dynamic data, generated by mobile phone users, to measure spatiotemporal changes in population. In the process, we identify the relationship between land use and dynamic population over the course of a typical week. A machine learning classification algorithm is used to identify clusters of locations with similar zoned uses and mobile phone activity patterns. It is shown that the mobile phone data is capable of delivering useful information on actual land use that supplements zoning regulations.

1. INTRODUCTION

The paper motivates dynamic, fine-grained measurement of urban population and land use because conventional travel surveys are costly, small-scale, short-lived, and infrequently updated. It investigates whether aggregated mobile-phone activity can classify zones according to their temporal population patterns.

  • Understanding where people are distributed in space and time is crucial for effective and efficient urban planning decisions.
  • Travel surveys are expensive and limited because they require in-person interviews and substantial work from each subject.
  • Travel surveys typically use small samples, cover short periods for each individual, and are updated infrequently.
  • Aggregated call detail records provide low-cost information on active phones by area and time while offering greater anonymity.
  • The study uses aggregated CDR data and supervised classification to infer dynamic land use from population changes across zoned areas over time.The authors discuss normalization and random forests for classifying zone types.

2. MOBILE PHONES AND HUMAN MOBILITY

Earlier studies used mobile-phone and related activity data to characterize routines, movement, and functional areas, but generally did not combine supervised learning with zoning information. This study addresses that gap by linking temporal phone activity to zoned land-use classes.

  • Mobile-phone activity patterns have been used to identify regular daily routines and predict characteristics such as university major or employment level.
  • Rome network data were decomposed into dominant activity patterns and qualitatively linked to commercial areas without introducing zoning information.
  • Unsupervised analysis of campus Wi-Fi activity identified clusters corresponding to profiles such as lecture halls and dormitories.
  • Boston call data measured trip origins and destinations at census-tract scale but did not associate those trips with land uses.
  • This study combines zoning regulations with CDR-based temporal profiles and supervised classification on a common spatial partition of greater Boston.

3. DATA SOURCES

The study combines anonymized mobile-phone activity records with zoning classifications for the Boston metropolitan area. Phone locations are estimated through signal-strength triangulation, while zoning provides five broad land-use categories but only serves as a proxy for actual use.

  • Anonymized CDR estimate phone locations by triangulating signal strengths from surrounding cell towers.This approach measures calls continuously across space and is accurate to within a few hundred meters depending on tower density.
  • The mobile-phone data source provides slightly higher spatial accuracy than traditional tower-based CDR records.
  • MassGIS zoning classifications aggregate Boston-area land uses into Residential, Commercial, Industrial, Parks, and Other.
  • The analysis assumes actual land use and zoning classification are closely related while acknowledging that zoning is only a proxy for actual land use.

4. COMMON SPATIAL REPRESENTATION

The study reconciles point-based phone activity with parcel-based zoning by aggregating both datasets onto a common 200-by-200-meter grid. This reduces localization noise while preserving relatively fine spatial detail, though uneven population density creates sparse activity in rural regions.

  • Phone coordinates and parcel-scale zoning polygons are transformed onto a uniform 200 by 200 meter grid.The common grid reconciles incompatible spatial dimensions and reduces noise from localization estimates.
  • The selected grid size is coarse enough to reduce noise but detailed enough to avoid mixing many differently zoned parcels.
  • Average hourly phone-activity time series are computed by weekday and weekend-day, and only cells above an activity threshold are analyzed.
  • Each grid cell receives the zoning class covering the largest fraction of its area.
  • Large population-density differences produce sparse mobile-phone activity in rural regions, although the small grid preserves block-level zoning detail in dense urban areas.
  • Nearly 75% of grid cells are Residential, while the other zoning uses occur in roughly equal fractions.

5. DESCRIPTIVE STATISTICS

Absolute mobile phone activity varies greatly across zoning classes and is dominated by overall circadian and population-density patterns. Normalization and residual activity reveal land-use-linked temporal and spatial differences, including contrasting residential and commercial rhythms.

  • Commercial cells reach approximately 100 events per hour on average, compared with roughly 50 events per hour in residential areas.
  • Z-score normalization gives each cell’s activity time series zero mean and unit standard deviation, reducing the influence of large absolute-count differences.
  • Residual activity reveals an inverse relationship between residential and commercial areas: residential activity is higher than expected at night, while commercial activity is higher during weekdays.
  • Residual activity also identifies weekend afternoon activity in parks and early-morning weekend peaks in Other or Mixed-use areas, consistent with nightlife.
  • Residual activity is robust to persistent differences in phone-use propensity between zones, but sparse activity in rural areas remains a limitation of heterogeneous population density.
  • Across space, normalized activity is less dominated by the CBD but still reflects a monocentric region with smaller density pockets on an urban ring roughly 20km away.

6. CLASSIFYING LAND USE BY MOBILE PHONE ACTIVITY

The study classifies land-use zones from residual mobile-phone activity using supervised random forests. Classification is modest overall, improves when residential zones are excluded, and reveals activity patterns that may diverge from zoning labels.

  • Classification approach: Residual activity time series are used as features for supervised classification of regions assigned to zoning classes.The study investigates whether cells within a zone class are homogeneous in use.
  • Classification approach: A random forest combines predictions from many decision trees through weighted voting to produce one zoning classification per location.Each tree uses a different random subset of times from the input activity series.
  • Classification approach: The classifier uses 49 features, including weekday and weekend 24-hour residual-activity series and mean daily absolute activity, with 500 trees per forest.Cross-validation measures total accuracy as the fraction of correctly classified validation cells.
  • Classification approach: A second pass using neighboring-cell predictions provides gains of 2-10% overall accuracy for each classifier.This adds neighborhood information after the initial local prediction.
  • Results: 54% accuracy is achieved across the whole city, while equal class-accuracy requirements reduce overall accuracy by about 20%.Commercial and Industrial uses have relatively high intra-use accuracy, whereas Parks and Other mixed uses remain difficult to classify.
  • Results: Excluding residential zones improves prediction of rarer uses: Parks accuracy rises from 2% to 30%, and Other or mixed-use accuracy from 10% to 34%.The authors suggest that the large residential class masks activity patterns associated with parks and mixed uses.

7. CONCLUSION

The study finds that aggregate CDR activity can help infer land use at both citywide and fine spatial scales, supplementing traditional zoning information. However, classification remains constrained by differences between official zoning and actual land use, while longer time series and additional ground-truth data may improve results.

  • Conclusion: The addition of a temporal dimension to zoning classification may aid strategic planning decisions related to land use.
  • Conclusion: 200 by 200 meters was the fine-grid scale used to test supervised land-use classification.Classification based on labeled zoning data outperformed random assignment but underperformed assigning every zone to Residential, the dominant category.
  • Conclusion: Residential zones were often confused with Parks and Other zones, suggesting heterogeneity between official zoning and actual land use.Removing Residential zones greatly increased Parks and Other classification accuracy, while Industrial and Commercial accuracies were less affected.
  • Conclusion: CDR data shows potential to infer actual land use at aggregate and higher spatial resolutions.The study examines temporal activity patterns as indicators of land-use differences.
  • Conclusion: Longer time series, expanded features, improved class balancing, and points of interest as ground truth are proposed for further investigation.These changes are intended to reduce noise, improve classification, and distinguish incorrect zoning from CDR measurement deficiencies.
  • Conclusion: The developed tools aim to support the merging of traditional and novel data for effective and efficient resource-location choices.
Loading 1207.1115v1…