Skip to content
SIH Buddyby Ganeev Singh
Dev
All problem statements
SIH26061Worth consideringacceptance 3/5

AI-Driven Smart Energy Management System for Polar Research Stations

Ministry of Earth Sciences (MoES) · Miscellaneous · Software

There is a real optimisation problem hiding behind a one-sentence statement, and the polar-night fuel constraint makes it genuinely interesting — but you are writing the load data yourself, so build that model from published physics and be openly honest about it.

What it actually is

A polar research station runs on diesel that arrives once a year by ship, so every litre burned unnecessarily is a litre that will not be there in September. Solar is useless for months at a time and the heating load rises exactly when the weather is worst. The ask is a system that forecasts the station's load, uses whatever renewable generation is available and burns as little fuel as possible.

What to build

An energy planning and dispatch system built around the three tasks the statement names: a load forecast driven by ambient conditions, since heating dominates and tracks outside temperature and wind rather than time of day; a dispatch optimiser choosing hour by hour between generator sets, battery and renewable input, respecting generator minimum loading and start-stop costs so the optimiser does not cycle a diesel set to death; and a season-level fuel budget projecting whether the tank lasts to the next resupply under the polar-night profile when solar contributes nothing for months, with an alert when the projection crosses the resupply date and a comparison against a simple always-on baseline showing litres saved.

Smallest thing that wins the room

Run a full simulated year through both your optimiser and a naive always-on dispatch and show the fuel saved as a single number, with the polar-night stretch visible as the period where the optimiser's decisions actually matter.

How crowded this one gets

A guess, projected from the 2025 statements — the last year where both the submission counts and the winners were published.

Moderate160–360 teams expectedroughly 1 in 132–305 wins it

Quieter than 27% of the 226 · #165 of 226 by expected field

A normal-sized field. Your idea has to be good, not miraculous.

Why: central ministry statements sat below the average.

This is a guess, not a fact

Nobody has published 2026’s numbers yet. This is an analysed estimate from last year’s pattern, so please do not take it as the truth — check the live counter on the SIH portal before you decide anything. The range covers the middle half of likely outcomes, so one statement in two lands outside it. Entry closes at 500 ideas per statement, so no range goes past that — a statement that reaches the cap fills and shuts rather than drawing an unlimited crowd. The model reads only three things a team can see before choosing — software or hardware, the theme, and what kind of body posted it — and those explain about a quarter of the variation in last year’s field sizes (R² 0.25 on held-out statements). Trust the band more than the number, and the ordering more than either. It cannot see how good your idea is, which is the part that actually decides it.

The scores

The number is the shorthand. The line under it is the reason.

What you will be writing

  • MILP unit commitment via PuLP or OR-Tools
  • gradient boosting load forecast on ambient drivers
  • degree-day thermal load model
  • PV yield modelling under polar-night seasonality
  • battery state-of-charge dispatch constraints
  • seasonal fuel budget projection with alerting
  • Energy systems optimisation
  • Remote off-grid infrastructure
  • Polar station operations

Prior art to read before you start

load forecasting and dispatch optimisation · renewable and diesel hybrid microgrid control · fuel consumption minimisation under supply constraint

Analysed by Claude Opus. Every score above is a judgment call with its reasoning attached — kindly cross-check this against the official statement on the SIH portal before your team commits to it.