A modified implementation of " A Branching and Merging Convolutional Network with Homogeneous Filter Capsules" paper
You can read the original paper A Branching and Merging Convolutional Network with Homogeneous Filter Capsules
Changes made from the original architecture are:-
- Using original Capsule network instead of Homogeneous Filter Capsules
- Using Residual Connections after every two convolution layer
- added a trainable coefficient which determines the strength of residual connection, it is similiar to the idea of highboost filtering