Introduction to pattern classification

Similar documents
Course Outline. Course Grading. Where to go for help. Academic Integrity. EE-589 Introduction to Neural Networks NN 1 EE

OCR for Arabic using SIFT Descriptors With Online Failure Prediction

Rule Learning With Negation: Issues Regarding Effectiveness

Rule Learning with Negation: Issues Regarding Effectiveness

(Sub)Gradient Descent

Lip reading: Japanese vowel recognition by tracking temporal changes of lip shape

A Case Study: News Classification Based on Term Frequency

Speech Recognition at ICSI: Broadcast News and beyond

Word Segmentation of Off-line Handwritten Documents

On Human Computer Interaction, HCI. Dr. Saif al Zahir Electrical and Computer Engineering Department UBC

Australian Journal of Basic and Applied Sciences

Twitter Sentiment Classification on Sanders Data using Hybrid Approach

INPE São José dos Campos

Generative models and adversarial training

Learning Structural Correspondences Across Different Linguistic Domains with Synchronous Neural Language Models

Knowledge Transfer in Deep Convolutional Neural Nets

Individual Component Checklist L I S T E N I N G. for use with ONE task ENGLISH VERSION

WHEN THERE IS A mismatch between the acoustic

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X

OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS

Laboratorio di Intelligenza Artificiale e Robotica

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur

QuickStroke: An Incremental On-line Chinese Handwriting Recognition System

Python Machine Learning

AQUA: An Ontology-Driven Question Answering System

Language Acquisition Fall 2010/Winter Lexical Categories. Afra Alishahi, Heiner Drenhaus

Human Emotion Recognition From Speech

How to Judge the Quality of an Objective Classroom Test

Introduction to Ensemble Learning Featuring Successes in the Netflix Prize Competition

On the Combined Behavior of Autonomous Resource Management Agents

Analysis of Emotion Recognition System through Speech Signal Using KNN & GMM Classifier

Longest Common Subsequence: A Method for Automatic Evaluation of Handwritten Essays

MULTILINGUAL INFORMATION ACCESS IN DIGITAL LIBRARY

Iterative Cross-Training: An Algorithm for Learning from Unlabeled Web Pages

Evidence for Reliability, Validity and Learning Effectiveness

Using Web Searches on Important Words to Create Background Sets for LSI Classification

Lecture 1: Machine Learning Basics

Softprop: Softmax Neural Network Backpropagation Learning

Learning Methods in Multilingual Speech Recognition

Design Of An Automatic Speaker Recognition System Using MFCC, Vector Quantization And LBG Algorithm

Early Warning System Implementation Guide

CS Machine Learning

Stacks Teacher notes. Activity description. Suitability. Time. AMP resources. Equipment. Key mathematical language. Key processes

Conversation Starters: Using Spatial Context to Initiate Dialogue in First Person Perspective Games

arxiv: v2 [cs.cv] 30 Mar 2017

Lecture 2: Quantifiers and Approximation

SOFTWARE EVALUATION TOOL

An Online Handwriting Recognition System For Turkish

Class-Discriminative Weighted Distortion Measure for VQ-Based Speaker Identification

Linking Task: Identifying authors and book titles in verbose queries

GROUP COMPOSITION IN THE NAVIGATION SIMULATOR A PILOT STUDY Magnus Boström (Kalmar Maritime Academy, Sweden)

Learning Methods for Fuzzy Systems

Evaluating Interactive Visualization of Multidimensional Data Projection with Feature Transformation

Mining Association Rules in Student s Assessment Data

Revisiting the role of prosody in early language acquisition. Megha Sundara UCLA Phonetics Lab

Product Feature-based Ratings foropinionsummarization of E-Commerce Feedback Comments

Calibration of Confidence Measures in Speech Recognition

The Karlsruhe Institute of Technology Translation Systems for the WMT 2011

Improving Fairness in Memory Scheduling

Laboratorio di Intelligenza Artificiale e Robotica

have to be modeled) or isolated words. Output of the system is a grapheme-tophoneme conversion system which takes as its input the spelling of words,

Lecture 1: Basic Concepts of Machine Learning

METHODS FOR EXTRACTING AND CLASSIFYING PAIRS OF COGNATES AND FALSE FRIENDS

Characteristics of Collaborative Network Models. ed. by Line Gry Knudsen

Probabilistic Latent Semantic Analysis

Rule discovery in Web-based educational systems using Grammar-Based Genetic Programming

Genevieve L. Hartman, Ph.D.

Mandarin Lexical Tone Recognition: The Gating Paradigm

Alpha provides an overall measure of the internal reliability of the test. The Coefficient Alphas for the STEP are:

Mining Student Evolution Using Associative Classification and Clustering

AUTOMATED FABRIC DEFECT INSPECTION: A SURVEY OF CLASSIFIERS

16.1 Lesson: Putting it into practice - isikhnas

Going to School: Measuring Schooling Behaviors in GloFish

THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF MATHEMATICS ASSESSING THE EFFECTIVENESS OF MULTIPLE CHOICE MATH TESTS

Experiments with SMS Translation and Stochastic Gradient Descent in Spanish Text Author Profiling

Word Sense Disambiguation

Kentucky s Standards for Teaching and Learning. Kentucky s Learning Goals and Academic Expectations

Lesson Plan Title Aquatic Ecology

The stages of event extraction

Speech Emotion Recognition Using Support Vector Machine

Extracting Opinion Expressions and Their Polarities Exploration of Pipelines and Joint Models

*Net Perceptions, Inc West 78th Street Suite 300 Minneapolis, MN

New Features & Functionality in Q Release Version 3.2 June 2016

Chinese Language Parsing with Maximum-Entropy-Inspired Parser

Semi-supervised methods of text processing, and an application to medical concept extraction. Yacine Jernite Text-as-Data series September 17.

AUTOMATIC DETECTION OF PROLONGED FRICATIVE PHONEMES WITH THE HIDDEN MARKOV MODELS APPROACH 1. INTRODUCTION

A Comparison of DHMM and DTW for Isolated Digits Recognition System of Arabic Language

ADVANCES IN DEEP NEURAL NETWORK APPROACHES TO SPEAKER RECOGNITION

USER GUIDANCE. (2)Microphone & Headphone (to avoid howling).

IT Students Workshop within Strategic Partnership of Leibniz University and Peter the Great St. Petersburg Polytechnic University

CSL465/603 - Machine Learning

On-Line Data Analytics

Update on the Next Accreditation System Drs. Culley, Ling, and Wood. Anesthesiology April 30, 2014

Improving Machine Learning Input for Automatic Document Classification with Natural Language Processing

Learning Distributed Linguistic Classes

University of Alberta. Large-Scale Semi-Supervised Learning for Natural Language Processing. Shane Bergsma

GOLD Objectives for Development & Learning: Birth Through Third Grade

Using dialogue context to improve parsing performance in dialogue systems

Knowledge Elicitation Tool Classification. Janet E. Burge. Artificial Intelligence Research Group. Worcester Polytechnic Institute

Speeding Up Reinforcement Learning with Behavior Transfer

Transcription:

Pattern classification 1 Introduction to pattern classification Source: Pattern Classification (2nd ed) R. O. Duda, P. E. Hart and D. G. Stork, John Wiley & Sons, 2000 Introduction to pattern classification Machine Perception An Example Pattern Recognition Systems The Design Cycle Learning and Adaptation Conclusion Pattern classification 2 Chapter 1 Machine perception Pattern classification 3 Example Pattern classification 4 Build a machine that can recognize patterns: Speech recognition Fingerprint identification Optical Character Recognition Sorting incoming Fish on a conveyor according to species using optical sensing Species to be classified: Sea bass Salmon DNA sequence identification

Pattern classification 5 Pattern classification 6 Problem Analysis Preprocessing Set up a camera and take some sample images to extract features Length Lightness Width Number and shape of fins Use a segmentation operation to isolate fishes from one another and from the background Information from a single fish is sent to a feature extractor whose purpose is to reduce the data by measuring certain features This is the set of all suggested features to explore for use in our classifier! The features are passed to a classifier Pattern classification 7 Classification Pattern classification 8 Select the length of the fish as a possible feature for discrimination

Classification Pattern classification 9 Pattern classification 10 Select the length of the fish as a possible feature for discrimination Select the lightness as a possible feature. The length is a poor feature alone! Pattern classification 11 Pattern classification 12 Threshold decision boundary and cost relationship Move our decision boundary toward smaller values of lightness in order to minimize the cost (reduce the number of sea bass that are classified salmon!) Adopt the lightness and add the width of the fish Fish x T = [x 1, x 2 ] Lightness Width

Pattern classification 13 Pattern classification 14 We might add other features that are not correlated with the ones we already have. A precaution should be taken not to reduce the performance by adding such noisy features Ideally, the best decision boundary should be the one which provides an optimal performance such as in the following figure: Pattern classification 15 Pattern classification 16 However, our satisfaction is premature because the central aim of designing a classifier is to correctly classify novel input Generalization!!

Pattern Recognition Systems Pattern classification 17 Pattern classification 18 Sensing Use of a transducer (camera or microphone) PR system depends of the bandwidth, the resolution sensitivity distortion of the transducer Segmentation and grouping Patterns should be well separated and should not overlap Feature extraction Discriminative features Invariant features with respect to translation, rotation and scale. Classification Use a feature vector provided by a feature extractor to assign the object to a category Post Processing Exploit context input dependent information other than from the target pattern itself to improve performance The Design Cycle Pattern classification 19 Pattern classification 20 Data Collection Data collection Feature Choice Model Choice Training Evaluation Computational Complexity How do we know when we have collected an adequately large and representative set of examples for training and testing the system? Feature Choice Depends on the characteristics of the problem domain. Simple to extract, invariant to irrelevant transformation insensitive to noise.

Pattern classification 21 Pattern classification 22 Model Choice Unsatisfied with the performance of our fish classifier and want to find another model Training Use data to determine the classifier. Many different procedures for training classifiers and choosing models Computational Complexity What is the trade-off between computational ease and performance? (How an algorithm scales as a function of the number of features, patterns or categories?) Evaluation Measure the error rate (or performance) and switch from one set of features to another one Learning and Adaptation Pattern classification 23 Conclusion Pattern classification 24 Supervised learning A teacher provides a category label or cost for each pattern in the training set Unsupervised learning Reader seems to be overwhelmed by the number, complexity and magnitude of the sub-problems of Pattern Recognition Many of these sub-problems can indeed be solved Many fascinating unsolved problems still remain The system forms clusters or natural groupings of the input patterns