Blog

Blogs

ColonSegNet for Real-time Polyp Segmentation

Introduction ColonSegNet is a popular lightweight polyp segmentation architecture that has been utilized at an industrial application by NVIDIA for the Clara Holoscan Sample App for colonoscopy polyps’ segmentation. With an image size of 512*512, ColonSegNet achieves a dice coefficient of 82.06% for the polyp segmentation tasks and achieves average precision of 80.00% for the polyp detection tasks. […]

Read More

DoubleUNet for Medical image Segmentation

Semantic image segmentation is the process of labeling each pixel of an image with its corresponding class. An encoder-decoder based approach, like U-Net and its variants, is a popular strategy for solving medical image segmentation tasks. To improve the performance of U-Net on various segmentation tasks, we propose a novel architecture called DoubleU-Net, Architecture DoubleUNet […]

Read More

Explainablity of deep learning models

Deep learning models, such as neural networks, have become increasingly popular in recent years due to their ability to learn and make predictions from large amounts of data. However, one of the major challenges with these models is that they can be difficult to understand and interpret. This is known as the “black box” problem, […]

Read More

Artificial Intelligence in Radiation Therapy for Cancer Treatment

Radiation therapy (also known as Radiotherapy) is a procedure of cancer treatment that uses high-energy radiation to kill cancer cells. Artificial Intelligence (AI) is revolutionizing the field of cancer treatment, including the use of radiation therapy. Radiation therapy is a common treatment option for cancer that uses high-energy rays to target and kill cancer cells. […]

Read More

Introduction to Transformer Model

Introduction Recently, there has been a significant shift in the field of natural language processing (NLP), towards the use of transformers. Some examples of specific NLP tasks that Transformers have been used for include Language Translation, Text Generation, Text Summarization, Sentiment Analysis, Dialogue Generation and language modelling.  Transformers, which were first introduced in a 2017 […]

Read More

Machine Learning-based Classification, Detection, and Segmentation of Medical Images (PhD Thesis summary)

Gastrointestinal (GI) cancers are among the most common cancers worldwide. In particular, colorectal cancer is the most lethal in terms of the number of incidences and mortality (third most common cause of cancer and the second most common cause of cancer-related deaths). Colonoscopy is the gold standard for screening patients for colorectal cancer. During the […]

Read More

ResUNet++

Introduction: ResUNet++ is built upon the Deep Residual U-Net (ResUNet) and UNet. However, ResUNet++ goes further, embedding: Residual Blocks: Ensuring information propagation across layers. Squeeze and Excitation Blocks: Recalibrating feature responses for better representation. ASPP (Atrous Spatial Pyramidal Pooling): Enlarging filter’s field-of-view to capture broader contexts. Attention Blocks: Enhancing the relevance of feature maps in […]

Read More