Semantic Segmentation Using FCN-AlexNet

How to create, train and evaluate FCN-AlexNet for semantic segmentation
1.7K Downloads
Updated Thu, 23 Jul 2020 12:13:31 +0000

View License

This demo shows how to create, train and evaluate AlexNet based Fully Convolutional Network for semantic segmentation. MATLAB and Computer Vision System Toolbox provides fcnLayers function to create FCN, but this is VGG-16 based FCN. If you would like to use lower the computational cost of network, FCN-AlexNet might be one of the options.
AlexNetをベースとしたFCNによるSemantic Segmentationのデモです。AlexNetベースのFCNを定義し、学習、ネットワークを評価するところまでをご紹介します。Computer Vision System ToolboxではfcnLayersと呼ばれる関数が提供されており、容易にFCNを定義することができますが、こちらはVGG-16をベースとしたネットワークになっています。 計算コストの関係でもう少しコンパクトなネットワークを試したい場合や、性能比較の基準としてVGG-16以外のネットワークをベースとしたFCNを試したい場合にお試しください。
[Keyward]
画像処理・セグメンテーション・ディープラーニング・DeepLearning・デモ・IPCVデモ・ニューラルネットワーク

Cite As

Kei Otsuka (2024). Semantic Segmentation Using FCN-AlexNet (https://www.mathworks.com/matlabcentral/fileexchange/65851-semantic-segmentation-using-fcn-alexnet), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.1

Fixed compatibility issue

1.0.0.0

update html files