Skip to content

This repo contains code for my ISEF 2022 project surrounding Automated Brain Tumor Classification with CNNs.

Notifications You must be signed in to change notification settings

AdamRolander/ISEF-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyzing the Effects of Non-Generative Augmentation on Automated Classification of Brain Tumors (ISEF-2022)

Abstract

Due to the devastating effects that brain tumors have on the body, early classification is crucial in reducing cancer mortality, improving quality of life, and developing a treatment plan. Although biopsies are often used for diagnosis, brain tumors can be classified using techniques like MRI, a process that can be automated. In this study, I developed a Convolutional Neural Network (CNN) model to classify four classes of brain tumors – gliomas, meningiomas, pituitary tumors, and no tumors. I then observed how different methods of data augmentation affected my model’s capabilities when used individually and in combination with each other. This study sought to discover which method of augmentation was most effective at doing so. I tested several of the most commonly used methods of augmentation, including horizontal and vertical translations, reflections, rotations, and zooming, in different combinations over six trials. In doing so, I found that the model using no augmentation obtained a classification accuracy of 93.02%. The most successful trial, however, utilized random horizontal and vertical translations, which resulted in a classification accuracy of 95.80%. These results demonstrate the efficacy of augmentation in improving CNN models and show that translations were most successful at improving my model.

Read the Rest of the Paper Here:

https://nhsjs.com/2023/analyzing-the-effects-of-non-generative-augmentation-on-automated-classification-of-brain-tumors/

Outcomes and Awards!

  • Intermountain Junior Sciences and Humanities Symposium
    • Regional Finalist
  • Denver Metro Regional Science and Engineering Fair
    • 1st Place Computer Science & Math Division
    • 2nd Place Overall
  • Colorado Science and Engineering Fair
    • 2nd Place Overall
    • National Security Agency Research Directorate's Award - $500
  • International Science and Engineering Fair
    • Finalist Standing
  • Published in National High School Journal of Science

About

This repo contains code for my ISEF 2022 project surrounding Automated Brain Tumor Classification with CNNs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published