Pavan Mallapragada (pavanm@cse.msu.edu)
Office: E.B. 3208.
Office hours: Tue-Thu: 1:30 pm-3 pm
Abhishek Nagar (nagarabh@cse.msu.edu)
Office: E.B. 3208.
Office hours: Tue-Thu: 3 pm-4:30 pm
Pattern recognition systems can be designed using the following main approaches: (i) template matching, (ii) statistical methods, (iii) syntactic methods and (iv) neural networks. This course will introduce the fundamentals of statistical pattern recognition with examples from several application areas. Techniques for analyzing multidimensional data of various types and scales along with algorithms for projection, dimensionality reduction, clustering and classification of data will be explained. The course will present competing approaches to exploratory data analysis and classifier design so students can make judicious choices when confronted with real pattern recognition problems. Students will use the MATLAB software and implement some algorithms using their choice of a programming language.
The text book has a web site. In particular, you may find the errata list useful.
A number of books on pattern recognition have been put on the Assigned Reading in the Engineering Library. In addition, a number of journals, including Pattern Recognition, Pattern Recognition Letters, IEEE Trans. Pattern Analysis & Machine Intelligence (PAMI), IEEE Trans. Geoscience & Remote Sensing, IEEE Trans. Image Processing, and IEEE Trans. Speech and Audio Processing routinely publish papers on pattern recognition theory and applications.
|
|
Pattern Recognition |
|
|
Pattern Recognition and Machine Learning |
|
|
Introduction to Statistical Pattern Recognition |
|
|
Pattern Recognition: A Statistical Approach |
|
|
Pattern Recognition Principles |
|
|
Classification, Estimation and Pattern Recognition |
|
|
Structural Pattern Recognition |
|
|
Syntactic Pattern Recognition |
|
|
Subspace Methods of Pattern Recognition |
|
|
Pattern Recognition: Human and Mechanical |
|
|
Algorithms for Clustering Data (Download the book) |
|
|
Pattern Recognition: Statistic, Structural and Neural Approaches |
| Jan 13 | Introduction to Pattern Recognition (Ch 1) Statistical Pattern Recognition: A Review Slides of Dr. Jain's lecture: Pattern Recognition. HW1 assigned |
| Jan 15, 20, 22, 27 | Statistical Decision Theory (Ch 2)
Jan 20: HW2 assigned; HW1 due |
| Jan 29 | Statistical Decision Theory (Ch 2)
Notes on Neyman-Pearson decision rule Notes on error rate of a linear discriminant function |
| Feb 3, 5 | Parameter Estimation (Ch 3)
Bayes Estimator for multivariate Gaussian density with unknown covariance matrices Bayes Estimator under quadratic loss Feb 3: HW3 assigned; HW2 due |
| Feb 10, 12 | Parameter Estimation (Ch 3)
An Introduction to Expectation Maximization (EM) Algorithm |
| Feb 17 | Curse of Dimensionality (Ch 3) A Problem of Dimensionality: A Simple Example Feb 17: HW4 assigned; HW3 due |
| Feb 19 | Component analysis and Discriminants (Ch 3)
Principle Component Analysis (PCA) Principal component analysis for face Recognition. |
| Feb 24 | Nonparametric Techniques (Ch 4) |
| Feb 26 | Mid Term Exam [Mid Term Solutions] |
|---|---|
| Mar 3, 5 |
Non-parametric Techniques (Ch 4) A Branch and Bound Algorithm for Computing k-Nearest Neighbors Mar 3: HW5 assigned; HW4 due Mar 5: Project Proposal Due (2 pages) |
| Mar 10, 12 | SPRING BREAK |
| Mar 17, 19 | Linear Discriminant functions (Ch 5)
Mar 17: HW6 assigned; HW5 due |
| Mar 24 | Decision Trees (Ch 8)
Hierarchical Classifier Design Using Mutual Information Sethi and Sarvarayudu |
| Mar 26, 31 | Neural Networks (Ch 6)
A note on comparing classifiers A Tutorial on Artificial Neural Networks Performance evaluation of pattern classifiers for handwritten character recognition Mar 31: HW7 assigned; HW6 due |
| Apr 2, Apr 7 | Error Rate Estimation, Bagging, Boosting (Ch 9) |
| Apr 9 | Classifier Combination (Ch 9)
Combination of Multiple Classifiers Using Local Accuracy Estimates by Woods, Kegelmeyer and Bowyer Handwriting digits recognition by combining classifiers by van Breukelen, Duin, Tax and den Hartog |
| Apr 14 | Feature Selection Branch and Bound Algorithm for Feature Subset Selection by Narendra and Fukunaga Feature Selection : Evaluation, Application, and Small Sample Performance by Jain and Zongker |
| Apr 16, 21, 23 | Unsupervised Learning, Clustering, and Multidimensional Scaling (Ch 10)
Apr 14: HW7 due
Introduction to clustering
Graph Theoretical Methods for Detecting and Describing Gestalt Clusters by C. Zahn
|
| Apr 28 | Semi-supervised learning by Xiaojin Zhu
BoostCluster by Liu, Jin and Jain Constrained K-means Clustering with Background Knowledge by Wagstaff et al. Semi-supervised clustering by seeding by Basu et al. |
| Apr 30 | Review
Final Project Presentation |
| May 1 |
Final Project Report Due |
| May 5 | FINAL EXAM, 10 am - 12 noon, 3400 EB |
Both the exams will be closed book. Makeup exams will be given ONLY if properly justified. Homeworks must be turned in the class on the date they are due. Late homeworks will not be accepted.
Please refer to MSU's policy on the Integrity of Scholarship. All homework solutions must reflect your own work. Failure to do so will result in a grade of 0 in the course.
The project will involve solving the following task:
The project report should clearly explain the objective of the study, some background work on this problem, difficulty of the classification task, choice of representation, choice of classifiers, combination strategies, error rate estimation, etc. For most of the classifiers, e.g., support vector machines and neural networks, software packages are available in the public domain. Feel free to use them. Emphasis of the project is to solve a practical and interesting pattern recognition problem using the tools that you have learnt in this course and evaluation of your performance compared to the state-of-the-art. Use the projection algorithms to display 2- and 3-dimensional representations of the multidimensional data.
Some tips for your project
Some guidelines for writing the report:
Related Publications (MSU Access is provided for the non-public domain articles; click on the links to be routed through magic.msu.edu)
Compliation of some of the existing results on MNIST database: