BBBBchan / CorrMatch

Official code for "CorrMatch: Label Propagation via Correlation Matching for Semi-Supervised Semantic Segmentation"
117 stars 8 forks source link

Question about the Per-pixel thresholding in the appendix #8

Closed Hugo-cell111 closed 8 months ago

Hugo-cell111 commented 8 months ago

Hi! Could you explain what's the meaning of per-pixel threshold? I can't fully get the meaning. Thanks!

BBBBchan commented 8 months ago

Hi there, sorry for the confusion. The per-pixel thresholding strategy mentioned in Appendix E.1 is a trivial approach. This strategy assigns independent thresholds to each pixel position and updates them individually, which is conceptually equivalent to treating each pixel location as an independent classification task. This experiment aims to illustrate that it is inappropriate to simply treat the segmentation task as an independent per-pixel classification task, so it is inappropriate to directly use the common threshold strategies in semi-supervised classification tasks.