Zing Forum

Reading

PIMALUOS: A Framework for Urban Land Use Optimization Integrating Large Language Models and Graph Neural Networks

This article introduces the open-source PIMALUOS framework, which adopts the Sense-Reason-Verify architecture and integrates LLM-based zoning constraint extraction, graph neural networks, multi-agent reinforcement learning, and physics-informed simulation technologies to achieve balanced optimization of economic, environmental, and social goals in urban land use.

城市规划土地利用优化大语言模型图神经网络强化学习多智能体系统物理信息仿真开源框架PIMALUOS智能规划
Published 2026-06-01 06:43Recent activity 2026-06-01 06:55Estimated read 7 min
PIMALUOS: A Framework for Urban Land Use Optimization Integrating Large Language Models and Graph Neural Networks
1

Section 01

Introduction: PIMALUOS Framework—An AI-Integrated Urban Land Use Optimization Solution

PIMALUOS is an open-source urban land use optimization framework that adopts a three-layer Sense-Reason-Verify architecture. It integrates large language models (LLM), graph neural networks (GNN), multi-agent reinforcement learning (MARL), and physics-informed simulation technologies to achieve balanced optimization of economic, environmental, and social goals in urban land use. The framework is maintained by Parya Payami and open-sourced on GitHub.

2

Section 02

Background: Challenges in Urban Planning and Opportunities from AI Technologies

The acceleration of global urbanization has brought complex challenges to urban land use planning. Traditional methods rely on expert experience and static models, making it difficult to address dynamic demands. The development of AI technologies (such as LLM, GNN, and reinforcement learning) has brought new possibilities to urban planning, promoting a paradigm shift from experience-driven to data-driven, and from static planning to dynamic optimization.

3

Section 03

Framework Architecture: Three-Layer Sense-Reason-Verify Design

The core architecture of PIMALUOS draws on the cognitive science cycle:

  • Sense Layer: Uses LLM to automatically parse zoning regulations and planning texts, extract constraints, and replace manual processing;
  • Reason Layer: Models urban spatial relationships (adjacency, functional dependencies, etc.) via GNN, and combines MARL to achieve multi-agent collaborative decision-making;
  • Verify Layer: Uses physics-informed simulation, coupled with economic, environmental, and social models to evaluate the feasibility of plans.
4

Section 04

Technical Innovations: Four Core Breakthroughs

  1. LLM-Driven Constraint Extraction: Automatically extracts planning constraints such as building height and land use compatibility from natural language texts, improving efficiency and adaptability;
  2. GNN Spatial Relationship Modeling: Captures non-Euclidean relationships like adjacency and traffic connectivity of urban plots;
  3. MARL Collaborative Decision-Making: Treats plots as agents, learns optimal layouts through game theory, and coordinates conflicting goals;
  4. Physics Simulation Verification: Multi-dimensionally evaluates economic (output, tax), environmental (heat island effect, carbon emissions), and social (public service accessibility) indicators.
5

Section 05

Application Scenarios: Value in Multiple Domains

PIMALUOS is applicable to:

  • Urban Planning Departments: Quickly generate alternative plans and support scenario analysis;
  • Real Estate Development: Optimize land development strategies and make scientific investment decisions;
  • Academic Research: Verify planning theories through large-scale experiments;
  • Public Participation: Visualize plan differences to help citizens understand and participate.
6

Section 06

Technical Implementation: Python Ecosystem and Modular Design

The framework is built on Python and relies on a technology stack including PyTorch/Geometric (for GNN), Ray/RLLib (for distributed reinforcement learning), Transformers (for LLM interfaces), and GeoPandas (for spatial data processing). The modular design allows users to selectively enable modules, such as skipping physics simulation or connecting custom LLMs.

7

Section 07

Limitations and Future Directions

Limitations: Relies on high-quality data, has high computational complexity, insufficient model interpretability, and focuses mainly on static optimization; Future Directions: Introduce digital twins for dynamic optimization, develop lightweight models to support edge computing, enhance interpretability, and expand multi-modal data fusion.

8

Section 08

Conclusion: Transformation and Outlook of Intelligent Planning

PIMALUOS marks the deep application of AI in the field of urban planning, promoting the transformation of planning from an empirical art to a data science. As technology matures and data improves, intelligent planning tools are expected to become standard equipment, helping to build livable and sustainable cities. This open-source framework provides an open experimental platform for practitioners and researchers, and is worth exploring and contributing to.