|
Algorithm 1. The Process of the Transformation Operation
|
| 1. All the outputs from VGG-16 are denoted as , the form is , where , is the width and height of the feature map, and is the number of channel. Expand the dimension of at first axis, the new form of is . |
| 2. Concat all the at first axis, the output is denoted as , and the form is . |
| 3. Expand the dimension of , the new form is . |
| 4. Compress the width, height, and channel to one dimension, the form of the final output is . |