napari_cellseg3d.code_models.models.wnet.soft_Ncuts

napari_cellseg3d.code_models.models.wnet.soft_Ncuts#

Implementation of a 3D Soft N-Cuts loss based on https://arxiv.org/abs/1711.08506 and https://ieeexplore.ieee.org/document/868688.

The implementation was adapted and approximated to reduce computational and memory cost. This faster version was proposed on fkodom/wnet-unsupervised-image-segmentation.

Classes

SoftNCutsLoss(data_shape, device, ...[, radius])

Implementation of a 3D Soft N-Cuts loss based on https://arxiv.org/abs/1711.08506 and https://ieeexplore.ieee.org/document/868688.