Skip to main content
QUICK REVIEW

[논문 리뷰] Predicting power grid frequency dynamics with invertible Koopman-based architectures

Eric Lupascu, Xiao Tong Li|arXiv (Cornell University)|2026. 03. 15.
Model Reduction and Neural Networks인용 수 0
한 줄 요약

본 논문은 파워그리드 주파수 다이내믹스를 모델링하기 위해 Koopman 연산자 프레임워크 내에서 가역 신경망(INN)과 하이브드 INN 확장을 평가하고, 일반적으로 아핀 결합 INN이 최적에 가깝다고 지적하며 비가역적 확장이 약한 모델에 도움이 될 수 있음을 보여준다.

ABSTRACT

The system frequency is a critical measure of power system stability and understanding, and modeling it are key to ensure reliable power system operations. Koopman-based autoencoders are effective at approximating complex nonlinear data patterns, with potential applications in the frequency dynamics of power systems. However, their non-invertibility can result in a distorted latent representation, leading to significant prediction errors. Invertible neural networks (INNs) in combination with the Koopman operator framework provide a promising approach to address these limitations. In this study, we analyze different INN architectures and train them on simulation datasets. We further apply extensions to the networks to address inherent limitations of INNs and evaluate their impact. We find that coupling-layer INNs achieve the best performance when used in isolation. In addition, we demonstrate that hybrid approaches can improve the performance when combined with suitable INNs, while reducing the generalization capabilities in combination with disadvantageous architectures. Overall, our results provide a clearer overview of how architectural choices influence INN performance, offering guidance for selecting and designing INNs for modeling power system frequency dynamics.

연구 동기 및 목표

  • 재생에너지로 인한 저 관성 하에서 전력 시스템의 주파수 다이내믹스를 정확하고 데이터 기반으로 모델링하는 동기를 부여한다.
  • INN 아키텍처 선택이 Koopman 기반 다이내믹 학습에 미치는 영향을 조사한다.
  • 예측 성능 향상을 위한 하이브드 INN 확장 전략을 평가한다.
  • 강건한 주파수 궤적 예측을 위한 INN 아키텍처 선택에 대한 지침을 제공한다.

제안 방법

  • Koopman 자동인코더 프레임워크 내에서 기본 INN 아키텍처(결합 기반, 잔차, ODE 기반 등)를 비교한다.
  • 하이브드 INN 구성에서 증강 확장(CNN, 커널/RBF, 다중 스케일)을 도입한다.
  • IEEE-14 버스 및 WECC-179 버스 벤치마크로 고차 동적 모드 분해(HODMD) 파이프라인을 사용한다.
  • 고장 유발 궤적 데이터로 모델을 학습하고 상대 RMSE(RRMSE)로 평가한다.
  • CF-INN에서 정확한 순방향/역방향 매핑을 보장하기 위해 가역성 손실을 분석한다.
Figure 1: Schematic representation of a hybrid INN inspired by the architecture introduced by [ 7 ] . INN $\boldsymbol{i}$ and a non-invertible extension network $\boldsymbol{a}$ are paralleled as an encoder, but only INN $\boldsymbol{i}$ is also used as a decoder. Koopman operator $\mathcal{K}$ is
Figure 1: Schematic representation of a hybrid INN inspired by the architecture introduced by [ 7 ] . INN $\boldsymbol{i}$ and a non-invertible extension network $\boldsymbol{a}$ are paralleled as an encoder, but only INN $\boldsymbol{i}$ is also used as a decoder. Koopman operator $\mathcal{K}$ is

실험 결과

연구 질문

  • RQ1INN 아키텍처 선택이 Koopman 기반 주파수 다이내믹스 모델링 성능에 어떤 영향을 미치는가?
  • RQ2가역 및 비가역 확장 네트워크를 결합하면 예측 성능이 개선되는가, 어떤 조건에서인가?
  • RQ3IEEE-14 버스와 WECC-179 버스 시스템에 걸쳐 어떤 하이브드 확장 전략이 가장 잘 일반화되는가?

주요 결과

확장베이스 모델학습 RRMSE %테스트 RRMSE %
All-In-OneBase (WECC)16.7723.28
GlowBase (WECC)20.8418.79
NICEBase (WECC)17.7630.35
RealNVPBase (WECC)16.9625.30
ODE-basedBase (WECC)32.3643.59
iResNetBase (WECC)36.4133.34
CNN Extension + All-In-OneHybrid (WECC)18.2426.04
SiLU + Residual (Multitimescale) + NICEHybrid (WECC)14.1029.76
SiLU + Residual (Multitimescale) + iResNetHybrid (WECC)36.6532.12
All-In-One + MultitimescaleHybrid (WECC)16.3919.57
Glow + MultitimescaleHybrid (WECC)22.3230.93
Kernel Extension + All-In-OneHybrid (WECC)20.6429.13
Kernel Extension + NICEHybrid (WECC)18.7228.20
  • 아핀 CF-INNs (All-in-One, Glow, RealNVP, 등)은 기저 INN들 중에서 일반화가 강하고 오차가 가장 낮다.
  • ODE-based INN 및 iResNet은 CF-INN에 비해 성능이 떨어지며 일반화도 불리하다.
  • 하이브드 확장은 약한 기저(ODE-based INN, iResNet)를 향상시키지만 강한 CF-INN에는 항상 도움이 되지 않는다.
  • All-In-One with Multitimescale 확장이 WECC 전체 성능에서 최상으로 나타나며(RRMSE ≈ 19.57%), 훈련/테스트가 19.57%로 표기됨).
  • 확장은 아키텍처와 데이터세트에 따라 성능을 향상시키거나 저하시킬 수 있으며, 다중 스케일 확장은 특정 모델에서 의미 있는 이점을 제공하는 경우가 많다.
  • 가역성은 CF-INN에서 보존되며(기계 정밀도 잔차), 비가역 하이브드의 경우 Koopman 리프팅의 품질에 의존한다.
Figure 2: Comparison of RRMSE on IEEE (left) and WECC (right) datasets
Figure 2: Comparison of RRMSE on IEEE (left) and WECC (right) datasets

더 나은 연구,지금 바로 시작하세요

연구 설계부터 논문 작성까지, 연구 시간을 획기적으로 줄여보세요.

카드 등록 없음 · 무료 플랜 제공

이 리뷰는 AI가 만들고, 인간 에디터가 검토했습니다.