Summary
The authors propose an interesting approach for a weekly supervised semantic segmentation framework. The proposed approach disentangles class-specific features from others, followed by identity-preserving counterfactual generation. The framework seems like a contrastive learning setup for a given pair of normal and diseased images for semantic segmentation. The steps mainly involve i) identifying class-specific features from others, ii) identity preserving counterfactual generation converting diseased to normal brain, (iii) pixel-wise L1 difference estimation, followed by (iv) post-processing to extract boundaries.
Strengths
- The proposed method is innovative, combining multiple approaches, lifting the need for pixel-wise labels for semantic segmentation tasks
- Nice illustrative figures explaining the proposed method
- The proposed approach attempts to learn interpretable rules based on class-specific feature topology
Weaknesses
- The proposed approach only works on segmenting the whole tumour, which seems limited.
- The interpretable rule from CS topology analysis is not that clear. Does the approach have a global CS topology graph from which the features are selected at every iteration of counterfactual generation? If so, how is this done?
- The reported performance on the whole tumour is about 15-20% lower than the state-of-the-art model (based on fully supervised learning); it's unclear how the method would scale to other classes, like tumour core and enhancing tumour
- I fail to understand how the method extends to a multi-class semantic segmentation setup. Do you need more than two images in a pair? Do you need to generate all possible counterfactuals?
- Analysis of the approach on other datasets would be really helpful
- Similar approaches like in anomaly detection literature are not discussed; refer [1, 2]
- Presentation concerns: move all the related works into the related work section rather than including them in the methods section, which makes it hard to follow the contribution.
[1] Chaitanya, K., Erdil, E., Karani, N. and Konukoglu, E., 2020. Contrastive learning of global and local features for medical image segmentation with limited annotations. _Advances in neural information processing systems_, _33_, pp.12546-12558.
[2] Wolleb, J., Bieder, F., Sandkühler, R. and Cattin, P.C., 2022, September. Diffusion models for medical anomaly detection. In _International Conference on Medical image computing and computer-assisted intervention_ (pp. 35-45). Cham: Springer Nature Switzerland.
Questions
Please refer to weakness section
Rating
3: reject, not good enough
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.