<!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>Lung Graph{Model Classi cation with SVM and CNN for Tuberculosis Severity Assessment and Automatic CT Report Generation Participation in the ImageCLEF 2019 Tuberculosis Task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Yashin Dicente Cid</string-name>
          <email>yashin.dicente@hevs.ch</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Henning Muller</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>SO)</institution>
          ,
          <addr-line>Sierre</addr-line>
          ,
          <country country="CH">Switzerland</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Applied Sciences Western Switzerland (HES</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Geneva</institution>
          ,
          <country country="CH">Switzerland</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In 2019, ImageCLEF proposed a task using CT (Computed Tomography) scans of patients with tuberculosis (TB). The task was divided into two subtasks: TB severity assessment (SVR subtask) and automatic CT report generation (CTR subtask). In this work we present our participation in the task. We participated with a graph model of the lungs with a morphology{based structure that was previously validated for the detection of TB types. The graph is based on a parcellation of the lung elds into supervoxels, where each region is identi ed as a node of the graph. A weighted edge is de ned between nodes representing adjacent regions. The associated weight is computed as the distance between 3D texture descriptors extracted from the two connected regions. This model encodes the texture distribution along the lungs, making it suitable for detecting the tissue abnormalities present in TB patients. In this work we explore two techniques to classify these graphs: (i) a lung descriptor vector based on the aggregation of graph centrality measures and (ii) a set of 2D histograms encoding the binary distribution of node features. The nal classi cation is performed with support vector machines for the lung descriptor vector and with convolutional neural networks for the 2D histograms. The results show the strength of the technique, leading to 6th and 3rd place in the SVR and CTR subtasks, respectively.</p>
      </abstract>
      <kwd-group>
        <kwd>Lung Graph Model</kwd>
        <kwd>Graph Kernel</kwd>
        <kwd>CNN</kwd>
        <kwd>3D Texture Analysis</kwd>
        <kwd>Computed Tomography</kwd>
        <kwd>Tuberculosis</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        ImageCLEF (the image retrieval and analysis evaluation campaign of the Cross{
Language Evaluation Forum, CLEF) has organized challenges on image
classication and retrieval since 2003 [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Since 2004, a medical image analysis and
retrieval task (ImageCLEF) has been organized [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ], usually based on tasks
speci cally requested by radiologists [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] or making knowledge of public visual
data [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The ImageCLEF 2019 [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] challenge included for the third year a task
based on CT (Computed Tomography) volumes of patients with tuberculosis
(TB), the ImageCLEF 2019 TB task [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. In this task, a dataset of lung CT
scans with associated meta{data was provided and two subtasks were proposed.
The 2018 edition of the ImageCLEF TB task [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] already included the TB
severity score prediction (SVR) subtask and this year it included the automatic CT
report generation (CTR) subtask.
      </p>
      <p>
        When tuberculosis a ects the lungs, several visual patterns can be seen in a
CT image, characteristic of the underlaying TB type. Moreover, their spread into
parts of the lung is a good indicator of the severity of the diseases. However, the
nal diagnosis usually requires other analyses rather than only the images [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. We
participated in the 2017 and 2018 challenge with a texture{based graph model
of the lungs [
        <xref ref-type="bibr" rid="ref10 ref11">10, 11</xref>
        ] capable to o er a global descriptor of the lung texture.
In both cases, the structure underlaying the graph was based on a geometric
parcellation of the lung elds into a xed number of regions. This graph model
o ers the possibility of describing each patient with a vector of weights that has
the same size for all patients, hence enabling its direct comparison. Later on, we
developed a new graph model with morphology{based structure that required a
graph kernel transformation in order to compare between patients. This model
was tested on the same data from the ImageCLEF 2018 TB task, obtaining
much higher results than the previous graph with xed structure in the TB
type classi cation task [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. For the 2019 edition of the TB task we used our
latest graph model with morphology{based structure and we investigated two
approaches to classify the resulting data: the rst is based on the graph kernel
developed in [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and the second one, proposed by Tixier et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], is based
on transforming the graphs in a set of 2D images and apply a 2D convolutional
neural network (CNN).
      </p>
      <p>
        The following section contains a brief overview of the subtasks and datasets
of the ImageCLEF 2019 TB task. More detailed information on the subtasks
and data can be found in the overview article of the task [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Section 3 rst
summarizes the process to build the texture{based graph model of the lungs with
morphology{based structure, followed by the graph kernel and the 2D CNN
approaches. The results obtained by these approaches in the two subtasks are shown
in Section 4. Finally, Section 5 concludes our participation in this challenge.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Subtasks and Dataset</title>
      <p>
        The ImageCLEF 2019 TB task proposed two subtasks: i) Severity score
assessment (SVR subtask) and ii) automatic CT report generation (CTR subtask).
Both subtasks share the same dataset, composed of 335 volumetric chest CT
scans with associated meta{data. Moreover, automatic segmentations of the
lungs were provided by the organizers, obtained with the method described
in [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. The masks provided were used and no other lung segmentation was
attempted in this work.
      </p>
      <p>
        The challenge was divided into two phases. In the rst phase, the organizers
released a set of 218 CT volumes for training, along with their lung masks,
ground truth labels and meta{data. In the second phase, the test set (117 CT
scans) with the corresponding lung segmentations and meta{data was provided.
The ground truth for the test data was never made available. In our approach
we only used the CT images and the lung masks but not the meta{data. The
evaluation on the test set was performed by the organizers after the scheduled
deadline. The exact details of the dataset, such as number of patients per class,
are included in the overview article of the TB task [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>The SVR subtask consisted of assigning a TB severity score to each CT
image. The original score varied between 1 and 5 and the organizers reduced it to
two scores, HIGH and LOW, therefore transforming the original 5{class problem
into a binary classi cation. In the case of the CTR subtask, the objective was
to detect the presence/absence of 6 TB related CT{ ndings in each CT scan.
In our approach we treated this subtask as a multi{binary problem, assuming
complete independence between the</p>
      <p>ndings. For the 7 binary labels to detect
(TB severity + 6 CT{ ndings) we used the same graph model, only varying the
training labels in the last classi cation step of our pipeline.
3
3.1</p>
    </sec>
    <sec id="sec-3">
      <title>Methods</title>
      <sec id="sec-3-1">
        <title>Lung Graph Model</title>
        <p>
          To build the graph model of the lungs with morphology{based structure we
followed the pipeline introduced in [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] and that is shown in Figure 1. The key
details of each of the steps in the pipeline, including the preprocessing applied
to the CT scans, follow. Unless otherwise stated, any other detail remains the
same as in the original work [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
        </p>
        <sec id="sec-3-1-1">
          <title>Lung segmentation</title>
        </sec>
        <sec id="sec-3-1-2">
          <title>Supervoxelization</title>
          <p>GkuGmrQjwI5POBnqX8Jf0 = (N , E , w)
l&lt;atexish1_b64="yc79WYovgEzTpNR+K/A&gt;CFHVDLSM3U2Zd
regional feature extraction and graph entity formation.</p>
          <p>
            Preprocessing: For our approach we use rotation{invariant 3D texture features
that require having isometric voxels. We rst made the 3D images and the lung
masks isometric. After analyzing the di erent resolutions present in the dataset,
a voxel size of 1 mm was selected to capture the maximum textural information.
Supervoxelization: The parcellation of the lung elds was done using a 3D
supervoxelization algorithm based on a generalization for 3D volumes of the SLIC
algorithm [
            <xref ref-type="bibr" rid="ref15 ref16">15, 16</xref>
            ], that created homogeneous regions in terms of Houns eld units
(HU).
          </p>
          <p>
            Regional 3D Texture Features: Each region in the supervoxelization was
described using two state{of{the{art 3D texture descriptors: the histogram of
oriented gradients based on the Fourier transform HOG (FHOG) introduced
in [
            <xref ref-type="bibr" rid="ref17">17</xref>
            ] and the locally{oriented 3D Riesz{wavelet transform introduced in [
            <xref ref-type="bibr" rid="ref18">18</xref>
            ].
The former resulted in a 28{dimensional vector (fH (v) 2 R28) and the latter in
a 40{dimensional vector (fR(v) 2 R40) for each voxel v in the region. Finally,
given a region r, we extracted the mean ( ) and standard deviation ( ) of the
above mentioned features inside the region, i.e. (fH (r)), (fH (r)), (fR(r)) and
(fR(r)). Hence, four feature vectors were obtained for each region.
Texture{based Graph Model of the Lungs: We used a weighted undirected
graph G(N ; E; w) using the supervoxelization as underlying structure, i.e each
node Ni 2 N corresponds to a region ri in the supervoxelization. Then, an
undirected edge Ei;j with associated weight wi;j is de ned between nodes Ni
and Nj if regions ri and rj are 3D adjacent inside the lung parcellation. The
weight wi;j is de ned as the correlation distance between the regional feature
vectors.
          </p>
          <p>Since we used four regional feature vectors ( H , H , R and R), four
graphs with same edges but di erent edge{weights were generated for each
patient: G H , G H , G R and G R .
3.2</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>Graph Classi cation</title>
        <p>At this point, each patient is described with four graphs that share the same
number of nodes and edges, but di er from any graph from another patient.
Therefore, a method is required that translates these graphs into a common
space where they can be compared. In this section we describe the two methods
tested in 2019. One is based on extracting node centrality measures and the
second one on describing each graph as a set of 2D images.
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Graph Classi cation using Graph Kernels</title>
        <p>
          In this case, we described each graph with a xed number of values derived
from graph measures. This method was developed in [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] and it is summarized
here: For each node N in a graph G we computed ve graph centrality measures:
the weighted degree dw(N ), the relative weighted degree dr(N ) = dw(N) , the
d(N)
weighted closeness cw(N ), the relative weighted closeness cr(N ) = cdw((NN)) and
the weighted betweenness bw(N ). Considering the entire set of nodes N in G,
eDaGrch=offtdhre(sNe )gv,eCmGwea=surfecsww(Nas)gm,oCdGrele=d afscra(Nd)isgtraibnudtiBonGw X=: DfbGww(=N )fgd,ww(Nhe)rge,
N 2 N . Then, we described each of these distributions using 10 equidistant
percentiles from 0 to 100, with percentiles 0 ( 1(X)) and 100 ( 10(X)) being the
minimum and maximum values in the distribution, respectively. Let (X) =
( 1(X); : : : ; 10(X)) be the vector composed of the 10 percentiles k(X) of a
distribution X. Then, our graph{based lung descriptor is de ned as:
!(G) = ( w; (DGw); (Dr ); (CGw); (Cr ); (BGw))
        </p>
        <p>G G
where w is the mean of the weights in the graph.</p>
        <p>For each patient p with graph model Gp, its graph{based lung descriptor
!(Gp) belongs to R51. From now on, !(Gp) is referred to as !f ;p, where f
corresponds to the regional feature used to build the graph Gp (see Section 3.1).
Since four regional features were computed in each region of the lung
parcellation ( H (r), H (r), R(r), and R(r)), the nal lung descriptor !^ p used in
our experiments was de ned as the concatenation of the four graph{based lung
descriptors:
!^ p = (!</p>
        <p>H ;p; ! H ;p; !</p>
        <p>R;p; !</p>
        <p>R;p) 2 R204:</p>
        <p>Finally, these lung descriptor vectors !^ p were fed into a Support Vector
Machine (SVM) classi er to provide the prediction scores. For each of the 7 binary
problems (see Section 2), feature normalization and dimensionality reduction was
applied with respect to the training data before the SVM classi er was used. The
SVM parameters were found by grid{search and 10{fold cross{validation with
accuracy as the performance measure to optimize. Using this approach we
submitted 2 run les: SVR SVM.txt to the SVR subtask and CTR SVM.txt to the
CTR subtask.
3.4</p>
      </sec>
      <sec id="sec-3-4">
        <title>Graph Classi cation using 2D CNNs</title>
        <p>
          The second graph classi cation method used was based on the approach
proposed by Tixier et al. in [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. Their original method was composed of four steps:
1. They rst applied a graph node embedding called node2vec [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] that embeds
each node in a D{dimensional space (D is a priori di erent for each graph).
2. Since each graph Gk is described with a set of nk vectors of dimension Dk,
where nk is the number of nodes in graph Gk, they used PCA to align the
dimensions of the embeddings and they selected the d rst dimensions from
each embedding (where d &lt; Dk, 8k).
3. Then, they extracted 2D histograms by slicing the d{dimensional PCA node
embedding space. As a result, each graph is then represented as a stack of
d2 2D histograms with size 28 28.
4. As a nal step, they considered the 2D histograms as 2D images and they
trained a 2D CNN with input size ( d2 , 28, 28) to classify the initial graphs.
In our experiments we followed the same pipeline with d = 5 and we used
the same CNN architecture3. However, since for each patient we extracted
four graphs (see Section 3.1), after step 3 we concatenated their respective
5{dimensional embeddings, obtaining 4 52 = 10 2D histograms. The
network used was then set up to have input size (10,28,28). With this
technique we submitted two runs, one per subtask: SVR GNN node2vec pca.csv and
CTR GNN node2vec pca.csv.
        </p>
        <p>A variant of the same method was also tested using the graph centrality
measures described in Section 3.3. In this case, we replaced the node2vec and
PCA steps by directly describing each node with the ve abovementioned
measures. The next steps were maintained, i.e. the concatenation of the
embeddings, the creation of the 2D histograms of size 28 28 and the classi cation
using a 2D CNN with input size (10,28,28). Two more runs, one for each
subtask, were submitted using this approach: SVR GNN nodeCentralFeats.csv and
CTR GNN nodeCentralFeats.csv.</p>
        <p>Our last set of submitted runs was based on selecting the best
channels before the CNN: For each binary problem we selected during training
the channels where the average 2D histograms di erentiated stronger between
classes. This selection was done manually by visual inspection of the average
2D histograms for each problem and class and the number of selected
channels varied for each binary CT{ nding. Figure 2 shows the average 2D
histograms obtained for each embedding (based on graph centrality measures and
node2vec) for the SVR subtask. For the shown example we selected the channels
f2,4,7,9g in both embeddings. With this last approach we submitted four
additional runs SVR GNN node2vec pca sc.csv, SVR GNN nodeCentralFeats sc.csv,
CTR GNN node2vec pca sc.csv and CTR GNN nodeCentralFeats sc.csv.</p>
        <p>
          For all our experiments we used the same training scheme: 80{20% training
and validation split with early stopping based on the validation accuracy. All
the other parameters remained the same than in the original work [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ].
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <p>3 https://github.com/Tixierae/graph_2D_CNN
1
le :s }
n t 2</p>
      <p>a ,
ahn eF {1
C
2
le :s }
n t 4</p>
      <p>a ,
ahn eF {3
C
3
le :s }
n t 6</p>
      <p>a ,
ahn eF {5
C
4
le :s }
n t 8</p>
      <p>a ,
ahn eF {7
C
5
l : }
en ts 0</p>
      <p>1
a ,
ahn eF {9
C
6
l : }
e s 2
n t 1</p>
      <p>a ,
an e 1
h F {1
C
7
l : }
e s 4
n t 1</p>
      <p>a ,
an e 3
h F 1</p>
      <p>{
C
8
l : }
e s 6
n t 1</p>
      <p>a ,
an e 5
h F {1
C
9
l : }
e s 8
n t 1</p>
      <p>a ,
an e 7
h F {1
C
0
l1 : }
e ts 0</p>
      <p>2
n a ,
n e 9
a F {1
h
C</p>
      <p>Centrality measures</p>
      <p>node2vec
Class 0 Class 1 Class 0 Class 1
each embedding (graph centrality measures and node2vec). In this case, class 0 refers
to LOW and class 1 to HIGH TB severity.
six TB{related abnormalities on lung CT scans. Once the graph was built, two
approaches were performed to classify the lung graphs. It is worth to remember
that their comparison is not straight forward since the graphs contain a di erent
number of nodes and edges. Among the two classi cation techniques applied,
the CNN with the 2D node embeddings performed much worse than the SVM
classi er using the lung descriptor vectors (see Sections 3.3 and 3.4). However,
among the two node embeddings attempted there is no clear winner. Analyzing
the results obtained after reducing the number of channels (runs with sc su x),
there is improvement in both subtasks only when using the embedding based on
the graph centrality measures. In any case, the results obtained with the CNN{
based classi cation are really low for both subtasks.</p>
      <p>Considering our best approach, we ranked 6th and 3rd at the group level,
in the SVR and CTR subtasks respectively, with results clearly above random.
This supports the suitability of modeling the lungs as a graph for the proposed
subtasks. However, the results show that there is still room for improvement,
particularly in the CTR subtask. In the case of the SVR subtask, better results
could be obtained by using the provided meta{data or even the predicted CT{
ndings. For the CTR subtask, we believe that using a classi er that could keep
the relations between the presence/absence of the diverse CT{ ndings will boost
our results.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgements</title>
      <p>This work was partly supported by the Swiss National Science Foundation in
the project PH4D (320030{146804).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1. Muller, H.,
          <string-name>
            <surname>Clough</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deselaers</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Caputo</surname>
          </string-name>
          , B., eds.: ImageCLEF {
          <article-title>Experimental Evaluation in Visual Information Retrieval</article-title>
          . Volume
          <volume>32</volume>
          of The Springer International Series On Information Retrieval. Springer, Berlin Heidelberg (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Kalpathy-Cramer</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <source>Garc</source>
          a Seco de Herrera,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Demner-Fushman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Antani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Bedrick</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          , Muller, H.:
          <article-title>Evaluating performance of biomedical image retrieval systems: Overview of the medical image retrieval task at ImageCLEF 2004{2014</article-title>
          .
          <source>Computerized Medical Imaging and Graphics</source>
          <volume>39</volume>
          (
          <issue>0</issue>
          ) (
          <year>2015</year>
          )
          <volume>55</volume>
          {
          <fpage>61</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Villegas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , Muller, H.,
          <string-name>
            <surname>Gilbert</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Piras</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikolajczyk</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garc</surname>
            a Seco de Herrera,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bromuri</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amin</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kazi</surname>
            <given-names>Mohammed</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Acar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Uskudarli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Marvasti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.B.</given-names>
            ,
            <surname>Aldana</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.F.</given-names>
            ,
            <surname>Roldan</surname>
          </string-name>
          <string-name>
            <surname>Garc a</surname>
          </string-name>
          , M.d.M.:
          <article-title>General overview of ImageCLEF at the CLEF 2015 labs</article-title>
          .
          <source>In: Working Notes of CLEF 2015. Lecture Notes in Computer Science</source>
          . Springer International Publishing (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Markonis</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Holzer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dungs</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vargas</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Langs</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kriewel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Muller, H.:
          <article-title>A survey on visual information search behavior and requirements of radiologists</article-title>
          .
          <source>Methods of Information in Medicine</source>
          <volume>51</volume>
          (
          <issue>6</issue>
          ) (
          <year>2012</year>
          )
          <volume>539</volume>
          {
          <fpage>548</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. Muller, H.,
          <string-name>
            <surname>Kalpathy-Cramer</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Demner-Fushman</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antani</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Creating a classi cation of image types in the medical literature for visual categorization</article-title>
          .
          <source>In: SPIE Medical Imaging</source>
          . (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Ionescu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , Muller, H.,
          <string-name>
            <surname>Peteri</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Dicente</given-names>
            <surname>Cid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Liauchuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Kovalev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Klimuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Tarasau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Abacha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.B.</given-names>
            ,
            <surname>Hasan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.A.</given-names>
            ,
            <surname>Datla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>DemnerFushman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Dang-Nguyen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.T.</given-names>
            ,
            <surname>Piras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Riegler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Tran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.T.</given-names>
            ,
            <surname>Lux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Gurrin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Pelka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            ,
            <surname>Friedrich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.M.</given-names>
            ,
            <surname>de Herrera</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.G.S.</given-names>
            ,
            <surname>Garcia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Kavallieratou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>del Blanco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.R.</given-names>
            , Rodr guez, C.C.,
            <surname>Vasillopoulos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Karampidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Chamberlain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Clark</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Campello</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>ImageCLEF 2019: Multimedia retrieval in medicine, lifelogging, security and nature</article-title>
          .
          <source>In: Experimental IR Meets Multilinguality, Multimodality, and Interaction. Volume 2380 of Proceedings of the 10th International Conference of the CLEF Association (CLEF</source>
          <year>2019</year>
          ).,
          <string-name>
            <surname>Lugano</surname>
          </string-name>
          , Switzerland,
          <source>LNCS Lecture Notes in Computer Science</source>
          ,
          <source>Springer (September 9-12</source>
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Dicente</given-names>
            <surname>Cid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Liauchuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Klimuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Tarasau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Kovalev</surname>
          </string-name>
          ,
          <string-name>
            <surname>V.</surname>
          </string-name>
          , Muller, H.:
          <article-title>Overview of ImageCLEFtuberculosis 2019 - automatic CT-based report generation and tuberculosis severity assessment</article-title>
          .
          <source>In: CLEF2019 Working Notes</source>
          . Volume
          <volume>2380</volume>
          of CEUR Workshop Proceedings.,
          <string-name>
            <surname>Lugano</surname>
          </string-name>
          , Switzerland, CEUR-WS.org &lt;http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2380</volume>
          &gt; (
          <issue>September 9-12</issue>
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>Dicente</given-names>
            <surname>Cid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Liauchuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Kovalev</surname>
          </string-name>
          ,
          <string-name>
            <surname>V.</surname>
          </string-name>
          , Muller, H.:
          <article-title>Overview of ImageCLEFtuberculosis 2018 - detecting multi-drug resistance, classifying tuberculosis type, and assessing severity score</article-title>
          .
          <source>In: CLEF2018 Working Notes. CEUR Workshop Proceedings</source>
          , Avignon, France, CEUR-WS.org &lt;http://ceur-ws.
          <source>org&gt; (September 10-14</source>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Jeong</surname>
            ,
            <given-names>Y.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.S.:</given-names>
          </string-name>
          <article-title>Pulmonary tuberculosis: up-to-date imaging and management</article-title>
          .
          <source>American Journal of Roentgenology</source>
          <volume>191</volume>
          (
          <issue>3</issue>
          ) (
          <year>2008</year>
          )
          <volume>834</volume>
          {
          <fpage>844</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>Dicente</given-names>
            <surname>Cid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Batmanghelich</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.</surname>
          </string-name>
          , Muller, H.:
          <article-title>Textured graph-model of the lungs for tuberculosis type classi cation and drug resistance prediction: participation in ImageCLEF 2017</article-title>
          .
          <source>In: CLEF2017 Working Notes. CEUR Workshop Proceedings</source>
          , Dublin, Ireland, CEUR-WS.org &lt;http://ceur-ws.
          <source>org&gt; (September 11-14</source>
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>Dicente</given-names>
            <surname>Cid</surname>
          </string-name>
          ,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          , Muller, H.:
          <article-title>Texture-based graph model of the lungs for drug resistance detection, tuberculosis type classi cation, and severity scoring: Participation in ImageCLEF 2018 tuberculosis task</article-title>
          .
          <source>In: CLEF2018 Working Notes. CEUR Workshop Proceedings</source>
          , Avignon, France, CEUR-WS.org &lt;http://ceur-ws.
          <source>org&gt; (September 10-14</source>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>Dicente</given-names>
            <surname>Cid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Jimenez-del Toro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            ,
            <surname>Poletti</surname>
          </string-name>
          ,
          <string-name>
            <surname>P.A.</surname>
          </string-name>
          , Muller, H.:
          <article-title>A graph model of the lungs with morphology-based structure for tuberculosis type classi cation</article-title>
          . In Chung,
          <string-name>
            <given-names>A.C.S.</given-names>
            ,
            <surname>Gee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.C.</given-names>
            ,
            <surname>Yushkevich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Siqi</surname>
          </string-name>
          , B., eds.:
          <source>The 26th International Conference on Information Processing in Medical Imaging (IPMI)</source>
          .
          <article-title>(</article-title>
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Tixier</surname>
            ,
            <given-names>A.J.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nikolentzos</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meladianos</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vazirgiannis</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Graph classi - cation with 2d convolutional neural networks</article-title>
          .
          <source>arXiv preprint arXiv:1708.02218</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>Dicente</given-names>
            <surname>Cid</surname>
          </string-name>
          ,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          ,
          <article-title>Jimenez-del-</article-title>
          <string-name>
            <surname>Toro</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Depeursinge</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Muller, H.:
          <article-title>E cient and fully automatic segmentation of the lungs in CT volumes</article-title>
          . In Orcun Goksel,
          <article-title>Jimenez-del-</article-title>
          <string-name>
            <surname>Toro</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Foncubierta-Rodriguez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Muller, H., eds.
          <source>: Proceedings of the VISCERAL Challenge at ISBI. Number 1390 in CEUR Workshop Proceedings (Apr</source>
          <year>2015</year>
          )
          <volume>31</volume>
          {
          <fpage>35</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Achanta</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shaji</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lucchi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fua</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , Susstrunk, S.:
          <article-title>SLIC superpixels compared to state{of{the{art superpixel methods</article-title>
          .
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          <volume>34</volume>
          (
          <issue>11</issue>
          ) (
          <year>November 2012</year>
          )
          <volume>2274</volume>
          {
          <fpage>2282</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Schabdach</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wells</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cho</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Batmanghelich</surname>
            ,
            <given-names>K.N.:</given-names>
          </string-name>
          <article-title>A likelihood-free approach for characterizing heterogeneous diseases in large-scale studies</article-title>
          .
          <source>In: International Conference on Information Processing in Medical Imaging</source>
          , Springer (
          <year>2017</year>
          )
          <volume>170</volume>
          {
          <fpage>183</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Skibbe</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidt</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blein</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palme</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brox</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ronneberger</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Rotation-invariant hog descriptors using fourier analysis in polar and spherical coordinates</article-title>
          .
          <source>International Journal of Computer Vision</source>
          <volume>106</volume>
          (
          <issue>3</issue>
          ) (
          <year>2014</year>
          )
          <volume>342</volume>
          {
          <fpage>364</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <given-names>Dicente</given-names>
            <surname>Cid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            , Muller, H.,
            <surname>Platon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Poletti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.A.</given-names>
            ,
            <surname>Depeursinge</surname>
          </string-name>
          , A.:
          <article-title>3{D solid texture classi cation using locally{oriented wavelet transforms</article-title>
          .
          <source>IEEE Transactions on Image Processing</source>
          <volume>26</volume>
          (
          <issue>4</issue>
          ) (
          <year>April 2017</year>
          )
          <year>1899</year>
          {
          <fpage>1910</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Grover</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leskovec</surname>
          </string-name>
          , J.: node2vec:
          <article-title>Scalable feature learning for networks</article-title>
          .
          <source>In: Proceedings of the 22nd ACM SIGKDD international conference on Knowledge discovery and data mining</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>