FPGA-Based Optical Surface Inspection of Wind Turbine Rotor Blades Using Quantized Neural Networks
by , ,
Abstract:
Quantization of the weights and activations of a neural network is a way to drastically reduce necessary memory accesses and to replace arithmetic operations with bit-wise operations. this is especially beneficial for the implementation on field-programmable gate array (fpga) technology that is particularly suitable for embedded systems due to its low power consumption. in this paper, we propose an in-situ defect detection system utilizing a quantized neural network implemented on an fpga for an automated surface inspection of wind turbine rotor blades using unpiloted aerial vehicles (uavs). contrary to the usual approach of offline defect detection, our approach prevents major downtimes and hence expenses. to our best knowledge, our work is among the first to transfer neural networks with weight and activation quantization into a tangible application. we achieve promising results with our network trained on our dataset consisting of 8024 good and defected rotor blade patches. compared to a conventional network using floating-point arithmetic, we show that the classification accuracy we achieve is only slightly reduced by approximately 0.6%. with this work, we present a basic system for in-situ defect detection with versatile usability.
Reference:
FPGA-Based Optical Surface Inspection of Wind Turbine Rotor Blades Using Quantized Neural Networks (Lino Antoni Giefer, Benjamin Staar, Michael Freitag), In Electronics, volume 9, 2020.
Bibtex Entry:
@article{giefer2020fpga,
	author = {Giefer, Lino Antoni and Staar, Benjamin and Freitag, Michael},
	title = {{FPGA}-Based Optical Surface Inspection of Wind Turbine Rotor Blades Using Quantized Neural Networks},
	journaL = {Electronics},
	volume = {9},
	year = {2020},
	number = {11},
	article-number = {1824},
	url = {https://www.mdpi.com/2079-9292/9/11/1824},
	issn = {2079-9292},
	abstract = {Quantization of the weights and activations of a neural network is a way to drastically reduce necessary memory accesses and to replace arithmetic operations with bit-wise operations. this is especially beneficial for the implementation on field-programmable gate array (fpga) technology that is particularly suitable for embedded systems due to its low power consumption. in this paper, we propose an in-situ defect detection system utilizing a quantized neural network implemented on an fpga for an automated surface inspection of wind turbine rotor blades using unpiloted aerial vehicles (uavs). contrary to the usual approach of offline defect detection, our approach prevents major downtimes and hence expenses. to our best knowledge, our work is among the first to transfer neural networks with weight and activation quantization into a tangible application. we achieve promising results with our network trained on our dataset consisting of 8024 good and defected rotor blade patches. compared to a conventional network using floating-point arithmetic, we show that the classification accuracy we achieve is only slightly reduced by approximately 0.6%. with this work, we present a basic system for in-situ defect detection with versatile usability.},
	doi = {10.3390/electronics9111824}
}