Anda di halaman 1dari 6

Human Forensic Identification with Dental

Radiographs using Similarity and Distance metrics

Vijayakumari Pushparaj Ulaganathan Gurunathan Banumathi Arumugam


Department of ECE Department of Oral & Maxillofacial surgery Department of ECE
Thiagarajar College of Engineering Best Dental Science College Thiagarajar College of Engineering
Madurai, 625015, India Madurai, 625015, India Madurai, 625015, India
Email: vijayakumari@tce.edu Email: g_unathan@yahoo.com Email: au_banu@tce.edu

Abstract— Forensic dentistry involves the identification of receiving increased attention especially with the large number
people based on their dental records, mainly available as of victims encountered in mass disasters. So, Dental
radiographic images. Human identification is done by radiographs may be a better choice for individual
matching the given post-mortem radiographs with the ante- identification and also mass disaster state of affairs. There are
mortem images. In this paper, a computer-aided dental several approaches for dental radiograph segmentation.
identification system for matching dental records is presented. Anil.K.Jain and Hong Chen were dedicated a concept of semi
The tooth contour is used as a feature for matching here. The automatic contour extraction method for shape extraction and
proposed algorithm consists of five stages. As an initial step, pattern matching [3].Their algorithm includes few issues like:
the image is preprocessed. Then it is isolated as individual severe occlusion and it is trivial to handle images with miss-
tooth by radiograph segmentation. Shape extraction is made location of teeth. In order to extract the outer contour, the
using connected component labeling. Finding similarity metric morphological corner detection is used [4].However, it fails to
is the next step. Various distance measures are also applied to provide a solution for severe occlusion. Dental shape
find better matching. Finally candidate matching is done by extraction using fast connected component analysis and
obtaining the percentage of match between the original and matching by Mahalanobis distance was detailed [5]. Said et al.
extracted shape using both the similarity and distance [6] offered a mathematical morphology approach, which used
measures. Experimental results show that the finer matching a series of morphology filtering operations to improve the
distance is observed by the distance metric rather than segmentation, and then connected component analysis to
similarity measures. The experimental results are obtained on obtain the desired Region of interests. Three different fusion
a database of 100 dental images which includes both approaches for the matching algorithms were explained [7] to
periapical and bitewing. The results show that a high hit rate is yield better matching between ante-mortem and post-mortem
observed for the Euclidean distance measure and which is images. Human identification using both shape and
comparable with the other methods. appearance of the tooth is explained [8] which uses contours
in addition with other features which describes appearance of
the tooth. Multi-resolution wavelet-Fourier descriptors are
Keywords- Dental radiographs,similarity measure, Distance used to classify the teeth sequence in Multi slice computed
metric, hit-rate. tomography images [9] which is invariant to geometrical
transformation. Individual identification is supported by
I. INTRODUCTION classification and numbering of teeth. Mesiodistal neck
Forensic Odontology is a specialized field of dentistry detection is introduced [10] for tooth classification as molar
which analyses dental evidence in the curiosity of justice. This and premolar. One of the notable issues of automated dental
branch has been utilized for many years for the identification identification system is the missing tooth identification. A
of victims and suspects in mass disaster cases [1]. Dental concept of finding missing tooth using classification and
identification proves to be the best under some circumstances numbering was done [11] in order to aid content based
if there is unavailability of other means of biometrics. In a retrieval of dental images .Based on analyses of tooth anatomy
recent disaster with thousands of victims, around 50-70% of and tooth growth direction, a dental radiograph segmentation
the cases are identified using dental records; 20-35% using algorithm was developed [12] in automated analysis.
fingerprints and 3-20% using DNA evidence [2]. Teeth are the This work concentrates mainly on achieving high hit rate
hardest and more robust tissues in the human body and they than the existing methods. In some papers the Euclidean
play key roles in forensic medicine. It provides resistant to distance measure alone is used for finding the matching
decay even in some critical situation like major fire accident distance. So, this work is carried out to justify whether
or flood. Automating the postmortem identification of similarity or the distance metric is producing the promising
deceased individuals based on dental characteristics is results to find better matching.

978-1-4673-2272-0/12/$31.00 ©2012 IEEE 329


Shape
Matching

Input Dental Radiograph Shape Distance


Candidate
Radiographs Preprocessing Segmentation Extraction Measures
p p
single lower tooth Matching

Similarity
Measures

Fig.1. Proposed Methodology

This paper work is organized as six sections. The pipeline of first step, the input image is subjected to butterworth high pass
this approach is shown in Fig.1. The first section is filter to provide uniform sensitivity to all the frequencies.
preprocessing to produce uniform illumination in the Dental Then it is subjected to homomorphic filter in the next step to
input images. In the second section radiograph segmentation is get uniform illumination in the image. The transfer function of
done with the integral intensity projection logic. The third Butterworth filter is defined as:
section is contour extraction using connected component 1
labeling. Observing similarity measure is the fourth section H (u , v ) = 2n (1)
and the fifth section is distance metric computation. Section ⎡ D0 ⎤
1+ ⎢ ⎥
VI will explain about the experimental results and discussion ⎣ D(u , v ) ⎦
part.
where ‘n’ is order of the filter. For better performance order 2
II. PREPROCESSING is considered here. In homomorphic filter an image function
Dental radiographs always suffer from problems like noise, I(x ,y) may be characterized by the multiplicative combination
low-contrast and uneven exposure. In order to improve both of an illumination component i(x, y) and a reflectance
contrast and intensity illumination evenness simultaneously, component r(x, y).
this algorithm uses an image enhancement method that uses
frequency domain filters like Butterworth and homomorphic I ( x , y ) = i ( x, y ) × r ( x, y ) (2)
filters [11]. The preprocessing flow is shown in Fig.2. Teeth, pulps, and gums in a dental radiograph should each
have similar reflectivity [11].Hence a homomorphic filtering
AM /PM Dental image method is used here to suppress the uneven illumination
effect. Meanwhile it preserves the intensity discrepancies
among all the components in the radiograph. The
preprocessing surge is as explained in our earlier work [5].
Butterworth High pass
filter
III . RADIOGRAPH SEGMENTATION
Since teeth have high intensity and the gap between the upper
Homomorphic filter
jaw and the lower jaw has lower intensity, this difference
helps to split the upper jaw from the lower jaw using
brightness density. So, integral projection of brightness is an
apt one in this approach [9]. By summing the intensities of
Pre-processed output pixels along each row parallel to the x-axis, the gap valley can
be obtained.. Assume proj(j) is the accumulative intensity of
Fig.2. Preprocessing Flow
pixels in each row of the image function f(i,j), (0≤ i ≤w-1) &
(0≤ j ≤h-1) .Then the series {proj(j0), proj(j1),……..proj(jH-
1)} forms a graph of integral intensity. From mathematics

Homomorphic filters are widely used in image processing for perspective, the projection function is defined as:
w
compensating the effect of non-uniform illumination in an
image .The pre-processing stage consists of two steps. In the
Pr oj ( j ) = ∑ f (i, j ) (3)
i =0

330
Since the teeth usually have a higher gray level intensity than B. Distance Metrics
the jaws and other tissues in the radiographs due to their The distance metrics are better way to match the points in the
higher tissue density, the gap between the upper and lower query image and the data base image. There are a variety of
teeth will form a valley in the y-axis projection histogram, metrics to determine the distance between a query and the data
which is called as the gap valley [3]. After finding the gap points. The distance measure for finding the similarity is of
valley, the vertical line is drawn by obtaining integral critical importance here. The measures selected here are
intensity. Horizontal integral intensity projection followed by Euclidean, Mahalanobis, Minkowski and the Chebyshev
vertical is applied to separate each individual tooth. The distance. The Euclidean distance measure is like ‘as-the-crow-
horizontal integral projection separates the upper jaw from the flies’ distance. The formula for this distance between a
lower jaw, while the vertical integral projection separates each point X (X1, X2, etc.) and a point Y (Y1, Y2, etc.) is:
individual tooth. n

IV . SHAPE EXTRACTION
ED = ∑(X
i =1
i − Yi ) 2 (6)

The partitioned image is then subjected through median filter The Mahalanobis distance can be observed by:
to remove some unwanted information even after pre
processing and edge map is created using canny operator. Mahalanobi s
(7)
Then it is convolved with the special mask [5] to trace the D i
= D i
= ( X − μ i ) T Σ i−1 ( X − μ i )
−1
shape of the desired dental pattern. The mask elements are
selected so as to get the desired connected components.
where, Σ i
represents the inverse of the covariance matrix.

Connected component labeling is grouping of pixels with the The Mahalanobis distance is therefore a weighted Euclidean
same class label into regions. Here 8-connectivity is used to distance where the weight is determined by the range of
trace the boundary of the teeth. variability of the sample points, expressed by the covariance
matrix. The Minkowski distance is obtained by:
V . SHAPE MATCHING n

∑ (X
p
This section briefly explains about the diverse measures for DM = p
sj − Ytj (8)
dental radiograph matching. These measures are used to find j =1
the difference and similarity between ante-mortem and post The chebyshev metric is the special case of Minkowski with
mortem records. Section V-A is about similarity measures and ‘ p’ as infinite.
distance metrics is given in section V-B.
VI . RESULTS AND DISCUSSION
A. Similarity Measures The algorithm is implemented with MATLAB R2010b, using
The matching process involves computation of the similarity a Pentium IV CPU (3.00 GHz-Dual Core) on a Microsoft
measure for each of the ante mortem and the postmortem Windows XP environment. And it is tested with the database
images. Correlation based matching typically produces dense of approximately 100 images. The sample database consists of
depth maps by calculating the disparity at each pixel within a about 20 images is shown in Fig.3. It includes both periapical
neighborhood. Sum of Absolute difference is one of the and bitewing since they proves better for individual
simplest of similarity measures which is calculated by identification rather than panoramic images. The input image
subtracting pixels within a square neighborhood between the taken for analysis is shown in Fig.4a, which is of size (96,
reference image and the target image followed by the 159). The results for the preprocessing step are shown in
aggregation of absolute differences within the square window, Fig.4b and Fig.4c. The output of Butterworth high pass filter is
and optimization with the winner-take-all (WTA) strategy. If shown in Fig.4b and homomorphic filtered output with the
both the images exactly match, the resultant will be zero. It is uniform contrast is shown in Fig.4c. It shows that the output
further improved by Optimized Sum of Absolute Difference obtained preserves all the edges of the image and it seems
(OSAD): better than the combination of morphological operations with
A(i, j ) − B(i, j )
OSAD = ∑∑ max( A(i, j ), B(i, j ))
i j
(4) homomorphic filters as shown in [11]. To partition the given
input image as each and every tooth separately, the horizontal
and the vertical integral projections are observed. The image
after partitioning is shown in Fig.5a. For the partitioned image
And another measure Average difference is given as: an edge map is created using canny operator and it is median
filtered, then convolved with the mask yield the output as
∑∑ I (i, j ) − I1 2 (i , j ) shown in the fig.5 b, c respectively. The sharpness of the
boundary can be adjusted by the proper selection of mask
AD = i, j i, j
(5)
MN elements. Using connected component labelling the pulp
region which may also be picked up as an edge in fig.5 c can
where M, N is the size of the image. This measure is be removed as shown here in fig.6 a- c. The algorithm is tested
computationally simpler. for several other images also in the database. It holds fine for

331
Fig. 3. Sample input images
butterworth filtered o/p homomorphic filtered o/p butterworth filtered o/p

homomorphic filtered o/p whole image


(a) (b) (c)
Fig. 4. (a ) Input image (b) Butterworth filtered (c ) Homomorphic filtered

Fig.7. Results obtained for another sample- childhood tooth

( a) ( b) (c)
TABLE I. Similarity Measures
Fig. 5.(a) Partitioned Image (b) edge map (c ) convolved with the mask
uppe ja single lower tooth

Images Optimized Sum Average


of Absolute Difference
Difference
Tooth4 0.9953 58.51
Tooth10 0.8876 45.2208
Tooth11 0.975 53.49
(a ) ( b) (c) Tooth8 0.9729 50.6815
Fig. 6. (a) segmented maxilla ( b) segmented mandible Dent24 1.0212 73.63
(c)Segmented premolar

332
Database Image Connected component Semi automatic output Euclidean Distance
output (CC) (SA)
CC SA

20 20
20
40 40 40 1.514 1.568
60 60
60
20 40 60 80 100 20 40 60 80 100
20 40 60 80 100

input

20 20 20
1.194 1.774
40 40 40
60 60
60
20 40 60 20 40 60 20 40 60

0.2687 0.5855

0.1475 1.5526

1.2075 3.0838

Fig.8. Euclidean distance measure for connected component (CC) & Semi Automatic (SA) methods

most of the images. The algorithm produces satisfied results other values . In the Table-II, the Minkowski and Chebyshev
for certain other images like fig.7 which is a childhood tooth. measures are almost the same. While comparing with these
The similarity and the distance metric are calculated and it is two measures Mahalanobis distance is better because the
tabulated here. Table-I shows the Similarity measure for matching distance is comparatively lesser. But out of all the
connected component labeling method and Table-II shows the metrics, the Euclidean yields the most promising results.
distance metric for this method. From table-I and table- II, it The results obtained using this technique is compared
is clear that both these measures are related (i.e) the lowest with the semi automatic contour extraction [4] output. For
Euclidean distance of 0.1475 is observed for the image person identification while matching [3],[7] postmortem and
tooth10 and the sum of absolute difference obtained is also ante-mortem images, instead of matching the whole image, a
least for the same image. Similarly the highest and the single tooth or a jaw can be compared, then the better results
may be expected. Fig.8 shows the Euclidean distance measure

333
TABLE II. Distance Metric Butterworth and Homomorphic filters produce pleasing results
rather than morphological filters as used in our previous work.
Images Mahalanobis Cheby- Euclidean Minkowski In both the similarity measures observed, optimized sum of
shev absolute difference produces satisfying matching results with a
Tooth4 4.5257 14.0 1.2075 14.0 hit rate of 0.66 only. It is comparatively less than the other two
Tooth10 3.5657 2.0 0.1475 2.0324 methods like semi-automatic contour extraction method and
Tooth11 3.4189 7.0 0.3764 7.0487 the Morphological contour extraction method as shown in our
Tooth8 2.47 4.0 0.2687 4.0 previous work. But, connected component labeling with
Dent24 14.61 37.0 5.9648 37.0 distant metric like Euclidean distance provides still better hit
rate of 0.75, which is comparatively higher than the other
obtained for the different database images. It includes single methods as shown in the hit rate performance curve. In future,
tooth, two and three teeth also. For each image, the outputs for developing an improved algorithm to deal the occluded image
connected component (CC) and semi automatic (SA) [4] will be considered.
methods are extracted and their corresponding distance
measures are noted. Euclidean distance serves as the suited ACKNOWLEDGEMENT
matching distance here. From this figure, it is observable that We are very much thankful to the physician Dr.Rajkumar,
the matching distance obtained for the CC method is less than Professor, Tanjore Medical College for his valuable
the SA method. The lesser distance indicates better matching. suggestions and the Department of ECE, Thiagarajar College
Among the 100 query images, 66 genuine images were ranked of Engg, Madurai, Tamilnadu for providing all the facilities to
first with a hit rate of 0.66 for sum of absolute difference carry out this work.
under the similarity measure, whereas 75 genuine AM REFERENCES
images were ranked first with a hit rate of 0.75 for the, [1] Shamim T, “Forensic odontology”. J Coll Physicians Surg Pak,
vol.20:1-2, 2010
Euclidean distance, the distant metric . In the remaining 34 [2] Elza Auerkari , “ Recent trends in dental Forensics”, Indonesian
images for similarity metric, 28 of them were ranked second Journal of Legal and Forensic Sciences 1(1): 5-12, 2008
and remaining 6 of them are in the top 3 ranking. Similarly for [3] Anil K. Jain, Hong Chen, “Matching of dental X-ray images for human
the Euclidean distance case, out of the 25 remaining images, identification”, pattern recognition, vol. 37: 1519 – 1532, 2004
[4] A.Banumathi,B.Vijayakumari, A.Geetha, N.Shanmugavadivu and
18 of them in the top 2 priority and 5, 2 respectively in the S.Raju, “Performance analysis of various techniques applied in
top3 and top 4 ranking respectively. The hit rate performance Human identification using Dental X-Rays”, Journal of Medical
curve is obtained and is shown in Fig.9. This algorithm systems, Vol. 31, Issue 3, pp 210-218, June 2007
produces satisfied results for almost all the bitewing and [5] Vijayakumari pushparaj,Ulaganathan Gurunathan and Banumathi
Arumugam, “An Effective Dental Shape Extraction Algorithm Using
periapical database images. Contour Information and Matching by Mahalanobis Distance”, J
Digit Imaging, DOI 10.1007/s10278-012-9492-4
Hit Rate performance [6] Eyad Haj Said, Diaa Eldin M. Nassar, Gamal Fahmy, and Hany H.
1 Ammar,“Teeth Segmentation in Digitized Dental X-Ray Films
Using Mathematical Morphology”, IEEE Transactions On
0.95 Information Forensics And Security, vol. 1, NO. 2, June 2006
[7] Omaima Nomir and Mohamed Abdel-Mottaleb, “Fusion of
0.9 Matching Algorithms for Human Identification Using Dental X-Ray
Radiographs”,IEEE Transactions on Information Forensics And
0.85 Security, vol. 3, NO. 2,
[8] Nomir.O, Abdel-Mottaleb.M, “ Human identification from Dental X-
HitRate

0.8 Ray images based on the shape and appearance of the teeth” , IEEE
Transactions On Information Forensics And Security, vol. 2, NO. 2,
0.75 June 2007
[9] Mohammad Hosntalab, Reza Aghaeizadeh Zoroofi, Ali Abbaspour
0.7
Tehrani-Fard, Gholamreza Shirani, Automated Dental Recognition in
Semi Automatic Contour Extraction MSCT Images for Human Identification, 2009 Fifth International
Morphological Contour Detection Conference on Intelligent Information Hiding and Multimedia Signal
0.65 Connected component Labeling with Similarity Measure Processing-IEEE
Connected component Labeling with Distance Metric [10] Faraein Aeini, Fariborz Mahmoudi, “Classification and Numbering of
0.6
1 2 3 4 5 6 7 8 9 Posterior Teeth in Bitewing Dental Images”, 20I0 3rd International
Rank of Genuine Images Conference on Advanced Computer Theory and
Engineering(ICACTE)
Fig. 9. Hit rate performance [11] P.L.Lin a, Y.H.Lai b, P.W.Huang b, _An effective classification and
numbering system for dental bitewing radiographs using teeth region
VI. CONCLUSION and contour information, pattern recognition 43(4): 1380-1392, 2010
[12] Vo Phong–Dinh, Le Bac–Hoai, “Dental Radiographs Segmentation
Based on Tooth Anatomy”, IEEE International Conference on
Developing an automated human identification algorithm in Research, Innovation and Vision for the Future in Computing &
forensic dentistry is still a challenging task. This method Communication Technologies, July13-17, 2008
proposed a connected component algorithm for shape
extraction, similarity and distance measures for matching
purpose. For preprocessing, frequency domain filters like

334

Anda mungkin juga menyukai