Skip to main content
. 2014 Jun 30;41(7):072303. doi: 10.1118/1.4884224

Deformable Segmentation Algorithm via Distributed Discriminative Dictionary and Ensemble Learning.

Input: Testing image A0
Output: Segmented binary image B0
Initialization: t = 0
Estimate the initial shape parameter (αs0,ψ0,e0) and obtain the initial deformable surface v0 by solving sparse learning problem in Eq. (13) with β1 = 5 and β2 = 1.
while 1 ⩽ tT and vtvt122>0.001 do
“M” Step:
Evolve the deformable model vt by minimizing the external energyfunction Eext [Eq. (11)] and the smoothness internal energy functionEsmooth [Eq. (15)];
“E” Step:
a. Estimate the parameters (αst,ψt) for the shape refinement bysolving optimization problem [Eq. (13)] with β1 = 5 and β2 = 0;
b. Refine the deformed shape vt by minimizing the shape internalenergy function [Eq. (14)] based on the computed parameters(αst,ψt).
t = t + 1
end while
Convert the output shape vT to a binary image B0
Return: Segmented binary image B0