Personnel
Instructor: | Selim Aksoy |
---|---|
Office: | EA 423 |
Email: |
Course Information
Schedule: | Tue 8:40-10:30, Thu 9:40-10:30 (EA 502) |
---|---|
Office hours: | Fri 10:40-12:00 |
Mailing list: | http://retina.cs.bilkent.edu.tr/mailman/listinfo/cs551-spring2007 |
Prerequisites: | Probability theory, statistics, linear algebra |
Texts
- R. O. Duda, P. E. Hart, D. G. Stork, Pattern Classification, 2nd edition, John Wiley & Sons, Inc., 2000. (required)
- A. Webb, Statistical Pattern Recognition, 2nd edition, John Wiley & Sons, Inc., 2002.
- C. M. Bishop, Pattern Recognition and Machine Learning, Springer, 2006.
- T. Hastie, R. Tibshirani, J. Friedman, The Elements of Statistical Learning, Springer, 2003.
- K. Fukunaga, Introduction to Statistical Pattern Recognition, Academic Press, 1990.
- R. Schalkoff, Pattern Recognition: Statistical, Structural and Neural Approaches, John Wiley & Sons, Inc., 1992.
- A. K. Jain, R. C. Dubes, Algorithms for Clustering Data, Prentice Hall, 1988.
Lecture Schedule
Chapters |
Contents |
---|---|
Introduction to Pattern Recognition[ Slides ] (Jan 30, Feb 1) |
Topics:
Readings:
References:
|
Bayesian Decision Theory[ Slides ] (Feb 6, 8, 13) |
Topics:
Readings:
|
Parametric Models[ Slides: Part 1 | Part 2 | Part 3 | Part 4 ] (Feb 15, 20, 22, 27, Mar 6, 8, 13) |
Topics:
Readings:
References:
|
Non-parametric Methods[ Slides ] (Mar 15, 20) |
Topics:
Readings:
|
Feature Reduction and Selection[ Slides ] (Mar 22) |
Topics:
Readings:
References:
|
Non-Bayesian Classifiers[ Slides: Part 1 | Part 2 | Part 3 ] (Mar 27, 29, Apr 3, 5) |
Topics:
Readings:
References:
|
Spring Break(Apr 9-13) |
No class |
Unsupervised Learning and Clustering[ Slides ] (Apr 17, 19, 24) |
Topics:
Readings:
References:
|
Algorithm-Independent Learning Issues[ Slides ] (Apr 26, May 1) |
Topics:
Readings:
References:
|
Structural and Syntactic Pattern Recognition[ Slides ] (May 3, 8, 10) |
Topics:
Readings:
References:
|
Assignments
- Homework assignment 1 (Due: March 8, 2007 as hardcopy in the class)
- Homework assignment 2 (Due: April 6, 2007 as online submission)
- Homework assignment 3 (Due: May 20, 2007 as online submission)
Late submission policy: Unless you make prior arrangements with me (before the due date), no late homework will be accepted.
Project
The purpose of the project is to enable the students to get some hands-on experience in the design, implementation and evaluation of pattern recognition algorithms by applying them to real-world problems. The objective is to try multiple algorithms for different steps of the design cycle such as feature extraction and selection, model learning and estimation, classification and evaluation, to get as high an accuracy as possible on the selected datasets.
You can use your own data from your thesis research, select datasets from the list of data resources below, or contact the instructor for data from ongoing research on multimedia analysis (including image, video, audio and text data) or image classification. In any case, you should get prior approval before starting your project.
You are free to use any programming language but Matlab is strongly recommended because it is very convenient for prototyping and has many tools available for pattern recognition. You can write the codes yourself or use any code that is available in the public domain. In case you use somebody else's code, you are required to properly cite its source and know the details of the algorithms that the code implements.
You are required to work as a group, and submit a project proposal, an interim progress report, a final report written in a conference paper format, and make a presentation during the finals week. Tentative schedule of the project is as follows:
- Project proposal (due April 3, 2007): Submit a 1-2 page proposal that describes the problem you would like to tackle, objective of the study, proposed algorithms, hardware/software tools and data that you plan to utilize, and evaluation strategies that you plan to use. Also provide a short list of related references.
- Interim progress report (due May 7, 2007): Submit a report that describes your progress with the project and your plans for the rest of the semester.
- Final report (due May 23, 2007): Submit a readable and well-organized report that provides proper motivation for the task, proper citation and discussion of related literature, proper explanation of the details of the approach and implementation strategies, proper performance evaluation, and detailed discussion of the results. Highlight your contributions and conclusions. Also submit well-documented software with your report.
- Presentation (due May 24, 2007): Make a ~10 minute presentation of your work to the class. Each team member should also provide a written description of her/his own contributions to the project.
All reports and software can be submitted using the online form.
Final report guidelines:
- Follow IEEE two-column format as shown in the example and the format definition table and glossary.
- The page limit is 6 pages.
- The report should not have any page numbers, headers or footers.
- You can use IEEE's LaTeX template or Word template. (LaTeX users: Be sure to use the template's conference mode.)
- PDF submission is recommended.
# | Projects | Members |
---|---|---|
1 | Recognition of TCP traffic anomalies | Caglar Arslan, Osman Pamuk |
2 | Writer identification using handwritten text | H. Hakan Ari, Barkin Basarankut |
3 | Authorship attribution | Ilker Nadi Bozkurt, Erkan Uyar, Ozgur Baglioglu |
4 | Hand-gesture recognition | Muzaffer Akbay, Kardelen Hatun, Omer Sezgin Ugurlu |
5 | Cost sensitive feature selection and classification | Mumin Cebe, Cihan Ozturk |
6 | Building recognition from aerial images using Bayesian belief networks | Melih Kandemir, Alexander Suhre, A. Burak Tosun |
7 | Landmark identification and detection for SLAM algorithm in UAVs | Akin Avci, Mehmet Kok, S. Tuncer Erdogan |
8 | Automatic summary extraction from text documents using support vector machines | Nagehan Pala |
9 | Motion annotation | Selen Pehlivan |
10 | License plate detection on images | Suleyman Kardas |
11 | Classification of characters in Ottoman script | Berk Berker, Emine Busra Celikkaya, Ismet Zeki Yalniz |
Grading Policy
Homework and quiz: | 55% |
Term project: | 40% |
Class participation: | 5% |
Related Links
- Previous semesters for CS 551
- Duda, Hart, Stork book
- Book's website
- Make sure you check the errata for the particular printing you have.
- Webb book
- Bishop book
- Hastie, Tibshirani, Friedman book
- Software resources
- PRTools by the Delft Pattern Recognition Group (in Matlab) (local copy)
- Netlab Neural Network Software (in Matlab) (local copy of software and its documentation)
- Weka Data Mining Software (in Java)
- Bayes Net Toolbox (in Matlab)
- Hidden Markov Model Toolbox (in Matlab)
- SVMlight - SVM training package (in C)
- Sequential Minimal Optimization algorithm for SVM training
- LIBSVM - A Library for SVM (in C++ and Java, with interfaces for additional languages)
- Numerical Recipes (in C)
- Software resources from Pattern Recognition Information web site
- Software resources from Kevin Murphy's web site
- Software resources from Kernel Machines web site
- Software resources from Kernel Methods web site
- Software resources from American Association for Artificial Intelligence web site
- StatLib
- Mathtools.net Technical Computing (in Matlab, C/C++, Java)
- Matlab tutorials
- Data resources
- Pattern recognition related archives
- Computer vision test images
- UCI Machine Learning Repository
- Labeled databases for object detection
- Image database from the University of Washington
- Texture database from the University of Oulu
- Document database from the University of Oulu
- Other databases from the University of Oulu
- Image databases from CMU Vision and Autonomous Systems Center
- Various other datasets from the University of Washington
- Face databases from CMU
- Face databases from MIT
- Another page for face databases
- MNIST Database of handwritten digits
- Shape database from Brown University
- Reuters-21578 Text Categorization Collection
- NIST Scientific and Technical Databases
- RISC: Repository of Information on Semi-supervised Clustering
- Others
- Pattern Recognition Information
- International Association for Pattern Recognition (IAPR)
- IEEE Computer Society Technical Committee on Pattern Analysis and Machine Intelligence (PAMI)
- IAPR Technical Committee 1 on Statistical Techniques in Pattern Recognition
- IAPR Technical Committee 2 on Structural and Syntactical Pattern Recognition
- MathWorld (an online encyclopedia of mathematical resources)
- International Society for Bayesian Analysis
- Statistical Learning/Pattern Recognition Glossary
- Statistical Data Mining Tutorials
- Kernel Machines
- Learning with Kernels
- Engineering Statistics Handbook
- Introductory Statistics: Concepts, Models, and Applications
- The Probability Web