<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>SZTAKI @ ImageCLEF 2008 Visual Concept Detection∗</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>lint Darczy</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zsolt Fekete</string-name>
          <email>zsfekete@ilab.sztaki.hu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>s Brendel</string-name>
          <email>mbrendel@ilab.sztaki.hu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>General Terms</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Data Mining and Web search Research Group, Informatics Laboratory Computer and Automation Research Institute of the Hungarian Academy of Sciences</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Measurement</institution>
          ,
          <addr-line>Performance, Experimentation</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>We describe our approach to the ImageCLEF-VisualConcept 2008 task. Our method is based on image segmentation, using a feature vector describing the visual content of image segments or the entire image. Logistic regression was used for classication. Images were segmented by a home developed segmenter. While in this preliminary report classication by global image features performed best, preliminary results suggest the importance of segmentation for certain classes. We are planning to provide improved analysis in the near future.</p>
      </abstract>
      <kwd-group>
        <kwd>H</kwd>
        <kwd>3 [Information Storage and Retrieval ]</kwd>
        <kwd>H</kwd>
        <kwd>3</kwd>
        <kwd>1 Content Analysis and Indexing</kwd>
        <kwd>H</kwd>
        <kwd>3</kwd>
        <kwd>3 Information Search and Retrieval</kwd>
        <kwd>H</kwd>
        <kwd>3</kwd>
        <kwd>4 Systems and Software</kwd>
        <kwd>H</kwd>
        <kwd>3</kwd>
        <kwd>7 Digital Libraries</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        In this paper we describe our approach to the ImageCLEF Visual Concept 2008 evaluation
campaign over the IAPR TC-12 Benchmark [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The Visual Concept Detection Task has the objective
to identify visual concepts. Both the training and test-set was a part of the IAPR TC-12 database.
1,800 images were published, which were classied according to a small concept hierarchy with 17
concepts. The test database consisted of 1,000 images. For each of these images it was required
to determine the presence or absence of the concepts.
      </p>
      <p>
        Our method is based on our approach to the object classication track of the previous year
([
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]). As a main dierence, we used global features in addition to segment based ones, since
concepts such as night and day are characterized by the entire image. For this reason our CBIR
method is based on segmentation of the image and on the comparison of features globally as well as
segmentwise. While may of the existing CBIR systems rely on so called blobs, regions, or segments
[
        <xref ref-type="bibr" rid="ref2 ref3 ref7 ref8">3, 8, 2, 7</xref>
        ], the specialty of our method is our special segmentation method and the combining of
global and segment based approach.
      </p>
      <p>∗This work was supported by the EU FP7 project JUMAS Judicial Management by Digital Libraries Semantics
and by grants OTKA NK 72845 and NKFP-07-A2 TEXTREND.</p>
      <p>Due to processing and classication costs we show preliminary results only that we plan to
revise in the near future. As a main issue, we were not able to perform method selection and
blending on a separate heldout set that, as expected, resulted in overtting both for our classicator
combination and for our segment ltering methods.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Visual feature generation</title>
      <p>
        Our CBIR system [
        <xref ref-type="bibr" rid="ref1 ref4">4, 1</xref>
        ] relies on so called blobs, regions or segments. Classes such as building or
people are classied by extracting specic features from the segments. For segmentation we use
the code of the Felzenszwalb and Huttenlocher [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] graph-based method. Global classes such as
outdoor are classied by using the entire image as a single segment.
      </p>
      <p>By the distinction of classes that characterize global and local features of the image,
respectively, we experimented with the number and size of the segments starting from a single segment
per image for global classes down to a very large number of segments. After resizing images to a
size of maximum 500x500 by keeping the aspect ratio, we tuned the minimum segment size and
the cut parameters of the FelzenszwalbHuttenlocher algorithm to select a small and a medium
granularity segmentation. The small version resulted typically in more than 100 while medium in
less than 100 segments per image. The minimum segment size is 50 pixels for small and 1500 for
medium.</p>
      <p>The runs submitted also dier in the features used to characterize the segments. We use mean
color, RGB histogram and the 2D Fourier transform of the image in addition to shape values
formed by converting segments to binary pattern, then resizing to 10x10 so that binary values are
converted to grayscale values proportionally.
glob1: 33 values per image for mean color (RGB) and a 10-bin histogram for all the 3 channels
(RGB). No segmentation is performed.
glob2: 173 values per image for mean color (RGB), a 20-bin histogram, 2x5 contrast (5 maximal
and 5 minimal values of L-channel in HSL color-space) and 100 values of a 2D Fourier
transform (sampled along zig-zag). No segmentation is performed.
medium: 135 values per segments for mean color, 3x10 histogram and 10x10 shape. Segments
are of medium size, i.e. less than 100 in number per image.
small: Same as medium with small size segments, i.e. more than 100 segments per image.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Classication</title>
      <p>We use logistic regression for classication with the global or segment features as input. The output
real value is interpreted as the probability of the image or segment belonging to the specic class.
For a single image we averaged the segment based predictions, which turned out more accurate
than either the minimum or the maximum. Finally, a threshold of 0,5 was applied to get binary
values. We did not use the logical information included in the class hierarchy, which could improve
our method.</p>
      <p>In our mixed run for each class we used the classier that performed best on the training
data. Due to time constraints we did not use a heldout set, which resulted in overtraining for this
run. By closer analysis the glob1 run was overtrained the most. By replacing glob1 by glob2 the
combined performance improved over the best single run even in this overtrained scenario. The
explanation for the overtraining for glob1 may lie in the low number of features used.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <p>EER
AUC
ppnn
36.07
67.15
EER
AUC</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and future work</title>
      <p>In summary we may observe best overall performance for the high dimensional global feature space,
closely followed by the medium resolution segmentation. We also reached improvement (although
not among the submitted runs) by combination. Results in this report are preliminary and we
are planning to rerun all our classicators by using separate heldout sets for segment ltering and
combination.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>AndrÆs</given-names>
            <surname>Benczoer</surname>
          </string-name>
          , IstvÆn Br, MÆtyÆs Brendel, CsalogÆny KÆroly, BÆlint Darczy, and DÆvid Siklsi.
          <article-title>Cross-modal retrieval by text and image feature biclustering</article-title>
          .
          <source>In Working Notes for the CLEF 2007 Workshop</source>
          , Budapest,Hungary,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Chad</given-names>
            <surname>Carson</surname>
          </string-name>
          , Serge Belongie, Hayit Greenspan, and
          <string-name>
            <given-names>Jitendra</given-names>
            <surname>Malik</surname>
          </string-name>
          .
          <article-title>Blobworld: Image segmentation using expectation-maximization and its application to image querying</article-title>
          .
          <source>IEEE Trans. Pattern Anal. Mach</source>
          . Intell. ,
          <volume>24</volume>
          (
          <issue>8</issue>
          ):
          <fpage>10261038</fpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Yixin</given-names>
            <surname>Chen</surname>
          </string-name>
          and
          <string-name>
            <given-names>James Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          .
          <article-title>Image categorization by learning and reasoning with regions</article-title>
          .
          <source>J. Mach. Learn. Res.</source>
          ,
          <volume>5</volume>
          :
          <fpage>913939</fpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Thomas</given-names>
            <surname>Deselaers</surname>
          </string-name>
          , Allan Hanbury, Ville Viitaniemi, AndrÆs Benczoer, MÆtyÆs Brendel, BÆlint Darczy, Hugo Jair Escalante Balderas, Theo Gever, Carlos Arturo HernÆndez Gracidas,
          <string-name>
            <surname>Steven C. H. Hoi</surname>
            , Jorma Laaksonen,
            <given-names>Mingjing</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            , Heidy Marisol Marin Castro, Hermann Ney, Xiaoguang Rui, Nicu Sebe, Julian Stttinger, and
            <given-names>Lei</given-names>
          </string-name>
          <string-name>
            <surname>Wu</surname>
          </string-name>
          .
          <article-title>Overview of the imageclef 2007 object retrieval task</article-title>
          .
          <source>In Working Notes for the CLEF 2007 Workshop</source>
          , Budapest,Hungary,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Pedro</surname>
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Felzenszwalb</surname>
          </string-name>
          and Daniel P. Huttenlocher.
          <article-title>Ecient graph-based image segmentation</article-title>
          .
          <source>International Journal of Computer Vision</source>
          ,
          <volume>59</volume>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Michael</given-names>
            <surname>Grubinger</surname>
          </string-name>
          , Paul Clough, Henning Mller, and
          <string-name>
            <given-names>Thomas</given-names>
            <surname>Deselears</surname>
          </string-name>
          .
          <source>The IAPR TC-12</source>
          benchmark
          <article-title>- a new evaluation resource for visual information systems</article-title>
          . In OntoImage, pages
          <fpage>1323</fpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Qin</given-names>
            <surname>Lv</surname>
          </string-name>
          , Moses Charikar, and
          <string-name>
            <given-names>Kai</given-names>
            <surname>Li</surname>
          </string-name>
          .
          <article-title>Image similarity search with compact data structures</article-title>
          .
          <source>In CIKM '04: Proceedings of the Thirteenth ACM International Conference on Information and Knowledge Management</source>
          , pages
          <fpage>208217</fpage>
          , New York, NY, USA,
          <year>2004</year>
          . ACM Press.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>B. G.</given-names>
            <surname>Prasad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. K.</given-names>
            <surname>Biswas</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S. K.</given-names>
            <surname>Gupta</surname>
          </string-name>
          .
          <article-title>Region-based image retrieval using integrated color, shape, and location index</article-title>
          .
          <source>Comput. Vis. Image Underst</source>
          . ,
          <volume>94</volume>
          (
          <issue>1-3</issue>
          ):
          <fpage>193233</fpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>