Search papers, labs, and topics across Lattice.
This paper introduces a multi-agent LLM system to determine the age distribution of urban buildings by fusing data from sources like census data, OpenStreetMap, and monument records. The system uses a data orchestrator to geocode and deduplicate building imprints, creating a fused ground truth for training BuildingAgeCNN, a satellite-only classifier. BuildingAgeCNN, based on a ConvNeXt backbone with FPN, CoordConv, and SE blocks, achieves 90.69% accuracy in spatial cross-validation, and the system includes calibrated confidence estimates to flag low-confidence predictions for manual review.
A multi-agent LLM system can fuse heterogeneous data sources to accurately classify building ages from satellite imagery, enabling better urban energy planning despite class imbalances in historical building cohorts.
Determining the age distribution of the urban building stock is crucial for sustainable municipal heat planning and upgrade prioritization. However, existing approaches often rely on datasets gathered via sensors or remote sensing techniques, leaving inconsistencies and gaps in data. We present a multi-agent LLM system comprising three key agents, the Zensus agent, the OSM agent, and the Monument agent, that fuse data from heterogeneous sources. A data orchestrator and harmonizer geocodes and deduplicates building imprints. Using this fused ground truth, we introduce BuildingAgeCNN, a satellite-only classifier based on a ConvNeXt backbone augmented with a Feature Pyramid Network (FPN), CoordConv spatial channels, and Squeeze-and-Excitation (SE) blocks. Under spatial cross validation, BuildingAgeCNN attains an overall accuracy of 90.69% but a modest macro-F1 of 67.25%, reflecting strong class imbalance and persistent confusions between adjacent historical cohorts. To mitigate risk for planning applications, the address-to prediction pipeline includes calibrated confidence estimates and flags low-confidence cases for manual review. This multi-agent LLM system not only assists in gathering structured data but also helps energy demand planners optimize district-heating networks and target low-carbon sustainable energy systems.