<!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>Content-based Image Search System Design for Capturing User Preferences during Query Formulation</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Institute for Research in Applicable Computing, University of Bedfordshire. Luton</institution>
          ,
          <country country="UK">UK</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>School of Computer Science and Technology, University of Bedfordshire. Luton</institution>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <fpage>86</fpage>
      <lpage>99</lpage>
      <abstract>
        <p>Most existing studies of content-based image retrieval (CBIR) system design focus on learning users' information needs through relevance feedback at the result assessment stage only. However, in many CBIR systems, the underlying machine learning mechanisms need the users' feedback at query formulation stage for a better training and search performance, which unfortunately is often not supported by the search interface design. The lack of support for the users' query formulation through an effective CBIR interface has been a drawback for system performance and the users' search satisfaction and experiences. We propose a new CBIR system design approach based on Vakkari's three-stage model, which encourages the users to provide feedback at the query formulation stage through a user-centered interface. The interface helps the users to form and express their information needs through enabling the users to participate in the training phase of the machine learning mechanism of the system. A user study with 28 participants shows how the proposed system design supports the users' interaction through the user-centered search interface. The findings of this study highlight the importance for the users to engage in all stages of the search process, especially at the query formulation stage when the considered mechanism requires a training process, through a user-centered interaction design.</p>
      </abstract>
      <kwd-group>
        <kwd>Content-based image retrieval</kwd>
        <kwd>interactive machine learning</kwd>
        <kwd>user interface</kwd>
        <kwd>relevance feedback</kwd>
        <kwd>Vakkari's three-stage model</kwd>
        <kwd>query formulation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>With the massive growth of the number of digital images online, it is a significant
challenge to find required images from the massive image repositories using text
descriptions or image example(s). We are familiar with searching images using text,
however less familiar with search images using image example(s), namely content-based
image search (CBIR). One well-known challenge in CBIR is called Semantic Gap,
which is a gap between how users interpret the images (abstract objects, an event) and
how computers understand the images (colour, shape, texture). Many research has
investigated how to bridge the semantic gap by involving the users in the CBIR search
loop [13-15]. Interactive image retrieval approaches have been an effective way to
bring the users into the CBIR search loop, which allows the users to provide relevance
feedback to obtain improved results. Most of the research on relevance feedback for
interactive search focuses on enabling users to provide feedback at the result assessment
stage [8, 15]. However, often the underline machine learning mechanisms in many
CBIR systems need the users’ feedback at query formulation stage for a better training
and search performance. There is a need to design an interactive CBIR search system
that does not only allows the users to interact with the retrieved image results but also
allows the users to visually explore the image collection and facilitates the users to train
the underlying search model through a user-centered interactive search interface,
therefore to improve the search performance and the users search experiences and
satisfaction [13, 15].</p>
      <p>In this paper, we introduce an Explicit Searcher Model (ESM) developed based on
the concept of Vakkari’s three-stage model for an interactive CBIR system design. We
design a user-centered search interface to visualize the ESM model. The interface
allows the users to provide relevance feedback at query formulation stage to train the
underlying search model. We evaluate the ESM model and the interface through a user
study. The findings show that the proposed system outperforms the baseline systems,
based on pre-selection training data and a system that allows the users to provide
relevance feedback at the result assessment stage only. This research enables us to better
understand user information needs and the influence of user interaction on the search
performance, experience and satisfaction.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>The work presented in this paper is shaped by prior studies in the area of interactive
information retrieval, especially user interaction and user interface design for a better
CBIR search experience.
2.1</p>
      <sec id="sec-2-1">
        <title>Interactive Search</title>
        <p>Machine Learning (ML) algorithms are applied to many CBIR search systems to
support the interaction between the users and the system. For example, ML helps the
system to learn the users’ need based on the users’ interaction with the system such as
relevance feedback from result assessment [1]. Liu et al. proposed a four-factor user
interaction model to improve user interactions with a CBIR system [8]. Zhuang et al.
conducted a study of undefined image search task, which uses an image explorer to
investigate how user perception is associated with both involvement and attention of
user behavior in interactive search settings [19]. Liu et al. developed the uInteract
system based on user-centered design for interactive CBIR search [7], which uses the
relevance feedback feature to refine the results and formulate a new query. Others have
discussed the importance of considering the intent and refinement of the image search
activities to understand the user’s behavior [18]. This refinement is steered by the user’s
input, which may be provided in different forms, such as providing image samples.
Figure 1 shows the user’s role in the ML paradigm when a Support Vector Machine
(SVM) with active learning as considered in this study.</p>
        <p>Since machine learning needs human intelligence during the refinement process [7],
in this study we use an ML with active learning algorithm that allows the individual’s
engagement in a set–check loop for training the ML model. The ML provides the users
with image samples (feedback visualization) that enables the users to supply the model
with further information (labelling or demonstration); this is in order to improve the
model performance [5]. The workflow of ML-based active learning is driven by the
user to shape the search process; this process enables the user to have control over the
high-level system interactions. This is distinguished from classic ML, which is used in
this study as a baseline system. The baseline system basically applies a classification
model based on pre-selection of training data by the system, which means that the users
are not involved in the training stage of the model and search process.
User interfaces are typically designed to submit a query and display a set of search
results. In recent literature, this convention is changing and aims more towards offering
a better search experience for the users. These user interfaces mainly focus on one or a
combination of the following aspects [14]: (1) supporting easy browsing of the image
collection; (2) achieving a better presentation of search results; (3) providing relevance
feedback on returned results; (4) allowing users to group and move around query
images; (5) enabling users to indicate the level of relevance to their information needs.</p>
        <p>In this paper, we design a user-centered interface to enable users to engage not only
in the result assessment stage but also in the query formulation stage. It is easier to train
the search model by incorporating the user’s relevance feedback during query the
formulation stage. This process can help improve the users’ search experience and the
system performance to meet the user’s information needs.
2.3</p>
      </sec>
      <sec id="sec-2-2">
        <title>Vakkari’s three-stage model</title>
        <p>Vakkari’s task-based theory is considered [16], which consists of a three-stage
information seeking process: pre-focus includes three actions performed by users – they may
initiate the search by selecting a query image before or after exploring the image
collection; focus-formulation is where users may refine or change the search activity; and
post-focus which comes at the end of the search process, where a user can collect and
save results of value to their needs. According to Vakkari’s model, the exploratory
search process begins with pre-focus as the user typically starts with broad knowledge
of a topic-based task, and then focus-formulation to narrow query formulation [4].
Decision-making may occur during the search process and continue to be presented at the
assessment stage (post-focus). The user assesses a set of returned images to find not
only relevant images but rather the best images that fit a given task and have value for
the user’s needs.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>The Proposed System</title>
      <p>The literature motivates us as we can see many interesting machine learning
approaches that can be successfully used to enable effective interaction to happen, one of
which is using an SVM-based retrieval with active learning approach. Here, the Search
Strategy (SS) interface is presented: it enables our proposed CBIR system (also named
SS) to capture user preferences during the query formulation step, where users can
provide additional images within the training stage, other than a providing relevance
feedback to refine the top of the result list, which the system already knows. The SS
interface has three frames (Figure 2-b): the upper left window is for exploring and selecting
N random images. The upper right is the feedback window, where a user marks images
in the pool query set as being relevant or irrelevant for selected iterations. In the bottom
window, the CBIR system returns a diversity of resultant sets considered matching the
concept learned, where a user assesses the retrieved image set as being relevant and
useful (image utility). We also present an Explicit Searcher Model (ESM) that captures
the sequence of interactions between a searcher and the CBIR system over the course
of a search session. Existing searcher models such as the Complex Searcher Model [9]
have not investigated the effectiveness of user engagement in system training as well
as the exploratory search process, and why searchers behave as they do has received
relatively less attention [10]. The interactive SS system using SVM active learning is
developed in this study as it is successful and suitable for situations where data is
abundant [17]. The training set-selection algorithm based on SVM active learning selects
the most informative images to learn the decision hyperplane and separate unlabeled
images to satisfy the user needs [11]. It allows the user to indicate their preferences: in
the first place the model requests the user to interactively label a number of images,
randomly selected from the image collection, as relevant or irrelevant to their
preference. Then, the learner refines the underlying model by choosing samples from a pool
of unlabeled images and requests labeling from the user to provide insight into the
underlying feature distribution [6]. This method is successful in accelerating learning [2].</p>
      <p>The image feature extractors and their parameters are implemented in this study as
presented in [3]. Our SS system is compared with two baseline CBIR systems: the
Customized system uses SVM without Relevance Feedback (RF) tool (“Cu system”) [3]
and the Information Goal system which uses RF technique (IG system) [9].
(a) SVM without Relevance Feedback (RF) tool (Customised system,[3]), (b) proposed Search
Strategy system, (c) Information Goal system [7].</p>
      <p>Figure 2. User interfaces used in this study</p>
      <p>The user’s perceptions of our Search Strategy (SS) system in real search scenarios
are reported, and compared with both baseline CBIR systems. This is in order to find
how user engagement could affect search behavior and thus their satisfaction. To
simulate and understand user interaction, the three-stage Vakkari model is considered; the
search process of the SS system based on the ESM is depicted in Figure 3.</p>
      <p>Select a topic
Browse query
by example</p>
      <p>Select query Yes</p>
      <p>Issue query
by example
No</p>
      <p>View and judge
image representing
user preferences</p>
      <p>Run a search
Proceed?</p>
      <p>No
Yes
No</p>
      <p>Yes
Continue on
result panel?</p>
      <p>Continue Yes
labelling?</p>
      <p>No
Show results</p>
      <p>LEARNING
(i.e Query formulation)</p>
      <p>ASSESSMENT
(i.e Result selection)
Select &amp; save
image(s)
3.1</p>
      <sec id="sec-3-1">
        <title>Workflow of Explicit Searcher Model (ESM) Through SS Interface</title>
        <p>The ESM, guided by the three-stage Vakkari model, consists of several of stages which
were taken by a user (Figure 3). The processes are shown in boxes and decision points
in diamonds. The flow is divided into logical learning and assessment interactions.</p>
        <p>Pre-focus: starts by image exploration to select the search topic where a user gives
an image query to the system. Once image searching has been performed, the user can
select the query images that reflect their preferences and then the query can be issued
through the interface. A user needs to set the number of training image they wish to
label as relevant or irrelevant (Figure 2-b, upper left), then the system returns a number
of randomly selected images from the image collection. Within the pre-focus stage if a
user could not find a candidate query, a stopping option point is available (Figure 2).</p>
        <p>Focus-formulation: a searcher labels a number of images for further exploration
from a pool of unlabeled images as query formulation (see Figure 3) during two
iterations. As a result, the system has to re-learn the input features with each new query,
where a user uses the interface shown in Figure 2-b, upper right. Our goal for selecting
this method is that user can have an opportunity to steer the system as those unlabeled
items are more uncertain ones to the system and thus, the user typically can train the
model mapping those images to their corresponding vector location in the search space;
the user decision in this selection process may impact on result diversity and relevance.</p>
        <p>Post-focus: once the image labeling has been established by searcher for training the
model as shown in Figure 3, the search system returns a set of images for the searcher
to judge. From here, the user is able to view a number of top-ranked returned images,
up to 100, that are presented by the Search Strategy interface (Figure 2-b, bottom
window), where the default number is set at 20: that is, if the results do not look relevant
or promising, the searcher can abandon the result and issue another query by example.
If the returned images look relevant, the searcher will then start to examine each image
individually. Once the searcher assesses the associated image for relevance/utility, if
deemed to have value to the information needs, the image is then selected and saved. If
it is not useful, the searcher then moves to assess another image, and so on. The searcher
will typically stop assessing the returned images and abandon the result panel and then
may proceed to further query or stop searching.</p>
        <p>In order to obtain useful information during the literature review on how to design a
better image search system, understanding the impact of users’ engagement on their
search perception and behavior is important, which can be investigated during each
stage of Vakkari’s model: initiate, select the query and explore the image collection in
the pre-focus stage; labeling the learner-driven point selection to refine the search goal
in the focus-formulation stage; result assessment and collecting the images in the
postfocus stage.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Evaluation</title>
      <p>Although driven-point selections are leveraged by the search system (learner) for
labeling by the user, conducting a controlled laboratory evaluation based on user-orientation
within Vakkari’s three-stage model of the information seeking process can offer
additional insight into how the participant’s engagement in query formulation at the system
training level, as well as at the result assessment step, influences their perceptions of
such as usefulness, satisfaction, feelings in comparison with baseline CBIR systems. In
order to make a sensible comparison and discover how users develop their interactions
in specific settings, two baseline systems are considered, the Information Goal (IG)
interface which facilitates with RF technique for three iterations [7] is presented in
Figure 2-c, and the Cu interface [3] is depicted in Figure 2-a; The Cu is provided with
different distance metrics (Euclidean, Standardized Euclidean, Mahalanobis, City
block, Minkowski, Chebychev, Cosine, Correlation, Spearman, and Manhattan) as
presented in [5], in addition to SVM-based fusion.</p>
      <sec id="sec-4-1">
        <title>Task 1</title>
      </sec>
      <sec id="sec-4-2">
        <title>Task 2</title>
        <p>Background: Imagine you intend to enter a photo competition on the topic of
“Good variety food guide”, where you could win £50. This photo competition is
being run by BBC Good Food: they are all about good recipes, and about quality
home cooking that everyone can enjoy and like. The images you intend to present
in this guide would show a variety of healthy and delicious inspiration, including
a decadent dessert. It would also present trustworthy guidance for even some
foodie needs. In order to get ideas for the competition, you want to look for already
existing photographs conveying a similar subject. Your task is to find as many as
diversity images that you think are the best fit to the topic “Good variety food
guide”.</p>
        <p>Background: Imagine you are an interior designer, specialist in lighting with
responsibility for the design of leaflet that illuminates customers about the
chandelier options in terms of colours and shapes, which can be designed and intended
for practical, relaxing use or both combined. Customers do not have knowledge
and experience of lighting their homes. Your task is to find diversity of chandelier
images from a large collection of images that can be included in the leaflet. The
leaflet is intended to raise interest among them and to have a variety of chandelier
shapes lined up for matching customer requirements, style and budget.
4.1</p>
        <sec id="sec-4-2-1">
          <title>Experimental Design</title>
          <p>To investigate effectively the interactions that occur between user and CBIR search
system, and obtain evidence of what influences a user’s behavior when they contribute
in all search aspects, we designed a controlled study to obtain explicit feedback on
search satisfaction from participants. Each of our participants performed two
exploratory-image search tasks on each search system. These tasks are given in Table 1.</p>
          <p>Twenty-eight participants were recruited from the Institute for Research in
Applicable Computing at the University of Bedfordshire. The duration of the experiment was
about 90 minutes. The experiment was conducted in the lab settings within the institute.
Data were recorded in different forms: (1) screenshots and video, (2) pre-test for
investigating working memory, (3) background survey, (4) post-task questionnaires were
provided after performing each task, (5) post-experiment questionnaire, (6) notes taken
by structured interview. We imported all these data sources in combined form to SPSS.
Regarding the search tasks, participants were asked to perform two lookup tasks using
known-item search to investigate user lookup behavior, and two exploratory tasks using
three image search systems. In the lookup search, participants were required to select
relevant images, where one image was presented to the participant in each round; at the
end, participants were asked to select useful images (image utility) to the given task.
The procedure of the experiment is depicted in Figure 4. In order to avoid the impact
of learning and fatigue, the order of search tasks was rotated by applying Latin square
design across the three systems.</p>
          <p>Participant information sheet</p>
          <p>Testing working memory
Consent form for the study</p>
          <p>Demographic survey</p>
          <p>Training
Two Lookup tasks</p>
          <p>Post-task questionnaire
5-point Likert scale
Two exploratory tasks
(Baseline system (Cu))
Two exploratory tasks
(Search Strategy system)</p>
          <p>Two exploratory tasks
(Information Goal system)</p>
          <p>Post-task questionnaire</p>
          <p>5-point Likert scale
Post-task questionnaire</p>
          <p>5-point Likert scale
Post-task questionnaire
5-point Likert scale
Post-experiment questionnaire</p>
          <p>Researcher-administered survey</p>
          <p>As shown in the experimental procedure, each participant was informed of the study
objectives and their consent obtained; they completed a background survey and the
memory test capacity was performed by using an n-back test “cognitive fun”. Before
performing any tasks, we provided each participant with sufficient training on each
system. Four questions are addressed here:</p>
          <p>RQ1: To what extent can using an interactive search system improve user experience
in terms of user effectiveness and efficiency?</p>
          <p>RQ2: In comparison to the baseline systems, how satisfied were participants with
using the Search Strategy system?</p>
          <p>RQ3: Which system did participants find easy to use, and more useful?
RQ4: Which system did participants feel in control of, and more confident with?
4.2</p>
        </sec>
        <sec id="sec-4-2-2">
          <title>Data Analysis</title>
          <p>Two types of data were collected, the user perceptions of system evaluation and the
user interaction behaviors. Here, we present the data on participants’ perceptions of the
Search Strategy (SS) system, including satisfaction, usability, usefulness, and system
performance in terms of image relevance and image usefulness (image utility) with
respect to the Cu and IG systems, this is in order to address the benefit of query
formulation at the system training level.</p>
          <p>In order to investigate the user experience and perceptions of overall task
performances (RQ1), a one-way ANOVA with post-hoc Tukey test was conducted. The data
were collected using a five-point Likert scale for comparing multiple tasks to address
the overall perceived satisfaction (RQ2), the overall usability and the perceived
usefulness (RQ3), and confidence and control (RQ4) questions. The participant averages for
those high-level constructs are shown in graphically for the three systems (Cu, SS, and
IG).
5</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Results and Discussion</title>
      <p>In this study the participants performed two lookup tasks and two exploratory tasks,
each participant has to find the useful images which fit the assigned task. We observed
that the overall number of useful images (image utility) selected by each participant
were less than selected relevant images for both assigned tasks.</p>
      <p>RQ1: User overall task performance experience. The two search tasks were
performed using Cu, SS, and IG systems; the user perceptions across the three stages of
information seeking model were recorded and analyzed as participant success over the
whole task process. Figure 5 shows the user success rate in overall task performance.</p>
      <p>The measures of task success used in the post-task questionnaire are efficiency,
which means assigned time to the task, and effectiveness which is task completion. It
is clear that in Figure 5, the user success rate in the second task was significantly higher
compared to task 1 performed on our search system (SS), unlike other two systems (Cu
and IG) where there no significant improvement in overall task performance were
observed.
(I) system</p>
      <p>T1 SS
T2 SS</p>
      <p>T1 Cu
T1 IG
T1 Cu
T1 SS
T1 IG</p>
      <p>T2 Cu</p>
      <p>The ANOVA with Tukey multiple comparisons shows significantly increase of task
success performance in task 2 compared to task 1 using SS system at [F (5,162) = 29.85,
p &lt; 0.005]. Considering the overall user performance, the participant’s experience with
the SS system has significantly improved, unlike the other two search systems (Cu and
IG). This is likely to be related to the success in query formulation when participants
train the search system and gain more search experience over the search course; this
process facilitates participants to find the diversity (utility) of images within the same
image set instead of image relevance. When using the SS system it is worth considering
user interest and knowledge in all search task aspects, including system training session
(pre-focus and focus-formulation). From our observations, in addition to issue queries,
participant engagement was more at pre-focus and focus-formulation stages than
postfocus stage. In the focus-formulation stage, some participants increased the number of
images to be labeled for system training. Whereas in the post-focus stage we noticed
that participants were primarily considering image utility selection as a sense-making
strategy. This is in line with the hypothesis of the adaptive interaction framework [12].
We can assume that the way that participants process the information in their brain
plays an important role in evaluating the system outcome when there is a diversity of
relevant images, and this potentially makes participants look at the value of images that
fit their needs in ways other than relevance. It is obvious that participants reported
higher scores for relevance and lower positive scores in perception of image utility after
assessing the results in the post-focus stage using SS system which represents the
diversity of image, it still significantly higher than other two search systems, as depicted
in Figure 6. On the other hand, we observed very little difference between the tasks
performed on both Cu and IG systems (Figure 5), and this may be expected due to lack
of user formulation to train the search system based on user preferences.</p>
      <p>Statistically significant differences across user perception of image utility scores are
shown in Table 3. ANOVA–based Tukey multiple comparisons of image utility data
resulted in F (5,162) = 20.78, p &lt; 0.005. Generally, a user-oriented approach is crucial
to evaluate search system outcomes. There is a highly significant difference between
Task1_SS and Task1_Cu for image relevance score, as well as between Task1_SS and
Task1_Cu for image utility. This emphasizes that our SS system has improved user
experience over tasks, unlike the Cu and IG systems where no improvement in user
experience was observed.</p>
      <p>RQ2: Participant satisfaction: Our results (Figure 7) show that participants gave
more positive responses for satisfaction (RQ2), feeling in control and confidence
(RQ5), and usefulness after performing tasks on the SS system in comparison to the Cu
0.85714*</p>
      <p>Sig.
and IG systems, but a few negative perceptions were reported on the SS system
regarding ease of use (RQ3).</p>
    </sec>
    <sec id="sec-6">
      <title>CONCLUSION</title>
      <p>There are three main contributions in this paper: First, we developed an interactive
CBIR system-based SVM active learner to consider user-centered design in which
participants engage in a set–check loop (focus-formulation stage) for training the ML
model based on their preferences. The evaluation results show that this procedure helps
the overall task performance and user search experience. The proposed CBIR system
represents the diversity of image in which users find image utility instead of image
relevance that fulfill their needs. Second, we proposed an Explicit Searcher Model
(ESM) based on Vakkari’s three-stage model of information seeking to design a guide
for the image seeking process and further. Third, we observed that participants’
interactions with interactive CBIR system are adaptive in nature to their knowledge of the
search system. It is hoped that this study provides insights into how participants’
perceptions are influenced by their understanding of the image data, their interaction with
the system through a supportive system design.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <article-title>Alzu'bi,</article-title>
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Amira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            and
            <surname>Ramzan</surname>
          </string-name>
          ,
          <string-name>
            <surname>N.</surname>
          </string-name>
          <article-title>Semantic content-based image retrieval: A comprehensive study</article-title>
          .
          <source>Journal of Visual Communication and Image Representation</source>
          ,
          <volume>32</volume>
          .
          <fpage>20</fpage>
          -
          <lpage>54</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Amershi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cakmak</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Knox</surname>
            ,
            <given-names>W.B.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Kulesza</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <article-title>Power to the people: The role of humans in interactive machine learning</article-title>
          .
          <source>AI Magazine</source>
          ,
          <volume>35</volume>
          (
          <issue>4</issue>
          ), (
          <year>2014</year>
          ),
          <fpage>105</fpage>
          -
          <lpage>120</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Artemi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <article-title>Image optimization using improved gray-scale quantization for content-based image retrieval</article-title>
          .
          <source>in 2020 IEEE 6th International Conference on Optimization and Applications (ICOA)</source>
          , (
          <year>2020</year>
          ), IEEE,
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Athukorala</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oulasvirta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Głowacka</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vreeken</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Jacucci</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <article-title>Narrow or broad?: Estimating subjective specificity in exploratory search</article-title>
          .
          <source>in Proceedings of the 23rd ACM International Conference on Conference on Information and Knowledge Management</source>
          , (
          <year>2014</year>
          ), ACM,
          <fpage>819</fpage>
          -
          <lpage>828</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Chomboon</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chujai</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Teerarassamee</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kerdprasop</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Kerdprasop</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <article-title>An empirical study of distance metrics for k-nearest neighbor algorithm</article-title>
          . in, (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Kremer</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Steenstrup</given-names>
            <surname>Pedersen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            and
            <surname>Igel</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>Active learning with support vector machines</article-title>
          .
          <source>Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery</source>
          ,
          <volume>4</volume>
          (
          <issue>4</issue>
          ).
          <fpage>313</fpage>
          -
          <lpage>326</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Song</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Mulholland</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <article-title>Exploration of Applying a TheoryBased User Classification Model to Inform Personalised Content-Based Image Retrieval System Design</article-title>
          .
          <source>in Proceedings of HCI Korea</source>
          , (
          <year>2016</year>
          ), Hanbit Media, Inc.,
          <fpage>61</fpage>
          -
          <lpage>68</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zagorac</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uren</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Song</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Rüger</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <article-title>Enabling effective user interactions in content-based image retrieval</article-title>
          .
          <source>in Asia Information Retrieval Symposium</source>
          , (
          <year>2009</year>
          ), Springer,
          <fpage>265</fpage>
          -
          <lpage>276</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <source>in European Conference on Information Retrieval</source>
          , (
          <year>2018</year>
          ), Springer,
          <fpage>210</fpage>
          -
          <lpage>222</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Maxwell</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Azzopardi</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Järvelin</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Keskustalo</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <article-title>Searching and stopping: An analysis of stopping rules and strategies</article-title>
          .
          <source>in Proceedings of the 24th ACM international on conference on information and knowledge management</source>
          , (
          <year>2015</year>
          ), ACM,
          <fpage>313</fpage>
          -
          <lpage>322</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Nalepa</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Kawulok</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>Selecting training sets for support vector machines: a review</article-title>
          .
          <source>Artificial Intelligence Review</source>
          ,
          <volume>52</volume>
          (
          <issue>2</issue>
          ).
          <fpage>857</fpage>
          -
          <lpage>900</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Payne</surname>
            ,
            <given-names>S.J.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Howes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <article-title>Adaptive interaction: A utility maximization approach to understanding human interaction with technology</article-title>
          .
          <source>Synthesis Lectures on Human-Centered Informatics</source>
          ,
          <volume>6</volume>
          (
          <issue>1</issue>
          ).
          <fpage>1</fpage>
          -
          <lpage>111</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Piras</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Giacinto</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <article-title>Information fusion in content based image retrieval: A comprehensive overview</article-title>
          .
          <source>Information Fusion</source>
          ,
          <volume>37</volume>
          .
          <fpage>50</fpage>
          -
          <lpage>60</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <source>International Journal of Multimedia Information Retrieval</source>
          ,
          <volume>1</volume>
          (
          <issue>2</issue>
          ).
          <fpage>71</fpage>
          -
          <lpage>86</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Tyagi</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <article-title>Content-Based Image Retrieval: Ideas, Influences,</article-title>
          and Current Trends. Springer,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Vakkari</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <article-title>A theory of the task-based information retrieval process: a summary and generalisation of a longitudinal study</article-title>
          .
          <source>Journal of documentation</source>
          ,
          <volume>57</volume>
          (
          <issue>1</issue>
          ).
          <fpage>44</fpage>
          -
          <lpage>60</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Witten</surname>
            ,
            <given-names>I.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frank</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hall</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Pal</surname>
            ,
            <given-names>C.J.</given-names>
          </string-name>
          <string-name>
            <surname>Data</surname>
          </string-name>
          <article-title>Mining: Practical machine learning tools and techniques</article-title>
          . Morgan Kaufmann,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Ma</surname>
            ,
            <given-names>S.,</given-names>
          </string-name>
          <article-title>The influence of image search intents on user behavior and satisfaction</article-title>
          .
          <source>in Proceedings of the Twelfth ACM International Conference on Web Search and Data Mining</source>
          , (
          <year>2019</year>
          ), ACM,
          <fpage>645</fpage>
          -
          <lpage>653</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <source>in European Conference on Information Retrieval</source>
          , (
          <year>2016</year>
          ), Springer,
          <fpage>293</fpage>
          -
          <lpage>305</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>