How can I merge (concatenate) feature maps from two different CNN layers in my architecture?
34 views (last 30 days)
Show older comments
Damian Matuszewski
on 7 Apr 2017
Answered: o.cefet cefet
on 12 Nov 2019
I am looking for something like "merge" layer in Keras to implement U-Net. Thanks!
2 Comments
Accepted Answer
Birju Patel
on 6 Mar 2018
Edited: Birju Patel
on 6 Mar 2018
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 Comment
Itzik Ben Shabat
on 3 Apr 2019
Does this also work for the new 3D layers in 2019a ?
If not, is there an alternative function ?
More Answers (1)
o.cefet cefet
on 12 Nov 2019
Has anyone ever gotten it on matlab Multiscale Features-Convolutional Neural Network?
Similar to work: https://ieeexplore.ieee.org/document/8625476/
0 Comments
See Also
Categories
Find more on Point Cloud Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!