arXiv:2608.30094cs.CVcs.LG2026-08

用图像序列模型直接预测街区人口,避免传统方法的偏差问题。

A Hybrid State-Space Approach for Census-Tract Population Estimation

论文配图:A Hybrid State-Space Approach for Census-Tract Population Estimation
图 1 · 摘自论文原文
  • 将每个街区转为带多边形掩码的卫星图,作为序列处理
  • 在约8.4万个街区上实现人均误差1141人,媲美最强基准
  • 首次将Mamba混合架构用于人口估计,适合城市规划与应急响应

序列模型——大语言模型和先进图像识别背后的架构家族——重新定义了机器学习高维数据的方式。然而,从卫星图像进行人口估计这一支撑基础设施规划、公共卫生和灾害响应的任务,却极少受益:现有系统仍依赖均匀栅格化,通过辅助数据构建加权表面(如WorldPop和LandScan)将普查数据分解到网格单元,这会引入系统性空间偏差,并使用卷积神经网络预测每个网格的人口。该方法忽略了普查实际采集的行政单元结构。本文提出MambaPop,将每个行政单元表示为单个多边形掩码的卫星图像,将街区级人口估计视为图像块序列的建模问题,直接将每张街区图像与对应人口标签配对,彻底消除分解步骤。基于混合状态空间-注意力的MambaVision主干网络,MambaPop是目前已知首个直接从行政单元自身图像学习人口的方法,也是首个将基于状态空间的(Mamba)混合架构应用于人口估计任务的方法。在2020年美国连续地区约84,000个普查街区上,MambaPop实现了每街区1,141人的平均绝对误差(MAE),与最强的卷积基线(YOLOv11,MAE 1,122)相当。

原文摘要 · Abstract (English)

Sequence models---the architecture family behind large language models and, increasingly, state-of-the-art image recognition---have redefined how machines learn from high-dimensional data. Yet population estimation from satellite imagery, a task that underpins infrastructure planning, public health, and disaster response, has scarcely benefited: leading systems still bind population to a uniform raster, disaggregating census counts onto grid cells through weighting surfaces built from ancillary data (e.g., in WorldPop and LandScan), which can introduce systematic spatial bias, and predicting population per grid cell with convolutional neural networks. In this approach, the administrative-unit structure in which the census was actually collected is discarded. We close this gap with MambaPop, which renders each administrative unit as a single polygon-masked satellite image and treats tract-level population estimation as a sequence-modeling problem over its image patches, pairing each tract image directly with its population label and eliminating the disaggregation step entirely. Built on the hybrid state-space--attention MambaVision backbone, MambaPop is, to our knowledge, the first method to learn population directly from an administrative unit's own image as well as the first to apply a state-space based (Mamba) hybrid architecture to the population estimation task. Across all $\sim$84{,}000 contiguous-US census tracts of the 2020 census, MambaPop attains a mean absolute error (MAE) of $1{,}141$ persons per tract, matching the strongest convolutional baseline (YOLOv11, MAE $1{,}122$).

人口估计序列模型卫星图像Mamba

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。