Multiscale Fully Convolutional Network with Application to Industrial Inspection
Abstract
In recent years, deep learning, particularly Convolutional Neural Network (CNN), has shown great efficacy for solving various vision tasks. In image segmentation, it has been demonstrated that a CNN can greatly outperform other approaches. However, special attention has to be paid towards setting various parameters in the CNN that affects the scale of the feature map generated at the last convolutional layer, where scale here refers to the ratio of the number of pixels in the original input image that correspond to each pixel in the feature map. Quite often, the optimal settings are tied to the specific problem on hand and can be fairly challenging to determine. To overcome such an issue, this paper proposes a multiscale Fully Convolutional Network (FCN) that combines networks trained at various scales, thereby allowing for conducting segmentation more generically. Moreover, such a multiscale architecture allows for incremental fine-tuning as more training images become available later on and new networks can be trained and added to the combined network. Such flexibility has great utility in applications such as industrial inspection, where training images may not be readily available initially, but yet requires a high level of accuracy. This paper will validate our findings by reporting the results that we have obtained by applying multiscale FCN to the inspection of aircraft engine part.
Cite
Text
Bian et al. "Multiscale Fully Convolutional Network with Application to Industrial Inspection." IEEE/CVF Winter Conference on Applications of Computer Vision, 2016. doi:10.1109/WACV.2016.7477595Markdown
[Bian et al. "Multiscale Fully Convolutional Network with Application to Industrial Inspection." IEEE/CVF Winter Conference on Applications of Computer Vision, 2016.](https://mlanthology.org/wacv/2016/bian2016wacv-multiscale/) doi:10.1109/WACV.2016.7477595BibTeX
@inproceedings{bian2016wacv-multiscale,
title = {{Multiscale Fully Convolutional Network with Application to Industrial Inspection}},
author = {Bian, Xiao and Lim, Ser-Nam and Zhou, Ning},
booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
year = {2016},
pages = {1-8},
doi = {10.1109/WACV.2016.7477595},
url = {https://mlanthology.org/wacv/2016/bian2016wacv-multiscale/}
}