14.08.2013 Views

Docteur de l'université Automatic Segmentation and Shape Analysis ...

Docteur de l'université Automatic Segmentation and Shape Analysis ...

Docteur de l'université Automatic Segmentation and Shape Analysis ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

50 Chapter 3 Hippocampal segmentation using multiple atlases<br />

3.1.3 Label fusion<br />

The most simple method of label fusion in multi-atlas based segmentation is ma-<br />

jority vote rule, in which the labeling of each voxel is <strong>de</strong>termined by the consensus<br />

ˆL(x) = arg max |{k ∈ A : Lk ◦ Tk(x) = l}| . (3.12)<br />

l∈L<br />

More sophisticated approach is to use weighted votes<br />

ˆL(x) = arg max<br />

l∈L<br />

∑<br />

k∈A <strong>and</strong> Lk◦Tk(x)=l<br />

wk(x). (3.13)<br />

In the local weighted voting (LWV, Artaechevarria et al., 2009), the weights are<br />

calculated by a similarity metric on the neighbourhood Nx of the voxel x. Using<br />

the mean squared difference (MSD)<br />

wk(x) = MSD(Ik ◦ Tk(Nx), I(Nx)) p<br />

(3.14)<br />

provi<strong>de</strong>s the best performance on the subcortical structures, where p is a negative<br />

integer.<br />

The formulation of MSD permits an efficient implementation to calculate the<br />

weight wk(·). We <strong>de</strong>fine the MSD MI,J(·) image between image I <strong>and</strong> J as<br />

MI,J(x) ≡ MSD(I(Nx), J(Nx)) = 1<br />

|Nx|<br />

∑<br />

(I(y) − J(y)) 2 , (3.15)<br />

y∈Nx<br />

which is equivalent of applying a mean filter (over the same neighborhood <strong>de</strong>fi-<br />

nition as N(·)) to the squared difference image (I − J) 2 . The algorithm for the<br />

computation of the local weight wk(·) is listed in Algorithm 1.<br />

Algorithm 1 Computation of the weight wk(·)<br />

1: Compute the squared difference image SDk ← (Ik ◦ Tk − I) 2<br />

2: Compute the MSD image Mk ← SDk ⋆ Kmean, where Kmean is the kernel of<br />

mean filter<br />

3: Compute the weight wk ← (Mk) p by applying power function to Mk

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!