Vision-Based Power Line Cables and Pylons Detection for Low Flying Aircraft
Jakub Gwizdała, Doruk Oner, Soumava Kumar Roy, Mian Akbar Shah, Ad Eberhard, Ivan Egorov, Philipp Krüsi, Grigory Yakushev, Pascal Fua
TL;DR
This work addresses the safety-critical problem of detecting distant ground obstacles—power line cables and pylons—for low-flying aircraft. It presents a single CNN with a ConvNeXt-Tiny backbone that jointly regresses distance maps for cables and pylons, trained with a composite loss that combines a distance-focused data term and a MALIS connectivity term, producing outputs in the range $[0,1]$ with $d_{max}=128$. Validated on the NE-VBW and the authors' DDLN datasets, the method outperforms prior distant-cable baselines and remains competitive for pylon detection, all while being deployed on an onboard flight system. The approach offers a practical, real-time solution that enhances pilot situational awareness by providing a reliable, second pair of eyes in challenging conditions.
Abstract
Power lines are dangerous for low-flying aircraft, especially in low-visibility conditions. Thus, a vision-based system able to analyze the aircraft's surroundings and to provide the pilots with a "second pair of eyes" can contribute to enhancing their safety. To this end, we have developed a deep learning approach to jointly detect power line cables and pylons from images captured at distances of several hundred meters by aircraft-mounted cameras. In doing so, we have combined a modern convolutional architecture with transfer learning and a loss function adapted to curvilinear structure delineation. We use a single network for both detection tasks and demonstrated its performance on two benchmarking datasets. We have integrated it within an onboard system and run it in flight, and have demonstrated with our experiments that it outperforms the prior distant cable detection method on both datasets, while also successfully detecting pylons, given their annotations are available for the data.
