Hypoelliptic transport-diffusion layer / results.json

Mechanism confirmed, baseline not beaten

Raw ⬇ ZIP
 1{
 2  "seed": 2852,
 3  "device": "cpu (CUDA convolution backend fallback)",
 4  "mechanism_predictions": [
 5    {
 6      "prediction": "A Fourier x-mode of frequency k is attenuated by exp(-h*k^2)",
 7      "k": 3.0,
 8      "h": [0.01, 0.025, 0.05, 0.1, 0.2],
 9      "observed": [0.9082805095, 0.7859371894, 0.6167106243, 0.3815431057, 0.1636383887],
10      "predicted": [0.9139311853, 0.7985162188, 0.6376281516, 0.4065696597, 0.1652988882],
11      "max_relative_error": 0.0615553904,
12      "status": "confirmed within 6.2 percent"
13    },
14    {
15      "prediction": "Characteristic displacement has RMS magnitude proportional to h",
16      "h": [0.02, 0.05, 0.1, 0.2],
17      "observed_rms_displacement": [0.0230996483, 0.0577491207, 0.1154982413, 0.2309964827],
18      "displacement_over_h": [1.1549824133, 1.1549824133, 1.1549824133, 1.1549824133],
19      "status": "confirmed exactly in this coordinate grid"
20    },
21    {
22      "prediction": "For gate g in [0,1], the diffusion-transport residual interpolation is nonexpansive in this sampled test",
23      "g": [0, 0.25, 0.5, 1.0],
24      "observed_norm_ratio": [1.0, 0.7521054199, 0.5082255172, 0.1563923169],
25      "max_ratio": 1.0,
26      "status": "confirmed for the tested random field"
27    }
28  ],
29  "mini_experiment": {
30    "task": "predict one kinetic diffusion-plus-characteristic-transport step on smooth random phase-space fields",
31    "steps": 350,
32    "baseline": {
33      "one_step_validation_mse": 0.0089030014,
34      "rollout_mse_1_to_5": [0.0089030014, 0.0082342243, 0.0074185198, 0.0066177333, 0.0059044454],
35      "parameters": 44
36    },
37    "idea": {
38      "one_step_validation_mse": 0.0021938602,
39      "rollout_mse_1_to_5": [0.0021938602, 0.0043899566, 0.0065025543, 0.0084944041, 0.0104339020],
40      "parameters": 12
41    }
42  }
43}