A Robust Pixel ECC based Algorithm for Occluded Image Alignment
Nefeli Lamprinou and Emmanouil Z. Psarakis
Department of Computer Engineering and Informatics, University of Patras, 26504 Rio-Patras, Greece
Keywords:
Image Alignment, Occluded Images, Correlation Coefficient.
Abstract:
The alignment of occluded images constitutes a common and difficult problem. In this paper we propose a
new method based on ECC algorithm tailored to occluded image alignment problem which enjoy a simple
closed-form solution with low computational cost. Moreover, the use of a proper subset of the region of
interest that limits the impact of the outliers in the estimation of the parameters is proposed. The use of this set
seems to make the proposed method insensitive to the use of the occluded image as template or as warped in
the alignment process. The proposed method is compared against two well known Gradient Corellation based
methods by its application in several image alignment problems and in all cases outperforms its rivals in terms
of accuracy and percentage of convergence.
1 INTRODUCTION
Image registration methods aim at finding the corre-
sponding points in two or more images and align them
by moving their data to a common coordinate system.
So alignment means to restore the geometric defor-
mations that exist between the images. Solving the
alignment problem is essencial to many different high
level applications such as face or object recognition,
motion analysis and medical imaging. A demanding
problem is face alignment, especially in cases where
real images are considered, due to many different con-
ditions during image capture such as face expressions,
lighting conditions and occlusions (sunglasses, scarf
etc.).
Alignment methods aim to estimate the parame-
ters of the geometric trasformation between a tem-
plate and an observation image, which can be
achieved through the optimization of a cost or simi-
larity function. Refering to area based techiques LK
algorithm (Lucas and Kanade, 1981) is the most pop-
ular method based on the minimization of the l
2
norm
of the error between the images. The original LK
algorithm, however, is inefficient in the presence of
outliers, which constitutes a very common problem
when using real images with ucontrolled lighting con-
ditions and occlusions. So numerous variations and
extensions of the LK algorithm have been proposed
through the years to address this problem such as FM
(Fuh and Maragos, 1991), weighted LK (Baker and
Matthews, 2004), Fourier LK (S. Lucey and Sridha-
ran, 2012) and (A.B. Ashraf and Chen, 2010).
A different approach in solving the alignment
problem is the maximization of a similarity func-
tion with the most known one being the correlation
coefficient. Existing similarities and differencies of
the above mentioned approach with l
2
based one can
be found in (Evangelidis and Psarakis, 2008) where
the ECC, an algorithm that uses the above similarity
measure on image intensities, was introduced. Simi-
rarly, Gradient Correlation algorithm (G. Tzimiropou-
los and Pantic, 2011) maximizes the correlation of
image gradient orientations (G.Tzimiropoulos, 2010),
an approach that is able to address the problem of
non uniform photometric distortions and occlusions,
although the use of face features reduces its perfor-
mance in images with different content.
In this paper we focus on the alignment of oc-
cluded images, that constitutes a common and diffi-
cult problem (F. Yang and Metaxas, 2011), (G. Yang
and Lu, 2015), and the use of an ECC based algo-
rithm, applied in each pixel is proposed. Specifically,
we propose the maximization of the correlation be-
tween the image gradients at every pair of correspond-
ing pixels separately, leading to a global estimation
of the distortion parameters. Since in the problem we
address, there is a large number of outliers, not all pix-
els must be used during the optimization. To this end
we propose a criterion that excludes a large number
or even all of the pixels within the occluded regions,
ensuring that the outliers have a minimum contribu-
tion in the final estimation. In addition, the proposed
Lamprinou, N. and Psarakis, E.
A Robust Pixel ECC based Algorithm for Occluded Image Alignment.
DOI: 10.5220/0005788202790284
In Proceedings of the 11th Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications (VISIGRAPP 2016) - Volume 4: VISAPP, pages 279-284
ISBN: 978-989-758-175-5
Copyright
c
2016 by SCITEPRESS – Science and Technology Publications, Lda. All rights reserved
279