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.

请先登录,再进行评论。

采纳的回答

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 个)

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 CenterFile Exchange 中查找有关 Recognition, 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