Utility Pole Fire Risk Inspection from 2D Street-Side Images

Rajanie Prabha,Kopal Nihar
2024-06-19
Abstract:In recent years, California's electrical grid has confronted mounting challenges stemming from aging infrastructure and a landscape increasingly susceptible to wildfires. This paper presents a comprehensive framework utilizing computer vision techniques to address wildfire risk within the state's electrical grid, with a particular focus on vulnerable utility poles. These poles are susceptible to fire outbreaks or structural failure during extreme weather events. The proposed pipeline harnesses readily available Google Street View imagery to identify utility poles and assess their proximity to surrounding vegetation, as well as to determine any inclination angles. The early detection of potential risks associated with utility poles is pivotal for forestalling wildfire ignitions and informing strategic investments, such as undergrounding vulnerable poles and powerlines. Moreover, this study underscores the significance of data-driven decision-making in bolstering grid resilience, particularly concerning Public Safety Power Shutoffs. By fostering collaboration among utilities, policymakers, and researchers, this pipeline aims to solidify the electric grid's resilience and safeguard communities against the escalating threat of wildfires.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the fire risk in the California power grid due to aging infrastructure and flammable environment, especially the fire risk related to utility poles. Specifically, the paper aims to use computer vision technology and Google Street View images to identify utility poles, and evaluate their distance from surrounding vegetation and their tilt angles, so as to detect potential risks in advance and prevent the occurrence of fires. ### Main problems: 1. **Proximity of utility poles to vegetation**: Trees or other flammable materials close to utility poles may cause fires under extreme weather conditions. 2. **Tilt angle of utility poles**: Tilted utility poles are prone to collapse under extreme weather such as strong winds, which may lead to fires or power outages. ### Solutions: The paper proposes an integrated framework to evaluate the risk of utility poles using the following three methods: 1. **Image detection + Hough transform**: - Use the YOLO model to detect utility poles from Google Street View images. - Apply the Hough transform to extract the best - fit line of the utility pole and calculate its tilt angle. - The formula is expressed as: \[ \text{Tilt angle} = \tan^{-1}\left(\frac{\text{Vertical height}}{\text{Horizontal distance}}\right) \] 2. **Depth estimation**: - Use the Depth Anything model to estimate the relative distance between the utility pole and the surrounding trees. - Calculate the relative distance by subtracting the absolute depth values of the utility pole and the trees. - The formula for the accuracy of depth estimation is: \[ \text{Acc} = \frac{\text{Number of depth estimations within the safe - distance threshold}}{\text{Total number of depth estimations}} \] 3. **3D point - cloud reconstruction**: - Collect street - view images from multiple angles and use the Structure from Motion (SfM) algorithm to reconstruct 3D point - clouds. - Use the DBSCAN algorithm to segment the point - clouds and identify utility poles and vegetation. - Calculate the vegetation corridors and tilt angles, and combine other data (such as weather, utility pole characteristics) to create a fire - risk heat map. ### Goals: - Detect potential fire risks in advance and prevent fires from occurring. - Provide data support for grid reinforcement investments, such as burying high - risk utility poles and power lines underground. - Emphasize the importance of data - based decision - making for enhancing grid resilience and public safety. Through these methods, the paper aims to improve the safety and reliability of the power grid, especially in areas with frequent fires.