<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Urban land use information retrieval based on scene classification of Google Street View images</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Xiaojiang Li</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chuanrong Zhang</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Geography, University of Connecticut</institution>
          ,
          <addr-line>Storrs</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Land use maps are very important references for the urban planning and management. However, it is difficult and time-consuming to get high-resolution urban land use maps. In this study, we propose a new method to derive land use information at building block level based on machine learning and geo-tagged street-level imagery - Google Street View images. Several commonly used generic image features (GIST, HoG, and SIFT-Fisher) are used to represent street-level images of different cityscapes in a case study area of New York City. Machine learning is further used to categorize different images based on the calculated image features of different street-level images. Accuracy assessment results show that the method developed in this study is a promising method for land use mapping at building block level in future.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Land use maps are very important references for urban planning and other urban practices
in cities
        <xref ref-type="bibr" rid="ref5">(Pei et al. 2014)</xref>
        . Traditionally, overhead view remotely sensed data is widely used
for land use/cover mapping based on different physical characteristics (spectral reflectance
and texture) of different urban features
        <xref ref-type="bibr" rid="ref5">(Pei et al. 2014)</xref>
        . However, urban land use types are
heterogeneous, and different land use types may have the same or similar spectral reflectance
and spatial patterns. This makes it difficult to classify different land use types accurately
based on remote sensing information alone. In addition, the remotely sensed imagery captures
the roofs of buildings, which can hardly reflect the different social functions or land use types
of buildings.
      </p>
      <p>
        Different from the overhead view of remotely sensed imagery, Google Street View
(GSV) images capture the profile view of streetscapes. GSV images have already been used
to studying human perception of physical environment on ground
        <xref ref-type="bibr" rid="ref2 ref7">(Li et al. 2015; Quercia et
al. 2014)</xref>
        . The street-level images represent the ground truth at a very high resolution and
have been widely used as references for validating land cover/use mapping results manually
in previous studies. The profile view street-level images could also be used to judge the land
use types of different building blocks. However, based on our best knowledge, there still have
no previous study using street-level images for urban land use mapping.
      </p>
      <p>In the past decade, the advancement in the computer vision makes it possible to
categorize and semantically classify images. In this study, we propose to bring scene
classification algorithms in computer vision community to derive land use information of
building blocks in cities based on geo-tagged GSV images. Multiple commonly used image
features are calculated for representation of street-level images, which capture façades of
different types of building blocks. Support vector machine classifier is then trained based on
the calculated image features and ground truth land use labels and applied to predict land use
types of different building blocks.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Data and Methods</title>
      <sec id="sec-2-1">
        <title>2.1 Datasets</title>
        <p>A small case study area in Brooklyn, New York City is chosen in this study. The study area
includes various land use types, which is very suitable for testing the method using
streetlevel images for land use mapping. Figure 1 shows the location and land use map of the study
area.</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2 GSV images collection and labelling</title>
        <p>Google Street View panoramas are distributed discretely along the streets. In general, about
every 12 meters has one GSV panorama along the street. Therefore, in this study we first
create sample sites along streets every 5 meters using ArcGIS 10.2 in order to collect all
available GSV panoramas along streets. We then retrieval the GSV panorama ID, coordinates
information using Google Maps JavaScript API by inputting the coordinates of those sample
sites. In this way, we collect the metadata (panorama ID and coordinate of panorama) of all
available GSV panoramas along streets in the study area. Figure 2(a) shows the discrepancy
of the distributions of created sample sites and location of GSV panoramas along streets in a
small area of study area.</p>
        <p>Based on the panorama ID information, we can download GSV images for different
heading angles using Google Street View static Image API. Figure 2(b) shows four static
GSV images of one site with panorama ID “on66Bt1B37qRlYVxiC7J9g” at different heading
angles. By specifying appropriate fov and heading parameters, the GSV images can capture
the façades of building blocks along streets, which makes it possible to differentiate different
types of building blocks based on their different appearances. For each building block along a
street, the closest GSV panorama is chosen. Based on the geometrical model between the
location of GSV site (Gx, Gy) and the footprint of building block (see Figure 2(c)), we
calculated the field of view (fov) angle by equation (1):
fov  arctan(</p>
        <p>V1  V2
|| V1 ||  || V2 ||
)
(1)
The vectors V1 and V2 are,</p>
        <p>V1 = (x1 - Gx, y1 - Gy),</p>
        <p>V2 = (x2 - Gx, y2 - Gy)
Where (x1, y1) and (x2, y2) are the coordinates of two endpoints of a building façade. In order
to decrease distortion in the static GSV images, the fov cannot be too large, therefore, for
those building blocks with fov larger than 90, the fov is set to 90. In addition, the minimum
fov is set to 30 empirically, although some building blocks may have their fov less than 30.
This is because if the fov is too small, the GSV image may not capture the spatial pattern of
building block. The heading angle heading is set to the angle between heading direction and
the true north direction, and ranges from 0 to 360. Figure 3 shows several collected GSV
images with their corresponding land use types in the study area.</p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3 Image features extraction and machine learning</title>
        <p>
          The image features developed in computer vision community make it possible to represent
and categorize street-level images of different cityscapes. Image features, which are
calculated based on the texture and geometrical information of images, are insensitive to the
variance of spectral information or the illumination conditions. In this study, several
commonly used generic image features are used to indicate the characteristics of different
street-level images. The image features used in this study include GIST, HoG, and
SIFTFisher. Table 1 summarizes the descriptions of these image features. These features have
already been tested on scene classification
          <xref ref-type="bibr" rid="ref8">(Xiao et al. 2010)</xref>
          and semantic information
retrieval from street-level images
          <xref ref-type="bibr" rid="ref3 ref7">(Ordonez and Berg 2014; Naik et al. 2014)</xref>
          . Therefore, in
this study these features are chosen for representation of different GSV images and scene
classification in terms of land use types.
yi (W  xi  b) 1i ,i 1,2,..., N
        </p>
        <p>i  0,i 1,2,..., N
where W is the support vector, ξi are slack variables introduced to account for the
nonseparability of data, N is the number of training samples, constant C represents a penalty
parameter that allows to control the penalty assigned to errors.</p>
        <p>The trained SVM classifier is then applied to the testing images and compared with
ground truth land use of these images in testing set to cross-validate the classification results.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Results</title>
      <p>We collect 1048 static GSV images with different land use types in the study area. We
randomly split these images into training set and test set 10 times to cross-validate the
proposed method. Table 2 summarizes the cross-validation results using different image
features. The SIFT-Fisher feature outperforms other two image features in the classification
of residential building and non-residential building. The overall accuracy of the residential
building vs non-residential building classification result is 91.82% using SIFT-Fisher image
feature. The GIST and HoG features get lower classification results, with accuracy of 83.88%
and 60.34% respectively.</p>
      <p>The classification accuracy of one-two family residential building vs multi-family
residential building has lower accuracy compared with the classification result of the
residential building vs non-residential building. This is not difficult to understand, since the
appearance difference between the one-two family residential buildings and multi-family
buildings is not as obvious as the difference between the residential buildings and
nonresidential buildings. The selected three image features have similar performances in the
classification of one-two family residential building vs multi-family residential building.
SIFT-Fisher outperforms other two image features, with overall accuracy of 74%.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusion and future works</title>
      <p>This study brings scene classification algorithms in computer vision community to
geospatial information retrieval based on publicly accessible data on the web. Different with
previous studies using overhead view dataset for urban land use mapping, we first use
streetlevel images, which capture the profile view of cityscapes, for land use classification at
building block level. Accuracy assessment results show that using the combination of scene
classification algorithms and street-level image is a very promising method for urban land use
mapping. While this study demonstrates the feasibility of using GSV images for building
block level land use information retrieval, there are still some limitations that need to be
solved in the future studies. The basic idea of this study is to differentiate different types of
land use types based on the different physical appearances of different types of buildings.
However, the definition of different land use types is not based on the physical appearances
of buildings, but the social functions of buildings. Therefore, in future studies, more attention
need to be paid on how to make the semantic classification system to be applicable in real
urban planning practices and theoretically recognizable at same time. Future work would
focus on choosing better image features and combinations of image features to classify more
land use types and get more accurate land use classification results. Human reasoning and
new kinds of data should also been considered to get better classification results in future
studies.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Dalal N and Triggs</surname>
            <given-names>B</given-names>
          </string-name>
          ,
          <year>2005</year>
          ,
          <article-title>Histogram of oriented gradient object detection</article-title>
          .
          <source>In Proc. IEEE Conf. Computer Vision</source>
          and Pattern Recognition, San Diego, USA 886-
          <fpage>893</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Li</surname>
            <given-names>X</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            <given-names>C</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Li</surname>
            <given-names>W</given-names>
          </string-name>
          ,
          <year>2015</year>
          .
          <article-title>Does the Visibility of Greenery Increase Perceived Safety in Urban Areas? Evidence from the Place Pulse 1.0 Dataset</article-title>
          . ISPRS
          <source>International Journal of Geo-Information</source>
          ,
          <volume>4</volume>
          (
          <issue>3</issue>
          ),
          <fpage>1166</fpage>
          -
          <lpage>1183</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Ordonez</surname>
            <given-names>V</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Berg</surname>
            <given-names>T</given-names>
          </string-name>
          ,
          <year>2014</year>
          ,
          <article-title>Learning high-level judgments of urban perception</article-title>
          ,
          <source>In Computer Vision-ECCV</source>
          <year>2014</year>
          , Springer International Publishing,
          <volume>494</volume>
          -
          <fpage>510</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Oliva</surname>
            <given-names>A</given-names>
          </string-name>
          and
          <string-name>
            <surname>Torralba</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <year>2001</year>
          ,
          <article-title>Modelling the shape of the scene: A holistic representation of the spatial envelope</article-title>
          ,
          <source>International journal of computer vision</source>
          ,
          <volume>42</volume>
          (
          <issue>3</issue>
          ),
          <fpage>145</fpage>
          -
          <lpage>175</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Pei</surname>
            <given-names>T</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stanislav</surname>
            <given-names>Sobolevsky</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ratti</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shaw</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            <given-names>T</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Zhou</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <year>2014</year>
          ,
          <article-title>A new insight into land use classification based on aggregated mobile phone data</article-title>
          ,
          <source>International Journal of Geographical Information Science</source>
          <volume>28</volume>
          (
          <issue>9</issue>
          ):
          <fpage>1988</fpage>
          -
          <lpage>2007</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Perronnin</surname>
            <given-names>F</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sánchez</surname>
            <given-names>J</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Mensink</surname>
            <given-names>T</given-names>
          </string-name>
          ,
          <year>2010</year>
          ,
          <article-title>Improving the fisher kernel for large-scale image classification</article-title>
          ,
          <source>In Computer Vision-ECCV</source>
          <year>2010</year>
          , Springer Berlin Heidelberg,
          <fpage>143</fpage>
          -
          <lpage>156</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Quercia</surname>
            <given-names>D</given-names>
          </string-name>
          ,
          <string-name>
            <surname>O'Hare</surname>
            <given-names>N</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Cramer</surname>
            <given-names>H</given-names>
          </string-name>
          ,
          <year>2014</year>
          ,
          <article-title>Aesthetic capital: what makes London look beautiful, quiet, and happy</article-title>
          ?
          <source>In Proceedings of the 17th ACM conference on Computer supported cooperative work &amp; social computing</source>
          ,
          <volume>945</volume>
          -
          <fpage>955</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Xiao</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hays</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ehinger</surname>
            <given-names>K</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oliva</surname>
            <given-names>A</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Torralba</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <year>2010</year>
          ,
          <article-title>Sun database: Large-scale scene recognition from abbey to zoo, In Computer vision and pattern recognition (CVPR</article-title>
          ),
          <year>2010</year>
          IEEE conference on, San Francisco, USA,
          <fpage>3485</fpage>
          -
          <lpage>3492</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>