Skip to content

GAN과 Transformer를 이용한 심부전 탐지 알고리즘

Notifications You must be signed in to change notification settings

dlgosla/SIA-GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIA-GAN

Signal and Image Attention GAN

개요

ECG Signal과 STFT를 통해 이미지화 된 ECG를 이용한 GAN 기반의 multimodal 심부전 탐지 알고리즘

목표

signal과 freq의 feature를 transformer를 활용해 효과적으로 fusion하는 GAN기반의 심부전 탐지 알고리즘 개발

파일 구조

1. experiments

  • 1학기동안 진행한 다양한 실험들
  • 실험 결과표 image

2. final_model

  • 실험 후에 얻은 SIA-GAN의 최종 모델
  • 모델구조

image

  • 최종 AUC : 0.9588
  • signal 생성결과

    image
    • 정상 ECG를 입력하면 정상 ECG에 가까운 fake signal을 생성하기 때문에 fake signal과 input signal의 차이가 거의 없음,
    • 비정상 ECG를 입력하면 generator에서 정상 ECG에 가까운 fake signal을 생성, input signal과 fake signal의 차이가 나는 부분으로 비정상 탐지 가능

3. docs

  • SIA-GAN 실험에 대한 더 자세한 정보를 담은 참고자료

타 모델과의 비교

image

About

GAN과 Transformer를 이용한 심부전 탐지 알고리즘

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published