Upload 9 files
Browse files- .gitattributes +1 -0
- AMPHI_experiment_report.pdf +3 -0
- audit_log.jsonl +0 -0
- audit_log_signed_adaptive.jsonl +0 -0
- baseline_comparison.csv +19 -0
- controller_config.json +6 -0
- latency_summary.csv +2 -0
- policy_metrics.csv +4 -0
- rl_reward_stats.json +16 -0
- statistical_robustness.json +33 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
AMPHI_experiment_report.pdf filter=lfs diff=lfs merge=lfs -text
|
AMPHI_experiment_report.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61af005e2206cae485067b1507718bf5f71ca5337cba927cb97a6cff6228d7e0
|
| 3 |
+
size 3116021
|
audit_log.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
audit_log_signed_adaptive.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
baseline_comparison.csv
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
workload,policy,privacy_mean,utility_mean,privacy_at_high_risk,utility_at_low_risk,consent_violations,latency_mean_ms
|
| 2 |
+
monotonic,Always-Raw,0.0,1.0,0.0,0.0,0,0.5
|
| 3 |
+
monotonic,Always-Weak,0.0165,0.8915,0.0051,0.0,0,1.0
|
| 4 |
+
monotonic,Always-Synthetic,0.5713,0.7802,0.5654,0.0,0,2.0
|
| 5 |
+
monotonic,Always-Pseudo,0.8571,0.5745,0.8551,0.0,0,1.5
|
| 6 |
+
monotonic,Always-Redact,1.0,0.0,1.0,0.0,17,1.0
|
| 7 |
+
monotonic,Adaptive,0.958,0.1232,0.9863,0.0,14,1.1324
|
| 8 |
+
bursty,Always-Raw,0.0,1.0,0.0,1.0,0,0.5
|
| 9 |
+
bursty,Always-Weak,0.1339,0.87,0.0035,0.8466,0,1.0
|
| 10 |
+
bursty,Always-Synthetic,0.6249,0.73,0.5642,0.6755,0,2.0
|
| 11 |
+
bursty,Always-Pseudo,0.875,0.5101,0.8547,0.4399,0,1.5
|
| 12 |
+
bursty,Always-Redact,1.0,0.0,1.0,0.0,17,1.0
|
| 13 |
+
bursty,Adaptive,0.6223,0.4737,0.9907,0.8466,10,1.0882
|
| 14 |
+
mixed,Always-Raw,0.0,1.0,0.0,1.0,0,0.5
|
| 15 |
+
mixed,Always-Weak,0.1683,0.8637,0.0063,0.8526,0,1.0
|
| 16 |
+
mixed,Always-Synthetic,0.6407,0.7154,0.5632,0.6894,0,2.0
|
| 17 |
+
mixed,Always-Pseudo,0.8802,0.4912,0.8544,0.4577,0,1.5
|
| 18 |
+
mixed,Always-Redact,1.0,0.0,1.0,0.0,17,1.0
|
| 19 |
+
mixed,Adaptive,0.4273,0.6432,0.9848,0.8526,6,1.0147
|
controller_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"risk_1": 0.4,
|
| 3 |
+
"risk_mid": 0.6,
|
| 4 |
+
"risk_2": 0.8,
|
| 5 |
+
"remask_thresh": 0.68
|
| 6 |
+
}
|
latency_summary.csv
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
mean_ms,p50_ms,p90_ms
|
| 2 |
+
23.148514588041614,19.526042000507005,21.765750003396533
|
policy_metrics.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
policy,n_events,n_switches_into,mean_latency_ms,std_latency_ms,ci95_latency_ms,multirun_mean_latency_ms,multirun_ci95_latency_ms,mean_delta_auroc,mean_risk
|
| 2 |
+
synthetic,2,0,36.316,20.576,28.517,25.353,1.857,0.0,0.5105
|
| 3 |
+
pseudo,19,13,24.073,24.918,11.205,25.186,0.611,-0.232,0.856
|
| 4 |
+
redact,13,13,19.771,1.14,0.62,25.47,0.641,-0.6846,0.915
|
rl_reward_stats.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"torch_available": true,
|
| 3 |
+
"note": "model_n>0 indicates PPO network drove at least one decision.",
|
| 4 |
+
"overall_mean": 0.28064,
|
| 5 |
+
"overall_min": -0.33374,
|
| 6 |
+
"overall_max": 0.70933,
|
| 7 |
+
"overall_n": 234,
|
| 8 |
+
"warmup_mean": 0.49938,
|
| 9 |
+
"warmup_min": 0.26329,
|
| 10 |
+
"warmup_max": 0.68581,
|
| 11 |
+
"warmup_n": 22,
|
| 12 |
+
"model_mean": 0.25794,
|
| 13 |
+
"model_min": -0.33374,
|
| 14 |
+
"model_max": 0.70933,
|
| 15 |
+
"model_n": 212
|
| 16 |
+
}
|
statistical_robustness.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n_runs": 10,
|
| 3 |
+
"delta_auroc": {
|
| 4 |
+
"mean": -0.9167,
|
| 5 |
+
"std": 0.0,
|
| 6 |
+
"ci95": 0.0
|
| 7 |
+
},
|
| 8 |
+
"policy_switch_rate": {
|
| 9 |
+
"mean": 0.8364,
|
| 10 |
+
"std": 0.0256,
|
| 11 |
+
"ci95": 0.0158
|
| 12 |
+
},
|
| 13 |
+
"latency_by_policy": {
|
| 14 |
+
"synthetic": {
|
| 15 |
+
"mean_ms": 25.353,
|
| 16 |
+
"std_ms": 4.238,
|
| 17 |
+
"ci95_ms": 1.857,
|
| 18 |
+
"n": 20
|
| 19 |
+
},
|
| 20 |
+
"pseudo": {
|
| 21 |
+
"mean_ms": 25.186,
|
| 22 |
+
"std_ms": 4.203,
|
| 23 |
+
"ci95_ms": 0.611,
|
| 24 |
+
"n": 182
|
| 25 |
+
},
|
| 26 |
+
"redact": {
|
| 27 |
+
"mean_ms": 25.47,
|
| 28 |
+
"std_ms": 3.84,
|
| 29 |
+
"ci95_ms": 0.641,
|
| 30 |
+
"n": 138
|
| 31 |
+
}
|
| 32 |
+
}
|
| 33 |
+
}
|