Geosocial Location Classification: Associating Type to Places Based on Geotagged Social-Media Posts
This work addresses the need for efficient and scalable enrichment of maps for geospatial applications, though it is incremental as it builds on existing classification methods.
The paper tackled the problem of Geosocial Location Classification by using geotagged social-media posts to automatically associate types like schools or restaurants with locations, and found that a joint approach outperformed a pipeline method, with linear classifiers beating deep neural networks due to the problem's structure.
Associating type to locations can be used to enrich maps and can serve a plethora of geospatial applications. An automatic method to do so could make the process less expensive in terms of human labor, and faster to react to changes. In this paper we study the problem of Geosocial Location Classification, where the type of a site, e.g., a building, is discovered based on social-media posts. Our goal is to correctly associate a set of messages posted in a small radius around a given location with the corresponding location type, e.g., school, church, restaurant or museum. We explore two approaches to the problem: (a) a pipeline approach, where each message is first classified, and then the location associated with the message set is inferred from the individual message labels; and (b) a joint approach where the individual messages are simultaneously processed to yield the desired location type. We tested the two approaches over a dataset of geotagged tweets. Our results demonstrate the superiority of the joint approach. Moreover, we show that due to the unique structure of the problem, where weakly-related messages are jointly processed to yield a single final label, linear classifiers outperform deep neural network alternatives.