Skip to main content

Table 1 Architecture of the convolutional neural network model for determining the presence of a meniscus tear

From: Development of convolutional neural network model for diagnosing meniscus tear using magnetic resonance image

Layer

Kernel size (stride, padding)

Feature size

Coronal CNN model

Sagittal CNN model

Input

s × 224 × 224 × 3

s × 224 × 224 × 3

Convolution + ReLU

11 × 11 (4, 2)

s × 55 × 55 × 64

s × 55 × 55 × 64

Max pooling

3 × 3 (2, 0)

s × 27 × 27 × 64

s × 27 × 27 × 64

Convolution + ReLU

5 × 5 (1, 2)

s × 27 × 27 × 192

s × 27 × 27 × 192

Max pooling

3 × 3 (2, 0)

s × 13 × 13 × 192

s × 13 × 13 × 192

Convolution + ReLU

3 × 3 (1, 1)

s × 13 × 13 × 384

s × 13 × 13 × 384

Convolution + ReLU

3 × 3 (1, 1)

s × 13 × 13 × 256

s × 13 × 13 × 256

Convolution + ReLU

3 × 3 (1, 1)

s × 13 × 13 × 256

s × 13 × 13 × 256

Max pooling

3 × 3 (2, 0)

s × 6 × 6 × 256

s × 6 × 6 × 256

Adaptive average pooling, max value extraction

7 × 7

s × 1 × 1 × 256,

1 × 1 × 1 × 256

s × 1 × 1 × 256,

1 × 1 × 1 × 256

Concatenate

1 × 1 × 1 × 512

Dens + Dropout (0.5)

1 × 1 × 1 × 256

Dens + Dropout (0.3)

 

1 × 1 × 1 × 128

Output + sigmoid

 

1

  1. CNN convolutional neural network