<!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>
      <journal-title-group>
        <journal-title>Working Notes. CEUR
Workshop Proceedings</journal-title>
      </journal-title-group>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Using improved optical ow model to detect Tuberculosis</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Fernando Llopis</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andres Fuster-Guillo</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jorge Azor n-Lopez</string-name>
          <email>jazoring@ua.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Irene Llopis</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Alicante.</institution>
          <addr-line>Carretera San Vicente del Raspeig s/n 03690 San Vicente del Raspeig - Alicante</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <volume>2380</volume>
      <fpage>9</fpage>
      <lpage>12</lpage>
      <abstract>
        <p>In 2017, 10 million people su ered from tuberculosis and 1.3 million deaths were recorded at the national level. Nowadays, a quarter of the world's population faces this disease. Early detection of tuberculosis can save many lives. There are many methods to detect this disease but one of the cheapest and quickest is the analysis of CT images of the chest. This is one of the objectives of the ImageClef Tuberculosis 2019 task, and is the one being studied by the University of Alicante's research group in this edition. Last year we used two working approaches, one based exclusively on the use of Deep Learning techniques on a sequence of 2D images extracted from a 3D tomography and another based on the use of Optical Flow to convert the 3D tomography into a moving representation to calculate the ADV (a previous descriptor provided by the group). This descriptor can to synthesize information from a sequence into an image. This year we have tried to improve the results of the second model. This article presents the experiments carried out and the results obtained within the task.</p>
      </abstract>
      <kwd-group>
        <kwd>Tuberculosis Learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Tuberculosis is a disease caused by the bacterium Mycobacterium Tuberculosis
or Koch's bacillus. The main organ a ected are the lungs, but we can also nd
conditions in the kidneys, spine, and brain. It is one of the deadliest diseases in
the world:
{ In 2017, 10 million people were a ected and 1.3 million deaths were recorded
at the national level. A quarter of the world's population su ers from it
{ Causes more deaths than malaria and AIDS combined
People who have symptoms (even if they have a negative test result) or a positive
TB test result should be screened for tuberculosis. There are two types of tests
to nd out if a person has been infected with TB bacteria: - The tuberculin skin
test : A small amount of tuberculin is injected into the lower arm and, after
48-72 hours, the patient must return for medical personnel to analyse the size
of the raised, hardened, or swollen area.</p>
      <p>{ Blood Tests</p>
      <p>In the case of a positive result, it would be to perform other tests, since with
the above-mentioned tests it is not possible to con rm whether a person has
a latent tuberculosis infection or tuberculosis disease.</p>
      <p>They use other diagnostic methods for this purpose:
{ Medical history.</p>
      <p>It's important to keep in mind:
1. History of exposure to tuberculosis
2. Demographic factors such as country of origin, age, race, occupation...</p>
      <p>as these may increase the risk of exposure to the disease.</p>
      <p>3. Patient with other conditions such as HIV or diabetes
{ Physical exam Provides information about the patient's condition and other
factors that may in uence tuberculosis treatment
{ Diagnostic microbiology or baciloscopic Several samples from a sputum smear
or other samples are cultured to test for the presence of acid-fast bacilli
(BAAR), which must be M. tuberculosis. A positive result would con rm
the diagnosis.
{ Anteroposterior Chest X-ray It is used to detect abnormalities in the chest,
lesions that can appear anywhere in the lungs, with di erent sizes, shapes,
density and cavitation, being more common the apical lesion. Although this
test cannot be used as a de nitive diagnosis, it is used to rule out the
possibility of pulmonary tuberculosis in a person who has had a positive reaction
to the tuberculin skin test or blood test. Chest radiography is considered
fundamental in the diagnosis, so we will focus on this test later, using
images from di erent x-rays, which we will process to determine if a patient
has tuberculosis or not, and if so, which of all types.</p>
      <p>Computers can support the automatic detection of patients with tuberculosis.
Along these lines, the CLEF (Conference and Labs of the Evaluation Forum)
has developed several tasks within this eld.</p>
      <p>This is a series of campaigns that have been carried out since 2000, focusing
on the systematic evaluation of information, through various tasks. Most of
the tasks are related to image classi cation and annotation (ImageCLEF) [8].
ImageCLEF is the name given to tasks that use image processing. They began to
be proposed in 2003, and since 2004 medical tasks are added every year. In 2017
a speci c task was proposed for the detection of tuberculosis called ImageCLEF
Tuberculosis, with the participation of 9 groups.</p>
      <p>This year ImageClefTuberculosis [4] includes two independent subtasks.
1. Subtask 1: Severity scoring.</p>
      <p>This subtask is aimed at assessing TB severity score. The Severity score
is a cumulative score of severity of TB case assigned by a medical doctor.</p>
      <p>Originally, the score varied from 1 ("critical/very bad") to 5 ("very good").
2. Subtask 2: CT report.</p>
      <p>In this subtask the participants will have to generate an automatic report
based on the CT image. This report should include the following information
in binary form (0 or 1): Left lung a ected, right lung a ected, presence of
calci cations, presence of caverns, pleurisy, lung capacity decrease.
Last year we test deep learning and Optical Flow models [9]. In our second
participation our objective was to improve the Optical Flow model we used last
year using information from the three axes. We have tested the models developed
with slight variations in the two subtasks.</p>
      <p>This document is structured as follows: in section 2 we present the
architectures of the model used Optical Flow. In section 3 we present the o cial results
of the experiments and Section 4 summarizes the document and o ers a series
of proposals for future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Our approaches to the solution</title>
      <p>In this section we propose a combined method based on optical ow and a
characterization method called ADV, to deal with the classi cation of chest CT
scan images a ected by di erent types of tuberculosis. The key point of this
method is the interpretation of the set of cross-sectional chest images provided
by CT scan, not as a volume but as a sequence of video images. We can extract
movement descriptors capable of classifying tuberculosis a ections by analysing
deformations or movements produced in these video sequences.</p>
      <p>
        The concept of optical ow refers to the estimation of displacements of
intensity patterns. This concept has been extensively used in computer vision in
di erent application domains: robot or vehicle navigation, car driving, video
surveillance or facial expression [5]. In biomedical context optical ow has been
used to analyse organ deformations [7,11]. We can nd di erent methods in
the literature to obtain the optical ow [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. One of the most used method to
estimate motion at each pixel is Lucas Kanade [10]. In this work we will use
Lucas Kanade method to extract optical ow comparing sequences of
consecutive images. Nevertheless, we need not only to estimate motion but describe this
motion.
      </p>
      <p>
        To describe motion there are several methods used in di erent computer
vision context like human behaviour recognition [6]. A successful method to
describe human behaviour based on trajectory analysis is presented in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The
paper proposes a description vector called (ADV Activity Description Vector)
tested in several contexts [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. In summary, the ADV vector describes the activity
in image sequence by counting for each region of the image the movements
produced in four directions of the 2D space. A detailed description of the method
can be found in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>In this paper we propose the use of ADV to describe motion in the optical ow
obtained from sequences of cross-sectional chest images provided by CT scan. In
the rst stage a transformation over the cross-sectional chest images provided by
the CT scan is performed to transform image formats into three video sequences.
Each video sequence corresponds to the section of the volume of the CT scan in
each axis: XY axis, XZ axis and YZ axis. The second stage calculates the optical
ow of the video sequences for each axis using the Lucas Kanade method. The
third stage calculates the activity description vector ADV (3x3x5) independently
for each optical ow extracted from the sections accumulating within each 3x3
region of the image, the displacements of the optical ow in four directions of
a 2D space (right, left, up, down). The fth component of the ADV calculates
the frequencies in direction changes. In the fourth stage a normalization of the
ADV vector in performed. The fth stage uses the ADV vector normalized as
the input for a generic classi er to evaluate the results. In this paper, the SVM
and the LDA classi ers are used. Finally, the last stage ensembles the individual
classi cation results for each axis into a single result. It can to combine the results
using the statistical mode as the most used label or using the SVM classi er to
provide a boosting based combination. On the other hand, some results about
the combination of the di erent classi cation architectures have been provided
as a multiclassi er (MC). This method uses a combination of the individual SVM
and LDA classi ers for each axis and the combination of the ensemble layer as
mode or SVM to provide a meta-classi er combining all the results together to
provide a single label.</p>
      <p>The gure summarizes the successive stages of the process for extracting the
activity descriptors (optical ow+ADV) that will be the input of a classi er.
3
3.1</p>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>Task 1
As can be seen in the table 1 the model of learning the predictions of the ADV
calculated from the sequence of slices by the SVM classi er and combining them
by the mode obtains the best results. The use of the LDA as classi er produce
very similar results. Finally, using a combination of the di erent classi ers and
combinations (SVR-MC) have signi cant results but increasing the complexity
of the prediction.</p>
      <p>In the case of the second task (see results in Table 2), the best results are
obtained using the SVM as classi er per axis and for combining the di erent
predictions. Again, the MC is close to the best result but increasing the
complexity of the model. Finally, the LDA classi er produce wrong results and very
far from the UIIP BioMed.</p>
      <p>To sum up, the results obtained are very promising for the task one. There
are no di erences between the classi cation methods used, but the ADV looks
like a model that can o er acceptable results. However, for the second task, more
resarch should be done in the ADV to be closer to the UIIP BioMed. In future
editions, we will combine the use of ADVs with deep learning techniques, which
we will try to use in future editions.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusions and future work</title>
      <p>Early detection of tuberculosis is a major social challenge, given the devastating
e ects of the disease. As the organizers state, "we have to work towards methods
that allow a correct detection of the disease that kills thousands and thousands
of people". In this paper we have proposed an approach based on Optical Flow to
convert the 3D tomography into a motion representation to calculate the ADV
(a previous descriptor provided by the group). This year we used the three-axis
matrix and improved last year's system. The experiments carried out and the
results obtained allow us to con rm the interest of this line of research and
encourages us to continue making improvements to the proposed model.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgment</title>
      <p>Acknowledgements This research work has been partially funded by the
University of Alicante (Spain), Generalitat Valenciana and the Spanish Government
through the projects (PROMETEU/2018/089),
HUMANO(RTI2018-094653-BC22) and INTEGER: Intelligent Text Generation (RTI2018-094649-B-I00).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Azorin-Lopez</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saval-Calvo</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fuster-Guillo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garcia-Rodriguez</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Human behaviour recognition based on trajectory analysis using neural networks</article-title>
          .
          <source>In: Proceedings of the International Joint Conference on Neural Networks</source>
          (
          <year>2013</year>
          ). https://doi.org/10.1109/IJCNN.
          <year>2013</year>
          .6706724
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Azorin-Lopez</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saval-Calvo</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fuster-Guillo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garcia-Rodriguez</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cazorla</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Signes-Pont</surname>
          </string-name>
          , M.T.:
          <article-title>Group activity description and recognition based on trajectory analysis and neural networks</article-title>
          .
          <source>In: 2016 International Joint Conference on Neural Networks (IJCNN)</source>
          .
          <source>vol. 2016-Octob</source>
          , pp.
          <volume>1585</volume>
          {
          <issue>1592</issue>
          (
          <year>2016</year>
          ). https://doi.org/10.1109/IJCNN.
          <year>2016</year>
          .7727387
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Chao</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Napolitano</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A survey of optical ow techniques for robotics navigation applications</article-title>
          .
          <source>Journal of Intelligent and Robotic Systems: Theory and Applications</source>
          <volume>73</volume>
          (
          <issue>1-4</issue>
          ),
          <volume>361</volume>
          {
          <fpage>372</fpage>
          (
          <year>2014</year>
          ). https://doi.org/10.1007/s10846-013-9923-6
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>