From 9f7424553392e2f4b9f6e90a71b3b6e1e52f303f Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Tue, 7 Apr 2026 23:29:13 -0500 Subject: =?UTF-8?q?Add=20=C2=A72/=C2=A73=20hero=20figure:=205-method=20aud?= =?UTF-8?q?it=20horizontal=20bar=20chart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 4-panel layout (one per diagnostic), 5 methods sorted bottom-to-top by ascending accuracy, color-coded healthy (BP/EP, blue) vs degenerate (DFA/SB/CB, red), with threshold lines drawn: (a) max per-block growth (log scale, threshold 50x) (b) ||g_L|| (log scale, floor 1e-7) (c) cross-batch stability (linear, ceiling 0.30) (d) headline acc (linear, frozen baseline 0.349) The visual layout makes it immediately obvious that: - (a) and (b) cleanly split healthy from degenerate (4-7 OOM gap) - (c) is bimodal and doesn't cleanly split — confirms it's a sub-mode discriminator, not a primary detector - (d) shows BP above the frozen baseline by ~25 pp while DFA/CB/SB are at or below it --- results/protocol_audit/figure_audit_5method.png | Bin 0 -> 81228 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 results/protocol_audit/figure_audit_5method.png (limited to 'results/protocol_audit/figure_audit_5method.png') diff --git a/results/protocol_audit/figure_audit_5method.png b/results/protocol_audit/figure_audit_5method.png new file mode 100644 index 0000000..a821ccd Binary files /dev/null and b/results/protocol_audit/figure_audit_5method.png differ -- cgit v1.2.3