Ranklet
   HOME

TheInfoList



OR:

In
statistics Statistics (from German language, German: ''wikt:Statistik#German, Statistik'', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of ...
, 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 wavelet In mathematics, the Haar wavelet is a sequence of rescaled "square-shaped" functions which together form a wavelet family or basis. Wavelet analysis is similar to Fourier analysis in that it allows a target function over an interval to be represe ...
s as they share the same pattern of orientation-selectivity, multi-scale nature and a suitable notion of completeness. There were invented by Fabrizio Smeralhi in 2002. Rank-based (non-parametric) features have become popular in the field of
image processing An image is a visual representation of something. It can be two-dimensional, three-dimensional, or somehow otherwise feed into the visual system to convey information. An image can be an artifact, such as a photograph or other two-dimensiona ...
for their robustness in detecting outliers and invariance to monotonic transformations such as brightness, contrast changes and
gamma correction Gamma correction or gamma is a nonlinear operation used to encode and decode luminance or tristimulus values in video or still image systems. Gamma correction is, in the simplest cases, defined by the following power-law expression: : V_\text = ...
. The MWW is a combination of
Wilcoxon rank-sum test Wilcoxon is a surname, and may refer to: * Charles Wilcoxon, drum educator * Henry Wilcoxon, an actor * Frank Wilcoxon, chemist and statistician, inventor of two non-parametric tests for statistical significance: ** The Wilcoxon signed-rank test (al ...
and Mann–Whitney U-test. It is a non-parametric alternative to the
t-test A ''t''-test is any statistical hypothesis testing, statistical hypothesis test in which the test statistic follows a Student's t-distribution, Student's ''t''-distribution under the null hypothesis. It is most commonly applied when the test stati ...
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 ''W''''s'' is determined as: : W_s=\sum^N_\pi_i V_i \text\pi_i = \texti\textV_i = \begin 0 & \text\pi_i\in C \\ pt1 & \text\pi_i\in T \end Subsequently, let ''MW'' be the Mann–Whitney statistics defined by: : MW=W_s-\frac where ''m'' is the number of Treatment values. A ranklet ''R'' is defined as the normalization of ''MW'' in the range minus;1, +1 : R = \frac-1 where a positive value means that the Treatment region is brighter than the Control region, and a negative value otherwise.


Example

Suppose T=\lbrace 5,9,1,10,15\rbrace and C=\lbrace 20,4,7,13,19,11\rbrace then {, class="wikitable" style="text-align:center; margin:1em auto;" , - , Intensity , 1 , 4 , 5 , 7 , 9 , 10 , 11 , 13 , 15 , 19 , 20 , - , Sample , T , C , T , C , T , T , C , C , T , C , C , - , Rank , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 *W_s=\Big\lbrace 1+3+5+6+9\Big\rbrace =24 *MW=24- \times (5+1)/29 *R= /[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


External links

*
Matlab MATLAB (an abbreviation of "MATrix LABoratory") is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks. MATLAB allows matrix manipulations, plotting of functions and data, implementation ...
br>RankletFilter.m -> source file to decompose an image into Intensity Ranklets
Nonlinear filters Nonparametric statistics Spatial analysis