What is the UNETR++ architecture?
mainUNETR++ is a 3D medical image segmentation model featuring a hierarchical encoder-decoder structure.
Key components include:
- Encoder: Processes 3D patches.
- Decoder: Connected to the encoder via skip connections and convolutional blocks.
- Efficient Paired-Attention (EPA) Block: The core innovation. It uses parallel attention modules with shared keys-queries and different value layers.
- The spatial attention module aggregates spatial features with linear complexity relative to input sequence length.
- The channel attention module emphasizes channel dependencies.
- The outputs are fused and passed through convolutional blocks to enhance feature representation.