Skip to content

3D two-channel network for post-processing learning #8

@martaranzini

Description

@martaranzini

Implement and test a 3D network that takes the image and the output of the 2D segmentation network to learn the post-processing. This network should act as a segmentation refinement which takes into account the 3D information discarded by the 2D network.

Screenshot 2020-08-06 at 16 33 52

This can be thought as an alternative to the 3D UNet for heatmap predictions (i.e. sequential to the 2D segmentation network instead of parallel to it).

Issues to be considered:

  • Correct dimensioning of the architecture (two-channel and 3D)
  • Loss function?
  • Sampling scheme?
  • Normalisation of the channels

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions