diff --git "a/applied/_index/APPLIED_RUNS_INDEX.json" "b/applied/_index/APPLIED_RUNS_INDEX.json" --- "a/applied/_index/APPLIED_RUNS_INDEX.json" +++ "b/applied/_index/APPLIED_RUNS_INDEX.json" @@ -1,106 +1,245 @@ [ { - "key": "original/baseline_reference", - "tag": "baseline_reference", - "script": "train_ssvep_event_snn.py", - "hf_folder": "applied/original", - "phase": 1, + "key": "opt01_ttfs_dta/dta_rate_0.02", + "tag": "dta_rate_0.02", + "script": "opt01_ttfs_dta.py", + "hf_folder": "applied/opt01_ttfs_dta", + "phase": 3, "status": "ok", - "duration_s": 576.1, - "optimization_summary": null, + "duration_s": 592.4, + "optimization_summary": { + "optimization": "ttfs_dta", + "research_section": "2. Temporal-Dimension Reduction (TTFS coding / DTA-TTFS)", + "reference": "Software-Level Optimizations for Spiking Neural Network Inference on ARM Architectures: A Deep-Dive into the Jetson Nano Ecosystem (research.md SS2)", + "script": "opt01_ttfs_dta.py", + "baseline_mode": false, + "method": "harmonic_matched", + "accuracy": { + "test_acc": 0.22214285714285714, + "test_target_acc": 0.22214285714285714, + "best_val_acc": 0.23857142857142857 + }, + "efficiency": { + "spikes_per_inference": null, + "syn_ops_per_inference": 1370895.7012987013, + "dense_macs_per_inference": 122675200.0, + "event_fraction_of_dense": 0.01117500278213283, + "syn_ops_per_inference_dense_fanout": 46072438.1176948, + "weight_sparsity": 0.7324707846410685, + "effective_ticks": 100.0, + "num_ticks": 100, + "membrane_bytes_per_inference": 451200, + "weight_bytes": 4907008, + "input_raster_bytes": null, + "train_ms_per_step": 95.69850345000077, + "infer_ms_per_sample": 0.6107303025000022, + "peak_vram_mb": 2908.478464 + }, + "optimization_specific": { + "ttfs": true, + "dta": true, + "readout": "ttfs", + "ttfs_halt_k": 1, + "dta_target_rate": 0.02, + "dta_momentum": 0.1, + "spikes_per_neuron_per_inference": 0.666733789260385, + "ttfs_budget_respected": true, + "frac_neurons_that_ever_fire": 0.666733789260385, + "mean_first_spike_tick": 22.77649856682363, + "per_layer_ttfs": [ + { + "layer": 0, + "neurons": 320, + "spikes_per_neuron_per_inference": 0.8998928571428572, + "frac_neurons_that_ever_fire": 0.8998928571428572, + "mean_first_spike_tick": 8.32483529785292 + }, + { + "layer": 1, + "neurons": 512, + "spikes_per_neuron_per_inference": 0.5788044084821429, + "frac_neurons_that_ever_fire": 0.5788044084821429, + "mean_first_spike_tick": 32.204212231282256 + }, + { + "layer": 2, + "neurons": 256, + "spikes_per_neuron_per_inference": 0.6099832589285714, + "frac_neurons_that_ever_fire": 0.6099832589285714, + "mean_first_spike_tick": 27.42329085436698 + }, + { + "layer": 3, + "neurons": 40, + "spikes_per_neuron_per_inference": 0.29016071428571427, + "frac_neurons_that_ever_fire": 0.29016071428571427, + "mean_first_spike_tick": 78.09735983752846 + } + ], + "mean_halt_tick": 65.40357142857142, + "effective_ticks": 65.40357142857142, + "ticks_saved_frac": 0.3459642857142857, + "num_ticks": 100, + "dta_thr_min": 10.0, + "dta_thr_max": 10.0, + "dta_thr_mean": 10.0, + "base_thresh": 10.0 + }, + "config": { + "method": "harmonic_matched", + "data_root": "/kaggle/working/data", + "subjects": "", + "blocks": "", + "limit": 0, + "drop_rest": true, + "resplit": "block", + "test_blocks": "6", + "class_weight": false, + "epochs": 60, + "batch_size": 64, + "lr": 0.002, + "weight_decay": 0.0005, + "grad_clip": 5.0, + "num_bins": 100, + "window_sec": 5.0, + "hidden": "512,256", + "freq_groups": 8, + "dropout": 0.3, + "spike_drop": 0.1, + "time_jitter": 2, + "label_smoothing": 0.05, + "no_batchnorm": false, + "binary_input": false, + "beta": 1.0, + "thresh": 10.0, + "window": 0.5, + "gain": 1.0, + "alpha": 0.9, + "readout": "ttfs", + "fake_quant": 0, + "amp": false, + "spike_reg": 0.0, + "event_eval": true, + "decision_margin": 2.0, + "export": false, + "seed": 1234, + "hub_dir": "/kaggle/working/hub/opt01_ttfs_dta/dta_rate_0.02", + "repo_id": "UWU-R-13/SSVEP-SNN", + "push_hf": false, + "keep_epoch_weights": 1, + "no_resume": true, + "selftest": false, + "baseline": false, + "bench": true, + "bench_warmup": 10, + "bench_iters": 50, + "bench_train_steps": 20, + "ttfs": true, + "ttfs_halt_k": 1, + "dta": true, + "dta_target_rate": 0.02, + "dta_readout_rate": 0.95, + "ttfs_logit_scale": 10.0, + "dta_momentum": 0.1, + "dta_min": 0.2, + "dta_max": 5.0, + "dta_windup_patience": 200, + "sampling_rate": 250.0 + } + }, "zip": { - "name": "baseline_reference.zip", - "files": 79, - "bytes": 12229960, - "MB": 12.2, - "sha256": "dbfae2e27e7c61c5d2a5e5d1d0a60eeeb5cac65dca488af8d9e07e91fe8a6bf2" + "name": "dta_rate_0.02.zip", + "files": 80, + "bytes": 12510253, + "MB": 12.5, + "sha256": "1243e55e5fd4e4197a0db50663cc4eaf49e0a10a9ad59a34c29305a28a06856f" } }, { - "key": "opt01_ttfs_dta/control_baseline", - "tag": "control_baseline", + "key": "opt01_ttfs_dta/dta_rate_0.10", + "tag": "dta_rate_0.10", "script": "opt01_ttfs_dta.py", "hf_folder": "applied/opt01_ttfs_dta", - "phase": 1, + "phase": 3, "status": "ok", - "duration_s": 324.9, + "duration_s": 314.3, "optimization_summary": { "optimization": "ttfs_dta", "research_section": "2. Temporal-Dimension Reduction (TTFS coding / DTA-TTFS)", "reference": "Software-Level Optimizations for Spiking Neural Network Inference on ARM Architectures: A Deep-Dive into the Jetson Nano Ecosystem (research.md SS2)", "script": "opt01_ttfs_dta.py", - "baseline_mode": true, + "baseline_mode": false, "method": "harmonic_matched", "accuracy": { - "test_acc": 0.9435714285714286, - "test_target_acc": 0.9435714285714286, - "best_val_acc": 0.9485714285714286 + "test_acc": 0.1392857142857143, + "test_target_acc": 0.1392857142857143, + "best_val_acc": 0.17 }, "efficiency": { "spikes_per_inference": null, - "syn_ops_per_inference": 3231983.9886363638, + "syn_ops_per_inference": 1411658.4545454546, "dense_macs_per_inference": 122675200.0, - "event_fraction_of_dense": 0.026345862803862263, - "syn_ops_per_inference_dense_fanout": 64808601.77516234, + "event_fraction_of_dense": 0.011507284720509561, + "syn_ops_per_inference_dense_fanout": 47245923.233766235, "weight_sparsity": 0.7324707846410685, - "effective_ticks": 12.076428571428572, + "effective_ticks": 100.0, "num_ticks": 100, "membrane_bytes_per_inference": 451200, "weight_bytes": 4907008, "input_raster_bytes": null, - "train_ms_per_step": 95.4652436500055, - "infer_ms_per_sample": 0.632198698124995, - "peak_vram_mb": 2914.106368 + "train_ms_per_step": 95.29285290000189, + "infer_ms_per_sample": 0.6113808478124838, + "peak_vram_mb": 2909.302784 }, "optimization_specific": { - "ttfs": false, - "dta": false, - "readout": "spikecount", + "ttfs": true, + "dta": true, + "readout": "ttfs", "ttfs_halt_k": 1, - "dta_target_rate": null, - "dta_momentum": null, - "spikes_per_neuron_per_inference": 6.773503672745694, - "ttfs_budget_respected": false, - "frac_neurons_that_ever_fire": 0.7111518490374873, - "mean_first_spike_tick": 13.85866447739239, + "dta_target_rate": 0.1, + "dta_momentum": 0.1, + "spikes_per_neuron_per_inference": 0.6239190729483283, + "ttfs_budget_respected": true, + "frac_neurons_that_ever_fire": 0.6239190729483283, + "mean_first_spike_tick": 19.628332891840294, "per_layer_ttfs": [ { "layer": 0, "neurons": 320, - "spikes_per_neuron_per_inference": 6.179979910714286, - "frac_neurons_that_ever_fire": 0.7382388392857143, - "mean_first_spike_tick": 13.402922616869903 + "spikes_per_neuron_per_inference": 0.8614040178571428, + "frac_neurons_that_ever_fire": 0.8614040178571428, + "mean_first_spike_tick": 9.993713543866559 }, { "layer": 1, "neurons": 512, - "spikes_per_neuron_per_inference": 3.8403431919642856, - "frac_neurons_that_ever_fire": 0.5913783482142857, - "mean_first_spike_tick": 19.06668789808917 + "spikes_per_neuron_per_inference": 0.7464453125, + "frac_neurons_that_ever_fire": 0.7464453125, + "mean_first_spike_tick": 22.917884616822292 }, { "layer": 2, "neurons": 256, - "spikes_per_neuron_per_inference": 13.378063616071428, - "frac_neurons_that_ever_fire": 0.8717215401785714, - "mean_first_spike_tick": 9.758566055853406 + "spikes_per_neuron_per_inference": 0.10224888392857143, + "frac_neurons_that_ever_fire": 0.10224888392857143, + "mean_first_spike_tick": 31.868034710473175 }, { "layer": 3, "neurons": 40, - "spikes_per_neuron_per_inference": 6.796964285714286, - "frac_neurons_that_ever_fire": 0.9999107142857143, - "mean_first_spike_tick": 0.0006429145459416019 + "spikes_per_neuron_per_inference": 0.49439285714285713, + "frac_neurons_that_ever_fire": 0.49439285714285713, + "mean_first_spike_tick": 74.14935346384455 } ], - "mean_halt_tick": 100.0, - "effective_ticks": 100.0, - "ticks_saved_frac": 0.0, + "mean_halt_tick": 68.85428571428571, + "effective_ticks": 68.85428571428571, + "ticks_saved_frac": 0.3114571428571429, "num_ticks": 100, - "dta_thr_min": 1.0, - "dta_thr_max": 1.0, - "dta_thr_mean": 1.0, - "base_thresh": 1.0 + "dta_thr_min": 10.0, + "dta_thr_max": 31.87553596496582, + "dta_thr_mean": 15.468883514404297, + "base_thresh": 10.0 }, "config": { "method": "harmonic_matched", @@ -128,7 +267,7 @@ "no_batchnorm": false, "binary_input": false, "beta": 1.0, - "thresh": 1.0, + "thresh": 10.0, "window": 0.5, "gain": 1.0, "alpha": 0.9, @@ -140,13 +279,13 @@ "decision_margin": 2.0, "export": false, "seed": 1234, - "hub_dir": "/kaggle/working/hub/opt01_ttfs_dta/control_baseline", + "hub_dir": "/kaggle/working/hub/opt01_ttfs_dta/dta_rate_0.10", "repo_id": "UWU-R-13/SSVEP-SNN", "push_hf": false, "keep_epoch_weights": 1, "no_resume": true, "selftest": false, - "baseline": true, + "baseline": false, "bench": true, "bench_warmup": 10, "bench_iters": 50, @@ -154,7 +293,7 @@ "ttfs": true, "ttfs_halt_k": 1, "dta": true, - "dta_target_rate": 0.05, + "dta_target_rate": 0.1, "dta_readout_rate": 0.95, "ttfs_logit_scale": 10.0, "dta_momentum": 0.1, @@ -165,21 +304,21 @@ } }, "zip": { - "name": "control_baseline.zip", - "files": 80, - "bytes": 12262646, - "MB": 12.3, - "sha256": "c4997d83edc40f945e2bde2e023fbe4d8722960cb38b6b4896a15611c735e03a" + "name": "dta_rate_0.10.zip", + "files": 77, + "bytes": 8117390, + "MB": 8.1, + "sha256": "149684ff3bdd640115b26d39a54bdaa9ae99619a8672a7ea6fcd59fc99345a27" } }, { - "key": "opt01_ttfs_dta/default", - "tag": "default", + "key": "opt01_ttfs_dta/dta_rate_0.20", + "tag": "dta_rate_0.20", "script": "opt01_ttfs_dta.py", "hf_folder": "applied/opt01_ttfs_dta", - "phase": 1, + "phase": 3, "status": "ok", - "duration_s": 306.3, + "duration_s": 315.0, "optimization_summary": { "optimization": "ttfs_dta", "research_section": "2. Temporal-Dimension Reduction (TTFS coding / DTA-TTFS)", @@ -188,74 +327,74 @@ "baseline_mode": false, "method": "harmonic_matched", "accuracy": { - "test_acc": 0.10785714285714286, - "test_target_acc": 0.10785714285714286, - "best_val_acc": 0.12642857142857142 + "test_acc": 0.30142857142857143, + "test_target_acc": 0.30142857142857143, + "best_val_acc": 0.3442857142857143 }, "efficiency": { "spikes_per_inference": null, - "syn_ops_per_inference": 883000.9488636364, + "syn_ops_per_inference": 1268561.1761363635, "dense_macs_per_inference": 122675200.0, - "event_fraction_of_dense": 0.007197876578669824, - "syn_ops_per_inference_dense_fanout": 28456441.155032467, + "event_fraction_of_dense": 0.010340811966366173, + "syn_ops_per_inference_dense_fanout": 40907301.49837662, "weight_sparsity": 0.7324707846410685, "effective_ticks": 100.0, "num_ticks": 100, "membrane_bytes_per_inference": 451200, "weight_bytes": 4907008, "input_raster_bytes": null, - "train_ms_per_step": 92.62014005000765, - "infer_ms_per_sample": 0.5975575340625028, - "peak_vram_mb": 2909.198336 + "train_ms_per_step": 95.75917180000033, + "infer_ms_per_sample": 0.6131969368749424, + "peak_vram_mb": 2909.376512 }, "optimization_specific": { "ttfs": true, "dta": true, "readout": "ttfs", "ttfs_halt_k": 1, - "dta_target_rate": 0.05, + "dta_target_rate": 0.2, "dta_momentum": 0.1, - "spikes_per_neuron_per_inference": 0.6025234295845998, + "spikes_per_neuron_per_inference": 0.6888367527862209, "ttfs_budget_respected": true, - "frac_neurons_that_ever_fire": 0.6025234295845998, - "mean_first_spike_tick": 24.776728445988198, + "frac_neurons_that_ever_fire": 0.6888367527862209, + "mean_first_spike_tick": 17.83636679533485, "per_layer_ttfs": [ { "layer": 0, "neurons": 320, - "spikes_per_neuron_per_inference": 0.8747723214285714, - "frac_neurons_that_ever_fire": 0.8747723214285714, - "mean_first_spike_tick": 8.497346248258475 + "spikes_per_neuron_per_inference": 0.9109776785714285, + "frac_neurons_that_ever_fire": 0.9109776785714285, + "mean_first_spike_tick": 7.660495248923105 }, { "layer": 1, "neurons": 512, - "spikes_per_neuron_per_inference": 0.47708565848214285, - "frac_neurons_that_ever_fire": 0.47708565848214285, - "mean_first_spike_tick": 31.723123035309598 + "spikes_per_neuron_per_inference": 0.8185337611607143, + "frac_neurons_that_ever_fire": 0.8185337611607143, + "mean_first_spike_tick": 22.096457454514464 }, { "layer": 2, "neurons": 256, - "spikes_per_neuron_per_inference": 0.45130301339285717, - "frac_neurons_that_ever_fire": 0.45130301339285717, - "mean_first_spike_tick": 42.55322200720879 + "spikes_per_neuron_per_inference": 0.19032366071428572, + "frac_neurons_that_ever_fire": 0.19032366071428572, + "mean_first_spike_tick": 19.373438691139388 }, { "layer": 3, "neurons": 40, - "spikes_per_neuron_per_inference": 0.9979464285714286, - "frac_neurons_that_ever_fire": 0.9979464285714286, - "mean_first_spike_tick": 44.9801735707256 + "spikes_per_neuron_per_inference": 0.44207142857142856, + "frac_neurons_that_ever_fire": 0.44207142857142856, + "mean_first_spike_tick": 80.39121829051543 } ], - "mean_halt_tick": 26.95642857142857, - "effective_ticks": 26.95642857142857, - "ticks_saved_frac": 0.7304357142857143, + "mean_halt_tick": 54.479285714285716, + "effective_ticks": 54.479285714285716, + "ticks_saved_frac": 0.4552071428571428, "num_ticks": 100, "dta_thr_min": 10.0, - "dta_thr_max": 10.0, - "dta_thr_mean": 10.0, + "dta_thr_max": 36.44102096557617, + "dta_thr_mean": 16.610254287719727, "base_thresh": 10.0 }, "config": { @@ -296,7 +435,7 @@ "decision_margin": 2.0, "export": false, "seed": 1234, - "hub_dir": "/kaggle/working/hub/opt01_ttfs_dta/default", + "hub_dir": "/kaggle/working/hub/opt01_ttfs_dta/dta_rate_0.20", "repo_id": "UWU-R-13/SSVEP-SNN", "push_hf": false, "keep_epoch_weights": 1, @@ -310,7 +449,7 @@ "ttfs": true, "ttfs_halt_k": 1, "dta": true, - "dta_target_rate": 0.05, + "dta_target_rate": 0.2, "dta_readout_rate": 0.95, "ttfs_logit_scale": 10.0, "dta_momentum": 0.1, @@ -321,75 +460,98 @@ } }, "zip": { - "name": "default.zip", + "name": "dta_rate_0.20.zip", "files": 80, - "bytes": 12567506, - "MB": 12.6, - "sha256": "fb707a74ab8ec231a6758240a7f7a2c3ea3f3546dffe53f2c0f20ce254a090c9" + "bytes": 12365506, + "MB": 12.4, + "sha256": "0ff95b27869b51aaa9e93834f86b2558421ee7616d9cb9562165f0e64df9f734" } }, { - "key": "opt02_seenn_bayes/control_baseline", - "tag": "control_baseline", - "script": "opt02_seenn_bayes.py", - "hf_folder": "applied/opt02_seenn_bayes", - "phase": 1, + "key": "opt01_ttfs_dta/ttfs_halt_k2", + "tag": "ttfs_halt_k2", + "script": "opt01_ttfs_dta.py", + "hf_folder": "applied/opt01_ttfs_dta", + "phase": 3, "status": "ok", - "duration_s": 320.9, + "duration_s": 313.4, "optimization_summary": { - "optimization": "seenn_early_exit_bayesian_fusion", - "research_section": "2. Temporal-dimension reduction", - "reference": "SEENN: Towards Temporal Spiking Early-Exit Neural Networks, arXiv:2304.01230 (NeurIPS 2023); BayesianSpikeFusion, Front. Neurosci. 2024 (PMC11330889)", - "script": "opt02_seenn_bayes.py", - "baseline_mode": true, + "optimization": "ttfs_dta", + "research_section": "2. Temporal-Dimension Reduction (TTFS coding / DTA-TTFS)", + "reference": "Software-Level Optimizations for Spiking Neural Network Inference on ARM Architectures: A Deep-Dive into the Jetson Nano Ecosystem (research.md SS2)", + "script": "opt01_ttfs_dta.py", + "baseline_mode": false, "method": "harmonic_matched", "accuracy": { - "test_acc": 0.9421428571428572, - "test_target_acc": 0.9421428571428572, - "best_val_acc": 0.9464285714285714 + "test_acc": 0.19142857142857142, + "test_target_acc": 0.19142857142857142, + "best_val_acc": 0.19071428571428573 }, "efficiency": { "spikes_per_inference": null, - "syn_ops_per_inference": 3244711.4707792206, + "syn_ops_per_inference": 1146300.0625, "dense_macs_per_inference": 122675200.0, - "event_fraction_of_dense": 0.026449612234414294, - "syn_ops_per_inference_dense_fanout": 64821329.2573052, + "event_fraction_of_dense": 0.009344187435602306, + "syn_ops_per_inference_dense_fanout": 38370359.65827922, "weight_sparsity": 0.7324707846410685, - "effective_ticks": 12.099285714285715, + "effective_ticks": 100.0, "num_ticks": 100, "membrane_bytes_per_inference": 451200, "weight_bytes": 4907008, "input_raster_bytes": null, - "train_ms_per_step": 91.90045595169067, - "infer_ms_per_sample": 0.6131382294036635, - "peak_vram_mb": 10744.00512 + "train_ms_per_step": 95.0974763999966, + "infer_ms_per_sample": 0.608219999062527, + "peak_vram_mb": 2909.190656 }, "optimization_specific": { - "seenn_enabled": false, - "bayes_fusion_enabled": false, - "conf_threshold": 0.9, - "conf_temp": 2.0, - "anytime_fracs": "1.0", - "anytime_weights": "1.0", - "ic_loss_weight": 0.0, - "ic_layer": 0, - "mean_exit_tick": null, - "mean_exit_ms": null, - "ticks_saved_frac": null, - "exit_tick_histogram": null, - "acc_fc_only": 0.9421428571428572, - "acc_ic_only": null, - "acc_fused": 0.9421428571428572, - "acc_early_exit": null, - "syn_ops_saved_frac": null, - "syn_per_inference_early_exit": null, - "anytime_acc": { - "0.25": 0.6221428571428571, - "0.5": 0.8442857142857143, - "0.75": 0.9164285714285715, - "1.0": 0.9421428571428572 - }, - "pareto": null + "ttfs": true, + "dta": true, + "readout": "ttfs", + "ttfs_halt_k": 2, + "dta_target_rate": 0.05, + "dta_momentum": 0.1, + "spikes_per_neuron_per_inference": 0.5998423252279635, + "ttfs_budget_respected": true, + "frac_neurons_that_ever_fire": 0.5998423252279635, + "mean_first_spike_tick": 22.474675145760823, + "per_layer_ttfs": [ + { + "layer": 0, + "neurons": 320, + "spikes_per_neuron_per_inference": 0.8544263392857143, + "frac_neurons_that_ever_fire": 0.8544263392857143, + "mean_first_spike_tick": 8.993144941128525 + }, + { + "layer": 1, + "neurons": 512, + "spikes_per_neuron_per_inference": 0.4505161830357143, + "frac_neurons_that_ever_fire": 0.4505161830357143, + "mean_first_spike_tick": 27.44062180658347 + }, + { + "layer": 2, + "neurons": 256, + "spikes_per_neuron_per_inference": 0.52904296875, + "frac_neurons_that_ever_fire": 0.52904296875, + "mean_first_spike_tick": 29.398224767811655 + }, + { + "layer": 3, + "neurons": 40, + "spikes_per_neuron_per_inference": 0.9276607142857143, + "frac_neurons_that_ever_fire": 0.9276607142857143, + "mean_first_spike_tick": 65.67242872817572 + } + ], + "mean_halt_tick": 47.255714285714284, + "effective_ticks": 47.255714285714284, + "ticks_saved_frac": 0.5274428571428571, + "num_ticks": 100, + "dta_thr_min": 10.0, + "dta_thr_max": 10.0, + "dta_thr_mean": 10.0, + "base_thresh": 10.0 }, "config": { "method": "harmonic_matched", @@ -417,11 +579,11 @@ "no_batchnorm": false, "binary_input": false, "beta": 1.0, - "thresh": 1.0, + "thresh": 10.0, "window": 0.5, "gain": 1.0, "alpha": 0.9, - "readout": "spikecount", + "readout": "ttfs", "fake_quant": 0, "amp": false, "spike_reg": 0.0, @@ -429,45 +591,46 @@ "decision_margin": 2.0, "export": false, "seed": 1234, - "baseline": true, - "bench": true, - "bench_warmup": 10, - "bench_iters": 50, - "bench_train_steps": 20, - "anytime_fracs": "0.25,0.5,1.0", - "anytime_weights": "0.3,0.3,1.0", - "ic_layer": 0, - "ic_loss_weight": 0.3, - "bayes_fusion": false, - "fusion_prior_weight": 1.0, - "conf_threshold": 0.9, - "conf_temp": 2.0, - "conf_sweep": "0.5,0.7,0.8,0.9,0.95,0.99", - "hub_dir": "/kaggle/working/hub/opt02_seenn_bayes/control_baseline", + "hub_dir": "/kaggle/working/hub/opt01_ttfs_dta/ttfs_halt_k2", "repo_id": "UWU-R-13/SSVEP-SNN", "push_hf": false, "keep_epoch_weights": 1, "no_resume": true, "selftest": false, + "baseline": false, + "bench": true, + "bench_warmup": 10, + "bench_iters": 50, + "bench_train_steps": 20, + "ttfs": true, + "ttfs_halt_k": 2, + "dta": true, + "dta_target_rate": 0.05, + "dta_readout_rate": 0.95, + "ttfs_logit_scale": 10.0, + "dta_momentum": 0.1, + "dta_min": 0.2, + "dta_max": 5.0, + "dta_windup_patience": 200, "sampling_rate": 250.0 } }, "zip": { - "name": "control_baseline.zip", + "name": "ttfs_halt_k2.zip", "files": 80, - "bytes": 12251539, - "MB": 12.3, - "sha256": "7e217471fe06675f01d799cc760f6565432d57e42b13f0c8e1d11077507709cf" + "bytes": 12550233, + "MB": 12.6, + "sha256": "a2405580d698ac72ad152755bc18092b397e88e06d8b67b05ce9fe8a7ae6d838" } }, { - "key": "opt02_seenn_bayes/default", - "tag": "default", + "key": "opt02_seenn_bayes/conf_0.5", + "tag": "conf_0.5", "script": "opt02_seenn_bayes.py", "hf_folder": "applied/opt02_seenn_bayes", - "phase": 1, + "phase": 3, "status": "ok", - "duration_s": 586.1, + "duration_s": 597.8, "optimization_summary": { "optimization": "seenn_early_exit_bayesian_fusion", "research_section": "2. Temporal-dimension reduction", @@ -476,46 +639,46 @@ "baseline_mode": false, "method": "harmonic_matched", "accuracy": { - "test_acc": 0.9278571428571428, - "test_target_acc": 0.9278571428571428, - "best_val_acc": 0.9307142857142857 + "test_acc": 0.9257142857142857, + "test_target_acc": 0.9257142857142857, + "best_val_acc": 0.9278571428571428 }, "efficiency": { "spikes_per_inference": null, - "syn_ops_per_inference": 3638362.4326298703, + "syn_ops_per_inference": 3667001.4423701297, "dense_macs_per_inference": 123955200.0, - "event_fraction_of_dense": 0.029352237200455246, - "syn_ops_per_inference_dense_fanout": 65214980.21915584, + "event_fraction_of_dense": 0.029583280430108053, + "syn_ops_per_inference_dense_fanout": 65243619.22889611, "weight_sparsity": 0.7324707846410685, - "effective_ticks": 7.985, + "effective_ticks": 4.38, "num_ticks": 100, "membrane_bytes_per_inference": 451200, "weight_bytes": 4907008, "input_raster_bytes": null, - "train_ms_per_step": 174.30670261383057, - "infer_ms_per_sample": 0.6237456846476799, - "peak_vram_mb": 10914.396672, - "syn_ops_per_inference_early_exit": 1846599.2897727273 + "train_ms_per_step": 179.7092080116272, + "infer_ms_per_sample": 0.6336252293994079, + "peak_vram_mb": 10914.760704, + "syn_ops_per_inference_early_exit": 1701440.4342532465 }, "optimization_specific": { "seenn_enabled": true, "bayes_fusion_enabled": true, - "conf_threshold": 0.9, + "conf_threshold": 0.5, "conf_temp": 2.0, "anytime_fracs": "0.25,0.5,1.0", "anytime_weights": "0.3,0.3,1.0", "ic_loss_weight": 0.3, "ic_layer": 0, - "mean_exit_tick": 7.985, - "mean_exit_ms": 399.25000000000006, - "ticks_saved_frac": 0.92015, + "mean_exit_tick": 4.38, + "mean_exit_ms": 219.0, + "ticks_saved_frac": 0.9562, "exit_tick_histogram": { "counts": [ - 1040, - 316, - 39, + 1371, + 25, 4, - 1, + 0, + 0, 0, 0, 0, @@ -536,54 +699,54 @@ 100.0 ] }, - "acc_fc_only": 0.9278571428571428, + "acc_fc_only": 0.9257142857142857, "acc_ic_only": 0.935, - "acc_fused": 0.9378571428571428, - "acc_early_exit": 0.3578571428571429, - "syn_ops_saved_frac": 0.49246417200994075, - "syn_per_inference_early_exit": 1846599.2897727273, + "acc_fused": 0.9342857142857143, + "acc_early_exit": 0.2257142857142857, + "syn_ops_saved_frac": 0.5360131538007966, + "syn_per_inference_early_exit": 1701440.4342532465, "anytime_acc": { - "0.25": 0.6228571428571429, - "0.5": 0.8078571428571428, - "0.75": 0.8885714285714286, - "1.0": 0.9278571428571428 + "0.25": 0.6078571428571429, + "0.5": 0.8221428571428572, + "0.75": 0.8957142857142857, + "1.0": 0.9257142857142857 }, "pareto": [ { "conf": 0.5, - "mean_ticks": 4.405, - "acc": 0.22785714285714287, - "syn_ops": 1715995.05762987 + "mean_ticks": 4.38, + "acc": 0.2257142857142857, + "syn_ops": 1701440.4301948054 }, { "conf": 0.7, - "mean_ticks": 5.097857142857142, - "acc": 0.25285714285714284, - "syn_ops": 1744549.8368506492 + "mean_ticks": 5.145714285714286, + "acc": 0.25642857142857145, + "syn_ops": 1733398.2719155846 }, { "conf": 0.8, - "mean_ticks": 5.984285714285714, - "acc": 0.28285714285714286, - "syn_ops": 1779479.5024350649 + "mean_ticks": 6.0442857142857145, + "acc": 0.295, + "syn_ops": 1770153.554383117 }, { "conf": 0.9, - "mean_ticks": 7.984285714285714, - "acc": 0.3578571428571429, - "syn_ops": 1846555.8522727273 + "mean_ticks": 8.140714285714285, + "acc": 0.3757142857142857, + "syn_ops": 1843691.239448052 }, { "conf": 0.95, - "mean_ticks": 10.01142857142857, - "acc": 0.42857142857142855, - "syn_ops": 1902723.0324675327 + "mean_ticks": 10.122857142857143, + "acc": 0.44357142857142856, + "syn_ops": 1899936.8051948054 }, { "conf": 0.99, - "mean_ticks": 14.458571428571428, - "acc": 0.5621428571428572, - "syn_ops": 2004484.2800324673 + "mean_ticks": 14.419285714285714, + "acc": 0.5728571428571428, + "syn_ops": 2001693.648538961 } ] }, @@ -636,10 +799,10 @@ "ic_loss_weight": 0.3, "bayes_fusion": true, "fusion_prior_weight": 1.0, - "conf_threshold": 0.9, + "conf_threshold": 0.5, "conf_temp": 2.0, "conf_sweep": "0.5,0.7,0.8,0.9,0.95,0.99", - "hub_dir": "/kaggle/working/hub/opt02_seenn_bayes/default", + "hub_dir": "/kaggle/working/hub/opt02_seenn_bayes/conf_0.5", "repo_id": "UWU-R-13/SSVEP-SNN", "push_hf": false, "keep_epoch_weights": 1, @@ -649,21 +812,21 @@ } }, "zip": { - "name": "default.zip", + "name": "conf_0.5.zip", "files": 81, - "bytes": 12636571, + "bytes": 12639386, "MB": 12.6, - "sha256": "1c64c6704af63b5eec37b2f1d2e824ba1c5c3c28328c5b1c03089bd12b4cc747" + "sha256": "162ddbf03a10a75e5294c6ce6b8d399325b51f498ed3c54f52d6f80ee3ea4097" } }, { - "key": "opt02_seenn_bayes/conf_sweep_fine", - "tag": "conf_sweep_fine", + "key": "opt02_seenn_bayes/conf_0.7", + "tag": "conf_0.7", "script": "opt02_seenn_bayes.py", "hf_folder": "applied/opt02_seenn_bayes", - "phase": 7, + "phase": 3, "status": "ok", - "duration_s": 909.8, + "duration_s": 596.1, "optimization_summary": { "optimization": "seenn_early_exit_bayesian_fusion", "research_section": "2. Temporal-dimension reduction", @@ -672,46 +835,46 @@ "baseline_mode": false, "method": "harmonic_matched", "accuracy": { - "test_acc": 0.9342857142857143, - "test_target_acc": 0.9342857142857143, - "best_val_acc": 0.9285714285714286 + "test_acc": 0.9235714285714286, + "test_target_acc": 0.9235714285714286, + "best_val_acc": 0.9307142857142857 }, "efficiency": { "spikes_per_inference": null, - "syn_ops_per_inference": 3615247.340909091, + "syn_ops_per_inference": 3646728.713474026, "dense_macs_per_inference": 123955200.0, - "event_fraction_of_dense": 0.02916575779724522, - "syn_ops_per_inference_dense_fanout": 65191865.127435066, + "event_fraction_of_dense": 0.02941973159233357, + "syn_ops_per_inference_dense_fanout": 65223346.5, "weight_sparsity": 0.7324707846410685, - "effective_ticks": 8.057142857142857, + "effective_ticks": 5.101428571428571, "num_ticks": 100, "membrane_bytes_per_inference": 451200, "weight_bytes": 4907008, "input_raster_bytes": null, - "train_ms_per_step": 180.51012754440308, - "infer_ms_per_sample": 0.6378180717104044, - "peak_vram_mb": 10915.470336, - "syn_ops_per_inference_early_exit": 1822430.1501623376 + "train_ms_per_step": 179.2108416557312, + "infer_ms_per_sample": 0.6331442738298195, + "peak_vram_mb": 10914.71616, + "syn_ops_per_inference_early_exit": 1786668.6314935065 }, "optimization_specific": { "seenn_enabled": true, "bayes_fusion_enabled": true, - "conf_threshold": 0.9, + "conf_threshold": 0.7, "conf_temp": 2.0, "anytime_fracs": "0.25,0.5,1.0", "anytime_weights": "0.3,0.3,1.0", "ic_loss_weight": 0.3, "ic_layer": 0, - "mean_exit_tick": 8.057142857142857, - "mean_exit_ms": 402.85714285714283, - "ticks_saved_frac": 0.9194285714285715, + "mean_exit_tick": 5.101428571428571, + "mean_exit_ms": 255.07142857142856, + "ticks_saved_frac": 0.9489857142857143, "exit_tick_histogram": { "counts": [ - 1022, - 331, - 39, + 1307, + 85, 5, - 3, + 2, + 1, 0, 0, 0, @@ -732,78 +895,54 @@ 100.0 ] }, - "acc_fc_only": 0.9342857142857143, - "acc_ic_only": 0.9292857142857143, - "acc_fused": 0.94, - "acc_early_exit": 0.37714285714285717, - "syn_ops_saved_frac": 0.49590443521242755, - "syn_per_inference_early_exit": 1822430.1501623376, + "acc_fc_only": 0.9235714285714286, + "acc_ic_only": 0.9385714285714286, + "acc_fused": 0.9328571428571428, + "acc_early_exit": 0.27071428571428574, + "syn_ops_saved_frac": 0.5100626419256037, + "syn_per_inference_early_exit": 1786668.6314935065, "anytime_acc": { - "0.25": 0.615, + "0.25": 0.6235714285714286, "0.5": 0.8142857142857143, - "0.75": 0.895, - "1.0": 0.9342857142857143 + "0.75": 0.8857142857142857, + "1.0": 0.9235714285714286 }, "pareto": [ - { - "conf": 0.3, - "mean_ticks": 2.82, - "acc": 0.17142857142857143, - "syn_ops": 1600944.0178571427 - }, - { - "conf": 0.4, - "mean_ticks": 3.285, - "acc": 0.18571428571428572, - "syn_ops": 1629355.7386363635 - }, { "conf": 0.5, - "mean_ticks": 4.3757142857142854, - "acc": 0.24285714285714285, - "syn_ops": 1687021.986201299 - }, - { - "conf": 0.6, - "mean_ticks": 4.670714285714285, - "acc": 0.2507142857142857, - "syn_ops": 1699344.8084415584 + "mean_ticks": 4.373571428571428, + "acc": 0.245, + "syn_ops": 1757887.0267857143 }, { "conf": 0.7, - "mean_ticks": 5.075714285714286, - "acc": 0.26285714285714284, - "syn_ops": 1716703.7767857143 + "mean_ticks": 5.101428571428571, + "acc": 0.27071428571428574, + "syn_ops": 1786668.6030844154 }, { "conf": 0.8, - "mean_ticks": 5.987857142857143, - "acc": 0.2914285714285714, - "syn_ops": 1753268.2150974027 + "mean_ticks": 6.018571428571429, + "acc": 0.3078571428571429, + "syn_ops": 1823311.8506493508 }, { "conf": 0.9, - "mean_ticks": 8.057142857142857, - "acc": 0.37714285714285717, - "syn_ops": 1822430.0933441557 + "mean_ticks": 8.03357142857143, + "acc": 0.38357142857142856, + "syn_ops": 1892237.018668831 }, { "conf": 0.95, - "mean_ticks": 10.176428571428572, - "acc": 0.45, - "syn_ops": 1882071.5430194808 + "mean_ticks": 10.159285714285714, + "acc": 0.45785714285714285, + "syn_ops": 1951178.429383117 }, { "conf": 0.99, - "mean_ticks": 14.704285714285714, - "acc": 0.5742857142857143, - "syn_ops": 1981175.7142857143 - }, - { - "conf": 0.999, - "mean_ticks": 19.547142857142855, - "acc": 0.68, - "syn_ops": 2074480.44237013 + "mean_ticks": 14.51, + "acc": 0.575, + "syn_ops": 2049664.4594155846 } ] }, @@ -856,10 +995,10 @@ "ic_loss_weight": 0.3, "bayes_fusion": true, "fusion_prior_weight": 1.0, - "conf_threshold": 0.9, + "conf_threshold": 0.7, "conf_temp": 2.0, - "conf_sweep": "0.3,0.4,0.5,0.6,0.7,0.8,0.9,0.95,0.99,0.999", - "hub_dir": "/kaggle/working/hub/opt02_seenn_bayes/conf_sweep_fine", + "conf_sweep": "0.5,0.7,0.8,0.9,0.95,0.99", + "hub_dir": "/kaggle/working/hub/opt02_seenn_bayes/conf_0.7", "repo_id": "UWU-R-13/SSVEP-SNN", "push_hf": false, "keep_epoch_weights": 1, @@ -869,21 +1008,21 @@ } }, "zip": { - "name": "conf_sweep_fine.zip", + "name": "conf_0.7.zip", "files": 81, - "bytes": 12637373, + "bytes": 12639521, "MB": 12.6, - "sha256": "e33a7b3b8947f0b0a5fd13a441d22f8068a82f8246738956132681351836f98c" + "sha256": "06560b9ecd3e68cfa941be25d487165bfc2c44307143706a744998bafbbdbdd6" } }, { - "key": "opt02_seenn_bayes/conf_temp_16", - "tag": "conf_temp_16", + "key": "opt02_seenn_bayes/conf_0.95", + "tag": "conf_0.95", "script": "opt02_seenn_bayes.py", "hf_folder": "applied/opt02_seenn_bayes", - "phase": 7, + "phase": 3, "status": "ok", - "duration_s": 613.7, + "duration_s": 595.7, "optimization_summary": { "optimization": "seenn_early_exit_bayesian_fusion", "research_section": "2. Temporal-dimension reduction", @@ -892,50 +1031,50 @@ "baseline_mode": false, "method": "harmonic_matched", "accuracy": { - "test_acc": 0.9278571428571428, - "test_target_acc": 0.9278571428571428, - "best_val_acc": 0.9278571428571428 + "test_acc": 0.9242857142857143, + "test_target_acc": 0.9242857142857143, + "best_val_acc": 0.9271428571428572 }, "efficiency": { "spikes_per_inference": null, - "syn_ops_per_inference": 3658814.530844156, + "syn_ops_per_inference": 3638148.597402598, "dense_macs_per_inference": 123955200.0, - "event_fraction_of_dense": 0.02951723308779427, - "syn_ops_per_inference_dense_fanout": 65235432.31737013, + "event_fraction_of_dense": 0.02935051209955369, + "syn_ops_per_inference_dense_fanout": 65214766.38392857, "weight_sparsity": 0.7324707846410685, - "effective_ticks": 4.197857142857143, + "effective_ticks": 10.347142857142858, "num_ticks": 100, "membrane_bytes_per_inference": 451200, "weight_bytes": 4907008, "input_raster_bytes": null, - "train_ms_per_step": 187.19353675842285, - "infer_ms_per_sample": 0.6553214698580642, - "peak_vram_mb": 10914.399232, - "syn_ops_per_inference_early_exit": 1722971.6599025973 + "train_ms_per_step": 178.97343635559082, + "infer_ms_per_sample": 0.6334354829548592, + "peak_vram_mb": 10914.694144, + "syn_ops_per_inference_early_exit": 1957780.4618506492 }, "optimization_specific": { "seenn_enabled": true, "bayes_fusion_enabled": true, - "conf_threshold": 0.9, - "conf_temp": 16.0, + "conf_threshold": 0.95, + "conf_temp": 2.0, "anytime_fracs": "0.25,0.5,1.0", "anytime_weights": "0.3,0.3,1.0", "ic_loss_weight": 0.3, "ic_layer": 0, - "mean_exit_tick": 4.197857142857143, - "mean_exit_ms": 209.89285714285717, - "ticks_saved_frac": 0.9580214285714286, + "mean_exit_tick": 10.347142857142858, + "mean_exit_ms": 517.357142857143, + "ticks_saved_frac": 0.8965285714285715, "exit_tick_histogram": { "counts": [ - 1368, - 26, - 3, - 2, + 775, + 521, + 82, + 15, + 6, 1, 0, 0, 0, - 0, 0 ], "edges": [ @@ -952,54 +1091,54 @@ 100.0 ] }, - "acc_fc_only": 0.9278571428571428, - "acc_ic_only": 0.935, - "acc_fused": 0.94, - "acc_early_exit": 0.2257142857142857, - "syn_ops_saved_frac": 0.5290901888090305, - "syn_per_inference_early_exit": 1722971.6599025973, + "acc_fc_only": 0.9242857142857143, + "acc_ic_only": 0.9392857142857143, + "acc_fused": 0.9357142857142857, + "acc_early_exit": 0.45357142857142857, + "syn_ops_saved_frac": 0.4618745195706472, + "syn_per_inference_early_exit": 1957780.4618506492, "anytime_acc": { - "0.25": 0.6042857142857143, - "0.5": 0.8057142857142857, - "0.75": 0.8885714285714286, - "1.0": 0.9278571428571428 + "0.25": 0.6142857142857143, + "0.5": 0.8142857142857143, + "0.75": 0.8892857142857142, + "1.0": 0.9242857142857143 }, "pareto": [ { "conf": 0.5, - "mean_ticks": 2.979285714285714, - "acc": 0.18857142857142858, - "syn_ops": 1660596.797077922 + "mean_ticks": 4.299285714285714, + "acc": 0.2342857142857143, + "syn_ops": 1760335.4797077922 }, { "conf": 0.7, - "mean_ticks": 4.196428571428571, - "acc": 0.2257142857142857, - "syn_ops": 1722894.4212662338 + "mean_ticks": 5.031428571428571, + "acc": 0.25642857142857145, + "syn_ops": 1790720.1217532465 }, { "conf": 0.8, - "mean_ticks": 4.196428571428571, - "acc": 0.2257142857142857, - "syn_ops": 1722894.1939935065 + "mean_ticks": 6.082857142857143, + "acc": 0.3028571428571429, + "syn_ops": 1831832.4009740262 }, { "conf": 0.9, - "mean_ticks": 4.197857142857143, - "acc": 0.2257142857142857, - "syn_ops": 1722971.7207792208 + "mean_ticks": 8.172142857142857, + "acc": 0.37357142857142855, + "syn_ops": 1899309.7069805192 }, { "conf": 0.95, - "mean_ticks": 4.199285714285714, - "acc": 0.2257142857142857, - "syn_ops": 1723035.8133116884 + "mean_ticks": 10.347142857142858, + "acc": 0.45357142857142857, + "syn_ops": 1957780.672077922 }, { "conf": 0.99, - "mean_ticks": 4.243571428571428, - "acc": 0.22642857142857142, - "syn_ops": 1724673.6931818181 + "mean_ticks": 14.625, + "acc": 0.5785714285714286, + "syn_ops": 2047858.3961038962 } ] }, @@ -1052,10 +1191,10 @@ "ic_loss_weight": 0.3, "bayes_fusion": true, "fusion_prior_weight": 1.0, - "conf_threshold": 0.9, - "conf_temp": 16.0, + "conf_threshold": 0.95, + "conf_temp": 2.0, "conf_sweep": "0.5,0.7,0.8,0.9,0.95,0.99", - "hub_dir": "/kaggle/working/hub/opt02_seenn_bayes/conf_temp_16", + "hub_dir": "/kaggle/working/hub/opt02_seenn_bayes/conf_0.95", "repo_id": "UWU-R-13/SSVEP-SNN", "push_hf": false, "keep_epoch_weights": 1, @@ -1065,544 +1204,139 @@ } }, "zip": { - "name": "conf_temp_16.zip", + "name": "conf_0.95.zip", "files": 81, - "bytes": 12637814, + "bytes": 12639768, "MB": 12.6, - "sha256": "d302c2ff3a0a7090de4ff36762170bca52ef860f9f4f098a3fde82a954059161" + "sha256": "00cab3b3a3532412c189f9cb233e45acabc4376d5c7de1cbe54d5c25d6f2d53f" } }, { - "key": "opt06_uticket_prune/prune_readout", - "tag": "prune_readout", - "script": "opt06_uticket_prune.py", - "hf_folder": "applied/opt06_uticket_prune", - "phase": 9, + "key": "opt02_seenn_bayes/conf_0.99", + "tag": "conf_0.99", + "script": "opt02_seenn_bayes.py", + "hf_folder": "applied/opt02_seenn_bayes", + "phase": 3, "status": "ok", - "duration_s": 582.6, + "duration_s": 597.8, "optimization_summary": { - "optimization": "uticket_workload_balanced_pruning", - "research_section": "3. Spike sparsity & MAC->AC restructuring", - "reference": "u-Ticket: Workload-Balanced Pruning for Sparse SNNs, arXiv:2302.06746", - "script": "opt06_uticket_prune.py", + "optimization": "seenn_early_exit_bayesian_fusion", + "research_section": "2. Temporal-dimension reduction", + "reference": "SEENN: Towards Temporal Spiking Early-Exit Neural Networks, arXiv:2304.01230 (NeurIPS 2023); BayesianSpikeFusion, Front. Neurosci. 2024 (PMC11330889)", + "script": "opt02_seenn_bayes.py", "baseline_mode": false, "method": "harmonic_matched", "accuracy": { - "test_acc": 0.4135714285714286, - "test_target_acc": 0.4135714285714286, - "best_val_acc": 0.9335714285714286 + "test_acc": 0.9257142857142857, + "test_target_acc": 0.9257142857142857, + "best_val_acc": 0.9285714285714286 }, "efficiency": { "spikes_per_inference": null, - "syn_ops_per_inference": 104257.90097402596, - "dense_macs_per_inference": 122675200.0, - "event_fraction_of_dense": 0.0008498694191982239, - "syn_ops_per_inference_dense_fanout": 65062433.861201294, - "weight_sparsity": 0.9917057400354758, - "effective_ticks": 11.177142857142858, + "syn_ops_per_inference": 3663273.849837662, + "dense_macs_per_inference": 123955200.0, + "event_fraction_of_dense": 0.029553208335250658, + "syn_ops_per_inference_dense_fanout": 65239891.63636363, + "weight_sparsity": 0.7324707846410685, + "effective_ticks": 14.498571428571429, "num_ticks": 100, "membrane_bytes_per_inference": 451200, "weight_bytes": 4907008, "input_raster_bytes": null, - "train_ms_per_step": 94.6925303999933, - "infer_ms_per_sample": 0.6165744149999597, - "peak_vram_mb": 2836.776448, - "weight_bytes_nonzero": 40703 + "train_ms_per_step": 179.46667671203613, + "infer_ms_per_sample": 0.6342180559982606, + "peak_vram_mb": 10914.656256, + "syn_ops_per_inference_early_exit": 2044428.423701299 }, "optimization_specific": { - "pruning_enabled": true, - "balance_enabled": true, - "rounds": 5, - "final_sparsity": 0.9917049248747913, - "nnz_per_layer": { - "layer0": 640, - "layer1": 5120, - "layer2": 4096, - "readout": 320 + "seenn_enabled": true, + "bayes_fusion_enabled": true, + "conf_threshold": 0.99, + "conf_temp": 2.0, + "anytime_fracs": "0.25,0.5,1.0", + "anytime_weights": "0.3,0.3,1.0", + "ic_loss_weight": 0.3, + "ic_layer": 0, + "mean_exit_tick": 14.498571428571429, + "mean_exit_ms": 724.9285714285714, + "ticks_saved_frac": 0.8550142857142857, + "exit_tick_histogram": { + "counts": [ + 466, + 636, + 198, + 69, + 24, + 6, + 1, + 0, + 0, + 0 + ], + "edges": [ + 0.0, + 10.0, + 20.0, + 30.0, + 40.0, + 50.0, + 60.0, + 70.0, + 80.0, + 90.0, + 100.0 + ] }, - "pe_stats_per_layer": { - "layer0": { - "mean_nnz": 2.0, - "max_nnz": 2.0, - "min_nnz": 2.0, - "total_nnz": 640, - "numel": 921600, - "sparsity": 0.9993055555555556, - "utilization": 1.0 - }, - "layer1": { - "mean_nnz": 10.0, - "max_nnz": 10.0, - "min_nnz": 10.0, - "total_nnz": 5120, - "numel": 163840, - "sparsity": 0.96875, - "utilization": 1.0 - }, - "layer2": { - "mean_nnz": 16.0, - "max_nnz": 16.0, - "min_nnz": 16.0, - "total_nnz": 4096, - "numel": 131072, - "sparsity": 0.96875, - "utilization": 1.0 - }, - "readout": { - "mean_nnz": 8.0, - "max_nnz": 8.0, - "min_nnz": 8.0, - "total_nnz": 320, - "numel": 10240, - "sparsity": 0.96875, - "utilization": 1.0 - } + "acc_fc_only": 0.9257142857142857, + "acc_ic_only": 0.9364285714285714, + "acc_fused": 0.9357142857142857, + "acc_early_exit": 0.5828571428571429, + "syn_ops_saved_frac": 0.4419122054465304, + "syn_per_inference_early_exit": 2044428.423701299, + "anytime_acc": { + "0.25": 0.6142857142857143, + "0.5": 0.8257142857142857, + "0.75": 0.8942857142857142, + "1.0": 0.9257142857142857 }, - "pe_utilization_final": 1.0, - "pe_utilization_lth": 0.5667460317460318, - "pe_utilization_uticket": 1.0, - "latency_proxy_dense": 3968, - "latency_proxy_final": 36, - "latency_reduction_frac": 0.9909274193548387, - "rounds_history": [ + "pareto": [ { - "round": 1, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 36.0, - "max_nnz": 47.0, - "min_nnz": 25.0, - "total_nnz": 11520, - "numel": 921600, - "sparsity": 0.9875, - "utilization": 0.7659574468085106 - }, - "uticket": { - "mean_nnz": 36.0, - "max_nnz": 36.0, - "min_nnz": 36.0, - "total_nnz": 11520, - "numel": 921600, - "sparsity": 0.9875, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 160.0, - "max_nnz": 180.0, - "min_nnz": 123.0, - "total_nnz": 81920, - "numel": 163840, - "sparsity": 0.5, - "utilization": 0.8888888888888888 - }, - "uticket": { - "mean_nnz": 160.0, - "max_nnz": 160.0, - "min_nnz": 160.0, - "total_nnz": 81920, - "numel": 163840, - "sparsity": 0.5, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 256.0, - "max_nnz": 288.0, - "min_nnz": 210.0, - "total_nnz": 65536, - "numel": 131072, - "sparsity": 0.5, - "utilization": 0.8888888888888888 - }, - "uticket": { - "mean_nnz": 256.0, - "max_nnz": 256.0, - "min_nnz": 256.0, - "total_nnz": 65536, - "numel": 131072, - "sparsity": 0.5, - "utilization": 1.0 - } - }, - "readout": { - "lth": { - "mean_nnz": 128.0, - "max_nnz": 143.0, - "min_nnz": 117.0, - "total_nnz": 5120, - "numel": 10240, - "sparsity": 0.5, - "utilization": 0.8951048951048951 - }, - "uticket": { - "mean_nnz": 128.0, - "max_nnz": 128.0, - "min_nnz": 128.0, - "total_nnz": 5120, - "numel": 10240, - "sparsity": 0.5, - "utilization": 1.0 - } - } - }, - "latency_proxy": 580, - "sparsity": 0.8662353923205343 + "conf": 0.5, + "mean_ticks": 4.36, + "acc": 0.24928571428571428, + "syn_ops": 1750927.5121753246 }, { - "round": 2, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 18.0, - "max_nnz": 28.0, - "min_nnz": 10.0, - "total_nnz": 5760, - "numel": 921600, - "sparsity": 0.99375, - "utilization": 0.6428571428571429 - }, - "uticket": { - "mean_nnz": 18.0, - "max_nnz": 18.0, - "min_nnz": 18.0, - "total_nnz": 5760, - "numel": 921600, - "sparsity": 0.99375, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 80.0, - "max_nnz": 104.0, - "min_nnz": 33.0, - "total_nnz": 40960, - "numel": 163840, - "sparsity": 0.75, - "utilization": 0.7692307692307693 - }, - "uticket": { - "mean_nnz": 80.0, - "max_nnz": 80.0, - "min_nnz": 80.0, - "total_nnz": 40960, - "numel": 163840, - "sparsity": 0.75, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 128.0, - "max_nnz": 161.0, - "min_nnz": 93.0, - "total_nnz": 32768, - "numel": 131072, - "sparsity": 0.75, - "utilization": 0.7950310559006211 - }, - "uticket": { - "mean_nnz": 128.0, - "max_nnz": 128.0, - "min_nnz": 128.0, - "total_nnz": 32768, - "numel": 131072, - "sparsity": 0.75, - "utilization": 1.0 - } - }, - "readout": { - "lth": { - "mean_nnz": 64.0, - "max_nnz": 74.0, - "min_nnz": 56.0, - "total_nnz": 2560, - "numel": 10240, - "sparsity": 0.75, - "utilization": 0.8648648648648649 - }, - "uticket": { - "mean_nnz": 64.0, - "max_nnz": 64.0, - "min_nnz": 64.0, - "total_nnz": 2560, - "numel": 10240, - "sparsity": 0.75, - "utilization": 1.0 - } - } - }, - "latency_proxy": 290, - "sparsity": 0.9331176961602671 + "conf": 0.7, + "mean_ticks": 5.107857142857143, + "acc": 0.2792857142857143, + "syn_ops": 1781408.5868506492 }, { - "round": 3, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 9.0, - "max_nnz": 18.0, - "min_nnz": 1.0, - "total_nnz": 2880, - "numel": 921600, - "sparsity": 0.996875, - "utilization": 0.5 - }, - "uticket": { - "mean_nnz": 9.0, - "max_nnz": 9.0, - "min_nnz": 9.0, - "total_nnz": 2880, - "numel": 921600, - "sparsity": 0.996875, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 40.0, - "max_nnz": 64.0, - "min_nnz": 2.0, - "total_nnz": 20480, - "numel": 163840, - "sparsity": 0.875, - "utilization": 0.625 - }, - "uticket": { - "mean_nnz": 40.0, - "max_nnz": 40.0, - "min_nnz": 40.0, - "total_nnz": 20480, - "numel": 163840, - "sparsity": 0.875, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 64.0, - "max_nnz": 85.0, - "min_nnz": 38.0, - "total_nnz": 16384, - "numel": 131072, - "sparsity": 0.875, - "utilization": 0.7529411764705882 - }, - "uticket": { - "mean_nnz": 64.0, - "max_nnz": 64.0, - "min_nnz": 64.0, - "total_nnz": 16384, - "numel": 131072, - "sparsity": 0.875, - "utilization": 1.0 - } - }, - "readout": { - "lth": { - "mean_nnz": 32.0, - "max_nnz": 38.0, - "min_nnz": 26.0, - "total_nnz": 1280, - "numel": 10240, - "sparsity": 0.875, - "utilization": 0.8421052631578947 - }, - "uticket": { - "mean_nnz": 32.0, - "max_nnz": 32.0, - "min_nnz": 32.0, - "total_nnz": 1280, - "numel": 10240, - "sparsity": 0.875, - "utilization": 1.0 - } - } - }, - "latency_proxy": 145, - "sparsity": 0.9665588480801336 + "conf": 0.8, + "mean_ticks": 6.007857142857143, + "acc": 0.3142857142857143, + "syn_ops": 1818025.2240259738 }, { - "round": 4, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 4.5, - "max_nnz": 9.0, - "min_nnz": 0.0, - "total_nnz": 1440, - "numel": 921600, - "sparsity": 0.9984375, - "utilization": 0.5 - }, - "uticket": { - "mean_nnz": 4.0, - "max_nnz": 4.0, - "min_nnz": 4.0, - "total_nnz": 1280, - "numel": 921600, - "sparsity": 0.9986111111111111, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 20.0, - "max_nnz": 33.0, - "min_nnz": 0.0, - "total_nnz": 10240, - "numel": 163840, - "sparsity": 0.9375, - "utilization": 0.6060606060606061 - }, - "uticket": { - "mean_nnz": 20.0, - "max_nnz": 20.0, - "min_nnz": 20.0, - "total_nnz": 10240, - "numel": 163840, - "sparsity": 0.9375, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 32.0, - "max_nnz": 45.0, - "min_nnz": 12.0, - "total_nnz": 8192, - "numel": 131072, - "sparsity": 0.9375, - "utilization": 0.7111111111111111 - }, - "uticket": { - "mean_nnz": 32.0, - "max_nnz": 32.0, - "min_nnz": 32.0, - "total_nnz": 8192, - "numel": 131072, - "sparsity": 0.9375, - "utilization": 1.0 - } - }, - "readout": { - "lth": { - "mean_nnz": 16.0, - "max_nnz": 28.0, - "min_nnz": 11.0, - "total_nnz": 640, - "numel": 10240, - "sparsity": 0.9375, - "utilization": 0.5714285714285714 - }, - "uticket": { - "mean_nnz": 16.0, - "max_nnz": 16.0, - "min_nnz": 16.0, - "total_nnz": 640, - "numel": 10240, - "sparsity": 0.9375, - "utilization": 1.0 - } - } - }, - "latency_proxy": 72, - "sparsity": 0.9834098497495827 + "conf": 0.9, + "mean_ticks": 8.105, + "acc": 0.39571428571428574, + "syn_ops": 1888108.6534090908 }, { - "round": 5, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 2.0, - "max_nnz": 4.0, - "min_nnz": 0.0, - "total_nnz": 640, - "numel": 921600, - "sparsity": 0.9993055555555556, - "utilization": 0.5 - }, - "uticket": { - "mean_nnz": 2.0, - "max_nnz": 2.0, - "min_nnz": 2.0, - "total_nnz": 640, - "numel": 921600, - "sparsity": 0.9993055555555556, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 10.0, - "max_nnz": 18.0, - "min_nnz": 0.0, - "total_nnz": 5120, - "numel": 163840, - "sparsity": 0.96875, - "utilization": 0.5555555555555556 - }, - "uticket": { - "mean_nnz": 10.0, - "max_nnz": 10.0, - "min_nnz": 10.0, - "total_nnz": 5120, - "numel": 163840, - "sparsity": 0.96875, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 16.0, - "max_nnz": 25.0, - "min_nnz": 0.0, - "total_nnz": 4096, - "numel": 131072, - "sparsity": 0.96875, - "utilization": 0.64 - }, - "uticket": { - "mean_nnz": 16.0, - "max_nnz": 16.0, - "min_nnz": 16.0, - "total_nnz": 4096, - "numel": 131072, - "sparsity": 0.96875, - "utilization": 1.0 - } - }, - "readout": { - "lth": { - "mean_nnz": 8.0, - "max_nnz": 14.0, - "min_nnz": 3.0, - "total_nnz": 320, - "numel": 10240, - "sparsity": 0.96875, - "utilization": 0.5714285714285714 - }, - "uticket": { - "mean_nnz": 8.0, - "max_nnz": 8.0, - "min_nnz": 8.0, - "total_nnz": 320, - "numel": 10240, - "sparsity": 0.96875, - "utilization": 1.0 - } - } - }, - "latency_proxy": 36, - "sparsity": 0.9917049248747913 + "conf": 0.95, + "mean_ticks": 10.308571428571428, + "acc": 0.4735714285714286, + "syn_ops": 1948837.3271103897 + }, + { + "conf": 0.99, + "mean_ticks": 14.498571428571429, + "acc": 0.5828571428571429, + "syn_ops": 2044428.5941558443 } - ], - "latency_proxy_lth": 61, - "latency_reduction_vs_lth_frac": 0.4098360655737705 + ] }, "config": { "method": "harmonic_matched", @@ -1642,344 +1376,320 @@ "decision_margin": 2.0, "export": false, "seed": 1234, - "hub_dir": "/kaggle/working/hub/opt06_uticket_prune/prune_readout", - "repo_id": "UWU-R-13/SSVEP-SNN", - "push_hf": false, - "keep_epoch_weights": 1, - "no_resume": true, - "selftest": false, "baseline": false, "bench": true, "bench_warmup": 10, "bench_iters": 50, "bench_train_steps": 20, - "prune_rounds": 5, - "prune_rate": 0.5, - "rewind_epoch": 1, - "balance": true, - "balance_iters": 2, - "prune_readout": true, + "anytime_fracs": "0.25,0.5,1.0", + "anytime_weights": "0.3,0.3,1.0", + "ic_layer": 0, + "ic_loss_weight": 0.3, + "bayes_fusion": true, + "fusion_prior_weight": 1.0, + "conf_threshold": 0.99, + "conf_temp": 2.0, + "conf_sweep": "0.5,0.7,0.8,0.9,0.95,0.99", + "hub_dir": "/kaggle/working/hub/opt02_seenn_bayes/conf_0.99", + "repo_id": "UWU-R-13/SSVEP-SNN", + "push_hf": false, + "keep_epoch_weights": 1, + "no_resume": true, + "selftest": false, "sampling_rate": 250.0 } }, "zip": { - "name": "prune_readout.zip", + "name": "conf_0.99.zip", "files": 81, - "bytes": 8103773, - "MB": 8.1, - "sha256": "71a4d931df327896a7f5538c47ae56a8c6d2a773250c37ea42d325f453d2355a" + "bytes": 12639694, + "MB": 12.6, + "sha256": "2673af6c589e17720b6676d7f3eec3a62019f7a4cad5c0e7a45b974cf0f77f76" } }, { - "key": "opt06_uticket_prune/prune_rounds_3", - "tag": "prune_rounds_3", - "script": "opt06_uticket_prune.py", - "hf_folder": "applied/opt06_uticket_prune", - "phase": 9, + "key": "opt03_ftbc_threshold_balance/calib_p95", + "tag": "calib_p95", + "script": "opt03_ftbc_threshold_balance.py", + "hf_folder": "applied/opt03_ftbc_threshold_balance", + "phase": 3, "status": "ok", - "duration_s": 320.7, + "duration_s": 378.3, "optimization_summary": { - "optimization": "uticket_workload_balanced_pruning", - "research_section": "3. Spike sparsity & MAC->AC restructuring", - "reference": "u-Ticket: Workload-Balanced Pruning for Sparse SNNs, arXiv:2302.06746", - "script": "opt06_uticket_prune.py", + "optimization": "ftbc_threshold_balance", + "research_section": "2. Temporal-Dimension Reduction (threshold balancing + FTBC)", + "reference": "Rueckauer et al. arXiv:1612.04052; Sengupta et al. arXiv:1802.02627; FTBC: Forward Temporal Bias Correction, ECCV 2024", + "script": "opt03_ftbc_threshold_balance.py", "baseline_mode": false, "method": "harmonic_matched", "accuracy": { - "test_acc": 0.9057142857142857, - "test_target_acc": 0.9057142857142857, - "best_val_acc": 0.9407142857142857 + "test_acc": 0.9321428571428572, + "test_target_acc": 0.9321428571428572, + "best_val_acc": 0.9428571428571428 }, "efficiency": { "spikes_per_inference": null, - "syn_ops_per_inference": 550376.6811079546, + "syn_ops_per_inference": 3264047.4829545454, "dense_macs_per_inference": 122675200.0, - "event_fraction_of_dense": 0.004486454320905567, - "syn_ops_per_inference_dense_fanout": 65058668.56331169, - "weight_sparsity": 0.9592550083472454, - "effective_ticks": 13.450714285714286, + "event_fraction_of_dense": 0.026607231803612675, + "syn_ops_per_inference_dense_fanout": 64840665.26948052, + "weight_sparsity": 0.7324707846410685, + "effective_ticks": 11.949285714285715, "num_ticks": 100, "membrane_bytes_per_inference": 451200, "weight_bytes": 4907008, "input_raster_bytes": null, - "train_ms_per_step": 94.40872569999783, - "infer_ms_per_sample": 0.6202037340624855, - "peak_vram_mb": 2837.544448, - "weight_bytes_nonzero": 160314 + "train_ms_per_step": 101.53206159998263, + "infer_ms_per_sample": 0.6751663200000735, + "peak_vram_mb": 2832.422912 }, "optimization_specific": { - "pruning_enabled": true, - "balance_enabled": true, - "rounds": 3, - "final_sparsity": 0.9673295454545454, - "nnz_per_layer": { - "layer0": 2880, - "layer1": 20480, - "layer2": 16384 + "calibrate_thresh": true, + "ftbc": true, + "calib_percentile": 95.0, + "calib_batches": 8, + "ftbc_target_ticks": 8, + "ftbc_ref_ticks": 100, + "trained_T": 100, + "thresh_before": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "thresh_after": [ + 0.5629911422729492, + 0.4806070923805237, + 0.8457203507423401, + 1.6999517679214478 + ], + "min_ticks_within_1pct_of_full": null, + "min_ticks_within_1pct_per_arm": { + "raw": 50, + "thresh": null, + "ftbc": 100, + "both": null }, - "pe_stats_per_layer": { - "layer0": { - "mean_nnz": 9.0, - "max_nnz": 9.0, - "min_nnz": 9.0, - "total_nnz": 2880, - "numel": 921600, - "sparsity": 0.996875, - "utilization": 1.0 + "speedup_at_min_ticks": null, + "full_T_acc": 0.9428571428571428, + "t_sweep_rows": [ + { + "T": 4, + "arm": "raw", + "acc": 0.305, + "syn_per_inference": 1871713.2256493508, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.3814367585398986 }, - "layer1": { - "mean_nnz": 40.0, - "max_nnz": 40.0, - "min_nnz": 40.0, - "total_nnz": 20480, - "numel": 163840, - "sparsity": 0.875, - "utilization": 1.0 + { + "T": 4, + "arm": "thresh", + "acc": 0.3335714285714286, + "syn_per_inference": 1909303.75487013, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.38909733892223736 }, - "layer2": { - "mean_nnz": 64.0, - "max_nnz": 64.0, - "min_nnz": 64.0, - "total_nnz": 16384, - "numel": 131072, - "sparsity": 0.875, - "utilization": 1.0 - } - }, - "pe_utilization_final": 1.0, - "pe_utilization_lth": 0.623062015503876, - "pe_utilization_uticket": 1.0, - "latency_proxy_dense": 3712, - "latency_proxy_final": 113, - "latency_reduction_frac": 0.9695581896551724, - "rounds_history": [ { - "round": 1, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 36.0, - "max_nnz": 49.0, - "min_nnz": 25.0, - "total_nnz": 11520, - "numel": 921600, - "sparsity": 0.9875, - "utilization": 0.7346938775510204 - }, - "uticket": { - "mean_nnz": 36.0, - "max_nnz": 36.0, - "min_nnz": 36.0, - "total_nnz": 11520, - "numel": 921600, - "sparsity": 0.9875, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 160.0, - "max_nnz": 190.0, - "min_nnz": 93.0, - "total_nnz": 81920, - "numel": 163840, - "sparsity": 0.5, - "utilization": 0.8421052631578947 - }, - "uticket": { - "mean_nnz": 160.0, - "max_nnz": 160.0, - "min_nnz": 160.0, - "total_nnz": 81920, - "numel": 163840, - "sparsity": 0.5, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 256.0, - "max_nnz": 297.0, - "min_nnz": 193.0, - "total_nnz": 65536, - "numel": 131072, - "sparsity": 0.5, - "utilization": 0.8619528619528619 - }, - "uticket": { - "mean_nnz": 256.0, - "max_nnz": 256.0, - "min_nnz": 256.0, - "total_nnz": 65536, - "numel": 131072, - "sparsity": 0.5, - "utilization": 1.0 - } - } - }, - "latency_proxy": 452, - "sparsity": 0.8693181818181819 + "T": 4, + "arm": "ftbc", + "acc": 0.23357142857142857, + "syn_per_inference": 1938631.2873376624, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.39507400178228 }, { - "round": 2, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 18.0, - "max_nnz": 29.0, - "min_nnz": 8.0, - "total_nnz": 5760, - "numel": 921600, - "sparsity": 0.99375, - "utilization": 0.6206896551724138 - }, - "uticket": { - "mean_nnz": 18.0, - "max_nnz": 18.0, - "min_nnz": 18.0, - "total_nnz": 5760, - "numel": 921600, - "sparsity": 0.99375, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 80.0, - "max_nnz": 115.0, - "min_nnz": 28.0, - "total_nnz": 40960, - "numel": 163840, - "sparsity": 0.75, - "utilization": 0.6956521739130435 - }, - "uticket": { - "mean_nnz": 80.0, - "max_nnz": 80.0, - "min_nnz": 80.0, - "total_nnz": 40960, - "numel": 163840, - "sparsity": 0.75, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 128.0, - "max_nnz": 157.0, - "min_nnz": 99.0, - "total_nnz": 32768, - "numel": 131072, - "sparsity": 0.75, - "utilization": 0.8152866242038217 - }, - "uticket": { - "mean_nnz": 128.0, - "max_nnz": 128.0, - "min_nnz": 128.0, - "total_nnz": 32768, - "numel": 131072, - "sparsity": 0.75, - "utilization": 1.0 - } - } - }, - "latency_proxy": 226, - "sparsity": 0.9346590909090909 + "T": 4, + "arm": "both", + "acc": 0.31785714285714284, + "syn_per_inference": 2003910.9650974027, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.40837735848350004 }, { - "round": 3, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 9.0, - "max_nnz": 18.0, - "min_nnz": 1.0, - "total_nnz": 2880, - "numel": 921600, - "sparsity": 0.996875, - "utilization": 0.5 - }, - "uticket": { - "mean_nnz": 9.0, - "max_nnz": 9.0, - "min_nnz": 9.0, - "total_nnz": 2880, - "numel": 921600, - "sparsity": 0.996875, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 40.0, - "max_nnz": 64.0, - "min_nnz": 6.0, - "total_nnz": 20480, - "numel": 163840, - "sparsity": 0.875, - "utilization": 0.625 - }, - "uticket": { - "mean_nnz": 40.0, - "max_nnz": 40.0, - "min_nnz": 40.0, - "total_nnz": 20480, - "numel": 163840, - "sparsity": 0.875, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 64.0, - "max_nnz": 86.0, - "min_nnz": 45.0, - "total_nnz": 16384, - "numel": 131072, - "sparsity": 0.875, - "utilization": 0.7441860465116279 - }, - "uticket": { - "mean_nnz": 64.0, - "max_nnz": 64.0, - "min_nnz": 64.0, - "total_nnz": 16384, - "numel": 131072, - "sparsity": 0.875, - "utilization": 1.0 - } - } - }, - "latency_proxy": 113, - "sparsity": 0.9673295454545454 - } - ], - "latency_proxy_lth": 168, - "latency_reduction_vs_lth_frac": 0.32738095238095233 - }, - "config": { - "method": "harmonic_matched", - "data_root": "/kaggle/working/data", - "subjects": "", - "blocks": "", - "limit": 0, - "drop_rest": true, - "resplit": "block", - "test_blocks": "6", - "class_weight": false, - "epochs": 60, - "batch_size": 64, - "lr": 0.002, - "weight_decay": 0.0005, - "grad_clip": 5.0, - "num_bins": 100, - "window_sec": 5.0, - "hidden": "512,256", - "freq_groups": 8, - "dropout": 0.3, - "spike_drop": 0.1, - "time_jitter": 2, + "T": 8, + "arm": "raw", + "acc": 0.6157142857142858, + "syn_per_inference": 2054740.7784090908, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.20936798741810597 + }, + { + "T": 8, + "arm": "thresh", + "acc": 0.535, + "syn_per_inference": 2140106.012987013, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.21806628529921013 + }, + { + "T": 8, + "arm": "ftbc", + "acc": 0.5135714285714286, + "syn_per_inference": 2244092.827922078, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.22866203070405405 + }, + { + "T": 8, + "arm": "both", + "acc": 0.4642857142857143, + "syn_per_inference": 2392016.2751623373, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.2437347030168218 + }, + { + "T": 16, + "arm": "raw", + "acc": 0.8264285714285714, + "syn_per_inference": 2346062.1858766233, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.11952610357862792 + }, + { + "T": 16, + "arm": "thresh", + "acc": 0.7228571428571429, + "syn_per_inference": 2542097.0625, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.1295135988416974 + }, + { + "T": 16, + "arm": "ftbc", + "acc": 0.7578571428571429, + "syn_per_inference": 2610952.6550324676, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.13302162208786228 + }, + { + "T": 16, + "arm": "both", + "acc": 0.6342857142857142, + "syn_per_inference": 2888513.6176948054, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.14716267110705777 + }, + { + "T": 25, + "arm": "raw", + "acc": 0.89, + "syn_per_inference": 2567979.000811688, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.08373262080067326 + }, + { + "T": 25, + "arm": "thresh", + "acc": 0.8221428571428572, + "syn_per_inference": 2890386.8092532465, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.09424518759303417 + }, + { + "T": 25, + "arm": "ftbc", + "acc": 0.8642857142857143, + "syn_per_inference": 2876722.585227273, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.09379964606464136 + }, + { + "T": 25, + "arm": "both", + "acc": 0.7692857142857142, + "syn_per_inference": 3290927.121753247, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.10730537620491336 + }, + { + "T": 50, + "arm": "raw", + "acc": 0.9328571428571428, + "syn_per_inference": 2922163.6103896103, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.04764065777581142 + }, + { + "T": 50, + "arm": "thresh", + "acc": 0.9135714285714286, + "syn_per_inference": 3546637.237824675, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.05782158476733154 + }, + { + "T": 50, + "arm": "ftbc", + "acc": 0.9292857142857143, + "syn_per_inference": 3297052.6079545454, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.053752553212948424 + }, + { + "T": 50, + "arm": "both", + "acc": 0.9007142857142857, + "syn_per_inference": 4030732.6136363638, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.06571389512527982 + }, + { + "T": 100, + "arm": "raw", + "acc": 0.9428571428571428, + "syn_per_inference": 3264047.5113636362, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.026607232035192413 + }, + { + "T": 100, + "arm": "thresh", + "acc": 0.9321428571428572, + "syn_per_inference": 4339798.512987013, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.03537633126326277 + }, + { + "T": 100, + "arm": "ftbc", + "acc": 0.9407142857142857, + "syn_per_inference": 3693235.9448051946, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.03010580740691839 + }, + { + "T": 100, + "arm": "both", + "acc": 0.9292857142857143, + "syn_per_inference": 4875421.047077922, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.03974251557835587 + } + ], + "calibration_reference": "same network at full T (NOT a source ANN)" + }, + "config": { + "method": "harmonic_matched", + "data_root": "/kaggle/working/data", + "subjects": "", + "blocks": "", + "limit": 0, + "drop_rest": true, + "resplit": "block", + "test_blocks": "6", + "class_weight": false, + "epochs": 60, + "batch_size": 64, + "lr": 0.002, + "weight_decay": 0.0005, + "grad_clip": 5.0, + "num_bins": 100, + "window_sec": 5.0, + "hidden": "512,256", + "freq_groups": 8, + "dropout": 0.3, + "spike_drop": 0.1, + "time_jitter": 2, "label_smoothing": 0.05, "no_batchnorm": false, "binary_input": false, @@ -1996,7 +1706,7 @@ "decision_margin": 2.0, "export": false, "seed": 1234, - "hub_dir": "/kaggle/working/hub/opt06_uticket_prune/prune_rounds_3", + "hub_dir": "/kaggle/working/hub/opt03_ftbc_threshold_balance/calib_p95", "repo_id": "UWU-R-13/SSVEP-SNN", "push_hf": false, "keep_epoch_weights": 1, @@ -2007,1133 +1717,285 @@ "bench_warmup": 10, "bench_iters": 50, "bench_train_steps": 20, - "prune_rounds": 3, - "prune_rate": 0.5, - "rewind_epoch": 1, - "balance": true, - "balance_iters": 2, - "prune_readout": false, + "calibrate_thresh": true, + "calib_percentile": 95.0, + "calib_batches": 8, + "ftbc": true, + "ftbc_target_ticks": 8, + "ftbc_ref_ticks": 0, + "ftbc_lr": 1.0, + "t_sweep": "4,8,16,25,50,100", "sampling_rate": 250.0 } }, "zip": { - "name": "prune_rounds_3.zip", + "name": "calib_p95.zip", "files": 81, - "bytes": 8378826, - "MB": 8.4, - "sha256": "4f95cb87dd3ae4936d31d4c1e94317cb6a26fbeb7da655363811df3a91cd6bf8" + "bytes": 12247718, + "MB": 12.2, + "sha256": "7bfd3a9ba5be867423a06c63cc3e7652e2784be8ea2ed7f3064997e028337fd1" } }, { - "key": "opt06_uticket_prune/prune_rounds_8", - "tag": "prune_rounds_8", - "script": "opt06_uticket_prune.py", - "hf_folder": "applied/opt06_uticket_prune", - "phase": 9, + "key": "opt03_ftbc_threshold_balance/calib_p99", + "tag": "calib_p99", + "script": "opt03_ftbc_threshold_balance.py", + "hf_folder": "applied/opt03_ftbc_threshold_balance", + "phase": 3, "status": "ok", - "duration_s": 322.7, + "duration_s": 377.6, "optimization_summary": { - "optimization": "uticket_workload_balanced_pruning", - "research_section": "3. Spike sparsity & MAC->AC restructuring", - "reference": "u-Ticket: Workload-Balanced Pruning for Sparse SNNs, arXiv:2302.06746", - "script": "opt06_uticket_prune.py", + "optimization": "ftbc_threshold_balance", + "research_section": "2. Temporal-Dimension Reduction (threshold balancing + FTBC)", + "reference": "Rueckauer et al. arXiv:1612.04052; Sengupta et al. arXiv:1802.02627; FTBC: Forward Temporal Bias Correction, ECCV 2024", + "script": "opt03_ftbc_threshold_balance.py", "baseline_mode": false, "method": "harmonic_matched", "accuracy": { - "test_acc": 0.18428571428571427, - "test_target_acc": 0.18428571428571427, - "best_val_acc": 0.9142857142857143 + "test_acc": 0.9328571428571428, + "test_target_acc": 0.9328571428571428, + "best_val_acc": 0.945 }, "efficiency": { "spikes_per_inference": null, - "syn_ops_per_inference": 129797.51948051948, + "syn_ops_per_inference": 3284640.788149351, "dense_macs_per_inference": 122675200.0, - "event_fraction_of_dense": 0.0010580583482278365, - "syn_ops_per_inference_dense_fanout": 65036167.55113637, - "weight_sparsity": 0.9907585233201168, - "effective_ticks": 16.09857142857143, + "event_fraction_of_dense": 0.026775100331194495, + "syn_ops_per_inference_dense_fanout": 64861258.57467532, + "weight_sparsity": 0.7324707846410685, + "effective_ticks": 12.331428571428571, "num_ticks": 100, "membrane_bytes_per_inference": 451200, "weight_bytes": 4907008, "input_raster_bytes": null, - "train_ms_per_step": 94.60634120000577, - "infer_ms_per_sample": 0.6177368868750222, - "peak_vram_mb": 2839.143424, - "weight_bytes_nonzero": 4453 + "train_ms_per_step": 98.5430900999745, + "infer_ms_per_sample": 0.6449701993750523, + "peak_vram_mb": 2828.248576 }, "optimization_specific": { - "pruning_enabled": true, - "balance_enabled": true, - "rounds": 8, - "final_sparsity": 0.9990924873737373, - "nnz_per_layer": { - "layer0": 80, - "layer1": 512, - "layer2": 512 + "calibrate_thresh": true, + "ftbc": true, + "calib_percentile": 99.0, + "calib_batches": 8, + "ftbc_target_ticks": 8, + "ftbc_ref_ticks": 100, + "trained_T": 100, + "thresh_before": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "thresh_after": [ + 1.1893720626831055, + 0.6524527072906494, + 0.9638769626617432, + 2.4433438777923584 + ], + "min_ticks_within_1pct_of_full": null, + "min_ticks_within_1pct_per_arm": { + "raw": 100, + "thresh": null, + "ftbc": 100, + "both": null }, - "pe_stats_per_layer": { - "layer0": { - "mean_nnz": 0.25, - "max_nnz": 1.0, - "min_nnz": 0.0, - "total_nnz": 80, - "numel": 921600, - "sparsity": 0.9999131944444445, - "utilization": 0.25 + "speedup_at_min_ticks": null, + "full_T_acc": 0.9464285714285714, + "t_sweep_rows": [ + { + "T": 4, + "arm": "raw", + "acc": 0.3157142857142857, + "syn_per_inference": 1878827.9334415584, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.38288666605833094 }, - "layer1": { - "mean_nnz": 1.0, - "max_nnz": 1.0, - "min_nnz": 1.0, - "total_nnz": 512, - "numel": 163840, - "sparsity": 0.996875, - "utilization": 1.0 + { + "T": 4, + "arm": "thresh", + "acc": 0.3742857142857143, + "syn_per_inference": 1883321.543831169, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.38380241968856965 }, - "layer2": { - "mean_nnz": 2.0, - "max_nnz": 2.0, - "min_nnz": 2.0, - "total_nnz": 512, - "numel": 131072, - "sparsity": 0.99609375, - "utilization": 1.0 - } - }, - "pe_utilization_final": 0.75, - "pe_utilization_lth": 0.4166666666666667, - "pe_utilization_uticket": 0.75, - "latency_proxy_dense": 3712, - "latency_proxy_final": 4, - "latency_reduction_frac": 0.9989224137931034, - "rounds_history": [ { - "round": 1, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 36.0, - "max_nnz": 49.0, - "min_nnz": 24.0, - "total_nnz": 11520, - "numel": 921600, - "sparsity": 0.9875, - "utilization": 0.7346938775510204 - }, - "uticket": { - "mean_nnz": 36.0, - "max_nnz": 36.0, - "min_nnz": 36.0, - "total_nnz": 11520, - "numel": 921600, - "sparsity": 0.9875, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 160.0, - "max_nnz": 194.0, - "min_nnz": 134.0, - "total_nnz": 81920, - "numel": 163840, - "sparsity": 0.5, - "utilization": 0.8247422680412371 - }, - "uticket": { - "mean_nnz": 160.0, - "max_nnz": 160.0, - "min_nnz": 160.0, - "total_nnz": 81920, - "numel": 163840, - "sparsity": 0.5, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 256.0, - "max_nnz": 289.0, - "min_nnz": 203.0, - "total_nnz": 65536, - "numel": 131072, - "sparsity": 0.5, - "utilization": 0.8858131487889274 - }, - "uticket": { - "mean_nnz": 256.0, - "max_nnz": 256.0, - "min_nnz": 256.0, - "total_nnz": 65536, - "numel": 131072, - "sparsity": 0.5, - "utilization": 1.0 - } - } - }, - "latency_proxy": 452, - "sparsity": 0.8693181818181819 + "T": 4, + "arm": "ftbc", + "acc": 0.21071428571428572, + "syn_per_inference": 1981124.6103896103, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.4037337233584315 }, { - "round": 2, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 18.0, - "max_nnz": 25.0, - "min_nnz": 9.0, - "total_nnz": 5760, - "numel": 921600, - "sparsity": 0.99375, - "utilization": 0.72 - }, - "uticket": { - "mean_nnz": 18.0, - "max_nnz": 18.0, - "min_nnz": 18.0, - "total_nnz": 5760, - "numel": 921600, - "sparsity": 0.99375, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 80.0, - "max_nnz": 102.0, - "min_nnz": 41.0, - "total_nnz": 40960, - "numel": 163840, - "sparsity": 0.75, - "utilization": 0.7843137254901961 - }, - "uticket": { - "mean_nnz": 80.0, - "max_nnz": 80.0, - "min_nnz": 80.0, - "total_nnz": 40960, - "numel": 163840, - "sparsity": 0.75, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 128.0, - "max_nnz": 158.0, - "min_nnz": 80.0, - "total_nnz": 32768, - "numel": 131072, - "sparsity": 0.75, - "utilization": 0.810126582278481 - }, - "uticket": { - "mean_nnz": 128.0, - "max_nnz": 128.0, - "min_nnz": 128.0, - "total_nnz": 32768, - "numel": 131072, - "sparsity": 0.75, - "utilization": 1.0 - } - } - }, - "latency_proxy": 226, - "sparsity": 0.9346590909090909 + "T": 4, + "arm": "both", + "acc": 0.25, + "syn_per_inference": 2006390.69237013, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.40888270252873643 }, { - "round": 3, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 9.0, - "max_nnz": 15.0, - "min_nnz": 4.0, - "total_nnz": 2880, - "numel": 921600, - "sparsity": 0.996875, - "utilization": 0.6 - }, - "uticket": { - "mean_nnz": 9.0, - "max_nnz": 9.0, - "min_nnz": 9.0, - "total_nnz": 2880, - "numel": 921600, - "sparsity": 0.996875, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 40.0, - "max_nnz": 57.0, - "min_nnz": 11.0, - "total_nnz": 20480, - "numel": 163840, - "sparsity": 0.875, - "utilization": 0.7017543859649122 - }, - "uticket": { - "mean_nnz": 40.0, - "max_nnz": 40.0, - "min_nnz": 40.0, - "total_nnz": 20480, - "numel": 163840, - "sparsity": 0.875, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 64.0, - "max_nnz": 84.0, - "min_nnz": 32.0, - "total_nnz": 16384, - "numel": 131072, - "sparsity": 0.875, - "utilization": 0.7619047619047619 - }, - "uticket": { - "mean_nnz": 64.0, - "max_nnz": 64.0, - "min_nnz": 64.0, - "total_nnz": 16384, - "numel": 131072, - "sparsity": 0.875, - "utilization": 1.0 - } - } - }, - "latency_proxy": 113, - "sparsity": 0.9673295454545454 + "T": 8, + "arm": "raw", + "acc": 0.6171428571428571, + "syn_per_inference": 2065125.0535714284, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.21042609402424334 }, { - "round": 4, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 4.5, - "max_nnz": 9.0, - "min_nnz": 0.0, - "total_nnz": 1440, - "numel": 921600, - "sparsity": 0.9984375, - "utilization": 0.5 - }, - "uticket": { - "mean_nnz": 4.0, - "max_nnz": 4.0, - "min_nnz": 4.0, - "total_nnz": 1280, - "numel": 921600, - "sparsity": 0.9986111111111111, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 20.0, - "max_nnz": 34.0, - "min_nnz": 1.0, - "total_nnz": 10240, - "numel": 163840, - "sparsity": 0.9375, - "utilization": 0.5882352941176471 - }, - "uticket": { - "mean_nnz": 20.0, - "max_nnz": 20.0, - "min_nnz": 20.0, - "total_nnz": 10240, - "numel": 163840, - "sparsity": 0.9375, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 32.0, - "max_nnz": 45.0, - "min_nnz": 18.0, - "total_nnz": 8192, - "numel": 131072, - "sparsity": 0.9375, - "utilization": 0.7111111111111111 - }, - "uticket": { - "mean_nnz": 32.0, - "max_nnz": 32.0, - "min_nnz": 32.0, - "total_nnz": 8192, - "numel": 131072, - "sparsity": 0.9375, - "utilization": 1.0 - } - } - }, - "latency_proxy": 56, - "sparsity": 0.9837962962962963 + "T": 8, + "arm": "thresh", + "acc": 0.64, + "syn_per_inference": 2068805.8603896103, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.2108011501499091 }, { - "round": 5, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 2.0, - "max_nnz": 4.0, - "min_nnz": 0.0, - "total_nnz": 640, - "numel": 921600, - "sparsity": 0.9993055555555556, - "utilization": 0.5 - }, - "uticket": { - "mean_nnz": 2.0, - "max_nnz": 2.0, - "min_nnz": 2.0, - "total_nnz": 640, - "numel": 921600, - "sparsity": 0.9993055555555556, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 10.0, - "max_nnz": 17.0, - "min_nnz": 0.0, - "total_nnz": 5120, - "numel": 163840, - "sparsity": 0.96875, - "utilization": 0.5882352941176471 - }, - "uticket": { - "mean_nnz": 10.0, - "max_nnz": 10.0, - "min_nnz": 10.0, - "total_nnz": 5120, - "numel": 163840, - "sparsity": 0.96875, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 16.0, - "max_nnz": 26.0, - "min_nnz": 9.0, - "total_nnz": 4096, - "numel": 131072, - "sparsity": 0.96875, - "utilization": 0.6153846153846154 - }, - "uticket": { - "mean_nnz": 16.0, - "max_nnz": 16.0, - "min_nnz": 16.0, - "total_nnz": 4096, - "numel": 131072, - "sparsity": 0.96875, - "utilization": 1.0 - } - } - }, - "latency_proxy": 28, - "sparsity": 0.9918981481481481 + "T": 8, + "arm": "ftbc", + "acc": 0.38785714285714284, + "syn_per_inference": 2372934.5551948054, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.24179036952811217 }, { - "round": 6, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 1.0, - "max_nnz": 2.0, - "min_nnz": 0.0, - "total_nnz": 320, - "numel": 921600, - "sparsity": 0.9996527777777777, - "utilization": 0.5 - }, - "uticket": { - "mean_nnz": 1.0, - "max_nnz": 1.0, - "min_nnz": 1.0, - "total_nnz": 320, - "numel": 921600, - "sparsity": 0.9996527777777777, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 5.0, - "max_nnz": 10.0, - "min_nnz": 0.0, - "total_nnz": 2560, - "numel": 163840, - "sparsity": 0.984375, - "utilization": 0.5 - }, - "uticket": { - "mean_nnz": 5.0, - "max_nnz": 5.0, - "min_nnz": 5.0, - "total_nnz": 2560, - "numel": 163840, - "sparsity": 0.984375, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 8.0, - "max_nnz": 14.0, - "min_nnz": 3.0, - "total_nnz": 2048, - "numel": 131072, - "sparsity": 0.984375, - "utilization": 0.5714285714285714 - }, - "uticket": { - "mean_nnz": 8.0, - "max_nnz": 8.0, - "min_nnz": 8.0, - "total_nnz": 2048, - "numel": 131072, - "sparsity": 0.984375, - "utilization": 1.0 - } - } - }, - "latency_proxy": 14, - "sparsity": 0.9959490740740741 + "T": 8, + "arm": "both", + "acc": 0.4235714285714286, + "syn_per_inference": 2420752.936688312, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.2466628276016986 }, { - "round": 7, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 0.5, - "max_nnz": 1.0, - "min_nnz": 0.0, - "total_nnz": 160, - "numel": 921600, - "sparsity": 0.9998263888888889, - "utilization": 0.5 - }, - "uticket": { - "mean_nnz": 0.5, - "max_nnz": 1.0, - "min_nnz": 0.0, - "total_nnz": 160, - "numel": 921600, - "sparsity": 0.9998263888888889, - "utilization": 0.5 - } - }, - "layer1": { - "lth": { - "mean_nnz": 2.5, - "max_nnz": 5.0, - "min_nnz": 0.0, - "total_nnz": 1280, - "numel": 163840, - "sparsity": 0.9921875, - "utilization": 0.5 - }, - "uticket": { - "mean_nnz": 2.0, - "max_nnz": 2.0, - "min_nnz": 2.0, - "total_nnz": 1024, - "numel": 163840, - "sparsity": 0.99375, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 4.0, - "max_nnz": 7.0, - "min_nnz": 1.0, - "total_nnz": 1024, - "numel": 131072, - "sparsity": 0.9921875, - "utilization": 0.5714285714285714 - }, - "uticket": { - "mean_nnz": 4.0, - "max_nnz": 4.0, - "min_nnz": 4.0, - "total_nnz": 1024, - "numel": 131072, - "sparsity": 0.9921875, - "utilization": 1.0 - } - } - }, - "latency_proxy": 7, - "sparsity": 0.9981849747474747 + "T": 16, + "arm": "raw", + "acc": 0.8157142857142857, + "syn_per_inference": 2361965.2678571427, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.12033632652815844 }, { - "round": 8, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 0.25, - "max_nnz": 1.0, - "min_nnz": 0.0, - "total_nnz": 80, - "numel": 921600, - "sparsity": 0.9999131944444445, - "utilization": 0.25 - }, - "uticket": { - "mean_nnz": 0.25, - "max_nnz": 1.0, - "min_nnz": 0.0, - "total_nnz": 80, - "numel": 921600, - "sparsity": 0.9999131944444445, - "utilization": 0.25 - } - }, - "layer1": { - "lth": { - "mean_nnz": 1.0, - "max_nnz": 2.0, - "min_nnz": 0.0, - "total_nnz": 512, - "numel": 163840, - "sparsity": 0.996875, - "utilization": 0.5 - }, - "uticket": { - "mean_nnz": 1.0, - "max_nnz": 1.0, - "min_nnz": 1.0, - "total_nnz": 512, - "numel": 163840, - "sparsity": 0.996875, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 2.0, - "max_nnz": 4.0, - "min_nnz": 0.0, - "total_nnz": 512, - "numel": 131072, - "sparsity": 0.99609375, - "utilization": 0.5 - }, - "uticket": { - "mean_nnz": 2.0, - "max_nnz": 2.0, - "min_nnz": 2.0, - "total_nnz": 512, - "numel": 131072, - "sparsity": 0.99609375, - "utilization": 1.0 - } - } - }, - "latency_proxy": 4, - "sparsity": 0.9990924873737373 - } - ], - "latency_proxy_lth": 7, - "latency_reduction_vs_lth_frac": 0.4285714285714286 - }, - "config": { - "method": "harmonic_matched", - "data_root": "/kaggle/working/data", - "subjects": "", - "blocks": "", - "limit": 0, - "drop_rest": true, - "resplit": "block", - "test_blocks": "6", - "class_weight": false, - "epochs": 60, - "batch_size": 64, - "lr": 0.002, - "weight_decay": 0.0005, - "grad_clip": 5.0, - "num_bins": 100, - "window_sec": 5.0, - "hidden": "512,256", - "freq_groups": 8, - "dropout": 0.3, - "spike_drop": 0.1, - "time_jitter": 2, - "label_smoothing": 0.05, - "no_batchnorm": false, - "binary_input": false, - "beta": 1.0, - "thresh": 1.0, - "window": 0.5, - "gain": 1.0, - "alpha": 0.9, - "readout": "spikecount", - "fake_quant": 0, - "amp": false, - "spike_reg": 0.0, - "event_eval": true, - "decision_margin": 2.0, - "export": false, - "seed": 1234, - "hub_dir": "/kaggle/working/hub/opt06_uticket_prune/prune_rounds_8", - "repo_id": "UWU-R-13/SSVEP-SNN", - "push_hf": false, - "keep_epoch_weights": 1, - "no_resume": true, - "selftest": false, - "baseline": false, - "bench": true, - "bench_warmup": 10, - "bench_iters": 50, - "bench_train_steps": 20, - "prune_rounds": 8, - "prune_rate": 0.5, - "rewind_epoch": 1, - "balance": true, - "balance_iters": 2, - "prune_readout": false, - "sampling_rate": 250.0 - } - }, - "zip": { - "name": "prune_rounds_8.zip", - "files": 81, - "bytes": 7983037, - "MB": 8.0, - "sha256": "477e6120957d9a5697e3cc386ecc6dce0c2c61b98a383a8e903d9e83590962cc" - } - }, - { - "key": "opt06_uticket_prune/rewind_epoch_0", - "tag": "rewind_epoch_0", - "script": "opt06_uticket_prune.py", - "hf_folder": "applied/opt06_uticket_prune", - "phase": 9, - "status": "ok", - "duration_s": 321.6, - "optimization_summary": { - "optimization": "uticket_workload_balanced_pruning", - "research_section": "3. Spike sparsity & MAC->AC restructuring", - "reference": "u-Ticket: Workload-Balanced Pruning for Sparse SNNs, arXiv:2302.06746", - "script": "opt06_uticket_prune.py", - "baseline_mode": false, - "method": "harmonic_matched", - "accuracy": { - "test_acc": 0.7814285714285715, - "test_target_acc": 0.7814285714285715, - "best_val_acc": 0.9264285714285714 - }, - "efficiency": { - "spikes_per_inference": null, - "syn_ops_per_inference": 216478.7705965909, - "dense_macs_per_inference": 122675200.0, - "event_fraction_of_dense": 0.0017646498281363382, - "syn_ops_per_inference_dense_fanout": 65202982.11444805, - "weight_sparsity": 0.983618530884808, - "effective_ticks": 12.964285714285714, - "num_ticks": 100, - "membrane_bytes_per_inference": 451200, - "weight_bytes": 4907008, - "input_raster_bytes": null, - "train_ms_per_step": 94.85441450001417, - "infer_ms_per_sample": 0.6180852540624926, - "peak_vram_mb": 2837.810688, - "weight_bytes_nonzero": 39755 - }, - "optimization_specific": { - "pruning_enabled": true, - "balance_enabled": true, - "rounds": 5, - "final_sparsity": 0.9918981481481481, - "nnz_per_layer": { - "layer0": 640, - "layer1": 5120, - "layer2": 4096 - }, - "pe_stats_per_layer": { - "layer0": { - "mean_nnz": 2.0, - "max_nnz": 2.0, - "min_nnz": 2.0, - "total_nnz": 640, - "numel": 921600, - "sparsity": 0.9993055555555556, - "utilization": 1.0 + "T": 16, + "arm": "thresh", + "acc": 0.8385714285714285, + "syn_per_inference": 2359900.8782467535, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.1202311509501693 }, - "layer1": { - "mean_nnz": 10.0, - "max_nnz": 10.0, - "min_nnz": 10.0, - "total_nnz": 5120, - "numel": 163840, - "sparsity": 0.96875, - "utilization": 1.0 + { + "T": 16, + "arm": "ftbc", + "acc": 0.6078571428571429, + "syn_per_inference": 2799702.0219155843, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.14263793853176845 }, - "layer2": { - "mean_nnz": 16.0, - "max_nnz": 16.0, - "min_nnz": 16.0, - "total_nnz": 4096, - "numel": 131072, - "sparsity": 0.96875, - "utilization": 1.0 - } - }, - "pe_utilization_final": 1.0, - "pe_utilization_lth": 0.5554385964912281, - "pe_utilization_uticket": 1.0, - "latency_proxy_dense": 3712, - "latency_proxy_final": 28, - "latency_reduction_frac": 0.9924568965517241, - "rounds_history": [ { - "round": 1, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 36.0, - "max_nnz": 46.0, - "min_nnz": 27.0, - "total_nnz": 11520, - "numel": 921600, - "sparsity": 0.9875, - "utilization": 0.782608695652174 - }, - "uticket": { - "mean_nnz": 36.0, - "max_nnz": 36.0, - "min_nnz": 36.0, - "total_nnz": 11520, - "numel": 921600, - "sparsity": 0.9875, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 160.0, - "max_nnz": 189.0, - "min_nnz": 123.0, - "total_nnz": 81920, - "numel": 163840, - "sparsity": 0.5, - "utilization": 0.8465608465608465 - }, - "uticket": { - "mean_nnz": 160.0, - "max_nnz": 160.0, - "min_nnz": 160.0, - "total_nnz": 81920, - "numel": 163840, - "sparsity": 0.5, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 256.0, - "max_nnz": 292.0, - "min_nnz": 197.0, - "total_nnz": 65536, - "numel": 131072, - "sparsity": 0.5, - "utilization": 0.8767123287671232 - }, - "uticket": { - "mean_nnz": 256.0, - "max_nnz": 256.0, - "min_nnz": 256.0, - "total_nnz": 65536, - "numel": 131072, - "sparsity": 0.5, - "utilization": 1.0 - } - } - }, - "latency_proxy": 452, - "sparsity": 0.8693181818181819 + "T": 16, + "arm": "both", + "acc": 0.6185714285714285, + "syn_per_inference": 2833707.82224026, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.1443704504985655 }, { - "round": 2, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 18.0, - "max_nnz": 27.0, - "min_nnz": 9.0, - "total_nnz": 5760, - "numel": 921600, - "sparsity": 0.99375, - "utilization": 0.6666666666666666 - }, - "uticket": { - "mean_nnz": 18.0, - "max_nnz": 18.0, - "min_nnz": 18.0, - "total_nnz": 5760, - "numel": 921600, - "sparsity": 0.99375, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 80.0, - "max_nnz": 110.0, - "min_nnz": 32.0, - "total_nnz": 40960, - "numel": 163840, - "sparsity": 0.75, - "utilization": 0.7272727272727273 - }, - "uticket": { - "mean_nnz": 80.0, - "max_nnz": 80.0, - "min_nnz": 80.0, - "total_nnz": 40960, - "numel": 163840, - "sparsity": 0.75, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 128.0, - "max_nnz": 161.0, - "min_nnz": 90.0, - "total_nnz": 32768, - "numel": 131072, - "sparsity": 0.75, - "utilization": 0.7950310559006211 - }, - "uticket": { - "mean_nnz": 128.0, - "max_nnz": 128.0, - "min_nnz": 128.0, - "total_nnz": 32768, - "numel": 131072, - "sparsity": 0.75, - "utilization": 1.0 - } - } - }, - "latency_proxy": 226, - "sparsity": 0.9346590909090909 + "T": 25, + "arm": "raw", + "acc": 0.8892857142857142, + "syn_per_inference": 2587462.3092532465, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.08436790188247491 }, { - "round": 3, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 9.0, - "max_nnz": 17.0, - "min_nnz": 3.0, - "total_nnz": 2880, - "numel": 921600, - "sparsity": 0.996875, - "utilization": 0.5294117647058824 - }, - "uticket": { - "mean_nnz": 9.0, - "max_nnz": 9.0, - "min_nnz": 9.0, - "total_nnz": 2880, - "numel": 921600, - "sparsity": 0.996875, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 40.0, - "max_nnz": 63.0, - "min_nnz": 3.0, - "total_nnz": 20480, - "numel": 163840, - "sparsity": 0.875, - "utilization": 0.6349206349206349 - }, - "uticket": { - "mean_nnz": 40.0, - "max_nnz": 40.0, - "min_nnz": 40.0, - "total_nnz": 20480, - "numel": 163840, - "sparsity": 0.875, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 64.0, - "max_nnz": 81.0, - "min_nnz": 40.0, - "total_nnz": 16384, - "numel": 131072, - "sparsity": 0.875, - "utilization": 0.7901234567901234 - }, - "uticket": { - "mean_nnz": 64.0, - "max_nnz": 64.0, - "min_nnz": 64.0, - "total_nnz": 16384, - "numel": 131072, - "sparsity": 0.875, - "utilization": 1.0 - } - } - }, - "latency_proxy": 113, - "sparsity": 0.9673295454545454 + "T": 25, + "arm": "thresh", + "acc": 0.8978571428571429, + "syn_per_inference": 2580447.637987013, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.08413917851324515 }, { - "round": 4, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 4.5, - "max_nnz": 9.0, - "min_nnz": 0.0, - "total_nnz": 1440, - "numel": 921600, - "sparsity": 0.9984375, - "utilization": 0.5 - }, - "uticket": { - "mean_nnz": 4.0, - "max_nnz": 4.0, - "min_nnz": 4.0, - "total_nnz": 1280, - "numel": 921600, - "sparsity": 0.9986111111111111, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 20.0, - "max_nnz": 34.0, - "min_nnz": 0.0, - "total_nnz": 10240, - "numel": 163840, - "sparsity": 0.9375, - "utilization": 0.5882352941176471 - }, - "uticket": { - "mean_nnz": 20.0, - "max_nnz": 20.0, - "min_nnz": 20.0, - "total_nnz": 10240, - "numel": 163840, - "sparsity": 0.9375, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 32.0, - "max_nnz": 44.0, - "min_nnz": 20.0, - "total_nnz": 8192, - "numel": 131072, - "sparsity": 0.9375, - "utilization": 0.7272727272727273 - }, - "uticket": { - "mean_nnz": 32.0, - "max_nnz": 32.0, - "min_nnz": 32.0, - "total_nnz": 8192, - "numel": 131072, - "sparsity": 0.9375, - "utilization": 1.0 - } - } - }, - "latency_proxy": 56, - "sparsity": 0.9837962962962963 + "T": 25, + "arm": "ftbc", + "acc": 0.7892857142857143, + "syn_per_inference": 3096516.7978896108, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.10096635009813265 }, { - "round": 5, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 2.0, - "max_nnz": 4.0, - "min_nnz": 0.0, - "total_nnz": 640, - "numel": 921600, - "sparsity": 0.9993055555555556, - "utilization": 0.5 - }, - "uticket": { - "mean_nnz": 2.0, - "max_nnz": 2.0, - "min_nnz": 2.0, - "total_nnz": 640, - "numel": 921600, - "sparsity": 0.9993055555555556, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 10.0, - "max_nnz": 19.0, - "min_nnz": 0.0, - "total_nnz": 5120, - "numel": 163840, - "sparsity": 0.96875, - "utilization": 0.5263157894736842 - }, - "uticket": { - "mean_nnz": 10.0, - "max_nnz": 10.0, - "min_nnz": 10.0, - "total_nnz": 5120, - "numel": 163840, - "sparsity": 0.96875, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 16.0, - "max_nnz": 25.0, - "min_nnz": 5.0, - "total_nnz": 4096, - "numel": 131072, - "sparsity": 0.96875, - "utilization": 0.64 - }, - "uticket": { - "mean_nnz": 16.0, - "max_nnz": 16.0, - "min_nnz": 16.0, - "total_nnz": 4096, - "numel": 131072, - "sparsity": 0.96875, - "utilization": 1.0 - } - } - }, - "latency_proxy": 28, - "sparsity": 0.9918981481481481 + "T": 25, + "arm": "both", + "acc": 0.7935714285714286, + "syn_per_inference": 3116778.5568181816, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.10162701366920719 + }, + { + "T": 50, + "arm": "raw", + "acc": 0.9357142857142857, + "syn_per_inference": 2946150.8920454546, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.04803172755447645 + }, + { + "T": 50, + "arm": "thresh", + "acc": 0.93, + "syn_per_inference": 2946987.3668831172, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.04804536478250074 + }, + { + "T": 50, + "arm": "ftbc", + "acc": 0.9192857142857143, + "syn_per_inference": 3551675.100649351, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.057903718121500525 + }, + { + "T": 50, + "arm": "both", + "acc": 0.9192857142857143, + "syn_per_inference": 3567119.5762987016, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.058155512708333905 + }, + { + "T": 100, + "arm": "raw", + "acc": 0.9464285714285714, + "syn_per_inference": 3284640.9301948054, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.026775101489093196 + }, + { + "T": 100, + "arm": "thresh", + "acc": 0.9328571428571428, + "syn_per_inference": 3333643.5, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.02717455117252713 + }, + { + "T": 100, + "arm": "ftbc", + "acc": 0.945, + "syn_per_inference": 3961718.6420454546, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.03229437279943668 + }, + { + "T": 100, + "arm": "both", + "acc": 0.9328571428571428, + "syn_per_inference": 4013997.268668831, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.032720527610053465 } ], - "latency_proxy_lth": 48, - "latency_reduction_vs_lth_frac": 0.41666666666666663 + "calibration_reference": "same network at full T (NOT a source ANN)" }, "config": { "method": "harmonic_matched", @@ -3173,7 +2035,7 @@ "decision_margin": 2.0, "export": false, "seed": 1234, - "hub_dir": "/kaggle/working/hub/opt06_uticket_prune/rewind_epoch_0", + "hub_dir": "/kaggle/working/hub/opt03_ftbc_threshold_balance/calib_p99", "repo_id": "UWU-R-13/SSVEP-SNN", "push_hf": false, "keep_epoch_weights": 1, @@ -3183,445 +2045,286 @@ "bench": true, "bench_warmup": 10, "bench_iters": 50, - "bench_train_steps": 20, - "prune_rounds": 5, - "prune_rate": 0.5, - "rewind_epoch": 0, - "balance": true, - "balance_iters": 2, - "prune_readout": false, + "bench_train_steps": 20, + "calibrate_thresh": true, + "calib_percentile": 99.0, + "calib_batches": 8, + "ftbc": true, + "ftbc_target_ticks": 8, + "ftbc_ref_ticks": 0, + "ftbc_lr": 1.0, + "t_sweep": "4,8,16,25,50,100", "sampling_rate": 250.0 } }, "zip": { - "name": "rewind_epoch_0.zip", + "name": "calib_p99.zip", "files": 81, - "bytes": 8131993, - "MB": 8.1, - "sha256": "2759d4be6c9db943f9a4bdcb3c0501243b30044c7b1df1e065f9089899f000db" + "bytes": 12249418, + "MB": 12.2, + "sha256": "97afd31f1cc8ac24332af9c09efb238f37fc46365dc5d669f42dda2ecb138d3b" } }, { - "key": "opt06_uticket_prune/rewind_epoch_5", - "tag": "rewind_epoch_5", - "script": "opt06_uticket_prune.py", - "hf_folder": "applied/opt06_uticket_prune", - "phase": 9, + "key": "opt03_ftbc_threshold_balance/calib_p99.99", + "tag": "calib_p99.99", + "script": "opt03_ftbc_threshold_balance.py", + "hf_folder": "applied/opt03_ftbc_threshold_balance", + "phase": 3, "status": "ok", - "duration_s": 321.7, + "duration_s": 377.5, "optimization_summary": { - "optimization": "uticket_workload_balanced_pruning", - "research_section": "3. Spike sparsity & MAC->AC restructuring", - "reference": "u-Ticket: Workload-Balanced Pruning for Sparse SNNs, arXiv:2302.06746", - "script": "opt06_uticket_prune.py", + "optimization": "ftbc_threshold_balance", + "research_section": "2. Temporal-Dimension Reduction (threshold balancing + FTBC)", + "reference": "Rueckauer et al. arXiv:1612.04052; Sengupta et al. arXiv:1802.02627; FTBC: Forward Temporal Bias Correction, ECCV 2024", + "script": "opt03_ftbc_threshold_balance.py", "baseline_mode": false, "method": "harmonic_matched", "accuracy": { - "test_acc": 0.77, - "test_target_acc": 0.77, - "best_val_acc": 0.9257142857142857 + "test_acc": 0.9342857142857143, + "test_target_acc": 0.9342857142857143, + "best_val_acc": 0.9485714285714286 }, "efficiency": { "spikes_per_inference": null, - "syn_ops_per_inference": 216033.23041801946, + "syn_ops_per_inference": 3246424.559253247, "dense_macs_per_inference": 122675200.0, - "event_fraction_of_dense": 0.001761017959767088, - "syn_ops_per_inference_dense_fanout": 65245333.36607143, - "weight_sparsity": 0.983618530884808, - "effective_ticks": 13.376428571428571, + "event_fraction_of_dense": 0.026463576658144815, + "syn_ops_per_inference_dense_fanout": 64823042.345779225, + "weight_sparsity": 0.7324707846410685, + "effective_ticks": 12.131428571428572, "num_ticks": 100, "membrane_bytes_per_inference": 451200, "weight_bytes": 4907008, "input_raster_bytes": null, - "train_ms_per_step": 95.69244695001089, - "infer_ms_per_sample": 0.6242595653125704, - "peak_vram_mb": 2837.865472, - "weight_bytes_nonzero": 39755 + "train_ms_per_step": 95.91640224998628, + "infer_ms_per_sample": 0.629378066875006, + "peak_vram_mb": 2823.921152 }, "optimization_specific": { - "pruning_enabled": true, - "balance_enabled": true, - "rounds": 5, - "final_sparsity": 0.9918981481481481, - "nnz_per_layer": { - "layer0": 640, - "layer1": 5120, - "layer2": 4096 + "calibrate_thresh": true, + "ftbc": true, + "calib_percentile": 99.99, + "calib_batches": 8, + "ftbc_target_ticks": 8, + "ftbc_ref_ticks": 100, + "trained_T": 100, + "thresh_before": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "thresh_after": [ + 3.5768113136291504, + 1.0354942083358765, + 1.2101423740386963, + 2.95900559425354 + ], + "min_ticks_within_1pct_of_full": null, + "min_ticks_within_1pct_per_arm": { + "raw": 100, + "thresh": 50, + "ftbc": 100, + "both": null }, - "pe_stats_per_layer": { - "layer0": { - "mean_nnz": 2.0, - "max_nnz": 2.0, - "min_nnz": 2.0, - "total_nnz": 640, - "numel": 921600, - "sparsity": 0.9993055555555556, - "utilization": 1.0 + "speedup_at_min_ticks": null, + "full_T_acc": 0.9442857142857143, + "t_sweep_rows": [ + { + "T": 4, + "arm": "raw", + "acc": 0.2892857142857143, + "syn_per_inference": 1865469.109577922, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.3801642690572182 }, - "layer1": { - "mean_nnz": 10.0, - "max_nnz": 10.0, - "min_nnz": 10.0, - "total_nnz": 5120, - "numel": 163840, - "sparsity": 0.96875, - "utilization": 1.0 + { + "T": 4, + "arm": "thresh", + "acc": 0.46214285714285713, + "syn_per_inference": 1787905.8538961038, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.3643576399093101 }, - "layer2": { - "mean_nnz": 16.0, - "max_nnz": 16.0, - "min_nnz": 16.0, - "total_nnz": 4096, - "numel": 131072, - "sparsity": 0.96875, - "utilization": 1.0 - } - }, - "pe_utilization_final": 1.0, - "pe_utilization_lth": 0.5739893211289092, - "pe_utilization_uticket": 1.0, - "latency_proxy_dense": 3712, - "latency_proxy_final": 28, - "latency_reduction_frac": 0.9924568965517241, - "rounds_history": [ { - "round": 1, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 36.0, - "max_nnz": 46.0, - "min_nnz": 24.0, - "total_nnz": 11520, - "numel": 921600, - "sparsity": 0.9875, - "utilization": 0.782608695652174 - }, - "uticket": { - "mean_nnz": 36.0, - "max_nnz": 36.0, - "min_nnz": 36.0, - "total_nnz": 11520, - "numel": 921600, - "sparsity": 0.9875, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 160.0, - "max_nnz": 189.0, - "min_nnz": 126.0, - "total_nnz": 81920, - "numel": 163840, - "sparsity": 0.5, - "utilization": 0.8465608465608465 - }, - "uticket": { - "mean_nnz": 160.0, - "max_nnz": 160.0, - "min_nnz": 160.0, - "total_nnz": 81920, - "numel": 163840, - "sparsity": 0.5, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 256.0, - "max_nnz": 288.0, - "min_nnz": 214.0, - "total_nnz": 65536, - "numel": 131072, - "sparsity": 0.5, - "utilization": 0.8888888888888888 - }, - "uticket": { - "mean_nnz": 256.0, - "max_nnz": 256.0, - "min_nnz": 256.0, - "total_nnz": 65536, - "numel": 131072, - "sparsity": 0.5, - "utilization": 1.0 - } - } - }, - "latency_proxy": 452, - "sparsity": 0.8693181818181819 + "T": 4, + "arm": "ftbc", + "acc": 0.052142857142857144, + "syn_per_inference": 1966834.3693181819, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.40082151268516003 }, { - "round": 2, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 18.0, - "max_nnz": 28.0, - "min_nnz": 10.0, - "total_nnz": 5760, - "numel": 921600, - "sparsity": 0.99375, - "utilization": 0.6428571428571429 - }, - "uticket": { - "mean_nnz": 18.0, - "max_nnz": 18.0, - "min_nnz": 18.0, - "total_nnz": 5760, - "numel": 921600, - "sparsity": 0.99375, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 80.0, - "max_nnz": 103.0, - "min_nnz": 31.0, - "total_nnz": 40960, - "numel": 163840, - "sparsity": 0.75, - "utilization": 0.7766990291262136 - }, - "uticket": { - "mean_nnz": 80.0, - "max_nnz": 80.0, - "min_nnz": 80.0, - "total_nnz": 40960, - "numel": 163840, - "sparsity": 0.75, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 128.0, - "max_nnz": 155.0, - "min_nnz": 99.0, - "total_nnz": 32768, - "numel": 131072, - "sparsity": 0.75, - "utilization": 0.8258064516129032 - }, - "uticket": { - "mean_nnz": 128.0, - "max_nnz": 128.0, - "min_nnz": 128.0, - "total_nnz": 32768, - "numel": 131072, - "sparsity": 0.75, - "utilization": 1.0 - } - } - }, - "latency_proxy": 226, - "sparsity": 0.9346590909090909 + "T": 4, + "arm": "both", + "acc": 0.1757142857142857, + "syn_per_inference": 1898818.9853896103, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.3869606459556639 }, { - "round": 3, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 9.0, - "max_nnz": 17.0, - "min_nnz": 2.0, - "total_nnz": 2880, - "numel": 921600, - "sparsity": 0.996875, - "utilization": 0.5294117647058824 - }, - "uticket": { - "mean_nnz": 9.0, - "max_nnz": 9.0, - "min_nnz": 9.0, - "total_nnz": 2880, - "numel": 921600, - "sparsity": 0.996875, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 40.0, - "max_nnz": 63.0, - "min_nnz": 0.0, - "total_nnz": 20480, - "numel": 163840, - "sparsity": 0.875, - "utilization": 0.6349206349206349 - }, - "uticket": { - "mean_nnz": 40.0, - "max_nnz": 40.0, - "min_nnz": 40.0, - "total_nnz": 20480, - "numel": 163840, - "sparsity": 0.875, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 64.0, - "max_nnz": 83.0, - "min_nnz": 44.0, - "total_nnz": 16384, - "numel": 131072, - "sparsity": 0.875, - "utilization": 0.7710843373493976 - }, - "uticket": { - "mean_nnz": 64.0, - "max_nnz": 64.0, - "min_nnz": 64.0, - "total_nnz": 16384, - "numel": 131072, - "sparsity": 0.875, - "utilization": 1.0 - } - } - }, - "latency_proxy": 113, - "sparsity": 0.9673295454545454 + "T": 8, + "arm": "raw", + "acc": 0.6142857142857143, + "syn_per_inference": 2044550.4594155846, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.20832964399238646 }, { - "round": 4, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 4.5, - "max_nnz": 9.0, - "min_nnz": 0.0, - "total_nnz": 1440, - "numel": 921600, - "sparsity": 0.9984375, - "utilization": 0.5 - }, - "uticket": { - "mean_nnz": 4.0, - "max_nnz": 4.0, - "min_nnz": 4.0, - "total_nnz": 1280, - "numel": 921600, - "sparsity": 0.9986111111111111, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 20.0, - "max_nnz": 33.0, - "min_nnz": 0.0, - "total_nnz": 10240, - "numel": 163840, - "sparsity": 0.9375, - "utilization": 0.6060606060606061 - }, - "uticket": { - "mean_nnz": 20.0, - "max_nnz": 20.0, - "min_nnz": 20.0, - "total_nnz": 10240, - "numel": 163840, - "sparsity": 0.9375, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 32.0, - "max_nnz": 43.0, - "min_nnz": 19.0, - "total_nnz": 8192, - "numel": 131072, - "sparsity": 0.9375, - "utilization": 0.7441860465116279 - }, - "uticket": { - "mean_nnz": 32.0, - "max_nnz": 32.0, - "min_nnz": 32.0, - "total_nnz": 8192, - "numel": 131072, - "sparsity": 0.9375, - "utilization": 1.0 - } - } - }, - "latency_proxy": 56, - "sparsity": 0.9837962962962963 + "T": 8, + "arm": "thresh", + "acc": 0.855, + "syn_per_inference": 1874452.362012987, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.19099748380408052 + }, + { + "T": 8, + "arm": "ftbc", + "acc": 0.10214285714285715, + "syn_per_inference": 2318848.7905844157, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.23627929591559824 + }, + { + "T": 8, + "arm": "both", + "acc": 0.3757142857142857, + "syn_per_inference": 2183480.32224026, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.22248591425164377 + }, + { + "T": 16, + "arm": "raw", + "acc": 0.8092857142857143, + "syn_per_inference": 2330725.1071428573, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.11874471710372478 + }, + { + "T": 16, + "arm": "thresh", + "acc": 0.915, + "syn_per_inference": 1987912.3238636365, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.10127924816220171 + }, + { + "T": 16, + "arm": "ftbc", + "acc": 0.6707142857142857, + "syn_per_inference": 2661914.364448052, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.13561799595843596 + }, + { + "T": 16, + "arm": "both", + "acc": 0.5092857142857142, + "syn_per_inference": 2356939.4910714286, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.12008027555036739 + }, + { + "T": 25, + "arm": "raw", + "acc": 0.8814285714285715, + "syn_per_inference": 2549276.6623376627, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.08312280435940313 + }, + { + "T": 25, + "arm": "thresh", + "acc": 0.9307142857142857, + "syn_per_inference": 2060534.25, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.06718666038449499 + }, + { + "T": 25, + "arm": "ftbc", + "acc": 0.8492857142857143, + "syn_per_inference": 2914881.7978896103, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.09504388166115434 + }, + { + "T": 25, + "arm": "both", + "acc": 0.5964285714285714, + "syn_per_inference": 2459497.0251623373, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.08019541113973606 + }, + { + "T": 50, + "arm": "raw", + "acc": 0.9257142857142857, + "syn_per_inference": 2900110.1266233767, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.04728111511737298 + }, + { + "T": 50, + "arm": "thresh", + "acc": 0.9421428571428572, + "syn_per_inference": 2179785.9334415584, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.03553751587022574 + }, + { + "T": 50, + "arm": "ftbc", + "acc": 0.9214285714285714, + "syn_per_inference": 3326054.6550324676, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.05422537978389222 + }, + { + "T": 50, + "arm": "both", + "acc": 0.8028571428571428, + "syn_per_inference": 2618701.586038961, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.042693251546179846 + }, + { + "T": 100, + "arm": "raw", + "acc": 0.9442857142857143, + "syn_per_inference": 3246424.559253247, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.026463576658144815 }, { - "round": 5, - "layers": { - "layer0": { - "lth": { - "mean_nnz": 2.0, - "max_nnz": 4.0, - "min_nnz": 0.0, - "total_nnz": 640, - "numel": 921600, - "sparsity": 0.9993055555555556, - "utilization": 0.5 - }, - "uticket": { - "mean_nnz": 2.0, - "max_nnz": 2.0, - "min_nnz": 2.0, - "total_nnz": 640, - "numel": 921600, - "sparsity": 0.9993055555555556, - "utilization": 1.0 - } - }, - "layer1": { - "lth": { - "mean_nnz": 10.0, - "max_nnz": 19.0, - "min_nnz": 0.0, - "total_nnz": 5120, - "numel": 163840, - "sparsity": 0.96875, - "utilization": 0.5263157894736842 - }, - "uticket": { - "mean_nnz": 10.0, - "max_nnz": 10.0, - "min_nnz": 10.0, - "total_nnz": 5120, - "numel": 163840, - "sparsity": 0.96875, - "utilization": 1.0 - } - }, - "layer2": { - "lth": { - "mean_nnz": 16.0, - "max_nnz": 23.0, - "min_nnz": 7.0, - "total_nnz": 4096, - "numel": 131072, - "sparsity": 0.96875, - "utilization": 0.6956521739130435 - }, - "uticket": { - "mean_nnz": 16.0, - "max_nnz": 16.0, - "min_nnz": 16.0, - "total_nnz": 4096, - "numel": 131072, - "sparsity": 0.96875, - "utilization": 1.0 - } - } - }, - "latency_proxy": 28, - "sparsity": 0.9918981481481481 + "T": 100, + "arm": "thresh", + "acc": 0.9342857142857143, + "syn_per_inference": 2424959.4837662335, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.019767316326089003 + }, + { + "T": 100, + "arm": "ftbc", + "acc": 0.9364285714285714, + "syn_per_inference": 3747052.824675325, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.030544501453230358 + }, + { + "T": 100, + "arm": "both", + "acc": 0.8271428571428572, + "syn_per_inference": 2880583.041396104, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.023481380437090006 } ], - "latency_proxy_lth": 46, - "latency_reduction_vs_lth_frac": 0.3913043478260869 + "calibration_reference": "same network at full T (NOT a source ANN)" }, "config": { "method": "harmonic_matched", @@ -3661,7 +2364,7 @@ "decision_margin": 2.0, "export": false, "seed": 1234, - "hub_dir": "/kaggle/working/hub/opt06_uticket_prune/rewind_epoch_5", + "hub_dir": "/kaggle/working/hub/opt03_ftbc_threshold_balance/calib_p99.99", "repo_id": "UWU-R-13/SSVEP-SNN", "push_hf": false, "keep_epoch_weights": 1, @@ -3672,157 +2375,285 @@ "bench_warmup": 10, "bench_iters": 50, "bench_train_steps": 20, - "prune_rounds": 5, - "prune_rate": 0.5, - "rewind_epoch": 5, - "balance": true, - "balance_iters": 2, - "prune_readout": false, + "calibrate_thresh": true, + "calib_percentile": 99.99, + "calib_batches": 8, + "ftbc": true, + "ftbc_target_ticks": 8, + "ftbc_ref_ticks": 0, + "ftbc_lr": 1.0, + "t_sweep": "4,8,16,25,50,100", "sampling_rate": 250.0 } }, "zip": { - "name": "rewind_epoch_5.zip", + "name": "calib_p99.99.zip", "files": 81, - "bytes": 8032799, - "MB": 8.0, - "sha256": "1d7273c1361cb8ae29ebdbf7f2044317537adba581891a63ec662bd9b3b8d948" + "bytes": 12248347, + "MB": 12.2, + "sha256": "fe6b60f1bc67c5a27eab9fee7d46b5e4e3be3c3d73c0025e000c6942e77b6160" } }, { - "key": "opt07_sfa_integer_train/hard_reset_D1", - "tag": "hard_reset_D1", - "script": "opt07_sfa_integer_train.py", - "hf_folder": "applied/opt07_sfa_integer_train", - "phase": 9, + "key": "opt03_ftbc_threshold_balance/ftbc_ticks_16", + "tag": "ftbc_ticks_16", + "script": "opt03_ftbc_threshold_balance.py", + "hf_folder": "applied/opt03_ftbc_threshold_balance", + "phase": 3, "status": "ok", - "duration_s": 333.6, + "duration_s": 382.3, "optimization_summary": { - "optimization": "sfa_integer_train", - "research_section": "3. Training-Time Approximation for Fewer Timesteps (SFA) / spike-storm suppression", - "reference": "Yao et al., Scaling Spike-driven Transformer with Efficient Spike Firing Approximation Training, arXiv:2411.16061", - "script": "opt07_sfa_integer_train.py", + "optimization": "ftbc_threshold_balance", + "research_section": "2. Temporal-Dimension Reduction (threshold balancing + FTBC)", + "reference": "Rueckauer et al. arXiv:1612.04052; Sengupta et al. arXiv:1802.02627; FTBC: Forward Temporal Bias Correction, ECCV 2024", + "script": "opt03_ftbc_threshold_balance.py", "baseline_mode": false, "method": "harmonic_matched", "accuracy": { - "test_acc": 0.9457142857142857, - "test_target_acc": 0.9457142857142857, - "best_val_acc": 0.9464285714285714 + "test_acc": 0.9364285714285714, + "test_target_acc": 0.9364285714285714, + "best_val_acc": 0.9442857142857143 }, "efficiency": { "spikes_per_inference": null, - "syn_ops_per_inference": 3248166.6850649347, + "syn_ops_per_inference": 3244621.7719155843, "dense_macs_per_inference": 122675200.0, - "event_fraction_of_dense": 0.02647777778283577, - "syn_ops_per_inference_dense_fanout": 64824784.47159091, + "event_fraction_of_dense": 0.02644888104454351, + "syn_ops_per_inference_dense_fanout": 64821239.558441564, "weight_sparsity": 0.7324707846410685, - "effective_ticks": 12.107142857142858, + "effective_ticks": 11.918571428571429, "num_ticks": 100, "membrane_bytes_per_inference": 451200, "weight_bytes": 4907008, "input_raster_bytes": null, - "train_ms_per_step": 93.90855915000884, - "infer_ms_per_sample": 0.6246371478124502, - "peak_vram_mb": 2828.755968 + "train_ms_per_step": 96.6059831000166, + "infer_ms_per_sample": 0.6313146153124194, + "peak_vram_mb": 2825.41312 }, "optimization_specific": { - "sfa_levels_D": 1, - "soft_reset": false, - "storm_reg": 0.001, + "calibrate_thresh": true, + "ftbc": true, + "calib_percentile": 99.9, + "calib_batches": 8, + "ftbc_target_ticks": 16, + "ftbc_ref_ticks": 100, "trained_T": 100, - "infer_mode": "graded", - "min_ticks_within_1pct_of_full": 100, - "speedup_at_min_ticks": 1.0, - "full_T_acc": 0.9457142857142857, + "thresh_before": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "thresh_after": [ + 2.3250319957733154, + 0.8496885299682617, + 1.0896447896957397, + 2.718693256378174 + ], + "min_ticks_within_1pct_of_full": null, + "min_ticks_within_1pct_per_arm": { + "raw": 50, + "thresh": 50, + "ftbc": null, + "both": null + }, + "speedup_at_min_ticks": null, + "full_T_acc": 0.9407142857142857, "t_sweep_rows": [ { "T": 4, - "acc": 0.28214285714285714, - "syn_per_inference": 1865061.2053571427, + "arm": "raw", + "acc": 0.27714285714285714, + "syn_per_inference": 1864006.8636363635, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.3798662777065706 + }, + { + "T": 4, + "arm": "thresh", + "acc": 0.39714285714285713, + "syn_per_inference": 1823905.375, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.37169398847525825 + }, + { + "T": 4, + "arm": "ftbc", + "acc": 0.04928571428571429, + "syn_per_inference": 1930274.5633116884, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.39337098356303646 + }, + { + "T": 4, + "arm": "both", + "acc": 0.125, + "syn_per_inference": 1898093.5227272727, "dense_per_inference": 4907008.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 25.0 + "event_fraction_of_dense": 0.386812803795566 + }, + { + "T": 8, + "arm": "raw", + "acc": 0.5928571428571429, + "syn_per_inference": 2041726.3392857143, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.2080418800301237 + }, + { + "T": 8, + "arm": "thresh", + "acc": 0.7535714285714286, + "syn_per_inference": 1945997.961038961, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.19828762873822103 + }, + { + "T": 8, + "arm": "ftbc", + "acc": 0.065, + "syn_per_inference": 2173312.650974026, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.22144987851803236 }, { "T": 8, - "acc": 0.5857142857142857, - "syn_per_inference": 2043636.288961039, + "arm": "both", + "acc": 0.24714285714285714, + "syn_per_inference": 2095535.9318181819, "dense_per_inference": 9814016.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 12.5 + "event_fraction_of_dense": 0.2135248130651287 + }, + { + "T": 16, + "arm": "raw", + "acc": 0.7935714285714286, + "syn_per_inference": 2324438.898538961, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.11842445022195608 + }, + { + "T": 16, + "arm": "thresh", + "acc": 0.895, + "syn_per_inference": 2115607.2045454546, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.10778498855847873 + }, + { + "T": 16, + "arm": "ftbc", + "acc": 0.26285714285714284, + "syn_per_inference": 2626865.0324675324, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.1338323186179609 }, { "T": 16, - "acc": 0.8035714285714286, - "syn_per_inference": 2325766.0089285714, + "arm": "both", + "acc": 0.5564285714285714, + "syn_per_inference": 2485868.408279221, "dense_per_inference": 19628032.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 6.25 + "event_fraction_of_dense": 0.1266488870753431 + }, + { + "T": 25, + "arm": "raw", + "acc": 0.87, + "syn_per_inference": 2540346.3376623373, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.08283161837640655 + }, + { + "T": 25, + "arm": "thresh", + "acc": 0.9171428571428571, + "syn_per_inference": 2232137.172077922, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.07278201860124694 + }, + { + "T": 25, + "arm": "ftbc", + "acc": 0.6721428571428572, + "syn_per_inference": 2910014.7816558443, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.09488518564977581 }, { "T": 25, - "acc": 0.8757142857142857, - "syn_per_inference": 2540783.9699675324, + "arm": "both", + "acc": 0.5935714285714285, + "syn_per_inference": 2680826.768668831, "dense_per_inference": 30668800.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 4.0 + "event_fraction_of_dense": 0.08741218334818548 }, { "T": 50, - "acc": 0.93, - "syn_per_inference": 2887393.0584415584, + "arm": "raw", + "acc": 0.9335714285714286, + "syn_per_inference": 2889483.0446428573, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.04710785952894892 + }, + { + "T": 50, + "arm": "thresh", + "acc": 0.9392857142857143, + "syn_per_inference": 2412475.600649351, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.03933110523804894 + }, + { + "T": 50, + "arm": "ftbc", + "acc": 0.9114285714285715, + "syn_per_inference": 3366198.3173701297, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.054879850489261556 + }, + { + "T": 50, + "arm": "both", + "acc": 0.7114285714285714, + "syn_per_inference": 2968215.874188312, "dense_per_inference": 61337600.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 2.0 + "event_fraction_of_dense": 0.048391457673406066 }, { "T": 100, - "acc": 0.9457142857142857, - "syn_per_inference": 3248166.713474026, + "arm": "raw", + "acc": 0.9407142857142857, + "syn_per_inference": 3244621.590097402, "dense_per_inference": 122675200.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 1.0 - } - ], - "storm_ratio_peak_over_mean": 4.402592156354595, - "tick_activity_cv": 0.7492657914512895, - "mean_integer_activation": 0.07816793096872668, - "frac_activations_gt1": 0.0, - "max_activation": 1.0, - "per_layer_activity": [ + "event_fraction_of_dense": 0.026448879562433174 + }, { - "layer": 0, - "mean_integer_activation": 0.064309815550223, - "peak_tick_activation": 0.28312988951802254, - "storm_ratio": 4.402592156354595, - "tick_activity_cv": 0.7492657914512895, - "frac_activations_gt1": 0.0, - "max_activation": 1.0 + "T": 100, + "arm": "thresh", + "acc": 0.9364285714285714, + "syn_per_inference": 2678800.385551948, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.02183652755856072 }, { - "layer": 1, - "mean_integer_activation": 0.036434059143066404, - "peak_tick_activation": 0.07265853881835938, - "storm_ratio": 1.9942477046833988, - "tick_activity_cv": 0.22539867053210047, - "frac_activations_gt1": 0.0, - "max_activation": 1.0 + "T": 100, + "arm": "ftbc", + "acc": 0.9271428571428572, + "syn_per_inference": 3865133.496753247, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.031507048667972395 }, { - "layer": 2, - "mean_integer_activation": 0.13375991821289063, - "peak_tick_activation": 0.158294677734375, - "storm_ratio": 1.183423852595627, - "tick_activity_cv": 0.12266443917391988, - "frac_activations_gt1": 0.0, - "max_activation": 1.0 + "T": 100, + "arm": "both", + "acc": 0.8257142857142857, + "syn_per_inference": 3321729.465097402, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.027077432644066625 } ], - "expanded_vs_graded_agreement": null, - "expanded_acc": null, - "graded_acc": null, - "syn_ratio_expanded_over_graded": null, - "expansion_caveat": "exact only at beta=1 (IAF); with beta<1 the expanded mode applies decay per sub-tick and drifts" + "calibration_reference": "same network at full T (NOT a source ANN)" }, "config": { "method": "harmonic_matched", @@ -3862,7 +2693,7 @@ "decision_margin": 2.0, "export": false, "seed": 1234, - "hub_dir": "/kaggle/working/hub/opt07_sfa_integer_train/hard_reset_D1", + "hub_dir": "/kaggle/working/hub/opt03_ftbc_threshold_balance/ftbc_ticks_16", "repo_id": "UWU-R-13/SSVEP-SNN", "push_hf": false, "keep_epoch_weights": 1, @@ -3873,156 +2704,285 @@ "bench_warmup": 10, "bench_iters": 50, "bench_train_steps": 20, - "sfa_levels": 4, - "soft_reset": false, - "storm_reg": 0.001, - "infer_mode": "graded", + "calibrate_thresh": true, + "calib_percentile": 99.9, + "calib_batches": 8, + "ftbc": true, + "ftbc_target_ticks": 16, + "ftbc_ref_ticks": 0, + "ftbc_lr": 1.0, "t_sweep": "4,8,16,25,50,100", "sampling_rate": 250.0 } }, "zip": { - "name": "hard_reset_D1.zip", + "name": "ftbc_ticks_16.zip", "files": 81, - "bytes": 12247474, + "bytes": 12244811, "MB": 12.2, - "sha256": "14ec9f04c11682c9afbfa8aa48edc10a0d1b46c0b71aa2f5fc9f393b5519c9ad" + "sha256": "61b2fe0303d978b5bcb5292e8785f2240a28f26bf554b774d10b2ee1024af021" } }, { - "key": "opt07_sfa_integer_train/infer_expanded", - "tag": "infer_expanded", - "script": "opt07_sfa_integer_train.py", - "hf_folder": "applied/opt07_sfa_integer_train", - "phase": 9, + "key": "opt03_ftbc_threshold_balance/ftbc_ticks_4", + "tag": "ftbc_ticks_4", + "script": "opt03_ftbc_threshold_balance.py", + "hf_folder": "applied/opt03_ftbc_threshold_balance", + "phase": 3, "status": "ok", - "duration_s": 361.5, + "duration_s": 376.0, "optimization_summary": { - "optimization": "sfa_integer_train", - "research_section": "3. Training-Time Approximation for Fewer Timesteps (SFA) / spike-storm suppression", - "reference": "Yao et al., Scaling Spike-driven Transformer with Efficient Spike Firing Approximation Training, arXiv:2411.16061", - "script": "opt07_sfa_integer_train.py", + "optimization": "ftbc_threshold_balance", + "research_section": "2. Temporal-Dimension Reduction (threshold balancing + FTBC)", + "reference": "Rueckauer et al. arXiv:1612.04052; Sengupta et al. arXiv:1802.02627; FTBC: Forward Temporal Bias Correction, ECCV 2024", + "script": "opt03_ftbc_threshold_balance.py", "baseline_mode": false, "method": "harmonic_matched", "accuracy": { - "test_acc": 0.9264285714285714, - "test_target_acc": 0.9264285714285714, - "best_val_acc": 0.93 + "test_acc": 0.915, + "test_target_acc": 0.915, + "best_val_acc": 0.9428571428571428 }, "efficiency": { "spikes_per_inference": null, - "syn_ops_per_inference": 5329171.874188311, + "syn_ops_per_inference": 3276270.6355519476, "dense_macs_per_inference": 122675200.0, - "event_fraction_of_dense": 0.043441313926435916, - "syn_ops_per_inference_dense_fanout": 66905789.66071429, + "event_fraction_of_dense": 0.026706870137989974, + "syn_ops_per_inference_dense_fanout": 64852888.422077924, "weight_sparsity": 0.7324707846410685, - "effective_ticks": 4.7178571428571425, + "effective_ticks": 12.065, "num_ticks": 100, "membrane_bytes_per_inference": 451200, "weight_bytes": 4907008, "input_raster_bytes": null, - "train_ms_per_step": 98.45181450000382, - "infer_ms_per_sample": 0.660058239062522, - "peak_vram_mb": 2832.446464 + "train_ms_per_step": 96.65914569995948, + "infer_ms_per_sample": 0.6326527268748805, + "peak_vram_mb": 2825.361408 }, "optimization_specific": { - "sfa_levels_D": 4, - "soft_reset": true, - "storm_reg": 0.001, + "calibrate_thresh": true, + "ftbc": true, + "calib_percentile": 99.9, + "calib_batches": 8, + "ftbc_target_ticks": 4, + "ftbc_ref_ticks": 100, "trained_T": 100, - "infer_mode": "expanded", - "min_ticks_within_1pct_of_full": 100, - "speedup_at_min_ticks": 1.0, - "full_T_acc": 0.9264285714285714, + "thresh_before": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "thresh_after": [ + 2.3257808685302734, + 0.8485923409461975, + 1.1052438020706177, + 2.675086736679077 + ], + "min_ticks_within_1pct_of_full": 50, + "min_ticks_within_1pct_per_arm": { + "raw": 100, + "thresh": 50, + "ftbc": 100, + "both": 50 + }, + "speedup_at_min_ticks": 2.0, + "full_T_acc": 0.9407142857142857, "t_sweep_rows": [ { "T": 4, - "acc": 0.16, - "syn_per_inference": 2778669.6290584416, + "arm": "raw", + "acc": 0.25357142857142856, + "syn_per_inference": 1866350.0876623376, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.3803438037317929 + }, + { + "T": 4, + "arm": "thresh", + "acc": 0.3892857142857143, + "syn_per_inference": 1827417.9788961038, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.3724098226243169 + }, + { + "T": 4, + "arm": "ftbc", + "acc": 0.24, + "syn_per_inference": 2029696.7150974027, + "dense_per_inference": 4907008.0, + "event_fraction_of_dense": 0.4136322408884197 + }, + { + "T": 4, + "arm": "both", + "acc": 0.3535714285714286, + "syn_per_inference": 2008604.635551948, "dense_per_inference": 4907008.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 25.0 + "event_fraction_of_dense": 0.40933388238860585 }, { "T": 8, - "acc": 0.2892857142857143, - "syn_per_inference": 3495133.1233766233, + "arm": "raw", + "acc": 0.5685714285714286, + "syn_per_inference": 2049632.3157467535, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.2088474601780508 + }, + { + "T": 8, + "arm": "thresh", + "acc": 0.7478571428571429, + "syn_per_inference": 1954472.2467532465, "dense_per_inference": 9814016.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 12.5 + "event_fraction_of_dense": 0.19915111680613182 + }, + { + "T": 8, + "arm": "ftbc", + "acc": 0.4014285714285714, + "syn_per_inference": 2281707.7126623373, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.2324948026029647 + }, + { + "T": 8, + "arm": "both", + "acc": 0.5271428571428571, + "syn_per_inference": 2195008.1331168828, + "dense_per_inference": 9814016.0, + "event_fraction_of_dense": 0.22366054152722828 + }, + { + "T": 16, + "arm": "raw", + "acc": 0.7928571428571428, + "syn_per_inference": 2341867.364448052, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.11931238773444286 + }, + { + "T": 16, + "arm": "thresh", + "acc": 0.8914285714285715, + "syn_per_inference": 2129525.081168831, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.10849407017314985 }, { "T": 16, - "acc": 0.5628571428571428, - "syn_per_inference": 4105260.607142857, + "arm": "ftbc", + "acc": 0.6742857142857143, + "syn_per_inference": 2635164.2467532465, "dense_per_inference": 19628032.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 6.25 + "event_fraction_of_dense": 0.13425514319281967 + }, + { + "T": 16, + "arm": "both", + "acc": 0.8021428571428572, + "syn_per_inference": 2416293.149350649, + "dense_per_inference": 19628032.0, + "event_fraction_of_dense": 0.12310419859467568 + }, + { + "T": 25, + "arm": "raw", + "acc": 0.8671428571428571, + "syn_per_inference": 2564796.465909091, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.0836288497074907 + }, + { + "T": 25, + "arm": "thresh", + "acc": 0.9185714285714286, + "syn_per_inference": 2248590.5771103897, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.0733185053575748 + }, + { + "T": 25, + "arm": "ftbc", + "acc": 0.8357142857142857, + "syn_per_inference": 2893416.010551948, + "dense_per_inference": 30668800.0, + "event_fraction_of_dense": 0.09434395902519656 }, { "T": 25, - "acc": 0.765, - "syn_per_inference": 4387251.887987013, + "arm": "both", + "acc": 0.8971428571428571, + "syn_per_inference": 2565715.890422078, "dense_per_inference": 30668800.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 4.0 + "event_fraction_of_dense": 0.08365882885610386 }, { "T": 50, - "acc": 0.8835714285714286, - "syn_per_inference": 4760043.469155844, + "arm": "raw", + "acc": 0.9271428571428572, + "syn_per_inference": 2920697.4196428573, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.04761675415475756 + }, + { + "T": 50, + "arm": "thresh", + "acc": 0.9357142857142857, + "syn_per_inference": 2432894.0706168828, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.03966399191714189 + }, + { + "T": 50, + "arm": "ftbc", + "acc": 0.925, + "syn_per_inference": 3274119.156655844, + "dense_per_inference": 61337600.0, + "event_fraction_of_dense": 0.053378664255788355 + }, + { + "T": 50, + "arm": "both", + "acc": 0.9328571428571428, + "syn_per_inference": 2782566.975649351, "dense_per_inference": 61337600.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 2.0 + "event_fraction_of_dense": 0.04536478400930833 }, { "T": 100, - "acc": 0.9264285714285714, - "syn_per_inference": 5327084.303571429, + "arm": "raw", + "acc": 0.9407142857142857, + "syn_per_inference": 3276270.607142857, "dense_per_inference": 122675200.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 1.0 - } - ], - "storm_ratio_peak_over_mean": 3.6731897953532338, - "tick_activity_cv": 0.5687552774544564, - "mean_integer_activation": 0.10272448336705566, - "frac_activations_gt1": 0.021054688608273864, - "max_activation": 4.0, - "per_layer_activity": [ + "event_fraction_of_dense": 0.026706869906410236 + }, { - "layer": 0, - "mean_integer_activation": 0.18541565285995604, - "peak_tick_activation": 0.640545666217804, - "storm_ratio": 3.454647201234981, - "tick_activity_cv": 0.5687552774544564, - "frac_activations_gt1": 0.021054688608273864, - "max_activation": 4.0 + "T": 100, + "arm": "thresh", + "acc": 0.915, + "syn_per_inference": 2706793.6566558443, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.022064717698897937 }, { - "layer": 1, - "mean_integer_activation": 0.04947120666503906, - "peak_tick_activation": 0.12639999389648438, - "storm_ratio": 2.555021444136521, - "tick_activity_cv": 0.3229986629594537, - "frac_activations_gt1": 0.00117851253162371, - "max_activation": 4.0 + "T": 100, + "arm": "ftbc", + "acc": 0.9428571428571428, + "syn_per_inference": 3695140.096590909, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.030121329303648244 }, { - "layer": 2, - "mean_integer_activation": 0.07328659057617187, - "peak_tick_activation": 0.269195556640625, - "storm_ratio": 3.6731897953532338, - "tick_activity_cv": 0.5266420152224381, - "frac_activations_gt1": 0.0013648986277985387, - "max_activation": 4.0 + "T": 100, + "arm": "both", + "acc": 0.9235714285714286, + "syn_per_inference": 3080125.265422078, + "dense_per_inference": 122675200.0, + "event_fraction_of_dense": 0.025107970196275024 } ], - "expanded_vs_graded_agreement": 1.0, - "expanded_acc": 0.9140625, - "graded_acc": 0.9140625, - "syn_ratio_expanded_over_graded": 1.0003622535345824, - "expansion_caveat": "exact only at beta=1 (IAF); with beta<1 the expanded mode applies decay per sub-tick and drifts" + "calibration_reference": "same network at full T (NOT a source ANN)" }, "config": { "method": "harmonic_matched", @@ -4062,7 +3022,7 @@ "decision_margin": 2.0, "export": false, "seed": 1234, - "hub_dir": "/kaggle/working/hub/opt07_sfa_integer_train/infer_expanded", + "hub_dir": "/kaggle/working/hub/opt03_ftbc_threshold_balance/ftbc_ticks_4", "repo_id": "UWU-R-13/SSVEP-SNN", "push_hf": false, "keep_epoch_weights": 1, @@ -4073,156 +3033,118 @@ "bench_warmup": 10, "bench_iters": 50, "bench_train_steps": 20, - "sfa_levels": 4, - "soft_reset": true, - "storm_reg": 0.001, - "infer_mode": "expanded", + "calibrate_thresh": true, + "calib_percentile": 99.9, + "calib_batches": 8, + "ftbc": true, + "ftbc_target_ticks": 4, + "ftbc_ref_ticks": 0, + "ftbc_lr": 1.0, "t_sweep": "4,8,16,25,50,100", "sampling_rate": 250.0 } }, "zip": { - "name": "infer_expanded.zip", + "name": "ftbc_ticks_4.zip", "files": 81, - "bytes": 12257806, + "bytes": 12252531, "MB": 12.3, - "sha256": "ce5e194365b062cb3866b982931e820ee73fb98483e8b12a4970e99e56ca8bcf" + "sha256": "39894bf766dfc01050bbdf50b22610539beef55eb6c6cb000c5313ad3481fe44" } }, - { - "key": "opt07_sfa_integer_train/storm_reg_1e-2", - "tag": "storm_reg_1e-2", - "script": "opt07_sfa_integer_train.py", - "hf_folder": "applied/opt07_sfa_integer_train", - "phase": 9, - "status": "ok", - "duration_s": 352.7, - "optimization_summary": { - "optimization": "sfa_integer_train", - "research_section": "3. Training-Time Approximation for Fewer Timesteps (SFA) / spike-storm suppression", - "reference": "Yao et al., Scaling Spike-driven Transformer with Efficient Spike Firing Approximation Training, arXiv:2411.16061", - "script": "opt07_sfa_integer_train.py", - "baseline_mode": false, - "method": "harmonic_matched", - "accuracy": { - "test_acc": 0.9271428571428572, - "test_target_acc": 0.9271428571428572, - "best_val_acc": 0.9257142857142857 - }, - "efficiency": { - "spikes_per_inference": null, - "syn_ops_per_inference": 5481484.731331169, - "dense_macs_per_inference": 122675200.0, - "event_fraction_of_dense": 0.04468290845526372, - "syn_ops_per_inference_dense_fanout": 67058102.51785714, - "weight_sparsity": 0.7324707846410685, - "effective_ticks": 3.505714285714286, - "num_ticks": 100, - "membrane_bytes_per_inference": 451200, - "weight_bytes": 4907008, - "input_raster_bytes": null, - "train_ms_per_step": 98.8862052499826, - "infer_ms_per_sample": 0.6657202099999893, - "peak_vram_mb": 2833.100288 - }, - "optimization_specific": { - "sfa_levels_D": 4, - "soft_reset": true, - "storm_reg": 0.01, - "trained_T": 100, - "infer_mode": "graded", - "min_ticks_within_1pct_of_full": 100, - "speedup_at_min_ticks": 1.0, - "full_T_acc": 0.9271428571428572, - "t_sweep_rows": [ - { - "T": 4, - "acc": 0.21571428571428572, - "syn_per_inference": 2678610.4642857146, - "dense_per_inference": 4907008.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 25.0 - }, - { - "T": 8, - "acc": 0.3557142857142857, - "syn_per_inference": 3344226.649350649, - "dense_per_inference": 9814016.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 12.5 - }, - { - "T": 16, - "acc": 0.6378571428571429, - "syn_per_inference": 3941638.6444805195, - "dense_per_inference": 19628032.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 6.25 - }, - { - "T": 25, - "acc": 0.7914285714285715, - "syn_per_inference": 4239864.0032467535, - "dense_per_inference": 30668800.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 4.0 - }, - { - "T": 50, - "acc": 0.8857142857142857, - "syn_per_inference": 4694799.851461039, - "dense_per_inference": 61337600.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 2.0 + { + "key": "opt04_cudagraph_unroll/graph_warmup_1", + "tag": "graph_warmup_1", + "script": "opt04_cudagraph_unroll.py", + "hf_folder": "applied/opt04_cudagraph_unroll", + "phase": 4, + "status": "ok", + "duration_s": 502.8, + "optimization_summary": { + "optimization": "cudagraph_static_unroll", + "research_section": "2. Temporal-dimension reduction / 5. OS & runtime", + "reference": "CUDA Graphs static capture/replay applied to the unrolled T-tick event-driven inference loop", + "script": "opt04_cudagraph_unroll.py", + "baseline_mode": false, + "method": "harmonic_matched", + "accuracy": { + "test_acc": 0.9464285714285714, + "test_target_acc": 0.9464285714285714, + "best_val_acc": 0.9442857142857143 + }, + "efficiency": { + "spikes_per_inference": null, + "syn_ops_per_inference": 3261657.1274350653, + "dense_macs_per_inference": 122675200.0, + "event_fraction_of_dense": 0.026587746565198713, + "syn_ops_per_inference_dense_fanout": 64838274.913961045, + "weight_sparsity": 0.7324707846410685, + "effective_ticks": 12.156428571428572, + "num_ticks": 100, + "membrane_bytes_per_inference": 451200, + "weight_bytes": 4907008, + "input_raster_bytes": null, + "train_ms_per_step": 94.66080665588379, + "infer_ms_per_sample": 0.6402868777513504, + "peak_vram_mb": 2804.747776 + }, + "optimization_specific": { + "graph_enabled": true, + "event_capacity_scan": { + "cap_scan": 98901, + "batch_size_scan": 64, + "n_batches_scanned": 20, + "density_per_sample": 1545.328125, + "per_layer_caps": [ + 98901, + 7665, + 3579, + 3350 + ] + }, + "capacity": 98901, + "overflow_ticks_frac": 0.0, + "graph_vs_eager_pred_agreement": 1.0, + "graph_capture_ms": 240.91601371765137, + "graphed_acc": 0.9464285714285714, + "kernel_launches_eager": 400, + "kernel_launches_graphed": 2, + "launch_reduction_x": 200.0, + "bench_batches": { + "1": { + "ms_per_sample_eager": 165.45840740203857, + "ms_per_sample_graphed": 32.71412372589111, + "throughput_eager_samples_per_s": 6.0438149726060955, + "throughput_graphed_samples_per_s": 30.567836949536403, + "speedup_x": 5.057705619395483, + "capacity": 1546 }, - { - "T": 100, - "acc": 0.9271428571428572, - "syn_per_inference": 5481484.731331169, - "dense_per_inference": 122675200.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 1.0 - } - ], - "storm_ratio_peak_over_mean": 3.003345709243902, - "tick_activity_cv": 0.46190065268000957, - "mean_integer_activation": 0.10574525063236555, - "frac_activations_gt1": 0.020694764563813806, - "max_activation": 4.0, - "per_layer_activity": [ - { - "layer": 0, - "mean_integer_activation": 0.19540179803967475, - "peak_tick_activation": 0.5868591517210007, - "storm_ratio": 3.003345709243902, - "tick_activity_cv": 0.46190065268000957, - "frac_activations_gt1": 0.020694764563813806, - "max_activation": 4.0 + "8": { + "ms_per_sample_eager": 21.272578239440918, + "ms_per_sample_graphed": 12.35912024974823, + "throughput_eager_samples_per_s": 47.00887634513087, + "throughput_graphed_samples_per_s": 80.91190795075978, + "speedup_x": 1.721204892384979, + "capacity": 12363 }, - { - "layer": 1, - "mean_integer_activation": 0.04897125244140625, - "peak_tick_activation": 0.11265945434570312, - "storm_ratio": 2.3005222192448387, - "tick_activity_cv": 0.26290936311848917, - "frac_activations_gt1": 0.0010063552690553479, - "max_activation": 4.0 + "32": { + "ms_per_sample_eager": 6.193430125713348, + "ms_per_sample_graphed": 10.724300295114517, + "throughput_eager_samples_per_s": 161.46141632377288, + "throughput_graphed_samples_per_s": 93.24617667182936, + "speedup_x": 0.5775136797068972, + "capacity": 49451 }, - { - "layer": 2, - "mean_integer_activation": 0.07286270141601563, - "peak_tick_activation": 0.21881866455078125, - "storm_ratio": 3.0031643117569575, - "tick_activity_cv": 0.36416396678259205, - "frac_activations_gt1": 0.0011422729294281453, - "max_activation": 4.0 + "128": { + "ms_per_sample_eager": 2.0725979655981064, + "ms_per_sample_graphed": 9.626770876348019, + "throughput_eager_samples_per_s": 482.4862402638815, + "throughput_graphed_samples_per_s": 103.87699186410437, + "speedup_x": 0.21529524200999375, + "capacity": 197802 } - ], - "expanded_vs_graded_agreement": 0.9921875, - "expanded_acc": 0.90625, - "graded_acc": 0.90625, - "syn_ratio_expanded_over_graded": 1.0003618800383918, - "expansion_caveat": "exact only at beta=1 (IAF); with beta<1 the expanded mode applies decay per sub-tick and drifts" + }, + "speedup_x_at_batch1": 5.057705619395483 }, "config": { "method": "harmonic_matched", @@ -4262,7 +3184,7 @@ "decision_margin": 2.0, "export": false, "seed": 1234, - "hub_dir": "/kaggle/working/hub/opt07_sfa_integer_train/storm_reg_1e-2", + "hub_dir": "/kaggle/working/hub/opt04_cudagraph_unroll/graph_warmup_1", "repo_id": "UWU-R-13/SSVEP-SNN", "push_hf": false, "keep_epoch_weights": 1, @@ -4273,180 +3195,113 @@ "bench_warmup": 10, "bench_iters": 50, "bench_train_steps": 20, - "sfa_levels": 4, - "soft_reset": true, - "storm_reg": 0.01, - "infer_mode": "graded", - "t_sweep": "4,8,16,25,50,100", + "event_capacity": 0, + "graph_warmup": 1, + "bench_batches": "1,8,32,128", "sampling_rate": 250.0 } }, "zip": { - "name": "storm_reg_1e-2.zip", + "name": "graph_warmup_1.zip", "files": 81, - "bytes": 12255265, + "bytes": 12255071, "MB": 12.3, - "sha256": "c2a25d9ee33de9bba942a4027d5d7df8d62fa45eb05f8d3d39e831de2f724632" + "sha256": "99eb4b6cb16094297a01e72d5fd80067bcda54fd85bd8612d7e8ae8c1bd8d43e" } }, { - "key": "opt07_sfa_integer_train/t_sweep_ultra_low", - "tag": "t_sweep_ultra_low", - "script": "opt07_sfa_integer_train.py", - "hf_folder": "applied/opt07_sfa_integer_train", - "phase": 9, + "key": "opt04_cudagraph_unroll/graph_warmup_10", + "tag": "graph_warmup_10", + "script": "opt04_cudagraph_unroll.py", + "hf_folder": "applied/opt04_cudagraph_unroll", + "phase": 4, "status": "ok", - "duration_s": 351.0, + "duration_s": 527.5, "optimization_summary": { - "optimization": "sfa_integer_train", - "research_section": "3. Training-Time Approximation for Fewer Timesteps (SFA) / spike-storm suppression", - "reference": "Yao et al., Scaling Spike-driven Transformer with Efficient Spike Firing Approximation Training, arXiv:2411.16061", - "script": "opt07_sfa_integer_train.py", + "optimization": "cudagraph_static_unroll", + "research_section": "2. Temporal-dimension reduction / 5. OS & runtime", + "reference": "CUDA Graphs static capture/replay applied to the unrolled T-tick event-driven inference loop", + "script": "opt04_cudagraph_unroll.py", "baseline_mode": false, "method": "harmonic_matched", "accuracy": { - "test_acc": 0.925, - "test_target_acc": 0.925, - "best_val_acc": 0.9285714285714286 + "test_acc": 0.9435714285714286, + "test_target_acc": 0.9435714285714286, + "best_val_acc": 0.9485714285714286 }, "efficiency": { "spikes_per_inference": null, - "syn_ops_per_inference": 5325856.609577922, + "syn_ops_per_inference": 3273295.596590909, "dense_macs_per_inference": 122675200.0, - "event_fraction_of_dense": 0.04341428919274574, - "syn_ops_per_inference_dense_fanout": 66902474.39610389, + "event_fraction_of_dense": 0.026682618790031802, + "syn_ops_per_inference_dense_fanout": 64849913.383116886, "weight_sparsity": 0.7324707846410685, - "effective_ticks": 3.922142857142857, + "effective_ticks": 12.09142857142857, "num_ticks": 100, "membrane_bytes_per_inference": 451200, "weight_bytes": 4907008, "input_raster_bytes": null, - "train_ms_per_step": 98.89879284999097, - "infer_ms_per_sample": 0.6661157987500133, - "peak_vram_mb": 2832.45568 + "train_ms_per_step": 93.29218864440918, + "infer_ms_per_sample": 0.6321516633033752, + "peak_vram_mb": 2803.89888 }, "optimization_specific": { - "sfa_levels_D": 4, - "soft_reset": true, - "storm_reg": 0.001, - "trained_T": 100, - "infer_mode": "graded", - "min_ticks_within_1pct_of_full": 100, - "speedup_at_min_ticks": 1.0, - "full_T_acc": 0.925, - "t_sweep_rows": [ - { - "T": 2, - "acc": 0.07642857142857143, - "syn_per_inference": 2239954.340909091, - "dense_per_inference": 2453504.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 50.0 - }, - { - "T": 3, - "acc": 0.1357142857142857, - "syn_per_inference": 2528104.3733766233, - "dense_per_inference": 3680256.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 33.333333333333336 - }, - { - "T": 4, - "acc": 0.1657142857142857, - "syn_per_inference": 2779257.885551948, - "dense_per_inference": 4907008.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 25.0 - }, - { - "T": 6, - "acc": 0.23142857142857143, - "syn_per_inference": 3189504.724837662, - "dense_per_inference": 7360512.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 16.666666666666668 - }, - { - "T": 8, - "acc": 0.30642857142857144, - "syn_per_inference": 3490675.0357142854, - "dense_per_inference": 9814016.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 12.5 - }, - { - "T": 12, - "acc": 0.4342857142857143, - "syn_per_inference": 3871810.025162338, - "dense_per_inference": 14721024.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 8.333333333333334 - }, - { - "T": 16, - "acc": 0.5678571428571428, - "syn_per_inference": 4094637.9375, - "dense_per_inference": 19628032.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 6.25 - }, - { - "T": 25, - "acc": 0.7721428571428571, - "syn_per_inference": 4374663.069805195, - "dense_per_inference": 30668800.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 4.0 + "graph_enabled": true, + "event_capacity_scan": { + "cap_scan": 98901, + "batch_size_scan": 64, + "n_batches_scanned": 20, + "density_per_sample": 1545.328125, + "per_layer_caps": [ + 98901, + 7747, + 3483, + 3303 + ] + }, + "capacity": 98901, + "overflow_ticks_frac": 0.0, + "graph_vs_eager_pred_agreement": 1.0, + "graph_capture_ms": 232.3627471923828, + "graphed_acc": 0.9435714285714286, + "kernel_launches_eager": 400, + "kernel_launches_graphed": 2, + "launch_reduction_x": 200.0, + "bench_batches": { + "1": { + "ms_per_sample_eager": 162.28576183319092, + "ms_per_sample_graphed": 32.69205570220947, + "throughput_eager_samples_per_s": 6.161970025613662, + "throughput_graphed_samples_per_s": 30.58847106798535, + "speedup_x": 4.964073330580522, + "capacity": 1546 }, - { - "T": 100, - "acc": 0.925, - "syn_per_inference": 5325856.666396104, - "dense_per_inference": 122675200.0, - "infer_mode": "graded", - "ticks_speedup_vs_trained_T": 1.0 - } - ], - "storm_ratio_peak_over_mean": 3.6839613211418474, - "tick_activity_cv": 0.5593002627242345, - "mean_integer_activation": 0.10257062120983997, - "frac_activations_gt1": 0.020979859633371234, - "max_activation": 4.0, - "per_layer_activity": [ - { - "layer": 0, - "mean_integer_activation": 0.18541919242590665, - "peak_tick_activation": 0.6322021558880806, - "storm_ratio": 3.409583159201322, - "tick_activity_cv": 0.5593002627242345, - "frac_activations_gt1": 0.020979859633371234, - "max_activation": 4.0 + "8": { + "ms_per_sample_eager": 20.896499156951904, + "ms_per_sample_graphed": 12.355339527130127, + "throughput_eager_samples_per_s": 47.85490586193799, + "throughput_graphed_samples_per_s": 80.93666692074126, + "speedup_x": 1.6912929920757669, + "capacity": 12363 }, - { - "layer": 1, - "mean_integer_activation": 0.049783668518066405, - "peak_tick_activation": 0.12538528442382812, - "storm_ratio": 2.518602749781809, - "tick_activity_cv": 0.3183053742457197, - "frac_activations_gt1": 0.0011735152947949246, - "max_activation": 4.0 + "32": { + "ms_per_sample_eager": 6.037041991949081, + "ms_per_sample_graphed": 10.774523615837097, + "throughput_eager_samples_per_s": 165.6440358264174, + "throughput_graphed_samples_per_s": 92.81152797606148, + "speedup_x": 0.5603070917284402, + "capacity": 49451 }, - { - "layer": 2, - "mean_integer_activation": 0.07250900268554687, - "peak_tick_activation": 0.267120361328125, - "storm_ratio": 3.6839613211418474, - "tick_activity_cv": 0.5338615572684136, - "frac_activations_gt1": 0.0013800048400298692, - "max_activation": 4.0 + "128": { + "ms_per_sample_eager": 2.052377350628376, + "ms_per_sample_graphed": 9.65143520385027, + "throughput_eager_samples_per_s": 487.23983418245683, + "throughput_graphed_samples_per_s": 103.61153329828787, + "speedup_x": 0.21264996420528384, + "capacity": 197802 } - ], - "expanded_vs_graded_agreement": 1.0, - "expanded_acc": 0.90234375, - "graded_acc": 0.90234375, - "syn_ratio_expanded_over_graded": 1.0003646028320816, - "expansion_caveat": "exact only at beta=1 (IAF); with beta<1 the expanded mode applies decay per sub-tick and drifts" + }, + "speedup_x_at_batch1": 4.964073330580522 }, "config": { "method": "harmonic_matched", @@ -4486,7 +3341,7 @@ "decision_margin": 2.0, "export": false, "seed": 1234, - "hub_dir": "/kaggle/working/hub/opt07_sfa_integer_train/t_sweep_ultra_low", + "hub_dir": "/kaggle/working/hub/opt04_cudagraph_unroll/graph_warmup_10", "repo_id": "UWU-R-13/SSVEP-SNN", "push_hf": false, "keep_epoch_weights": 1, @@ -4497,168 +3352,492 @@ "bench_warmup": 10, "bench_iters": 50, "bench_train_steps": 20, - "sfa_levels": 4, - "soft_reset": true, - "storm_reg": 0.001, - "infer_mode": "graded", - "t_sweep": "2,3,4,6,8,12,16,25", + "event_capacity": 0, + "graph_warmup": 10, + "bench_batches": "1,8,32,128", "sampling_rate": 250.0 } }, "zip": { - "name": "t_sweep_ultra_low.zip", + "name": "graph_warmup_10.zip", "files": 81, - "bytes": 12258005, + "bytes": 12254306, "MB": 12.3, - "sha256": "9b40b0bf29d963e1cd4165e4b8d4e3a1993bf7be7ddbb241165fc0976c82fe13" + "sha256": "30c304cd94c9123309fe255a127715a8b0a4ba0b1b1ac76f702132aa836c19e0" + } + }, + { + "key": "opt05_bitpack_popcount/spike_reg_1e-3", + "tag": "spike_reg_1e-3", + "script": "opt05_bitpack_popcount.py", + "hf_folder": "applied/opt05_bitpack_popcount", + "phase": 4, + "status": "failed", + "duration_s": 287.7, + "optimization_summary": null, + "zip": { + "name": "FAILED_spike_reg_1e-3.zip", + "files": 76, + "bytes": 10440792, + "MB": 10.4, + "sha256": "85cce53a47439464a1965790733fbfb484763f99523930f88c8d1fc044d939e8" + } + }, + { + "key": "opt05_bitpack_popcount/spike_reg_1e-4", + "tag": "spike_reg_1e-4", + "script": "opt05_bitpack_popcount.py", + "hf_folder": "applied/opt05_bitpack_popcount", + "phase": 4, + "status": "failed", + "duration_s": 186.6, + "optimization_summary": null, + "zip": { + "name": "FAILED_spike_reg_1e-4.zip", + "files": 76, + "bytes": 10434924, + "MB": 10.4, + "sha256": "6c9a949934d24d0ce87fe535a6b2cb1ef4834ca0788da105640c29866e448dac" + } + }, + { + "key": "opt05_bitpack_popcount/spike_reg_5e-3", + "tag": "spike_reg_5e-3", + "script": "opt05_bitpack_popcount.py", + "hf_folder": "applied/opt05_bitpack_popcount", + "phase": 4, + "status": "failed", + "duration_s": 186.7, + "optimization_summary": null, + "zip": { + "name": "FAILED_spike_reg_5e-3.zip", + "files": 76, + "bytes": 10442731, + "MB": 10.4, + "sha256": "95c5bab1e91da3a254b766120879cd9fcbbb53b25ef890f527af212cee48d560" } }, { - "key": "opt08_mint_quant/bits_sweep_fine", - "tag": "bits_sweep_fine", - "script": "opt08_mint_quant.py", - "hf_folder": "applied/opt08_mint_quant", - "phase": 9, + "key": "opt06_uticket_prune/prune_rate_0.2", + "tag": "prune_rate_0.2", + "script": "opt06_uticket_prune.py", + "hf_folder": "applied/opt06_uticket_prune", + "phase": 4, "status": "ok", - "duration_s": 323.5, + "duration_s": 328.9, "optimization_summary": { - "optimization": "mint_quant", - "research_section": "4. Membrane-Potential Memory-Wall Optimizations (multiplier-less integer quantization)", - "reference": "Yin et al., MINT: Multiplier-less INTeger Quantization for Energy Efficient Spiking Neural Networks, arXiv:2305.09850 (ASP-DAC 2024)", - "script": "opt08_mint_quant.py", + "optimization": "uticket_workload_balanced_pruning", + "research_section": "3. Spike sparsity & MAC->AC restructuring", + "reference": "u-Ticket: Workload-Balanced Pruning for Sparse SNNs, arXiv:2302.06746", + "script": "opt06_uticket_prune.py", "baseline_mode": false, "method": "harmonic_matched", "accuracy": { - "test_acc": 0.22428571428571428, - "test_target_acc": 0.22428571428571428, - "best_val_acc": 0.49357142857142855 + "test_acc": 0.945, + "test_target_acc": 0.945, + "best_val_acc": 0.9435714285714286 }, "efficiency": { "spikes_per_inference": null, - "syn_ops_per_inference": 737711.1282467532, + "syn_ops_per_inference": 1219436.5718344154, "dense_macs_per_inference": 122675200.0, - "event_fraction_of_dense": 0.006013531082458013, - "syn_ops_per_inference_dense_fanout": 63661272.290584415, - "weight_sparsity": 0.9789982001252087, - "effective_ticks": 27.373571428571427, + "event_fraction_of_dense": 0.009940367505693208, + "syn_ops_per_inference_dense_fanout": 64956449.21347403, + "weight_sparsity": 0.9065108514190318, + "effective_ticks": 12.582142857142857, "num_ticks": 100, - "membrane_bytes_per_inference": 0, - "weight_bytes": 613376, + "membrane_bytes_per_inference": 451200, + "weight_bytes": 4907008, "input_raster_bytes": null, - "train_ms_per_step": 88.68454749999728, - "infer_ms_per_sample": 0.6045492706249433, - "peak_vram_mb": 2835.119104 + "train_ms_per_step": 98.27910679996421, + "infer_ms_per_sample": 0.6430302793751252, + "peak_vram_mb": 2836.18048, + "weight_bytes_nonzero": 421308 }, "optimization_specific": { - "w_bits": 4, - "u_bits": 2, - "leak_shift": 0, - "beta_eff": 1.0, - "qat": true, - "batchnorm": true, - "membrane_memory_reduction_x": 16.0, - "weight_memory_reduction_x": 8.0, - "membrane_bytes_per_inference": 28200.0, - "working_set_bytes": 613658.0, - "baseline_working_set_bytes": 4911520.0, - "l2_cache_fits": true, - "baseline_l2_cache_fits": false, - "l2_budget_bytes": 2097152, - "membrane_saturation_frac": 0.018447992852393617, - "acc_vs_ubits": { - "0": 0.18428571428571427, - "2": 0.22428571428571428, - "3": 0.21571428571428572, - "4": 0.21428571428571427, - "6": 0.21571428571428572, - "8": 0.21214285714285713 + "pruning_enabled": true, + "balance_enabled": true, + "rounds": 5, + "final_sparsity": 0.9141414141414141, + "nnz_per_layer": { + "layer0": 7680, + "layer1": 53760, + "layer2": 43008 }, - "bits_sweep_rows": [ - { - "u_bits": 0, - "acc": 0.18428571428571427, - "target_acc": 0.18428571428571427, - "membrane_bytes_per_neuron_per_tick": 4.0, - "membrane_memory_reduction_x": 1.0, - "membrane_saturation_frac": null, - "acc_drop_vs_fp32": 0.0 - }, - { - "u_bits": 2, - "acc": 0.22428571428571428, - "target_acc": 0.22428571428571428, - "membrane_bytes_per_neuron_per_tick": 0.25, - "membrane_memory_reduction_x": 16.0, - "membrane_saturation_frac": 0.016339829898049645, - "acc_drop_vs_fp32": -0.04000000000000001 - }, - { - "u_bits": 3, - "acc": 0.21571428571428572, - "target_acc": 0.21571428571428572, - "membrane_bytes_per_neuron_per_tick": 0.375, - "membrane_memory_reduction_x": 10.666666666666666, - "membrane_saturation_frac": 0.07418640569592198, - "acc_drop_vs_fp32": -0.031428571428571445 - }, - { - "u_bits": 4, - "acc": 0.21428571428571427, - "target_acc": 0.21428571428571427, - "membrane_bytes_per_neuron_per_tick": 0.5, - "membrane_memory_reduction_x": 8.0, - "membrane_saturation_frac": 0.1724607297207447, - "acc_drop_vs_fp32": -0.03 - }, - { - "u_bits": 6, - "acc": 0.21571428571428572, - "target_acc": 0.21571428571428572, - "membrane_bytes_per_neuron_per_tick": 0.75, - "membrane_memory_reduction_x": 5.333333333333333, - "membrane_saturation_frac": 0.3710663923980496, - "acc_drop_vs_fp32": -0.031428571428571445 - }, - { - "u_bits": 8, - "acc": 0.21214285714285713, - "target_acc": 0.21214285714285713, - "membrane_bytes_per_neuron_per_tick": 1.0, - "membrane_memory_reduction_x": 4.0, - "membrane_saturation_frac": 0.37882293051861704, - "acc_drop_vs_fp32": -0.027857142857142858 + "pe_stats_per_layer": { + "layer0": { + "mean_nnz": 24.0, + "max_nnz": 24.0, + "min_nnz": 24.0, + "total_nnz": 7680, + "numel": 921600, + "sparsity": 0.9916666666666667, + "utilization": 1.0 + }, + "layer1": { + "mean_nnz": 105.0, + "max_nnz": 105.0, + "min_nnz": 105.0, + "total_nnz": 53760, + "numel": 163840, + "sparsity": 0.671875, + "utilization": 1.0 + }, + "layer2": { + "mean_nnz": 168.0, + "max_nnz": 168.0, + "min_nnz": 168.0, + "total_nnz": 43008, + "numel": 131072, + "sparsity": 0.671875, + "utilization": 1.0 } - ], - "fp32_membrane_acc": 0.18428571428571427, - "per_layer_scales": [ + }, + "pe_utilization_final": 1.0, + "pe_utilization_lth": 0.8322065610975112, + "pe_utilization_uticket": 1.0, + "latency_proxy_dense": 3712, + "latency_proxy_final": 297, + "latency_reduction_frac": 0.919989224137931, + "rounds_history": [ { - "layer": 0, - "weight_scale": 0.03549237549304962, - "membrane_scale": 1.0, - "shared_scale_gauge_factor": 28.17506537976945 + "round": 1, + "layers": { + "layer0": { + "lth": { + "mean_nnz": 57.6, + "max_nnz": 66.0, + "min_nnz": 46.0, + "total_nnz": 18432, + "numel": 921600, + "sparsity": 0.98, + "utilization": 0.8727272727272728 + }, + "uticket": { + "mean_nnz": 58.0, + "max_nnz": 58.0, + "min_nnz": 58.0, + "total_nnz": 18560, + "numel": 921600, + "sparsity": 0.9798611111111111, + "utilization": 1.0 + } + }, + "layer1": { + "lth": { + "mean_nnz": 256.0, + "max_nnz": 277.0, + "min_nnz": 240.0, + "total_nnz": 131072, + "numel": 163840, + "sparsity": 0.19999999999999996, + "utilization": 0.924187725631769 + }, + "uticket": { + "mean_nnz": 256.0, + "max_nnz": 256.0, + "min_nnz": 256.0, + "total_nnz": 131072, + "numel": 163840, + "sparsity": 0.19999999999999996, + "utilization": 1.0 + } + }, + "layer2": { + "lth": { + "mean_nnz": 409.6015625, + "max_nnz": 434.0, + "min_nnz": 362.0, + "total_nnz": 104858, + "numel": 131072, + "sparsity": 0.1999969482421875, + "utilization": 0.9437824020737328 + }, + "uticket": { + "mean_nnz": 410.0, + "max_nnz": 410.0, + "min_nnz": 410.0, + "total_nnz": 104960, + "numel": 131072, + "sparsity": 0.19921875, + "utilization": 1.0 + } + } + }, + "latency_proxy": 724, + "sparsity": 0.790719696969697 }, { - "layer": 1, - "weight_scale": 0.03008062924657549, - "membrane_scale": 1.0, - "shared_scale_gauge_factor": 33.24398541675601 + "round": 2, + "layers": { + "layer0": { + "lth": { + "mean_nnz": 46.400000000000006, + "max_nnz": 57.0, + "min_nnz": 35.0, + "total_nnz": 14848, + "numel": 921600, + "sparsity": 0.9838888888888889, + "utilization": 0.8140350877192983 + }, + "uticket": { + "mean_nnz": 46.0, + "max_nnz": 46.0, + "min_nnz": 46.0, + "total_nnz": 14720, + "numel": 921600, + "sparsity": 0.9840277777777777, + "utilization": 1.0 + } + }, + "layer1": { + "lth": { + "mean_nnz": 204.80078125, + "max_nnz": 225.0, + "min_nnz": 171.0, + "total_nnz": 104858, + "numel": 163840, + "sparsity": 0.35999755859375004, + "utilization": 0.9102256944444445 + }, + "uticket": { + "mean_nnz": 205.0, + "max_nnz": 205.0, + "min_nnz": 205.0, + "total_nnz": 104960, + "numel": 163840, + "sparsity": 0.359375, + "utilization": 1.0 + } + }, + "layer2": { + "lth": { + "mean_nnz": 328.0, + "max_nnz": 352.0, + "min_nnz": 301.0, + "total_nnz": 83968, + "numel": 131072, + "sparsity": 0.359375, + "utilization": 0.9318181818181818 + }, + "uticket": { + "mean_nnz": 328.0, + "max_nnz": 328.0, + "min_nnz": 328.0, + "total_nnz": 83968, + "numel": 131072, + "sparsity": 0.359375, + "utilization": 1.0 + } + } + }, + "latency_proxy": 579, + "sparsity": 0.8325968013468014 }, { - "layer": 2, - "weight_scale": 0.027376641120229448, - "membrane_scale": 1.0, - "shared_scale_gauge_factor": 36.52749055694305 + "round": 3, + "layers": { + "layer0": { + "lth": { + "mean_nnz": 36.800000000000004, + "max_nnz": 45.0, + "min_nnz": 27.0, + "total_nnz": 11776, + "numel": 921600, + "sparsity": 0.9872222222222222, + "utilization": 0.8177777777777778 + }, + "uticket": { + "mean_nnz": 37.0, + "max_nnz": 37.0, + "min_nnz": 37.0, + "total_nnz": 11840, + "numel": 921600, + "sparsity": 0.9871527777777778, + "utilization": 1.0 + } + }, + "layer1": { + "lth": { + "mean_nnz": 164.0, + "max_nnz": 187.0, + "min_nnz": 122.0, + "total_nnz": 83968, + "numel": 163840, + "sparsity": 0.48750000000000004, + "utilization": 0.8770053475935828 + }, + "uticket": { + "mean_nnz": 164.0, + "max_nnz": 164.0, + "min_nnz": 164.0, + "total_nnz": 83968, + "numel": 163840, + "sparsity": 0.48750000000000004, + "utilization": 1.0 + } + }, + "layer2": { + "lth": { + "mean_nnz": 262.3984375, + "max_nnz": 282.0, + "min_nnz": 237.0, + "total_nnz": 67174, + "numel": 131072, + "sparsity": 0.4875030517578125, + "utilization": 0.9304909131205674 + }, + "uticket": { + "mean_nnz": 262.0, + "max_nnz": 262.0, + "min_nnz": 262.0, + "total_nnz": 67072, + "numel": 131072, + "sparsity": 0.48828125, + "utilization": 1.0 + } + } + }, + "latency_proxy": 463, + "sparsity": 0.8661090067340067 + }, + { + "round": 4, + "layers": { + "layer0": { + "lth": { + "mean_nnz": 29.6, + "max_nnz": 37.0, + "min_nnz": 20.0, + "total_nnz": 9472, + "numel": 921600, + "sparsity": 0.9897222222222222, + "utilization": 0.8 + }, + "uticket": { + "mean_nnz": 30.0, + "max_nnz": 30.0, + "min_nnz": 30.0, + "total_nnz": 9600, + "numel": 921600, + "sparsity": 0.9895833333333334, + "utilization": 1.0 + } + }, + "layer1": { + "lth": { + "mean_nnz": 131.19921875, + "max_nnz": 155.0, + "min_nnz": 75.0, + "total_nnz": 67174, + "numel": 163840, + "sparsity": 0.59000244140625, + "utilization": 0.8464465725806452 + }, + "uticket": { + "mean_nnz": 131.0, + "max_nnz": 131.0, + "min_nnz": 131.0, + "total_nnz": 67072, + "numel": 163840, + "sparsity": 0.590625, + "utilization": 1.0 + } + }, + "layer2": { + "lth": { + "mean_nnz": 209.6015625, + "max_nnz": 225.0, + "min_nnz": 176.0, + "total_nnz": 53658, + "numel": 131072, + "sparsity": 0.5906219482421875, + "utilization": 0.9315625 + }, + "uticket": { + "mean_nnz": 210.0, + "max_nnz": 210.0, + "min_nnz": 210.0, + "total_nnz": 53760, + "numel": 131072, + "sparsity": 0.58984375, + "utilization": 1.0 + } + } + }, + "latency_proxy": 371, + "sparsity": 0.8927819865319866 }, { - "layer": 3, - "weight_scale": 0.02388627827167511, - "membrane_scale": 1.0, - "shared_scale_gauge_factor": 41.865040196982996 + "round": 5, + "layers": { + "layer0": { + "lth": { + "mean_nnz": 24.0, + "max_nnz": 30.0, + "min_nnz": 14.0, + "total_nnz": 7680, + "numel": 921600, + "sparsity": 0.9916666666666667, + "utilization": 0.8 + }, + "uticket": { + "mean_nnz": 24.0, + "max_nnz": 24.0, + "min_nnz": 24.0, + "total_nnz": 7680, + "numel": 921600, + "sparsity": 0.9916666666666667, + "utilization": 1.0 + } + }, + "layer1": { + "lth": { + "mean_nnz": 104.80078125, + "max_nnz": 129.0, + "min_nnz": 45.0, + "total_nnz": 53658, + "numel": 163840, + "sparsity": 0.67249755859375, + "utilization": 0.8124091569767442 + }, + "uticket": { + "mean_nnz": 105.0, + "max_nnz": 105.0, + "min_nnz": 105.0, + "total_nnz": 53760, + "numel": 163840, + "sparsity": 0.671875, + "utilization": 1.0 + } + }, + "layer2": { + "lth": { + "mean_nnz": 168.0, + "max_nnz": 190.0, + "min_nnz": 134.0, + "total_nnz": 43008, + "numel": 131072, + "sparsity": 0.671875, + "utilization": 0.8842105263157894 + }, + "uticket": { + "mean_nnz": 168.0, + "max_nnz": 168.0, + "min_nnz": 168.0, + "total_nnz": 43008, + "numel": 131072, + "sparsity": 0.671875, + "utilization": 1.0 + } + } + }, + "latency_proxy": 297, + "sparsity": 0.9141414141414141 } ], - "shared_scale_note": "weight grid and membrane grid are the same grid up to a per-layer positive scalar that BatchNorm absorbs exactly; exact only with --batchnorm on", - "multiplier_less_compare": true, - "wall_clock_caveat": "this reference kernel computes in fp32 registers, so the traffic win does not appear in train_ms_per_step; a fixed-point core is where it becomes energy" + "latency_proxy_lth": 349, + "latency_reduction_vs_lth_frac": 0.14899713467048714 }, "config": { "method": "harmonic_matched", @@ -4698,7 +3877,7 @@ "decision_margin": 2.0, "export": false, "seed": 1234, - "hub_dir": "/kaggle/working/hub/opt08_mint_quant/bits_sweep_fine", + "hub_dir": "/kaggle/working/hub/opt06_uticket_prune/prune_rate_0.2", "repo_id": "UWU-R-13/SSVEP-SNN", "push_hf": false, "keep_epoch_weights": 1, @@ -4709,149 +3888,444 @@ "bench_warmup": 10, "bench_iters": 50, "bench_train_steps": 20, - "w_bits": 4, - "u_bits": 2, - "leak_shift": 0, - "qat": true, - "bits_sweep": "0,2,3,4,6,8", - "l2_bytes": 2097152, + "prune_rounds": 5, + "prune_rate": 0.2, + "rewind_epoch": 1, + "balance": true, + "balance_iters": 2, + "prune_readout": false, "sampling_rate": 250.0 } }, "zip": { - "name": "bits_sweep_fine.zip", + "name": "prune_rate_0.2.zip", "files": 81, - "bytes": 12373116, - "MB": 12.4, - "sha256": "2fe3f4aad883a9ccc3ebe2dd4259aaa6e4053f00e53278a241e2f51f70d48e6c" + "bytes": 9962974, + "MB": 10.0, + "sha256": "b459b14d5c4e25097771f24d9136976c7b538455e508aac3dfa75889f462632d" } }, { - "key": "opt08_mint_quant/l2_jetson_nano", - "tag": "l2_jetson_nano", - "script": "opt08_mint_quant.py", - "hf_folder": "applied/opt08_mint_quant", - "phase": 9, + "key": "opt06_uticket_prune/prune_rate_0.3", + "tag": "prune_rate_0.3", + "script": "opt06_uticket_prune.py", + "hf_folder": "applied/opt06_uticket_prune", + "phase": 4, "status": "ok", - "duration_s": 321.2, + "duration_s": 330.0, "optimization_summary": { - "optimization": "mint_quant", - "research_section": "4. Membrane-Potential Memory-Wall Optimizations (multiplier-less integer quantization)", - "reference": "Yin et al., MINT: Multiplier-less INTeger Quantization for Energy Efficient Spiking Neural Networks, arXiv:2305.09850 (ASP-DAC 2024)", - "script": "opt08_mint_quant.py", + "optimization": "uticket_workload_balanced_pruning", + "research_section": "3. Spike sparsity & MAC->AC restructuring", + "reference": "u-Ticket: Workload-Balanced Pruning for Sparse SNNs, arXiv:2302.06746", + "script": "opt06_uticket_prune.py", "baseline_mode": false, "method": "harmonic_matched", "accuracy": { - "test_acc": 0.22642857142857142, - "test_target_acc": 0.22642857142857142, - "best_val_acc": 0.48142857142857143 + "test_acc": 0.9242857142857143, + "test_target_acc": 0.9242857142857143, + "best_val_acc": 0.9421428571428572 }, "efficiency": { "spikes_per_inference": null, - "syn_ops_per_inference": 819585.7610592532, + "syn_ops_per_inference": 692787.4597199676, "dense_macs_per_inference": 122675200.0, - "event_fraction_of_dense": 0.006680940899703064, - "syn_ops_per_inference_dense_fanout": 63636744.434253246, - "weight_sparsity": 0.9802144198664441, - "effective_ticks": 35.24857142857143, + "event_fraction_of_dense": 0.00564733099860418, + "syn_ops_per_inference_dense_fanout": 65019838.74512987, + "weight_sparsity": 0.9480383973288815, + "effective_ticks": 12.962142857142856, "num_ticks": 100, - "membrane_bytes_per_inference": 0, - "weight_bytes": 613376, + "membrane_bytes_per_inference": 451200, + "weight_bytes": 4907008, "input_raster_bytes": null, - "train_ms_per_step": 88.0644066500281, - "infer_ms_per_sample": 0.6020276593750395, - "peak_vram_mb": 2835.111424 + "train_ms_per_step": 99.30589320001673, + "infer_ms_per_sample": 0.6449458206247982, + "peak_vram_mb": 2836.187648, + "weight_bytes_nonzero": 215817 }, "optimization_specific": { - "w_bits": 4, - "u_bits": 2, - "leak_shift": 0, - "beta_eff": 1.0, - "qat": true, - "batchnorm": true, - "membrane_memory_reduction_x": 16.0, - "weight_memory_reduction_x": 8.0, - "membrane_bytes_per_inference": 28200.0, - "working_set_bytes": 613658.0, - "baseline_working_set_bytes": 4911520.0, - "l2_cache_fits": false, - "baseline_l2_cache_fits": false, - "l2_budget_bytes": 262144, - "membrane_saturation_frac": 0.019173973570478724, - "acc_vs_ubits": { - "2": 0.22642857142857142, - "4": 0.2057142857142857, - "8": 0.20642857142857143, - "0": 0.155 + "pruning_enabled": true, + "balance_enabled": true, + "rounds": 5, + "final_sparsity": 0.9560185185185185, + "nnz_per_layer": { + "layer0": 3840, + "layer1": 27648, + "layer2": 22016 }, - "bits_sweep_rows": [ - { - "u_bits": 2, - "acc": 0.22642857142857142, - "target_acc": 0.22642857142857142, - "membrane_bytes_per_neuron_per_tick": 0.25, - "membrane_memory_reduction_x": 16.0, - "membrane_saturation_frac": 0.01658403978280142, - "acc_drop_vs_fp32": -0.07142857142857142 - }, - { - "u_bits": 4, - "acc": 0.2057142857142857, - "target_acc": 0.2057142857142857, - "membrane_bytes_per_neuron_per_tick": 0.5, - "membrane_memory_reduction_x": 8.0, - "membrane_saturation_frac": 0.18061516511524822, - "acc_drop_vs_fp32": -0.05071428571428571 - }, - { - "u_bits": 8, - "acc": 0.20642857142857143, - "target_acc": 0.20642857142857143, - "membrane_bytes_per_neuron_per_tick": 1.0, - "membrane_memory_reduction_x": 4.0, - "membrane_saturation_frac": 0.39453422816932626, - "acc_drop_vs_fp32": -0.051428571428571435 - }, - { - "u_bits": 0, - "acc": 0.155, - "target_acc": 0.155, - "membrane_bytes_per_neuron_per_tick": 4.0, - "membrane_memory_reduction_x": 1.0, - "membrane_saturation_frac": null, - "acc_drop_vs_fp32": 0.0 + "pe_stats_per_layer": { + "layer0": { + "mean_nnz": 12.0, + "max_nnz": 12.0, + "min_nnz": 12.0, + "total_nnz": 3840, + "numel": 921600, + "sparsity": 0.9958333333333333, + "utilization": 1.0 + }, + "layer1": { + "mean_nnz": 54.0, + "max_nnz": 54.0, + "min_nnz": 54.0, + "total_nnz": 27648, + "numel": 163840, + "sparsity": 0.83125, + "utilization": 1.0 + }, + "layer2": { + "mean_nnz": 86.0, + "max_nnz": 86.0, + "min_nnz": 86.0, + "total_nnz": 22016, + "numel": 131072, + "sparsity": 0.83203125, + "utilization": 1.0 } - ], - "fp32_membrane_acc": 0.155, - "per_layer_scales": [ + }, + "pe_utilization_final": 1.0, + "pe_utilization_lth": 0.7511162106015652, + "pe_utilization_uticket": 1.0, + "latency_proxy_dense": 3712, + "latency_proxy_final": 152, + "latency_reduction_frac": 0.959051724137931, + "rounds_history": [ { - "layer": 0, - "weight_scale": 0.02853875287941524, - "membrane_scale": 1.0, - "shared_scale_gauge_factor": 35.040073552803754 + "round": 1, + "layers": { + "layer0": { + "lth": { + "mean_nnz": 50.400000000000006, + "max_nnz": 61.0, + "min_nnz": 35.0, + "total_nnz": 16128, + "numel": 921600, + "sparsity": 0.9825, + "utilization": 0.8262295081967214 + }, + "uticket": { + "mean_nnz": 50.0, + "max_nnz": 50.0, + "min_nnz": 50.0, + "total_nnz": 16000, + "numel": 921600, + "sparsity": 0.9826388888888888, + "utilization": 1.0 + } + }, + "layer1": { + "lth": { + "mean_nnz": 224.0, + "max_nnz": 253.0, + "min_nnz": 192.0, + "total_nnz": 114688, + "numel": 163840, + "sparsity": 0.30000000000000004, + "utilization": 0.8853754940711462 + }, + "uticket": { + "mean_nnz": 224.0, + "max_nnz": 224.0, + "min_nnz": 224.0, + "total_nnz": 114688, + "numel": 163840, + "sparsity": 0.30000000000000004, + "utilization": 1.0 + } + }, + "layer2": { + "lth": { + "mean_nnz": 358.3984375, + "max_nnz": 386.0, + "min_nnz": 333.0, + "total_nnz": 91750, + "numel": 131072, + "sparsity": 0.3000030517578125, + "utilization": 0.9284933613989638 + }, + "uticket": { + "mean_nnz": 358.0, + "max_nnz": 358.0, + "min_nnz": 358.0, + "total_nnz": 91648, + "numel": 131072, + "sparsity": 0.30078125, + "utilization": 1.0 + } + } + }, + "latency_proxy": 632, + "sparsity": 0.8172348484848485 }, { - "layer": 1, - "weight_scale": 0.03575079781668527, - "membrane_scale": 1.0, - "shared_scale_gauge_factor": 27.97140374677987 + "round": 2, + "layers": { + "layer0": { + "lth": { + "mean_nnz": 35.0, + "max_nnz": 46.0, + "min_nnz": 24.0, + "total_nnz": 11200, + "numel": 921600, + "sparsity": 0.9878472222222222, + "utilization": 0.7608695652173914 + }, + "uticket": { + "mean_nnz": 35.0, + "max_nnz": 35.0, + "min_nnz": 35.0, + "total_nnz": 11200, + "numel": 921600, + "sparsity": 0.9878472222222222, + "utilization": 1.0 + } + }, + "layer1": { + "lth": { + "mean_nnz": 156.80078125, + "max_nnz": 178.0, + "min_nnz": 97.0, + "total_nnz": 80282, + "numel": 163840, + "sparsity": 0.50999755859375, + "utilization": 0.8809032654494382 + }, + "uticket": { + "mean_nnz": 157.0, + "max_nnz": 157.0, + "min_nnz": 157.0, + "total_nnz": 80384, + "numel": 163840, + "sparsity": 0.509375, + "utilization": 1.0 + } + }, + "layer2": { + "lth": { + "mean_nnz": 250.6015625, + "max_nnz": 283.0, + "min_nnz": 202.0, + "total_nnz": 64154, + "numel": 131072, + "sparsity": 0.5105438232421875, + "utilization": 0.8855178886925795 + }, + "uticket": { + "mean_nnz": 251.0, + "max_nnz": 251.0, + "min_nnz": 251.0, + "total_nnz": 64256, + "numel": 131072, + "sparsity": 0.509765625, + "utilization": 1.0 + } + } + }, + "latency_proxy": 443, + "sparsity": 0.8718960437710438 }, { - "layer": 2, - "weight_scale": 0.03166966778891427, - "membrane_scale": 1.0, - "shared_scale_gauge_factor": 31.57595484313992 + "round": 3, + "layers": { + "layer0": { + "lth": { + "mean_nnz": 24.5, + "max_nnz": 34.0, + "min_nnz": 15.0, + "total_nnz": 7840, + "numel": 921600, + "sparsity": 0.9914930555555556, + "utilization": 0.7205882352941176 + }, + "uticket": { + "mean_nnz": 24.0, + "max_nnz": 24.0, + "min_nnz": 24.0, + "total_nnz": 7680, + "numel": 921600, + "sparsity": 0.9916666666666667, + "utilization": 1.0 + } + }, + "layer1": { + "lth": { + "mean_nnz": 109.900390625, + "max_nnz": 137.0, + "min_nnz": 60.0, + "total_nnz": 56269, + "numel": 163840, + "sparsity": 0.656561279296875, + "utilization": 0.8021926322992701 + }, + "uticket": { + "mean_nnz": 110.0, + "max_nnz": 110.0, + "min_nnz": 110.0, + "total_nnz": 56320, + "numel": 163840, + "sparsity": 0.65625, + "utilization": 1.0 + } + }, + "layer2": { + "lth": { + "mean_nnz": 175.69921875, + "max_nnz": 201.0, + "min_nnz": 143.0, + "total_nnz": 44979, + "numel": 131072, + "sparsity": 0.6568374633789062, + "utilization": 0.8741254664179104 + }, + "uticket": { + "mean_nnz": 176.0, + "max_nnz": 176.0, + "min_nnz": 176.0, + "total_nnz": 45056, + "numel": 131072, + "sparsity": 0.65625, + "utilization": 1.0 + } + } + }, + "latency_proxy": 310, + "sparsity": 0.9103535353535354 }, { - "layer": 3, - "weight_scale": 0.022976822086742947, - "membrane_scale": 1.0, - "shared_scale_gauge_factor": 43.52211964843367 + "round": 4, + "layers": { + "layer0": { + "lth": { + "mean_nnz": 16.8, + "max_nnz": 24.0, + "min_nnz": 8.0, + "total_nnz": 5376, + "numel": 921600, + "sparsity": 0.9941666666666666, + "utilization": 0.7000000000000001 + }, + "uticket": { + "mean_nnz": 17.0, + "max_nnz": 17.0, + "min_nnz": 17.0, + "total_nnz": 5440, + "numel": 921600, + "sparsity": 0.9940972222222222, + "utilization": 1.0 + } + }, + "layer1": { + "lth": { + "mean_nnz": 77.0, + "max_nnz": 100.0, + "min_nnz": 30.0, + "total_nnz": 39424, + "numel": 163840, + "sparsity": 0.759375, + "utilization": 0.77 + }, + "uticket": { + "mean_nnz": 77.0, + "max_nnz": 77.0, + "min_nnz": 77.0, + "total_nnz": 39424, + "numel": 163840, + "sparsity": 0.759375, + "utilization": 1.0 + } + }, + "layer2": { + "lth": { + "mean_nnz": 123.19921875, + "max_nnz": 146.0, + "min_nnz": 101.0, + "total_nnz": 31539, + "numel": 131072, + "sparsity": 0.7593765258789062, + "utilization": 0.843830265410959 + }, + "uticket": { + "mean_nnz": 123.0, + "max_nnz": 123.0, + "min_nnz": 123.0, + "total_nnz": 31488, + "numel": 131072, + "sparsity": 0.759765625, + "utilization": 1.0 + } + } + }, + "latency_proxy": 217, + "sparsity": 0.9372369528619529 + }, + { + "round": 5, + "layers": { + "layer0": { + "lth": { + "mean_nnz": 11.9, + "max_nnz": 17.0, + "min_nnz": 3.0, + "total_nnz": 3808, + "numel": 921600, + "sparsity": 0.9958680555555556, + "utilization": 0.7000000000000001 + }, + "uticket": { + "mean_nnz": 12.0, + "max_nnz": 12.0, + "min_nnz": 12.0, + "total_nnz": 3840, + "numel": 921600, + "sparsity": 0.9958333333333333, + "utilization": 1.0 + } + }, + "layer1": { + "lth": { + "mean_nnz": 53.900390625, + "max_nnz": 76.0, + "min_nnz": 6.0, + "total_nnz": 27597, + "numel": 163840, + "sparsity": 0.831561279296875, + "utilization": 0.709215666118421 + }, + "uticket": { + "mean_nnz": 54.0, + "max_nnz": 54.0, + "min_nnz": 54.0, + "total_nnz": 27648, + "numel": 163840, + "sparsity": 0.83125, + "utilization": 1.0 + } + }, + "layer2": { + "lth": { + "mean_nnz": 86.1015625, + "max_nnz": 102.0, + "min_nnz": 62.0, + "total_nnz": 22042, + "numel": 131072, + "sparsity": 0.8318328857421875, + "utilization": 0.8441329656862745 + }, + "uticket": { + "mean_nnz": 86.0, + "max_nnz": 86.0, + "min_nnz": 86.0, + "total_nnz": 22016, + "numel": 131072, + "sparsity": 0.83203125, + "utilization": 1.0 + } + } + }, + "latency_proxy": 152, + "sparsity": 0.9560185185185185 } ], - "shared_scale_note": "weight grid and membrane grid are the same grid up to a per-layer positive scalar that BatchNorm absorbs exactly; exact only with --batchnorm on", - "multiplier_less_compare": true, - "wall_clock_caveat": "this reference kernel computes in fp32 registers, so the traffic win does not appear in train_ms_per_step; a fixed-point core is where it becomes energy" + "latency_proxy_lth": 195, + "latency_reduction_vs_lth_frac": 0.2205128205128205 }, "config": { "method": "harmonic_matched", @@ -4891,7 +4365,7 @@ "decision_margin": 2.0, "export": false, "seed": 1234, - "hub_dir": "/kaggle/working/hub/opt08_mint_quant/l2_jetson_nano", + "hub_dir": "/kaggle/working/hub/opt06_uticket_prune/prune_rate_0.3", "repo_id": "UWU-R-13/SSVEP-SNN", "push_hf": false, "keep_epoch_weights": 1, @@ -4902,149 +4376,444 @@ "bench_warmup": 10, "bench_iters": 50, "bench_train_steps": 20, - "w_bits": 4, - "u_bits": 2, - "leak_shift": 0, - "qat": true, - "bits_sweep": "2,4,8,0", - "l2_bytes": 262144, + "prune_rounds": 5, + "prune_rate": 0.3, + "rewind_epoch": 1, + "balance": true, + "balance_iters": 2, + "prune_readout": false, "sampling_rate": 250.0 } }, "zip": { - "name": "l2_jetson_nano.zip", + "name": "prune_rate_0.3.zip", "files": 81, - "bytes": 12361956, - "MB": 12.4, - "sha256": "d29263c2d6d2174c1049eacdc639e439ab6721dbf1819649dee4622ebabc2743" + "bytes": 8932688, + "MB": 8.9, + "sha256": "da220c764f1de0b5d5475597bbd3fea15674bbe7e43b02884ad8bf414fc7c8c2" } }, { - "key": "opt08_mint_quant/leak_shift_2", - "tag": "leak_shift_2", - "script": "opt08_mint_quant.py", - "hf_folder": "applied/opt08_mint_quant", - "phase": 9, + "key": "opt06_uticket_prune/prune_rate_0.7", + "tag": "prune_rate_0.7", + "script": "opt06_uticket_prune.py", + "hf_folder": "applied/opt06_uticket_prune", + "phase": 4, "status": "ok", - "duration_s": 308.1, + "duration_s": 329.5, "optimization_summary": { - "optimization": "mint_quant", - "research_section": "4. Membrane-Potential Memory-Wall Optimizations (multiplier-less integer quantization)", - "reference": "Yin et al., MINT: Multiplier-less INTeger Quantization for Energy Efficient Spiking Neural Networks, arXiv:2305.09850 (ASP-DAC 2024)", - "script": "opt08_mint_quant.py", + "optimization": "uticket_workload_balanced_pruning", + "research_section": "3. Spike sparsity & MAC->AC restructuring", + "reference": "u-Ticket: Workload-Balanced Pruning for Sparse SNNs, arXiv:2302.06746", + "script": "opt06_uticket_prune.py", "baseline_mode": false, "method": "harmonic_matched", "accuracy": { - "test_acc": 0.025, - "test_target_acc": 0.025, - "best_val_acc": 0.6871428571428572 + "test_acc": 0.10785714285714286, + "test_target_acc": 0.10785714285714286, + "best_val_acc": 0.9107142857142857 }, "efficiency": { "spikes_per_inference": null, - "syn_ops_per_inference": 8857.618810876624, + "syn_ops_per_inference": 134146.13453733767, "dense_macs_per_inference": 122675200.0, - "event_fraction_of_dense": 7.22038261268506e-05, - "syn_ops_per_inference_dense_fanout": 63155950.40909091, - "weight_sparsity": 0.9982718593489148, - "effective_ticks": 100.0, + "event_fraction_of_dense": 0.0010935065484901404, + "syn_ops_per_inference_dense_fanout": 65046831.82467532, + "weight_sparsity": 0.9909484557595993, + "effective_ticks": 17.615, "num_ticks": 100, - "membrane_bytes_per_inference": 0, - "weight_bytes": 613376, + "membrane_bytes_per_inference": 451200, + "weight_bytes": 4907008, "input_raster_bytes": null, - "train_ms_per_step": 83.6030630499863, - "infer_ms_per_sample": 0.5862654068749862, - "peak_vram_mb": 2832.311808 + "train_ms_per_step": 99.08765609998227, + "infer_ms_per_sample": 0.6416375046870826, + "peak_vram_mb": 2838.396928, + "weight_bytes_nonzero": 3485 }, "optimization_specific": { - "w_bits": 4, - "u_bits": 2, - "leak_shift": 2, - "beta_eff": 0.75, - "qat": true, - "batchnorm": true, - "membrane_memory_reduction_x": 16.0, - "weight_memory_reduction_x": 8.0, - "membrane_bytes_per_inference": 28200.0, - "working_set_bytes": 613658.0, - "baseline_working_set_bytes": 4911520.0, - "l2_cache_fits": true, - "baseline_l2_cache_fits": false, - "l2_budget_bytes": 2097152, - "membrane_saturation_frac": 0.0, - "acc_vs_ubits": { - "2": 0.025, - "4": 0.025714285714285714, - "8": 0.03, - "0": 0.024285714285714285 + "pruning_enabled": true, + "balance_enabled": true, + "rounds": 5, + "final_sparsity": 0.9992897727272727, + "nnz_per_layer": { + "layer0": 96, + "layer1": 512, + "layer2": 256 }, - "bits_sweep_rows": [ - { - "u_bits": 2, - "acc": 0.025, - "target_acc": 0.025, - "membrane_bytes_per_neuron_per_tick": 0.25, - "membrane_memory_reduction_x": 16.0, - "membrane_saturation_frac": 0.0, - "acc_drop_vs_fp32": -0.0007142857142857159 - }, - { - "u_bits": 4, - "acc": 0.025714285714285714, - "target_acc": 0.025714285714285714, - "membrane_bytes_per_neuron_per_tick": 0.5, - "membrane_memory_reduction_x": 8.0, - "membrane_saturation_frac": 3.0197251773049646e-05, - "acc_drop_vs_fp32": -0.0014285714285714284 - }, - { - "u_bits": 8, - "acc": 0.03, - "target_acc": 0.03, - "membrane_bytes_per_neuron_per_tick": 1.0, - "membrane_memory_reduction_x": 4.0, - "membrane_saturation_frac": 0.0005447279476950355, - "acc_drop_vs_fp32": -0.005714285714285713 - }, - { - "u_bits": 0, - "acc": 0.024285714285714285, - "target_acc": 0.024285714285714285, - "membrane_bytes_per_neuron_per_tick": 4.0, - "membrane_memory_reduction_x": 1.0, - "membrane_saturation_frac": null, - "acc_drop_vs_fp32": 0.0 + "pe_stats_per_layer": { + "layer0": { + "mean_nnz": 0.30000000000000004, + "max_nnz": 1.0, + "min_nnz": 0.0, + "total_nnz": 96, + "numel": 921600, + "sparsity": 0.9998958333333333, + "utilization": 0.30000000000000004 + }, + "layer1": { + "mean_nnz": 1.0, + "max_nnz": 1.0, + "min_nnz": 1.0, + "total_nnz": 512, + "numel": 163840, + "sparsity": 0.996875, + "utilization": 1.0 + }, + "layer2": { + "mean_nnz": 1.0, + "max_nnz": 1.0, + "min_nnz": 1.0, + "total_nnz": 256, + "numel": 131072, + "sparsity": 0.998046875, + "utilization": 1.0 } - ], - "fp32_membrane_acc": 0.024285714285714285, - "per_layer_scales": [ + }, + "pe_utilization_final": 0.7666666666666666, + "pe_utilization_lth": 0.33328993055555556, + "pe_utilization_uticket": 0.7666666666666666, + "latency_proxy_dense": 3712, + "latency_proxy_final": 3, + "latency_reduction_frac": 0.9991918103448276, + "rounds_history": [ { - "layer": 0, - "weight_scale": 0.005439152142831257, - "membrane_scale": 1.0, - "shared_scale_gauge_factor": 183.8521838956075 + "round": 1, + "layers": { + "layer0": { + "lth": { + "mean_nnz": 21.6, + "max_nnz": 32.0, + "min_nnz": 13.0, + "total_nnz": 6912, + "numel": 921600, + "sparsity": 0.9925, + "utilization": 0.675 + }, + "uticket": { + "mean_nnz": 22.0, + "max_nnz": 22.0, + "min_nnz": 22.0, + "total_nnz": 7040, + "numel": 921600, + "sparsity": 0.9923611111111111, + "utilization": 1.0 + } + }, + "layer1": { + "lth": { + "mean_nnz": 96.0, + "max_nnz": 118.0, + "min_nnz": 63.0, + "total_nnz": 49152, + "numel": 163840, + "sparsity": 0.7, + "utilization": 0.8135593220338984 + }, + "uticket": { + "mean_nnz": 96.0, + "max_nnz": 96.0, + "min_nnz": 96.0, + "total_nnz": 49152, + "numel": 163840, + "sparsity": 0.7, + "utilization": 1.0 + } + }, + "layer2": { + "lth": { + "mean_nnz": 153.6015625, + "max_nnz": 181.0, + "min_nnz": 111.0, + "total_nnz": 39322, + "numel": 131072, + "sparsity": 0.6999969482421875, + "utilization": 0.8486274171270718 + }, + "uticket": { + "mean_nnz": 154.0, + "max_nnz": 154.0, + "min_nnz": 154.0, + "total_nnz": 39424, + "numel": 131072, + "sparsity": 0.69921875, + "utilization": 1.0 + } + } + }, + "latency_proxy": 272, + "sparsity": 0.9214015151515151 }, { - "layer": 1, - "weight_scale": 0.0023113220397915158, - "membrane_scale": 1.0, - "shared_scale_gauge_factor": 432.65282067322875 + "round": 2, + "layers": { + "layer0": { + "lth": { + "mean_nnz": 6.6000000000000005, + "max_nnz": 15.0, + "min_nnz": 1.0, + "total_nnz": 2112, + "numel": 921600, + "sparsity": 0.9977083333333333, + "utilization": 0.44000000000000006 + }, + "uticket": { + "mean_nnz": 7.0, + "max_nnz": 7.0, + "min_nnz": 7.0, + "total_nnz": 2240, + "numel": 921600, + "sparsity": 0.9975694444444444, + "utilization": 1.0 + } + }, + "layer1": { + "lth": { + "mean_nnz": 28.80078125, + "max_nnz": 48.0, + "min_nnz": 2.0, + "total_nnz": 14746, + "numel": 163840, + "sparsity": 0.90999755859375, + "utilization": 0.6000162760416666 + }, + "uticket": { + "mean_nnz": 29.0, + "max_nnz": 29.0, + "min_nnz": 29.0, + "total_nnz": 14848, + "numel": 163840, + "sparsity": 0.909375, + "utilization": 1.0 + } + }, + "layer2": { + "lth": { + "mean_nnz": 46.19921875, + "max_nnz": 64.0, + "min_nnz": 26.0, + "total_nnz": 11827, + "numel": 131072, + "sparsity": 0.9097671508789062, + "utilization": 0.72186279296875 + }, + "uticket": { + "mean_nnz": 46.0, + "max_nnz": 46.0, + "min_nnz": 46.0, + "total_nnz": 11776, + "numel": 131072, + "sparsity": 0.91015625, + "utilization": 1.0 + } + } + }, + "latency_proxy": 82, + "sparsity": 0.9762731481481481 }, { - "layer": 2, - "weight_scale": 0.008123405277729034, - "membrane_scale": 1.0, - "shared_scale_gauge_factor": 123.10108455890783 + "round": 3, + "layers": { + "layer0": { + "lth": { + "mean_nnz": 2.1, + "max_nnz": 7.0, + "min_nnz": 0.0, + "total_nnz": 672, + "numel": 921600, + "sparsity": 0.9992708333333333, + "utilization": 0.3 + }, + "uticket": { + "mean_nnz": 2.0, + "max_nnz": 2.0, + "min_nnz": 2.0, + "total_nnz": 640, + "numel": 921600, + "sparsity": 0.9993055555555556, + "utilization": 1.0 + } + }, + "layer1": { + "lth": { + "mean_nnz": 8.69921875, + "max_nnz": 18.0, + "min_nnz": 0.0, + "total_nnz": 4454, + "numel": 163840, + "sparsity": 0.97281494140625, + "utilization": 0.4832899305555556 + }, + "uticket": { + "mean_nnz": 9.0, + "max_nnz": 9.0, + "min_nnz": 9.0, + "total_nnz": 4608, + "numel": 163840, + "sparsity": 0.971875, + "utilization": 1.0 + } + }, + "layer2": { + "lth": { + "mean_nnz": 13.80078125, + "max_nnz": 23.0, + "min_nnz": 6.0, + "total_nnz": 3533, + "numel": 131072, + "sparsity": 0.9730453491210938, + "utilization": 0.6000339673913043 + }, + "uticket": { + "mean_nnz": 14.0, + "max_nnz": 14.0, + "min_nnz": 14.0, + "total_nnz": 3584, + "numel": 131072, + "sparsity": 0.97265625, + "utilization": 1.0 + } + } + }, + "latency_proxy": 25, + "sparsity": 0.992739898989899 }, { - "layer": 3, - "weight_scale": 0.016667025429861888, - "membrane_scale": 1.0, - "shared_scale_gauge_factor": 59.99870848029819 + "round": 4, + "layers": { + "layer0": { + "lth": { + "mean_nnz": 0.6000000000000001, + "max_nnz": 2.0, + "min_nnz": 0.0, + "total_nnz": 192, + "numel": 921600, + "sparsity": 0.9997916666666666, + "utilization": 0.30000000000000004 + }, + "uticket": { + "mean_nnz": 1.0, + "max_nnz": 1.0, + "min_nnz": 1.0, + "total_nnz": 320, + "numel": 921600, + "sparsity": 0.9996527777777777, + "utilization": 1.0 + } + }, + "layer1": { + "lth": { + "mean_nnz": 2.69921875, + "max_nnz": 8.0, + "min_nnz": 0.0, + "total_nnz": 1382, + "numel": 163840, + "sparsity": 0.99156494140625, + "utilization": 0.33740234375 + }, + "uticket": { + "mean_nnz": 3.0, + "max_nnz": 3.0, + "min_nnz": 3.0, + "total_nnz": 1536, + "numel": 163840, + "sparsity": 0.990625, + "utilization": 1.0 + } + }, + "layer2": { + "lth": { + "mean_nnz": 4.19921875, + "max_nnz": 9.0, + "min_nnz": 1.0, + "total_nnz": 1075, + "numel": 131072, + "sparsity": 0.9917984008789062, + "utilization": 0.4665798611111111 + }, + "uticket": { + "mean_nnz": 4.0, + "max_nnz": 4.0, + "min_nnz": 4.0, + "total_nnz": 1024, + "numel": 131072, + "sparsity": 0.9921875, + "utilization": 1.0 + } + } + }, + "latency_proxy": 8, + "sparsity": 0.9976325757575758 + }, + { + "round": 5, + "layers": { + "layer0": { + "lth": { + "mean_nnz": 0.30000000000000004, + "max_nnz": 1.0, + "min_nnz": 0.0, + "total_nnz": 96, + "numel": 921600, + "sparsity": 0.9998958333333333, + "utilization": 0.30000000000000004 + }, + "uticket": { + "mean_nnz": 0.30000000000000004, + "max_nnz": 1.0, + "min_nnz": 0.0, + "total_nnz": 96, + "numel": 921600, + "sparsity": 0.9998958333333333, + "utilization": 0.30000000000000004 + } + }, + "layer1": { + "lth": { + "mean_nnz": 0.900390625, + "max_nnz": 3.0, + "min_nnz": 0.0, + "total_nnz": 461, + "numel": 163840, + "sparsity": 0.997186279296875, + "utilization": 0.3001302083333333 + }, + "uticket": { + "mean_nnz": 1.0, + "max_nnz": 1.0, + "min_nnz": 1.0, + "total_nnz": 512, + "numel": 163840, + "sparsity": 0.996875, + "utilization": 1.0 + } + }, + "layer2": { + "lth": { + "mean_nnz": 1.19921875, + "max_nnz": 3.0, + "min_nnz": 0.0, + "total_nnz": 307, + "numel": 131072, + "sparsity": 0.9976577758789062, + "utilization": 0.3997395833333333 + }, + "uticket": { + "mean_nnz": 1.0, + "max_nnz": 1.0, + "min_nnz": 1.0, + "total_nnz": 256, + "numel": 131072, + "sparsity": 0.998046875, + "utilization": 1.0 + } + } + }, + "latency_proxy": 3, + "sparsity": 0.9992897727272727 } ], - "shared_scale_note": "weight grid and membrane grid are the same grid up to a per-layer positive scalar that BatchNorm absorbs exactly; exact only with --batchnorm on", - "multiplier_less_compare": true, - "wall_clock_caveat": "this reference kernel computes in fp32 registers, so the traffic win does not appear in train_ms_per_step; a fixed-point core is where it becomes energy" + "latency_proxy_lth": 7, + "latency_reduction_vs_lth_frac": 0.5714285714285714 }, "config": { "method": "harmonic_matched", @@ -5084,7 +4853,7 @@ "decision_margin": 2.0, "export": false, "seed": 1234, - "hub_dir": "/kaggle/working/hub/opt08_mint_quant/leak_shift_2", + "hub_dir": "/kaggle/working/hub/opt06_uticket_prune/prune_rate_0.7", "repo_id": "UWU-R-13/SSVEP-SNN", "push_hf": false, "keep_epoch_weights": 1, @@ -5095,21 +4864,21 @@ "bench_warmup": 10, "bench_iters": 50, "bench_train_steps": 20, - "w_bits": 4, - "u_bits": 2, - "leak_shift": 2, - "qat": true, - "bits_sweep": "2,4,8,0", - "l2_bytes": 2097152, + "prune_rounds": 5, + "prune_rate": 0.7, + "rewind_epoch": 1, + "balance": true, + "balance_iters": 2, + "prune_readout": false, "sampling_rate": 250.0 } }, "zip": { - "name": "leak_shift_2.zip", + "name": "prune_rate_0.7.zip", "files": 81, - "bytes": 12398575, - "MB": 12.4, - "sha256": "f3265cdd1b2d111f678c285a1c19cf7387d1102687a0b4cf493deb9a791519cc" + "bytes": 8084840, + "MB": 8.1, + "sha256": "20c9e49012378d56d0917461901d1b7656542b3eee38002b8faa524568fa2972" } } ] \ No newline at end of file