Receptive field of FCN with ResNet50 backbone

Untitled

Untitled

Untitled

class_name이 “Conv2d” “MaxPool2d” “AvgPool2d” 인 경우만 receptive field에 변함이 있음.

ReLU, BatchNorm2d, BottleNeck 등의 경우 변함이 없음.

Untitled

또한 1x1 Conv 연산의 경우 변함이 없음. 따라서 ResNet50의 구조에서 3x3 conv연산만을 따와서

이 형식을 요약.

Untitled

Untitled

Untitled

각 구조가 끝날 때 receptive field의 수가 (j의 값) 위 표와 같음.

Final

Final

Overlap

Overlap

Outlier

Outlier

경계 부분을 잘 잡았는지