National Seminar · Assam University, Silchar · July 2026
An AI early-warning framework for the Eastern Himalaya — fusing satellite imagery, terrain and 26 years of rainfall, validated against 420 real landslides. No supercomputer. No paid data. One student.
The problem
Landslide early-warning systems operate in only 5 nations and 13 regions worldwide (Guzzetti et al., 2020) — and almost none of the Himalayan arc is covered. Worse, the standard tool, a national rainfall threshold, breaks down here: the Eastern Himalaya is so wet that an all-India threshold fires on most days, telling authorities nothing.
This project asks a simple question: with only free, public data and a consumer laptop, how far can AI get toward a usable early-warning map for this region?
The ingredients
ESA satellite scenes packaged as the Landslide4Sense benchmark — 4,044 labelled patches, 14 bands each.
Trains the vision model
NASA 30 m terrain, three tiles merged to cover 88–97.5°E. Slope, aspect and ruggedness derived from it.
Terrain predictors
India Meteorological Department 0.25° daily grid, 2000–2025. Annual totals, monsoon peaks, wet-day frequency, 3-day extremes.
Rainfall predictors
420 documented locations from an open Zenodo inventory — audited so every point falls inside both data layers.
Ground truth
Fusion in one sentence: every location on the map becomes an 8-number fingerprint — four terrain values + four rainfall values — and 420 landslide points plus 2,100 carefully sampled background points become the table the model learns from.
Before a single model was trained, each dataset was audited end to end. These are the actual exploratory figures — click any to enlarge.
How it works
Four deep-learning architectures were benchmarked under identical training. U-Net++ won on accuracy (F1 0.65); SegFormer matched it within two points at 7× fewer parameters — small enough to run on an office laptop with no GPU.
An XGBoost model — selected over LightGBM, Random Forest and Logistic Regression by cross-validation — turns the 8-feature fingerprint into a susceptibility score for every 90 m cell of the region.
The national rainfall threshold (Peruccacci 2017) is evaluated against 26 years of IMD data — and shown to over-fire in this hyper-humid belt, which is exactly the gap the terrain model fills.
The streams combine into a single 0–1 risk score, cut into low · medium · high · very high — the colour language district authorities already use.
SHAP names the drivers, Grad-CAM shows where the vision model looked, MC-Dropout says how sure it is. An alert you can explain is an alert people act on.
Bright regions mark where the model believes a landslide scar is — compare against the scars visible in the raw satellite view.

Headline result
Two independent validations: known landslides should pile up in the dangerous zones, and each tier's real landslide rate should climb in order.
The winning U-Net++ model on held-out validation patches: input imagery, expert ground truth, model prediction and its probability field, side by side.
Explainable AI
A risk score no one can interrogate is a risk score no district officer will act on. Three complementary tools open the black box: SHAP names the drivers, Grad-CAM shows where the vision model looked, and MC-Dropout reports how sure the model is — pixel by pixel.
Try it yourself
There is no single "right" setting — sensitivity is bought with false alarms. That trade-off is a policy choice, and this framework puts it explicitly in human hands. Drag the slider.
The all-India rainfall threshold fires on most days across this hyper-humid belt — the terrain model is what restores discrimination.
Honesty section
The inventory records where landslides happened but not when — so this validation is spatial. Forecasting the day of failure needs dated events.
Everything here runs on one laptop with free data. An operational system needs institutions, telemetry and maintained pipelines.
Recommendation 1: trial the framework with State Disaster Management Authorities and NESAC on a district scale.
Recommendation 2: invest in a dated landslide inventory for the Northeast — the single biggest unlock for true temporal early warning.
Take it with you
Everything behind this project is open. Seminar materials will be linked here for attendees — scan, download, reproduce.
The seminar slide deck — the full story in 12 slides, with the QR code that points here.
Coming soon at the seminarMethods, datasets, benchmarks and the honest cross-validated evaluation, in full.
Coming soon on requestThe one-page visual summary designed for the conference poster session.
Coming soon at the seminarThe full reproducible pipeline — every stage, from raw data audit to the final maps.
Repository on requestAbout
This is a proof of concept with a deliberately provocative premise: that meaningful landslide early warning for the Eastern Himalaya can be built today from free public data on a single laptop — no supercomputer, no proprietary feeds.
It is offered not as a finished product but as an invitation — to State Disaster Management Authorities, NESAC, and the research community — to pilot, critique and extend it toward an operational system for the region.