Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Ranklet
Statistical method for pattern recognition

In statistics, a ranklet is an orientation-selective non-parametric feature which is based on the computation of Mann–Whitney–Wilcoxon (MWW) rank-sum test statistics. Ranklets achieve similar response to Haar wavelets as they share the same pattern of orientation-selectivity, multi-scale nature and a suitable notion of completeness. They were invented by Fabrizio Smeralhi in 2002.

Rank-based (non-parametric) features have become popular in the field of image processing for their robustness in detecting outliers and invariance to monotonic transformations such as brightness, contrast changes and gamma correction.

The MWW is a combination of Wilcoxon rank-sum test and Mann–Whitney U-test. It is a non-parametric alternative to the t-test used to test the hypothesis for the comparison of two independent distributions. It assesses whether two samples of observations, usually referred as Treatment T and Control C, come from the same distribution but do not have to be normally distributed.

The Wilcoxon rank-sum statistics Ws is determined as:

W s = ∑ i = 1 N π i V i  where  π i = rank of element  i  and  V i = { 0  for  π i ∈ C 1  for  π i ∈ T {\displaystyle W_{s}=\sum _{i=1}^{N}\pi _{i}V_{i}{\text{ where }}\pi _{i}={\text{rank of element }}i{\text{ and }}V_{i}={\begin{cases}0&{\text{ for }}\pi _{i}\in C\\[3pt]1&{\text{ for }}\pi _{i}\in T\end{cases}}}

Subsequently, let MW be the Mann–Whitney statistics defined by:

M W = W s − m ( m + 1 ) 2 {\displaystyle MW=W_{s}-{\frac {m(m+1)}{2}}}

where m is the number of Treatment values.

A ranklet R is defined as the normalization of MW in the range [−1, +1]:

R = M W m n / 2 − 1 {\displaystyle R={\frac {MW}{mn/2}}-1}

where a positive value means that the Treatment region is brighter than the Control region, and a negative value otherwise.

We don't have any images related to Ranklet yet.
We don't have any YouTube videos related to Ranklet yet.
We don't have any PDF documents related to Ranklet yet.
We don't have any Books related to Ranklet yet.
We don't have any archived web articles related to Ranklet yet.

Example

Suppose T = { 5 , 9 , 1 , 10 , 15 } {\displaystyle T=\lbrace 5,9,1,10,15\rbrace } and C = { 20 , 4 , 7 , 13 , 19 , 11 } {\displaystyle C=\lbrace 20,4,7,13,19,11\rbrace } then

Intensity14579101113151920
SampleTCTCTTCCTCC
Rank1234567891011
  • W s = { 1 + 3 + 5 + 6 + 9 } = 24 {\displaystyle W_{s}={\Big \lbrace }1+3+5+6+9{\Big \rbrace }=24}
  • M W = 24 − [ 5 × ( 5 + 1 ) / 2 ] = 9 {\displaystyle MW=24-[5\times (5+1)/2]=9}
  • R = [ 9 / [ 5 × 6 / 2 ] ] − 1 = − 0.4 {\displaystyle R=[9/[5\times 6/2]]-1=-0.4}

Hence, in the above example the Control region was a little bit brighter than the Treatment region.

Method

Since Ranklets are non-linear filters, they can only be applied in the spatial domain. Filtering with Ranklets involves dividing an image window W into Treatment and Control regions as shown in the image below:

Subsequently, Wilcoxon rank-sum test statistics are computed in order to determine the intensity variations among conveniently chosen regions (according to the required orientation) of the samples in W. The intensity values of both regions are then replaced by the respective ranking scores. These ranking scores determine a pairwise comparison between the T and C regions. This means that a ranklet essentially counts the number of TxC pairs which are brighter in the T set. Hence a positive value means that the Treatment values are brighter than the Control values, and vice versa.

References

  1. "www.Ranklets.net". www.eecs.qmul.ac.uk. Retrieved 2022-06-05. http://www.eecs.qmul.ac.uk/~fabri/www.ranklets.net/index.html

  2. Smeraldi, Fabrizio (2002). "Ranklets: Orientation Selective Non-Parametric Features Applied to Face Detection". 16th International Conference on Pattern Recognition, ICPR 2002, Quebec, Canada, August 11–15, 2002. IEEE Computer Society. pp. 379–382. doi:10.1109/ICPR.2002.1047924. https://hh.diva-portal.org/smash/record.jsf?pid=diva2%3A290965

  3. "www.Ranklets.net". www.eecs.qmul.ac.uk. Retrieved 2022-06-05. http://www.eecs.qmul.ac.uk/~fabri/www.ranklets.net/nonZim/wilcoxon/computation.html