This is an old revision of the document!
Project
Project Workflow
Each team will:
Implement their chosen project idea, building a model or system that addresses a specific medical data science problem.
Evaluate their approach using appropriate metrics (accuracy, precision, recall, etc.), and compare results to existing state-of-the-art methods.
Document their progress and findings in both a formal report and presentation.
Milestones and Deliverables
2. Milestone 2 (M2) - Dataset Collection and Baseline Results (1 point)
3. Milestone 3 (M3) - Own Contribution (1 point)
4. Milestone 4 (M4) - Project Report (1 point)
5. Milestone 5 (M5) - Project Presentation (percentage-based grading)
Grading System
Project Ideas
1. Bad Posture Detection
Objective: Detect posture abnormalities from videos or images and suggest exercises to correct them.
Potential Contribution: Develop a system using deep learning (e.g., CNNs or pose estimation algorithms like OpenPose) to detect poor posture.
-
2. Smoker Detection
Objective: Identify whether a person is a smoker based on lung capacity, voice analysis, or X-ray images.
Potential Contribution: Use CNNs for X-ray image analysis or apply audio signal processing methods to detect smoking patterns from voice recordings.
Dataset: Gather data from publicly available voice or medical image datasets.
Note: Each of the modalities (audio, video, image) chosen, or their combination may result in a different project, without much overlap.
3. Retinal Lesion Detection
Objective: Detect retinal lesions from medical images, aiding early diagnosis of conditions like diabetic retinopathy.
Potential Contribution: Develop a novel segmentation or classification approach using CNNs or U-Net models.
-
4. Fracture Detection in X-rays
Objective: Develop a model that identifies fractures in X-ray images, which could help radiologists in making faster diagnoses.
Potential Contribution: Train a CNN or use a pre-trained model (e.g., ResNet) to classify fracture types.
Proposed Datasets: MURA, RSNA etc.
5. Diabetes Detection
Objective: Predict whether a patient has diabetes based on features like blood glucose levels and other health indicators.
Potential Contribution: Compare various machine learning techniques (e.g., logistic regression, decision trees, or neural networks).
-
6. Heart Disease Prediction
Objective: Predict the likelihood of heart disease based on patient medical data.
Potential Contribution: Apply feature engineering and machine learning models (random forests, logistic regression) to improve prediction accuracy.
Proposed Dataset: UCI Heart Disease dataset.
7. COVID-19 Severity Prediction
Objective: Predict the severity of COVID-19 cases using patient data such as demographics, clinical tests, and symptoms.
Potential Contribution: Use gradient boosting, random forests, or deep learning to predict hospitalization risk.
Proposed Dataset: Gather publicly available COVID-19 datasets (e.g., from Kaggle).
8. Alzheimer’s Disease Progression Prediction
Objective: Predict the progression of Alzheimer’s disease using imaging (e.g., MRI) or genetic data.
Potential Contribution: Train deep learning models (e.g., 3D CNNs) to predict cognitive decline.
-
9. Seizure Detection from EEG Data
10. Your own project