Test Time Augmentation (TTA) is a simple yet powerful technique to improve image segmentation results by applying multiple transformations to an input image during inference and combining the outputs. When paired with models like U-Net, it often boosts performance without retraining. But what if we could go one step further Continue Reading
image segmentation
Uncertainty Estimation in Image Segmentation using Monte Carlo Dropout in PyTorch
In high-stakes fields like medical imaging, autonomous driving, and remote sensing, a wrong prediction made with high confidence can be catastrophic. That’s where Uncertainty Estimation steps in—empowering your model to express doubt. And with techniques like Monte Carlo Dropout, you can transform any deterministic deep network into a model that Continue Reading
[Paper Summary] EMCAD: Efficient Multi-scale Convolutional Attention Decoding for Medical Image Segmentation
This post will analyze the research paper “EMCAD: Efficient Multi-scale Convolutional Attention Decoding for Medical Image Segmentation.” We will discuss the problems with existing medical image segmentation methods and how the given method (EMCAD) solves these issues. What is EMCAD? EMCAD is a newly developed efficient multi-scale convolutional attention decoder Continue Reading