Two neural networks · Sentinel-2 · 1.19 MB · real-time
Heilongjiang province alone produced 82 Mt in 2025, with NE China, Inner Mongolia, and Xinjiang driving 70% of national grain growth. Real-time crop monitoring is a 15th Five-Year Plan priority — current pipelines are too slow for same-season intervention.2
A single Sentinel-2 tile is ~1 GB. Downlink bandwidth is the hard ceiling — roughly 90% of space-generated EO data never reaches an analyst in time to act on.
Ground-side cloud processing adds hours to days from observation to actionable insight — too slow for stress detection, drought response, or phenology-timed field intervention.
Six onboard modules capture multispectral imagery, reject cloud-contaminated passes, extract the pixels that matter, accumulate observations across the season, run dual AI inference, and downlink compact JSON — all before the ground station pass.
Each module cuts the data before handing off to the next. ~1 GB enters; ~5 KB leaves. The satellite becomes a filter.
Crop classification is order-agnostic. Phenology staging is directional. Different questions need different architectures — so we built two. They run concurrently on separate CUDA streams; combined latency ~3 ms on Jetson Orin Nano TensorRT INT8.
FP32 → FP16 → INT8 staged compression, validated at every step. Same model class as ESA's Φ-sat-2 — proven in orbit.6
Commercial silicon in LEO sees hundreds of cosmic-ray bit-flips per day. Three coordinated defenses wrap every inference cycle.
| Resource | Peak | Note |
|---|---|---|
| RAM | ~500 MB | 6.3% of 8 GB Orin Nano |
| CPU | 60–80% | Feature-engineering bound |
| GPU | 15–25% | Sub-second burst · headroom |
| NVMe | ~12 GB | Full seasonal dataset |
| End-to-end | ~36 s | Inference <1 s of that |
| Item | Size |
|---|---|
| Mission-start payload | ~66 MB |
| Quarterly update | <2 MB |
| External feeds during inference | None required |
The fundamental shift our system enables — and three tiers of what it makes possible.
Precedent: Three-Body Constellation ran an 8B-param model in orbit, census across 189 km² NW China (Nov 2025).8 Our system is 2,000× smaller and purpose-built for the task.
| Mission | What changes |
|---|---|
| Forestry | Labels · training data |
| Water resources | Spectral feature set |
| Urban | AOI boundaries · class labels |
| Disaster response | Labels · trigger logic |
Pipeline · compression · modules stay the same.
INT8 deployed; hardware-in-the-loop validation on Jetson Orin Nano reference platform.
Partner with Three-Body Constellation, Aurora 1000, or similar for first orbital demo.
Daily-revisit grain monitoring; integrated with 15th-FYP national agricultural infrastructure.
Future paths · INT4 quantization · foundation-model distillation (Prithvi-EO / RemoteCLIP) · S1+S2 SAR fusion · federated constellation learning