Although a crucial quality to a successful urban environment, “Liveliness” is a metric that is difficult to measure. For this project, we found a dataset, ‘Place Pulse’, which compiles user input on such subjective metrics including ‘liveliness’, ‘safety’, etc, along with the accompanied images of the surveyed locations. The most recent available Place Pulse inputs were from 2016. Our project objective was to use this dataset as model input to then predict the City of Atlanta’s liveliness scores in more recent years, specifically 2021. We chose 2021 as our study year based on our decision to use Google Street View data as the predictor dataset, for which the most recently available images were from 2021.
One of the goals of the project was to see if it was possible to use regression to identify which urban factors had the most impact on perceived liveliness. Another goal was to see whether we could apply regression and/or machine learning to identify neighborhoods in Atlanta that had a significant shift in perceived liveliness in the years 2016-2021.
A critical element of the project was the use of segmentation. We applied a segmentation method to first derive variables from the Place Pulse data to use as model input to train the model. We then ran the same segmentation method on the Atlanta’s Google Street View images from 2021 to predict the liveliness scores for each image. In order to match the Google Street View images to the Place Pulse image locations, we used the same coordinates, as well as the same headings for the image extractions.
This document goes over the specific objectives, methods, results, and discussion of the project.
What elements influence individuals’ perceptions of liveliness in urban areas, and which factors have a more significant impact?
Have certain neighborhoods seen an increase or decrease in liveliness over recent years?
Place Pulse is a dataset that compiles user input on more subjective metrics such as ‘liveliness’, ‘safety’, ‘wealthy’, ‘beautiful’, ‘depressing’ etc, along with the accompanied images of the surveyed locations. There are 111390 images from 56 cities, and 4059 images in the Atlanta area. The liveliness score (the metric that we used in this project) ranges from 6-45. The most recent available Place Pulse inputs were from 2016.