TLDR: A new AI framework, EPOPR, addresses inequitable post-disaster power restoration. It uses Equity-Conformalized Quantile Regression (ECQR) for fair repair duration predictions and Spatial-Temporal Attentional Soft Actor-Critic (STA-SAC) for efficient and equitable repair sequencing. Tested on real data, EPOPR reduced average outage duration by 3.60% and decreased inequity by 14.19%, particularly benefiting disadvantaged communities.
In the wake of increasingly frequent extreme weather events, such as hurricanes, the challenge of restoring power efficiently and equitably has become paramount. A recent research paper introduces a groundbreaking solution: the Uncertainty-aware Predict-Then-Optimize Framework for Equitable Post-Disaster Power Restoration, or EPOPR. This innovative framework aims to tackle the critical issue of unequal power restoration, which often leaves disadvantaged communities in the dark for longer periods.
The problem stems from current power restoration practices that often prioritize areas based on the volume of repair requests. However, data analysis reveals a significant disparity: economically and socially disadvantaged communities tend to submit fewer requests, leading to them being overlooked and experiencing extended outages. Furthermore, predicting the exact time needed for repairs is complex due to varying data quality across regions, and traditional artificial intelligence methods can inadvertently worsen these inequalities by favoring areas with more predictable data.
To address these challenges, the researchers propose EPOPR, a two-pronged approach designed to balance both restoration efficiency and fairness across all communities. The framework consists of two key components:
Equity-Conformalized Quantile Regression (ECQR)
The first component, ECQR, focuses on predicting the duration of power repairs. Unlike conventional prediction methods, ECQR is “uncertainty-aware,” meaning it not only estimates repair times but also provides a range of possible durations, acknowledging the inherent variability. Crucially, it incorporates an “equity-based uncertainty calibration.” This ensures that the accuracy and reliability of these predictions are consistent across different socioeconomic groups, even if some groups have less historical data. By doing so, ECQR helps to prevent biases that could lead to less accurate predictions for disadvantaged communities, laying a fair foundation for subsequent decisions.
Also Read:
- Balancing Fairness and Efficiency in Facility Location with AI Predictions
- Enhancing AI Safety: New Monte Carlo Tree Search Methods Tackle Extreme Risks
Spatial-Temporal Attentional Soft Actor-Critic (STA-SAC)
The second component, STA-SAC, is the decision-making engine. It’s a sophisticated reinforcement learning algorithm that determines the optimal sequence for power restoration. STA-SAC takes into account the uncertainty-aware repair duration predictions from ECQR, along with spatial (location) and temporal (time) information. Its core innovation lies in its “Spatial-Temporal Attentional Actor,” which intelligently selects the next region for repair. This actor is designed to navigate the dynamic nature of restoration, balancing the need to minimize overall outage time with the crucial objective of ensuring equitable power distribution across all communities. It achieves this by integrating fairness constraints directly into its optimization process, ensuring that the difference in outage durations between various sensitive groups (e.g., high-income vs. low-income regions) does not exceed a predefined limit.
The effectiveness of EPOPR was rigorously evaluated using real-world power outage datasets from Tallahassee, Florida, including data from Hurricane Michael in 2018. The results were highly promising. Compared to state-of-the-art baselines, EPOPR successfully reduced the average power outage duration by 3.60%. More significantly, it decreased inequity between different communities by an impressive 14.19%. The ECQR prediction method specifically enhanced prediction performance in disadvantaged regions, leading to a more equitable outcome. This, in turn, enabled STA-SAC to significantly narrow the disparity in power outage durations across regions with different income levels.
This research marks a significant step forward in leveraging artificial intelligence for social good, offering a practical and effective way to ensure that power restoration efforts are not only efficient but also fair to all communities. You can read the full research paper here: Uncertainty-aware Predict-Then-Optimize Framework for Equitable Post-Disaster Power Restoration.


