Spaces:
Sleeping
Sleeping
Commit
·
7547b4b
1
Parent(s):
a041ac8
report added
Browse files
documentation/paper_drafts/report.txt
CHANGED
@@ -13,6 +13,16 @@ introduction
|
|
13 |
|
14 |
literature review
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
methodology
|
17 |
|
18 |
1. OpenStreetMap Data Collection
|
@@ -115,8 +125,30 @@ these auto generated labels were then comapred with the manually coded ground tr
|
|
115 |
|
116 |
results
|
117 |
|
118 |
-
1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
2. visual cluster evaluation
|
|
|
120 |
3. classification accuracy
|
121 |
|
122 |
-
conclusion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
literature review
|
15 |
|
16 |
+
functional maps
|
17 |
+
town planning
|
18 |
+
sar data for functional maps
|
19 |
+
openstreet map - text
|
20 |
+
urban green spaces paper
|
21 |
+
using llms for text classification
|
22 |
+
clustering of unlabelled data
|
23 |
+
clustering for classification
|
24 |
+
|
25 |
+
|
26 |
methodology
|
27 |
|
28 |
1. OpenStreetMap Data Collection
|
|
|
125 |
|
126 |
results
|
127 |
|
128 |
+
1. Evaluation Metrics
|
129 |
+
To assess the effectiveness of our automated functional map generation framework, we employed a comprehensive set of evaluation metrics that measure both the clustering quality and classification accuracy. The selected metrics provide complementary perspectives on the model's performance, enabling a thorough evaluation of its practical utility for urban planning applications.
|
130 |
+
Classification Metrics
|
131 |
+
Accuracy
|
132 |
+
Accuracy measures the proportion of correctly classified tiles across all functional zones. While this metric provides an overall assessment of the model's performance, it was complemented with other metrics due to potential class imbalance in urban landscapes, where certain functional zones may be more prevalent than others.
|
133 |
+
Precision
|
134 |
+
Precision quantifies the proportion of correct positive predictions for each functional zone. This metric is particularly important in urban planning applications, where false positives could lead to inappropriate land-use decisions.
|
135 |
+
Recall
|
136 |
+
Recall measures the model's ability to identify all instances of a particular functional zone. This metric is crucial for ensuring comprehensive coverage of each zone type, particularly for critical areas like industrial zones where missed classifications could have significant implications.
|
137 |
+
F1-Score
|
138 |
+
The F1-score provides a balanced measure of precision and recall, offering a single metric that accounts for both false positives and false negatives. This is especially relevant for our application, where both over-identification and under-identification of functional zones can impact urban planning decisions.
|
139 |
+
|
140 |
+
Silhouette Score
|
141 |
+
The Silhouette score evaluates both cluster cohesion and separation, ranging from -1 to 1. Higher scores indicate better-defined clusters. This metric was chosen to assess how well the embedding space separates different functional zones.
|
142 |
+
|
143 |
+
|
144 |
2. visual cluster evaluation
|
145 |
+
|
146 |
3. classification accuracy
|
147 |
|
148 |
+
conclusion
|
149 |
+
|
150 |
+
This study presents a novel automated approach for generating high-fidelity functional maps using text-based clustering of OpenStreetMap data. Our methodology successfully demonstrates that natural language processing techniques, particularly through the application of advanced text embeddings and clustering algorithms, can effectively classify urban spaces into distinct functional zones. The implementation in the Mumbai Metropolitan Region validates the framework's capability to process large-scale urban areas while maintaining accuracy and computational efficiency.
|
151 |
+
|
152 |
+
The key contributions of this research are multifaceted. We have developed a scalable framework for automated functional map generation using publicly available OpenStreetMap data, alongside implementing sophisticated text embedding techniques that effectively capture the semantic relationships between urban features. Through comprehensive evaluation metrics, we have validated our methodology, demonstrating its potential as a viable alternative to traditional manual mapping approaches. Furthermore, the successful application to a complex urban environment proves the framework's robustness in handling diverse land use patterns.
|
153 |
+
|
154 |
+
While our current framework shows promising results, several avenues for future research and enhancement have been identified. In particular, temporal analysis integration presents significant opportunities for advancement. This includes the development of mechanisms to track and analyze temporal changes in functional zones, implementation of time-series analysis to identify urban development patterns and trends, and the creation of predictive models for future land use changes based on historical data.
|