Simple Alzheimer's Disease CNN Model - DL4H Final Project#1113
Open
jsmutum2 wants to merge 1 commit intosunlabuiuc:masterfrom
Open
Simple Alzheimer's Disease CNN Model - DL4H Final Project#1113jsmutum2 wants to merge 1 commit intosunlabuiuc:masterfrom
jsmutum2 wants to merge 1 commit intosunlabuiuc:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributor: Jay Mutum (jsmutum2@illinois.edu)
NetID: jsmutum2
Contribution Type: Model
Paper: Bruningk et al., "Back to the Basics with Inclusion of Clinical
Domain Knowledge — A Simple, Scalable and Effective Model of Alzheimer's
Disease Classification".
https://proceedings.mlr.press/v149/bruningk21a.html
Description
Adds SimpleADCNN, a model reproduction of the simple Alzheimer's Disease CNN
described in the paper. Implements Conv3d -> BatchNorm3d -> ReLU ->
Dropout blocks as in the paper. This is followed by two dense layers.
Checks input validity with tests, as well as construction,
forward pass, etc. For ablation, tests varying configurations
and modifications to the models in the paper on synthetic data.
Because the ADNI dataset used in the paper was not available
(researchers only) synthetic data was used to test that the model
constructed and ran correctly.
The model in the paper is simple, less space intensive, and more
easily interpretable by healthcare professionals.
Files to Review: