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

Dynamic Forecast of Expected Time of Arrival (ETA) for Coaching Trains

Ministry of Railways · Disaster Management · Software

The best data availability and the most independently verifiable demo of any railway statement here, but the schedule-plus-delay baseline is genuinely competitive, so start collecting running data immediately and make beating that baseline by a stated margin your entire claim.

What it actually is

The arrival time shown for a running train is mostly the printed timetable adjusted for the delay so far, which is why it keeps being wrong. The ask is a prediction that actually learns from how trains really run on that route, at that time of year, behind that traffic. It has to update continuously and work for thousands of trains at once.

What to build

An ETA service that ingests live train position and current delay, and for each remaining station on the run predicts arrival as a distribution rather than a point, using features grounded in real running behaviour — sectional running time history for that route, delay of the preceding train on the same section, downstream congestion, station-specific dwell behaviour, day of week and seasonal effects, and the recovery time actually built into the schedule — refreshing predictions on each new position update, degrading gracefully when position data is stale, and exposed through an API sized for network-wide operation with an accompanying view for passengers and control room staff showing predicted arrival with an uncertainty band.

Smallest thing that wins the room

Take a train currently running, show the official ETA next to yours for the next four stations with a confidence band, and put up the held-out backtest where your mean absolute error beats the schedule-plus-delay baseline by a stated number of minutes.

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 46% of the 226 · #122 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

  • LightGBM / Temporal Fusion Transformer sequence forecasting
  • quantile regression for uncertainty bands
  • live running status ingestion pipeline
  • Redis-backed incremental prediction serving
  • FastAPI ETA endpoints
  • MAE against schedule-plus-delay baseline
  • Railway operations
  • Time-series forecasting
  • Passenger information systems

Prior art to read before you start

train arrival time prediction · delay propagation modelling · real-time transport forecasting

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.