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 Staging
Dr S.
 
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-Retinopathy
anish h
 
Honours Project_GauravKaila
Honours Project_GauravKailaHonours Project_GauravKaila
Honours Project_GauravKaila
Gaurav 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 哲东 郑

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...
哲东 郑
 
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
哲东 郑
 
Scops self supervised co-part segmentation
Scops self supervised co-part segmentationScops self supervised co-part segmentation
Scops self supervised co-part segmentation
哲东 郑
 
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

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 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