Skip to content
/ Con2R Public

A repository containing code for semi-weakly volumetric segmentation using graph-constrained contrastive regularization.

License

Notifications You must be signed in to change notification settings

Simael/Con2R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Con2R

A repository containing the code for the paper "Graph-constrained Contrastive Regularization for Semi-weakly Volumetric Segmentation".

Specifically, we provide the loss implementation of the Con2R-loss, which can be used to train volume-processing segmentation networks with sparesely labeled volumes.

The loss computation includes:

(1) Sampling query and neighborhood sets of voxel-embeddings

(2) Computing positional coherence constraints

(3) Computing semantic similarity constraints

(4) Setting up the target graph and backpropagating the error in graph alignment

For a detailed description of the loss function and results for volumetric retinal fluid- and brain tumor segmentation, please refer to the paper "Graph-Constrained Contrastive Regularization for Semi-Weakly Volumetric Segmentation" and associated supplemental materials.

Cite

@inproceedings{reiss2022graph,
  title={Graph-constrained Contrastive Regularization for Semi-weakly Volumetric Segmentation},
  author={Rei{\ss}, Simon and Seibold, Constantin and Freytag, Alexander and Rodner, Erik and Stiefelhagen, Rainer},
  booktitle={European conference on computer vision},
  year={2022},
  organization={Springer}
}

About

A repository containing code for semi-weakly volumetric segmentation using graph-constrained contrastive regularization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages