<?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">ImageCLEF 2017: Supervoxels and Co-occurrence for Tuberculosis CT Image Classification</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Vitali</forename><surname>Liauchuk</surname></persName>
							<email>vitali.liauchuk@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="institution">United Institute of Informatics Problems</orgName>
								<address>
									<settlement>Minsk</settlement>
									<country key="BY">Belarus</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Vassili</forename><surname>Kovalev</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">United Institute of Informatics Problems</orgName>
								<address>
									<settlement>Minsk</settlement>
									<country key="BY">Belarus</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">ImageCLEF 2017: Supervoxels and Co-occurrence for Tuberculosis CT Image Classification</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">EC7AC2610875286595FC4D98CA7B463C</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T20:28+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>Supervoxels</term>
					<term>Dictionary</term>
					<term>Co-occurrence</term>
					<term>Image Classification</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The paper presents image description and classification methods which were used by United Institute of Informatics Problems (UIIP) group for tuberculosis image classification task. A method based on cooccurrence of adjacent supervoxels in 3D computed tomography (CT) images was used for subtask #1 which was dedicated to image-based recognition of multi-drug resistant tuberculosis. For subtask #2 which is dedicated to automated categorization of tuberculosis patients into one of five types of tuberculosis, extended multidimensional multi-sort co-occurrence matrices were used for describing the CT scans. Both two submitted runs were ranked 7th in both subtasks.</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>The tuberculosis task <ref type="bibr" target="#b0">[1]</ref> of ImageCLEF 2017 Challenge <ref type="bibr" target="#b1">[2]</ref> considers two subtasks both dealing with 3D CT images. The subtask #1 is dedicated to the problem of single image-based distinguishing between multi-drug resistant tuberculosis (MDR TB) cases and drug sensitive (DS) ones. The task itself is very challenging and so far there are no techniques reported which allow robust and accurate prediction of tuberculosis drug resistance based solely on lung CT images. Several studies reported the statistically significant links between presence of visually detected radiological findings and drug resistance status <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b3">4]</ref>. Also some research was carried out to detect statistically significant links between the drug resistance and structural features of radiological images of lung <ref type="bibr" target="#b4">[5]</ref> and some trials were made to assess the possible prediction accuracy <ref type="bibr" target="#b5">[6]</ref>. However in those studies the datasets used were not large enough and contained relapse tuberculosis cases which have much higher probability of begin drug-resistant. Instead, the dataset collected for ImageCLEF 2017 tuberculosis subtask #1 contained only DS and MDR cases without transitional single-drug resistant and poly-drug resistant ones and no relapses in order to make the dataset as unbiased as possible. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Data Preparation</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Segmentation of lung regions</head><p>For extraction of lung regions in both subtasks, a domestic implementation of a conventional approach of segmentation using non-rigid image registration was used instead of the one proposed by the organizers. In our case the method utilized 130 reference CT scans with manually segmented lungs. These 130 CT scans represent completely separate dataset and have no respect to any of Im-ageCLEF tuberculosis datasets. For each target CT scan, a similarity measure was calculated between the target image and the reference images and top-5 most similar reference images were selected. The selected images along with the corresponding lung masks were registered using 'elastix' software tool <ref type="bibr" target="#b6">[7]</ref>, the final segmentation mask was obtained by means of averaging. The implemented method demonstrated high robustness to the presence of large lesion in lungs (see Fig. <ref type="figure" target="#fig_0">1</ref>). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Supplementary dataset for supervoxels dictionaries</head><p>For subtask #1 we used an image description method which operates with socalled image supervoxels which are basically a 3D-version of conventional 2D image superpixels <ref type="bibr" target="#b7">[8]</ref>. The method considers categorization of image supervoxels into classes according to a precalculated supervoxel dictionary similarly to the well known bag-of-words approach <ref type="bibr" target="#b8">[9]</ref>. For composing a meaningful supervoxels dictionary, an auxiliary image dataset was composed. The dataset included 229 small 3D CT image regions of size 128×128×128 voxels extracted from CT scans. Before extraction of regions, the original CT images were re-sampled using nearest-neighbor interpolation in order to equalize sizes of voxel along all the three axes, i.e. make them cubic-shaped (see examples in Fig. <ref type="figure" target="#fig_1">2</ref>). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Subtask #1: Drug Resistance prediction</head><p>For subtask #1, a method for quantitative description of biomedical images based on supervoxel representation and utilizing the co-occurrence concept was used. To our best knowledge the potential of superpixel/supervoxel-based image description has not been extensively researched yet <ref type="bibr" target="#b9">[10]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">General scheme of image description method</head><p>The proposed image description method includes two major stages: (a) generating a supervoxel dictionary and (b) describing the images using the obtained dictionary. With this study, superpixel dictionaries were represented by the sets of features of the most typical supervoxels occurring on the images of a given type. The generating superpixel dictionary stage included the following steps:</p><p>selection of a certain number of representative images of given type; extraction of supervoxels from the selected images; extraction of supervoxels features; splitting the supervoxels feature-space into N clusters; calculating cluster (class) centroids; composing the supervoxel dictionary (set of centroids).</p><p>The image description stage was based on calculation of histograms and cooccurrence matrices of image supervoxels categorized into N classes according to the previously obtained dictionary. This included the following:</p><p>extraction of supervoxels from the target image; extraction of supervoxels features; categorization of each supervoxel into one of N classes according to the precalculated dictionary; calculating a co-occurrence matrix <ref type="bibr" target="#b10">[11]</ref> of the categorized supervoxels.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Composing supervoxel dictionary</head><p>In <ref type="bibr" target="#b11">[12]</ref> the authors used superpixel dictionaries for semantic segmentation of street images. A set of 1708 superpixel features including color, texture, shape and location features was used for the task of scene description. In our study, we used a set of 6 major supervoxel features which basically describe texture and shape of a single supervoxel:</p><p>mean intensity of internal pixels; standard deviation of intensity; entropy of intensity; mean gradient magnitude; sphericity; -"cubeness". Sphericity was calculated using formula:</p><formula xml:id="formula_0">Sphericity = π 1/3 (6V ) 2/3 A ,<label>(1)</label></formula><p>where V is the total number of voxels in supervoxel, and A is the number of border voxels in supervoxel. Sphericity value is close to 1 if the supervoxels shape is similar to sphere. "Cubeness" feature expressed the extent of how much the supervoxel shape is similar to cube and was calculated as:</p><formula xml:id="formula_1">Cubeness = V V bb ,<label>(2)</label></formula><p>where V bb corresponds to number of voxels in bounding box of the supervoxel considered. Maximum value of "cubeness" feature is 1 in case of ideally cubicshaped supervoxel. The meaning of this feature is dictated by the algorithm of generation of supervoxels. At the initialization step, the shape of all supervoxels is cubic. And if the underlying image substrate is enough homogeneous the resultant supervoxels remain cubic-shaped. A 3D version of the superpixel generation algorithm <ref type="bibr" target="#b7">[8]</ref> used with this study has two control parameters: superpixel size Sz and a regularization parameter Reg. The examples of generated supervoxels are shown in Fig. <ref type="figure" target="#fig_2">3</ref>. Supervoxel dictionaries were generated for several combinations of parameters Sz and Reg. Supervoxel clustering was performed using k-means algorithm, number of clusters being set to N = 8, 16, 32 and 64.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Image classification</head><p>The proposed method was finally applied to the training set images of Image-CLEF tuberculosis subtask #1. The following combinations of control parameters of supervoxel extraction algorithm were used: Sz = 32, Reg = 0.1; Sz = 32, Reg = 0.3; Sz = 32, Reg = 1; Sz = 48, Reg = 0.1; Sz = 48, Reg = 0.3; Sz = 48, Reg = 1. The supervoxel dictionary size N was set to 8, 16, 32 and 64. Supervoxel maps were calculated for all of the 230 training CT scans, class numbers were assigned to supervoxels and for each image a supervoxels class co-occurrence matrix was calculated which was further used as a feature vector for prediction.</p><p>Only feature vector elements which were correlated with drug resistance at significance level p &lt; 0.05 were selected for further prediction. Finally, assessment of patients drug resistance probability was performed with use of Logistic Regression classifier within 5-fold cross-validation procedure. Area under ROCcurve (AUC) was used as a measure of prediction performance. The results are shown in Table <ref type="table">3</ref>.3. According to the table of results, the best prediction performance was achieved for the following combination of parameters: Sz = 32, Reg = 1 and size of supervoxel dictionary N = 64. However, it should be notices that even the highest achieved performance is pretty low in general and with 230 study cases corresponds to statistical significance level of roughly p ∼ 0.01.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Subtask #2: tuberculosis type detection</head><p>For this subtask, an extended multi-sort, multi-dimensional co-occurrence matrix approach was used which is proven to be powerful and flexible enough to capture a broad range of structural properties of both 2D and 3D medical images <ref type="bibr" target="#b12">[13]</ref>. For describing lung CT image structure we employed the most general, six-dimensional matrices of IIGGAD type counting voxel pairs with certain intensities (I), gradient magnitudes (G), and mutual angles (A) between the gradient vectors. CT image intensity range from -1000 to +500 Hounsfield Units (HU) was quantized to 12 bins. Gradient values and angles between gradients were both quantized to 6 bins. The matrices consider co-occurrence of voxels in 3D on distances from 1 to 5 measured in axial voxel size. The values of algorithm parameters were selected empirically to maximize classification performance on training set of images. The resultant multidimensional co-occurrence matrices contained in total 12 2 × 6 2 × 6 × 5 = 155 520 elements, most of which were however zeros.</p><p>To reduce the dimensionality of the feature space, a Principal Component Analysis method (PCA) was applied and the first 50 PC's were considered for further analysis. The prediction of patient's tuberculosis type was performed with use of Random Forests classifier.</p><p>The evaluation of the proposed image classification method within 5-fold cross-validation procedure demonstrated classification accuracy of 57.0% and the un-weighted Cohens Kappa coefficient value was 0.442.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Submission and results</head><p>Since subtask #1 represent a very challenging and important problem, most of the efforts of our team was focused on drug resistance prediction subtask. Several different approaches were tested and various descriptor types were examined. Algorithms of automated detection of lesions <ref type="bibr" target="#b13">[14]</ref> were used to derive additional information on the affected level of lungs. Some trials were made to utilize Deep Learning classification methods to distinguish between DS and MDR tuberculosis lesion appearance but no success was achieved there. Finally, since none of the additional approaches provided any significant increase of classification performance, only one run was submitted for subtask #1. In case of subtask #2, one single run was submitted as well.</p><p>In the final table of results the submitted run for subtask #1 was ranked as 7th among the 28 submitted runs with area under ROC-curve (AUC) equal to 0.5415 and prediction accuracy of 49.3% on the test image dataset. The best result in terms of AUC value was achieved by MedGIFT team <ref type="bibr" target="#b14">[15]</ref> and resulted in AUC = 0.5825. Best drug resistance prediction accuracy of 56.8% was achieved by HHU DBS team <ref type="bibr" target="#b15">[16]</ref>.</p><p>For subtask #2, the submitted run was ranked 7th among the total number of 23 runs with recognition accuracy of 39.0% and Cohen's Kappa equal to 0.196. The best results in this subtask were obtained by SGEast team <ref type="bibr" target="#b16">[17]</ref> which corresponded to Cohen's Kappa value of 0.2438 and recognition accuracy of 40.3%.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusions</head><p>In this paper, image classification methods employed by UIIP group for Im-ageCLEF 2017 tuberculosis task were described. Being tested within the two subtasks, image description methods based on co-occurrence of voxels and supervoxels proved to be efficient for description of textural appearance of 3D medical images. It should be noticed that even the top-performing run submitted for subtask #1 resulted in AUC = 0.59 which is pretty low in terms of classification task. The conclusion which can be drawn is that the task of prediction of tuberculosis drug resistance based on a single CT image probably cannot be solved with a reasonable accuracy.</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. Example slices of CT images with segmented lungs.</figDesc><graphic coords="2,164.00,427.73,287.37,142.73" type="bitmap" /></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. Example slices of CT image regions with extracted supervoxels.</figDesc><graphic coords="3,200.49,233.69,214.40,141.84" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. Example supervoxels generated using different sets of parameters: Sz = 32, Reg = 0.3 (left); Sz = 32, Reg = 1.0 (middle); Sz = 24, Reg = 0.3 (right).</figDesc><graphic coords="5,142.49,114.17,330.37,109.09" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>Training set in this subtask included 230 CT images: 134 drug sensitive and 96 drug resistant cases. Test set consisted of 214 CT images and was slightly biased towards MDR tuberculosis: 101 drug sensitive and 113 drug resistant cases. The subtask #2 of ImageCLEF 2017 tuberculosis task is aimed at automatic categorization of CT images into one of five types of tuberculosis types: Infiltrative, Focal, Tuberculoma, Miliary and Fibro-cavernous. Having 500 CT scans in training set and 300 images in tests set, the subtask provides a valuable benchmark for computerized methods of CT image content description and classification.</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 1 .</head><label>1</label><figDesc>Area under ROC-curve (AUC) for drug resistance prediction.</figDesc><table><row><cell>Supervoxel parameters</cell><cell>N = 8</cell><cell>N = 16</cell><cell>N = 32</cell><cell>N = 64</cell></row><row><cell>Sz = 32, Reg = 0.1</cell><cell>0.48</cell><cell>0.49</cell><cell>0.52</cell><cell>0.46</cell></row><row><cell>Sz = 32, Reg = 0.3</cell><cell>0.53</cell><cell>0.47</cell><cell>0.45</cell><cell>0.53</cell></row><row><cell>Sz = 32, Reg = 1.0</cell><cell>0.56</cell><cell>0.51</cell><cell>0.54</cell><cell>0.59</cell></row><row><cell>Sz = 48, Reg = 0.1</cell><cell>0.44</cell><cell>0.48</cell><cell>0.53</cell><cell>0.53</cell></row><row><cell>Sz = 48, Reg = 0.3</cell><cell>0.45</cell><cell>0.53</cell><cell>0.58</cell><cell>0.53</cell></row><row><cell>Sz = 48, Reg = 1.0</cell><cell>0.46</cell><cell>0.47</cell><cell>0.44</cell><cell>0.52</cell></row></table></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>This study was supported by the National Institute of Allergy and Infectious Diseases, National Institutes of Health, U.S. Department of Health and Human Services, USA through the CRDF project OISE-16-62631-1.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<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">CLEF2017 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="b1">
	<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="b2">
	<analytic>
		<title level="a" type="main">Radiological findings of extensively drug-resistant pulmonary tuberculosis in non-AIDS adults: comparisons with findings of multidrug-resistant and drugsensitive tuberculosis</title>
		<author>
			<persName><forename type="first">J</forename><surname>Cha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">Y</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">S</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">J</forename><surname>Koh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><forename type="middle">J</forename><surname>Kwon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">A</forename><surname>Yi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">S</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Chung</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Korean journal of radiology</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="207" to="216" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Computed tomography features of extensively drug-resistant pulmonary tuberculosis in non-HIV-infected patients</title>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">S</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">M</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Goo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">J</forename><surname>Yim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">R</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">J</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">S</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">G</forename><surname>Im</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of computer assisted tomography</title>
		<imprint>
			<biblScope unit="volume">34</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="559" to="563" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Is there any correlation between the drug resistance and structural features of radiological images of lung tuberculosis patients?</title>
		<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">I</forename><surname>Safonau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Astrauko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Skrahina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Tarasau</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Computer Assisted Radiology -27th International Congress and Exhibition</title>
				<meeting><address><addrLine>CARS-; Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">2013. 2013</date>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="page" from="18" to="20" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Tarasau: Utilizing radiological images for predicting drug resistance of lung tuberculosis</title>
		<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">A</forename><surname>Kalinouski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rosenthal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gabrielian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Skrahina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Astrauko</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Computer Assisted Radiology -27th International Congress and Exhibition</title>
				<meeting><address><addrLine>CARS-; Barcelona</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2015">2015. 2015</date>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="129" to="130" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Elastix: a toolbox for intensity-based medical image registration</title>
		<author>
			<persName><forename type="first">S</forename><surname>Klein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Staring</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Murphy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Viergever</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Pluim</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on medical imaging</title>
		<imprint>
			<biblScope unit="volume">29</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="196" to="205" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">SLIC superpixels compared to state-of-the-art superpixel methods</title>
		<author>
			<persName><forename type="first">R</forename><surname>Achanta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Shaji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Smith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Lucchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Fua</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Süsstrunk</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Pattern Analysis and Machine Intelligence</title>
		<imprint>
			<biblScope unit="volume">34</biblScope>
			<biblScope unit="issue">11</biblScope>
			<biblScope unit="page" from="2274" to="2282" />
			<date type="published" when="2012-11">November 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Evaluating bag-of-visualwords representations in scene classification</title>
		<author>
			<persName><forename type="first">J</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">G</forename><surname>Jiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">G</forename><surname>Hauptmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">W</forename><surname>Ngo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the international workshop on Workshop on multimedia information retrieval</title>
				<meeting>the international workshop on Workshop on multimedia information retrieval</meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="197" to="206" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Superpixel based angular differences as a midlevel image descriptor</title>
		<author>
			<persName><forename type="first">R</forename><surname>Sicre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Tasli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Gevers</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">22nd International Conference on Pattern Recognition (ICPR-2014)</title>
				<meeting><address><addrLine>Stockholm, Sweden</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="3732" to="3737" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Semantic segmentation of street scenes by superpixel co-occurrence and 3d geometry</title>
		<author>
			<persName><forename type="first">B</forename><surname>Micusik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kosecka</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE Workshop on Video-Oriented Object and Event Classification</title>
				<meeting><address><addrLine>Japan</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="625" to="632" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Scalable nonparametric image parsing with superpixels</title>
		<author>
			<persName><forename type="first">J</forename><surname>Tighe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Lazebnik</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 11th European conference on Computer vision (ECCV&apos;10)</title>
				<meeting>the 11th European conference on Computer vision (ECCV&apos;10)<address><addrLine>Germany, Heidelberg</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="352" to="365" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Three-dimensional texture analysis of MRI brain datasets</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">A</forename><surname>Kovalev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Kruggel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">J</forename><surname>Gertz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">Y</forename><surname>Von Cramon</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Medical Imaging</title>
		<imprint>
			<biblScope unit="volume">20</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="424" to="433" />
			<date type="published" when="2001-05">May 2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Lesion detection in ct images using deep learning semantic segmentation technique</title>
		<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">A</forename><surname>Tarasau</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ISPRS -International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences XLII</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="13" to="17" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Textured graph-model of the lungs for tuberculosis type classification and drug resistance prediction: participation in ImageCLEF</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Dicente Cid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Batmanghelich</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">CLEF2017 Working Notes. CEUR Workshop Proceedings</title>
				<meeting><address><addrLine>Dublin, Ireland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017-09-11">2017. September 11-14 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Convolutional neural networks for multidrug-resistant and drug-sensitive tuberculosis dinstinction</title>
		<author>
			<persName><forename type="first">D</forename><surname>Braun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Singhof</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Tatusch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Conrad</surname></persName>
		</author>
		<ptr target="WS.org&lt;http://ceur-ws.org&gt;" />
	</analytic>
	<monogr>
		<title level="m">CLEF2017 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="b16">
	<analytic>
		<title level="a" type="main">ImageCLEF 2017: ImageCLEF tuberculosis task -the SGEast submission</title>
		<author>
			<persName><forename type="first">J</forename><surname>Sun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Chong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">X M</forename><surname>Tan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Binder</surname></persName>
		</author>
		<ptr target="WS.org&lt;http://ceur-ws.org&gt;(Septem-ber11" />
	</analytic>
	<monogr>
		<title level="m">CLEF2017 Working Notes. CEUR Workshop Proceedings</title>
				<meeting><address><addrLine>Dublin, Ireland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017">-14 2017</date>
		</imprint>
	</monogr>
</biblStruct>

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