<!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>FutureView: Enhancing Exploratory Image Search</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sayantan Hore</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dorota Głowacka</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ilkka Kosunen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kumaripaba Athukorala</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giulio Jacucci</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Helsinki Institute for Information Technology HIIT, Department of Computer Science, University of Helsinki</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>Search algorithms in image retrieval tend to focus on giving the user more and more similar images based on queries that the user has to explicitly formulate. Implicitly, such systems limit the users exploration of the image space and thus remove the potential for serendipity. As a response, in recent years there has been an increased interest in developing content based image retrieval systems that allow the user to explore the image space without the need to type specific search queries. However, most of the research focuses on designing new algorithms and techniques, while little research has been done in designing interfaces allowing the user to actively engage in directing their image search. We present an interactive FutureView interface that can be easily combined with most existing exploratory image search engines. The interface gives the user a view of possible future search iterations. A task-based user study demonstrates that our interface enhances exploratory image search by providing access to more images without increasing the time required to find a specific image.</p>
      </abstract>
      <kwd-group>
        <kwd>Interactive user interfaces</kwd>
        <kwd>Content Based Image Retrieval (CBIR)</kwd>
        <kwd>Exploratory search</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Categories and Subject Descriptors</title>
      <p>H.4 [Information Systems Applications]: Miscellaneous</p>
    </sec>
    <sec id="sec-2">
      <title>INTRODUCTION</title>
      <p>In recent years, image retrieval techniques operating on
metadata, such as textual annotations or tags, have become the industry
standard for retrieval from large image collections, e.g. Google
Image Search. This approach works well with sufficiently
highquality meta-data, however, with the explosive growth of image
collections, it has become apparent that tagging new images quickly
and efficiently is not always possible. Secondly, even if
instantaneous high-quality image tagging was possible, there are still many
instances where image search by query is problematic. It might be
easy for a user to define their query if they are looking for an image
of a cat but how do they specify that the cat should be of a very
particular shade of ginger with sad looking eyes.</p>
      <p>
        A solution to this problem has been content based image retrieval
(CBIR) [
        <xref ref-type="bibr" rid="ref12 ref5">5, 12</xref>
        ] combined with relevance feedback [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. However,
evidence from user studies indicates that relevance feedback can
lead to a context trap, where the user has specified their context so
strictly that the system is unable to propose anything new, while
the user is trapped within the present set of results and can only
exploit a limited area of information space [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Faceted search
[
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] was an attempt to solve the problem of context trap by using
global features. However, the number of global features can be very
large thus forcing the user to select from a large amount of options,
which can make the whole process inconvenient and cognitively
demanding. Employing various exploration/exploitation strategies
into relevance feedback has been another attempt at avoiding the
context trap. The exploitation step aims at returning to the user the
maximum number of relevant images in a local region of the feature
space, while the exploration step aims at driving the search towards
different areas of the feature space in order to discover not only
relevant images but also informative ones. This type of systems
control dynamically, at each iteration, the selection of displayed
images [
        <xref ref-type="bibr" rid="ref18 ref7">18, 7</xref>
        ].
      </p>
      <p>
        However, in spite of the development of new techniques to
support queryless exploratory image search, not much attention has
been devoted to the development of interfaces to support this type
of search [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. Most research in CBIR interface design
concentrates either on faceted search [
        <xref ref-type="bibr" rid="ref20 ref22">20, 22</xref>
        ] or enabling CBIR through a
query image or a group of images [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. In fact, most of the existing
techniques and interfaces rely for exploration on iterative
trial-anderror. All of the above techniques provide only limited support
for the recent emerging trend of combining interactive search and
recommendation [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. One key question in this respect is how to
utilise relevance feedback in optimising not only the narrowing but
also the broadening of the scope of the search. We contribute to
this problem with FutureView – an interface that supports queryless
CBIR image search through more fluid steering of the exploration.
This system uses a novel technique that allows users to
preemptively explore the impact of the relevance feedback before
operating a query iteration. We investigate in an evaluation whether this
approach is useful in allowing users to explore more pictures. The
evaluation of FutureView is carried out in a comparative user study
and we conclude with implications for future development of image
search systems that blur interactive search and recommendation.
2.
      </p>
    </sec>
    <sec id="sec-3">
      <title>RELATED WORK</title>
      <p>
        Most image search systems still rely on search queries in order
to return to the user a set of images associated with a tag related to
the search query [
        <xref ref-type="bibr" rid="ref1 ref19">1, 19</xref>
        ]. There are also a number of alternative
interfaces that group similar images based on various clustering
techniques [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], or display similar images close to one another [
        <xref ref-type="bibr" rid="ref14 ref16 ref17 ref23">14, 17,
16, 23</xref>
        ]. However, all of these techniques rely on the availability
of a dataset of tagged images or an automatic expansion of an
initial textual query. Another approach is to rank images based on
features extracted from a set of query images provided by the user
[
        <xref ref-type="bibr" rid="ref4 ref6">4, 6</xref>
        ]. Faceted search [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] is another technique applied in CBIR
to allow the user to browse through a collection of images using
high-level image features, such as colour or texture. However, this
approach often leads to a very large number of features, which can
make the search process cognitively demanding.
      </p>
    </sec>
    <sec id="sec-4">
      <title>OUR APPROACH</title>
      <p>
        The main idea behind interactive interfaces used in most
queryless exploratory CBIR systems [
        <xref ref-type="bibr" rid="ref13 ref18 ref3">3, 13, 18</xref>
        ] is that instead of typing
queries related to the desired image, the user is presented with a
set of images and navigates through the contents by indicating how
“close” or “similar” the displayed images are to their ideal image.
Typically, the user feedback is given by clicking relevant images or
through a sliding bar at the bottom of the image. At the next
iteration, the user is presented with a new set of images more relevant
to his interest. The search continues until the user is satisfied with
the results. Previous studies of CBIR systems show that this type
of interface is intuitive and easy to use [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], however, users often
feel that the new set of images does not reflect the relevance
feedback they provided earlier: users do not feel fully in control of the
system.
      </p>
      <p>Our solution to this problem is an interface that provides the user
with a “peek into the future". The FutureView interface, illustrated
in Figure 1, is divided into two sections. The left-hand part of the
screen is similar to a traditional interface, where the user can rate
images by using a sliding bar at the bottom of each image.
However, after rating one or more images, the user is not taken to the
next search iteration but instead presented with the future view of
the next iteration on the right-hand side of the screen. This allows
the user to “try out" what impact providing feedback to different
images will have on future iterations. When the user is satisfied
with one of the future views, he clicks the “next" button in the right
upper corner of the screen to confirm his choice and then is taken
to the next search iteration.
4.</p>
    </sec>
    <sec id="sec-5">
      <title>EXPERIMENTAL STUDY</title>
      <p>
        We conducted a comparative user study to evaluate the impact
of FutureView on three types of image search tasks: target,
category and open. The study included two conditions: 1) our
FutureView interface; 2) a version of our interface without the future
view, which from now on we will refer to as "single view". The
same backend system was used with both user interfaces. We used
as our backend an existing exploratory image search system, the
details of which can be found in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. We also recorded the gaze
behavior of the participants to determine how much time they spent
observing the future during the FutureView condition. Gaze data
was recorded during both conditions, and the participants were not
informed that only the data in the FutureView condition would be
used. We used the Tobii X2-60 eye tracker with sampling rate of
60Hz.
4.1
      </p>
    </sec>
    <sec id="sec-6">
      <title>Participants</title>
      <p>We recruited 12 post-graduate students from our university to
participate in the study (3 female). The average age of the
participants was 24 years (from 20 to 30). Google image search is the
most frequently used images search tool by all the participants.
4.2</p>
    </sec>
    <sec id="sec-7">
      <title>Design</title>
      <p>
        We used the MIRFLICKR-25000 dataset with three types of
features: colour, texture and edge, as described in [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. We followed
the most commonly used categorization of image search to design
our tasks[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]:
      </p>
      <p>Target search - the user is looking for a particular image, e.g.
a white cat with long hair sitting on a red chair.</p>
      <p>Category search - the user does not have a specific image
in mind and will be satisfied with any image from a given
category, e.g. an image of a cat.</p>
      <p>Open search - the user is browsing a collection of images
without knowing what the final target may look like, e.g.
looking for an illustration to an essay about “youth”.</p>
      <p>We used a within subject design so that every participant
performed three tasks covering all task types in both systems (six tasks
in total = 3 (task types) 2 (systems)). We designed two tasks for
each category to assign unique task for each system. The subject
of the two tasks for target search are: red rose, and tall building.
In category search, we asked the participants to find images from
the following categories: city by night, seashore. In open search,
we asked the participants to imagine they were writing a newspaper
article on a given topic and they had to find an image to accompany
their article. The topics of the articles were: (1) happiness; (2)
gardening. We selected these topics because they are well covered in
the MIRFLICKR-2500 dataset. We showed 12 images per
iteration in the single view interface and in Futureview. After receiving
feedback, FutureView shows the next 12 images on the right-hand
side.
4.3</p>
    </sec>
    <sec id="sec-8">
      <title>Procedure</title>
      <p>At the beginning of the experiment, we briefed the participants as
to the procedure and purpose of the experiment before they signed
the informed consent form. We then provided them with practice
tasks to get them familiar with both systems. The participant would
then proceed to perform six search tasks, divided into two groups of
three tasks so that each participant would complete each different
type of search task once with both systems. Before they started
the target search tasks, we presented three example images and a
short description of the image that they should look for. We did not
provide any example images for category search and open search
tasks. We randomized the order of tasks as well as the order of
systems. After training, the eye tracker was calibrated.</p>
      <p>
        We instructed the participants to finish each task when they find
the target image (in case of target search) or when they feel they
found the ideal image for the tasks from category search and open
search. In all the tasks, we limited the search to 25 iterations to
ensure that the participants did not spend an excessive amount of time
on any task. After finishing each task, the participants completed
the NASA TLX questionnaire [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. After the completion all 6 tasks,
we conducted a semi-structured interview with every participant to
understand their overall satisfaction with the FutureView. A study
lasted approximately 45 minutes. We compensated the participants
with a movie ticket.
      </p>
    </sec>
    <sec id="sec-9">
      <title>FINDINGS</title>
      <p>Overall 12 users completed 72 tasks and all the participants
completed all the tasks in fewer than 25 iterations. Figure 2 shows the
average duration of a search session and the average number of
images shown over a search session. On average, category searches
were the shortest (104 seconds with single view and 109 seconds
with FutureView), while open searches took the longest (145
seconds with single view and 140 seconds with FutureView). The
Wilcoxon signed rank test indicates no significant difference in
search session duration for any search type with the two interfaces
(p &gt; 0:6). In spite of the fact that no additional time is required
to complete each type of search with FutureView, users are
exposed to a much higher number of images – on average three times
more than with single view. The Wilcoxon signed rank test shows
that this number is significantly higher in open and target searches
(p &lt; 0:05) and marginally higher (p = 0:05) in category search
with FutureView. These results indicate that FutureView supports
more exploration.</p>
      <p>Figure 3 shows the average scores of the NASA TLX
questionnaire. In spite of the fact that with FutureView users were exposed
to three times as many images as with the single view interface
within the same period of time, users did not report feeling
hurried, stressed or irritated. Similarly, users did not feel that
FutureView made the task more mentally or physically demanding and
they did not feel that they had to work any harder to achieve their
goal. The Wilcoxon signed rank test indicates that there was not
significant difference between the two interfaces in terms of scores
for questions 1,2, 4, 5 and 6 (p &gt; 0:2). The users, however, felt
significantly more successful completing the task with FutureView
(p &lt; 0:04 according to Wilcoxon signed rank test).</p>
      <p>The eye tracking results show that the participants spent similar
amount of time looking at both the current search results and the
future view. Out of the 12 participants, three had excessive amount
of errors in the eye tracking data, so only nine participants were
considered. On average, the users spent 41.8% of the time looking
at the future section of the screen, with standard deviation of 11.8%.</p>
      <p>The post-experiment interviews with the participants also
indicate that they found the FutureView interface helpful and easy to
use. Some of the comments include: “The FutureView is pleasant
to use and play with"; “The FutureView helps in reaching target
quicker than the single view"; “The FutureView is helpful for
people whose job is to search for images". These comments are in
striking contrast to the remarks the participants made in the
prestudy questionnaire, where they stated that most existing image
search engines are tiring and cumbersome to use. The participants
also remarked that “Single View can be discouraging as the user
has no idea what is coming next", “ once deviated from the actual
path, there is no way to come back [in single view]".
6.</p>
    </sec>
    <sec id="sec-10">
      <title>CONCLUSIONS</title>
      <p>In this paper, we introduced the FutureView interface for
queryless exploratory content based image search. It allows the user to
see the effect of the relevance feedback on currently presented
images on future iterations, which, in turn, allows the user to direct
their search more effectively. Initial experiments show that users
take advantage of the FutureView interface and engage in more
exploration than in a system with a single view interface.</p>
      <p>Our future plans include more extensive user studies with various
types of image datasets and various image feature representations.
Currently, the FutureView does not save the search history. We
are planning to add this feature to our system to allow the user to
branch out their searches using any point in the history as a new
starting search point.</p>
    </sec>
    <sec id="sec-11">
      <title>ACKNOWLEDGEMENTS</title>
      <p>This work was supported by The Finnish Funding Agency for
Innovation (projects Re:Know and D2I) and the Academy of Finland
(the Finnish Centre of Excellence in Computational Inference).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>P.</given-names>
            <surname>André</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Cutrell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. S.</given-names>
            <surname>Tan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Smith.</surname>
          </string-name>
          <article-title>Designing novel image search interfaces by understanding unique characteristics and usage</article-title>
          .
          <source>In Proc. of INTERACT</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>E. H.</given-names>
            <surname>Chi</surname>
          </string-name>
          .
          <article-title>Blurring of the boundary between interactive search and recommendation</article-title>
          .
          <source>In Proc. of IUI</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>I.</given-names>
            <surname>Cox</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Miller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Minka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Papathomas</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Yianilos</surname>
          </string-name>
          .
          <article-title>The bayesian image retrieval system, pichunter: theory, implementation, and psychophysical experiments</article-title>
          .
          <source>Image Processing</source>
          ,
          <volume>9</volume>
          (
          <issue>1</issue>
          ):
          <fpage>20</fpage>
          -
          <lpage>37</lpage>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J.</given-names>
            <surname>Cui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Wen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>X.</given-names>
            <surname>Tang</surname>
          </string-name>
          .
          <article-title>Real time google and live image search re-ranking</article-title>
          .
          <source>In Proc. of MM</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R.</given-names>
            <surname>Datta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and J.</given-names>
            <surname>Wang</surname>
          </string-name>
          .
          <article-title>Content-based image retrieval: approaches and trends of the new age</article-title>
          .
          <source>In Multimedia information retrieval</source>
          , pages
          <fpage>253</fpage>
          -
          <lpage>262</lpage>
          . ACM,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Fogarty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Tan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kapoor</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Winder</surname>
          </string-name>
          . Cueflik:
          <article-title>Interactive concept learning in image search</article-title>
          .
          <source>In Proc. of CHI</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>D.</given-names>
            <surname>Głowacka</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Shawe-Taylor</surname>
          </string-name>
          .
          <article-title>Content-based image retrieval with multinomial relevance feedback</article-title>
          .
          <source>In Proc. of ACML</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S. G.</given-names>
            <surname>Hart</surname>
          </string-name>
          and
          <string-name>
            <given-names>L. E.</given-names>
            <surname>Staveland</surname>
          </string-name>
          .
          <article-title>Development of nasa-tlx (task load index): Results of empirical and theoretical research</article-title>
          . Advances in psychology,
          <volume>52</volume>
          :
          <fpage>139</fpage>
          -
          <lpage>183</lpage>
          ,
          <year>1988</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.</given-names>
            <surname>Hore</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Tervainen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Pyykko</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Glowacka</surname>
          </string-name>
          .
          <article-title>A reinforcement learning approach to query-less image retrieval</article-title>
          .
          <source>In Proc. of Symbiotic</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>M. J. Huiskes</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Thomee</surname>
            , and
            <given-names>M. S.</given-names>
          </string-name>
          <string-name>
            <surname>Lew</surname>
          </string-name>
          .
          <article-title>New trends and ideas in visual concept detection: The mir flickr retrieval evaluation initiative</article-title>
          .
          <source>In Proc. of MIR</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>D.</given-names>
            <surname>Kelly</surname>
          </string-name>
          and
          <string-name>
            <given-names>X.</given-names>
            <surname>Fu</surname>
          </string-name>
          .
          <article-title>Elicitation of term relevance feedback: an investigation of term source and context</article-title>
          .
          <source>In Proc. of SIGIR</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>H.</given-names>
            <surname>Kosch</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Maier</surname>
          </string-name>
          .
          <article-title>Content-based image retrieval systems-reviewing and benchmarking</article-title>
          .
          <source>JDIM</source>
          ,
          <volume>8</volume>
          (
          <issue>1</issue>
          ):
          <fpage>54</fpage>
          -
          <lpage>64</lpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>J.</given-names>
            <surname>Laaksonen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Koskela</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Laakso</surname>
          </string-name>
          , and
          <string-name>
            <given-names>E.</given-names>
            <surname>Oja</surname>
          </string-name>
          .
          <article-title>Picsom-content-based image retrieval with self-organizing maps</article-title>
          .
          <source>Pattern Recognition Letters</source>
          ,
          <volume>21</volume>
          (
          <issue>13</issue>
          ):
          <fpage>1199</fpage>
          -
          <lpage>1207</lpage>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>H.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Xie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.-W.</given-names>
            <surname>Li</surname>
          </string-name>
          , and W.-Y. Ma.
          <article-title>Effective browsing of web image search results</article-title>
          .
          <source>In Proc. of MIR</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>M.</given-names>
            <surname>Nakazato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Manola</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T. S.</given-names>
            <surname>Huang</surname>
          </string-name>
          .
          <article-title>Group-based interface for content-based image retrieval</article-title>
          .
          <source>In Proc. of the Working Conference on Advanced Visual Interfaces</source>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>N.</given-names>
            <surname>Quadrianto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kersting</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Tuytelaars</surname>
          </string-name>
          , and
          <string-name>
            <given-names>W. L.</given-names>
            <surname>Buntine</surname>
          </string-name>
          .
          <article-title>Beyond 2d-grids: A dependence maximization view on image browsing</article-title>
          .
          <source>In Proc. of MIR</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>G.</given-names>
            <surname>Strong</surname>
          </string-name>
          , E. Hoque,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gong</surname>
          </string-name>
          , and
          <string-name>
            <given-names>O.</given-names>
            <surname>Hoeber</surname>
          </string-name>
          .
          <article-title>Organizing and browsing image search results based on conceptual and visual similarities</article-title>
          .
          <source>In Advances in Visual Computing</source>
          , pages
          <fpage>481</fpage>
          -
          <lpage>490</lpage>
          . Springer,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>N.</given-names>
            <surname>Suditu</surname>
          </string-name>
          and
          <string-name>
            <given-names>F.</given-names>
            <surname>Fleuret</surname>
          </string-name>
          .
          <article-title>Iterative relevance feedback with adaptive exploration/exploitation trade-off</article-title>
          .
          <source>In Proc. of CIKM</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>B.</given-names>
            <surname>Thomee</surname>
          </string-name>
          and
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Lew</surname>
          </string-name>
          .
          <article-title>Interactive search in image retrieval: a survey</article-title>
          .
          <source>International Journal of Multimedia Information Retrieval</source>
          ,
          <volume>1</volume>
          (
          <issue>2</issue>
          ):
          <fpage>71</fpage>
          -
          <lpage>86</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>R.</given-names>
            <surname>Villa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Gildea</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Jose</surname>
          </string-name>
          .
          <article-title>A faceted interface for multimedia search</article-title>
          .
          <source>In Proc. of SIGIR</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Jing</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Du</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhang</surname>
          </string-name>
          . Igroup:
          <article-title>Presenting web image search results in semantic clusters</article-title>
          .
          <source>In Proc. of CHI</source>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>K.-P. Yee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Swearingen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            , and
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Hearst</surname>
          </string-name>
          .
          <article-title>Faceted metadata for image search and browsing</article-title>
          .
          <source>In Proc. of CHI</source>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>E.</given-names>
            <surname>Zavesky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.-F.</given-names>
            <surname>Chang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.-C.</given-names>
            <surname>Yang</surname>
          </string-name>
          .
          <article-title>Visual islands: Intuitive browsing of visual search results</article-title>
          .
          <source>In Proc. of CIVR</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhou</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Huang</surname>
          </string-name>
          .
          <article-title>Relevance feedback in image retrieval: A comprehensive review</article-title>
          .
          <source>Multimedia systems</source>
          ,
          <volume>8</volume>
          (
          <issue>6</issue>
          ):
          <fpage>536</fpage>
          -
          <lpage>544</lpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>