Automatic Shoeprint Retrieval System for use in Forensic Investigations Lin Zhang and Nigel Allinson Electronic Systems Design Research Group Department.

Slides:



Advertisements
Similar presentations
Shape Context and Chamfer Matching in Cluttered Scenes
Advertisements

Object Recognition Using Locality-Sensitive Hashing of Shape Contexts Andrea Frome, Jitendra Malik Presented by Ilias Apostolopoulos.
Footwear Identification
Chapter 3 Physical Evidence Part II Naturally shed hairs, such as a head hair dislodged through combing, display undamaged, club-shaped roots Forcibly.
Relevance Feedback and User Interaction for CBIR Hai Le Supervisor: Dr. Sid Ray.
Presented by Xinyu Chang
Chapter 3 Physical Evidence.
PHP-based Image Recognition and Retrieval of Late 18th Century Artwork Ben Goodwin Handouts are available for students writing summaries for class assignments.
ICIP 2000, Vancouver, Canada IVML, ECE, NTUA Face Detection: Is it only for Face Recognition?  A few years earlier  Face Detection Face Recognition 
Smart Traveller with Visual Translator for OCR and Face Recognition LYU0203 FYP.
Ashish Uthama EOS 513 Term Paper Presentation Ashish Uthama Biomedical Signal and Image Computing Lab Department of Electrical.
Face Recognition Using Neural Networks Presented By: Hadis Mohseni Leila Taghavi Atefeh Mirsafian.
Forensic Databases Integrated Automated Fingerprint Identification System (IAFIS) Fingerprint and criminal history system for 50 million subjects Operational.
Tues 9/24/13 Bellringer: ◦ Take out your notes and respond to the following:  Would sap taken from a tree be class evidence or individual evidence? Why?
AUTOMATIC ANNOTATION OF GEO-INFORMATION IN PANORAMIC STREET VIEW BY IMAGE RETRIEVAL Ming Chen, Yueting Zhuang, Fei Wu College of Computer Science, Zhejiang.
1 Stuart West Content-Based Information Retrieval (CBIR) in Images The Applications and the Real World Uses.
1 AUTOMATIC CLASSIFICATION AND RECOGNITION OF SHOEPRINTS DAI.WEIYUN  BACKGROUND  match collected impression against known shoeprint database  shoeprint.
3-1 PRENTICE HALL ©2008 Pearson Education, Inc. Upper Saddle River, NJ FORENSIC SCIENCE An Introduction By Richard Saferstein PHYSICAL EVIDENCE Chapter.
Chapter 16 Tool Marks By the end of this chapter you will be able to:
Physical Evidence Chapter 3. Types of Physical Evidence Blood, semen, saliva Document Drugs Explosives Fibers Fingerprints Firearms and ammunitions Glass.
COMPARISON OF IMAGE ANALYSIS FOR THAI HANDWRITTEN CHARACTER RECOGNITION Olarik Surinta, chatklaw Jareanpon Department of Management Information System.
Handwritten Recognition with Neural Network Chatklaw Jareanpon, Olarik Surinta Mahasarakham University.
Forensic Science: Fundamentals & Investigations, Chapter 16 1 Chapter 16 Tool Marks By the end of this chapter you will be able to: o Describe the three.
Impression evidence can be defined as objects or materials that have retained the characteristics of other objects through direct contact. Impressions.
Forensic Science: Fundamentals & Investigations, Chapter 15 1 Chapter 15 Cast and Impressions Students will be able to: o Distinguish between patent, latent,
CSCI 631 – Foundations of Computer Vision March 15, 2016 Ashwini Imran Image Stitching.
Unit 3: Impression Evidence tool marks
CSI: Gervais.
Adam Kortylewski Departement of Mathematics and Computer Science
Chapter 16 Tool Marks By the end of this chapter you will be able to:
Chapter 16 Tool Marks By the end of this chapter you will be able to:
AUTOMATED PATTERN RECOGNITION SYSTEM FOR SHOE TRACKS
Chapter 16 Tool Marks By the end of this chapter you will be able to:
“Impressive” Evidence
Final Notebook Check on Thursday pgs
“Impressive” Evidence.
“Impressive” Evidence.
Chapter 16 Tool Marks By the end of this chapter you will be able to:
Catalyst – What are impressions?
The SIFT (Scale Invariant Feature Transform) Detector and Descriptor
“Impressive” Evidence
“Impressive” Evidence
“Impressive” Evidence
“Impressive” Evidence
Chapter 16 Tool Marks By the end of this chapter you will be able to:
“Impressive” Evidence.
“Impressive” Evidence.
Comparing Images Using Hausdorff Distance
Chapter 16 Tool Marks By the end of this chapter you will be able to:
“Impressive” Evidence
“Impressive” Evidence.
Impressive Evidemce.
“Impressive” Evidence.
“Impressive” Evidence
“Impressive” Evidence
“Impressive” Evidence
Physical Evidence.
“Impressive” Evidence
“Impressive” Evidence
“Impressive” Evidence
“Impressive” Evidence
“Impressive” Evidence
“Impressive” Evidence.
“Impressive” Evidence
Chapter 16 Tool Marks By the end of this chapter you will be able to:
“Impressive” Evidence
“Impressive” Evidence
Warm Up Objective: Scientists will describe forensic odontology by examining and analyzing forensic odontology evidence. What is the topic? What will.
“Impressive” Evidence
Presentation transcript:

Automatic Shoeprint Retrieval System for use in Forensic Investigations Lin Zhang and Nigel Allinson Electronic Systems Design Research Group Department of Electronic & Electrical Engineering University of Sheffield

Crime Scene Investigation DNA Shoeprint Bullet Cartridge case of firearm Fingerprint Make unique identification Helpful in recognition Face

Shoeprint Recognition Shoeprints are often found at crime scenes and contribute considerably to forensic intelligence. Identify linked crime scenes Link suspects in custody to other crime scenes Permit the targeting of prolific offenders Provide strong courtroom evidence when detailed matching of mark and shoe exist Database of impressions made by shoes available on the market Database of footwear impressions found at other crime scenes Database of impressions made by shoes from suspects Forensic analysis requires comparison of shoeprint images against specific databases. An image of the shoeprint can be obtained using photography, gel or electrostatic lifting or by making a cast when the impression is in soil.

Current solutions Theres a danger of inconsistency between the codes and users. Modern shoes have increasingly more intricate outsole patterns that are difficult and tedious to describe with only a few basic coding shapes. Manually: search through paper catalogues Slow, tedious, need considerable training!!! Semi-automatically: Computer databases Human coding of shoeprint outsole patterns based on shape primitives (e.g. lines, circles, logos, zigzag, etc)

Aim The aim of this study is to develop a fully automatic shoeprint recognition system. Sort the database in response to a query image Functions with minimum user intervention Insensitive to scale, rotational and translational variance in query image

Database A subset of 512 images from Foster & Freeman Ltds shoeprint database SoleMate (includes over 8000 different sole patterns)

System Overview Feature Extraction Feature Extraction Shoeprint Image Databas e Pre Processin g Query Correct Match Pattern Matching Display Ranked list of Images User Selection image pre-processing feature extraction pattern matching

Image pre-processing PDE (partial differential equation)-based de-noising approach to implement edge preserving smoothing under controlled curvature motion Evolving the image I as a surface is equivalent to repeatedly iterating the edge-preserving anisotropic filter: Results of applying the filter to typical noisy images for 40 iterations. Noise effects are attenuated and useful edges are preserved.

Feature Extraction Canny edge detector edge image An edge direction histogram of 72 bins is used to record edge directions quantized at 5 o intervals. Matching such histograms is sensible to rotational and scale variances Normalize the histogram H(i): count in bin I n e : total number of edge points The DFT coefficient vector is used as the feature extracted from image. Calculate 1-D DFT coefficients on the normalized histogram

Pattern Matching DFT vector of input image DFT vector of database images Euclidean distance Sorted list of database images Images with similar patterns as query image will stay on TOP of the ranking list.

Edge image Normalized Edge direction histogram DFT vector De-noised shoeprint (a) (b) (c) d(a,b)=0.260; d(a,c)=0.911; d(b,c)=0.802

Accuracy Accuracy Rank the 512 database images from best to worst match and return top 20 for further investigation. Stability Stability Original: All images in the database. Rotated: Every image in the database rotated randomly and used as query. Scaled: Every image in the database scaled randomly and used as query. Noisy: Random noise added to every image in the database and used as query. Speed Speed matching process needs about 1s for one image (excluding the pre-processing time) Experimental Results

Probability of correct retrieval in the first n positions

Query resultn =1 (%) n 2 (%) n 3 (%) n 4 (%) n 5 (%) n 20 (%) Not Retrieved (%) Original Rotated Scaled Noisy (10%) Noisy (20%) Pre-align images: rotated about the centroid, major axis parallel to y-axis Highly deteriorated

Future work Identify partial shoeprints Incorporate some neural network methods Investigate and test alternative de- noising methods

Acknowledgments Foster + Freeman