@aigclink: Microsoft open-sourced an AI foundation model for power systems: GridSFM, designed to accelerate research on AC optimal power flow in the power industry. GridSFM uses graph neural networks to approximate AC-OPF solving, treating the power grid as a graph, directly predicting near-optimal operating points, and then using them as warm-start initial values for traditional exact solvers to speed up convergence...
Summary
Microsoft open-sourced GridSFM, an AI foundation model for power systems. It uses graph neural networks to approximate AC-OPF solving, is topology-agnostic, and can serve as a warm start for exact solvers achieving a 1.45x speedup, while also providing feasibility classification capabilities.
View Cached Full Text
Cached at: 05/17/26, 03:28 AM
Microsoft has recently open-sourced an AI foundation model for power systems: GridSFM, designed to accelerate research on alternating current optimal power flow (AC-OPF) in the power industry.
GridSFM uses a graph neural network to approximate AC-OPF solutions, treating the power grid as a graph. It directly predicts near-optimal operating points, which are then used as warm-start initial values for traditional exact solvers, speeding up convergence.
A single model covers multiple power grids and is topology-agnostic.
Previously, each grid topology required training a separate model; switching to a different grid meant retraining from scratch. GridSFM is trained on tens to hundreds of power grids of varying sizes and structures, achieving cross-topology generality with a single model.
This means that within a structurally similar range, a new grid can be used directly without the need for new data collection or retraining.
Dual-head output: prediction + feasibility assessment – not only outputs operating points but also determines whether a scenario is feasible.
This is particularly useful in large-scale scenario scanning, quickly filtering out infeasible scenarios and avoiding unnecessary solver calls for impossible operating conditions.
GridSFM outputs a complete AC solution, including voltage magnitudes and angles, active/reactive power generation, active/reactive line power flows, etc. This enables it to serve as a warm start for exact solvers, achieving a 1.45x speedup.
An AC-OPF neural network model with cross-topology capability and feasibility classification essentially acts as an AI accelerator for power system optimization.
GridSFM comes in two versions: an open-source Open version with approximately 15 million parameters, and a Premier version that is not yet open-sourced.
Application scenarios include grid simulation and behavior studies, as well as rapid evaluation of large-scale configurations.
#GridSFM #AIPowerModel
Similar Articles
@GoSailGlobal: https://x.com/GoSailGlobal/status/2068243415070826738
GPU utilization in the AI industry is generally below 50%. Former a16z partner Anjney Midha founded AMP, aiming to dispatch computing power like electricity to improve utilization efficiency. The article also discusses Anthropic's success strategy, DeepMind's paper hoarding problem, and the correct approach for non-NVIDIA chips.
@NFTCPS: Microsoft came up with something called SkillOpt, and its approach is pretty wild: treating an agent's skill documentation like a neural network for training, with epochs, batches, learning rates, and validation sets, but without touching a single model weight. What makes it great? Let me break it down into three points: Training only modifies one skill document, and any new changes must be validated on the...
Microsoft introduces SkillOpt, a method that trains an agent's skill documentation like a neural network, using epochs, batches, learning rates, and validation sets for optimization, without modifying model weights. It achieves top results across multiple benchmarks and can be transferred across models and tools.
@ms_aifrontiers: MagenticLite's models are now fully open source! MagenticBrain (14B orchestrator) and the Fara 1.5 computer-use family …
Microsoft AI Frontiers open-sources MagenticLite, including the MagenticBrain 14B orchestrator and Fara 1.5 computer-use models, now available on Hugging Face with open weights and the full application stack.
@wsl8297: Microsoft open-sourced a more convenient VS Code extension: AI Toolkit, which streamlines Agent application development from environment setup to evaluation deployment in one go. A single interface is enough: model selection, Playground trial, Agent building, batch comparison, metric evaluation, all integrated. Gi…
Microsoft open-sourced the VS Code extension AI Toolkit, which integrates model selection, Playground, Agent building, batch testing, and evaluation into one interface, simplifying AI Agent development process.
@Saccc_c: Using cloud GPUs to run MiniMax H3 is definitely the most correct way for ordinary people to dive into AI video, costing less than a cent per second! Friends who have tried AIGC know that a membership costing sixty or seventy yuan barely lasts for four or five runs. But by renting GPUs and running top open-source models like H3, the cost is extremely low, and the performance is still impressive...
Introduces the cost advantages of using cloud GPUs to run the MiniMax H3 model for AI video generation, and plans to open-source a Codex plugin to simplify the workflow.