Skip to main content
This project is due on Wednesday, April 1, 2026 before 11:59PM.

Overview

The midterm project is your first opportunity to apply deep learning to a medical imaging problem end-to-end. You’ll work on a self-selected project from the approved options below, building on skills from Modules 1-5.

Deliverables:

  1. Working code (Jupyter notebook or Python script)
  2. Mini field guide (2-3 pages)
  3. Brief presentation (5-7 minutes)

Project Options

Choose ONE of the following tracks:

Option A: Chest X-Ray Classification

Task: Build a classifier to detect one or more conditions from chest X-rays.

Suggested Datasets:

Minimum Requirements:


Option B: Medical Image Segmentation

Task: Segment anatomical structures or lesions from medical images.

Suggested Datasets:

Minimum Requirements:


Option C: Retinal Image Analysis

Task: Classify diabetic retinopathy severity or detect other retinal conditions.

Suggested Datasets:

Minimum Requirements:


Option D: Your Own Project (Requires Approval)

Have a different medical imaging project in mind? Propose it!

To get approval:

  1. Email the instructor by March 20 with:
    • Dataset description and access plan
    • Clinical problem and why it matters
    • Proposed approach
  2. Wait for approval before starting

Requirements

Code (50 points)

Component Points
Data loading and preprocessing 10
Model architecture (appropriate for task) 10
Training pipeline (loss, optimizer, logging) 10
Evaluation metrics (appropriate for task) 10
Code quality (readable, documented) 10

Mini Field Guide (35 points)

Write a 2-3 page document covering:

Section Points
Problem Statement — What clinical problem does this address? 5
Data Description — What data did you use? Limitations? 5
Methods — What approach did you take and why? 10
Results — Key performance metrics with interpretation 10
Limitations & Next Steps — What would you do differently? 5

Presentation (15 points)

5-7 minute presentation covering:

Presentations will be during class on April 1.


Submission

Submit via GitHub (link TBD):

  1. code/ — Your notebooks and/or scripts
  2. field_guide.pdf — Your mini field guide
  3. slides.pdf — Presentation slides
  4. README.md — How to run your code

Timeline

Date Milestone
Mar 18 Project released, choose your track
Mar 20 Deadline for custom project proposals
Mar 25 Recommended: Data loaded, baseline running
Mar 31 In-class work session
Apr 1 Presentations in class
Apr 1 Code + Field Guide due by 11:59 PM

Tips


Grading Rubric Summary

Component Points
Code 50
Mini Field Guide 35
Presentation 15
Total 100

Resources