Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Polyp Segmentation Module #162

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions Polyp Segmentation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Polyp Segmentation in Endoscopy Images 🏥🔬

This project focuses on the automated segmentation of polyps in endoscopy images using deep learning techniques. By accurately identifying and delineating polyps, this work aims to assist medical professionals in early detection and prevention of colorectal cancer.

## What is a Polyp? 🔎

Polyps are abnormal tissue growths that arise from mucous membranes, commonly found in organs such as the colon, stomach, and intestines. While many polyps are benign, some can develop into cancer, making early detection and removal crucial for preventing colorectal cancer and other serious conditions.

## Importance of the Subject 💡

Early detection and accurate segmentation of polyps during endoscopy are vital for:
- Preventing colorectal cancer
- Improving patient outcomes
- Reducing the risk of complications

Automated polyp segmentation aids gastroenterologists in identifying and removing polyps efficiently.

## Methods 🛠️

This project utilizes the U-Net architecture, a powerful convolutional neural network designed for biomedical image segmentation. The model is trained to differentiate between polyp and non-polyp regions, providing detailed segmentation maps.

## Dataset 📊

The dataset consists of endoscopy images and their corresponding ground truth images, which indicate the presence and location of polyps.
![image](https://github.com/Kaushal-11/HealthLearning/assets/121329391/b9ae85f3-ca1a-4e86-8907-a99db4799245)

### Dataset Details
- Source: https://polyp.grand-challenge.org/CVCClinicDB/
- Number of Images: 612
- Image Format: .tif
- Mask Format: .tif

## Model Architecture 🏗️

The U-Net architecture is used for its effectiveness in biomedical image segmentation:
- Encoder-decoder structure with skip connections
- Precise localization and segmentation
- Accurate delineation of polyp boundaries

1 change: 1 addition & 0 deletions Polyp Segmentation/polyp-segmentation.ipynb

Large diffs are not rendered by default.