image pattern recognition and its applications

80
Image Pattern Recognition and Its Applications Chaur-Chin Chen ( 陳陳陳 ) Institute of Information Systems & Applications (Department of Computer Science) National Tsing Hua University HsinChu ( 陳陳 ), Taiwan ( 陳陳 ) [email protected] May 3, 2013

Upload: valdemar-astrid

Post on 02-Jan-2016

51 views

Category:

Documents


13 download

DESCRIPTION

Image Pattern Recognition and Its Applications. Chaur-Chin Chen ( 陳朝欽 ) Institute of Information Systems & Applications (Department of Computer Science) National Tsing Hua University HsinChu ( 新竹 ), Taiwan ( 台灣 ) [email protected] May 3, 2013. Outline. Fundamental Image Processing - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Image Pattern Recognition and Its Applications

Image Pattern Recognition and Its Applications

Chaur-Chin Chen (陳朝欽 )Institute of Information Systems & Applications

(Department of Computer Science)National Tsing Hua University

HsinChu ( 新竹 ), Taiwan ( 台灣 )[email protected]

May 3, 2013

Page 2: Image Pattern Recognition and Its Applications

Outline

• Fundamental Image Processing

• Fingerprint and Face Verification

• Supervised vs. Unsupervised Learning

• Watermarking and Steganography

• Microarray Image Analysis

• Some Other Application

Page 3: Image Pattern Recognition and Its Applications

Outline (Continuation)

• Some Other Applications

• Supervised vs. Unsupervised Learning

• Data Description and Representation

• 8OX and iris Data Sets

• Dendrograms of Hierarchical Clustering

• PCA vs. LDA

• A Comparison of PCA and LDA

Page 4: Image Pattern Recognition and Its Applications

Fundamental Image Processing♪ A Digital Image Processing System• Image Representation and Formats 1. Sensing, Sampling, Quantization 2. Gray level and Color Images 3. Raw, RGB, Tiff, BMP, JPG, GIF, (JP2) • Image Transform and Filtering• Histogram, Enhancement• Segmentation, Edge Detection, Thinning• Image Data Compression

• Fingerprint and Face Recognition• Image Pattern Recognition• Watermarking and Steganography• Microarray Image Data Analysis

[1] R.C. Gonzalez, R.E. Woods, S.L. Eddins, Digital Image Processing Using MATLAB, Pearson Prentice Hall, 2004

[2] R.C. Gonzalez and R.E. Woods, Digital Image Processing, Prentice-Hall, 2002+

Page 5: Image Pattern Recognition and Its Applications

Image Processing System• A 2D image is nothing but a mapping from a region to a matrix

• A Digital Image Processing System consists of

1. Acquisition – scanners, digital camera, ultrasound, X-ray, MRI, PMT

2. Storage – HD (500GB, TeraBytes, PeraBytes, …), CD (700 MB), DVD (4.7 GB), Flash memory (2~32 GB)

3. Processing Unit – PC, Workstation (Sun Microsystems), PC-cluster

4. Communication – telephone lines, cable, wireless, Wi-Fi, LTE

5. Display – LCD monitor, laser printer, smart phone, i-Pad

Page 6: Image Pattern Recognition and Its Applications

Illustration of Image Processing System

Processing

Computer

Display

Monitor

Printer

Storage

Image acquisition

CCD camera

Scanner

CD ROM Flash Disk

Communication

Page 7: Image Pattern Recognition and Its Applications

Gray Level and Color Images

Page 8: Image Pattern Recognition and Its Applications

Pixels in a Gray Level Image

Page 9: Image Pattern Recognition and Its Applications

A Gray Level Image is a Matrix

f(0,0) f(0,1) f(0,2) …. …. f(0,n-1)

f(1,0) f(1,1) f(1,2) …. …. f(1,n-1)

. . .

. . .

. . .

f(m-1,0) f(m-1,1) f(m-1,2) … …. f(m-1,n-1)

An image of m rows, n columns, f(i,j) is in [0,255]

Page 10: Image Pattern Recognition and Its Applications

Image Representation (Gray/Color)

• A gray level image is usually represented by an M x N matrix whose elements are all integers in {0,1, …, 255} corresponding to brightness scales

• A color image is usually represented by 3 M x N matrices whose elements are all integers in {0,1, …, 255} corresponding to 3 primary primitives of colors such as Red, Green, Blue

Page 11: Image Pattern Recognition and Its Applications

Gray and Color Image Data

• 0, 64, 144, 196,

225, 169, 100, 36

(R, G, B) for a color pixel

Red – (255, 0, 0)

Green – ( 0, 255, 0)

Blue – ( 0, 0, 255)

Cyan – ( 0,255, 255)

Magenta – (255, 0, 255)

Yellow – (255, 255, 0)

Gray – (128, 128, 128)

Page 12: Image Pattern Recognition and Its Applications

RGB Hex Triplet Color Chart

• Red = FF0000• Green = 00FF00• Blue = 0000FF• Cyan = 00FFFF• Magenta= FF00FF• Yellow = FFFF00

Page 13: Image Pattern Recognition and Its Applications

Koala and Its RGB Components

Page 14: Image Pattern Recognition and Its Applications

(R,G,B) Histograms of Koala

Page 15: Image Pattern Recognition and Its Applications

Sensing, Sampling, Quantization

• A 2D digital image is formed by a sensor which maps a region to a matrix

• Digitization of the spatial coordinates (x,y) in an image function f(x,y) is called Sampling

• Digitization of the amplitude of an image function f(x,y) is called Quantization

Page 16: Image Pattern Recognition and Its Applications

Sampling and Quantization

Page 17: Image Pattern Recognition and Its Applications

Image File Formats (1/2)

The American National Standards Institute (ANSI) sets standards for voluntary use in US. One of the most popular computer standards set by ANSI is the American Standard Code for Information Interchange (ASCII) which guarantees all computers can exchange text in ASCII format

BMP – Bitmap format from Microsoft uses Raster-based 1~24-bit colors (RGB) without compression or allows a run-length compression for 1~8-bit color depths

GIF – Graphics Interchange Format from CompuServe Inc. is Raster-based which uses 1~8-bit colors with resolutions up to 64,000*64,000 LZW (Lempel-Ziv-Welch, 1984) lossless compression with the compression ratio up to 2:1

Page 18: Image Pattern Recognition and Its Applications

Some Image File Formats (2/2)• Raw – Raw image format uses a 8-bit unsigned character to store a pixel value of

0~255 for a Raster-scanned gray image without compression. An R by C raw image occupies R*C bytes or 8RC bits of storage space

• TIFF – Tagged Image File Format from Aldus and Microsoft was designed for importing image into desktop publishing programs and quickly became accepted by a variety of software developers as a standard. Its built-in flexibility is both a blessing and a curse, because it can be customized in a variety of ways to fit a programmer’s needs. However, the flexibility of the format resulted in many versions of TIFF, some of which are so different that they are incompatible with each other

• JPEG – Joint Photographic Experts Group format is the most popular lossy method of compression, and the current standard whose file name ends with “.jpg” which allows Raster-based 8-bit grayscale or 24-bit color images with the compression ratio more than 16:1 and preserves the fidelity of the reconstructed image

• EPS – Encapsulated PostScript language format from Adulus Systems uses Metafile of 1~24-bit colors with compression

• JP2 - JPEG 2000 based on 5/3 and 9/7 wavelet transforms

Page 19: Image Pattern Recognition and Its Applications

Image Transforms and Filtering

• Feature Extraction – find all ellipses in an image

• Bandwidth Reduction – eliminate the low contrast “coefficients”

• Data Reduction – eliminate insignificant coefficients of Discrete Cosine Transform (DCT), Wavelet Transform (WT)

• Smooth filtering can get rid of noisy signals

Page 20: Image Pattern Recognition and Its Applications

Discrete Cosine Transform

Partition an image into nonoverlapping 8 by 8 blocks, and apply a 2d DCT on each block to get DC and AC coefficients.

Most of the high frequency coefficients become insignificant, only the DC term and some low frequency AC coefficients are significant.

Fundamental for JPEG Image Compression

Page 21: Image Pattern Recognition and Its Applications

Discrete Cosine Transform (DCT)

X: a block of 8x8 pixels

A=Q8: 8x8 DCT matrix as shown aboveY=AXAt

Page 22: Image Pattern Recognition and Its Applications

Quantized DCT Coefficients on a 8x8 Block

Page 23: Image Pattern Recognition and Its Applications

Lenna Image vs. Compressed Lenna

Page 24: Image Pattern Recognition and Its Applications

Wavelet Transform

• Haar, Daubechies’ Four, 9/7, 5/3 transforms

• 9/7, 5/3 transforms was selected as the lossy and lossless coding standards for JPEG2000, respectively

• A Comparison of JPEG and JPEG2000 shows that the latter is slightly better than the former, however, to replace image.jpg by image.jp2 needs time

Page 25: Image Pattern Recognition and Its Applications

3-Scale Wavelet Transforms

Page 26: Image Pattern Recognition and Its Applications

Mean and Median Filtering

• X1 X2 X3• X4 X0 X5• X6 X7 X8

Replace the X0 by the

mean of X0~X8 is

called “mean filtering”

• X1 X2 X3• X4 X0 X5• X6 X7 X8

Replace the X0 by the

median of X0~X8 is

called “median filtering”

Page 27: Image Pattern Recognition and Its Applications

Example of Median Filtering

Page 28: Image Pattern Recognition and Its Applications

Image and Its Histogram

0 50 100 150 200 2500

2

4

6

8

10

12Histogram of Image Lenna

Page 29: Image Pattern Recognition and Its Applications

Enhancement and Restoration

• The goal of enhancement is to accentuate certain features for subsequent analysis or image display. The enhancement process is usually done interactively

• The restoration is a process that attempts to reconstruct or recover an image that has been degraded by using some unknown phenomenon

Page 30: Image Pattern Recognition and Its Applications

Example of Image Enhancement

• Support that A(i, j) is image gray level at pixel (i, j), μ and s2 are the mean and variance of gray levels of input image, and α=150, γ=95, γ must satisfy γ>s.

The enhanced image B( i , j ) is obtained by a contrast stretching given below

• B( i , j ) α + γ * ([A ( i , j ) – μ] / s)

Page 31: Image Pattern Recognition and Its Applications

Result of Image Enhancement

Page 32: Image Pattern Recognition and Its Applications

Segmentation and Edge Detection

• Segmentation is basically a process of pixel classification: the picture is segmented into subsets by assigning the individual pixels into classes

• Edge Detection is to find the pixels whose gray values or colors being abruptly changed

Page 33: Image Pattern Recognition and Its Applications

Image Lenna and Its Histogram

Page 34: Image Pattern Recognition and Its Applications

Image Segmentation Algorithms

• Otsu (1979)

• Fisher (1936)

• Kittler and Illingworth (1986)

• Vincent and Soille (1991)

• Besag, Chen and Dubes (1986, 1991)

Page 35: Image Pattern Recognition and Its Applications

A Simple Thresholding Algorithm(1)

maximized is )(such that Select (4)

1)(

)()(

)(

)(

1~0for Do (3)

(2)

where, (1)

2*

22

0

0

1

0

1

0

kk

kk

kk

ipk

pk

Gk

kp

nnn

np

B

TB

k

i i

k

i i

G

i kT

G

i ii

i

Page 36: Image Pattern Recognition and Its Applications

Image, Histogram, Thresholding

0 50 100 150 200 2500

20

40

60

80

100

120Histograms of NA.raw (Green), TA.raw (Red)

Page 37: Image Pattern Recognition and Its Applications

Binarization by Thresholding

Page 38: Image Pattern Recognition and Its Applications

ICM Segmentation Algorithm

1. Given an image Y, initialize a labeling X2. For t=1:mxn

X(t)←g0 if

Pr(X(t)=g0|XN(t),Y) > Pr(X(t)=g|XN(t),Y) for g,g0

3. Repeat step 2 until “convergence” (6 runs)4. X is the required labeling

Chaur-Chin Chen and Richard C. DubesEnvironmental Studies and ICM Segmentation Algorithm,Journal of Information Science and Engineering,Vol. 6, 325-337, 1990.

Page 39: Image Pattern Recognition and Its Applications

Image Segmentation: ICM vs. Otsu

Page 40: Image Pattern Recognition and Its Applications

Image Segmentation: ICM vs. Otsu

Page 41: Image Pattern Recognition and Its Applications

Image Segmentation: ICM vs. Otsu

Page 42: Image Pattern Recognition and Its Applications

Edge Detection

-1 -2 -1

0 0 0 X

1 2 1

-1 0 1

-2 0 2 Y

-1 0 1

Large (|X|+|Y|) Edge

Page 43: Image Pattern Recognition and Its Applications

Thinning and Contour Tracing

• Thinning is to find the skeleton of an image which is commonly used for Optical Character Recognition (OCR) and Fingerprint matching

• Contour tracing is usually used to locate the boundaries of an image which can be used in feature extraction for shape discrimination

Page 44: Image Pattern Recognition and Its Applications

Image Edge, Skeleton, Contour

Page 45: Image Pattern Recognition and Its Applications

Image Data Compression

• The purpose is to save storage space and to reduce the transmission time of information. Note that it requires 6 mega bits to store a 24-bit color image of size 512 by 512. It takes 6 seconds to download such an image via an ADSL (Asymmetric Digital Subscriber Line) with the rate 1 mega bits per second and more than 12 seconds to upload the same image

• Note that 1 byte = 8 bits, 3 bytes = 24 bits

Page 46: Image Pattern Recognition and Its Applications

Training Images for VQ

Page 47: Image Pattern Recognition and Its Applications

LBG Algorithm for Codebook Generation

Page 48: Image Pattern Recognition and Its Applications

Codebook and Decoded Images

Page 49: Image Pattern Recognition and Its Applications

Some Applications

• Fingerprint and Face Recognition

• Watermarking and Steganography

• Image Pattern Recognition

• Microarray Image Data Analysis

Page 50: Image Pattern Recognition and Its Applications

美國啟用出入境指紋及人臉影像辨識系統

• 美國國土安全部基於安全考慮,自 (2004)元月五日起,啟用數位化出入境身分辨識系統 (US-VISIT) ,大部分來美的 14 歲至79 歲旅客,包括來自台灣、大陸、香港的留學生,於進入美國國際機場及港口時,都要接受拍照及留下指紋掃描紀錄以便辨識查核。 (27 個免簽證國公民之入境待遇略有不同,短期來美者,將受豁免。 ) ,亦將需接受指紋掃描查核。

Page 51: Image Pattern Recognition and Its Applications

US-VISIT

• US-VISIT currently applies to all visitors (with limited exemptions) holding non-immigrant visas, regardless of country of origin.

• 2004 – US$ 330 million• 2005 – US$ 340 million • 2006 – US$ 340 million• 2007 – US$ 362 million• 2009 – US$ ??? million

Page 52: Image Pattern Recognition and Its Applications

入境按指紋 日本 2007/11/20 實施

• 日本入境排隊長 指紋掃瞄會更長! (2007年 9 月 27 日 )

• 入境日本將按指紋 日官員赴台宣導新措施 (2007 年 9 月 27 日 )

• 日 11 月 20 日實施外國人入境須按指紋臉部照片 (2007 年 9 月 25 日 )

• 入境按指紋 日本 11 月將實施 (2007 年 9月 2 日 )

Page 53: Image Pattern Recognition and Its Applications

A Typical Fingerprint Image

Page 54: Image Pattern Recognition and Its Applications
Page 55: Image Pattern Recognition and Its Applications

Flowchart of An AFIS

Page 56: Image Pattern Recognition and Its Applications

(a) Original image (b) Enhanced image

(c) Binarization image (d) Smoothed image

Page 57: Image Pattern Recognition and Its Applications

Thinning [9]

• The purpose of thinning stage is to gain the skeleton structure of a fingerprint image.

• It reduces a binary image consisting of ridges and valleys into a ridge map of unit width.

(d) Smoothed image (e) Thinned image

Page 58: Image Pattern Recognition and Its Applications

Minutiae Definition

♫ From a thinned image, we can classify each ridge pixel into the following categories according to its 8-connected neighbors.

♫ A ridge pixel is called :an isolated point if it does not contain any 8-connected

neighbor.an ending if it contains exactly one 8-connected

neighbor.an edgepoint if it has two 8-connected neighbors.a bifurcation if it has three 8-connected neighbors.a crossing if it has four 8-connected neighbors.

Page 59: Image Pattern Recognition and Its Applications

Example of Minutiae Extraction

Page 60: Image Pattern Recognition and Its Applications

Minutiae Pattern Matching

Page 61: Image Pattern Recognition and Its Applications

Is this Lady in your database?

Page 62: Image Pattern Recognition and Its Applications

Part of 5*40 Training Face Images

Page 63: Image Pattern Recognition and Its Applications

Missed Face Images and Their Wrongly-Best Matched Images

Page 64: Image Pattern Recognition and Its Applications

Are They the Same Person?

Page 65: Image Pattern Recognition and Its Applications

Challenges and Opportunities

• A perfect biometric recognition system did not exist and will never exists

• An application based on biometrics usually requests a perfect verification/identification

• A collection of biometric data is usually time consuming and more or less intrudes personal privacy

• The mechanism of achieving the trade-off between privacy and security merits studies.

Page 66: Image Pattern Recognition and Its Applications

Supervised Learning Problems

☺The problem of supervised learning can be defined as to design a function which takes the

training data xi(k), i=1,2, …ni, k=1,2,…, C, as input

vectors with the output as either a single category or a regression curve.

☺The unsupervised learning (Cluster Analysis) is similar to that of the supervised learning problem (Pattern Recognition) except that the categories are unknown in the training data.

Page 67: Image Pattern Recognition and Its Applications

Distinguish Eggplants from Bananas

1. Features(characteristics)

Colors

Shapes

Size

Tree leaves

Other quantitative measurements

2. Decision rules: Classifiers

3. Performance Evaluation

4. Classification

Page 68: Image Pattern Recognition and Its Applications

Possum, Dingo, Fox, Wombat

Page 69: Image Pattern Recognition and Its Applications

Watermarking and Steganography

• Watermarking is the practice of hiding a message about an image, audio clip, video clip, or other work of media within that work itself.

• Steganography is the art of writing in cipher, or in character, which are not intelligible except to persons who have the key. In computer terms, steganography has evolved into the practice of hiding a message within a larger one in such a way that others cannot discern the presence or contents of the hidden message.

Page 70: Image Pattern Recognition and Its Applications

Examples of Watermarking and Steganography

Page 71: Image Pattern Recognition and Its Applications

Difference between Watermarking and Steganography

• Watermarking

Insert a logo, pattern, a

message, and etc. into

an image, audio, video

to claim the ownership.

• Steganography

Put a cover image,

audio, video, and etc.

on a secret message to

protect the secrecy

during the transmission.

Page 72: Image Pattern Recognition and Its Applications

An Example of Steganography• The Precious Night• by Tsui Ping

• The southern winds lightly kiss my face, with the heavy scent of blossms

• The southern winds lightly kiss my? face, but the stars are sparse and the moon veiled

• We lie against each other, exchanging endless words of love

• We lie against each other, meaning everything we say

• We don't care that tomorrow we may bid each other farewell

• But remember tonight, and treasure it• On the eve of parting, we rue the sun's

imminent rising• Lingering before parting, we promise

to meet in a dream

Page 73: Image Pattern Recognition and Its Applications

Microarray Image Data Analysis

Page 74: Image Pattern Recognition and Its Applications

Microarray Image Data Analysis

Each gene expression

is a feature which is

measured as average

spot brightness

Top: Tumor Tissues

Bottom: Normal Tissues

Page 75: Image Pattern Recognition and Its Applications

Bar Code and QR code

Page 76: Image Pattern Recognition and Its Applications

Face and Fingerprint Images

Page 77: Image Pattern Recognition and Its Applications

License Plate

Page 78: Image Pattern Recognition and Its Applications

Fort San Domingo ( 淡水紅毛城 )

Entrance Gate Dutch Clogs

Page 79: Image Pattern Recognition and Its Applications

iGoogle APP Facebook LinkedIn Twitter

Android APP iPhone App Newsletter RSS Feeds

Page 80: Image Pattern Recognition and Its Applications

Thank You For Your Attention

Questions and Comments