Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
martaranzini opened this issue Aug 6, 2020 · 0 comments
Open

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

martaranzini opened this issue Aug 6, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@martaranzini
Copy link
Contributor

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
@martaranzini martaranzini added the enhancement New feature or request label Aug 6, 2020
@martaranzini martaranzini self-assigned this Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant