Papers › PsiLogic: Chaos-Aware Active Cancellation for Adam with a Fair Cross-Domain Benchmark

PsiLogic: Chaos-Aware Active Cancellation for Adam with a Fair Cross-Domain Benchmark

5 Jul 2026arXiv:2607.16268added by Syntology

Ali Sultonov

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Adaptive optimizers such as Adam and AdamW apply the same update rule regardless of whether training is in a chaotic early phase or near convergence. We introduce PsiLogic, an optimizer that augments Adam with a dynamic Active Cancellation Term gated by a dual exponential moving average (EMA) of scale-normalized gradient norms. The resulting chaos detector strengthens damping when gradient statistics are unstable and fades to zero as training stabilizes, providing an implicit warmup without a hand-tuned schedule. We evaluate PsiLogic against Adam, AdamW, and Lion using FairBench -- a reproducible benchmark protocol with per-optimizer learning-rate sweeps, identical initialization per seed, and Welch t-tests. On an NVIDIA H100 80GB reference run (4 arenas, 3 seeds, 2000 steps, bf16 AMP), PsiLogic achieves the best validation metric in three of four arenas: NLP perplexity 7.79 +/- 0.18 vs. 8.17 +/- 0.08 (AdamW, p = 0.049), ViT top-1 accuracy 0.244 +/- 0.006 vs. 0.223 +/- 0.002 (AdamW, p = 0.015), and ResNet top-1 accuracy 0.222 +/- 0.001 vs. 0.172 +/- 0.004 (Adam, p = 0.001). On diffusion, validation MSE is statistically tied with Adam/AdamW (p = 0.49). ResNet accuracy vs. AdamW is a numerical tie without significance at three seeds (p = 0.44). Peak GPU memory is comparable across optimizers; PsiLogic incurs 1.2--1.8x wall-clock overhead on transformer-heavy arenas (implementation-bound). We release an open-source PyTorch implementation, the full FairBench harness, and all raw CSV outputs to support independent verification.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.16268")

Code

Syntology Ran 7 of 14 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 7 ran with no contract checked.

By repository: found in paper text by Syntology: 14 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Troxter222/psilogic found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 7 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran
7unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Troxter222/psilogic. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

apply_preset Troxter222/psilogic/psilogic/presets.py found in paper text by Syntology ran MIT (permissive) · 51f22ebe5a49e424 · report
auto_gamma Troxter222/psilogic/psilogic/_chaos.py found in paper text by Syntology ran MIT (permissive) · 3df4cfa235f42569 · report
build_latex_table Troxter222/psilogic/benchmark/fairbench/analysis.py found in paper text by Syntology ran MIT (permissive) · 62c9f93ebf17e2ca · report
effective_warmup Troxter222/psilogic/psilogic/_chaos.py found in paper text by Syntology ran fingerprinted MIT (permissive) · c855bed0089376df · report
layer_norms Troxter222/psilogic/psilogic/debug.py found in paper text by Syntology ran MIT (permissive) · 813a66b26b78b305 · report
nlp_defaults Troxter222/psilogic/psilogic/presets.py found in paper text by Syntology ran fingerprinted MIT (permissive) · d0db2bfc3ee1df51 · report
resolve_warmup Troxter222/psilogic/psilogic/_chaos.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 39076ef82bbdec9f · report
as_fairbench_kwargs Troxter222/psilogic/psilogic/presets.py found in paper text by Syntology unverified MIT (permissive) · aedcdee501da691f · report
gpt_param_groups Troxter222/psilogic/psilogic/param_groups.py found in paper text by Syntology unverified MIT (permissive) · fa97e00f150e4e80 · report
infer_architecture Troxter222/psilogic/psilogic/convenience.py found in paper text by Syntology unverified MIT (permissive) · 7038130c0b4e1f05 · report
launch_leader_sums Troxter222/psilogic/psilogic/_cuda/kernels.py found in paper text by Syntology unverified MIT (permissive) · c002465b34a42a92 · report
launch_multi_fused_step Troxter222/psilogic/psilogic/_cuda/kernels.py found in paper text by Syntology unverified MIT (permissive) · 156644cfc76fd26c · report
main Troxter222/psilogic/benchmark_nlp_5000_psilogic.py found in paper text by Syntology unverified MIT (permissive) · 4055d49d30e44912 · report
vit_param_groups Troxter222/psilogic/psilogic/param_groups.py found in paper text by Syntology unverified MIT (permissive) · 42546ac4c1b335c3 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.16268, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections