METHODS FOR TARGET DETECTION IN SAR IMAGES

Size: px
Start display at page:

Download "METHODS FOR TARGET DETECTION IN SAR IMAGES"

Transcription

1 METHODS FOR TARGET DETECTION IN SAR IMAGES Kaan Duman Supervisor: Prof. Dr. A. Enis Çetin December 18, 2009 Bilkent University Dept. of Electrical and Electronics Engineering

2 Outline Introduction Target Detection in SAR Images using Region Covariance (RC) and Codifference Using various distance metrics and SVM Classifiers Comparisons with PCA method Use of Directional Filters (DFs) on Target Detection Methods l 1 norm distance metric SVM classifiers Conclusions

3 Introduction Synthetic Aperture Radar (SAR) sensors can produce images of scenes in all weather conditions at any time of day and night. Many algorithms are developed for SAR ATR (Automatic Target Recognition) algorithms are provided in the literature. Methods presented here can be used for detection or discrimination stage of SAR ATR. Region covariance and codifference matrix features are used in the SAR ATR target detection problem. SAR images are pre-processed with directional filters in order to decrease the computational cost of the algorithm. Experimental results using the MSTAR SAR database are presented at the end of each part.

4 PART I Target Detection in SAR Images Using Region Covariance (RC) and Codifference

5 Feature Vector Extraction of ROI For each pixel in the region of interest (ROI): z k = x y I(x,y) where, di(x, y) dx di(x, y) dy d 2 I(x, y) dx 2 d 2 I(x, y) dy 2 T z k = [ z k (i)] T i is the index of the feature vector (i = 1,2,,7), k is the label of a pixel, (x, y) is the position of a pixel, I is intensity of a pixel (since gray-scale images are used in this study), d(i(x,y)) /dx is the horizontal and d(i(x,y))/dy is the vertical first derivative of the ROI calculated with the filter [-1 0 1], d 2 (I(x,y))/dx 2 is the horizontal and d 2 (I(x,y))/dy 2 is the vertical second derivative of the ROI calculated with the filter [-1 2-1], Example: For a 4 by 4 region, k = 1,2, 16; x = 1,2,3,4; y = 1,2,3,4.

6 Region Covariance (RC) Matrix where, n is the total number of pixels in the ROI c R (i,j) is the (i, j) th component of the covariance matrix Advantages of using RC matrix: Invariant to a degree of scale and illumination change Provides an averaging filter to filter out the naturally occurring speckle noise in SAR images.

7 Region Codifference Matrix C R = [ c R (i, j) ] = 1 n 1 n k=1 z k (i) z k ( j) 1 n n k=1 n z k (i) z k ( j) k=1 where, the scalar multiplication is replaced by an additive operator. The operator is basically a summation operation but the sign of the result behaves similar to the multiplication operation: for real numbers a and b.

8 Stages of the Target Detection Algorithm Used distance metrics: Involving computation of eigenvalues: 1) Gen. Eig. Dist. Met. 2) Dis. Eig. Dist. Met. p ρ 2 (C 1,C 2 ) = log 2 (λ i (C 1 ) λ i (C 2 )) i=1 Based on l 1 norms: 3) l 1 Norm Dist. Met. 4) Norm. l 1 Norm Dist. Met. p p ρ 3 (C 1,C 2 ) = ( C 1 (i, j) C 2 (i, j) ) ρ i =1 j =1 4 (C 1,C 2 ) = ρ 5 (C 1,C 2 ) = p i =1 p j =1 p i =1 C 1 (i, j) C 2 (i, j) (C 1 (i,i) + C 2 (i,i)) p 5) 2 nd Norm. l 1 Norm Dist. Met. j =1 C 1 (i, j) C 2 (i, j) C 2 (i,i) where, C 1, C 2 are the covariance or codifference matrices of regions R 1 (from test images) and R 2 (from training images), respectively.

9 Stages of the Target Detection Algorithm A sample covariance or codifference matrix where the bounded region shows the necessary features for the decision algorithm:

10 MSTAR SAR Database Examples of 128-by-128 and cropped 64-by-64 target and clutter images (ROIs):

11 MSTAR SAR Database Number of images used in the training and testing studies: Experimental results include: Detection Accuracy: (number of correctly detected target images) / (number of total test images) False Alarm: (number of clutter images detected as target images) / (number of total clutter images)

12 Experimental Results The target detection accuracies (%) obtained with the RC and codifference methods using defined distance metrics and SVM classifiers: Decision Methods Preferred: Using region covariance (RC) method 128 by 128 images 64 by 64 images SVM classifiers 2 nd Norm. l 1 norm dist. Norm. l 1 norm dist. l 1 norm dist. met. Dis. eig. dist. met. Gen. eig. dist. met Target detection accuracies (%) Using region codifference method 128 by 128 images 64 by 64 images SVM classifiers 6 2 nd Norm. l 1 norm dist. 5 Norm. l 1 norm dist. l 1 norm dist. met. Dis. eig. dist. met. Gen. eig. dist. met Target detection accuracies (%)

13 Experimental Results Decision Methods Preferred: The false alarm rates (%) obtained with the RC and codifference methods using defined distance metrics and SVM classifiers: Using region covariance (RC) method SVM classifiers 6 2 nd Norm. l 1 norm dist. 5 Norm. l 1 norm dist. 4 l 1 norm dist. met. 3 Dis. eig. dist. met. 2 Gen. eig. dist. met by 128 images 64 by 64 images False alarm rates (%) Using region codifference method SVM classifiers 6 2 nd Norm. l 1 norm dist. 5 Norm. l norm dist. 1 4 l 1 norm dist. met. 3 Dis. eig. dist. met. 2 Gen. eig. dist. met by 128 images 64 by 64 images False alarm rates (%)

14 Using k-nn (k Nearest Neighbor) Algorithm The target detection accuracies (%) obtained for increasing k values using l 1 norm distance metric on RC and codifference methods: Target detection accuracies (%) Using RC method on 128 by 128 images Using codifference method on 128 by 128 images Using RC method on 64 by 64 images Using codifference method on 64 by 64 images k values

15 Using k-nn (k Nearest Neighbor) Algorithm The false alarm rates (%) obtained for increasing k values using l 1 norm distance metric on RC and codifference methods: Using RC method on 128 by 128 images Using codifference method on 128 by 128 images Using RC method on 64 by 64 images Using codifference method on 64 by 64 images 10 False alarm rates (%) k values

16 Using PCA (Principal Component Analysis) Number of images used in training and testing studies for the PCA method Target detection accuracies and false alarm rates achieved using PCA method

17 Comparisons with Commonly Used PCA Method Target detection accuracies and false alarm rates achieved with the new database: Using l 1 norm distance metric Using SVM as a classifier

18 PART II Use of Directional Filters (DFs) on Target Detection Methods

19 The Two-Stage Target Detection System ROIs in SAR images are filtered using 2-D directional filters (DFs) in the pre-processing stage. After the images are put into sub-categories by the output of the DFs, they are classified with the RC and codifference methods using l 1 norm distance metric and SVM classifiers.

20 Directional Filters (DFs) Used to classify target and clutter images in the database according to their orientations in the pre-processing stage. Distributing images into sub-categories decreases the number of distance calculation based on l 1 norms. Design of the DFs:

21 Block Diagram of the Pre-processing Stage

22 Target Detection Strategy Block diagram of the target detection stage applied in each sub-category using (a) l 1 norm distance metric (b) SVM classifiers

23 Experimental Results Sample 64-by-64 target images selected by DFs 1-10

24 Experimental Results The results of various two-stage set-ups working on 10 sub-categories

25 Experimental Results The results of various two-stage set-ups working on 8 sub-categories

26 Experimental Results The total target detection accuracies (%) obtained with the two-stage set-ups for different numbers of sub-categories Target detection accuracies (%) Using RC method with l 1 norm distance metric Using RC method with SVM classifiers Using codifference method with l 1 norm distance metric Using codifference method with SVM classifiers Number of sub categories

27 Experimental Results The total false alarm rates (%) obtained with the two-stage setups for different numbers of sub-categories 1.4 Using RC method with l 1 norm distance metric Using RC method with SVM classifiers Using codifference method with l 1 norm distance metric Using codifference method with SVM classifiers False alarm rates (%) Number of sub categories

28 Experimental Results The results of various two-stage set-ups working on 10 subcategories with the new database

29 Using k-nn (k Nearest Neighbor) Algorithm The total target detection accuracies (%) obtained for increasing k values using 10 sub-categories for the two-stage system. l 1 norm distance metric is used. 100 Using RC method Using codifference method 99.5 Target detection accuracies (%) k values

30 Using k-nn (k Nearest Neighbor) Algorithm The total false alarm rates (%) obtained for increasing k values using 10 sub-categories for the two-stage system. l 1 norm distance metric is used. 9 8 Using RC method Using codifference method 7 False alarm rates (%) k values

31 Conclusions The use of RC and codifference methods for SAR image classification problems are investigated using various distance metrics and SVM classifiers. To further reduce the computational complexity of the algorithm, DFs are used in a pre-processing stage, in order to divide the images into sub-categories. The codifference methods provide higher detection accuracies and lower false alarm rates than RC methods, besides having lower computational costs. The distance metrics involving l 1 norms provide superior classification results than other metrics used. For real-time applications, the SAR image classification method based on SVM using codifference features has the lowest computational complexity.

METHODS FOR TARGET DETECTION IN SAR IMAGES

METHODS FOR TARGET DETECTION IN SAR IMAGES METHODS FOR TARGET DETECTION IN SAR IMAGES athesis submitted to the department of electrical and electronics engineering and the institute of engineering and science of bilkent university in partial fulfillment

More information

A Statistical Approach to Culture Colors Distribution in Video Sensors Angela D Angelo, Jean-Luc Dugelay

A Statistical Approach to Culture Colors Distribution in Video Sensors Angela D Angelo, Jean-Luc Dugelay A Statistical Approach to Culture Colors Distribution in Video Sensors Angela D Angelo, Jean-Luc Dugelay VPQM 2010, Scottsdale, Arizona, U.S.A, January 13-15 Outline Introduction Proposed approach Colors

More information

Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma

Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma Presented by Hu Han Jan. 30 2014 For CSE 902 by Prof. Anil K. Jain: Selected

More information

3D Object Recognition using Multiclass SVM-KNN

3D Object Recognition using Multiclass SVM-KNN 3D Object Recognition using Multiclass SVM-KNN R. Muralidharan, C. Chandradekar April 29, 2014 Presented by: Tasadduk Chowdhury Problem We address the problem of recognizing 3D objects based on various

More information

Object and Action Detection from a Single Example

Object and Action Detection from a Single Example Object and Action Detection from a Single Example Peyman Milanfar* EE Department University of California, Santa Cruz *Joint work with Hae Jong Seo AFOSR Program Review, June 4-5, 29 Take a look at this:

More information

SAR Image Target Classification: A Feature Fusion Approach

SAR Image Target Classification: A Feature Fusion Approach SAR Image Target Classification: A Fusion Approach 1 Sivaranjani Rajamanickam; S.Mohamed Mansoor Roomi 1 Dept of ECE,Sethu Institute of Technology Virudhunagar, India Dept of ECE, Thiagarjar College of

More information

Linear Discriminant Analysis for 3D Face Recognition System

Linear Discriminant Analysis for 3D Face Recognition System Linear Discriminant Analysis for 3D Face Recognition System 3.1 Introduction Face recognition and verification have been at the top of the research agenda of the computer vision community in recent times.

More information

FACE RECOGNITION USING SUPPORT VECTOR MACHINES

FACE RECOGNITION USING SUPPORT VECTOR MACHINES FACE RECOGNITION USING SUPPORT VECTOR MACHINES Ashwin Swaminathan ashwins@umd.edu ENEE633: Statistical and Neural Pattern Recognition Instructor : Prof. Rama Chellappa Project 2, Part (b) 1. INTRODUCTION

More information

SAR Automatic Target Recognition via Non-negative Matrix Approximations

SAR Automatic Target Recognition via Non-negative Matrix Approximations SAR Automatic Target Recognition via Non-negative Matrix Approximations Vahid Riasati a, Umamahesh Srinivas b and Vishal Monga b a MacAulay-Brown Inc., Dayton OH 45430 b Dept. of Electrical Engg., Pennsylvania

More information

Analysis of the Impact of Non-Quadratic Optimization-based SAR Imaging on Feature Enhancement and ATR Performance

Analysis of the Impact of Non-Quadratic Optimization-based SAR Imaging on Feature Enhancement and ATR Performance 1 Analysis of the Impact of Non-Quadratic Optimization-based SAR Imaging on Feature Enhancement and ATR Performance Müjdat Çetin, William C. Karl, and David A. Castañon This work was supported in part

More information

Applications Video Surveillance (On-line or off-line)

Applications Video Surveillance (On-line or off-line) Face Face Recognition: Dimensionality Reduction Biometrics CSE 190-a Lecture 12 CSE190a Fall 06 CSE190a Fall 06 Face Recognition Face is the most common biometric used by humans Applications range from

More information

Scale Invariant Feature Transform

Scale Invariant Feature Transform Scale Invariant Feature Transform Why do we care about matching features? Camera calibration Stereo Tracking/SFM Image moiaicing Object/activity Recognition Objection representation and recognition Image

More information

SIFT: SCALE INVARIANT FEATURE TRANSFORM SURF: SPEEDED UP ROBUST FEATURES BASHAR ALSADIK EOS DEPT. TOPMAP M13 3D GEOINFORMATION FROM IMAGES 2014

SIFT: SCALE INVARIANT FEATURE TRANSFORM SURF: SPEEDED UP ROBUST FEATURES BASHAR ALSADIK EOS DEPT. TOPMAP M13 3D GEOINFORMATION FROM IMAGES 2014 SIFT: SCALE INVARIANT FEATURE TRANSFORM SURF: SPEEDED UP ROBUST FEATURES BASHAR ALSADIK EOS DEPT. TOPMAP M13 3D GEOINFORMATION FROM IMAGES 2014 SIFT SIFT: Scale Invariant Feature Transform; transform image

More information

PCA vs. ICA Decomposition of High Resolution SAR Images: Application to Urban Structures Recognition

PCA vs. ICA Decomposition of High Resolution SAR Images: Application to Urban Structures Recognition PCA vs. ICA Decomposition of High Resolution SAR Images: Application to Urban Structures Recognition Houda Chaabouni-Chouayakh a and Mihai Datcu a,b a German Aerospace Center (DLR), Oberpfaffenhofen D-82234

More information

Face Detection and Recognition in an Image Sequence using Eigenedginess

Face Detection and Recognition in an Image Sequence using Eigenedginess Face Detection and Recognition in an Image Sequence using Eigenedginess B S Venkatesh, S Palanivel and B Yegnanarayana Department of Computer Science and Engineering. Indian Institute of Technology, Madras

More information

Robotics Programming Laboratory

Robotics Programming Laboratory Chair of Software Engineering Robotics Programming Laboratory Bertrand Meyer Jiwon Shin Lecture 8: Robot Perception Perception http://pascallin.ecs.soton.ac.uk/challenges/voc/databases.html#caltech car

More information

Feature Enhancement and ATR Performance Using Nonquadratic Optimization-Based SAR Imaging

Feature Enhancement and ATR Performance Using Nonquadratic Optimization-Based SAR Imaging I. INTRODUCTION Feature Enhancement and ATR Performance Using Nonquadratic Optimization-Based SAR Imaging MÜJDAT ÇETIN, Member, IEEE M.I.T. WILLIAM C. KARL, Senior Member, IEEE DAVID A. CASTAÑON, Senior

More information

Scale Invariant Feature Transform

Scale Invariant Feature Transform Why do we care about matching features? Scale Invariant Feature Transform Camera calibration Stereo Tracking/SFM Image moiaicing Object/activity Recognition Objection representation and recognition Automatic

More information

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong)

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong) Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong) References: [1] http://homepages.inf.ed.ac.uk/rbf/hipr2/index.htm [2] http://www.cs.wisc.edu/~dyer/cs540/notes/vision.html

More information

Radar Target Identification Using Spatial Matched Filters. L.M. Novak, G.J. Owirka, and C.M. Netishen MIT Lincoln Laboratory

Radar Target Identification Using Spatial Matched Filters. L.M. Novak, G.J. Owirka, and C.M. Netishen MIT Lincoln Laboratory Radar Target Identification Using Spatial Matched Filters L.M. Novak, G.J. Owirka, and C.M. Netishen MIT Lincoln Laboratory Abstract The application of spatial matched filter classifiers to the synthetic

More information

Face detection and recognition. Detection Recognition Sally

Face detection and recognition. Detection Recognition Sally Face detection and recognition Detection Recognition Sally Face detection & recognition Viola & Jones detector Available in open CV Face recognition Eigenfaces for face recognition Metric learning identification

More information

Recognizing Handwritten Digits Using the LLE Algorithm with Back Propagation

Recognizing Handwritten Digits Using the LLE Algorithm with Back Propagation Recognizing Handwritten Digits Using the LLE Algorithm with Back Propagation Lori Cillo, Attebury Honors Program Dr. Rajan Alex, Mentor West Texas A&M University Canyon, Texas 1 ABSTRACT. This work is

More information

AUTOMATIC TARGET RECOGNITION IN HIGH RESOLUTION SAR IMAGE BASED ON BACKSCATTERING MODEL

AUTOMATIC TARGET RECOGNITION IN HIGH RESOLUTION SAR IMAGE BASED ON BACKSCATTERING MODEL AUTOMATIC TARGET RECOGNITION IN HIGH RESOLUTION SAR IMAGE BASED ON BACKSCATTERING MODEL Wang Chao (1), Zhang Hong (2), Zhang Bo (1), Wen Xiaoyang (1), Wu Fan (1), Zhang Changyao (3) (1) National Key Laboratory

More information

Training-Free, Generic Object Detection Using Locally Adaptive Regression Kernels

Training-Free, Generic Object Detection Using Locally Adaptive Regression Kernels Training-Free, Generic Object Detection Using Locally Adaptive Regression Kernels IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIENCE, VOL.32, NO.9, SEPTEMBER 2010 Hae Jong Seo, Student Member,

More information

Learning Compact and Effective Distance Metrics with Diversity Regularization. Pengtao Xie. Carnegie Mellon University

Learning Compact and Effective Distance Metrics with Diversity Regularization. Pengtao Xie. Carnegie Mellon University Learning Compact and Effective Distance Metrics with Diversity Regularization Pengtao Xie Carnegie Mellon University 1 Distance Metric Learning Similar Dissimilar Distance Metric Wide applications in retrieval,

More information

Image Acquisition + Histograms

Image Acquisition + Histograms Image Processing - Lesson 1 Image Acquisition + Histograms Image Characteristics Image Acquisition Image Digitization Sampling Quantization Histograms Histogram Equalization What is an Image? An image

More information

Vision based Localization of Mobile Robots using Kernel approaches

Vision based Localization of Mobile Robots using Kernel approaches Vision based Localization of Mobile Robots using Kernel approaches Hashem Tamimi and Andreas Zell Computer Science Dept. WSI, University of Tübingen Tübingen, Germany Email: [tamimi,zell]@informatik.uni-tuebingen.de

More information

Image-Based Face Recognition using Global Features

Image-Based Face Recognition using Global Features Image-Based Face Recognition using Global Features Xiaoyin xu Research Centre for Integrated Microsystems Electrical and Computer Engineering University of Windsor Supervisors: Dr. Ahmadi May 13, 2005

More information

Analysis of the Impact of Feature-Enhanced SAR Imaging on ATR Performance

Analysis of the Impact of Feature-Enhanced SAR Imaging on ATR Performance Analysis of the Impact of Feature-Enhanced SAR Imaging on ATR Performance Müjdat Çetin a, William C. Karl b, and David A. Castañon b a Laboratory for Information and Decision Systems, Massachusetts Institute

More information

Recognition: Face Recognition. Linda Shapiro EE/CSE 576

Recognition: Face Recognition. Linda Shapiro EE/CSE 576 Recognition: Face Recognition Linda Shapiro EE/CSE 576 1 Face recognition: once you ve detected and cropped a face, try to recognize it Detection Recognition Sally 2 Face recognition: overview Typical

More information

Road-Sign Detection and Recognition Based on Support Vector Machines. Maldonado-Bascon et al. et al. Presented by Dara Nyknahad ECG 789

Road-Sign Detection and Recognition Based on Support Vector Machines. Maldonado-Bascon et al. et al. Presented by Dara Nyknahad ECG 789 Road-Sign Detection and Recognition Based on Support Vector Machines Maldonado-Bascon et al. et al. Presented by Dara Nyknahad ECG 789 Outline Introduction Support Vector Machine (SVM) Algorithm Results

More information

Linear Discriminant Analysis in Ottoman Alphabet Character Recognition

Linear Discriminant Analysis in Ottoman Alphabet Character Recognition Linear Discriminant Analysis in Ottoman Alphabet Character Recognition ZEYNEB KURT, H. IREM TURKMEN, M. ELIF KARSLIGIL Department of Computer Engineering, Yildiz Technical University, 34349 Besiktas /

More information

Laplacian Faces: A Face Recognition Tool

Laplacian Faces: A Face Recognition Tool Laplacian Faces: A Face Recognition Tool Prof. Sami M Halwani 1, Prof. M.V.Ramana Murthy 1, Prof. S.B.Thorat 1 Faculty of Computing and Information Technology, King Abdul Aziz University, Rabigh, KSA,Email-mv.rm50@gmail.com,

More information

Dimension reduction for hyperspectral imaging using laplacian eigenmaps and randomized principal component analysis:midyear Report

Dimension reduction for hyperspectral imaging using laplacian eigenmaps and randomized principal component analysis:midyear Report Dimension reduction for hyperspectral imaging using laplacian eigenmaps and randomized principal component analysis:midyear Report Yiran Li yl534@math.umd.edu Advisor: Wojtek Czaja wojtek@math.umd.edu

More information

Recognition, SVD, and PCA

Recognition, SVD, and PCA Recognition, SVD, and PCA Recognition Suppose you want to find a face in an image One possibility: look for something that looks sort of like a face (oval, dark band near top, dark band near bottom) Another

More information

Features Points. Andrea Torsello DAIS Università Ca Foscari via Torino 155, Mestre (VE)

Features Points. Andrea Torsello DAIS Università Ca Foscari via Torino 155, Mestre (VE) Features Points Andrea Torsello DAIS Università Ca Foscari via Torino 155, 30172 Mestre (VE) Finding Corners Edge detectors perform poorly at corners. Corners provide repeatable points for matching, so

More information

Face Recognition Based on LDA and Improved Pairwise-Constrained Multiple Metric Learning Method

Face Recognition Based on LDA and Improved Pairwise-Constrained Multiple Metric Learning Method Journal of Information Hiding and Multimedia Signal Processing c 2016 ISSN 2073-4212 Ubiquitous International Volume 7, Number 5, September 2016 Face Recognition ased on LDA and Improved Pairwise-Constrained

More information

Outline 7/2/201011/6/

Outline 7/2/201011/6/ Outline Pattern recognition in computer vision Background on the development of SIFT SIFT algorithm and some of its variations Computational considerations (SURF) Potential improvement Summary 01 2 Pattern

More information

SCALE INVARIANT FEATURE TRANSFORM (SIFT)

SCALE INVARIANT FEATURE TRANSFORM (SIFT) 1 SCALE INVARIANT FEATURE TRANSFORM (SIFT) OUTLINE SIFT Background SIFT Extraction Application in Content Based Image Search Conclusion 2 SIFT BACKGROUND Scale-invariant feature transform SIFT: to detect

More information

Face Recognition using Eigenfaces SMAI Course Project

Face Recognition using Eigenfaces SMAI Course Project Face Recognition using Eigenfaces SMAI Course Project Satarupa Guha IIIT Hyderabad 201307566 satarupa.guha@research.iiit.ac.in Ayushi Dalmia IIIT Hyderabad 201307565 ayushi.dalmia@research.iiit.ac.in Abstract

More information

Posture detection by kernel PCA-based manifold learning

Posture detection by kernel PCA-based manifold learning University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2010 Posture detection by kernel PCA-based manifold learning Peng

More information

Local features: detection and description. Local invariant features

Local features: detection and description. Local invariant features Local features: detection and description Local invariant features Detection of interest points Harris corner detection Scale invariant blob detection: LoG Description of local patches SIFT : Histograms

More information

Digital Image Fundamentals. Prof. George Wolberg Dept. of Computer Science City College of New York

Digital Image Fundamentals. Prof. George Wolberg Dept. of Computer Science City College of New York Digital Image Fundamentals Prof. George Wolberg Dept. of Computer Science City College of New York Objectives In this lecture we discuss: - Image acquisition - Sampling and quantization - Spatial and graylevel

More information

Offline Signature verification and recognition using ART 1

Offline Signature verification and recognition using ART 1 Offline Signature verification and recognition using ART 1 R. Sukanya K.Malathy M.E Infant Jesus College of Engineering And Technology Abstract: The main objective of this project is signature verification

More information

CHAPTER 3 PRINCIPAL COMPONENT ANALYSIS AND FISHER LINEAR DISCRIMINANT ANALYSIS

CHAPTER 3 PRINCIPAL COMPONENT ANALYSIS AND FISHER LINEAR DISCRIMINANT ANALYSIS 38 CHAPTER 3 PRINCIPAL COMPONENT ANALYSIS AND FISHER LINEAR DISCRIMINANT ANALYSIS 3.1 PRINCIPAL COMPONENT ANALYSIS (PCA) 3.1.1 Introduction In the previous chapter, a brief literature review on conventional

More information

Pattern recognition methods for electronic tongue systems. Patrycja Ciosek

Pattern recognition methods for electronic tongue systems. Patrycja Ciosek Pattern recognition methods for electronic tongue systems 1 Electronic tongue A SYSTEM FOR AUTOMATIC ANALYSIS AND CLASSIFICATION (RECOGNITION) OF LIQUID SAMPLES AN ARRAY OF CHEMICAL SENSORS PATTERN RECOGNITION

More information

Heeyoul (Henry) Choi. Dept. of Computer Science Texas A&M University

Heeyoul (Henry) Choi. Dept. of Computer Science Texas A&M University Heeyoul (Henry) Choi Dept. of Computer Science Texas A&M University hchoi@cs.tamu.edu Facial Action Coding System Overview Optic Flow Analysis Local Velocity Extraction Local Smoothing Holistic Analysis

More information

NAME :... Signature :... Desk no. :... Question Answer

NAME :... Signature :... Desk no. :... Question Answer Written test Tuesday 19th of December 2000. Aids allowed : All usual aids Weighting : All questions are equally weighted. NAME :................................................... Signature :...................................................

More information

Edge and corner detection

Edge and corner detection Edge and corner detection Prof. Stricker Doz. G. Bleser Computer Vision: Object and People Tracking Goals Where is the information in an image? How is an object characterized? How can I find measurements

More information

Dimension Reduction CS534

Dimension Reduction CS534 Dimension Reduction CS534 Why dimension reduction? High dimensionality large number of features E.g., documents represented by thousands of words, millions of bigrams Images represented by thousands of

More information

Deep Learning for Computer Vision

Deep Learning for Computer Vision Deep Learning for Computer Vision Spring 2018 http://vllab.ee.ntu.edu.tw/dlcv.html (primary) https://ceiba.ntu.edu.tw/1062dlcv (grade, etc.) FB: DLCV Spring 2018 Yu Chiang Frank Wang 王鈺強, Associate Professor

More information

Face Recognition via Sparse Representation

Face Recognition via Sparse Representation Face Recognition via Sparse Representation John Wright, Allen Y. Yang, Arvind, S. Shankar Sastry and Yi Ma IEEE Trans. PAMI, March 2008 Research About Face Face Detection Face Alignment Face Recognition

More information

Feature Detection and Matching

Feature Detection and Matching and Matching CS4243 Computer Vision and Pattern Recognition Leow Wee Kheng Department of Computer Science School of Computing National University of Singapore Leow Wee Kheng (CS4243) Camera Models 1 /

More information

Robust Face Recognition via Sparse Representation

Robust Face Recognition via Sparse Representation Robust Face Recognition via Sparse Representation Panqu Wang Department of Electrical and Computer Engineering University of California, San Diego La Jolla, CA 92092 pawang@ucsd.edu Can Xu Department of

More information

Lecture 4 Face Detection and Classification. Lin ZHANG, PhD School of Software Engineering Tongji University Spring 2018

Lecture 4 Face Detection and Classification. Lin ZHANG, PhD School of Software Engineering Tongji University Spring 2018 Lecture 4 Face Detection and Classification Lin ZHANG, PhD School of Software Engineering Tongji University Spring 2018 Any faces contained in the image? Who are they? Outline Overview Face detection Introduction

More information

Non-Bayesian Classifiers Part I: k-nearest Neighbor Classifier and Distance Functions

Non-Bayesian Classifiers Part I: k-nearest Neighbor Classifier and Distance Functions Non-Bayesian Classifiers Part I: k-nearest Neighbor Classifier and Distance Functions Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr CS 551, Fall 2017 CS 551,

More information

Adaptive Learning of an Accurate Skin-Color Model

Adaptive Learning of an Accurate Skin-Color Model Adaptive Learning of an Accurate Skin-Color Model Q. Zhu K.T. Cheng C. T. Wu Y. L. Wu Electrical & Computer Engineering University of California, Santa Barbara Presented by: H.T Wang Outline Generic Skin

More information

Attentional Based Multiple-Object Tracking

Attentional Based Multiple-Object Tracking Attentional Based Multiple-Object Tracking Mark Calafut Stanford University mcalafut@stanford.edu Abstract This paper investigates the attentional based tracking framework of Bazzani et al. (2011) and

More information

CLASSIFICATION AND CHANGE DETECTION

CLASSIFICATION AND CHANGE DETECTION IMAGE ANALYSIS, CLASSIFICATION AND CHANGE DETECTION IN REMOTE SENSING With Algorithms for ENVI/IDL and Python THIRD EDITION Morton J. Canty CRC Press Taylor & Francis Group Boca Raton London NewYork CRC

More information

Face Recognition using Rectangular Feature

Face Recognition using Rectangular Feature Face Recognition using Rectangular Feature Sanjay Pagare, Dr. W. U. Khan Computer Engineering Department Shri G.S. Institute of Technology and Science Indore Abstract- Face recognition is the broad area

More information

Face Recognition Using SIFT- PCA Feature Extraction and SVM Classifier

Face Recognition Using SIFT- PCA Feature Extraction and SVM Classifier IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 2, Ver. II (Mar. - Apr. 2015), PP 31-35 e-issn: 2319 4200, p-issn No. : 2319 4197 www.iosrjournals.org Face Recognition Using SIFT-

More information

Principal motion: PCA-based reconstruction of motion histograms

Principal motion: PCA-based reconstruction of motion histograms Principal motion: PCA-based reconstruction of motion histograms Hugo Jair Escalante a and Isabelle Guyon b a INAOE, Puebla, 72840, Mexico, b CLOPINET, Berkeley, CA 94708, USA http://chalearn.org May 2012

More information

Tensor Sparse PCA and Face Recognition: A Novel Approach

Tensor Sparse PCA and Face Recognition: A Novel Approach Tensor Sparse PCA and Face Recognition: A Novel Approach Loc Tran Laboratoire CHArt EA4004 EPHE-PSL University, France tran0398@umn.edu Linh Tran Ho Chi Minh University of Technology, Vietnam linhtran.ut@gmail.com

More information

Key properties of local features

Key properties of local features Key properties of local features Locality, robust against occlusions Must be highly distinctive, a good feature should allow for correct object identification with low probability of mismatch Easy to etract

More information

Film Line scratch Detection using Neural Network and Morphological Filter

Film Line scratch Detection using Neural Network and Morphological Filter Film Line scratch Detection using Neural Network and Morphological Filter Kyung-tai Kim and Eun Yi Kim Dept. of advanced technology fusion, Konkuk Univ. Korea {kkt34, eykim}@konkuk.ac.kr Abstract This

More information

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 04 Issue: 09 Sep p-issn:

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 04 Issue: 09 Sep p-issn: Automatic Target Detection Using Maximum Average Correlation Height Filter and Distance Classifier Correlation Filter in Synthetic Aperture Radar Data and Imagery Puttaswamy M R 1, Dr. P. Balamurugan 2

More information

Image Classification using Support Vector Machine and Artificial Neural Network

Image Classification using Support Vector Machine and Artificial Neural Network Image Classification using Support Vector Machine and Artificial Neural Network Le Hoang Thai, Tran Son Hai, Nguyen Thanh Thuy I.J. Information Technology and Computer Science, 2012, 5 2012/12/20 戴毓璋,

More information

Classification of Hyperspectral Data over Urban. Areas Using Directional Morphological Profiles and. Semi-supervised Feature Extraction

Classification of Hyperspectral Data over Urban. Areas Using Directional Morphological Profiles and. Semi-supervised Feature Extraction IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL.X, NO.X, Y 1 Classification of Hyperspectral Data over Urban Areas Using Directional Morphological Profiles and Semi-supervised

More information

Mobile Human Detection Systems based on Sliding Windows Approach-A Review

Mobile Human Detection Systems based on Sliding Windows Approach-A Review Mobile Human Detection Systems based on Sliding Windows Approach-A Review Seminar: Mobile Human detection systems Njieutcheu Tassi cedrique Rovile Department of Computer Engineering University of Heidelberg

More information

EECS150 - Digital Design Lecture 14 FIFO 2 and SIFT. Recap and Outline

EECS150 - Digital Design Lecture 14 FIFO 2 and SIFT. Recap and Outline EECS150 - Digital Design Lecture 14 FIFO 2 and SIFT Oct. 15, 2013 Prof. Ronald Fearing Electrical Engineering and Computer Sciences University of California, Berkeley (slides courtesy of Prof. John Wawrzynek)

More information

Machine Learning with MATLAB --classification

Machine Learning with MATLAB --classification Machine Learning with MATLAB --classification Stanley Liang, PhD York University Classification the definition In machine learning and statistics, classification is the problem of identifying to which

More information

Face Recognition for Mobile Devices

Face Recognition for Mobile Devices Face Recognition for Mobile Devices Aditya Pabbaraju (adisrinu@umich.edu), Srujankumar Puchakayala (psrujan@umich.edu) INTRODUCTION Face recognition is an application used for identifying a person from

More information

Short Survey on Static Hand Gesture Recognition

Short Survey on Static Hand Gesture Recognition Short Survey on Static Hand Gesture Recognition Huu-Hung Huynh University of Science and Technology The University of Danang, Vietnam Duc-Hoang Vo University of Science and Technology The University of

More information

Visual Tracking (1) Feature Point Tracking and Block Matching

Visual Tracking (1) Feature Point Tracking and Block Matching Intelligent Control Systems Visual Tracking (1) Feature Point Tracking and Block Matching Shingo Kagami Graduate School of Information Sciences, Tohoku University swk(at)ic.is.tohoku.ac.jp http://www.ic.is.tohoku.ac.jp/ja/swk/

More information

COSC160: Detection and Classification. Jeremy Bolton, PhD Assistant Teaching Professor

COSC160: Detection and Classification. Jeremy Bolton, PhD Assistant Teaching Professor COSC160: Detection and Classification Jeremy Bolton, PhD Assistant Teaching Professor Outline I. Problem I. Strategies II. Features for training III. Using spatial information? IV. Reducing dimensionality

More information

DIMENSION REDUCTION FOR HYPERSPECTRAL DATA USING RANDOMIZED PCA AND LAPLACIAN EIGENMAPS

DIMENSION REDUCTION FOR HYPERSPECTRAL DATA USING RANDOMIZED PCA AND LAPLACIAN EIGENMAPS DIMENSION REDUCTION FOR HYPERSPECTRAL DATA USING RANDOMIZED PCA AND LAPLACIAN EIGENMAPS YIRAN LI APPLIED MATHEMATICS, STATISTICS AND SCIENTIFIC COMPUTING ADVISOR: DR. WOJTEK CZAJA, DR. JOHN BENEDETTO DEPARTMENT

More information

Multi-path SAR Change Detection

Multi-path SAR Change Detection Multi-path SAR Change Detection Z. Hu, Michael Bryant, and R. C. Qiu Cognitive Radio Insitute, Department of Electrical and Computer Engineering, Center for Manufacturing Research, Tennessee Technological

More information

Loop detection and extended target tracking using laser data

Loop detection and extended target tracking using laser data Licentiate seminar 1(39) Loop detection and extended target tracking using laser data Karl Granström Division of Automatic Control Department of Electrical Engineering Linköping University Linköping, Sweden

More information

An Implementation on Histogram of Oriented Gradients for Human Detection

An Implementation on Histogram of Oriented Gradients for Human Detection An Implementation on Histogram of Oriented Gradients for Human Detection Cansın Yıldız Dept. of Computer Engineering Bilkent University Ankara,Turkey cansin@cs.bilkent.edu.tr Abstract I implemented a Histogram

More information

Subject. Dataset. Copy paste feature of the diagram. Importing the dataset. Copy paste feature into the diagram.

Subject. Dataset. Copy paste feature of the diagram. Importing the dataset. Copy paste feature into the diagram. Subject Copy paste feature into the diagram. When we define the data analysis process into Tanagra, it is possible to copy components (or entire branches of components) towards another location into the

More information

Neurocomputing ] (]]]]) ]]] ]]] Contents lists available at SciVerse ScienceDirect. Neurocomputing. journal homepage:

Neurocomputing ] (]]]]) ]]] ]]] Contents lists available at SciVerse ScienceDirect. Neurocomputing. journal homepage: Neurocomputing ] (]]]]) ]]] ]]] Contents lists available at SciVerse ScienceDirect Neurocomputing journal homepage: www.elsevier.com/locate/neucom New image descriptors based on color, texture, shape,

More information

Connected Component Analysis and Change Detection for Images

Connected Component Analysis and Change Detection for Images Connected Component Analysis and Change Detection for Images Prasad S.Halgaonkar Department of Computer Engg, MITCOE Pune University, India Abstract Detection of the region of change in images of a particular

More information

Data mining. Classification k-nn Classifier. Piotr Paszek. (Piotr Paszek) Data mining k-nn 1 / 20

Data mining. Classification k-nn Classifier. Piotr Paszek. (Piotr Paszek) Data mining k-nn 1 / 20 Data mining Piotr Paszek Classification k-nn Classifier (Piotr Paszek) Data mining k-nn 1 / 20 Plan of the lecture 1 Lazy Learner 2 k-nearest Neighbor Classifier 1 Distance (metric) 2 How to Determine

More information

Kernel Machines for Object Classification in High-Resolution SAR Data

Kernel Machines for Object Classification in High-Resolution SAR Data Kernel Machines for Object Classification in High-Resolution SAR Data Dr. W. Middelmann / U. Thoennessen FGAN-FOM Research Institute for Optronics and Pattern Recognition Gutleuthausstrasse, D-76275 Ettlingen

More information

CS6716 Pattern Recognition

CS6716 Pattern Recognition CS6716 Pattern Recognition Prototype Methods Aaron Bobick School of Interactive Computing Administrivia Problem 2b was extended to March 25. Done? PS3 will be out this real soon (tonight) due April 10.

More information

Markov Networks in Computer Vision

Markov Networks in Computer Vision Markov Networks in Computer Vision Sargur Srihari srihari@cedar.buffalo.edu 1 Markov Networks for Computer Vision Some applications: 1. Image segmentation 2. Removal of blur/noise 3. Stereo reconstruction

More information

Gaussian Mixture Model Coupled with Independent Component Analysis for Palmprint Verification

Gaussian Mixture Model Coupled with Independent Component Analysis for Palmprint Verification Gaussian Mixture Model Coupled with Independent Component Analysis for Palmprint Verification Raghavendra.R, Bernadette Dorizzi, Ashok Rao, Hemantha Kumar G Abstract In this paper we present a new scheme

More information

COMPUTER AND ROBOT VISION

COMPUTER AND ROBOT VISION VOLUME COMPUTER AND ROBOT VISION Robert M. Haralick University of Washington Linda G. Shapiro University of Washington A^ ADDISON-WESLEY PUBLISHING COMPANY Reading, Massachusetts Menlo Park, California

More information

RGBD Face Detection with Kinect Sensor. ZhongJie Bi

RGBD Face Detection with Kinect Sensor. ZhongJie Bi RGBD Face Detection with Kinect Sensor ZhongJie Bi Outline The Existing State-of-the-art Face Detector Problems with this Face Detector Proposed solution to the problems Result and ongoing tasks The Existing

More information

Detection, Classification, & Identification of Objects in Cluttered Images

Detection, Classification, & Identification of Objects in Cluttered Images Detection, Classification, & Identification of Objects in Cluttered Images Steve Elgar Washington State University Electrical Engineering 2752 Pullman, Washington 99164-2752 elgar@eecs.wsu.edu Voice: (509)

More information

Learning to Recognize Faces in Realistic Conditions

Learning to Recognize Faces in Realistic Conditions 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Visual Tracking (1) Tracking of Feature Points and Planar Rigid Objects

Visual Tracking (1) Tracking of Feature Points and Planar Rigid Objects Intelligent Control Systems Visual Tracking (1) Tracking of Feature Points and Planar Rigid Objects Shingo Kagami Graduate School of Information Sciences, Tohoku University swk(at)ic.is.tohoku.ac.jp http://www.ic.is.tohoku.ac.jp/ja/swk/

More information

Mobile Face Recognization

Mobile Face Recognization Mobile Face Recognization CS4670 Final Project Cooper Bills and Jason Yosinski {csb88,jy495}@cornell.edu December 12, 2010 Abstract We created a mobile based system for detecting faces within a picture

More information

Markov Networks in Computer Vision. Sargur Srihari

Markov Networks in Computer Vision. Sargur Srihari Markov Networks in Computer Vision Sargur srihari@cedar.buffalo.edu 1 Markov Networks for Computer Vision Important application area for MNs 1. Image segmentation 2. Removal of blur/noise 3. Stereo reconstruction

More information

Local features: detection and description May 12 th, 2015

Local features: detection and description May 12 th, 2015 Local features: detection and description May 12 th, 2015 Yong Jae Lee UC Davis Announcements PS1 grades up on SmartSite PS1 stats: Mean: 83.26 Standard Dev: 28.51 PS2 deadline extended to Saturday, 11:59

More information

EFFICIENT REPRESENTATION OF LIGHTING PATTERNS FOR IMAGE-BASED RELIGHTING

EFFICIENT REPRESENTATION OF LIGHTING PATTERNS FOR IMAGE-BASED RELIGHTING EFFICIENT REPRESENTATION OF LIGHTING PATTERNS FOR IMAGE-BASED RELIGHTING Hyunjung Shim Tsuhan Chen {hjs,tsuhan}@andrew.cmu.edu Department of Electrical and Computer Engineering Carnegie Mellon University

More information

Research on Robust Local Feature Extraction Method for Human Detection

Research on Robust Local Feature Extraction Method for Human Detection Waseda University Doctoral Dissertation Research on Robust Local Feature Extraction Method for Human Detection TANG, Shaopeng Graduate School of Information, Production and Systems Waseda University Feb.

More information

CLASSIFICATION FOR ROADSIDE OBJECTS BASED ON SIMULATED LASER SCANNING

CLASSIFICATION FOR ROADSIDE OBJECTS BASED ON SIMULATED LASER SCANNING CLASSIFICATION FOR ROADSIDE OBJECTS BASED ON SIMULATED LASER SCANNING Kenta Fukano 1, and Hiroshi Masuda 2 1) Graduate student, Department of Intelligence Mechanical Engineering, The University of Electro-Communications,

More information

An Object Detection System using Image Reconstruction with PCA

An Object Detection System using Image Reconstruction with PCA An Object Detection System using Image Reconstruction with PCA Luis Malagón-Borja and Olac Fuentes Instituto Nacional de Astrofísica Óptica y Electrónica, Puebla, 72840 Mexico jmb@ccc.inaoep.mx, fuentes@inaoep.mx

More information

Large-Scale Face Manifold Learning

Large-Scale Face Manifold Learning Large-Scale Face Manifold Learning Sanjiv Kumar Google Research New York, NY * Joint work with A. Talwalkar, H. Rowley and M. Mohri 1 Face Manifold Learning 50 x 50 pixel faces R 2500 50 x 50 pixel random

More information