Algorithms for Medical Image Processing

I teach the course of Algorithms for Medical Image Processing (CS 4487a/9587a) in the autumn semester of 2010, for senior undergraduates and graduates in University of Western Ontario. This course was originally developped by Prof. Yuri Boykov.

Course Description

This course has two components. On the one hand, it is an introduction to digital image analysis presenting selected fundamental problems in medical image analysis, computer vision, photo/video editing, and graphics. We cover such basic concepts as image segmentation, registration, object recognition/matching, tracking, texture, etc. On the other hand, this is an applied course on standard computer science algorithms where students develop practical understanding of dynamic programming, graph based algorithms, computational geometry methods, etc. In fact, image analysis provides a stimulating environment for studying algorithms as their outputs can be intuitively visualized. Students with previous background in algorithms will be exposed to applications in image analysis, while students already familiar with problems in imaging will learn efficient methods based on standard CS algorithms. The course emphasizes the design, analysis, and implementation of algorithms in the context of 2D/3D medical images, photo and video data.

Prerequisites

Note: Students are responsible for ensuring that they have either the prerequisites for this course, or written special permission from their Dean to enrol in. If a student does not have the course prerequisites, and has not been granted a special permission to take the course by the department, it is his/her best interest to drop the course well before the end of the add/drop period. If a student is not eligible for a course, he/she may be removed from it at any time, and will receive no adjustment to his/her fees. These decisions can not be appealed. Lack of prerequisites may not be used as the basis of appeal.

Course Topics

This course presents applications in image analysis for standard Computer Science algorithms such as dynamic programming (DP), minimum-spanning trees, shortest paths, graph cuts, minimum ratio cycle, and some methods from computational geometry. Despite its strong emphasis on discrete algorithms, the course is structured around image analysis problems. Some of the studied algorithms appear in a number of different imaging applications giving an opportunity to study them from several view points. A brief description of course content is given below.

Instructors / TAs

Lectures: 

Office:

Hours:

Jing Yuan <cn.yuanjing@gmail.com>

Middlesex 27a or Western Science 106

TBA

Best way to contact me: If you have a question and need to contact me, best way to do so is after class or during my office hours. You may contact me by email, but do not expect an answer within 2 minutes. I may be able to answer quickly, or it may take me a few days. For questions requiring detailed explanations (like "I didn't get that concept, can you go over it again?"), I might ask you to come to talk to me during my office hours. If scheduled office hours are not convenient, please make an appointment.

If you e-mail anyone, please include "CS 4487a" in the subject line. Otherwise your email is likely to get filtered out.

Lectures – 3 hours per week

Location: 

Monday   9:30am–11:30am

Thursday  9:30am–10:30am

 MC 316

 MC 316

Computing Facilities

Each student can get an account on the Computer Science Department senior undergraduate computing facility, GAUL. In accepting the GAUL account, a student agrees to abide by the department's Policies and Procedures .

Textbooks & Reading Notes

The required textbook for this course is

Please note that the latest 3rd edition of the book significantly extends the earlier 2nd edition, which is not acceptable. Students can also supplement their lecture notes with readings from recommended books on image analysis and texts on standard algorithms of Computer Science given below. You will be referred to specific relevant sections of these books in class. Additional supplementary materials from scientific journals/conferences and various internet resources will also be provided on the course's web page. Some sections will be recommended from the following two books:

Students (mainly non-CS major) with limited experience in C++ and/or data structures may also find very useful the following book as an additional reference:

A lot of the material in the lectures will be presented from slides, yet some material will be presented on a blackboard. All slides can be found on the course's website.

Lecture Notes