← Research Lab / Applied
FIG. DB92 // FANTASMA RESEARCH NOTE

When Real Data Is Impossible: Building Synthetic Sensor Distributions for Rare Events

Oleh Dr. Selin Karaçay
10 min baca
2025-04-19

When Real Data Is Impossible

Some problems don't have enough real data. Not because the data wasn't collected — because the events themselves don't happen often enough. A 1-in-500-year flood. A black-swan sensor failure mode. A novel pathogen transmission pattern.

For these problems, the standard ML playbook fails at the data collection step.

Physics-Informed Generation

For our climate sensing deployment (see our applied note on PCON), we needed training data for rare ocean temperature anomalies — events with a recurrence interval of 8–15 years. The historical record has 40 years of data, which means 3–5 examples. That's not a training set; it's an anecdote.

Our approach: use a physics-based ocean circulation model (based on NEMO, an established ocean code) as a stochastic simulator. We parameterized the simulator over 23 physically meaningful variables (thermocline depth, Coriolis forcing, salinity gradient, etc.) and used a diffusion model to learn a prior over these parameters from historical data.

At generation time, we sample parameter configurations that would produce rare events, run the simulator forward, and use the outputs as synthetic training data.

Validation

We validated the approach on the 3 held-out observed rare events. The synthetic training data produced a model that detected all 3 events with:

True positive: 3/3
False positive rate: 0.4/year
Detection lead time: 6.2 hours before threshold crossing

A model trained on real data only had 2/3 detection rate and 2.1 false positives per year.

Publikasi Riset Terkait

Architecture 11 min

Attention Is Not Enough: Toward Structured World Models at the Edge

Transformer attention scales quadratically with sequence length. For always-on edge inference, this is a thermodynamic impossibility. We propose a hybrid SSM-attention architecture that achieves 94% of full-attention quality at 8% of the compute.

HCI 8 min

Calibration-Free Gaze Tracking at 60fps on Commodity Hardware

Classical gaze tracking requires a 90-second calibration ritual that most users abandon. We trained a universal gaze model on 4.2M synthetic eye-renders that generalizes to unseen users with 0.4° accuracy — no calibration, no personal data.