Skip to content
SIH Buddyby Ganeev Singh
Dev
All problem statements
SIH26073Strong pickacceptance 4/5

AI/ML-Based Intelligent Anomaly Detection for Automatic Weather Stations (AWS)

Ministry of Earth Sciences (MoES) · Disaster Management · Software

The sponsor gave you free data, sanctioned anomaly injection and published the marking scheme, and the scope is small enough to finish properly — win it on the one hard part, which is letting a real heatwave through while catching a drifting sensor.

What it actually is

Automatic weather stations feed the forecasting system continuously, and when a sensor drifts, freezes or fails the bad readings flow straight into the models. Simple range checks catch the obvious errors and miss the subtle ones. The ask is a system that learns what normal looks like for temperature, pressure and humidity and flags the faulty readings without flagging genuine extreme weather.

What to build

A real-time quality control layer over the three parameters the statement restricts you to, combining a temporal model that learns each station's normal daily and seasonal behaviour, a rate-of-change and frozen-value detector for the specific fault signatures named including spikes, stuck sensors and communication dropouts, and a multivariate consistency check exploiting the physical relationships between temperature, pressure and humidity so a combination that is individually plausible but jointly impossible gets caught; each detection carrying a severity and confidence score with an explanation naming which parameter and which behaviour triggered it, a root-cause classification distinguishing fault types, a slow-drift monitor flagging calibration degradation before it becomes an outright fault, an optional imputed replacement value, and a station health dashboard — with the discipline that a genuine heatwave must pass through unflagged.

Smallest thing that wins the room

Stream a real station's record with injected faults through the system and show a frozen sensor and a spike both caught with explanations, while a genuine heatwave in the same record passes through untouched.

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.

Moderate140–330 teams expectedroughly 1 in 119–275 wins it

Quieter than 44% of the 226 · #128 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

  • seasonal-trend decomposition for per-station normals
  • multivariate consistency via psychrometric relationships
  • isolation forest and autoencoder residual detection
  • SHAP attribution for anomaly explanation
  • streaming detection with bounded latency
  • ESP32 edge deployment of quantised detector
  • Sensor data quality control
  • Anomaly detection
  • Meteorological observation networks

Prior art to read before you start

real-time sensor anomaly detection · distinguishing genuine events from instrument faults · explainable quality control with confidence scoring

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.