Papers for

power grid operators

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

LLaTSA improves power grid stability predictions using language model alignment

LLaTSA: Large Language Model-Aligned General-Purpose Transient Stability Analysis

Abstract: Dynamic trajectory prediction has become an important paradigm for data-driven transient stability analysis (TSA), yet most existing predictors remain system-specific and require substantial retraining when network configurations, generation mixes, or state-variable sets change. Uni-TSA introduced a general-purpose TSA framework that combines channel-independent modeling with a pretrained large language model (LLM) predictor. Nevertheless, its application to heterogeneous systems is limited by ambiguity in short observations, a mismatch between numerical trajectories and LLM embeddings, neglected coupling among state variables, and the high inference cost of dense backbones. This paper proposes LLaTSA, an LLM-aligned framework for general-purpose trajectory-based TSA. LLaTSA first incorporates operating conditions, disturbance attributes, and state-variable identity through a structured textual prefix. It then aligns normalized temporal patches with a TSA-related vocabulary before processing them with a pretrained sparse decoder-only mixture-of-experts (MoE) backbone. A state-variable coupling module captures coordinated post-fault evolution, while teacher forcing and rollout-based training support iterative long-horizon prediction. Case studies on multiple test systems demonstrate accurate trajectory prediction, reliable stability discrimination, and effective adaptation across unseen scenarios.

Sun 13 SeptArtificial Intelligence
The gist
Predicting how power grids stay stable after disturbances is important but hard because models often only work for specific setups. The authors created LLaTSA, which uses a large language model to understand and predict these stability scenarios more generally. It adds extra information to help the model know what kind of problem it’s solving and looks at how different grid parts interact. Their tests show it predicts future behavior well and can work on setups it wasn’t trained on.
Open 2609.14374v1

AI data centers require flexible power and grid stability design

From Grid to Chip: Power Architecture, Stability, and Flexibility of AI Data Centers

Abstract: The rapid growth of artificial intelligence (AI) computing is transforming data centers into large, dynamic electrical loads. Their deployment is primarily constrained by energy availability and grid-connection capacity, which is further aggravated by the ability of power-delivery architectures, control systems, and computing workloads to operate reliably during fast grid disturbances. This article presents a technological perspective on AI data centers as grid-interactive computing systems. First, it reviews grid-integration bottlenecks, evolving connection policies, grid-code requirements, which has fostered new technological trends via spatio-temporal flexibility available through workload orchestration, cooling systems, on-site resources, and energy storage. Second, it maps the evolution of power-delivery architectures from medium-voltage grid interfaces to chip-level, discussing higher-voltage DC distribution, solid-state transformers, wide-bandgap devices, advanced chip-level power delivery, and liquid cooling. Third, it establishes a three-level stability framework spanning rack-level DC-bus dynamics, facility-level converter interactions, and system-level grid-coupled behavior. The framework connects dominant instability mechanisms, including constant power load effects, impedance interactions, forced oscillations, and operating-mode transitions, with suitable modeling, assessment, and mitigation approaches. Synthesizing these topics, this article highlights grid-to-chip co-design as a central requirement for scalable AI infrastructure, linking computing workloads, power-delivery systems, energy buffers, and grid operation.

Thu 10 SeptEmerging TechnologiesHardware Architecture
The gist
AI data centers use a huge amount of electricity and face limits based on how much power the electric grid can supply. The authors explain that to keep these centers running well, their power systems—from the electric grid connection down to the computer chips—need to work together and handle quick changes in power supply. They talk about evolving technologies and control methods that help keep AI data centers stable and flexible, like better cooling, energy storage, and smarter workload management. Their main idea is that designing the entire power and computing system as one connected unit is necessary for future AI infrastructure.
Open 2609.11649v1

Hybrid neural model boosts power grid cyberattack detection accuracy

Robust Industrial Cyber Physical Classification Using Neuromorphic Temporal Embeddings and Hybrid SNN XGBoost Under Machine Unlearning Attacks

Abstract: The digitalisation of electrical distribution networks has increased the exposure of power-grid infrastructure to cyber attacks. Existing intrusion detection systems (IDSs), however, often rely on computationally expensive deep learning models that are difficult to deploy at the edge. Periodic retraining also exposes these systems to machine unlearning attacks, where selective data removal can degrade detection performance. We propose a hybrid Spiking Neural Network (SNN) and XGBoost architecture that combines efficient temporal encoding with a lightweight classifier and provides structural resilience to such attacks. The SNN is trained once on clean data and used as a fixed feature extractor, while only the XGBoost classifier is retrained during model updates. Evaluated on two real-world public power-system datasets, the proposed method achieves 99.9\% accuracy (F1-macro 0.999) on the Synchrophasor dataset and 95.0\% accuracy (F1-macro 0.943) on the MSU/ORNL dataset, outperforming standalone baselines. Under selective label-flipping attacks, the hybrid model loses only 0.9\% F1-macro at 10\% poisoning and delays target-class collapse from 60\% to 70\% poisoning compared with raw models. These results demonstrate that neuromorphic temporal encoding can provide both accurate cyber-attack detection and improved resilience to data poisoning in cyber-physical systems.

Wed 9 SeptMachine LearningCryptography and SecurityNeural and Evolutionary Computing
The gist
Power grids are more vulnerable to cyberattacks because of increased digital connections. The authors created a method combining two types of machine learning models—spiking neural networks and XGBoost—that is both fast and tough against data tampering attacks. Their system detects cyberattacks with very high accuracy on real datasets and keeps working well even when attackers try to confuse it by altering training data. This approach makes protecting critical power systems more reliable and efficient.
Open 2609.09564v1

Networked control method keeps directional agents safe inside moving corridors

Networked Admissibility-Preserving Control for Directed Safe Coordination

Abstract: This paper addresses safety-critical coordination for scalar agents whose distributed commands are implemented through constrained physical-input dynamics. Agents communicate over a fixed weighted digraph with a directed spanning tree, while their outputs must remain inside a common moving safety corridor and their realized inputs must satisfy heterogeneous asymmetric bounds. We propose a networked Admissibility-Preserving Control (APC) architecture in which an Admissibility-Preserving Input Realization (APIR) governs physical inputs and a logarithmic barrier coordinate represents the safety corridor. The synthesis yields an exact cascade in which exponentially decaying realization errors drive nonsymmetric consensus dynamics. For every compatible compact initial set, the closed-loop system admits a unique complete solution, renders the moving corridor and actuator intervals forward invariant with uniform margins, keeps commands bounded, and achieves exponential consensus. We derive direction-specific sufficient conditions under which positive and negative control demands remain within their corresponding actuator limits. The analysis yields a closed-form barrier-coordinate limit determined by the left Perron vector and initial APIR mismatch. Under strong connectivity and the stated gain and compatibility conditions, partial pinning propagates a constant barrier reference from a nonempty informed subset and assigns the induced safety corridor trajectory. A non-weight-balanced example illustrates the directional certificate and predicted collective motion.

Tue 8 SeptMultiagent SystemsRobotics
The gist
This paper looks at how multiple simple devices can safely work together while respecting physical limits on their actions. The authors propose a new way to design control systems so that each device communicates over a network with directional links, making sure their combined outputs stay within a safe, moving zone. Their method also ensures that the actual commands stay within varying input limits and that all devices eventually agree on a shared goal. The analysis includes conditions guaranteeing safety and control limits are preserved even with asymmetric communication paths.
Open 2609.09384v1