<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Textured Graph-model of the Lungs for Tuberculosis Type Classification and Drug Resistance Prediction: Participation in ImageCLEF 2017</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Yashin</forename><surname>Dicente Cid</surname></persName>
							<email>yashin.dicente@hevs.ch</email>
							<affiliation key="aff0">
								<orgName type="institution">University of Applied Sciences Western Switzerland (HES-SO)</orgName>
								<address>
									<settlement>Sierre</settlement>
									<country key="CH">Switzerland</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">University of Geneva</orgName>
								<address>
									<country key="CH">Switzerland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Kayhan</forename><surname>Batmanghelich</surname></persName>
							<affiliation key="aff2">
								<orgName type="institution">University of Pittsburgh</orgName>
								<address>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Henning</forename><surname>Müller</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Applied Sciences Western Switzerland (HES-SO)</orgName>
								<address>
									<settlement>Sierre</settlement>
									<country key="CH">Switzerland</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">University of Geneva</orgName>
								<address>
									<country key="CH">Switzerland</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Textured Graph-model of the Lungs for Tuberculosis Type Classification and Drug Resistance Prediction: Participation in ImageCLEF 2017</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">70F8918837F476778CB28199403AB966</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T20:26+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>lungs graph-model</term>
					<term>3D texture analysis</term>
					<term>tuberculosis</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In 2017, the ImageCLEF benchmark proposed a task based on CT (Computed Tomography) images of patients with tuberculosis (TB). This task was divided into two subtasks: multi-drug resistance prediction, and TB type detection. In this work we present a graph-model of the lungs capable of characterizing TB patients with different lung problems. This graph contains a fixed number of nodes with weighted edges based on distance measures between texture descriptors computed on the nodes. This model attempts to encode the texture distribution along the lungs, making it suitable for describing patients with different tuberculosis types. The results show the strength of the technique, leading to best results in the competition for multi-drug resistance (AUC = 0.5825) and good results in the tuberculosis type detection (Cohen's Kappa coef. = 0.1623), with many of the good runs being fairly close.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>ImageCLEF (the image retrieval and analysis evaluation campaign of the Cross-Language Evaluation Forum, CLEF) has organized challenges on image classification and retrieval since 2003 <ref type="bibr" target="#b0">[1]</ref>. Since 2004, a medical image analysis and retrieval task has been organized <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b2">3]</ref>.</p><p>The ImageCLEF 2017 <ref type="bibr" target="#b3">[4]</ref> challenge included a task based on tuberculosis CT (Computed Tomography) volumes, the ImageCLEF 2017 tuberculosis task <ref type="bibr" target="#b4">[5]</ref>. In this task, a dataset of lung CT scans was provided and 2 subtasks were proposed. When tuberculosis affects the lungs, several visual patterns can be seen in a CT image. However, the final diagnosis usually required other analyses than only the images <ref type="bibr" target="#b5">[6]</ref>. A preliminary visualization of the CT volumes available in the ImageCLEF task showed lighter regions forming patterns that could be characterized with an holistic description of the lung. In <ref type="bibr" target="#b6">[7]</ref>, a graph-model of the lungs capable to differentiate between pulmonary hypertension and pulmonary embolism patients is presented. Both diseases present somewhat similar visual defects in lung CT scans, with different shapes and distributions. The graph was based on dividing the lung into several regions and use these as nodes of a graph. The edges of the graph encoded the difference between HU distributions in the lung regions. However, Dual Energy CT (DECT) scans were used in the study and the HU distribution can be described with more detail than in a standard single energy CT. Preliminary results showed that only one energy level did not contain enough information about the HU distribution to differentiate between the pulmonary hypertension and embolism patients.</p><p>Following the same approach, more complex features are used in this work. The descriptors based on the HU distribution were replaced by 3D texture features. Moreover, a deep analysis of the edges of the graph are helpful to describe the tuberculosis patterns. Our hypothesis is that a holistic analysis of the relations between regional texture features is able to encode subtle differences between patients with different tuberculosis type and drug resistance.</p><p>The following section contains a brief overview of the subtasks and dataset of the ImageCLEF 2017 tuberculosis task. More detailed information on the task can be found in the overview article <ref type="bibr" target="#b4">[5]</ref>. Section 3 explains the process of building the textural graph-model of the lungs and all the variations tested for this task in detail. The results obtained by this approach in both subtasks are shown in Section 4. Finally, Section 5 concludes our participation in this challenge.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Subtasks and Datasets</head><p>The ImageCLEF 2017 TB task proposed two subtasks: i) Multi-drug resistance (MDR) prediction, and ii) Tuberculosis type (TBT) detection. The MDR task is a 2-class problem and the TBT task contains 5 classes. For both subtasks volumetric chest CT images with different voxel sizes and automatic segmentations of the lungs were provided. No other lung segmentation was attempted in this work and the masks provided were used. These masks were obtained with the method described in <ref type="bibr" target="#b7">[8]</ref>.</p><p>The competition was divided into two phases. In the first phase, the organizers released for each subtask a set of patient CT volumes as training set with their lung masks and ground truth labels. In the second phase, the test set with its lung segmentations but no labels were provided. The evaluation on the test data was performed by the organizers after the scheduled deadline for all runs that were submitted in time. The number of CT volumes for each task and set are specified in Tables <ref type="table" target="#tab_1">1 and 2</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Methods</head><p>This section details the process for the feature vector extraction from the CT images provided by the ImageCLEF TB task. The same technique was applied for describing the patients of both subtasks. This technique consists of creating graph-models of the lungs, with nodes based on a geometrical atlas and weighted edges encoding dissimilarities between 3D texture descriptors of each atlas region.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Isometric Volumes</head><p>The approach is based on 3D texture features. These features require having isometric voxels. The first step of our approach is to make the 3D images and masks provided by the organizers isometric. After analyzing the multiple resolutions found in the dataset and inter-slice distances, we opted for a voxel size of 1 mm to capture a maximum of information.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Atlas of the Lung</head><p>To build a graph with a fixed structure over the lung physiology we first need a localization system. In this case we chose the atlas developed by Depeursinge et al. in <ref type="bibr" target="#b8">[9]</ref>. This atlas is only based on the mask of the lungs and provide 36 geometric regions dividing the lungs as shown in Figure <ref type="figure" target="#fig_0">1</ref>. It is not based on the lung lobes.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">3D Texture Features</head><p>Two state-of-the-art 3D texture features were selected to describe the texture inside the lung. The first method is a histogram of gradients based on the Fourier transform HOG (FHOG) introduced in <ref type="bibr" target="#b9">[10]</ref>. 28 3D directions are used for the histogram obtaining a 28-dimensional feature vector per image voxel (f H ∈ R 28 ).</p><p>The second approach is the locally-oriented 3D Riesz-wavelet transform introduced by Dicente et al. in <ref type="bibr" target="#b10">[11]</ref>. The parameters that obtained the best results in this article were used in the approach. These are: 3rd-order Riesz transform, 4 scales and 1st-order alignment. This configuration results in 40-dimensional feature vectors for each image voxel. The feature vector for a single voxel is then 10-dimensional containing the energy of each filter along the 4 scales (f R ∈ R 10 ).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4">Textural Graph-Model of the Lungs</head><p>Nodes Using as a base the 36-region atlas, the texture information from the 3D textural features was embedded in a 36-node graph. With this fixed number of nodes, we defined several graphs varying the number of edges and their weights. The following notation is used: given a patient p ∈ P and its 36-region atlas A p of the lungs with regions {r 1 , . . . , r 36 } ∈ A p we let G p be the 36-node graph of the patient p with nodes {N 1 , . . . , N 36 }. Each node N a represents one region r a ∈ A p .</p><p>Edges Three graphs were defined.</p><p>-Graph Full : This is the fully connected 36-node graph. For every pair of nodes N a and N b with a = b there exists an undirected edge E a,b . The total number of edges in this case is 630 ( 36•35 2 ). -Graph 66 : Based on the region adjacency defined by the atlas A p , in this case, there exists edge E a,b between nodes N a and N b if regions r a and r b are 3D adjacent in the atlas. This graph contains 66 edges in total. -Graph 84 : The last graph has the same 66 edges as Graph 66. Moreover, it has 18 additional edges connecting each pair of nodes representing opposite regions inside the atlas.</p><p>The three graphs are shown in Figure <ref type="figure" target="#fig_1">2</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Graph Full</head><p>Graph 66 Graph 84 Feature Vector of a Region Several feature vectors can be extracted from a region r. Section 3.3 introduced the features extracted for a single voxel, f H and f R . Given a region r a , we extracted the mean (µ a ) and standard deviation (σ a ) of the features inside the region, i.e.: µ a (f H ), σ a (f H ), µ a (f R ), and σ a (f R ).</p><p>Feature Vector of a Patient Finally, the feature vector w p of a patient p, is defined as the ordered concatenation of the weights w a,b ∈ G p . Depending on the graph used, this feature vector can be 630-, 66-, or 84-dimensional.</p><p>Feature Normalization The last step before using the feature vectors w p with the classifier is to normalize them along the set of training patients P TRN . Each component w p,i of a vector w p corresponds to the weight of a different edge in the graph. Then, the components of a feature vector can not be seen independently and the normalization is required to keep these relations. Thus, the normalization was done for all components simultaneously. Several normalizations were tested:</p><p>The first is linearly resizing the min and max values among all components between 0 and 1, i.e.:</p><p>[ min</p><formula xml:id="formula_0">p∈PTRN {w p }, max p∈PTRN {w p }] → [0, 1]</formula><p>. The second normalization aims to remove outliers. It considers the feature vector components as elements of a Gaussian distribution, and it centers the data around 0 with a standard deviation of 1, i.e.:</p><formula xml:id="formula_1">[µ p∈PTRN (w p ) − σ p∈PTRN (w p ), µ p∈PTRN (w p ) + σ p∈PTRN (w p )] → [−1, 1]</formula><p>. These normalizations were also applied to the set of test patients P TST using the limits computed on the training set.</p><p>Feature Concatenation Fixing a graph structure (Graph Full, Graph 66, or Graph 84 ) and a measure between features (corr, cos, euc, or sumNorm), several sets W d of feature vectors w d,p were defined when varying the features used to encode the 3D texture in the regions. The possible features are µ a (f H ), σ a (f H ), µ a (f R ), and σ a (f R ). After normalizing each set of vectors W d , concatenations of these descriptors were tested in order to better describe each patient. These were based on the underlying features. The combinations tested were:</p><p>-FHOG using the mean and the std (µ(f H ) and σ(f H )), -Riesz using the mean and the std (µ(f R ) and σ(f R )), and FHOG and Riesz using the mean, the std, and both (µ(f H ) and µ(f R ), σ(f H ) and σ(f R ), and µ(f H ) and µ(f R ) and σ(f H ) and σ(f R )),</p><p>Feature Space Reduction When using the graph Graph Full and feature concatenations, the feature space dimension was much larger than the number of patients. To avoid the known problems when using such large feature spaces, we tested two feature space reduction techniques. Both were applied in the training phase. In the first case, we considered the ground truth labels to be an step function, with values {0, 1} for the MDR subtask, and {1, . . . , 5} for the TB task. Then, we computed the correlation between each feature dimension and these step functions, and selected the feature dimensions that correlated best with them. The threshold was set up as the mean absolute correlation of the feature dimensions with the labels. The second technique is based on the standard deviation of each feature. Only the components with a standard deviation higher than the mean of the standard deviations were selected. Both techniques reduced the size of the feature space by 2 approximately.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.5">Classification</head><p>Multi-class support vector machine (SVM) classifiers with RBF kernel were used for each run of both subtasks, particularly, 2-class for the MDR task and 5-class for the TBT task. Grid search over the RBF parameters cost C and gamma γ was applied. Since the data were normalized, both C and γ moved between [2 −10 , 2 −9 , . . . , 2 10 ]. The best C and γ combination for a run was set as the one with highest cross-validation accuracy in the training set of each subtask.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.6">Tested Runs</head><p>The procedure explained in Section 3.4 resulted in 648 runs per subtask. Table <ref type="table" target="#tab_2">3</ref> summarizes all possible options for each step using the same name coding as in the results tables. Submitted Runs A total of 10 runs could be submitted in the ImageCLEF 2017 TB task. 5 runs were submitted for each task. The 5 runs selected for each task were either one of the 5 best runs with respect to the cross-validation accuracy on the training set (Acc TRN ), or a late fusion of a few of them. The late fusion was executed using the probabilities that the SVM classifier returned and the mean probability of belonging to each class. The same procedure was applied in both tasks. Tables <ref type="table" target="#tab_4">4 and 5</ref> show the identifier and run setup of the 5 best runs for each task respectively. This section shows the results obtained on the training set by the submitted runs (Acc TRN ), and the final performance in the competition (Acc TST ). The final ranking was based on the Area Under the ROC Curve (AUC) for the MDR task, and on the unweighted Cohen's Kappa coefficient (Kappa) for the TBT task. Table <ref type="table" target="#tab_5">6</ref> shows the results for the MDR subtask ordered by the ranking provided by the task organizers. The run identifiers MDR TopBest3 and MDR TopBest5 were obtained by doing late fusion with the 3 and 5 best runs respectively (see Section 3.6). The results for the TBT task are shown in Table <ref type="table" target="#tab_6">7</ref>. Again, the run identifiers TBT TopBest3 and TBT TopBest5 correspond to the late fusion of the 3 and 5 best runs respectively. The best run of the competition is shown in the same table. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusions</head><p>This work presents a new graph-model of the lung based on regional 3D texture features for describing lungs affected by tuberculosis. The participation in the ImageCLEF 2017 tuberculosis 2017 allows for an objective comparison between methods since the ground truth for the test set was never released. For the MDR task, our method participated with 5 runs and obtained the 1st, 2nd and 3rd place in the challenge. Also in the case of the TBT subtask 5 runs were submitted but the best rank obtained was 10. The results underline the difficulty of both tasks and the suitability of our approach for describing TB patients. However, the results also suggest some overfitting by our method when comparing the accuracies obtained for the training and test sets.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Visualization of the 36-region atlas of the lungs.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. Comparison of the three graphs used in our approach.</figDesc><graphic coords="5,-1.72,86.59,377.34,193.98" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>Dataset for the multi-drug resistance task. DS means drug-sensible.</figDesc><table><row><cell>Patient set</cell><cell cols="2">Train Test</cell></row><row><cell>DS</cell><cell cols="2">134 101</cell></row><row><cell>MDR</cell><cell>96</cell><cell>113</cell></row><row><cell cols="3">Total patients 230 214</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 .</head><label>2</label><figDesc>Dataset for the tuberculosis type detection.</figDesc><table><row><cell>Patient set</cell><cell cols="2">Train Test</cell></row><row><cell>Type 1</cell><cell cols="2">140 80</cell></row><row><cell>Type 2</cell><cell cols="2">120 70</cell></row><row><cell>Type 3</cell><cell cols="2">100 60</cell></row><row><cell>Type 4</cell><cell>80</cell><cell>50</cell></row><row><cell>Type 5</cell><cell>60</cell><cell>40</cell></row><row><cell cols="3">Total patients 500 300</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3 .</head><label>3</label><figDesc>Possible configurations for each step. With this option there are 3 × 4 × 3 × 3 × 2 × 3 = 648 combinations.</figDesc><table><row><cell>Property</cell><cell>Options</cell></row><row><cell>Graph</cell><cell>Graph Full, Graph 66, Graph 84</cell></row><row><cell cols="2">E. weight corr, cos, euc, sumNorm</cell></row><row><cell>Features</cell><cell>FHOG, Riesz, FHOG and Riesz</cell></row><row><cell cols="2">F. measure mean, std, mean and std</cell></row><row><cell>F. norm.</cell><cell>[0,1], Gauss[-1,1]</cell></row><row><cell cols="2">F. reduct. none, mostCorr, mostStd</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 4 .</head><label>4</label><figDesc>Best runs for the MDR task.</figDesc><table><row><cell>Run Id. Graph</cell><cell>Features</cell><cell cols="5">F. measure E. weight F. norm. F. reduct. AccTRN</cell></row><row><cell cols="4">MDR Top1 Graph 84 FHOG and Riesz mean and std corr</cell><cell cols="2">Gauss[-1,1] mostCorr</cell><cell>0.6900</cell></row><row><cell cols="3">MDR Top2 Graph 66 FHOG and Riesz std</cell><cell>cos</cell><cell>[0,1]</cell><cell>mostCorr</cell><cell>0.6856</cell></row><row><cell cols="2">MDR Top3 Graph 84 FHOG</cell><cell>mean</cell><cell>corr</cell><cell>[0,1]</cell><cell>none</cell><cell>0.6812</cell></row><row><cell cols="4">MDR Top4 Graph 66 FHOG and Riesz mean and std corr</cell><cell>[0,1]</cell><cell>mostCorr</cell><cell>0.6725</cell></row><row><cell cols="2">MDR Top5 Graph 66 FHOG</cell><cell>mean</cell><cell>corr</cell><cell cols="2">Gauss[-1,1] mostCorr</cell><cell>0.6725</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 5 .</head><label>5</label><figDesc>Best runs for the TBT task.</figDesc><table><row><cell>Run Id. Graph</cell><cell>Features</cell><cell cols="2">F. measure E. weight F. norm. F. reduct. AccTRN</cell></row><row><cell cols="4">TBT Top1 Graph 66 FHOG and Riesz mean and std sumNorm Gauss[-1,1] none</cell><cell>0.5276</cell></row><row><cell cols="4">TBT Top2 Graph 84 FHOG and Riesz mean and std sumNorm Gauss[-1,1] none</cell><cell>0.5174</cell></row><row><cell cols="3">TBT Top3 Graph 66 FHOG and Riesz mean and std sumNorm [0,1]</cell><cell>none</cell><cell>0.5112</cell></row><row><cell cols="4">TBT Top4 Graph 66 FHOG and Riesz mean and std sumNorm Gauss[-1,1] mostCorr</cell><cell>0.5112</cell></row><row><cell cols="3">TBT Top5 Graph 84 FHOG and Riesz mean and std sumNorm [0,1]</cell><cell>none</cell><cell>0.5092</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_5"><head>Table 6 .</head><label>6</label><figDesc>Results of Task 1 -Multi-drug resistance detection.</figDesc><table><row><cell>Run Id.</cell><cell>Run Filename</cell><cell cols="3">AUC AccTST AccTRN #Rank</cell></row><row><cell>MDR Top1</cell><cell>MDR Top1 correct.csv</cell><cell cols="2">0.5825 0.5164 0.6900</cell><cell>1</cell></row><row><cell cols="3">MDR TopBest3 MDR submitted topBest3 correct.csv 0.5727 0.4648</cell><cell>-</cell><cell>2</cell></row><row><cell cols="3">MDR TopBest5 MDR submitted topBest5 correct.csv 0.5624 0.4836</cell><cell>-</cell><cell>3</cell></row><row><cell>MDR Top2</cell><cell>MDR Top2 correct.csv</cell><cell cols="2">0.5337 0.4883 0.6856</cell><cell>10</cell></row><row><cell>MDR Top3</cell><cell>MDR Top3 correct.csv</cell><cell cols="2">0.5112 0.4413 0.6725</cell><cell>17</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_6"><head>Table 7 .</head><label>7</label><figDesc>Results of Task 2 -Tuberculosis type classification.</figDesc><table><row><cell>Run Id.</cell><cell>Run Filename</cell><cell cols="3">Kappa AccTST AccTRN #Rank</cell></row><row><cell>-</cell><cell>TBT resnet full.txt</cell><cell>0.2438 0.4033</cell><cell>-</cell><cell>1</cell></row><row><cell>TBT Top1</cell><cell>TBT Top1 correct.csv</cell><cell cols="2">0.1623 0.3600 0.5276</cell><cell>10</cell></row><row><cell cols="3">TBT TopBest3 TBT submitted topBest3 correct.csv 0.1548 0.3500</cell><cell>-</cell><cell>12</cell></row><row><cell cols="3">TBT TopBest5 TBT submitted topBest5 correct.csv 0.1410 0.3367</cell><cell>-</cell><cell>15</cell></row><row><cell>TBT Top4</cell><cell>TBT Top4 correct.csv</cell><cell cols="2">0.1352 0.3300 0.5112</cell><cell>16</cell></row><row><cell>TBT Top2</cell><cell>TBT Top2 correct.csv</cell><cell cols="2">0.1235 0.3200 0.5174</cell><cell>17</cell></row></table></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>This work was partly supported by the Swiss National Science Foundation in the project PH4D (320030-146804).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">ImageCLEF -Experimental Evaluation in Visual Information Retrieval</title>
		<author>
			<persName><forename type="first">B</forename><surname>Caputo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Springer International Series On Information Retrieval</title>
				<editor>
			<persName><forename type="first">H</forename><surname>Müller</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Clough</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Deselaers</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="volume">32</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Evaluating performance of biomedical image retrieval systems: Overview of the medical image retrieval task at ImageCLEF 2004-2014</title>
		<author>
			<persName><forename type="first">J</forename><surname>Kalpathy-Cramer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>García Seco De Herrera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Demner-Fushman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Antani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bedrick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Müller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computerized Medical Imaging and Graphics</title>
		<imprint>
			<biblScope unit="volume">39</biblScope>
			<biblScope unit="issue">0</biblScope>
			<biblScope unit="page" from="55" to="61" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">General overview of ImageCLEF at the CLEF 2015 labs</title>
		<author>
			<persName><forename type="first">M</forename><surname>Villegas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gilbert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Piras</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Mikolajczyk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>García Seco De Herrera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bromuri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Amin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kazi Mohammed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Acar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Uskudarli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">B</forename><surname>Marvasti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">F</forename><surname>Aldana</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">D M</forename><surname>Roldán García</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2015</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Overview of ImageCLEF 2017: Information extraction from images</title>
		<author>
			<persName><forename type="first">B</forename><surname>Ionescu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Villegas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Arenas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Boato</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">T</forename><surname>Dang-Nguyen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Dicente Cid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Eickhoff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Garcia Seco De Herrera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gurrin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Islam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Kovalev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Liauchuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mothe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Piras</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Riegler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Schwall</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Experimental IR Meets Multilinguality, Multimodality, and Interaction 8th International Conference of the CLEF Association</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<meeting><address><addrLine>CLEF; Dublin, Ireland</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2017-09-11">2017. September 11-14 2017</date>
			<biblScope unit="volume">10456</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Overview of ImageCLEFtuberculosis 2017 -predicting tuberculosis type and drug resistances</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Dicente Cid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kalinovsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Liauchuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Kovalev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Müller</surname></persName>
		</author>
		<ptr target="WS.org&lt;http://ceur-ws.org&gt;" />
	</analytic>
	<monogr>
		<title level="m">CLEF 2017 Labs Working Notes. CEUR Workshop Proceedings</title>
				<meeting><address><addrLine>Dublin, Ireland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017">September 11-14 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Pulmonary tuberculosis: up-to-date imaging and management</title>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">J</forename><surname>Jeong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">S</forename><surname>Lee</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">American Journal of Roentgenology</title>
		<imprint>
			<biblScope unit="volume">191</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="834" to="844" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">A lung graph-model for pulmonary hypertension and pulmonary embolism detection on DECT images</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Dicente Cid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Platon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Janssens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Lador</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">A</forename><surname>Poletti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Depeursinge</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">MICCAI Workshop on Medical Computer Vision: Algorithms for Big Data</title>
				<meeting><address><addrLine>MCV</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Efficient and fully automatic segmentation of the lungs in CT volumes</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Dicente Cid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Jimenez-Del-Toro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Depeursinge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Müller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the VISCERAL Challenge at ISBI. Number 1390 in CEUR Workshop Proceedings</title>
				<editor>
			<persName><forename type="first">Orcun</forename><surname>Goksel</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">O</forename><surname>Jimenez-Del-Toro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Foncubierta-Rodriguez</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Müller</surname></persName>
		</editor>
		<meeting>the VISCERAL Challenge at ISBI. Number 1390 in CEUR Workshop Proceedings</meeting>
		<imprint>
			<date type="published" when="2015-04">Apr 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">3D lung image retrieval using localized features</title>
		<author>
			<persName><forename type="first">A</forename><surname>Depeursinge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Zrimec</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Busayarat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Müller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computer-Aided Diagnosis</title>
		<imprint>
			<biblScope unit="volume">7963</biblScope>
			<biblScope unit="page">79632E</biblScope>
			<date type="published" when="2011">2011. 2011</date>
			<publisher>SPIE</publisher>
		</imprint>
	</monogr>
	<note>Medical Imaging</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Rotation-invariant hog descriptors using fourier analysis in polar and spherical coordinates</title>
		<author>
			<persName><forename type="first">K</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Skibbe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Schmidt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Blein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Palme</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Brox</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Ronneberger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Computer Vision</title>
		<imprint>
			<biblScope unit="volume">106</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="342" to="364" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">3-D solid texture classification using locally-oriented wavelet transforms</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Dicente Cid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Platon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">A</forename><surname>Poletti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Depeursinge</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Image Processing</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="1899" to="1910" />
			<date type="published" when="2017-04">April 2017</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
