The Calgary Deep Learning Fellowship

Logo

A group of ML enthusiasts discussing academic papers and code implementation in Calgary, Alberta.

18 May 2022

UCTransNet

by Wang et al

UCTransnet

The U-Net model (Ronneberger et al) is a used for semantic segmentation applied to the medical imaging domain.

UCTransnet : Rethinking the Skip Connections in U-Net from a Channel-wise Perspective with Transformer () implements a mechanism to balance the contributions of the skip connections of the original model.

This paper has been presented on May 18th 2020 at the CDLF.

Paper

The publication can be found on Arxiv.

Slides

Key concepts

Code implementation

The official implementation of this model is available on Github.

Reference

Paper with code

tags: U-Net - semantic - segmentation