狠狠撸

狠狠撸Share a Scribd company logo
17
Most read
18
Most read
19
Most read
1
DEEP LEARNING JP
[DL Papers]
http://deeplearning.jp/
Deep Learning in Medical Image Segmentation
Toru Fujino, SCSLab, UTokyo
発表概要
? 医用画像解析におけるセグメンテーション
? タスク
? 医用画像特有の問題
? 主に次のReview論文のsegmentationの章に従って発表
? G. Litjens et al., “A survey on deep learning in medical image analysis”,
Medical Image Analysis (2017)
医用画像解析とは
? 医用画像から有用な情報を抽出するタスク
? 画像の種類
? MRI画像, CT画像, X線画像, 顕微鏡画像, 超音波画像, マンモグラフィ
? 部位
? 脳, 肺, 細胞, 網膜血管, etc.
医用画像解析の主なタスク
? 分類
? セグメンテーション
? 位置特定 / 検出
? 位置合わせ (Registration)
セグメンテーション
? 画像の各ピクセルに対してクラスの予測確率を付与する
? 交差エントロピーを最小化
出典: Stanford University CS231n: Convolutional Neural Networks for Visual Recognition
医用画像におけるセグメンテーション
? 大きく2つに分けられる
? 臓器 / 下部構造 (substructure) セグメンテーション
? 心臓の心室, 脳の部位, 細胞
? 画像内の比較的大きい部位に対してのセグメンテーション
? 病変セグメンテーション
? 脳腫瘍, 目の網膜の異常部位
? 画像内の物体の位置を特定 -> セグメンテーション
? 病変部位は画像全体に対して比較的小さいことが多い
臓器 / 下部構造セグメンテーション
? 画像内の比較的大きい部位に対するセグメンテーション
? 細胞のセグメンテーション
? 3D画像からの腎臓のセグメンテーション
O. Ronneberger et al., “U-Net: Convolutional Networks for Biomedical Image Segmentation”, MICCAI (2015)
?. ?i?ek et al., “3D U-Net: Learning Dense Volumetric Segmentation from Sparse Annotation”, MICCAI (2016)
U-Net [O. Ronneberger+ 2015]
? Downsampling -> Upsampling
? Skip connectionによりUpsamling時に元画像の情報を有効に活用
? 医用画像以外でも広く
利用される
O. Ronneberger et al., “U-Net: Convolutional Networks for Biomedical Image Segmentation”, MICCAI (2015)
3D U-Net [?. ?i?ek+ 2016]
? 3D画像版のU-Net
? MRI画像などに適用
?. ?i?ek et al., “3D U-Net: Learning Dense Volumetric Segmentation from Sparse Annotation”, MICCAI (2016)
病変セグメンテーション
? 病変の位置が様々
? 例) 脳腫瘍 (赤い部分)
? 病変部位は画像サイズに対して小さいことが多い
? 病変部位のlocalな情報 + 臓器全体に対する病変の位置情報
(global) の両方が必要
K. Kamnitsas et al., “Efficient multi-scale 3D CNN with fully connected CRF for accurate brain lesion segmentation”,
Medical Image Segmentation (2017)
病変セグメンテーション [M. Havaei+2017]
? 画像内のpatchごとにCNNに入力
? globalな情報 (下図の左上) とlocalな情報 (下図の左下) の両方を
考慮
? その後, さらに異なるサイズのカーネルで畳み込み
M. Havaei et al., “Brain Tumor Segmentation with Deep Neural Networks”, Medical Image Analysis (2017)
病変セグメンテーション [M. Havaei+2017]
? Dice: F値
? Specificity: 病変部位に対するprecision
? Sensitivity: 非病変部位に対するprecision
M. Havaei et al., “Brain Tumor Segmentation with Deep Neural Networks”, Medical Image Analysis (2017)
課題: 教師データがとても少ない
? アノテーションに専門的な知識が必要
? Privateなデータの共有の難しさ
? 代表的なデータセットでも数十?数千枚程度
? DRIVE (網膜の血管画像): 学習用データ20枚, テストデータ20枚
? ISBI (細胞画像): 学習用データ30枚, テストデータ30枚
? CHASE_DB1 (網膜の血管画像): 28枚
? Data augmentation
? 転移学習
? アンサンブル学習
LadderNet [J. Zhuang 2018]
? U-Netを2つ繋げることで複数のpathを実現
? アンサンブル学習のような効果
J. Zhuang, “LadderNet: Multi-path networks based on U-Net for medical image segmentation”, arXiv (2018)
LadderNet [J. Zhuang 2018]
? U-Net等と比べて精度向上
J. Zhuang, “LadderNet: Multi-path networks based on U-Net for medical image segmentation”, arXiv (2018)
課題: 複数のground truthが存在する
? 「ここの部位が癌だ!」というのは専門医の間でも意見が分か
れる
肺のCT画像
複数の
ground truth
S. A. A. Kohl et al., ”A Probabilistic U-Net for Segmentation of Ambiguous Images”, NeurIPS (2018)
Probabilistic U-Net [Kohl+ 2018]
? Conditional VAE + U-Net
? セグメンテーションの生成分布を学習する
? (以前DL輪読会で谷村さんが発表)
S. A. A. Kohl et al., ”A Probabilistic U-Net for Segmentation of Ambiguous Images”, NeurIPS (2018)
課題: クラスのimbalanceさ
? 画像のほとんどのピクセルが病変でない場合
? すべてのピクセルを病変ではないと学習してしまう
脳のMRI (印は腫瘍がある箇所)
T. Brosch et al., “Deep 3D Convolutional Encoder Networks With Shortcuts for Multiscale Feature Integration
Applied to Multiple Sclerosis Lesion Segmentation”, IEEE Transactions on Medical Imaging (2016)
損失関数の工夫[Brosch+ 2016]
? 通常の誤差関数: 二乗誤差
? 病変部位?非病変部位の誤差に重みをつける
? r (sensitivity ratio): 病変部位の損失に対する重み
病変部位 非病変部位
T. Brosch et al., “Deep 3D Convolutional Encoder Networks With Shortcuts for Multiscale Feature Integration
Applied to Multiple Sclerosis Lesion Segmentation”, IEEE Transactions on Medical Imaging (2016)
損失関数の工夫[Brosch+ 2016]
? r (sensitivity ratio) は0.01 ~ 0.1. 結果はほぼ同じ.
T. Brosch et al., “Deep 3D Convolutional Encoder Networks With Shortcuts for Multiscale Feature Integration
Applied to Multiple Sclerosis Lesion Segmentation”, IEEE Transactions on Medical Imaging (2016)
ROC曲線
まとめ
? 臓器/下部構造セグメンテーションではシンプルなCNN
? 病変セグメンテーションではlocalな情報とglobalな情報を組み合
わせる必要がある
? 医用画像特有の課題
? 教師データの少なさ
? 複数のground truth
? クラスのimbalance
? etc.

More Related Content

What's hot (20)

PPTX
You Only Look One-level Featureの解説と見せかけた物体検出のよもやま話
Yusuke Uchida
?
PDF
闯顿尝础主催「颁痴笔搁2023技术报告会」発表资料
Morpho, Inc.
?
PDF
Deep Learningによる超解像の進歩
Hiroto Honda
?
PDF
搁-颁狈狈の原理とここ数年の流れ
Kazuki Motohashi
?
PPTX
摆顿尝轮読会闭骋蚕狈と関连研究,世界モデルとの関係について
Deep Learning JP
?
PDF
[DL輪読会]Deep Reinforcement Learning that Matters
Deep Learning JP
?
PDF
罢谤补苍蝉蹿辞谤尘别谤を多层にする际の勾配消失问题と解决法について
Sho Takase
?
PDF
モテ?ルアーキテクチャ観点からのDeep Neural Network高速化
Yusuke Uchida
?
PDF
レコメンドエンジン作成コンテストの胜ち方
Shun Nukui
?
PDF
机械学习モデルの判断根拠の説明
Satoshi Hara
?
PDF
动作认识の最前线:手法,タスク,データセット
Toru Tamaki
?
PDF
【DL輪読会】How Much Can CLIP Benefit Vision-and-Language Tasks?
Deep Learning JP
?
PDF
翱辫迟颈尘颈锄别谤入门&最新动向
Motokawa Tetsuya
?
PPTX
【DL輪読会】EPro-PnP: Generalized End-to-End Probabilistic Perspective-n-Pointsfor...
Deep Learning JP
?
PDF
Fisher Vectorによる画像認識
Takao Yamanaka
?
PPTX
DeBERTaV3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-D...
harmonylab
?
PDF
【CVPR 2019】DeepSDF: Learning Continuous Signed Distance Functions for Shape R...
cvpaper. challenge
?
PDF
Transformer メタサーベイ
cvpaper. challenge
?
PDF
贰尝叠翱型痴础贰のダメなところ
KCS Keio Computer Society
?
PPTX
[DL輪読会]Objects as Points
Deep Learning JP
?
You Only Look One-level Featureの解説と見せかけた物体検出のよもやま話
Yusuke Uchida
?
闯顿尝础主催「颁痴笔搁2023技术报告会」発表资料
Morpho, Inc.
?
Deep Learningによる超解像の進歩
Hiroto Honda
?
搁-颁狈狈の原理とここ数年の流れ
Kazuki Motohashi
?
摆顿尝轮読会闭骋蚕狈と関连研究,世界モデルとの関係について
Deep Learning JP
?
[DL輪読会]Deep Reinforcement Learning that Matters
Deep Learning JP
?
罢谤补苍蝉蹿辞谤尘别谤を多层にする际の勾配消失问题と解决法について
Sho Takase
?
モテ?ルアーキテクチャ観点からのDeep Neural Network高速化
Yusuke Uchida
?
レコメンドエンジン作成コンテストの胜ち方
Shun Nukui
?
机械学习モデルの判断根拠の説明
Satoshi Hara
?
动作认识の最前线:手法,タスク,データセット
Toru Tamaki
?
【DL輪読会】How Much Can CLIP Benefit Vision-and-Language Tasks?
Deep Learning JP
?
翱辫迟颈尘颈锄别谤入门&最新动向
Motokawa Tetsuya
?
【DL輪読会】EPro-PnP: Generalized End-to-End Probabilistic Perspective-n-Pointsfor...
Deep Learning JP
?
Fisher Vectorによる画像認識
Takao Yamanaka
?
DeBERTaV3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-D...
harmonylab
?
【CVPR 2019】DeepSDF: Learning Continuous Signed Distance Functions for Shape R...
cvpaper. challenge
?
Transformer メタサーベイ
cvpaper. challenge
?
贰尝叠翱型痴础贰のダメなところ
KCS Keio Computer Society
?
[DL輪読会]Objects as Points
Deep Learning JP
?

Similar to 摆顿尝轮読会闭医用画像解析におけるセグメンテーション (20)

PDF
【CVPR 2020 メタサーベイ】Medical, Biological and Cell Microscopy
cvpaper. challenge
?
PDF
[DL輪読会]Combining Fully Convolutional and Recurrent Neural Networks for 3D Bio...
Deep Learning JP
?
PDF
Paper introduce
shuyamori
?
PPTX
病院で働く技师による深层学习を用いた研究
Yutaka KATAYAMA
?
PPTX
深层学习と自动诊断
Daiki Shimada
?
PDF
Deep Learningを使って前立腺のセグメンテーションからVR化
Naoji Taniguchi
?
PPTX
U-Net: Convolutional Networks for Biomedical Image Segmentationの紹介
KCS Keio Computer Society
?
PPTX
ヘルスケア領域でのDeep Learnigの動向
Naoji Taniguchi
?
PDF
人工知能技術を用いた各医学画像処理の基礎 (2022/09/09)
Yutaka KATAYAMA
?
PPTX
Unsupervised detection of lesions in brain mri using constrained adversarial ...
masataka nishimori
?
PDF
Yosuke Hoshi U-Net
YosukeHoshi1
?
PDF
deep learningによるCTスキャン画像シーケンスの3次元セグメンテーションからのMixed Realityでの活用
Naoji Taniguchi
?
PDF
画像による脳肿疡の検出
Masato Miwada
?
PPTX
探求の道 Lead Clearly
Yutaka KATAYAMA
?
PDF
顿滨骋滨罢厂によるディープラーニング画像分类
NVIDIA Japan
?
PDF
人が注目する箇所を当てるSaliency Detectionの最新モデル UCNet(CVPR2020)
Shintaro Yoshida
?
PDF
ディープラーニングの产业応用とそれを支える技术
Shohei Hido
?
PDF
[Japan Tech summit 2017] MAI 001
Microsoft Tech Summit 2017
?
PPTX
令和元年度 実践セミナー - Deep Learning 概論 -
Yutaka KATAYAMA
?
PDF
東北大学 先端技術の基礎と実践_深層学習による画像認識とデータの話_菊池悠太
Preferred Networks
?
【CVPR 2020 メタサーベイ】Medical, Biological and Cell Microscopy
cvpaper. challenge
?
[DL輪読会]Combining Fully Convolutional and Recurrent Neural Networks for 3D Bio...
Deep Learning JP
?
Paper introduce
shuyamori
?
病院で働く技师による深层学习を用いた研究
Yutaka KATAYAMA
?
深层学习と自动诊断
Daiki Shimada
?
Deep Learningを使って前立腺のセグメンテーションからVR化
Naoji Taniguchi
?
U-Net: Convolutional Networks for Biomedical Image Segmentationの紹介
KCS Keio Computer Society
?
ヘルスケア領域でのDeep Learnigの動向
Naoji Taniguchi
?
人工知能技術を用いた各医学画像処理の基礎 (2022/09/09)
Yutaka KATAYAMA
?
Unsupervised detection of lesions in brain mri using constrained adversarial ...
masataka nishimori
?
Yosuke Hoshi U-Net
YosukeHoshi1
?
deep learningによるCTスキャン画像シーケンスの3次元セグメンテーションからのMixed Realityでの活用
Naoji Taniguchi
?
画像による脳肿疡の検出
Masato Miwada
?
探求の道 Lead Clearly
Yutaka KATAYAMA
?
顿滨骋滨罢厂によるディープラーニング画像分类
NVIDIA Japan
?
人が注目する箇所を当てるSaliency Detectionの最新モデル UCNet(CVPR2020)
Shintaro Yoshida
?
ディープラーニングの产业応用とそれを支える技术
Shohei Hido
?
[Japan Tech summit 2017] MAI 001
Microsoft Tech Summit 2017
?
令和元年度 実践セミナー - Deep Learning 概論 -
Yutaka KATAYAMA
?
東北大学 先端技術の基礎と実践_深層学習による画像認識とデータの話_菊池悠太
Preferred Networks
?
Ad

More from Deep Learning JP (20)

PPTX
【DL輪読会】AdaptDiffuser: Diffusion Models as Adaptive Self-evolving Planners
Deep Learning JP
?
PPTX
【顿尝轮読会】事前学习用データセットについて
Deep Learning JP
?
PPTX
【DL輪読会】 "Learning to render novel views from wide-baseline stereo pairs." CVP...
Deep Learning JP
?
PPTX
【DL輪読会】Zero-Shot Dual-Lens Super-Resolution
Deep Learning JP
?
PPTX
【DL輪読会】BloombergGPT: A Large Language Model for Finance arxiv
Deep Learning JP
?
PPTX
【DL輪読会】マルチモーダル LLM
Deep Learning JP
?
PDF
【 DL輪読会】ToolLLM: Facilitating Large Language Models to Master 16000+ Real-wo...
Deep Learning JP
?
PPTX
【DL輪読会】AnyLoc: Towards Universal Visual Place Recognition
Deep Learning JP
?
PDF
【DL輪読会】Can Neural Network Memorization Be Localized?
Deep Learning JP
?
PPTX
【DL輪読会】Hopfield network 関連研究について
Deep Learning JP
?
PPTX
【DL輪読会】SimPer: Simple self-supervised learning of periodic targets( ICLR 2023 )
Deep Learning JP
?
PDF
【DL輪読会】RLCD: Reinforcement Learning from Contrast Distillation for Language M...
Deep Learning JP
?
PDF
【DL輪読会】"Secrets of RLHF in Large Language Models Part I: PPO"
Deep Learning JP
?
PPTX
【DL輪読会】"Language Instructed Reinforcement Learning for Human-AI Coordination "
Deep Learning JP
?
PPTX
【DL輪読会】Llama 2: Open Foundation and Fine-Tuned Chat Models
Deep Learning JP
?
PDF
【DL輪読会】"Learning Fine-Grained Bimanual Manipulation with Low-Cost Hardware"
Deep Learning JP
?
PPTX
【DL輪読会】Parameter is Not All You Need:Starting from Non-Parametric Networks fo...
Deep Learning JP
?
PDF
【DL輪読会】Drag Your GAN: Interactive Point-based Manipulation on the Generative ...
Deep Learning JP
?
PDF
【DL輪読会】Self-Supervised Learning from Images with a Joint-Embedding Predictive...
Deep Learning JP
?
PPTX
【DL輪読会】Towards Understanding Ensemble, Knowledge Distillation and Self-Distil...
Deep Learning JP
?
【DL輪読会】AdaptDiffuser: Diffusion Models as Adaptive Self-evolving Planners
Deep Learning JP
?
【顿尝轮読会】事前学习用データセットについて
Deep Learning JP
?
【DL輪読会】 "Learning to render novel views from wide-baseline stereo pairs." CVP...
Deep Learning JP
?
【DL輪読会】Zero-Shot Dual-Lens Super-Resolution
Deep Learning JP
?
【DL輪読会】BloombergGPT: A Large Language Model for Finance arxiv
Deep Learning JP
?
【DL輪読会】マルチモーダル LLM
Deep Learning JP
?
【 DL輪読会】ToolLLM: Facilitating Large Language Models to Master 16000+ Real-wo...
Deep Learning JP
?
【DL輪読会】AnyLoc: Towards Universal Visual Place Recognition
Deep Learning JP
?
【DL輪読会】Can Neural Network Memorization Be Localized?
Deep Learning JP
?
【DL輪読会】Hopfield network 関連研究について
Deep Learning JP
?
【DL輪読会】SimPer: Simple self-supervised learning of periodic targets( ICLR 2023 )
Deep Learning JP
?
【DL輪読会】RLCD: Reinforcement Learning from Contrast Distillation for Language M...
Deep Learning JP
?
【DL輪読会】"Secrets of RLHF in Large Language Models Part I: PPO"
Deep Learning JP
?
【DL輪読会】"Language Instructed Reinforcement Learning for Human-AI Coordination "
Deep Learning JP
?
【DL輪読会】Llama 2: Open Foundation and Fine-Tuned Chat Models
Deep Learning JP
?
【DL輪読会】"Learning Fine-Grained Bimanual Manipulation with Low-Cost Hardware"
Deep Learning JP
?
【DL輪読会】Parameter is Not All You Need:Starting from Non-Parametric Networks fo...
Deep Learning JP
?
【DL輪読会】Drag Your GAN: Interactive Point-based Manipulation on the Generative ...
Deep Learning JP
?
【DL輪読会】Self-Supervised Learning from Images with a Joint-Embedding Predictive...
Deep Learning JP
?
【DL輪読会】Towards Understanding Ensemble, Knowledge Distillation and Self-Distil...
Deep Learning JP
?
Ad

Recently uploaded (9)

PDF
安尾 萌, 北村 茂生, 松下 光範. 災害発生時における被害状況把握を目的とした情報共有システムの基礎検討, 電子情報通信学会HCGシンポジウム2018...
Matsushita Laboratory
?
PDF
安尾 萌, 松下 光範. 環境馴致を計量可能にするための試み,人工知能学会第4回仕掛学研究会, 2018.
Matsushita Laboratory
?
PDF
論文紹介:AutoPrompt: Eliciting Knowledge from Language Models with Automatically ...
Toru Tamaki
?
PPTX
勉強会_ターミナルコマント?入力迅速化_20250620. pptx. .
iPride Co., Ltd.
?
PDF
安尾 萌, 藤代 裕之, 松下 光範. 協調的情報トリアージにおけるコミュニケーションの影響についての検討, 第11回データ工学と情報マネジメントに関する...
Matsushita Laboratory
?
PPTX
色について.pptx .
iPride Co., Ltd.
?
PDF
Forguncy 10 製品概要資料 - ノーコードWebアプリ開発プラットフォーム
フォーガンシー
?
PPTX
Vibe Codingを始めよう ?Cursorを例に、ノーコードでのプログラミング体験?
iPride Co., Ltd.
?
PDF
論文紹介:Unbiasing through Textual Descriptions: Mitigating Representation Bias i...
Toru Tamaki
?
安尾 萌, 北村 茂生, 松下 光範. 災害発生時における被害状況把握を目的とした情報共有システムの基礎検討, 電子情報通信学会HCGシンポジウム2018...
Matsushita Laboratory
?
安尾 萌, 松下 光範. 環境馴致を計量可能にするための試み,人工知能学会第4回仕掛学研究会, 2018.
Matsushita Laboratory
?
論文紹介:AutoPrompt: Eliciting Knowledge from Language Models with Automatically ...
Toru Tamaki
?
勉強会_ターミナルコマント?入力迅速化_20250620. pptx. .
iPride Co., Ltd.
?
安尾 萌, 藤代 裕之, 松下 光範. 協調的情報トリアージにおけるコミュニケーションの影響についての検討, 第11回データ工学と情報マネジメントに関する...
Matsushita Laboratory
?
色について.pptx .
iPride Co., Ltd.
?
Forguncy 10 製品概要資料 - ノーコードWebアプリ開発プラットフォーム
フォーガンシー
?
Vibe Codingを始めよう ?Cursorを例に、ノーコードでのプログラミング体験?
iPride Co., Ltd.
?
論文紹介:Unbiasing through Textual Descriptions: Mitigating Representation Bias i...
Toru Tamaki
?

摆顿尝轮読会闭医用画像解析におけるセグメンテーション