paper-with-me

SegNet

2000년 도입 · 논문 81편에서 사용

SegNet is a semantic segmentation model. This core trainable segmentation architecture consists of an encoder network, a corresponding decoder network followed by a pixel-wise classification layer. The architecture of the encoder network is topologically identical to the 13 convolutional layers in the VGG16 network. The role of the decoder network is to map the low resolution encoder feature maps to full input resolution feature maps for pixel-wise classification. The novelty of SegNet lies is in the manner in which the decoder upsamples its lower resolution input feature maps. Specifically, the decoder uses pooling indices computed in the max-pooling step of the corresponding encoder to perform non-linear upsampling.

출처: SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation

소개 논문: SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation

Semantic Segmentation Models · Computer Vision