Blogs

Insights on AI, Deep Learning, and Medical Imaging

ColonSegNet for Real-time Polyp Segmentation

February 6, 2023

ColonSegNet is a lightweight polyp segmentation architecture utilized by NVIDIA in the Clara Holoscan Sample App for colonoscopy polyp segmentation. With an image size of 512×512, it achieves a dice coefficient of 82.06% for segmentation tasks and an average precision of 80.00% for detection tasks.

Read More

DoubleUNet for Medical Image Segmentation

February 3, 2023

DoubleUNet is a novel architecture that improves upon the traditional U-Net model for medical image segmentation tasks. It introduces a dual encoder-decoder structure to enhance feature extraction and segmentation accuracy.

Read More

Explainability of Deep Learning Models

January 24, 2023

Deep learning models have achieved remarkable success, but their black-box nature raises concerns. This blog discusses various techniques to interpret and explain deep learning models, enhancing their transparency and trustworthiness.

Read More

Introduction to Transformer Model

January 20, 2023

Transformers have transformed natural language processing tasks. This blog introduces the transformer architecture, its components, and its applications in various NLP tasks.

Read More

ResUNet++

January 20, 2023

ResUNet++ is an advanced architecture for medical image segmentation, incorporating residual blocks, squeeze and excitation blocks, ASPP, and attention mechanisms to enhance performance.

Read More