フィルターのクリア

Transfer learning using UNet

40 ビュー (過去 30 日間)
Lilly
Lilly 2022 年 10 月 20 日
編集済み: Matt J 2022 年 10 月 20 日
I'm currently working through the "Deep Learning for Semantic Sementation" https://ch.mathworks.com/help/vision/ug/semantic-segmentation-using-deep-learning.html workbook to try and augment my unet segmentation algorithm. Is there anyway of conducting transfer learning with unetlayers? It says in the workbook it's possible with unet and I've successfully done it with the other segmentation architectures suggested (fcn and segnet). Any help appreciated!
  5 件のコメント
Matt J
Matt J 2022 年 10 月 20 日
So the problem is finding a pretrained U-Net, not the actual transfer learning?
Lilly
Lilly 2022 年 10 月 20 日
編集済み: Lilly 2022 年 10 月 20 日
No, that's not the problem. If you go onto the "Deep Learning for Semantic Segmentation" documentation I've linked in the 1st post. The documentation says:
"Create the Network
Use the deeplabv3plusLayers function to create a DeepLab v3+ network based on ResNet-18. Choosing the best network for your application requires empirical analysis and is another level of hyperparameter tuning. For example, you can experiment with different base networks such as ResNet-50 or MobileNet v2, or you can try other semantic segmentation network architectures such as SegNet, fully convolutional networks (FCN), or U-Net."
I can use the deeplabv3pluslayers function to make a transfer learning network bacsed on ResNet-18 and segnetlayers with vgg16 but I can't do that using the same syntax with the unetlayers function with a pretrained model. I'm just wondering whether there is another way to use transfer learning to make a unet that is similar to unetlayers but allows transfer learning

サインインしてコメントする。

採用された回答

Matt J
Matt J 2022 年 10 月 20 日
編集済み: Matt J 2022 年 10 月 20 日
If you already have a pretrained U-Net, I imagine you could modify the output layers manually, as described in,
  1 件のコメント
Lilly
Lilly 2022 年 10 月 20 日
I'll give that a go, thank you

サインインしてコメントする。

その他の回答 (0 件)

製品


リリース

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by