Skip to main content
QUICK REVIEW

[논문 리뷰] The effect of data augmentation and 3D-CNN depth on Alzheimer's Disease detection

Rosanna Turrisi, Alessandro Verri|arXiv (Cornell University)|2023. 09. 13.
Medical Imaging and AnalysisEngineering인용 수 3
한 줄 요약

이 연구는 ADNI 데이터셋의 MRI 스캔을 사용하여 알츠하이머병(AD) 진단에서 데이터 증강 및 3D-CNN 깊이의 영향을 조사한다. k-폴드 교차검증, 다수의 학습 시도 및 철저한 실험 설계를 통해 저자들은 별도로 적용된 애핀 변환(전략 B)과 8개의 합성곱 레이어를 가진 모델이 테스트 세트에서 최고의 정확도(81.95%)를 기록함을 보여주며, 증강 및 깊이 선택에 따라 성능이 최대 10%까지 변동됨을 확인한다.

ABSTRACT

Machine Learning (ML) has emerged as a promising approach in healthcare, outperforming traditional statistical techniques. However, to establish ML as a reliable tool in clinical practice, adherence to best practices regarding data handling, experimental design, and model evaluation is crucial. This work summarizes and strictly observes such practices to ensure reproducible and reliable ML. Specifically, we focus on Alzheimer's Disease (AD) detection, which serves as a paradigmatic example of challenging problem in healthcare. We investigate the impact of different data augmentation techniques and model complexity on the overall performance. We consider MRI data from ADNI dataset to address a classification problem employing 3D Convolutional Neural Network (CNN). The experiments are designed to compensate for data scarcity and initial random parameters by utilizing cross-validation and multiple training trials. Within this framework, we train 15 predictive models, considering three different data augmentation strategies and five distinct 3D CNN architectures, each varying in the number of convolutional layers. Specifically, the augmentation strategies are based on affine transformations, such as zoom, shift, and rotation, applied concurrently or separately. The combined effect of data augmentation and model complexity leads to a variation in prediction performance up to 10% of accuracy. When affine transformation are applied separately, the model is more accurate, independently from the adopted architecture. For all strategies, the model accuracy followed a concave behavior at increasing number of convolutional layers, peaking at an intermediate value of layers. The best model (8 CL, (B)) is the most stable across cross-validation folds and training trials, reaching excellent performance both on the testing set and on an external test set.

연구 동기 및 목표

  • 다양한 데이터 증강 전략이 3D-CNN 성능에 미치는 영향을 알츠하이머병 진단에서 평가하기 위해.
  • 모델 깊이(합성곱 레이어 수)가 분류 정확도 및 일반화 능력에 미치는 영향을 조사하기 위해.
  • 교차검증 및 다수의 학습 시도와 같은 철저한 실험 기법을 통해 재현 가능성과 강건성을 확보하기 위해.
  • 특히 도메인 이탈(예: 3T 대비 1.5T MRI 스캔) 상황에서 외부 데이터에 대한 모델 일반화 능력을 테스트하기 위해.
  • 딥 러닝을 활용한 AD 진단 분야에서의 벤치마킹을 위해 공개 가능하고 재현 가능한 파이프라인을 제공하기 위해.

제안 방법

  • 이진 분류를 위해 ADNI 데이터셋의 1.5T T1-강조 MRI 스캔을 사용하여 알츠하이머병(AD) 환자와 인지적으로 정상(CN)인 환자 간의 분류를 수행하였다.
  • 모델 복잡도의 영향을 평가하기 위해 깊이가 다른 3D-합성곱 신경망(3D-CNNs, 4~12층)을 사용하였다.
  • 세 가지 데이터 증강 전략을 적용하였다: (A) 증강 없음, (B) 별도로 적용된 애핀 변환(확대, 이동, 회전), (C) 모든 변환을 동시에 적용.
  • 다섯 개의 네트워크 깊이와 세 가지 증강 전략을 조합하여 총 15개의 별도된 모델을 구축하였으며, k-폴드 교차검증 및 다수의 무작위 가중치 초기화를 통해 학습을 수행하였다.
  • 정확도, 각 폴드 및 시도 간 표준편차를 사용하여 모델 성능을 평가하였으며, 외부 3T MRI 테스트 세트에서 일반화 능력을 테스트하였다.
  • 코드 버전 관리, 데이터 분할 공개, 선택된 샘플 목록의 공개를 통해 재현 가능성을 확보하였다.
Figure 1: MRI collection in ADNI dataset. Schema representing ADNI phases (ADNI1, ADNI GO, ADNI2, ADNI3). Different phases include a variable proportion of subjects: circles represent CN subjects, triangles represent Mild Cognitive Impaired (MCI), early MCI (EMCI) or late MCI (LMCI) subjects and squ
Figure 1: MRI collection in ADNI dataset. Schema representing ADNI phases (ADNI1, ADNI GO, ADNI2, ADNI3). Different phases include a variable proportion of subjects: circles represent CN subjects, triangles represent Mild Cognitive Impaired (MCI), early MCI (EMCI) or late MCI (LMCI) subjects and squ

실험 결과

연구 질문

  • RQ1데이터 증강 전략의 선택(별도 대비 동시에 적용된 애핀 변환)이 3D-CNN 성능에 어떤 영향을 미치는가?
  • RQ2제한된 MRI 데이터를 사용할 때, AD 대비 CN을 분류하기 위한 3D-CNN에 최적의 깊이(합성곱 레이어 수)는 무엇인가?
  • RQ3모델 깊이가 성능에 미치는 영향은 어떠한가? 깊이와 정확도 사이에 오목한 관계가 존재하는가?
  • RQ4최고 성능을 보인 모델은 획득 파rameter가 다른 외부 데이터(예: 3T 대비 1.5T MRI)에 일반화될 수 있는가?
  • RQ5교차검증 및 다수의 시도와 같은 철저한 실험 기법이 임상적 머신러닝 응용 분야에서 모델의 안정성과 신뢰도를 얼마나 향상시키는가?

주요 결과

  • 8개의 합성곱 레이어와 별도의 애핀 변환(전략 B) 조합이 가장 높은 테스트 정확도 81.95% ± 1.26%를 기록하며, 다른 구성보다 뛰어난 성능을 보였다.
  • 데이터 증강 및 모델 깊이 조합에 따라 정확도가 최대 10%까지 변동됨을 확인하여, 이러한 설계 선택의 핵심적 역할을 확인하였다.
  • 모델 정확도는 깊이 증가에 따라 오목한 경향을 보이며, 8층에서 정점에 도달함을 확인하여, 더 깊은 네트워크가 제한된 데이터에서 항상 더 잘 일반화되지는 않음을 시사하였다.
  • 전략 B(별도 적용)가 전략 C(동시 적용)보다 일관되게 뛰어난 성능을 보여, 변환을 개별적으로 적용하는 것이 더 효과적일 수 있음을 시사하였다.
  • 8개의 합성곱 레이어와 전략 B를 조합한 모델는 교차검증 폴드 및 학습 시도 전반에서 가장 높은 안정성을 보였으며, 검증 정확도는 87.21% ± 0.88%를 기록하였다.
  • 외부 3T MRI 테스트 세트에서 최고 성능 모델은 71%의 정확도를 기록하여, 해상도의 차이가 있음에도 불구하고 도메인 이탈 상황에서도 일반화 능력을 보여주었다.
Figure 2: 2D visualization of 3D MRI scans. Axial, coronal and sagittal planes of two brain images from ADNI dataset.
Figure 2: 2D visualization of 3D MRI scans. Axial, coronal and sagittal planes of two brain images from ADNI dataset.

더 나은 연구,지금 바로 시작하세요

논문 읽기부터 검토까지, 연구 시간을 획기적으로 줄여보세요.

카드 등록 없음 · 무료 플랜 제공

이 리뷰는 AI가 만들고, 인간 에디터가 검토했습니다.