Table 1.
Designed 50-layer CNN based on the ResNet architecture.
Layer | Output | Operation | |
---|---|---|---|
Size | Channels | ||
input | 64 × 64 | 3 | |
conv1 | 64 × 64 | 64 | 7 × 7 |
max_pool | 32 × 32 | 64 | 3 × 3 max pool/2 |
conv2_x | 32 × 32 | 128 | ![]() |
conv3_x | 16 × 16 | 256 | ![]() |
conv4_x | 8 × 8 | 512 | ![]() |
conv5_x | 4 × 4 | 1024 | ![]() |
avg_pool | 1 × 1 | 1024 | Global average pool |
fc1024 | 1 × 1 | 1024 | Fully connected |
t, AV, M | 20 ⋅ 10 ⋅ 14 | ||
rh | 1 × 1 | 14 | Softmax |
classc/b | 2 | ||
visibility | 20 |
Notes. The layers of the network are listed top to bottom, starting from the images of clusters and with the final layer producing parameters of the cluster. The convolutional layers are represented as groups of blocks; the “_x” in the name acts as a placeholder for the block number. The size of the outputs of each layer, both in spatial dimensions and in channel count, are listed on the second and third columns. The last column lists the operations that each layer performs. The layers or blocks with a stride of 2 are max_pool, conv3_1, conv4_1, and conv5_1, as can be seen when input and output sizes differ 2 times. The last layer has 4 groups of softmax layers branching out in parallel; the first predicts age, extinction, and mass, the second predicts cluster size, the third predicts classc/b, and the fourth predicts visibility.
Current usage metrics show cumulative count of Article Views (full-text article views including HTML views, PDF and ePub downloads, according to the available data) and Abstracts Views on Vision4Press platform.
Data correspond to usage on the plateform after 2015. The current usage metrics is available 48-96 hours after online publication and is updated daily on week days.
Initial download of the metrics may take a while.