Texture Classification for Rail Surface Condition Evaluation
Abstract
Rail surface defects threaten train and passenger safety. Hence rail surfaces must be restored using different processes depending on measurement of the severity of the defects. In this paper, we propose a new method for automatic classification of rail surface defect severity from images collected by rail inspection vehicles. It contains 2 components: a rail surface segmentation module, which utilizes structured random forests to generate an edge map and a Generalized Hough Transform to locate the boundaries of the rail surface; and a defect severity classification module, which combines multiple classifiers through a stacked ensemble model. The first-level learners are trained using descriptors of the rail surface images extracted by texton forests and texton dictionaries, with x2-kernel SVM classifiers. The probability estimation output of the first-level learners is the input to a second level linear-kernel SVM. Our experiments on a dataset of 939 images categorized into 8 severity levels achieved 82% accuracy.
Cite
Text
Ma et al. "Texture Classification for Rail Surface Condition Evaluation." IEEE/CVF Winter Conference on Applications of Computer Vision, 2016. doi:10.1109/WACV.2016.7477597Markdown
[Ma et al. "Texture Classification for Rail Surface Condition Evaluation." IEEE/CVF Winter Conference on Applications of Computer Vision, 2016.](https://mlanthology.org/wacv/2016/ma2016wacv-texture/) doi:10.1109/WACV.2016.7477597BibTeX
@inproceedings{ma2016wacv-texture,
title = {{Texture Classification for Rail Surface Condition Evaluation}},
author = {Ma, Ke and Vicente, Tomas F. Yago and Samaras, Dimitris and Petrucci, Michael and Magnus, Daniel L.},
booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
year = {2016},
pages = {1-9},
doi = {10.1109/WACV.2016.7477597},
url = {https://mlanthology.org/wacv/2016/ma2016wacv-texture/}
}