SlideShare ist ein Scribd-Unternehmen logo
1 von 33
Downloaden Sie, um offline zu lesen
Introduction
Related Work
Methodology
Results and Discussion
Multiple Reflection Symmetry Detection via
Linear-Directional Kernel Density Estimation
M. Elawady1
, O. Alata1
, C. Ducottet1
, C. Barat1
, P. Colantoni2
1
Universit´e de Lyon, CNRS, UMR 5516, Laboratoire Hubert Curien,
Universit´e de Saint-´Etienne, Jean-Monnet, F-42000 Saint-´Etienne, France
2
Universit´e Jean Monnet, CIEREC EA n0
3068, Saint-´Etienne, France
17th
International Conference on Computer Analysis of Images and Patterns
UMR • CNRS • 5516 • SAINT-ETIENNE
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 1 / 33
Introduction
Related Work
Methodology
Results and Discussion
Table of Contents
1 Introduction
Background
Applications
Problem Definition
2 Related Work
Intensity-based Methods
Edge-based Methods
3 Methodology
Motivation
Algorithm Details
4 Results and Discussion
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 2 / 33
Introduction
Related Work
Methodology
Results and Discussion
Background
Applications
Problem Definition
Table of Contents
1 Introduction
Background
Applications
Problem Definition
2 Related Work
Intensity-based Methods
Edge-based Methods
3 Methodology
Motivation
Algorithm Details
4 Results and Discussion
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 3 / 33
Introduction
Related Work
Methodology
Results and Discussion
Background
Applications
Problem Definition
Bilateral Symmetry
1Image from book: The Photographer’s Eye by Michael Freeman
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 4 / 33
Introduction
Related Work
Methodology
Results and Discussion
Background
Applications
Problem Definition
Bilateral Symmetry in Computer Vision
Medial Image Segmentation [1]
Aerial-based vehicle detection [2]
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 5 / 33
Introduction
Related Work
Methodology
Results and Discussion
Background
Applications
Problem Definition
Detection of Global Symmetries
Axis Legend: Strong, Weak
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 6 / 33
Introduction
Related Work
Methodology
Results and Discussion
Intensity-based Methods
Edge-based Methods
Table of Contents
1 Introduction
Background
Applications
Problem Definition
2 Related Work
Intensity-based Methods
Edge-based Methods
3 Methodology
Motivation
Algorithm Details
4 Results and Discussion
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 7 / 33
Introduction
Related Work
Methodology
Results and Discussion
Intensity-based Methods
Edge-based Methods
Baseline (Loy 2006) and its Successor (Mo 2011)
The general scheme (Loy and Eklundh 2006 [3]) consists of:
Disadvantages:
Depending mainly on the properties of hand-crafted features (i.e. SIFT).
For example: (smooth objects with noisy background)
little feature points =⇒ lost symmetry.
(Mo and Draper 2011 [4]) proposed refinements in the general scheme.
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 8 / 33
Introduction
Related Work
Methodology
Results and Discussion
Intensity-based Methods
Edge-based Methods
First Work (Cic 2014)
Instead of SIFT, the general idea (Cicconet et al. 2014 [5]) is extracting a
regular set of wavelet segments with local edge amplitude and orientation.
Disadvantages:
Lacking neighborhood’s information inside the feature representation.
Depending on the scale parameter of the edge detector.
For example: (high texture objects with noisy background)
inferior symmetrical info =⇒ incorrect symmetry.
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 9 / 33
Introduction
Related Work
Methodology
Results and Discussion
Intensity-based Methods
Edge-based Methods
State-of-Art (Ela 2016)
(Single Symmetry) Investigating Cicconet’s edge features [5] within Loy’s
scheme [3] by adding neighboring-pixel information.
(1) Mul�scale Edge
Segment Extrac�on
(2) Triangula�on based on
Local Symmetry Weights:
• Geometry Edge Orienta�ons (Cic)
• Local Texture Histogram (Loy)
(3) Vo�ng Space for Peak Detec�on with Handling
Orienta�on Discon�nuity.
θ
ρ
0
π
Legend: Groundtruth, Our2016, Loy2006, Mo2011, Cic2014
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 10 / 33
Introduction
Related Work
Methodology
Results and Discussion
Motivation
Algorithm Details
Table of Contents
1 Introduction
Background
Applications
Problem Definition
2 Related Work
Intensity-based Methods
Edge-based Methods
3 Methodology
Motivation
Algorithm Details
4 Results and Discussion
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 11 / 33
Introduction
Related Work
Methodology
Results and Discussion
Motivation
Algorithm Details
Proposed Idea
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 12 / 33
Introduction
Related Work
Methodology
Results and Discussion
Motivation
Algorithm Details
Symmetry Detection Algorithm: Main Steps
Input Image
d) Symmetry Selection
a) Feature Extraction
Scale 1 Scale S
MagnitudeOrientationHistogram
Point 1 Point 2 Point P
c) Kernel Density Estimator
b) Feature Triangulation
Edge Magnitude
Symmetry Coefficient
Neighborhood Texture
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 13 / 33
Introduction
Related Work
Methodology
Results and Discussion
Motivation
Algorithm Details
Multiscale Edge Segment Extraction I
Input Image
Scale 1
Scale 2
Scale S
Orientation 1
Orientation O/2
Orientation O
Amplitude Map
Orientation Map
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 14 / 33
Introduction
Related Work
Methodology
Results and Discussion
Motivation
Algorithm Details
Multiscale Edge Segment Extraction II
A feature point pi
and its local edge characteristics (Ji
, φi
) are extracted
within each cell using a Morlet wavelet ψk,σ of constant scale σ and
varying orientation {φo
, o = 1 . . . O}.
Amplitude Map Orientation Map
Max
Amplitude
Corresponding
Orientation
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 15 / 33
Introduction
Related Work
Methodology
Results and Discussion
Motivation
Algorithm Details
Multiscale Edge Segment Extraction III
Neighboring textural histogram hi
of size B:
hi
(b) =
r∈D(pi )
Jr
δφb−φr
, φb ∈ {
bπ
B
, b = 0 . . . B − 1, 8 ≤ B ≤ 32} (1)
where hi
is l1 normalized and circular shifted respect to the maximum
magnitude Ji
among the neighborhood window D(pi
).
0 36 72 108 144
0
0.5
1
1.5
2
2.5
3
3.5
4
4.5
#106
Magnitude Histogram
108 144 0 36 72
0
0.1
0.2
0.3
0.4
0.5
0.6
Histogram Count (hi)
0 36 72 108 144
0
500
1000
1500
2000
2500
3000
Frequency Histogram
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 16 / 33
Introduction
Related Work
Methodology
Results and Discussion
Motivation
Algorithm Details
Symmetry Triangulation I
(Textural Information) Symmetry degree of the two regions around i and
j can be measured by comparing their corresponding local orientation
histograms hi
and ˜hj
(reverse histogram of hj
). Texture-based symmetry
measure is given by:
d(i, j) =
B
b=1
min(hi
(b), ˜hj
(b)) (2)
108 144 0 36 72
0
0.1
0.2
0.3
0.4
0.5
0.6
Histogram Count (hp)
72 36 0 144 108
0
0.1
0.2
0.3
0.4
0.5
0.6
Histogram Count (hq*)
1 2 3 4 5
0
0.1
0.2
0.3
0.4
0.5
0.6
Histogram Intersection
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 17 / 33
Introduction
Related Work
Methodology
Results and Discussion
Motivation
Algorithm Details
Symmetry Triangulation II
(Edge Information) Semi-dense edge magnitude m(i, j) and mirror
symmetry coefficient c(i, j) {similar to cosine distance} are defined as [5]:
m(i, j) = Ji
Jj
(3)
c(i, j) = |τi
S(T⊥
ij )τj
| (4)
where τi
= [cos(φi
), sin(φi
)], and S(.) is a reflection matrix.
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 18 / 33
Introduction
Related Work
Methodology
Results and Discussion
Motivation
Algorithm Details
Symmetry Triangulation III
The candidate axis is parametrized by angle θn, and displacement ρn and
has pairwise symmetry weight ωn = ωi,j (i = j and σi
= σj
) is defined as:
ωn = ω(ˆpi
, ˆpj
) = m(i, j) c(i, j) d(i, j) (5)
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 19 / 33
Introduction
Related Work
Methodology
Results and Discussion
Motivation
Algorithm Details
Kernel Density Estimation I
(Linear: Displacement) Linear kernel density estimator fl (.) is defined as
fl (x; g) =
1
Ng
N
n=1
G(
x − ρn
g
) | G(u) =
1
(2π)
1
2
e− 1
2
|u|2
(6)
where G(.) is a Gaussian kernel with bandwidth parameter g.
(Directional: Angle) Directional kernel density estimator fd (.) is defined as:
fd (y; k) =
C(k)
N
N
n=1
L(yT
µn; k) | L(x; k) = ekx
, C(k) =
1
2πS(0, k)
(7)
where L(.) is a von-Mises Fisher kernel with concentration parameter k, and
normalization constant C(k). S(.) is the modified Bessel function of the first
kind.
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 20 / 33
Introduction
Related Work
Methodology
Results and Discussion
Motivation
Algorithm Details
Kernel Density Estimation II
Thanks for the linear-directional density estimator fl,d (.) [6]. We define
the extended weighted version ˆfl,d (.) as:
ˆfl,d (x, y; g, k) =
C(k)
Ng
N
n=1
ωnG(
x − ρn
g
)L(yT
µn; k) (8)
y = [cos(θ), sin(θ)], µn = [cos(θn), sin(θn)]
assuming that linear and directional data are independent resulting dot
product between accompanying kernels.
B
A2 A1 A3
B
B
A2 A1 A3
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 21 / 33
Introduction
Related Work
Methodology
Results and Discussion
Motivation
Algorithm Details
Kernel Density Estimation III
B
A2 A1 A3
Input Image
A2
A1
A3
Linear KDE fl (.)
[A1,A2,A3]
B B
Directional KDE fd (.)
Edge Magnitude mn(.) Symmetry Coefficient cn(.) Neighborhood Texture dn(.)
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 22 / 33
Introduction
Related Work
Methodology
Results and Discussion
Table of Contents
1 Introduction
Background
Applications
Problem Definition
2 Related Work
Intensity-based Methods
Edge-based Methods
3 Methodology
Motivation
Algorithm Details
4 Results and Discussion
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 23 / 33
Introduction
Related Work
Methodology
Results and Discussion
Evaluation Details
Datasets:
PSUm dataset: Liu’s vision group proposed a symmetry groundtruth
[7, 8] for Flickr images (# images = 142, # symmetries = 479) in
ECCV2010, CVPR2011 and CVPR2013.
NYm dataset: Cicconet et al. [9] presented a new symmetry
database (# images = 63, # symmetries = 188) in 2016.
Evaluation Metrics:
True Positive [8]:
ang(SC, GT) < 10◦
(9)
dist(CenSC , CenGT ) < 20% × min(LenSC , LenGT ) (10)
Precision, Recall, and Maximum F1 Score
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 24 / 33
Introduction
Related Work
Methodology
Results and Discussion
Quantitative Results I
(Precision-Recall Curves)
0 0.2 0.4 0.6 0.8 1
0
0.2
0.4
0.6
0.8
1
Loy2006 (0.29211)
Cicconet2014 (0.15883)
Elawady2016 (0.27744)
Our2017 (0.32828)
PSUm (2010-2013)
0 0.2 0.4 0.6 0.8 1
0
0.2
0.4
0.6
0.8
1
Loy2006 (0.33657)
Cicconet2014 (0.2365)
Elawady2016 (0.38788)
Our2017 (0.43373)
NYm (2016)
X-axis: Recall, Y-axis: Precision
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 25 / 33
Introduction
Related Work
Methodology
Results and Discussion
Quantitative Results II
(Statistical Comparison)
Max F1 Score and its equivalent Precision and Recall rates
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 26 / 33
Introduction
Related Work
Methodology
Results and Discussion
Qualitative Results I - PSUm
Columns: (1) GT, (2) Our, (3) Ela2016 [10], and (4) Loy2006 [3]
Top 5 detections: red, yellow, green, blue, and magenta.
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 27 / 33
Introduction
Related Work
Methodology
Results and Discussion
Qualitative Results II - NYm
Columns: (1) GT, (2) Our, (3) Ela2016 [10], and (4) Loy2006 [3]
Top 5 detections: red, yellow, green, blue, and magenta.
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 28 / 33
Introduction
Related Work
Methodology
Results and Discussion
Conclusion
Summary:
1 A weighted joint density estimator is proposed to handle both orientation and
displacement information.
2 A reliable detection framework is developed for global multiple symmetries.
Future work:
1 The proposed detection can be improved using a continuous maximal-seeking
technique to avoid over-extended axes.
2 Entropy-based balance measure can be introduced to describe the existence and
degree of global axes inside an image.
3 Possibility of integration within retrieval systems for artistic photographs and
paintings in museums
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 29 / 33
Introduction
Related Work
Methodology
Results and Discussion
References I
[1] F. Abdolali, R. A. Zoroofi, Y. Otake, and Y. Sato, “Automatic segmentation of
maxillofacial cysts in cone beam ct images,” Computers in biology and medicine,
vol. 72, pp. 108–119, 2016.
[2] S. Ram and J. J. Rodriguez, “Vehicle detection in aerial images using multiscale
structure enhancement and symmetry,” in Image Processing (ICIP), 2016 IEEE
International Conference on, pp. 3817–3821, IEEE, 2016.
[3] G. Loy and J.-O. Eklundh, “Detecting symmetry and symmetric constellations of
features,” in Computer Vision–ECCV 2006, pp. 508–521, Springer, 2006.
[4] Q. Mo and B. Draper, “Detecting bilateral symmetry with feature mirroring,” in
CVPR 2011 Workshop on Symmetry Detection from Real World Images, 2011.
[5] M. Cicconet, D. Geiger, K. C. Gunsalus, and M. Werman, “Mirror symmetry
histograms for capturing geometric properties in images,” in Computer Vision
and Pattern Recognition (CVPR), 2014 IEEE Conference on, pp. 2981–2986,
IEEE, 2014.
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 30 / 33
Introduction
Related Work
Methodology
Results and Discussion
References II
[6] E. Garc´ıa-Portugu´es, R. M. Crujeiras, and W. Gonz´alez-Manteiga, “Kernel
density estimation for directional–linear data,” Journal of Multivariate Analysis,
vol. 121, pp. 152–175, 2013.
[7] I. Rauschert, K. Brocklehurst, S. Kashyap, J. Liu, and Y. Liu, “First symmetry
detection competition: Summary and results,” tech. rep., Technical Report
CSE11-012, Department of Computer Science and Engineering, The
Pennsylvania State University, 2011.
[8] J. Liu, G. Slota, G. Zheng, Z. Wu, M. Park, S. Lee, I. Rauschert, and Y. Liu,
“Symmetry detection from realworld images competition 2013: Summary and
results,” in Computer Vision and Pattern Recognition Workshops (CVPRW),
2013 IEEE Conference on, pp. 200–205, IEEE, 2013.
[9] M. Cicconet, V. Birodkar, M. Lund, M. Werman, and D. Geiger, “A convolutional
approach to reflection symmetry,” Pattern Recognition Letters, 2017.
[10] M. Elawady, C. Barat, C. Ducottet, and P. Colantoni, “Global bilateral symmetry
detection using multiscale mirror histograms,” in International Conference on
Advanced Concepts for Intelligent Vision Systems, pp. 14–24, Springer, 2016.
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 31 / 33
Introduction
Related Work
Methodology
Results and Discussion
Questions?
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 32 / 33
Introduction
Related Work
Methodology
Results and Discussion
Appendix - Why Feature Normalization?
The feature points are normalized with keeping aspect ratio as following:
ˆpi
=
pi
− cW ,H
max(W , H)
(11)
where cW ,H represents the original image center (W
2
, H
2
).
Without Normalization With Normalization
Voting: unified space and independent parameters
M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 33 / 33

Weitere ähnliche Inhalte

Was ist angesagt?

Exploring Global Reflection Symmetry in Visual Arts
Exploring Global Reflection Symmetry in Visual ArtsExploring Global Reflection Symmetry in Visual Arts
Exploring Global Reflection Symmetry in Visual ArtsMohamed Elawady
 
Lec12: Shape Models and Medical Image Segmentation
Lec12: Shape Models and Medical Image SegmentationLec12: Shape Models and Medical Image Segmentation
Lec12: Shape Models and Medical Image SegmentationUlaş Bağcı
 
Lecture 06 geometric transformations and image registration
Lecture 06 geometric transformations and image registrationLecture 06 geometric transformations and image registration
Lecture 06 geometric transformations and image registrationobertksg
 
L041246977
L041246977L041246977
L041246977IOSR-JEN
 
Lec6: Pre-Processing for Nuclear Medicine Images
Lec6: Pre-Processing for Nuclear Medicine ImagesLec6: Pre-Processing for Nuclear Medicine Images
Lec6: Pre-Processing for Nuclear Medicine ImagesUlaş Bağcı
 
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...IJECEIAES
 
Detection of uveal melanoma using fuzzy and neural networks classifiers
Detection of uveal melanoma using fuzzy and neural networks classifiersDetection of uveal melanoma using fuzzy and neural networks classifiers
Detection of uveal melanoma using fuzzy and neural networks classifiersTELKOMNIKA JOURNAL
 
INFLUENCE OF QUANTITY OF PRINCIPAL COMPONENT IN DISCRIMINATIVE FILTERING
INFLUENCE OF QUANTITY OF PRINCIPAL COMPONENT IN DISCRIMINATIVE FILTERINGINFLUENCE OF QUANTITY OF PRINCIPAL COMPONENT IN DISCRIMINATIVE FILTERING
INFLUENCE OF QUANTITY OF PRINCIPAL COMPONENT IN DISCRIMINATIVE FILTERINGcsandit
 
LEARNING FINGERPRINT RECONSTRUCTION: FROM MINUTIAE TO IMAGE
 LEARNING FINGERPRINT RECONSTRUCTION: FROM MINUTIAE TO IMAGE LEARNING FINGERPRINT RECONSTRUCTION: FROM MINUTIAE TO IMAGE
LEARNING FINGERPRINT RECONSTRUCTION: FROM MINUTIAE TO IMAGENexgen Technology
 
IRJET- Texture Analysis and Fracture Identification of Bones X-Ray Images...
IRJET-  	  Texture Analysis and Fracture Identification of Bones X-Ray Images...IRJET-  	  Texture Analysis and Fracture Identification of Bones X-Ray Images...
IRJET- Texture Analysis and Fracture Identification of Bones X-Ray Images...IRJET Journal
 
Digest of Human Detection from CVPR2015
Digest of Human Detection from CVPR2015Digest of Human Detection from CVPR2015
Digest of Human Detection from CVPR2015belltailjp
 
Machinery signal separation using non-negative matrix factorization with real...
Machinery signal separation using non-negative matrix factorization with real...Machinery signal separation using non-negative matrix factorization with real...
Machinery signal separation using non-negative matrix factorization with real...journalBEEI
 
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...Ulaş Bağcı
 
Extracted features based multi-class classification of orthodontic images
Extracted features based multi-class classification of orthodontic images Extracted features based multi-class classification of orthodontic images
Extracted features based multi-class classification of orthodontic images IJECEIAES
 
Iris Localization - a Biometric Approach Referring Daugman's Algorithm
Iris Localization - a Biometric Approach Referring Daugman's AlgorithmIris Localization - a Biometric Approach Referring Daugman's Algorithm
Iris Localization - a Biometric Approach Referring Daugman's AlgorithmEditor IJCATR
 
Knowledge-based Fusion for Image Tampering Localization
Knowledge-based Fusion for Image Tampering LocalizationKnowledge-based Fusion for Image Tampering Localization
Knowledge-based Fusion for Image Tampering LocalizationSymeon Papadopoulos
 
A Critical Survey on Detection of Object and Tracking of Object With differen...
A Critical Survey on Detection of Object and Tracking of Object With differen...A Critical Survey on Detection of Object and Tracking of Object With differen...
A Critical Survey on Detection of Object and Tracking of Object With differen...Editor IJMTER
 

Was ist angesagt? (19)

Exploring Global Reflection Symmetry in Visual Arts
Exploring Global Reflection Symmetry in Visual ArtsExploring Global Reflection Symmetry in Visual Arts
Exploring Global Reflection Symmetry in Visual Arts
 
Lec12: Shape Models and Medical Image Segmentation
Lec12: Shape Models and Medical Image SegmentationLec12: Shape Models and Medical Image Segmentation
Lec12: Shape Models and Medical Image Segmentation
 
Lecture 06 geometric transformations and image registration
Lecture 06 geometric transformations and image registrationLecture 06 geometric transformations and image registration
Lecture 06 geometric transformations and image registration
 
L041246977
L041246977L041246977
L041246977
 
Lec6: Pre-Processing for Nuclear Medicine Images
Lec6: Pre-Processing for Nuclear Medicine ImagesLec6: Pre-Processing for Nuclear Medicine Images
Lec6: Pre-Processing for Nuclear Medicine Images
 
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...
 
Detection of uveal melanoma using fuzzy and neural networks classifiers
Detection of uveal melanoma using fuzzy and neural networks classifiersDetection of uveal melanoma using fuzzy and neural networks classifiers
Detection of uveal melanoma using fuzzy and neural networks classifiers
 
INFLUENCE OF QUANTITY OF PRINCIPAL COMPONENT IN DISCRIMINATIVE FILTERING
INFLUENCE OF QUANTITY OF PRINCIPAL COMPONENT IN DISCRIMINATIVE FILTERINGINFLUENCE OF QUANTITY OF PRINCIPAL COMPONENT IN DISCRIMINATIVE FILTERING
INFLUENCE OF QUANTITY OF PRINCIPAL COMPONENT IN DISCRIMINATIVE FILTERING
 
LEARNING FINGERPRINT RECONSTRUCTION: FROM MINUTIAE TO IMAGE
 LEARNING FINGERPRINT RECONSTRUCTION: FROM MINUTIAE TO IMAGE LEARNING FINGERPRINT RECONSTRUCTION: FROM MINUTIAE TO IMAGE
LEARNING FINGERPRINT RECONSTRUCTION: FROM MINUTIAE TO IMAGE
 
IRJET- Texture Analysis and Fracture Identification of Bones X-Ray Images...
IRJET-  	  Texture Analysis and Fracture Identification of Bones X-Ray Images...IRJET-  	  Texture Analysis and Fracture Identification of Bones X-Ray Images...
IRJET- Texture Analysis and Fracture Identification of Bones X-Ray Images...
 
Digest of Human Detection from CVPR2015
Digest of Human Detection from CVPR2015Digest of Human Detection from CVPR2015
Digest of Human Detection from CVPR2015
 
F43043034
F43043034F43043034
F43043034
 
Machinery signal separation using non-negative matrix factorization with real...
Machinery signal separation using non-negative matrix factorization with real...Machinery signal separation using non-negative matrix factorization with real...
Machinery signal separation using non-negative matrix factorization with real...
 
Az03303230327
Az03303230327Az03303230327
Az03303230327
 
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
 
Extracted features based multi-class classification of orthodontic images
Extracted features based multi-class classification of orthodontic images Extracted features based multi-class classification of orthodontic images
Extracted features based multi-class classification of orthodontic images
 
Iris Localization - a Biometric Approach Referring Daugman's Algorithm
Iris Localization - a Biometric Approach Referring Daugman's AlgorithmIris Localization - a Biometric Approach Referring Daugman's Algorithm
Iris Localization - a Biometric Approach Referring Daugman's Algorithm
 
Knowledge-based Fusion for Image Tampering Localization
Knowledge-based Fusion for Image Tampering LocalizationKnowledge-based Fusion for Image Tampering Localization
Knowledge-based Fusion for Image Tampering Localization
 
A Critical Survey on Detection of Object and Tracking of Object With differen...
A Critical Survey on Detection of Object and Tracking of Object With differen...A Critical Survey on Detection of Object and Tracking of Object With differen...
A Critical Survey on Detection of Object and Tracking of Object With differen...
 

Ähnlich wie Multiple Reflection Symmetry Detection via Linear-Directional Kernel Density Estimation

A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...AI Publications
 
Bayesian inference for mixed-effects models driven by SDEs and other stochast...
Bayesian inference for mixed-effects models driven by SDEs and other stochast...Bayesian inference for mixed-effects models driven by SDEs and other stochast...
Bayesian inference for mixed-effects models driven by SDEs and other stochast...Umberto Picchini
 
Large strain computational solid dynamics: An upwind cell centred Finite Volu...
Large strain computational solid dynamics: An upwind cell centred Finite Volu...Large strain computational solid dynamics: An upwind cell centred Finite Volu...
Large strain computational solid dynamics: An upwind cell centred Finite Volu...Jibran Haider
 
Reading papers - survey on Non-Convex Optimization
Reading papers - survey on Non-Convex OptimizationReading papers - survey on Non-Convex Optimization
Reading papers - survey on Non-Convex OptimizationX 37
 
A vision-based uncut crop edge detection method for automated guidance of hea...
A vision-based uncut crop edge detection method for automated guidance of hea...A vision-based uncut crop edge detection method for automated guidance of hea...
A vision-based uncut crop edge detection method for automated guidance of hea...Institute of Agricultural Machinery, NARO
 
Lesson18 -maximum_and_minimum_values_slides
Lesson18  -maximum_and_minimum_values_slidesLesson18  -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slidesMatthew Leingang
 
Lesson18 -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slidesLesson18 -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slidesMel Anthony Pepito
 
  Information Theory and the Analysis of Uncertainties in a Spatial Geologi...
  Information Theory and the Analysis of Uncertainties in a Spatial Geologi...  Information Theory and the Analysis of Uncertainties in a Spatial Geologi...
  Information Theory and the Analysis of Uncertainties in a Spatial Geologi...The University of Western Australia
 
Multiple estimators for Monte Carlo approximations
Multiple estimators for Monte Carlo approximationsMultiple estimators for Monte Carlo approximations
Multiple estimators for Monte Carlo approximationsChristian Robert
 
FusIon - On-Field Security and Privacy Preservation for IoT Edge Devices: Con...
FusIon - On-Field Security and Privacy Preservation for IoT Edge Devices: Con...FusIon - On-Field Security and Privacy Preservation for IoT Edge Devices: Con...
FusIon - On-Field Security and Privacy Preservation for IoT Edge Devices: Con...jamesinniss
 
Investigations of certain estimators for modeling panel data under violations...
Investigations of certain estimators for modeling panel data under violations...Investigations of certain estimators for modeling panel data under violations...
Investigations of certain estimators for modeling panel data under violations...Alexander Decker
 
An Information-Theoretic Approach for Clonal Selection Algorithms
An Information-Theoretic Approach for Clonal Selection AlgorithmsAn Information-Theoretic Approach for Clonal Selection Algorithms
An Information-Theoretic Approach for Clonal Selection AlgorithmsMario Pavone
 
A DERIVATIVE FREE HIGH ORDERED HYBRID EQUATION SOLVER
A DERIVATIVE FREE HIGH ORDERED HYBRID EQUATION SOLVERA DERIVATIVE FREE HIGH ORDERED HYBRID EQUATION SOLVER
A DERIVATIVE FREE HIGH ORDERED HYBRID EQUATION SOLVERZac Darcy
 
A derivative free high ordered hybrid equation solver
A derivative free high ordered hybrid equation solverA derivative free high ordered hybrid equation solver
A derivative free high ordered hybrid equation solverZac Darcy
 
ISMAR 2014: Comprehensive Workspace Calibration for Visuo-Haptic Augmented Re...
ISMAR 2014: Comprehensive Workspace Calibration for Visuo-Haptic Augmented Re...ISMAR 2014: Comprehensive Workspace Calibration for Visuo-Haptic Augmented Re...
ISMAR 2014: Comprehensive Workspace Calibration for Visuo-Haptic Augmented Re...Ulrich Eck
 
Inductive Classification through Evidence-based Models and Their Ensemble
Inductive Classification through Evidence-based Models and Their EnsembleInductive Classification through Evidence-based Models and Their Ensemble
Inductive Classification through Evidence-based Models and Their EnsembleGiuseppe Rizzo
 

Ähnlich wie Multiple Reflection Symmetry Detection via Linear-Directional Kernel Density Estimation (20)

A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
 
Bayesian inference for mixed-effects models driven by SDEs and other stochast...
Bayesian inference for mixed-effects models driven by SDEs and other stochast...Bayesian inference for mixed-effects models driven by SDEs and other stochast...
Bayesian inference for mixed-effects models driven by SDEs and other stochast...
 
Large strain computational solid dynamics: An upwind cell centred Finite Volu...
Large strain computational solid dynamics: An upwind cell centred Finite Volu...Large strain computational solid dynamics: An upwind cell centred Finite Volu...
Large strain computational solid dynamics: An upwind cell centred Finite Volu...
 
Reading papers - survey on Non-Convex Optimization
Reading papers - survey on Non-Convex OptimizationReading papers - survey on Non-Convex Optimization
Reading papers - survey on Non-Convex Optimization
 
351 b p.3
351 b p.3351 b p.3
351 b p.3
 
351 b p.3
351 b p.3351 b p.3
351 b p.3
 
351 b p.3
351 b p.3351 b p.3
351 b p.3
 
A vision-based uncut crop edge detection method for automated guidance of hea...
A vision-based uncut crop edge detection method for automated guidance of hea...A vision-based uncut crop edge detection method for automated guidance of hea...
A vision-based uncut crop edge detection method for automated guidance of hea...
 
Lesson18 -maximum_and_minimum_values_slides
Lesson18  -maximum_and_minimum_values_slidesLesson18  -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slides
 
Lesson18 -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slidesLesson18 -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slides
 
  Information Theory and the Analysis of Uncertainties in a Spatial Geologi...
  Information Theory and the Analysis of Uncertainties in a Spatial Geologi...  Information Theory and the Analysis of Uncertainties in a Spatial Geologi...
  Information Theory and the Analysis of Uncertainties in a Spatial Geologi...
 
Multiple estimators for Monte Carlo approximations
Multiple estimators for Monte Carlo approximationsMultiple estimators for Monte Carlo approximations
Multiple estimators for Monte Carlo approximations
 
FusIon - On-Field Security and Privacy Preservation for IoT Edge Devices: Con...
FusIon - On-Field Security and Privacy Preservation for IoT Edge Devices: Con...FusIon - On-Field Security and Privacy Preservation for IoT Edge Devices: Con...
FusIon - On-Field Security and Privacy Preservation for IoT Edge Devices: Con...
 
Investigations of certain estimators for modeling panel data under violations...
Investigations of certain estimators for modeling panel data under violations...Investigations of certain estimators for modeling panel data under violations...
Investigations of certain estimators for modeling panel data under violations...
 
An Information-Theoretic Approach for Clonal Selection Algorithms
An Information-Theoretic Approach for Clonal Selection AlgorithmsAn Information-Theoretic Approach for Clonal Selection Algorithms
An Information-Theoretic Approach for Clonal Selection Algorithms
 
A DERIVATIVE FREE HIGH ORDERED HYBRID EQUATION SOLVER
A DERIVATIVE FREE HIGH ORDERED HYBRID EQUATION SOLVERA DERIVATIVE FREE HIGH ORDERED HYBRID EQUATION SOLVER
A DERIVATIVE FREE HIGH ORDERED HYBRID EQUATION SOLVER
 
Gautier Laurent - Implicit Modelling and volume deformation
Gautier Laurent - Implicit Modelling and volume deformationGautier Laurent - Implicit Modelling and volume deformation
Gautier Laurent - Implicit Modelling and volume deformation
 
A derivative free high ordered hybrid equation solver
A derivative free high ordered hybrid equation solverA derivative free high ordered hybrid equation solver
A derivative free high ordered hybrid equation solver
 
ISMAR 2014: Comprehensive Workspace Calibration for Visuo-Haptic Augmented Re...
ISMAR 2014: Comprehensive Workspace Calibration for Visuo-Haptic Augmented Re...ISMAR 2014: Comprehensive Workspace Calibration for Visuo-Haptic Augmented Re...
ISMAR 2014: Comprehensive Workspace Calibration for Visuo-Haptic Augmented Re...
 
Inductive Classification through Evidence-based Models and Their Ensemble
Inductive Classification through Evidence-based Models and Their EnsembleInductive Classification through Evidence-based Models and Their Ensemble
Inductive Classification through Evidence-based Models and Their Ensemble
 

Mehr von Mohamed Elawady

You and Your Research -- LLMs Perspective
You and Your Research -- LLMs PerspectiveYou and Your Research -- LLMs Perspective
You and Your Research -- LLMs PerspectiveMohamed Elawady
 
Robotics Vision in Industry: Indonesia
Robotics Vision in Industry: IndonesiaRobotics Vision in Industry: Indonesia
Robotics Vision in Industry: IndonesiaMohamed Elawady
 
ICIAR 2016 Poster: Automatic Nonlinear Filtering and Segmentation for Breast ...
ICIAR 2016 Poster: Automatic Nonlinear Filtering and Segmentation for Breast ...ICIAR 2016 Poster: Automatic Nonlinear Filtering and Segmentation for Breast ...
ICIAR 2016 Poster: Automatic Nonlinear Filtering and Segmentation for Breast ...Mohamed Elawady
 
Underwater sparse image classification using deep convolutional neural networks
Underwater sparse image classification using deep convolutional neural networksUnderwater sparse image classification using deep convolutional neural networks
Underwater sparse image classification using deep convolutional neural networksMohamed Elawady
 
Robust principal axes determination for point-based shapes
Robust principal axes determination for point-based shapesRobust principal axes determination for point-based shapes
Robust principal axes determination for point-based shapesMohamed Elawady
 
Leafsnap: classification
Leafsnap: classificationLeafsnap: classification
Leafsnap: classificationMohamed Elawady
 
Breast Lesion Segmentation in Ultrasound Images
Breast Lesion Segmentation in Ultrasound ImagesBreast Lesion Segmentation in Ultrasound Images
Breast Lesion Segmentation in Ultrasound ImagesMohamed Elawady
 
(Local Culture - Catalan) Info about Egypt
(Local Culture - Catalan) Info about Egypt(Local Culture - Catalan) Info about Egypt
(Local Culture - Catalan) Info about EgyptMohamed Elawady
 
(Msc Thesis) Sparse Coral Classification Using Deep Convolutional Neural Netw...
(Msc Thesis) Sparse Coral Classification Using Deep Convolutional Neural Netw...(Msc Thesis) Sparse Coral Classification Using Deep Convolutional Neural Netw...
(Msc Thesis) Sparse Coral Classification Using Deep Convolutional Neural Netw...Mohamed Elawady
 
Detecting and Avoiding Frontal Obstacles from a Monocular Camera for Micro Un...
Detecting and Avoiding Frontal Obstacles from a Monocular Camera for Micro Un...Detecting and Avoiding Frontal Obstacles from a Monocular Camera for Micro Un...
Detecting and Avoiding Frontal Obstacles from a Monocular Camera for Micro Un...Mohamed Elawady
 
(Reading Group) First Results in Detecting and Avoiding Frontal Obstacles fro...
(Reading Group) First Results in Detecting and Avoiding Frontal Obstacles fro...(Reading Group) First Results in Detecting and Avoiding Frontal Obstacles fro...
(Reading Group) First Results in Detecting and Avoiding Frontal Obstacles fro...Mohamed Elawady
 
(Progress Presentation) Autonomous Quadcopter Navigation
(Progress Presentation) Autonomous Quadcopter Navigation(Progress Presentation) Autonomous Quadcopter Navigation
(Progress Presentation) Autonomous Quadcopter NavigationMohamed Elawady
 
(Reading Group) Saliency Detection: A Boolean Map Approach
(Reading Group) Saliency Detection: A Boolean Map Approach(Reading Group) Saliency Detection: A Boolean Map Approach
(Reading Group) Saliency Detection: A Boolean Map ApproachMohamed Elawady
 
(Reading Group) Automatic Detection of Action Potentials in a Noisy Neural Re...
(Reading Group) Automatic Detection of Action Potentials in a Noisy Neural Re...(Reading Group) Automatic Detection of Action Potentials in a Noisy Neural Re...
(Reading Group) Automatic Detection of Action Potentials in a Noisy Neural Re...Mohamed Elawady
 
Lost Civilization: NUBIA
Lost Civilization: NUBIALost Civilization: NUBIA
Lost Civilization: NUBIAMohamed Elawady
 
Programming contests and competitions
Programming contests and competitionsProgramming contests and competitions
Programming contests and competitionsMohamed Elawady
 
[Tech Talks] IT Celebrities: Industry Oriented
[Tech Talks] IT Celebrities: Industry Oriented[Tech Talks] IT Celebrities: Industry Oriented
[Tech Talks] IT Celebrities: Industry OrientedMohamed Elawady
 

Mehr von Mohamed Elawady (17)

You and Your Research -- LLMs Perspective
You and Your Research -- LLMs PerspectiveYou and Your Research -- LLMs Perspective
You and Your Research -- LLMs Perspective
 
Robotics Vision in Industry: Indonesia
Robotics Vision in Industry: IndonesiaRobotics Vision in Industry: Indonesia
Robotics Vision in Industry: Indonesia
 
ICIAR 2016 Poster: Automatic Nonlinear Filtering and Segmentation for Breast ...
ICIAR 2016 Poster: Automatic Nonlinear Filtering and Segmentation for Breast ...ICIAR 2016 Poster: Automatic Nonlinear Filtering and Segmentation for Breast ...
ICIAR 2016 Poster: Automatic Nonlinear Filtering and Segmentation for Breast ...
 
Underwater sparse image classification using deep convolutional neural networks
Underwater sparse image classification using deep convolutional neural networksUnderwater sparse image classification using deep convolutional neural networks
Underwater sparse image classification using deep convolutional neural networks
 
Robust principal axes determination for point-based shapes
Robust principal axes determination for point-based shapesRobust principal axes determination for point-based shapes
Robust principal axes determination for point-based shapes
 
Leafsnap: classification
Leafsnap: classificationLeafsnap: classification
Leafsnap: classification
 
Breast Lesion Segmentation in Ultrasound Images
Breast Lesion Segmentation in Ultrasound ImagesBreast Lesion Segmentation in Ultrasound Images
Breast Lesion Segmentation in Ultrasound Images
 
(Local Culture - Catalan) Info about Egypt
(Local Culture - Catalan) Info about Egypt(Local Culture - Catalan) Info about Egypt
(Local Culture - Catalan) Info about Egypt
 
(Msc Thesis) Sparse Coral Classification Using Deep Convolutional Neural Netw...
(Msc Thesis) Sparse Coral Classification Using Deep Convolutional Neural Netw...(Msc Thesis) Sparse Coral Classification Using Deep Convolutional Neural Netw...
(Msc Thesis) Sparse Coral Classification Using Deep Convolutional Neural Netw...
 
Detecting and Avoiding Frontal Obstacles from a Monocular Camera for Micro Un...
Detecting and Avoiding Frontal Obstacles from a Monocular Camera for Micro Un...Detecting and Avoiding Frontal Obstacles from a Monocular Camera for Micro Un...
Detecting and Avoiding Frontal Obstacles from a Monocular Camera for Micro Un...
 
(Reading Group) First Results in Detecting and Avoiding Frontal Obstacles fro...
(Reading Group) First Results in Detecting and Avoiding Frontal Obstacles fro...(Reading Group) First Results in Detecting and Avoiding Frontal Obstacles fro...
(Reading Group) First Results in Detecting and Avoiding Frontal Obstacles fro...
 
(Progress Presentation) Autonomous Quadcopter Navigation
(Progress Presentation) Autonomous Quadcopter Navigation(Progress Presentation) Autonomous Quadcopter Navigation
(Progress Presentation) Autonomous Quadcopter Navigation
 
(Reading Group) Saliency Detection: A Boolean Map Approach
(Reading Group) Saliency Detection: A Boolean Map Approach(Reading Group) Saliency Detection: A Boolean Map Approach
(Reading Group) Saliency Detection: A Boolean Map Approach
 
(Reading Group) Automatic Detection of Action Potentials in a Noisy Neural Re...
(Reading Group) Automatic Detection of Action Potentials in a Noisy Neural Re...(Reading Group) Automatic Detection of Action Potentials in a Noisy Neural Re...
(Reading Group) Automatic Detection of Action Potentials in a Noisy Neural Re...
 
Lost Civilization: NUBIA
Lost Civilization: NUBIALost Civilization: NUBIA
Lost Civilization: NUBIA
 
Programming contests and competitions
Programming contests and competitionsProgramming contests and competitions
Programming contests and competitions
 
[Tech Talks] IT Celebrities: Industry Oriented
[Tech Talks] IT Celebrities: Industry Oriented[Tech Talks] IT Celebrities: Industry Oriented
[Tech Talks] IT Celebrities: Industry Oriented
 

Kürzlich hochgeladen

9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Servicenishacall1
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsSérgio Sacani
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)Areesha Ahmad
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learninglevieagacer
 
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verifiedConnaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verifiedDelhi Call girls
 
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLKochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLkantirani197
 
GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)Areesha Ahmad
 
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...chandars293
 
Grade 7 - Lesson 1 - Microscope and Its Functions
Grade 7 - Lesson 1 - Microscope and Its FunctionsGrade 7 - Lesson 1 - Microscope and Its Functions
Grade 7 - Lesson 1 - Microscope and Its FunctionsOrtegaSyrineMay
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000Sapana Sha
 
Digital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxDigital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxMohamedFarag457087
 
Proteomics: types, protein profiling steps etc.
Proteomics: types, protein profiling steps etc.Proteomics: types, protein profiling steps etc.
Proteomics: types, protein profiling steps etc.Silpa
 
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...Silpa
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticssakshisoni2385
 
Molecular markers- RFLP, RAPD, AFLP, SNP etc.
Molecular markers- RFLP, RAPD, AFLP, SNP etc.Molecular markers- RFLP, RAPD, AFLP, SNP etc.
Molecular markers- RFLP, RAPD, AFLP, SNP etc.Silpa
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bSérgio Sacani
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfrohankumarsinghrore1
 
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxCOST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxFarihaAbdulRasheed
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and ClassificationsAreesha Ahmad
 

Kürzlich hochgeladen (20)

9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learning
 
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verifiedConnaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
 
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLKochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)
 
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
 
Grade 7 - Lesson 1 - Microscope and Its Functions
Grade 7 - Lesson 1 - Microscope and Its FunctionsGrade 7 - Lesson 1 - Microscope and Its Functions
Grade 7 - Lesson 1 - Microscope and Its Functions
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
 
Digital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxDigital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptx
 
Proteomics: types, protein profiling steps etc.
Proteomics: types, protein profiling steps etc.Proteomics: types, protein profiling steps etc.
Proteomics: types, protein profiling steps etc.
 
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
 
Molecular markers- RFLP, RAPD, AFLP, SNP etc.
Molecular markers- RFLP, RAPD, AFLP, SNP etc.Molecular markers- RFLP, RAPD, AFLP, SNP etc.
Molecular markers- RFLP, RAPD, AFLP, SNP etc.
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdf
 
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxCOST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
 

Multiple Reflection Symmetry Detection via Linear-Directional Kernel Density Estimation

  • 1. Introduction Related Work Methodology Results and Discussion Multiple Reflection Symmetry Detection via Linear-Directional Kernel Density Estimation M. Elawady1 , O. Alata1 , C. Ducottet1 , C. Barat1 , P. Colantoni2 1 Universit´e de Lyon, CNRS, UMR 5516, Laboratoire Hubert Curien, Universit´e de Saint-´Etienne, Jean-Monnet, F-42000 Saint-´Etienne, France 2 Universit´e Jean Monnet, CIEREC EA n0 3068, Saint-´Etienne, France 17th International Conference on Computer Analysis of Images and Patterns UMR • CNRS • 5516 • SAINT-ETIENNE M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 1 / 33
  • 2. Introduction Related Work Methodology Results and Discussion Table of Contents 1 Introduction Background Applications Problem Definition 2 Related Work Intensity-based Methods Edge-based Methods 3 Methodology Motivation Algorithm Details 4 Results and Discussion M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 2 / 33
  • 3. Introduction Related Work Methodology Results and Discussion Background Applications Problem Definition Table of Contents 1 Introduction Background Applications Problem Definition 2 Related Work Intensity-based Methods Edge-based Methods 3 Methodology Motivation Algorithm Details 4 Results and Discussion M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 3 / 33
  • 4. Introduction Related Work Methodology Results and Discussion Background Applications Problem Definition Bilateral Symmetry 1Image from book: The Photographer’s Eye by Michael Freeman M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 4 / 33
  • 5. Introduction Related Work Methodology Results and Discussion Background Applications Problem Definition Bilateral Symmetry in Computer Vision Medial Image Segmentation [1] Aerial-based vehicle detection [2] M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 5 / 33
  • 6. Introduction Related Work Methodology Results and Discussion Background Applications Problem Definition Detection of Global Symmetries Axis Legend: Strong, Weak M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 6 / 33
  • 7. Introduction Related Work Methodology Results and Discussion Intensity-based Methods Edge-based Methods Table of Contents 1 Introduction Background Applications Problem Definition 2 Related Work Intensity-based Methods Edge-based Methods 3 Methodology Motivation Algorithm Details 4 Results and Discussion M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 7 / 33
  • 8. Introduction Related Work Methodology Results and Discussion Intensity-based Methods Edge-based Methods Baseline (Loy 2006) and its Successor (Mo 2011) The general scheme (Loy and Eklundh 2006 [3]) consists of: Disadvantages: Depending mainly on the properties of hand-crafted features (i.e. SIFT). For example: (smooth objects with noisy background) little feature points =⇒ lost symmetry. (Mo and Draper 2011 [4]) proposed refinements in the general scheme. M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 8 / 33
  • 9. Introduction Related Work Methodology Results and Discussion Intensity-based Methods Edge-based Methods First Work (Cic 2014) Instead of SIFT, the general idea (Cicconet et al. 2014 [5]) is extracting a regular set of wavelet segments with local edge amplitude and orientation. Disadvantages: Lacking neighborhood’s information inside the feature representation. Depending on the scale parameter of the edge detector. For example: (high texture objects with noisy background) inferior symmetrical info =⇒ incorrect symmetry. M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 9 / 33
  • 10. Introduction Related Work Methodology Results and Discussion Intensity-based Methods Edge-based Methods State-of-Art (Ela 2016) (Single Symmetry) Investigating Cicconet’s edge features [5] within Loy’s scheme [3] by adding neighboring-pixel information. (1) Mul�scale Edge Segment Extrac�on (2) Triangula�on based on Local Symmetry Weights: • Geometry Edge Orienta�ons (Cic) • Local Texture Histogram (Loy) (3) Vo�ng Space for Peak Detec�on with Handling Orienta�on Discon�nuity. θ ρ 0 π Legend: Groundtruth, Our2016, Loy2006, Mo2011, Cic2014 M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 10 / 33
  • 11. Introduction Related Work Methodology Results and Discussion Motivation Algorithm Details Table of Contents 1 Introduction Background Applications Problem Definition 2 Related Work Intensity-based Methods Edge-based Methods 3 Methodology Motivation Algorithm Details 4 Results and Discussion M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 11 / 33
  • 12. Introduction Related Work Methodology Results and Discussion Motivation Algorithm Details Proposed Idea M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 12 / 33
  • 13. Introduction Related Work Methodology Results and Discussion Motivation Algorithm Details Symmetry Detection Algorithm: Main Steps Input Image d) Symmetry Selection a) Feature Extraction Scale 1 Scale S MagnitudeOrientationHistogram Point 1 Point 2 Point P c) Kernel Density Estimator b) Feature Triangulation Edge Magnitude Symmetry Coefficient Neighborhood Texture M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 13 / 33
  • 14. Introduction Related Work Methodology Results and Discussion Motivation Algorithm Details Multiscale Edge Segment Extraction I Input Image Scale 1 Scale 2 Scale S Orientation 1 Orientation O/2 Orientation O Amplitude Map Orientation Map M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 14 / 33
  • 15. Introduction Related Work Methodology Results and Discussion Motivation Algorithm Details Multiscale Edge Segment Extraction II A feature point pi and its local edge characteristics (Ji , φi ) are extracted within each cell using a Morlet wavelet ψk,σ of constant scale σ and varying orientation {φo , o = 1 . . . O}. Amplitude Map Orientation Map Max Amplitude Corresponding Orientation M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 15 / 33
  • 16. Introduction Related Work Methodology Results and Discussion Motivation Algorithm Details Multiscale Edge Segment Extraction III Neighboring textural histogram hi of size B: hi (b) = r∈D(pi ) Jr δφb−φr , φb ∈ { bπ B , b = 0 . . . B − 1, 8 ≤ B ≤ 32} (1) where hi is l1 normalized and circular shifted respect to the maximum magnitude Ji among the neighborhood window D(pi ). 0 36 72 108 144 0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 #106 Magnitude Histogram 108 144 0 36 72 0 0.1 0.2 0.3 0.4 0.5 0.6 Histogram Count (hi) 0 36 72 108 144 0 500 1000 1500 2000 2500 3000 Frequency Histogram M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 16 / 33
  • 17. Introduction Related Work Methodology Results and Discussion Motivation Algorithm Details Symmetry Triangulation I (Textural Information) Symmetry degree of the two regions around i and j can be measured by comparing their corresponding local orientation histograms hi and ˜hj (reverse histogram of hj ). Texture-based symmetry measure is given by: d(i, j) = B b=1 min(hi (b), ˜hj (b)) (2) 108 144 0 36 72 0 0.1 0.2 0.3 0.4 0.5 0.6 Histogram Count (hp) 72 36 0 144 108 0 0.1 0.2 0.3 0.4 0.5 0.6 Histogram Count (hq*) 1 2 3 4 5 0 0.1 0.2 0.3 0.4 0.5 0.6 Histogram Intersection M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 17 / 33
  • 18. Introduction Related Work Methodology Results and Discussion Motivation Algorithm Details Symmetry Triangulation II (Edge Information) Semi-dense edge magnitude m(i, j) and mirror symmetry coefficient c(i, j) {similar to cosine distance} are defined as [5]: m(i, j) = Ji Jj (3) c(i, j) = |τi S(T⊥ ij )τj | (4) where τi = [cos(φi ), sin(φi )], and S(.) is a reflection matrix. M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 18 / 33
  • 19. Introduction Related Work Methodology Results and Discussion Motivation Algorithm Details Symmetry Triangulation III The candidate axis is parametrized by angle θn, and displacement ρn and has pairwise symmetry weight ωn = ωi,j (i = j and σi = σj ) is defined as: ωn = ω(ˆpi , ˆpj ) = m(i, j) c(i, j) d(i, j) (5) M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 19 / 33
  • 20. Introduction Related Work Methodology Results and Discussion Motivation Algorithm Details Kernel Density Estimation I (Linear: Displacement) Linear kernel density estimator fl (.) is defined as fl (x; g) = 1 Ng N n=1 G( x − ρn g ) | G(u) = 1 (2π) 1 2 e− 1 2 |u|2 (6) where G(.) is a Gaussian kernel with bandwidth parameter g. (Directional: Angle) Directional kernel density estimator fd (.) is defined as: fd (y; k) = C(k) N N n=1 L(yT µn; k) | L(x; k) = ekx , C(k) = 1 2πS(0, k) (7) where L(.) is a von-Mises Fisher kernel with concentration parameter k, and normalization constant C(k). S(.) is the modified Bessel function of the first kind. M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 20 / 33
  • 21. Introduction Related Work Methodology Results and Discussion Motivation Algorithm Details Kernel Density Estimation II Thanks for the linear-directional density estimator fl,d (.) [6]. We define the extended weighted version ˆfl,d (.) as: ˆfl,d (x, y; g, k) = C(k) Ng N n=1 ωnG( x − ρn g )L(yT µn; k) (8) y = [cos(θ), sin(θ)], µn = [cos(θn), sin(θn)] assuming that linear and directional data are independent resulting dot product between accompanying kernels. B A2 A1 A3 B B A2 A1 A3 M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 21 / 33
  • 22. Introduction Related Work Methodology Results and Discussion Motivation Algorithm Details Kernel Density Estimation III B A2 A1 A3 Input Image A2 A1 A3 Linear KDE fl (.) [A1,A2,A3] B B Directional KDE fd (.) Edge Magnitude mn(.) Symmetry Coefficient cn(.) Neighborhood Texture dn(.) M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 22 / 33
  • 23. Introduction Related Work Methodology Results and Discussion Table of Contents 1 Introduction Background Applications Problem Definition 2 Related Work Intensity-based Methods Edge-based Methods 3 Methodology Motivation Algorithm Details 4 Results and Discussion M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 23 / 33
  • 24. Introduction Related Work Methodology Results and Discussion Evaluation Details Datasets: PSUm dataset: Liu’s vision group proposed a symmetry groundtruth [7, 8] for Flickr images (# images = 142, # symmetries = 479) in ECCV2010, CVPR2011 and CVPR2013. NYm dataset: Cicconet et al. [9] presented a new symmetry database (# images = 63, # symmetries = 188) in 2016. Evaluation Metrics: True Positive [8]: ang(SC, GT) < 10◦ (9) dist(CenSC , CenGT ) < 20% × min(LenSC , LenGT ) (10) Precision, Recall, and Maximum F1 Score M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 24 / 33
  • 25. Introduction Related Work Methodology Results and Discussion Quantitative Results I (Precision-Recall Curves) 0 0.2 0.4 0.6 0.8 1 0 0.2 0.4 0.6 0.8 1 Loy2006 (0.29211) Cicconet2014 (0.15883) Elawady2016 (0.27744) Our2017 (0.32828) PSUm (2010-2013) 0 0.2 0.4 0.6 0.8 1 0 0.2 0.4 0.6 0.8 1 Loy2006 (0.33657) Cicconet2014 (0.2365) Elawady2016 (0.38788) Our2017 (0.43373) NYm (2016) X-axis: Recall, Y-axis: Precision M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 25 / 33
  • 26. Introduction Related Work Methodology Results and Discussion Quantitative Results II (Statistical Comparison) Max F1 Score and its equivalent Precision and Recall rates M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 26 / 33
  • 27. Introduction Related Work Methodology Results and Discussion Qualitative Results I - PSUm Columns: (1) GT, (2) Our, (3) Ela2016 [10], and (4) Loy2006 [3] Top 5 detections: red, yellow, green, blue, and magenta. M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 27 / 33
  • 28. Introduction Related Work Methodology Results and Discussion Qualitative Results II - NYm Columns: (1) GT, (2) Our, (3) Ela2016 [10], and (4) Loy2006 [3] Top 5 detections: red, yellow, green, blue, and magenta. M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 28 / 33
  • 29. Introduction Related Work Methodology Results and Discussion Conclusion Summary: 1 A weighted joint density estimator is proposed to handle both orientation and displacement information. 2 A reliable detection framework is developed for global multiple symmetries. Future work: 1 The proposed detection can be improved using a continuous maximal-seeking technique to avoid over-extended axes. 2 Entropy-based balance measure can be introduced to describe the existence and degree of global axes inside an image. 3 Possibility of integration within retrieval systems for artistic photographs and paintings in museums M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 29 / 33
  • 30. Introduction Related Work Methodology Results and Discussion References I [1] F. Abdolali, R. A. Zoroofi, Y. Otake, and Y. Sato, “Automatic segmentation of maxillofacial cysts in cone beam ct images,” Computers in biology and medicine, vol. 72, pp. 108–119, 2016. [2] S. Ram and J. J. Rodriguez, “Vehicle detection in aerial images using multiscale structure enhancement and symmetry,” in Image Processing (ICIP), 2016 IEEE International Conference on, pp. 3817–3821, IEEE, 2016. [3] G. Loy and J.-O. Eklundh, “Detecting symmetry and symmetric constellations of features,” in Computer Vision–ECCV 2006, pp. 508–521, Springer, 2006. [4] Q. Mo and B. Draper, “Detecting bilateral symmetry with feature mirroring,” in CVPR 2011 Workshop on Symmetry Detection from Real World Images, 2011. [5] M. Cicconet, D. Geiger, K. C. Gunsalus, and M. Werman, “Mirror symmetry histograms for capturing geometric properties in images,” in Computer Vision and Pattern Recognition (CVPR), 2014 IEEE Conference on, pp. 2981–2986, IEEE, 2014. M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 30 / 33
  • 31. Introduction Related Work Methodology Results and Discussion References II [6] E. Garc´ıa-Portugu´es, R. M. Crujeiras, and W. Gonz´alez-Manteiga, “Kernel density estimation for directional–linear data,” Journal of Multivariate Analysis, vol. 121, pp. 152–175, 2013. [7] I. Rauschert, K. Brocklehurst, S. Kashyap, J. Liu, and Y. Liu, “First symmetry detection competition: Summary and results,” tech. rep., Technical Report CSE11-012, Department of Computer Science and Engineering, The Pennsylvania State University, 2011. [8] J. Liu, G. Slota, G. Zheng, Z. Wu, M. Park, S. Lee, I. Rauschert, and Y. Liu, “Symmetry detection from realworld images competition 2013: Summary and results,” in Computer Vision and Pattern Recognition Workshops (CVPRW), 2013 IEEE Conference on, pp. 200–205, IEEE, 2013. [9] M. Cicconet, V. Birodkar, M. Lund, M. Werman, and D. Geiger, “A convolutional approach to reflection symmetry,” Pattern Recognition Letters, 2017. [10] M. Elawady, C. Barat, C. Ducottet, and P. Colantoni, “Global bilateral symmetry detection using multiscale mirror histograms,” in International Conference on Advanced Concepts for Intelligent Vision Systems, pp. 14–24, Springer, 2016. M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 31 / 33
  • 32. Introduction Related Work Methodology Results and Discussion Questions? M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 32 / 33
  • 33. Introduction Related Work Methodology Results and Discussion Appendix - Why Feature Normalization? The feature points are normalized with keeping aspect ratio as following: ˆpi = pi − cW ,H max(W , H) (11) where cW ,H represents the original image center (W 2 , H 2 ). Without Normalization With Normalization Voting: unified space and independent parameters M. Elawady, O. Alata, C. Ducottet, C. Barat, P. Colantoni Hubert Curien Laboratory, Jean Monnet University, France 33 / 33