Invited Presentation: Introduction to Deep learning for TBI Lesion Segmentation Using PyTorch and MONAI
Confirmed Presenter: Sakshi Rathi
Format: In Person
Moderator(s): Sharada "Kadaba Sridhar"
Authors List: Show
Presentation Overview: Show
This tutorial provides an introduction to medical image segmentation, covering its types, key applications—especially in healthcare—and common methods and models. Focusing on deep learning approaches, it demonstrates how to leverage Python and Medical Open Network for AI (MONAI) within a PyTorch framework to develop effective 3D medical segmentation pipelines. Attendees will learn to set up a development environment using Google Colab, install essential libraries, utilize GPU acceleration, and access public medical imaging datasets. The hands-on session integrates MONAI into an existing PyTorch program, showcasing features like dictionary-based data transforms, NIfTI image loading with metadata, intensity scaling, channel manipulation, label-balanced cropping, and caching for speed optimization. A 3D U-Net architecture is employed with Dice loss and Mean Dice metric, along with sliding window inference and deterministic training for reproducibility. The tutorial concludes with a walkthrough of MONAI’s 3D segmentation pipeline using Jupyter or Google Colab notebooks.