SlideShare a Scribd company logo
1 of 25
Download to read offline
MICCAI 17 CVPR 18 MICCAI 18
Pancreas Segmentation
Kun Zhan
UTS Building 11
15 July, 2018
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18
Content I
1 MICCAI 17
A Fixed-Point Model for Pancreas Segmentation in
Abdominal CT Scans
2 CVPR 18
Recurrent Saliency Transformation Network: Incorporating
Multi-Stage Visual Cues for Small Organ Segmentation
3 MICCAI 18
Bridging the Gap Between 2D and 3D Organ Segmentation
with Volumetric Fusion Net
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18
Pancreatic Cancer
1 Pancreatic cancer is a major killer of human being
12 out of 100,000 people have pancreatic cancer
330,000 new cases globally in the year of 2012 (7th most)
2 Even in all types of cancer, it belongs to the most dangerous
and fatal ones
Extremely difficult to diagnose in its early stage
In the time of diagnosis, the cancer has often spread to other
organs
Most often, nothing can be done to cure the patients (5-year
survival rate: 7.7%)
The rate of diagnosis is almost the same as the rate of death
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18
The NIH Dataset
82 CT samples collected from healthy people
A volume is of size 512 × 512 × L, L ∈ [181, 466] varies from
sample to sample, and the slice thickness varies between
1.5mm and 2.5mm
Slice-by-slice (in the axial view) annotated by a medical
student, and verified (modified) by an experienced radiologist
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18
Occupy a very small fraction (e.g., < 0.5%) of the CT volume.
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT
Outline
1 MICCAI 17
A Fixed-Point Model for Pancreas Segmentation in
Abdominal CT Scans
2 CVPR 18
Recurrent Saliency Transformation Network: Incorporating
Multi-Stage Visual Cues for Small Organ Segmentation
3 MICCAI 18
Bridging the Gap Between 2D and 3D Organ Segmentation
with Volumetric Fusion Net
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT
Outline
1 MICCAI 17
A Fixed-Point Model for Pancreas Segmentation in
Abdominal CT Scans
2 CVPR 18
Recurrent Saliency Transformation Network: Incorporating
Multi-Stage Visual Cues for Small Organ Segmentation
3 MICCAI 18
Bridging the Gap Between 2D and 3D Organ Segmentation
with Volumetric Fusion Net
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT
Model. (pre-trained “fcn8s-heavy-pascal.caffemodel”)
VGG-16 FCN-8s
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT
Loss Function
DSC Loss Function:
Dice Sφrensen Coeffcient = 1 −
2× i ziyi
i zi+ i yi
Loss Function:
L = 1 −
2× i ziyi+
i zi+ i yi+
The gradient computation is straightforward:
∂L
∂zj
= −
2yj( i zi+ i yi+ )−2 i ziyi−
( i zi+ i yi+ )2
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT
Segmentation results with different input regions
Red, green, and yellow indicate the prediction, ground-truth, and
overlapped pixels, respectively.
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT
Scheme
Illustration of the testing process. Only one iteration is shown
here. In practice, there are at most 10 iterations.
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT
The floodfill algorithm is used to detect the connecting components.
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT
Results
Segmentation accuracy reported by different approaches.
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 Recurrent Saliency Transformation Network: Incorporating Multi-
Outline
1 MICCAI 17
A Fixed-Point Model for Pancreas Segmentation in
Abdominal CT Scans
2 CVPR 18
Recurrent Saliency Transformation Network: Incorporating
Multi-Stage Visual Cues for Small Organ Segmentation
3 MICCAI 18
Bridging the Gap Between 2D and 3D Organ Segmentation
with Volumetric Fusion Net
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 Recurrent Saliency Transformation Network: Incorporating Multi-
Outline
1 MICCAI 17
A Fixed-Point Model for Pancreas Segmentation in
Abdominal CT Scans
2 CVPR 18
Recurrent Saliency Transformation Network: Incorporating
Multi-Stage Visual Cues for Small Organ Segmentation
3 MICCAI 18
Bridging the Gap Between 2D and 3D Organ Segmentation
with Volumetric Fusion Net
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 Recurrent Saliency Transformation Network: Incorporating Multi-
Motivation
Since “MICCAI 2017” is inconsistency between its training and
testing strategies, we propose a Recurrent Saliency Transformation
Network with two advantages:
1 In the training phase, the coarse-scaled and fine-scaled
networks are optimized jointly, so that the segmentation
ability of each of them gets improved.
2 In the testing phase, the segmentation mask of each iteration
is preserved and propagated throughout iterations, enabling
multi-stage visual cues to be incorporated towards more
accurate segmentation.
‘To the best of our knowledge, this idea was not studied in the
computer vision community, as it requires making use of some
special properties of CT scans.’
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 Recurrent Saliency Transformation Network: Incorporating Multi-
A failure case of “MICCAI 2017”
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 Recurrent Saliency Transformation Network: Incorporating Multi-
RSTN Scheme
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 Recurrent Saliency Transformation Network: Incorporating Multi-
RSTN Results
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 Recurrent Saliency Transformation Network: Incorporating Multi-
RSTN Results
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with
Outline
1 MICCAI 17
A Fixed-Point Model for Pancreas Segmentation in
Abdominal CT Scans
2 CVPR 18
Recurrent Saliency Transformation Network: Incorporating
Multi-Stage Visual Cues for Small Organ Segmentation
3 MICCAI 18
Bridging the Gap Between 2D and 3D Organ Segmentation
with Volumetric Fusion Net
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with
Outline
1 MICCAI 17
A Fixed-Point Model for Pancreas Segmentation in
Abdominal CT Scans
2 CVPR 18
Recurrent Saliency Transformation Network: Incorporating
Multi-Stage Visual Cues for Small Organ Segmentation
3 MICCAI 18
Bridging the Gap Between 2D and 3D Organ Segmentation
with Volumetric Fusion Net
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with
Highlights
1 We present an alternative framework, which trains 2D
networks on different view points for segmentation, and builds
a 3D Volumetric Fusion Net (VFN) to fuse the 2D
segmentation results.
2 We train and test the segmentation and fusion modules
individually, and propose a novel strategy, named
cross-cross-augmentation, to make full use of the limited
training data.
cross-cross-augmentation: Suppose we split data into K folds
for cross-validation, and the k1-th fold is left for testing. For all
k2 = k1, we train 2D segmentation models on the folds in
{1, . . . , K}  {k1, k2}, and test on the k2-th fold to generate
training data for the VFN.
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with
VFN Scheme
It has three down-sampling stages and three up-sampling stages.
Each down-sampling stage is composed of two 3 × 3 × 3
convolutional layers and a 2 × 2 × 2 max-pooling layer with a stride
of 2, and each up-sampling stage is implemented by a single
4 × 4 × 4 deconvolutional layer with a stride of 2.
Kun Zhan Pancreas Segmentation
MICCAI 17 CVPR 18 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with
Results
Comparison of segmentation accuracy
Kun Zhan Pancreas Segmentation

More Related Content

Similar to Pancreas Segmentation

Breast Carcinoma Staging
Breast Carcinoma StagingBreast Carcinoma Staging
Breast Carcinoma StagingDr S.
 
Ct virtual endoscopy 1
Ct virtual endoscopy 1Ct virtual endoscopy 1
Ct virtual endoscopy 1DeepikaHamav
 
Youssef Abdelwahed: Preprocedural CT – which patient needs it
Youssef Abdelwahed: Preprocedural CT – which patient needs itYoussef Abdelwahed: Preprocedural CT – which patient needs it
Youssef Abdelwahed: Preprocedural CT – which patient needs itEuro CTO Club
 
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...IRJET Journal
 
Detection of Covid-19, Skin Cancer and Malaria using AI and Image Processing
Detection of Covid-19, Skin Cancer and Malaria using AI and Image ProcessingDetection of Covid-19, Skin Cancer and Malaria using AI and Image Processing
Detection of Covid-19, Skin Cancer and Malaria using AI and Image ProcessingIRJET Journal
 
Lung Cancer Detection using transfer learning.pptx.pdf
Lung Cancer Detection using transfer learning.pptx.pdfLung Cancer Detection using transfer learning.pptx.pdf
Lung Cancer Detection using transfer learning.pptx.pdfjagan477830
 
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...CrimsonPublishersUrologyJournal
 
IRJET- A Review : An Efficient Approach to Detect and Analyse Heart Tumor usi...
IRJET- A Review : An Efficient Approach to Detect and Analyse Heart Tumor usi...IRJET- A Review : An Efficient Approach to Detect and Analyse Heart Tumor usi...
IRJET- A Review : An Efficient Approach to Detect and Analyse Heart Tumor usi...IRJET Journal
 
Gabriele Luigi Gasparini - Contrast-associated kidney injury – preventive str...
Gabriele Luigi Gasparini - Contrast-associated kidney injury – preventive str...Gabriele Luigi Gasparini - Contrast-associated kidney injury – preventive str...
Gabriele Luigi Gasparini - Contrast-associated kidney injury – preventive str...Euro CTO Club
 
Study: Development of a precision multimodal surgical navigation system for l...
Study: Development of a precision multimodal surgical navigation system for l...Study: Development of a precision multimodal surgical navigation system for l...
Study: Development of a precision multimodal surgical navigation system for l...JeanmarcBasteMDPhD
 
Diabetic-Retinopathy
Diabetic-RetinopathyDiabetic-Retinopathy
Diabetic-Retinopathyanish h
 
Deep learning for cancer tumor classification using transfer learning and fe...
Deep learning for cancer tumor classification using transfer  learning and fe...Deep learning for cancer tumor classification using transfer  learning and fe...
Deep learning for cancer tumor classification using transfer learning and fe...IJECEIAES
 
Medical Image Synthesis with Improved Cycle-GAN: CT from CECT
Medical Image Synthesis with Improved Cycle-GAN: CT from CECT Medical Image Synthesis with Improved Cycle-GAN: CT from CECT
Medical Image Synthesis with Improved Cycle-GAN: CT from CECT BoahKim2
 
CT COLONOSCOPY
CT COLONOSCOPYCT COLONOSCOPY
CT COLONOSCOPYanoopkvld
 
Honours Project_GauravKaila
Honours Project_GauravKailaHonours Project_GauravKaila
Honours Project_GauravKailaGaurav Kaila
 

Similar to Pancreas Segmentation (20)

Breast Carcinoma Staging
Breast Carcinoma StagingBreast Carcinoma Staging
Breast Carcinoma Staging
 
Ct virtual endoscopy 1
Ct virtual endoscopy 1Ct virtual endoscopy 1
Ct virtual endoscopy 1
 
Biochip 1
Biochip 1Biochip 1
Biochip 1
 
Biochip 1
Biochip 1Biochip 1
Biochip 1
 
Introducing the IVM Intravital Microscope
Introducing the IVM Intravital MicroscopeIntroducing the IVM Intravital Microscope
Introducing the IVM Intravital Microscope
 
Youssef Abdelwahed: Preprocedural CT – which patient needs it
Youssef Abdelwahed: Preprocedural CT – which patient needs itYoussef Abdelwahed: Preprocedural CT – which patient needs it
Youssef Abdelwahed: Preprocedural CT – which patient needs it
 
Diabetic Retinopathy Image Enhancement using Vessel Extraction in Retinal Fun...
Diabetic Retinopathy Image Enhancement using Vessel Extraction in Retinal Fun...Diabetic Retinopathy Image Enhancement using Vessel Extraction in Retinal Fun...
Diabetic Retinopathy Image Enhancement using Vessel Extraction in Retinal Fun...
 
Modified Manual Small Incision Cataract Surgery A Better Approach in terms of...
Modified Manual Small Incision Cataract Surgery A Better Approach in terms of...Modified Manual Small Incision Cataract Surgery A Better Approach in terms of...
Modified Manual Small Incision Cataract Surgery A Better Approach in terms of...
 
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
 
Detection of Covid-19, Skin Cancer and Malaria using AI and Image Processing
Detection of Covid-19, Skin Cancer and Malaria using AI and Image ProcessingDetection of Covid-19, Skin Cancer and Malaria using AI and Image Processing
Detection of Covid-19, Skin Cancer and Malaria using AI and Image Processing
 
Lung Cancer Detection using transfer learning.pptx.pdf
Lung Cancer Detection using transfer learning.pptx.pdfLung Cancer Detection using transfer learning.pptx.pdf
Lung Cancer Detection using transfer learning.pptx.pdf
 
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...
 
IRJET- A Review : An Efficient Approach to Detect and Analyse Heart Tumor usi...
IRJET- A Review : An Efficient Approach to Detect and Analyse Heart Tumor usi...IRJET- A Review : An Efficient Approach to Detect and Analyse Heart Tumor usi...
IRJET- A Review : An Efficient Approach to Detect and Analyse Heart Tumor usi...
 
Gabriele Luigi Gasparini - Contrast-associated kidney injury – preventive str...
Gabriele Luigi Gasparini - Contrast-associated kidney injury – preventive str...Gabriele Luigi Gasparini - Contrast-associated kidney injury – preventive str...
Gabriele Luigi Gasparini - Contrast-associated kidney injury – preventive str...
 
Study: Development of a precision multimodal surgical navigation system for l...
Study: Development of a precision multimodal surgical navigation system for l...Study: Development of a precision multimodal surgical navigation system for l...
Study: Development of a precision multimodal surgical navigation system for l...
 
Diabetic-Retinopathy
Diabetic-RetinopathyDiabetic-Retinopathy
Diabetic-Retinopathy
 
Deep learning for cancer tumor classification using transfer learning and fe...
Deep learning for cancer tumor classification using transfer  learning and fe...Deep learning for cancer tumor classification using transfer  learning and fe...
Deep learning for cancer tumor classification using transfer learning and fe...
 
Medical Image Synthesis with Improved Cycle-GAN: CT from CECT
Medical Image Synthesis with Improved Cycle-GAN: CT from CECT Medical Image Synthesis with Improved Cycle-GAN: CT from CECT
Medical Image Synthesis with Improved Cycle-GAN: CT from CECT
 
CT COLONOSCOPY
CT COLONOSCOPYCT COLONOSCOPY
CT COLONOSCOPY
 
Honours Project_GauravKaila
Honours Project_GauravKailaHonours Project_GauravKaila
Honours Project_GauravKaila
 

More from 哲东 郑

Deep learning for person re-identification
Deep learning for person re-identificationDeep learning for person re-identification
Deep learning for person re-identification哲东 郑
 
Cross-domain complementary learning with synthetic data for multi-person part...
Cross-domain complementary learning with synthetic data for multi-person part...Cross-domain complementary learning with synthetic data for multi-person part...
Cross-domain complementary learning with synthetic data for multi-person part...哲东 郑
 
Visual saliency
Visual saliencyVisual saliency
Visual saliency哲东 郑
 
Image Synthesis From Reconfigurable Layout and Style
Image Synthesis From Reconfigurable Layout and StyleImage Synthesis From Reconfigurable Layout and Style
Image Synthesis From Reconfigurable Layout and Style哲东 郑
 
Polysemous Visual-Semantic Embedding for Cross-Modal Retrieval
Polysemous Visual-Semantic Embedding for Cross-Modal RetrievalPolysemous Visual-Semantic Embedding for Cross-Modal Retrieval
Polysemous Visual-Semantic Embedding for Cross-Modal Retrieval哲东 郑
 
Weijian image retrieval
Weijian image retrievalWeijian image retrieval
Weijian image retrieval哲东 郑
 
Scops self supervised co-part segmentation
Scops self supervised co-part segmentationScops self supervised co-part segmentation
Scops self supervised co-part segmentation哲东 郑
 
Video object detection
Video object detectionVideo object detection
Video object detection哲东 郑
 
C2 ae open set recognition
C2 ae open set recognitionC2 ae open set recognition
C2 ae open set recognition哲东 郑
 
Sota semantic segmentation
Sota semantic segmentationSota semantic segmentation
Sota semantic segmentation哲东 郑
 
Deep randomized embedding
Deep randomized embeddingDeep randomized embedding
Deep randomized embedding哲东 郑
 
Semantic Image Synthesis with Spatially-Adaptive Normalization
Semantic Image Synthesis with Spatially-Adaptive NormalizationSemantic Image Synthesis with Spatially-Adaptive Normalization
Semantic Image Synthesis with Spatially-Adaptive Normalization哲东 郑
 
Instance level facial attributes transfer with geometry-aware flow
Instance level facial attributes transfer with geometry-aware flowInstance level facial attributes transfer with geometry-aware flow
Instance level facial attributes transfer with geometry-aware flow哲东 郑
 
Learning to adapt structured output space for semantic
Learning to adapt structured output space for semanticLearning to adapt structured output space for semantic
Learning to adapt structured output space for semantic哲东 郑
 
Unsupervised Learning of Object Landmarks through Conditional Image Generation
Unsupervised Learning of Object Landmarks through Conditional Image GenerationUnsupervised Learning of Object Landmarks through Conditional Image Generation
Unsupervised Learning of Object Landmarks through Conditional Image Generation哲东 郑
 
Graph based global reasoning networks
Graph based global reasoning networks Graph based global reasoning networks
Graph based global reasoning networks 哲东 郑
 

More from 哲东 郑 (20)

Deep learning for person re-identification
Deep learning for person re-identificationDeep learning for person re-identification
Deep learning for person re-identification
 
Cross-domain complementary learning with synthetic data for multi-person part...
Cross-domain complementary learning with synthetic data for multi-person part...Cross-domain complementary learning with synthetic data for multi-person part...
Cross-domain complementary learning with synthetic data for multi-person part...
 
Step zhedong
Step zhedongStep zhedong
Step zhedong
 
Visual saliency
Visual saliencyVisual saliency
Visual saliency
 
Image Synthesis From Reconfigurable Layout and Style
Image Synthesis From Reconfigurable Layout and StyleImage Synthesis From Reconfigurable Layout and Style
Image Synthesis From Reconfigurable Layout and Style
 
Polysemous Visual-Semantic Embedding for Cross-Modal Retrieval
Polysemous Visual-Semantic Embedding for Cross-Modal RetrievalPolysemous Visual-Semantic Embedding for Cross-Modal Retrieval
Polysemous Visual-Semantic Embedding for Cross-Modal Retrieval
 
Weijian image retrieval
Weijian image retrievalWeijian image retrieval
Weijian image retrieval
 
Scops self supervised co-part segmentation
Scops self supervised co-part segmentationScops self supervised co-part segmentation
Scops self supervised co-part segmentation
 
Video object detection
Video object detectionVideo object detection
Video object detection
 
Center nets
Center netsCenter nets
Center nets
 
C2 ae open set recognition
C2 ae open set recognitionC2 ae open set recognition
C2 ae open set recognition
 
Sota semantic segmentation
Sota semantic segmentationSota semantic segmentation
Sota semantic segmentation
 
Deep randomized embedding
Deep randomized embeddingDeep randomized embedding
Deep randomized embedding
 
Semantic Image Synthesis with Spatially-Adaptive Normalization
Semantic Image Synthesis with Spatially-Adaptive NormalizationSemantic Image Synthesis with Spatially-Adaptive Normalization
Semantic Image Synthesis with Spatially-Adaptive Normalization
 
Instance level facial attributes transfer with geometry-aware flow
Instance level facial attributes transfer with geometry-aware flowInstance level facial attributes transfer with geometry-aware flow
Instance level facial attributes transfer with geometry-aware flow
 
Learning to adapt structured output space for semantic
Learning to adapt structured output space for semanticLearning to adapt structured output space for semantic
Learning to adapt structured output space for semantic
 
Unsupervised Learning of Object Landmarks through Conditional Image Generation
Unsupervised Learning of Object Landmarks through Conditional Image GenerationUnsupervised Learning of Object Landmarks through Conditional Image Generation
Unsupervised Learning of Object Landmarks through Conditional Image Generation
 
Graph based global reasoning networks
Graph based global reasoning networks Graph based global reasoning networks
Graph based global reasoning networks
 
Style gan
Style ganStyle gan
Style gan
 
Vi2vi
Vi2viVi2vi
Vi2vi
 

Recently uploaded

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 

Recently uploaded (20)

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 

Pancreas Segmentation

  • 1. MICCAI 17 CVPR 18 MICCAI 18 Pancreas Segmentation Kun Zhan UTS Building 11 15 July, 2018 Kun Zhan Pancreas Segmentation
  • 2. MICCAI 17 CVPR 18 MICCAI 18 Content I 1 MICCAI 17 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT Scans 2 CVPR 18 Recurrent Saliency Transformation Network: Incorporating Multi-Stage Visual Cues for Small Organ Segmentation 3 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with Volumetric Fusion Net Kun Zhan Pancreas Segmentation
  • 3. MICCAI 17 CVPR 18 MICCAI 18 Pancreatic Cancer 1 Pancreatic cancer is a major killer of human being 12 out of 100,000 people have pancreatic cancer 330,000 new cases globally in the year of 2012 (7th most) 2 Even in all types of cancer, it belongs to the most dangerous and fatal ones Extremely difficult to diagnose in its early stage In the time of diagnosis, the cancer has often spread to other organs Most often, nothing can be done to cure the patients (5-year survival rate: 7.7%) The rate of diagnosis is almost the same as the rate of death Kun Zhan Pancreas Segmentation
  • 4. MICCAI 17 CVPR 18 MICCAI 18 The NIH Dataset 82 CT samples collected from healthy people A volume is of size 512 × 512 × L, L ∈ [181, 466] varies from sample to sample, and the slice thickness varies between 1.5mm and 2.5mm Slice-by-slice (in the axial view) annotated by a medical student, and verified (modified) by an experienced radiologist Kun Zhan Pancreas Segmentation
  • 5. MICCAI 17 CVPR 18 MICCAI 18 Occupy a very small fraction (e.g., < 0.5%) of the CT volume. Kun Zhan Pancreas Segmentation
  • 6. MICCAI 17 CVPR 18 MICCAI 18 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT Outline 1 MICCAI 17 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT Scans 2 CVPR 18 Recurrent Saliency Transformation Network: Incorporating Multi-Stage Visual Cues for Small Organ Segmentation 3 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with Volumetric Fusion Net Kun Zhan Pancreas Segmentation
  • 7. MICCAI 17 CVPR 18 MICCAI 18 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT Outline 1 MICCAI 17 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT Scans 2 CVPR 18 Recurrent Saliency Transformation Network: Incorporating Multi-Stage Visual Cues for Small Organ Segmentation 3 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with Volumetric Fusion Net Kun Zhan Pancreas Segmentation
  • 8. MICCAI 17 CVPR 18 MICCAI 18 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT Model. (pre-trained “fcn8s-heavy-pascal.caffemodel”) VGG-16 FCN-8s Kun Zhan Pancreas Segmentation
  • 9. MICCAI 17 CVPR 18 MICCAI 18 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT Loss Function DSC Loss Function: Dice Sφrensen Coeffcient = 1 − 2× i ziyi i zi+ i yi Loss Function: L = 1 − 2× i ziyi+ i zi+ i yi+ The gradient computation is straightforward: ∂L ∂zj = − 2yj( i zi+ i yi+ )−2 i ziyi− ( i zi+ i yi+ )2 Kun Zhan Pancreas Segmentation
  • 10. MICCAI 17 CVPR 18 MICCAI 18 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT Segmentation results with different input regions Red, green, and yellow indicate the prediction, ground-truth, and overlapped pixels, respectively. Kun Zhan Pancreas Segmentation
  • 11. MICCAI 17 CVPR 18 MICCAI 18 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT Scheme Illustration of the testing process. Only one iteration is shown here. In practice, there are at most 10 iterations. Kun Zhan Pancreas Segmentation
  • 12. MICCAI 17 CVPR 18 MICCAI 18 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT The floodfill algorithm is used to detect the connecting components. Kun Zhan Pancreas Segmentation
  • 13. MICCAI 17 CVPR 18 MICCAI 18 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT Results Segmentation accuracy reported by different approaches. Kun Zhan Pancreas Segmentation
  • 14. MICCAI 17 CVPR 18 MICCAI 18 Recurrent Saliency Transformation Network: Incorporating Multi- Outline 1 MICCAI 17 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT Scans 2 CVPR 18 Recurrent Saliency Transformation Network: Incorporating Multi-Stage Visual Cues for Small Organ Segmentation 3 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with Volumetric Fusion Net Kun Zhan Pancreas Segmentation
  • 15. MICCAI 17 CVPR 18 MICCAI 18 Recurrent Saliency Transformation Network: Incorporating Multi- Outline 1 MICCAI 17 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT Scans 2 CVPR 18 Recurrent Saliency Transformation Network: Incorporating Multi-Stage Visual Cues for Small Organ Segmentation 3 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with Volumetric Fusion Net Kun Zhan Pancreas Segmentation
  • 16. MICCAI 17 CVPR 18 MICCAI 18 Recurrent Saliency Transformation Network: Incorporating Multi- Motivation Since “MICCAI 2017” is inconsistency between its training and testing strategies, we propose a Recurrent Saliency Transformation Network with two advantages: 1 In the training phase, the coarse-scaled and fine-scaled networks are optimized jointly, so that the segmentation ability of each of them gets improved. 2 In the testing phase, the segmentation mask of each iteration is preserved and propagated throughout iterations, enabling multi-stage visual cues to be incorporated towards more accurate segmentation. ‘To the best of our knowledge, this idea was not studied in the computer vision community, as it requires making use of some special properties of CT scans.’ Kun Zhan Pancreas Segmentation
  • 17. MICCAI 17 CVPR 18 MICCAI 18 Recurrent Saliency Transformation Network: Incorporating Multi- A failure case of “MICCAI 2017” Kun Zhan Pancreas Segmentation
  • 18. MICCAI 17 CVPR 18 MICCAI 18 Recurrent Saliency Transformation Network: Incorporating Multi- RSTN Scheme Kun Zhan Pancreas Segmentation
  • 19. MICCAI 17 CVPR 18 MICCAI 18 Recurrent Saliency Transformation Network: Incorporating Multi- RSTN Results Kun Zhan Pancreas Segmentation
  • 20. MICCAI 17 CVPR 18 MICCAI 18 Recurrent Saliency Transformation Network: Incorporating Multi- RSTN Results Kun Zhan Pancreas Segmentation
  • 21. MICCAI 17 CVPR 18 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with Outline 1 MICCAI 17 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT Scans 2 CVPR 18 Recurrent Saliency Transformation Network: Incorporating Multi-Stage Visual Cues for Small Organ Segmentation 3 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with Volumetric Fusion Net Kun Zhan Pancreas Segmentation
  • 22. MICCAI 17 CVPR 18 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with Outline 1 MICCAI 17 A Fixed-Point Model for Pancreas Segmentation in Abdominal CT Scans 2 CVPR 18 Recurrent Saliency Transformation Network: Incorporating Multi-Stage Visual Cues for Small Organ Segmentation 3 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with Volumetric Fusion Net Kun Zhan Pancreas Segmentation
  • 23. MICCAI 17 CVPR 18 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with Highlights 1 We present an alternative framework, which trains 2D networks on different view points for segmentation, and builds a 3D Volumetric Fusion Net (VFN) to fuse the 2D segmentation results. 2 We train and test the segmentation and fusion modules individually, and propose a novel strategy, named cross-cross-augmentation, to make full use of the limited training data. cross-cross-augmentation: Suppose we split data into K folds for cross-validation, and the k1-th fold is left for testing. For all k2 = k1, we train 2D segmentation models on the folds in {1, . . . , K} {k1, k2}, and test on the k2-th fold to generate training data for the VFN. Kun Zhan Pancreas Segmentation
  • 24. MICCAI 17 CVPR 18 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with VFN Scheme It has three down-sampling stages and three up-sampling stages. Each down-sampling stage is composed of two 3 × 3 × 3 convolutional layers and a 2 × 2 × 2 max-pooling layer with a stride of 2, and each up-sampling stage is implemented by a single 4 × 4 × 4 deconvolutional layer with a stride of 2. Kun Zhan Pancreas Segmentation
  • 25. MICCAI 17 CVPR 18 MICCAI 18 Bridging the Gap Between 2D and 3D Organ Segmentation with Results Comparison of segmentation accuracy Kun Zhan Pancreas Segmentation