0% found this document useful (0 votes)
69 views24 pages

1 Introduction

This course provides an introduction to medical image analysis. The course objectives are to provide students with basic concepts and computational methods for medical image analysis. By the end of the course, students will have an understanding of medical imaging modalities, applications and challenges of medical image analysis, traditional image processing techniques, and deep learning methods. The course covers topics such as image enhancement, segmentation, representation, and classification through lectures and homework assignments.

Uploaded by

Linyi Ly
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views24 pages

1 Introduction

This course provides an introduction to medical image analysis. The course objectives are to provide students with basic concepts and computational methods for medical image analysis. By the end of the course, students will have an understanding of medical imaging modalities, applications and challenges of medical image analysis, traditional image processing techniques, and deep learning methods. The course covers topics such as image enhancement, segmentation, representation, and classification through lectures and homework assignments.

Uploaded by

Linyi Ly
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 24

COMP 448/548: Medical Image Analysis

Introduction
Çiğdem Gündüz Demir
[email protected]
Recording disclaimer
The synchronous sessions are recorded (audiovisual recordings). The sole authority as regards the recording
process belongs to Koç University. Koç University students can attend the synchronous sessions regardless
of their course enrollment. The students are not required to keep their cameras on during class.

The audiovisual recordings, presentations, readings, and any other works offered as the course materials
aim to support remote and online learning. They are only for the personal use of the students enrolled in
the relevant course. Further use of course materials other than the personal and educational purposes as
defined in this disclaimer, such as making copies, reproductions, replications, submission, and sharing on
different platforms including the digital ones or commercial usages are strictly prohibited and illegal.

The persons violating the above-mentioned prohibitions can be subject to the administrative, civil, and
criminal sanctions under the Law on Higher Education Nr. 2547, the By-Law on Disciplinary Matters of
Higher Education Students, the Law on Intellectual Property Nr. 5846, the Criminal Law Nr. 5237, the Law on
Obligations Nr. 6098, and any other relevant legislation.

The academic expressions, views, and discussions in the course materials including the audio-visual
recordings fall within the scope of the freedom of science and art.”

2
Outline for today
§ Lecture 1: Introduction
§ Course outline
§ Course details
§ Coursework
Course objectives
§ Today, imaging systems are
extensively used in medicine MR scan showing
tumor in brain
SPECT-CT bone scan
showing joint inflammation
Fundus photography for
diabetic retinopathy diagnosis

and biology research FISH to


determine HER2
§ Their primary use is to protein status in
breast cancer

visualize human body at


different levels Skin photography
for melanoma
Corneal in vivo confocal
microscope photography of
screening endothelial cells for diagnosis
§ Images are visually analyzed
by clinicians/biologists to
make decisions
§ These analyses rely on visual
interpretations/judgments Micrograph of HE
stained biopsy for colon
Micrograph of
peripheral blood smear
Micrograph of IHC stained biopsy
to localize tumor buddings, a
adenocarcinoma grading for leukemia diagnosis prognostic indicator for cancer
Then, why do we need computers?
1. Some tasks are time-consuming Find the ratio of
senescent cells in this
Count endothelial micrograph belonging
cells in this to an in vitro
corneal in vivo experiment
confocal
micrography

Localize tumor buddings Do more …


Keep doing …
Then, why do we need computers?
2. There are too many cases, but limited manpower
Analyze many X-ray and CT images to diagnose covid-19 infected patients
Then, why do we need computers?
3. There may be variations in image interpretations among different clinicians
(inter-observer variability)
Which ones do you
call chair and which
ones armchair?
Then, why do we need computers?
3. There may be variations in image interpretations among different clinicians
(inter-observer variability)
Which ones do you
call chair and which
ones armchair?

4. Moreover, interpretations rely on qualitative visual analyses, but no


quantitative metrics, which may make consistent decision-making difficult
(intra-observer variability)
What are the colors of
the circles?
White, light-gray or
dark-gray?
Then, why do we need computers?
3. There may be variations in image interpretations among different clinicians
(inter-observer variability)
4. Moreover, interpretations rely on qualitative visual analyses, but no
quantitative metrics, which may make consistent decision-making difficult
(intra-observer variability)
Now grade cancer in tissues below based on the degree of their deformations.
This is how a normal colon Low-grade or high-grade?
tissue looks like
Then, why do we need computers?
1. Some tasks are time-consuming
2. There are too many cases, but limited manpower
3. There may be variations in image interpretations among different clinicians
(inter-observer variability)
4. Moreover, interpretations rely on qualitative visual analyses, but no
quantitative metrics, which may make consistent decision-making difficult
(intra-observer variability)

Thus, there is need for (semi)automated systems for medical image


analysis as they facilitate rapid analyses with better reproducibility
Computational analysis tools
§ The goal is to go from medical images to understanding

Diagnosis

Screening

Treatment planning

Prognosis
Computational analysis tools
§ The goal is to go from medical images to understanding
for different medical imaging modalities
§ Pathology
§ Radiology
§ Nuclear medicine
§ Ophthalmology Lecture 2:
Imaging modalities
§ Dermatology
§ Microscopy
§ …
Computational analysis tools
§ For computers to understand images, they must
§ Represent an image with mathematical features and
§ Use these features in the design of their algorithms Rest of the lectures:
Computer vision & Computational
Handcrafted feature
extraction
machine learning techniques for
algorithms
Input image Output/result
feature extraction
Deep learning aims to learn features directly on image data and algorithm design

§ Most commonly studied algorithms are for


segmentation and classification
Lecture 3:
§ However, feature extraction and algorithm design Design pipeline
might be, indeed most of the time are, challenging and challenges
Course objective and outcomes
§ The objective of this course is to provide you with the basic
concepts and computational and mathematical methods in
medical image analysis

§ By the end of this course, you will be equipped with:


§ Basic understanding of medical imaging modalities
§ Familiarity with medical image analysis applications and their challenges
§ Traditional image processing techniques for medical image analysis, and
§ Deep learning for medical image analysis
Course outline
Week Subject Homework
1 Introduction, an overview of imaging modalities
An overview of applications and challenges in medical image analysis,
2-3
filters for medical image enhancement
Medical image segmentation (region-based segmentation, edge-based segmentation,
4-5-6 thresholding, clustering, texture analysis, distance transforms, mathematical morphology,
segmentation evaluation, case study on cell segmentation in microscopy images)
Medical image representation (feature extraction for medical images, morphological
7 HW1 out
features, textural features, structural features)
Medical image classification (basics of classifiers, basics of artificial neural networks,
8-9 HW2 out
classifier evaluation)
Deep learning (basics of convolutional neural networks, convolutional neural networks for
10
medical image classification)
Deep learning (fully convolutional networks for semantic segmentation in biopsy images,
11-12 3D fully convolutional networks for tumor/organ segmentation in CT images, multi-task HW3 out
fully convolutional networks for instance segmentation in microscopy images)
Deep learning (generative adversarial networks for medical image synthesis,
13
reconstruction and artifact correction in MR images)
14 Deep learning (multiple-instance learning for medical image analysis)
Course Details
§ Instructor : Çiğdem Gündüz Demir
ENG 108A
[email protected]
Office hours: through Zoom, by appointment

§ TA : Seher Özçelik
[email protected]
Office hours: through Zoom, by appointment

§ Lectures : MoWe 10:00AM – 11:10AM

§ Textbook : No required textbook


Course slides and extra material will be available
Prerequisites
§ Basic background in calculus, probability, and linear algebra
§ Programming ability with any programming language
§ Basic knowledge of Python would be helpful

§ No knowledge of computer vision and machine learning is necessary


Coursework
Homework assignments and late policy
§ Homework assignments will be posted on the course website
§ This will be small programming assignments that help you
understand how you can apply the methods that you will learn
in class to real-world applications
§ For the late assignments, 10 percent of the grade will be
deducted per day after the assignment’s due date
§ You may work individually or in a group of two
Coursework
Survey
§ You will work in a group of two
§ Each group will prepare a survey on the topic of their interest
(of course related to medical image analysis) by
§ Reading at least 8-10 scientific papers and
§ Writing a short report (maximum of 3 pages including citations)
Coursework
In your survey report,
§ Give the problem/topic definition
§ Discuss the motivation behind the studies working on this problem/topic (just try to
answer the question of "why have all these studies worked on this problem? is it really
important?"), and then explain the studies
§ While explaining the studies, do NOT list the studies and do NOT explain them one by
one. Instead, understand the contribution and methodology of each study, try to group
the studies according to their contributions and methodologies, and then explain/discuss
the studies as groups (like writing a good introduction section to a scientific paper)
§ The quality of the survey as well as those of the selected papers will affect your grade
(select good papers published in prestigious conferences and journals)
§ Additionally, the format, structure, and writing style of your report (including writing the
citations properly) will be a part of your grade
Coursework
Project
§ You will also work in a group of two, preferably with the same group-mate
§ Each group is expected to select a publicly available medical image dataset
and to apply the methods discussed in class for solving the problem defined
on the selected dataset
§ Check https://grand-challenge.org
§ There are more publicly available datasets, search for one you will be interested in

§ Quality of your selection and the methods applied will affect your grade
§ At the end of the semester, as a group, you will write a report
(maximum of 5 pages)
Coursework
In your project report,
§ Give the details of your selected dataset and the problem defined on this
dataset
§ Explain the methods that you will have applied together with the
experimental results you will have obtained using these methods
§ Discuss and interpret these results, explaining the advantages and limitations
of these methods on your selected dataset
§ The content of your report as well as its format, structure, and writing style
will affect your grade
Grading Policy
§ Homework: 30% (3 homework assignments), individually or in a group of two
§ Survey: 20%, working in a group of two
§ Term project: 20%, working in a group of two
§ Final: 30%, individually

Due to the YÖK (Higher Education Council) regulations, I am taking attendance


but will not use in grading

Academic Integrity: This course follows the Koç University Policy on Academic
Integrity and the Rules and Regulations of the Higher Education Council.
Violations of these rules in the exam, survey, project or homework assignments
will be punished subject to these policies.
Thank you!

Next lecture:
An overview of imaging modalities

You might also like