How can I merge (concatenate) feature maps from two different CNN layers in my architecture?

4 ビュー (過去 30 日間)
I am looking for something like "merge" layer in Keras to implement U-Net. Thanks!
  2 件のコメント
Ritesh Chandna
Ritesh Chandna 2017 年 4 月 12 日
Unfortunately, we do not have a merge layer feature as of now. However, you can refer to the below link which list all the layer features we have:
https://www.mathworks.com/help/nnet/convolutional-neural-networks.html
Please feel free to provide more information about your workflow.
Moses Miller
Moses Miller 2018 年 10 月 1 日
Hi, Any support for merging LSTM layers in R2018b? Thanks!

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

採用された回答

Birju Patel
Birju Patel 2018 年 3 月 6 日
編集済み: Birju Patel 2018 年 3 月 6 日
Hi,
In R2017b, the depth concatenation layer can be used to merge feature maps:
https://www.mathworks.com/help/nnet/ref/nnet.cnn.layer.depthconcatenationlayer.html
I've also attached an example function that can be used to create U-Net in R2017b (createUnet.m).
HTH, Birju
  1 件のコメント
Itzik Ben Shabat
Itzik Ben Shabat 2019 年 4 月 3 日
Does this also work for the new 3D layers in 2019a ?
If not, is there an alternative function ?

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

その他の回答 (1 件)

o.cefet cefet
o.cefet cefet 2019 年 11 月 12 日
Has anyone ever gotten it on matlab Multiscale Features-Convolutional Neural Network?
Similar to work: https://ieeexplore.ieee.org/document/8625476/

カテゴリ

Help Center および File ExchangeRecognition, Object Detection, and Semantic Segmentation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by