In this course, I dived into the world of artificial intelligence, exploring the state-of-the-art applications of AI in the built environment. I was introduced to various machine learning techniques and tasked with a design assignment aimed at applying one or more of these techniques to a project relevant to the design process. The tool I developed addresses the current limitations in managing the Urban Heat Island (UHI) effect. Urban designers and architects often lack tools to assess the potential impact of their interventions on the UHI effect. Traditional UHI maps are static, relying on large-scale measurements that quickly become outdated. Additionally, urban designers cannot predict temperature changes when replacing greenery with buildings or vice versa. I aimed to solve this by using machine learning to predict the UHI effect based on satellite images and aerial photos, providing real-time predictions of critical hotspots. This tool enables architects and urban planners to make more informed design decisions to minimize the UHI effect.
The results were promising. The model accurately predicted areas without the UHI effect, producing a full blue image for rural landscapes, indicating no temperature increase. For urban landscapes, the model roughly predicted the location of hotspots and recognized the impact of greenery and water bodies on reducing the UHI effect. While the temperature predictions were somewhat accurate, they were not perfect, and the hotspot locations were not always precise. This could be due to the images lacking broader contextual information about their surroundings. For experimental purposes, I also tested the model on images at a larger scale than it was trained on. Surprisingly, it managed to predict the UHI effect with reasonable accuracy on these larger-scale images as well. This suggests that the model can be scaled up by dividing larger maps into chunks and combining the predicted UHI maps to form a comprehensive larger map.
To further test the tool's utility for architects, I altered satellite images by replacing buildings with greenery and vice versa, then analyzed the effect on the UHI predictions. The results were encouraging. When replacing buildings with parks, the predicted UHI map showed a temperature reduction, indicating that the model could assess the impact of such interventions. Similarly, the model predicted an increase in temperature when greenery was replaced with buildings.
This course has been a significant milestone in my journey as an aspiring architect. By diving into the world of artificial intelligence and machine learning, I gained valuable skills in coding, data analysis, and model training. The project challenged me to apply these skills creatively and practically, enhancing my problem-solving abilities and technical proficiency.
Developing the UHI prediction tool taught me how to handle large datasets, preprocess satellite images, and implement a Generative Adversarial Network (GAN) for image-to-image translation tasks. I also improved my experimental design, testing, and evaluation, allowing me to iterate and improve the model effectively.
The experience underscored the potential of AI in making informed design decisions, particularly in addressing the Urban Heat Island effect. It has inspired me to further explore the integration of AI in architecture and urban design, aiming to create more sustainable and resilient built environments.
This project is a testament to my commitment to pushing the boundaries of traditional design methodologies and leveraging new technology to solve real-world challenges. For a more in-depth explanation of the tool's development and training process, the full report can be downloaded here.
I am excited to continue experimenting with AI and its applications in architecture, always striving to make impactful contributions to the field.