These capsules are particularly good at handling different types of visual stimulus and encoding things like pose (position, size, orientation), deformation, velocity, albedo, hue, texture etc.
Capsule is a nested set of neural layers. So in a regular neural network you keep on adding more layers. In CapsNet you would add more layers inside a single layer. Or in other words nest a neural layer inside another. The state of the neurons inside a capsule capture the above properties of one entity inside an image.
- A capsule network has each capsule outputting a vector with the information about the position, scale, and rotation about the feature.
- Each capsule in layer L has a coupling strength c with each capsule in layer L+1,
- provide is taking a step to move from black-box neural networks to those that represent more concrete features that can help us analyze and understand what these are doing under the hood.
Capsule Network
最新推荐文章于 2022-06-06 09:23:39 发布