Chadrick Blog

"U-Net: Convolutional Networks for BiomedicalImage Segmentation" paper review

arxiv link

key points

  • paper does not mention how upsampling is done. deconv? interpolation? or it just maybe an alias for ‘interpolation’…
  • during downsampling path, it does not do any padding.
  • when concatenating downsampling result and upsampling result, the downsampling result has bigger width and height and thus the downsampling result is required to crop from center to be able to concatenate with upsampling result.