.. -*- coding: utf-8 -*- .. _bob.ip.binseg.results.old: .. todo:: This section is outdated and needs re-factoring. ========================================= COVD- and COVD-SLL Results (Deprecated) ========================================= In addition to the M2U-Net architecture, we also evaluated the larger DRIU network and a variation of it that contains batch normalization (DRIU+BN) on COVD- (Combined Vessel Dataset from all training data minus target test set) and SSL (Semi-Supervised Learning). Perhaps surprisingly, for the majority of combinations, the performance of the DRIU variants are roughly equal or worse to the ones obtained with the much smaller M2U-Net. We anticipate that one reason for this could be overparameterization of large VGG-16 models that are pretrained on ImageNet. F1 Scores --------- The following table describes recommended batch sizes for 24Gb of RAM GPU card, for semi-supervised learning of COVD- systems. Use it like this: .. code-block:: sh # change and by one of items bellow $ bob binseg train -vv --ssl --batch-size= --device="cuda:0" .. list-table:: * - **Models / Datasets** - :py:mod:`drive-ssl ` - :py:mod:`stare-ssl ` - :py:mod:`chasedb1-ssl ` - :py:mod:`iostar-vessel-ssl ` - :py:mod:`hrf-ssl ` * - :py:mod:`driu-ssl ` / :py:mod:`driu-bn-ssl ` - 4 - 4 - 2 - 1 - 1 * - :py:mod:`m2unet-ssl ` - 4 - 4 - 2 - 2 - 2 Comparison of F1 Scores (micro-level and standard deviation) of DRIU and M2U-Net on COVD- and COVD-SSL. Standard deviation across test-images in brackets. .. list-table:: :header-rows: 1 * - F1 score - :py:mod:`DRIU `/:py:mod:`DRIU@SSL ` - :py:mod:`DRIU+BN `/:py:mod:`DRIU+BN@SSL ` - :py:mod:`M2U-Net `/:py:mod:`M2U-Net@SSL ` * - :py:mod:`COVD-DRIVE ` - 0.788 (0.018) - 0.797 (0.019) - `0.789 (0.018) `_ * - :py:mod:`COVD-DRIVE+SSL ` - 0.785 (0.018) - 0.783 (0.019) - `0.791 (0.014) `_ * - :py:mod:`COVD-STARE ` - 0.778 (0.117) - 0.778 (0.122) - `0.812 (0.046) `_ * - :py:mod:`COVD-STARE+SSL ` - 0.788 (0.102) - 0.811 (0.074) - `0.820 (0.044) `_ * - :py:mod:`COVD-CHASEDB1 ` - 0.796 (0.027) - 0.791 (0.025) - `0.788 (0.024) `_ * - :py:mod:`COVD-CHASEDB1+SSL ` - 0.796 (0.024) - 0.798 (0.025) - `0.799 (0.026) `_ * - :py:mod:`COVD-HRF ` - 0.799 (0.044) - 0.800 (0.045) - `0.802 (0.045) `_ * - :py:mod:`COVD-HRF+SSL ` - 0.799 (0.044) - 0.784 (0.048) - `0.797 (0.044) `_ * - :py:mod:`COVD-IOSTAR-VESSEL ` - 0.791 (0.021) - 0.777 (0.032) - `0.793 (0.015) `_ * - :py:mod:`COVD-IOSTAR-VESSEL+SSL ` - 0.797 (0.017) - 0.811 (0.074) - `0.785 (0.018) `_ .. include:: ../../links.rst