Learn Before
Fully Convolutional Network (FCN) Architecture
A Fully Convolutional Network (FCN) is designed for dense prediction tasks, such as semantic segmentation. The model architecture begins with a standard Convolutional Neural Network (CNN) to extract image features. Next, it employs a convolutional layer to transform the number of channels to match the number of target classes. Finally, it uses a transposed convolutional layer to scale the height and width of the feature maps back to the dimensions of the original input image. The resulting output has the same spatial dimensions as the input, with each output channel representing the predicted classes for the pixel at the corresponding spatial position.
0
1
Tags
D2L
Dive into Deep Learning @ D2L
Related
CNN Reference
Applications of Convolutional Neural Networks
Hybrid of Convolutional and Recurrent Neural Network
Methods to Calculate Convolution in Python
Convolutional Neural Networks Architecture
3D Convolutional Neural Network
Visualizing and Understanding Convolutional Networks Paper
Structured Output from CNN
Convolutional Recurrent Neural Network (CRNN)
Questions about the ReLU.
Neocognitron
Spatial Invariance in Object Detection
Locality Principle in Computer Vision
Fully Convolutional Network (FCN) Architecture