Closed Minami77 closed 1 year ago
Thanks for using our code. All methods use U-Net for backbones, including encoders and decoders with skip-connections. And the ConvMixer module is a part of our proposed method (ie. MGCC), and the backbones (ie. U-Net) of other methods do not include ConvMixer.
Well, ConvMixer is part of our SSL strategy for extract multi-level global context. This is unique to our SSL method. And our strategy can be used on any encoder-decoder structure.
Thanks for your response!
Hi Thanks for sharing!
I found the test model(UNet) you used contians ConvMixer layer in your paper. But in the Evaluation Metrics and Comparison Methods section of your paper, you mentioned "all methods utilize U-Net as the backbone". Does this mean the UNet for all comparison methods contians ConvMixer layer?