Skip to content

FagerholmEmil/UNETRANSFORMER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

UNETRANSFORMER

Summary:

  • Fusion of UNET and Transformer.
  • Deep learning applied to healthcare.

This project leverages deep learning to identify the tumor locations in MRI images. Recently, encoder-decoder architectures (e.g. U-net) have become the de facto standard for image segmentation. However, the locality of convolutional layers limits the global context and long-range spatial dependencies. These limitations are resolved through the fusion between Transformers, which extract long-range dependencies with self-attention mechanisms, with U-Net which captures low-level spatial details efficiently.

19c387ec-df70-4d60-847f-331910aa384f

About

Fusion of UNET and Transformer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages