Auto-WCEBleedGen Challenge
Automatic Detection and Classification of Bleeding and Non-Bleeding frames in Wireless Capsule Endoscopy
IMPORTANT UPDATES
- • Github links of the exceptional contributors released. Check Key Links.
- • Felicitation pictures, videos and presentations released. Check Key Links.
- • Winners Revealed. Check Results.
- • We extend our heartfelt gratitude to every one for the overwhelming responses. The top five teams have been selected and notified via email.
- • The task of selecting the top five teams was no easy feat as the quality of your submissions and efforts were truly remarkable. We are deeply appreciative of the time and dedication you invested. However, please understand that the decision is conclusive and obligatory, and we kindly request you to refrain from emailing us about it.
- • The victorious teams will be recognised during the Auto WCEBleedgen Challenge event on November 4, 2023, from 2:00 to 3:30 pm at IIT Jammu. Their rankings will be disclosed in the event itself. Subsequently, the list of winners will be posted on the website on November 11, 2023.
- • Submissions are CLOSED
- • Registrations are CLOSED.
- • Training dataset had been released (September 11, 2023).
- • Testing dataset had been released (September 21, 2023).
- • Filling the UNDERTAKING FORM is important.
- • Rules and Regulations to submit the entries had been UPDATED.
- • We sincerely acknowledge and thank the sponsorship by Prof. Balasubramanian Raman Sir. Heartfelt gratitude for his continued support and guidance! Thanks to our sponsors - CVIP 2023, IIT Jammu and DST-SERB. We are truly grateful for this opportunity.
- • We wanted to express our deepest gratitude to Intec Infonet and iHUB DivyaSampark for the amazing support they’ve shown us in sponsoring the prize money. Thanking them for the incredible support!
OVERVIEW
GI bleeding is a medical condition characterized by bleeding in the digestive tract, which circumscribes esophagus, stomach, small intestine, large intestine (colon), rectum, and anus. Since blood flows into the GI tract, a cascade of risks emerge, ranging from immediate dangers to potential long-term consequences. Excessive blood loss from GI bleeding may lead to a drop in blood pressure, reduced oxygen delivery to organs and tissues, and potentially life-threatening organ dysfunction. According to World Health Organization (WHO), gastrointestinal bleeding is responsible for approximately 300,000 deaths every year globally. These statistics serve as a catalyst for research, propelling innovative treatment modalities and diagnostic advancements aimed at mitigating the dangers posed by GI bleeding. Therapeutic Endoscopy Guidelines and Recommendations 2018-19 released by Indian Association of Gastrointestinal Endo Surgeons have recommended the use of WCE as an initial test for stable patients with overt or occult bleeding. The disposable capsule-shaped device travels inside the GI tract via peristalsis and comprises of an optical dome, a battery, an illuminator, an imaging sensor, and a RF transmitter. During 6-8 hours of WCE procedure, a video of the GI tract trajectory is recorded on a device attached to the patient’s belt which produces about 57,000-1,00,000 frames; analyzed posterior by experienced health experts. Presently, an experienced gastroenterologist takes approximately 2−3 hours to inspect the captured video of one-patient through a frame-by-frame analysis which is not only time-consuming but also susceptible to human error. In view of the poor ratio of patient-to-doctor across developing countries like India, there arises a need for investigation and state-of-the-art (SOTA) development of robust, interpretable and generalized AI models that can aid in reducing the burden on gastroenterologists and save their valuable time by computer-aided classification between bleeding and non-bleeding frames and further detection of bleeding region in that frame.
CHALLENGE
The aim of the Auto-WCEBleedGen challenge is to provide an opportunity for the development, testing and evaluation of Artificial Intelligence (AI) models for automatic detection and classification of bleeding and non-bleeding frames extracted from Wireless Capsule Endoscopy (WCE) videos. Auto-WCEBleedGen is first of its kind, consists of different training and test datasets and promotes the development of vendor-independent, interpretable, and generalized AI models. The training dataset consists of 2618 bleeding and non-bleeding WCE frames collected from multiple internet resources, datasets with a vast variety and types of gastrointestinal (GI) bleeding throughout the GI tract along with medically validated binary masks and bounding boxes in three formats (txt, XML and YOLO txt). The test dataset is an independently collected WCE data containing bleeding and non-bleeding frames of more than 30 patients suffering from acute, chronic and occult GI bleeding referred at Department of Gastroenterology and HNU, All India Institute of Medical Sciences, New Delhi, India.
IMPORTANT DATES
Events | Dates |
---|---|
E-Registration | August 15, 2023 - September 20, 2023 |
Release of Training Dataset | September 11, 2023 |
Release of Testing Dataset | September 21, 2023 |
Closing Date for Submission of Results | October 9, 2023 |
Announcement of the Winners over Email | October 14, 2023 |
Award Distribution Ceremony (IIT Jammu) | November 4, 2023 (2:00 pm - 3:30 pm) |
Announcement of the Winning Teams on the Website | November 11, 2023 |
Registration and Rules
Rules for Participation:
- • This challenge will be open to all students and professionals across globe for free.
- • Participants will either register as a solo participant or can form a team.
- • Test dataset will be only shared to those who have successfully registered for the challenge.
- • The results will be submitted in a specific format over email / submission portal on the challenge page.
- • In the case of ties, the organizing committee may rank teams based on the method's novelty and readability of codes. The organizing committee's decision in this regard will be final.
- • Attending conference (CVIP-2023) will be highly encouraged.
Rules for Team Formation:
- • A team can have a maximum of 4 participants.
- • Team members can be from same or different organizations/affiliations.
- • A participant can only be a part of a single team.
- • Only one member from the team has to register for the challenge.
- • One team can only have one registration. Multiple registrations can lead to disqualification.
- • There is no limitations on the number of teams from the same organizations/affiliations. (However, one participant can only be part of a unique team.)
Rules for use of Training Dataset:
- • Download the training dataset and randomly divide it into 80:20 ratio as training and validation dataset.
- • Develop a model to first classify bleeding and non-bleeding frames and then detect the bleeding region from the bleeding frames using the training and validation dataset.
- • Store the model, associated weights and files.
- • Perform necessary evaluation for the developed model. Formulas can be referred in the Readme.txt file of the test dataset.
- • Evaluation metrics for Classification: Accuracy, Recall, F1-Score
- • Evaluation metrics for Detection: Average Precision, Mean-Average Precision, Intersection over Union (IoU)
- • Any ONE interpretability plot: CAMs, LIME, SHAP, feature importance, partial dependence, occlusion, and model explain, fairness etc.
Rules for use of Testing Dataset:
- • Download the zip file of testing dataset.
- • Call the stored model, associated weights and files. Predict all the frames in the testing dataset 1 and 2.
- • Perform necessary evaluation for the testing dataset 1 and 2.
- • Prepare an excel sheet as per the instructions mentioned in the readme.txt of the zip file.
- • Any ONE interpretability plot: CAMs, LIME, SHAP, feature importance, partial dependence, occlusion, and model explain, fairness etc.
Submission Format:
Each team is required to submit the results via EMAIL to misahub2023@gmail.com with following rules in mind.
- The email should contain
- • Team name as the SUBJECT LINE.
- • Team member names in the BODY OF THE EMAIL.
- • Contact number in the BODY OF THE EMAIL.
- • A link of the GITHUB Repository (PUBLIC) in the BODY OF THE EMAIL.
- The GITHUB Repository (PUBLIC) should contain the following:
- • Developed code for training, validation, and testing in .py / .mat etc in readable format with comments.
- • Stored model, associated weights or files (optional).
- • Any utils or assets or config. or checkpoints.
- • Excel sheet containing the image IDs and predicted class labels of testing dataset 1 and 2.
- • README.md
- The README.md file should be readable and in the following format in the same sequence:
- • A table of the achieved evaluation metrics (Classification: Accuracy, Recall, F1-Score | Detection: Average Precision, Mean-Average Precision, Intersection over Union(IoU)) of the classification and detection of validation dataset.
- • Screenshots/pictures of any 10 best images selected from validation dataset showing its classification and detection (bounding box with confidence level).
- • Screenshots/ pictures of achieved interpretability plot of any 10 best images selected from validation dataset.
- • Screenshots/pictures of any 5 best images selected from testing dataset 1 and 2 separately showing its classification and detection (bounding box with confidence level).
- • Screenshots/ pictures of achieved interpretability plot of any 5 best images selected from testing dataset 1 and 2 separately.
Please note that any GITHUB Repository which requires access will be NOT be considered for evaluation by our team. The README.md file, CODE and EXCEL SHEET will be evaluated for the challenge leader board. Participants are requested to document it properly and make it interactive and readable.
TARGET AUDIENCE
The target audience includes B.Tech, M. Tech, Ph.D. students of all branches, years and industry professionals.
PRIZES
- • Exciting Cash Prizes sponsored by Intec Infonet and iHUB DivyaSampark
- • First Prize - ₹ 10,000
- • Second Prize - ₹ 8,000
- • Third Prize - ₹ 5,000
- • Free Registration to top-5 teams in CVIP 2023 and goodies by CVIP 2023, IIT Jammu and DST-SERB.
- • Winter Internship Opportunity at MISAHUB
- • Paper Writing Collaboration
- • E-certificate to each participant
RESULTS
S.No. | Position | Team Name | Affiliation |
---|---|---|---|
1 | First Position | Failed Wizards | IIT Tirupati |
2 | Second Position | DeepNet | Jawaharlal Nehru University |
3 | Third Position | KU Researchers | Khalifa University & Halcon Systems LLC (UAE) |
4 | Consolation | The Coders | Jawaharlal Nehru University |
5 | Consolation | PRIA | IIT Tirupati, VIT Chennai, IIT Indore and Thapar Institute of Engineering and Technology |
6 | Consolation | SSSIHLDMACS | Sri Sathya Sai Institute of Higher Learning |
7 | Consolation | Colorlab | Norwegian University of Science and Technology (Norway) |
8 | Consolation | NGBU | Tata Elxsi |
MEET THE TEAM
ORGANISERS
Prof. Nidhi Goel
Dept. of ECE
IGDTUW, Delhi
Prof. Balasubramanian
Raman
Dept. of CSE
IIT Roorkee
Palak Handa
Dept. of ECE
DTU, Delhi
Dr. Deepak Gunjan
Dept. of Gastroenterology & HNU
AIIMS, New Delhi
MISAHUB MEMBERS
Deepti Chhabra
IGDTUW, Delhi
(Website Management)
Prakriti Maurya
IGDTUW, Delhi
(Registrations)
Shreshtha Jha
IGDTUW, Delhi
(Email Management)
Lavanya
IPU, Delhi
(Analysis, Social Media)
Advika Thakur
IGDTUW, Delhi
(Analysis, Social Media)
Nishu Pandey
IGDTUW, Delhi
(Test Dataset)
Harshita Mangotra
IGDTUW, Delhi
(Analysis)
Tanisha Singh
IGDTUW, Delhi
(Analysis)
Charvi Bansal
IGDTUW, Delhi
(Analysis)
Nikita Garg
IGDTUW, Delhi
(Certificates)
Divyansh Nautiyal
IPU, Delhi
(Analysis, Social Media)
CONTACT
- • For query, please contact misahub2023@gmail.com, ask.misahub@gmail.com.