do not assign different weights to elements at top po-
sitions of ranked lists. With applications predomi-
nantly in information retrieval, various efforts have
been made in extending traditional measures to gen-
eralized weighted models (Couso et al., 2018; Okada
et al., 2015; Vigna, 2015).
In addition to weighted approaches of traditional
measures, many other rank correlation measures have
been proposed (Fagin et al., 2004; Tan and Clarke,
2015; Xue et al., 2020; Vigna, 2015). In a representa-
tive work (Fagin et al., 2004), the challenge of defin-
ing distance measures between top-k lists is addressed
considering different aspects. Various rank correla-
tion measures are presented under a unified frame-
work proposed to catalog them. The intersection met-
ric is firstly defined in this work, based on the size of
intersection between ranked lists at different depths.
This information is also exploited by the Rank-Biased
Overlap (RBO) measure (Webber et al., 2010). RBO
analyzes the overlap of two rankings at incrementally
increasing depths, considering a parameter that mod-
els the user persistence in considering the overlap at
the next level. The weight of the overlap measured at
each depth is computed based on these probabilities.
Other rank correlation measures were proposed
by exploiting information retrieval measures formu-
lations. In (Yilmaz et al., 2008), a rank correlation
measure based on the average precision (AP) is pro-
posed. In (Tan and Clarke, 2015), a family of rank
measures based on effectiveness is proposed, con-
sidering some analogies with RBO. The interest of
the research community on rank correlation measures
keeps active and novel measures have been proposed.
Recently, a novel framework (Xue et al., 2020) was
proposed based on the analysis of the consensus of
rankings by considering common patterns embedded
in a ranking set.
Among the diversified scenarios of applications,
image retrieval systems have been successfully em-
ploying rank-based analysis and rank correlation
measures in the last years (Qin et al., 2011; Chen
et al., 2014; Valem et al., 2018; Pedronette et al.,
2019). The rank correlation measures have been
mostly exploited in contextual distance/similarity
learning tasks. In fact, ranked lists represent a relevant
source of contextual information in retrieval tasks.
Different from traditional distance/similarity mea-
sures, which perform only pairwise analysis, ranked
lists establish relationships among sets of images.
In these scenarios, unsupervised learning algorithms
have been proposed to compute more effective dis-
tance/similarity measures based on comparisons of
ranked lists (Chen et al., 2014). Diverse rank corre-
lation measures have been used for this purpose and
studies have shown that the measure drastically im-
pacts the results (Okada et al., 2015).
This paper proposes a novel Multi-Level Correla-
tion Measure (MLCM) for rank comparisons in im-
age retrieval tasks. While weighted measures assign
more relevance to top positions, our proposed ap-
proach goes beyond by considering the position at
different levels in the ranked lists. A broad experi-
mental evaluation was conducted in order to assess
the effectiveness of the measure in image retrieval
tasks. The experiments were performed on three pub-
lic datasets considering different features and effec-
tiveness evaluation. Comparisons with traditional and
recent rank correlation measures were also conducted
and the proposed approach achieved the higher results
on most of the experiments.
The remaining of this paper is organized as fol-
lows. Section 2 describes the rank model used along
the paper, and Section 3 presents the rank correlation
measures proposed. Section 4 describes the exper-
imental evaluation and Section 5 discusses conclu-
sions and future work.
2 RANK MODEL DEFINITION
This section presents a formal definition of the rank-
ing model considered along the paper. Let C ={img
1
,
img
2
, . . . , img
n
} be an image collection, where n de-
notes the size of the collection.
A distance between two images img
i
, img
j
is de-
fined as ρ(i, j) and can be computed by different im-
age features. Based on the distance function ρ, a rank-
ing model can be derived. For a general image re-
trieval task, a ranked list τ
q
can be computed in re-
sponse to a query image img
q
, according to the dis-
tance function ρ. The top positions of ranked lists
are expected to contain the most relevant images with
regard to the query image, such that only the top-L
ranked images are considered, with L n.
The ranked list τ
q
can be formally defined as a
permutation (img
1
, img
2
, . . ., img
L
) of the subset
C
L
⊂ C , which contains the L most similar images
to a query image img
q
, such that |C
L
| = L. A per-
mutation τ
q
is a bijection from the set C
L
onto the
set [n
L
] = {1, 2, . . . , L}. The notation τ
q
(i) defines the
position (or rank) of image img
i
in the ranked list τ
q
.
Therefore, if img
i
is ranked before img
j
in the ranked
list of img
q
, i.e., τ
q
(i) < τ
q
( j), then ρ(q, i) ≤ ρ(q, j ).
Considering every image in the collection as a
query image, a set of ranked lists T = {τ
1
, τ
2
, . . . , τ
n
}
can be obtained. The ranked lists are used as input to
the rank correlation measures. The set T represents a
rich source of similarity information about the collec-
A Multi-level Rank Correlation Measure for Image Retrieval
371