Abstract:This paper proposes an AI-based scheme for islanding detection in active distribution networks. By reviewing existing studies, it is clear that there are several gaps in the field to ensure reliable islanding detection, including (i) model complexity and stability concerns, (ii) limited accuracy under noisy conditions, and (iii) limited applicability to systems with different types of resources. Accordingly, this paper proposes a WaveNet classifier reinforced by a denoising U-Net model to address these shortcomings. The proposed scheme has a simple structure due to the use of 1D convolutional layers and incorporates residual connections that significantly enhance the model's generalization. Additionally, the proposed scheme is robust against noisy conditions by incorporating a denoising U-Net model. Furthermore, the model is sufficiently fast using a sliding window time series of 10 milliseconds for detection. Utilizing positive/negative/zero sequence components of voltages, superimposed waveforms, and the rate of change of frequency provides the necessary features to precisely detect the islanding condition. In order to assess the effectiveness of the suggested scheme, over 3k islanding/non-islanding cases were tested, considering different load active/reactive powers values, load switching transients, capacitor bank switching, fault conditions in the main grid, different load quality factors, signal-to-noise ratio levels, and both types of conventional and inverter-based sources.
What problem does this paper attempt to address?
### What problem does this paper attempt to solve?
This paper aims to solve the problem of islanding detection in active distribution networks. By reviewing existing research, the author points out several key problems in current islanding detection methods:
1. **Model complexity and stability issues**: Existing islanding detection models are structurally complex, leading to stability problems during training and deployment.
2. **Low precision under noisy conditions**: In practical applications, power system data is often subject to noise interference, and existing methods perform poorly under noisy conditions with limited detection precision.
3. **Limited applicability**: Existing islanding detection methods have poor adaptability to different types of distributed energy systems (such as traditional power sources and inverter - type power sources).
To solve these problems, the author proposes a new method based on the WaveNet classifier combined with the U - Net denoising model. Specifically:
- **WaveNet classifier**: Use 1D convolutional layers to simplify the model structure and introduce residual connections to enhance the generalization ability of the model. WaveNet was originally designed by Google DeepMind for autoregressive audio generation, and this paper applies it to islanding detection in power systems.
- **U - Net denoising model**: Integrate a feature denoising step in the detection algorithm and use a pre - trained U - Net model to improve the robustness of the WaveNet classifier in noisy environments.
In addition, this method can quickly detect the islanding state within a 10 - millisecond time window and use features such as positive - sequence/negative - sequence/zero - sequence components of voltage, superimposed waveforms, and rate of change of frequency to accurately detect islanding conditions.
To verify the effectiveness of the proposed method, the author conducted a large number of experimental tests, covering various scenarios such as different load active/reactive power values, load switching transients, capacitor bank switching, main grid fault conditions, different load quality factors, signal - to - noise ratio levels, and traditional and inverter - type power sources. The experimental results show that this method exhibits excellent performance under different signal - to - noise ratio conditions, especially when the signal - to - noise ratio is 10 dB, the detection accuracy reaches more than 98%.
In conclusion, the method proposed in this paper not only improves the accuracy and robustness of islanding detection but also significantly reduces the computational complexity of the model, which has important practical application value.