Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 784 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 784 Bytes

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