<!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>Semantic Segmentation of Images of Building Facilities</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Thomas Czerniawski</institution>
          ,
          <addr-line>M.S., PhD student, Fernanda Leite, Ph.D., P.E.</addr-line>
          <institution>, Associate Professor The University of Texas at Austin</institution>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Scan-to-BIM is the process of converting a 3D reconstruction into a building information model (BIM). The process has two parts: (1) sorting subsets of the reconstruction into classes (semantic segmentation) defined by a BIM taxonomy and (2) identifying geometric parameters describing each class instance. Here we demonstrate the ability of deep learning artificial neural networks to semantically segment images of building facilities. We found this deep learning approach capable of simultaneously recognizing: ceiling, wall, plumbing, duct, door, floor, and stairs classes. This semantic scope surpasses state-of-the-art building system recognition methods and represents progress towards comprehensive BIM creation.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>(1) Sorting subsets of the spatial data into classes defined by a BIM taxonomy.</p>
      <p>(2) Identifying geometric parameters describing each class instance.</p>
      <p>
        Associating subsets of the input raw spatial data with a BIM taxonomy creates semantic
interoperability between the raw spatial data and the computational/algorithmic design software
generating the BIM. For this purpose, object recognition algorithms are used. Published work
will typically focus on recognizing one type of object category such as plumbing
        <xref ref-type="bibr" rid="ref2">(Ahmed et al.,
2014)</xref>
        , partition walls
        <xref ref-type="bibr" rid="ref18">(Hamledari et al., 2017)</xref>
        , building facades
        <xref ref-type="bibr" rid="ref27">(Oskouie et al., 2017)</xref>
        , or a
limited number of categories together such as walls, floor, doors, and windows
        <xref ref-type="bibr" rid="ref24 ref26 ref3 ref34 ref4">(Quijano and
Prieto, 2016, Bassier et al., 2016, Ochmann et al., 2016, Anagnostopoulos et al., 2016, Mura et
al., 2016)</xref>
        . Researchers have yet to combine and scale existing methods to achieve
comprehensive BIM creation because the diversity of objects and systems encountered in
buildings far exceeds the scope of existing recognition models.
      </p>
      <p>Emerging deep learning methods demonstrate a level of versatility that has the potential to
greatly increase the scope of building system focused recognition. This paper presents a deep
learning based object recognition method that successfully recognizes: ceiling, wall, plumbing,
duct, door, floor, and stairs classes. This collection of building classes surpasses in size and
diversity the state-of-the-art in the building systems literature.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Several review articles covering the automated generation of BIMs have been published
        <xref ref-type="bibr" rid="ref15 ref19 ref21 ref25 ref27 ref40 ref41 ref42 ref5">(Lee
and Lu, 2017, Fathi et al., 2015, Pătrăucean et al., 2015, Volk et al., 2014, Xiong et al., 2013,
Musialski et al., 2013, Huber et al., 2011, Tang et al., 2010, Brenner, 2005)</xref>
        . Deep learning
approaches are noticeably absent. Research in deep learning applied to computer vision has
experienced success processing both 2D and 3D data
        <xref ref-type="bibr" rid="ref11 ref18 ref20 ref23 ref27 ref32 ref33 ref34">(Krizhevsky et al., 2012, Qi et al., 2016a,
Dai et al., 2017, Qi et al., 2016b)</xref>
        . Although datasets used to train these emerging deep learning
algorithms are not specifically building systems focused, there is some overlap. For example,
of the 20 classes involved in the ScanNet Benchmark Challenge1, the relevant to BIM include:
door, floor, wall, and window. Despite this lack of BIM taxonomy coverage, these other
datasets enable transfer learning
        <xref ref-type="bibr" rid="ref28 ref31">(Pratt, 1993, Pan and Yang, 2010)</xref>
        . Transfer learning is the
process of reusing a model trained for one task as the starting point for a model on a second
task. Deep learning requires algorithms to be trained on these large annotated datasets, but then
they can be fine-tuned on building system focused specialty datasets such as 3DFacilities
(Figure 1)
        <xref ref-type="bibr" rid="ref10">(Czerniawski and Leite, 2018)</xref>
        .
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
    </sec>
    <sec id="sec-4">
      <title>3.1 Training Data</title>
      <p>Here we implement a deep learning artificial neural network as a supervised machine learning
algorithm. In addition to the network architecture, the implementation required training data
and computational resources.</p>
      <p>
        Since its initial submission to EG-ICE in 2018
        <xref ref-type="bibr" rid="ref10">(Czerniawski and Leite, 2018)</xref>
        , 3DFacilities
(Figure 1) has grown to over 25,000 RGB-D frames and 110 3D reconstructions. Each
individual RGB-D frame and each reconstruction have an associated annotation file where each
pixel and vertex, respectively, have been categorized into one of 19 different building element
categories. The instance count distribution in Figure 2 counts the number of physical building
components represented in the dataset. 3DFacilities is a relatively small specialty dataset.
Therefore, we make use of two additional datasets, MS-COCO
        <xref ref-type="bibr" rid="ref22">(Lin et al., 2014)</xref>
        and VOC 2012
train_aug + trainval (image segmentation datasets)
        <xref ref-type="bibr" rid="ref14">(Everingham et al., 2010)</xref>
        and transfer
learning as described in Section 3.3.
      </p>
      <p>310
183
152
134
108 107</p>
    </sec>
    <sec id="sec-5">
      <title>3.2 Programming Environment</title>
      <p>
        The computing demand of training deep neural networks necessitates the use of
highperformance computing. The Texas Advanced Computing Center (TACC) designs and operates
some of the world’s most powerful computing resources. Stampede2 is the flagship
supercomputer at The University of Texas at Austin’s TACC and provides high-performance
computing capabilities to thousands of researchers across the U.S. It entered full production in
Fall 2017 as an 18 petaflop system
        <xref ref-type="bibr" rid="ref39">(TACC, 2018)</xref>
        . The neural network is trained using compute
nodes on Stampede2.
      </p>
      <p>
        Although it is possible to code deep learning algorithms from scratch, there are several
opensource libraries available. Tensorflow is an open source software library for high-performance
numerical computation. It is written in Python, C++, and CUDA. Originally developed by
researchers and engineers from the Google Brain team within Google’s AI organization, it
comes with strong support for machine learning and deep learning
        <xref ref-type="bibr" rid="ref1">(Abadi et al., 2016)</xref>
        .
Tensorflow was chosen as the development environment because of its supportive online
community and its availability on TACC resources.
      </p>
    </sec>
    <sec id="sec-6">
      <title>3.3 Semantic Image Segmentation</title>
      <p>
        The specific neural network architecture we used is called DeepLab
        <xref ref-type="bibr" rid="ref11 ref18 ref27 ref36 ref6 ref7 ref8 ref9">(Chen et al., 2014, Chen et
al., 2018a, Chen et al., 2017, Chen et al., 2018b)</xref>
        . DeepLab is a state-of-the-art deep learning
model for semantic image segmentation, where the goal is to assign semantic labels to every
pixel in the input image. DeepLab, along with its variations, currently performs amongst the
top performing algorithms on the PASCAL VOC Challenge leaderboard
        <xref ref-type="bibr" rid="ref13">(Everingham et al.,
2018)</xref>
        . PASCAL VOC is a standard recognition dataset and benchmark with detection and
semantic segmentation challenges
        <xref ref-type="bibr" rid="ref14">(Everingham et al., 2010)</xref>
        . DeepLab is an especially
attractive option for semantic segmentation because of its availability in the Tensorflow
research model repository.
      </p>
    </sec>
    <sec id="sec-7">
      <title>Data Preprocessing</title>
      <p>Annotations from 3DFacilities must be converted into 8-bit images where the value of each
pixel corresponds to the pixel’s class. There is no input image size requirement as the network
architecture is fully convolutional.
3DFacilities was split into a training set and a validation set using an algorithm that optimized
for similarity between the pixel class distributions of both sets. This is so the neural network is
validated on a dataset that has the same distribution as the dataset it is trained on. In an effort
to reduce data dependence between the training and validation sets, sequences of 20 frames
were used as inseparable units.</p>
      <p>Neural Network Training
3DFacilities is a relatively small training dataset for deep learning. It is, nonetheless, possible
to use the dataset to successfully train neural networks because of a technique called transfer
learning. Transfer learning is a machine learning method where a model trained on one dataset
is reused as the starting point for a model fine-tuned on a second dataset. This is a common
approach given the vast compute and time resources required to develop datasets and neural
network models.</p>
      <p>
        The DeepLab implementation used by this research uses as its foundation MobilenetV2
        <xref ref-type="bibr" rid="ref36">(Sandler et al., 2018)</xref>
        that has been trained on ImageNet
        <xref ref-type="bibr" rid="ref35">(Russakovsky et al., 2015)</xref>
        (an image
classification dataset). The entire DeepLab implementation was then pre-trained on MS-COCO
        <xref ref-type="bibr" rid="ref22">(Lin et al., 2014)</xref>
        and VOC 2012 train_aug + trainval (image segmentation datasets)
        <xref ref-type="bibr" rid="ref14">(Everingham et al., 2010)</xref>
        . The final layer of the neural network was replaced in order to account
for the different semantic classes of 3DFacilities. The neural network was fine-tuned on
3DFacilities using the Tensorflow Momentum Optimizer for nearly 75 epochs at a learning rate
of 0.0001 (Figure 3). For comparison, the learning rate used to pre-train on PASCAL VOC was
0.007. Total loss is a measure of classification error and is calculated using softmax
crossentropy.
4.00
3.00
s
so2.00
L
1.00
      </p>
    </sec>
    <sec id="sec-8">
      <title>4. Results and Discussion</title>
    </sec>
    <sec id="sec-9">
      <title>4.1 Semantic Image Segmentation</title>
      <p>Example segmentations created by the DeepLab network can be seen in Figure 5. The neural
network limits its pixel classifications to the following seven classes: ceiling, wall, plumbing,
duct, door, floor, and stairs. It does not assign the following 12 classes: furniture, window,
column, beam, railing, light fixture, elevator, diffuser, fire sprinkler, cable tray, conduit, and
background. Comparing these results to the pixel class distribution in Figure 4, it is apparent
the neural network has a bias for classes that occur more frequently in the training dataset and
ignores those classes that occur less frequently.
The seven classes provide partial semantic coverage of the BIM taxonomy as described in
Tables 1 &amp; 2 using Uniformat and Revit Families. Uniformat is a standard for classifying
construction information in the U.S. and Canada endorsed by the American Society for Testing
and Materials (ASTM). It classifies information based on functional elements or parts of a
facility characterized by their function. Autodesk Revit is a prominent building information
modeling software for people in the building industry. Components in Revit are categorized
into families, which are groups of elements with a common set of properties.</p>
    </sec>
    <sec id="sec-10">
      <title>4.2 Conclusions and Future Work</title>
      <p>Scan-to-BIM involves segmenting 3D reconstructions into parts to conform to a BIM
taxonomy. The set of seven classes successfully segmented by the neural network presented in
this paper represents a substantial increase in semantic scope for recognition methods as
compared to the state-of-the-art in the building systems literature.</p>
      <p>



</p>
      <sec id="sec-10-1">
        <title>Floors Pipes</title>
      </sec>
      <sec id="sec-10-2">
        <title>Columns</title>
        <p>Framing
Trusses</p>
      </sec>
      <sec id="sec-10-3">
        <title>Stairs Walls</title>
        <p>



</p>
      </sec>
      <sec id="sec-10-4">
        <title>Conduit</title>
        <p>Duct
Fire Protection
Lighting
Plumbing</p>
      </sec>
    </sec>
    <sec id="sec-11">
      <title>Class Balancing</title>
      <p>
        The neural network has a tendency to assign classes which are most dominant in the
3DFacilities dataset. In an effort to encourage the neural network to assign classes which appear
less frequently in the 3DFacilities dataset, a modified loss function and a variable data feeder
will be tested. Final image segmentation performance will be evaluated using standard metrics
(mean IoU)
        <xref ref-type="bibr" rid="ref37">(Shelhamer et al., 2017)</xref>
        .
      </p>
    </sec>
    <sec id="sec-12">
      <title>Incorporating Additional Data Channels</title>
      <p>In an effort to improve semantic segmentation further, two additional inputs should be
introduced to the segmentation system: a depth channel and inertial measurement unit (IMU)
data. Since these two input types are relatively uncommon as compared to RGB input channels,
incorporating them will be a challenge.</p>
      <p>
        Uncertainties include: modifying the DeepLab architecture and cross-modality
        <xref ref-type="bibr" rid="ref17">(Gupta et al.,
2016)</xref>
        “warm-starting” with pre-trained parameters from standard DeepLab. The Slim
Tensorflow interface provides functions that can be used to “warm start” training algorithms
by using pieces of pre-existing model checkpoints2.
      </p>
    </sec>
    <sec id="sec-13">
      <title>Identifying Geometric Parameters for Class Instances</title>
      <p>
        Combining segmentation results for the 2D data in order to segment the 3D reconstruction can
be performed using a multi-view classification process
        <xref ref-type="bibr" rid="ref30 ref32 ref33">(Pham et al., 2018, Qi et al., 2016b)</xref>
        .
Then work can begin on identifying geometric parameters describing each class instance.
      </p>
      <sec id="sec-13-1">
        <title>Advances in neural information</title>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>ABADI</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <year>ı</year>
          ., BARHAM,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>CHEN</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>CHEN</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            ,
            <surname>DAVIS</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>DEAN</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          , DEVIN,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>GHEMAWAT</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          , IRVING,
          <string-name>
            <surname>G.</surname>
          </string-name>
          , ISARD,
          <string-name>
            <surname>M.</surname>
          </string-name>
          ,
          <string-name>
            <surname>KUDLUR</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          ,
          <string-name>
            <surname>LEVENBERG</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          ,
          <string-name>
            <surname>MONGA</surname>
          </string-name>
          ,
          <string-name>
            <surname>R.</surname>
          </string-name>
          , MOORE,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>MURRAY</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. G.</given-names>
            ,
            <surname>STEINER</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>TUCKER</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>VASUDEVAN</surname>
          </string-name>
          ,
          <string-name>
            <surname>V.</surname>
          </string-name>
          ,
          <string-name>
            <surname>WARDEN</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>WICKE</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>YU</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            &amp;
            <surname>ZHENG</surname>
          </string-name>
          ,
          <string-name>
            <surname>X.</surname>
          </string-name>
          <year>2016</year>
          .
          <article-title>Tensorflow: a system for large-scale machine learning</article-title>
          .
          <source>12th USENIX symposium on operating systems design and implmentation</source>
          . Savannah, GA.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>AHMED</surname>
            ,
            <given-names>M. F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>HAAS</surname>
            ,
            <given-names>C. T.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>HAAS</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <year>2014</year>
          .
          <article-title>Automatic detection of cylindrical objects in built facilities</article-title>
          .
          <source>Journal of Computing in Civil Engineering</source>
          ,
          <volume>28</volume>
          ,
          <fpage>04014009</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>ANAGNOSTOPOULOS</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>PĂTRĂUCEAN</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>BRILAKIS</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. &amp; VELA</surname>
          </string-name>
          ,
          <string-name>
            <surname>P.</surname>
          </string-name>
          <article-title>Detection of walls, floors, and ceilings in point cloud data</article-title>
          .
          <source>Construction Research Congress</source>
          <year>2016</year>
          ,
          <year>2016</year>
          .
          <fpage>2302</fpage>
          -
          <lpage>2311</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>BASSIER</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>VERGAUWEN</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            &amp;
            <surname>VAN GENECHTEN</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          <article-title>Automated semantic labelling of 3D vector models for scan-to-BIM</article-title>
          .
          <source>Proceedings of the 4th Annual International Conference on Architecture and Civil Engineering (ACE2016)</source>
          ,
          <year>2016</year>
          .
          <fpage>93</fpage>
          -
          <lpage>100</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>BRENNER</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <year>2005</year>
          .
          <article-title>Building reconstruction from images and laser scanning</article-title>
          .
          <source>International Journal of Applied Earth Observation and Geoinformation</source>
          ,
          <volume>6</volume>
          ,
          <fpage>187</fpage>
          -
          <lpage>198</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>CHEN</surname>
          </string-name>
          , L.-C.,
          <string-name>
            <surname>PAPANDREOU</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>KOKKINOS</surname>
          </string-name>
          ,
          <string-name>
            <surname>I.</surname>
          </string-name>
          , MURPHY,
          <string-name>
            <given-names>K.</given-names>
            &amp;
            <surname>YUILLE</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. L.</surname>
          </string-name>
          <year>2014</year>
          .
          <article-title>Semantic image segmentation with deep convolutional nets and fully connected crfs</article-title>
          .
          <source>International Conference on Learning Representations (ICLR)</source>
          . San Diego, CA.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>CHEN</surname>
          </string-name>
          , L.-C.,
          <string-name>
            <surname>PAPANDREOU</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>KOKKINOS</surname>
          </string-name>
          ,
          <string-name>
            <surname>I.</surname>
          </string-name>
          , MURPHY,
          <string-name>
            <given-names>K.</given-names>
            &amp;
            <surname>YUILLE</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. L.</surname>
          </string-name>
          <year>2018a</year>
          .
          <article-title>DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs</article-title>
          .
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          ,
          <volume>40</volume>
          ,
          <fpage>834</fpage>
          -
          <lpage>848</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>CHEN</surname>
          </string-name>
          , L.-C.,
          <string-name>
            <surname>PAPANDREOU</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>SCHROFF</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>ADAM</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Rethinking atrous convolution for semantic image segmentation</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>CHEN</surname>
          </string-name>
          , L.-C.,
          <string-name>
            <surname>ZHU</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>PAPANDREOU</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>SCHROFF</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>ADAM</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <year>2018b</year>
          .
          <article-title>Encoder-decoder with atrous separable convolution for semantic image segmentation</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>CZERNIAWSKI</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>LEITE</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <article-title>3DFacilities: annotated 3D reconstructions of building facilities</article-title>
          .
          <source>Workshop of the European Group for Intelligent Computing in Engineering</source>
          ,
          <year>2018</year>
          . Springer,
          <fpage>186</fpage>
          -
          <lpage>200</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>DAI</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>CHANG</surname>
            ,
            <given-names>A. X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>SAVVA</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>HALBER</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>FUNKHOUSER</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. A.</given-names>
            &amp;
            <surname>NIEßNER</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>ScanNet: RichlyAnnotated 3D Reconstructions of Indoor Scenes</article-title>
          . CVPR,
          <year>2017</year>
          .
          <volume>10</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>EDIRISINGHE</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>KALUTARA</surname>
          </string-name>
          ,
          <string-name>
            <surname>P.</surname>
          </string-name>
          &amp; LONDON,
          <string-name>
            <surname>K.</surname>
          </string-name>
          <article-title>An investigation of BIM adoption of owners and facility managers in Australia: institutional case study</article-title>
          .
          <source>COBRA</source>
          <year>2016</year>
          ,
          <year>2016</year>
          . Royal Institution of Chartered Surveyors,
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>EVERINGHAM</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>GOOL</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. V.</given-names>
            ,
            <surname>WILLIAMS</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. K.</given-names>
            ,
            <surname>WINN</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            &amp;
            <surname>ZISSERMAN</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <year>2018</year>
          .
          <article-title>Segmentation Results: VOC2012: Leaderboard [Online]</article-title>
          . Available: http://host.robots.ox.ac.uk:8080/leaderboard/displaylb.php?
          <source>challengeid=11&amp;compid=6 [Accessed</source>
          <volume>10</volume>
          /20/2018].
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>EVERINGHAM</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>VAN GOOL</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>WILLIAMS</surname>
          </string-name>
          ,
          <string-name>
            <surname>C. K. I.</surname>
          </string-name>
          ,
          <string-name>
            <surname>WINN</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            &amp;
            <surname>ZISSERMAN</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <year>2010</year>
          .
          <article-title>The Pascal Visual Object Classes (VOC) Challenge</article-title>
          .
          <source>International Journal of Computer Vision</source>
          ,
          <volume>88</volume>
          ,
          <fpage>303</fpage>
          -
          <lpage>338</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>FATHI</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>DAI</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>LOURAKIS</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <year>2015</year>
          .
          <article-title>Automated as-built 3D reconstruction of civil infrastructure using computer vision: Achievements, opportunities, and challenges</article-title>
          .
          <source>Advanced Engineering Informatics</source>
          ,
          <volume>29</volume>
          ,
          <fpage>149</fpage>
          -
          <lpage>161</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>GIEL</surname>
            ,
            <given-names>B. &amp; ISSA</given-names>
          </string-name>
          ,
          <string-name>
            <surname>R. R.</surname>
          </string-name>
          <year>2015</year>
          .
          <article-title>Framework for evaluating the BIM competencies of facility owners</article-title>
          .
          <source>Journal of management in engineering</source>
          ,
          <volume>32</volume>
          ,
          <fpage>04015024</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>GUPTA</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>HOFFMAN</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. &amp; MALIK</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          <year>2016</year>
          .
          <article-title>Cross modal distillation for supervision transfer</article-title>
          .
          <source>Computer Vision</source>
          and
          <article-title>Pattern Recognition (CVPR)</article-title>
          .
          <source>Las Vegas</source>
          , NV.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>HAMLEDARI</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>MCCABE</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>DAVARI</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Automated computer vision-based detection of components of under-construction indoor partitions</article-title>
          .
          <source>Automation in Construction</source>
          ,
          <volume>74</volume>
          ,
          <fpage>78</fpage>
          -
          <lpage>94</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>HUBER</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>AKINCI</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>ADAN</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>ANIL</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>OKORN</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>XIONG</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          <year>2011</year>
          .
          <article-title>Methods for automatically modeling and representing as-built building information models</article-title>
          .
          <source>NSF Engineering Research and Innovation Conference</source>
          . Atlanta, Georgia.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>KRIZHEVSKY</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>SUTSKEVER</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          &amp; HINTON,
          <string-name>
            <surname>G. E.</surname>
          </string-name>
          <article-title>Imagenet classification with deep convolutional neural networks</article-title>
          .
          <source>Advances in neural information processing systems</source>
          ,
          <year>2012</year>
          .
          <fpage>1097</fpage>
          -
          <lpage>1105</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>LEE</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>LU</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Image-Based Technologies for Constructing As-Is Building Information Models for Existing Buildings</article-title>
          .
          <source>Journal of Computing in Civil Engineering</source>
          ,
          <volume>31</volume>
          ,
          <fpage>4017005</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <surname>LIN</surname>
          </string-name>
          , T.-Y.,
          <string-name>
            <surname>MAIRE</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>BELONGIE</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>HAYS</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          ,
          <string-name>
            <surname>PERONA</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>ROAMANAN</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          ,
          <string-name>
            <surname>DOLLÁR</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            &amp;
            <surname>ZITNICK</surname>
          </string-name>
          ,
          <string-name>
            <surname>C. L.</surname>
          </string-name>
          <year>2014</year>
          .
          <string-name>
            <surname>Microsoft</surname>
            <given-names>COCO</given-names>
          </string-name>
          :
          <article-title>Common Objects in Context</article-title>
          .
          <source>European Conference on Computer Vision</source>
          (ECCV). Zurich, Switzerland: Springer, Cham.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <surname>MAYO</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>GIEL</surname>
            ,
            <given-names>B. &amp; ISSA</given-names>
          </string-name>
          ,
          <string-name>
            <surname>R. R.</surname>
          </string-name>
          <year>2012</year>
          .
          <article-title>BIM use and requirements among building owners. Computing in civil engineering (</article-title>
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <surname>MURA</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>MATTAUSCH</surname>
            ,
            <given-names>O. &amp; PAJAROLA</given-names>
          </string-name>
          ,
          <string-name>
            <surname>R.</surname>
          </string-name>
          <article-title>Piecewise‐planar Reconstruction of Multi‐room Interiors with Arbitrary Wall Arrangements</article-title>
          .
          <source>Computer Graphics Forum</source>
          ,
          <year>2016</year>
          . Wiley Online Library,
          <fpage>179</fpage>
          -
          <lpage>188</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <string-name>
            <surname>MUSIALSKI</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , WONKA,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>ALIAGA</surname>
          </string-name>
          ,
          <string-name>
            <surname>D. G.</surname>
          </string-name>
          , WIMMER,
          <string-name>
            <surname>M.</surname>
          </string-name>
          ,
          <string-name>
            <surname>GOOL</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            &amp;
            <surname>PURGATHOFER</surname>
          </string-name>
          ,
          <string-name>
            <surname>W.</surname>
          </string-name>
          <year>2013</year>
          .
          <article-title>A Survey of Urban Reconstruction</article-title>
          .
          <source>Computer Graphics Forum</source>
          ,
          <volume>32</volume>
          ,
          <fpage>146</fpage>
          -
          <lpage>177</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <string-name>
            <surname>OCHMANN</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>VOCK</surname>
          </string-name>
          ,
          <string-name>
            <surname>R.</surname>
          </string-name>
          ,
          <string-name>
            <surname>WESSEL</surname>
          </string-name>
          ,
          <string-name>
            <surname>R. &amp; KLEIN</surname>
          </string-name>
          ,
          <string-name>
            <surname>R.</surname>
          </string-name>
          <year>2016</year>
          .
          <article-title>Automatic reconstruction of parametric building models from indoor point clouds</article-title>
          .
          <source>Computers &amp; Graphics</source>
          ,
          <volume>54</volume>
          ,
          <fpage>94</fpage>
          -
          <lpage>103</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <surname>OSKOUIE</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>BECERIK-GERBER</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>SOIBELMAN</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Automated recognition of building façades for creation of As-Is Mock-Up 3D models</article-title>
          .
          <source>Journal of Computing in Civil Engineering</source>
          ,
          <volume>31</volume>
          ,
          <fpage>04017059</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <string-name>
            <surname>PAN</surname>
            ,
            <given-names>S. J.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>YANG</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          <year>2010</year>
          .
          <article-title>A survey on transfer learning</article-title>
          .
          <source>IEEE Transactions on knowledge and data engineering</source>
          ,
          <volume>22</volume>
          ,
          <fpage>1345</fpage>
          -
          <lpage>1359</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          <string-name>
            <surname>PĂTRĂUCEAN</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>ARMENI</surname>
          </string-name>
          ,
          <string-name>
            <surname>I.</surname>
          </string-name>
          , NAHANGI,
          <string-name>
            <surname>M.</surname>
          </string-name>
          ,
          <string-name>
            <surname>YEUNG</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          ,
          <string-name>
            <surname>BRILAKIS</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            &amp;
            <surname>HAAS</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <year>2015</year>
          .
          <article-title>State of research in automatic as-built modelling</article-title>
          .
          <source>Advanced Engineering Informatics</source>
          ,
          <volume>29</volume>
          ,
          <fpage>162</fpage>
          -
          <lpage>171</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          <string-name>
            <surname>PHAM</surname>
            ,
            <given-names>Q.-H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>HUA</surname>
            ,
            <given-names>B.-S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>NGUYEN</surname>
            ,
            <given-names>D. T.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>YEUNG</surname>
          </string-name>
          , S.
          <article-title>-</article-title>
          K.
          <year>2018</year>
          .
          <article-title>Real-time Progressive 3D Semantic Segmentation for Indoor Scene</article-title>
          . arXiv.
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          <string-name>
            <surname>PRATT</surname>
            ,
            <given-names>L. Y.</given-names>
          </string-name>
          <article-title>Discriminability-based transfer between neural networks</article-title>
          .
          <source>processing systems</source>
          ,
          <year>1993</year>
          .
          <fpage>204</fpage>
          -
          <lpage>211</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          <string-name>
            <surname>QI</surname>
            ,
            <given-names>C. R.</given-names>
          </string-name>
          , SU, H., MO,
          <string-name>
            <given-names>K.</given-names>
            &amp;
            <surname>GUIBAS</surname>
          </string-name>
          ,
          <string-name>
            <surname>L. J.</surname>
          </string-name>
          <year>2016a</year>
          .
          <article-title>PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation</article-title>
          .
          <source>arXiv preprint arXiv:1612</source>
          .
          <fpage>00593</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          <string-name>
            <surname>QI</surname>
            ,
            <given-names>C. R.</given-names>
          </string-name>
          , SU, H., NIEßNER,
          <string-name>
            <surname>M.</surname>
          </string-name>
          ,
          <string-name>
            <surname>DAI</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>YAN</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            &amp;
            <surname>GUIBAS</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. J.</given-names>
            <surname>Volumetric</surname>
          </string-name>
          <article-title>and multi-view cnns for object classification on 3d data</article-title>
          .
          <source>Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          ,
          <year>2016b</year>
          .
          <fpage>5648</fpage>
          -
          <lpage>5656</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          <string-name>
            <surname>QUIJANO</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>PRIETO</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <year>2016</year>
          .
          <article-title>3D Semantic modeling of indoor environments based on point clouds and contextual relationships</article-title>
          .
          <source>Ingeniería</source>
          ,
          <volume>21</volume>
          ,
          <fpage>305</fpage>
          -
          <lpage>323</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          <string-name>
            <surname>RUSSAKOVSKY</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>DENG</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , SU, H.,
          <string-name>
            <surname>KRAUSE</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          , SATHEESH,
          <string-name>
            <given-names>S.</given-names>
            , MA, S.,
            <surname>HUANG</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            ,
            <surname>KARPATHY</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>KHOSLA</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>BERNSTEIN</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          ,
          <string-name>
            <surname>BERG</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. C.</given-names>
            &amp;
            <surname>FEI-FEI</surname>
          </string-name>
          ,
          <string-name>
            <surname>L.</surname>
          </string-name>
          <year>2015</year>
          .
          <article-title>ImageNet Large Scale Visual Recognition Challenge</article-title>
          .
          <source>International Journal of Computer Vision</source>
          ,
          <volume>115</volume>
          ,
          <fpage>211</fpage>
          -
          <lpage>252</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          <string-name>
            <surname>SANDLER</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>HOWARD</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>ZHU</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          ,
          <string-name>
            <surname>ZHMOGINOV</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            &amp;
            <surname>CHEN</surname>
          </string-name>
          , L.-C.
          <year>2018</year>
          .
          <article-title>MobileNetV2: Inverted Residuals and Linear Bottlenecks. Computer Vision and Pattern Recognition (CVPR)</article-title>
          .
          <source>Salt Lake City</source>
          , UT.
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          <string-name>
            <surname>SHELHAMER</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>LONG</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>DARRELL</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Fully Convolutional Networks for Semantic Segmentation</article-title>
          .
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          ,
          <volume>39</volume>
          ,
          <fpage>640</fpage>
          -
          <lpage>651</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          <string-name>
            <surname>SHEN</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>EDIRISINGHE</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            &amp;
            <surname>YANG</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>An investigation of BIM readiness of owners and facility managers in Singapore: institutional case study</article-title>
          .
          <source>CIB World Building Congress</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          <string-name>
            <surname>TACC</surname>
            ,
            <given-names>O. O. T. V. P. F. R.</given-names>
          </string-name>
          <year>2018</year>
          .
          <article-title>STAMPEDE2: TACC'S flagship supercomputer</article-title>
          [Online].
          <source>Texas Advanced Computing Center (TACC)</source>
          . Available: https://www.tacc.utexas.
          <source>edu/systems/stampede2 [Accessed</source>
          <volume>10</volume>
          /21/2018 2018].
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          <string-name>
            <surname>TANG</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>HUBER</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>AKINCI</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>LIPMAN</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>LYTLE</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2010</year>
          .
          <article-title>Automatic reconstruction of as-built building information models from laser-scanned point clouds: A review of related techniques</article-title>
          .
          <source>Automation in Construction</source>
          ,
          <volume>19</volume>
          ,
          <fpage>829</fpage>
          -
          <lpage>843</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          <string-name>
            <surname>VOLK</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>STENGEL</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            &amp;
            <surname>SCHULTMANN</surname>
          </string-name>
          ,
          <string-name>
            <surname>F.</surname>
          </string-name>
          <year>2014</year>
          .
          <article-title>Building Information Modeling (BIM) for existing buildings - Literature review and future needs</article-title>
          .
          <source>Automation in Construction</source>
          ,
          <volume>38</volume>
          ,
          <fpage>109</fpage>
          -
          <lpage>127</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          <string-name>
            <surname>XIONG</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>ADAN</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>AKINCI</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>HUBER</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <year>2013</year>
          .
          <article-title>Automatic creation of semantically rich 3D building models from laser scanner data</article-title>
          .
          <source>Automation in Construction</source>
          ,
          <volume>31</volume>
          ,
          <fpage>325</fpage>
          -
          <lpage>337</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>