Gradient Noise Scale
Estimates the critical batch size using stable exponential-moving-average estimators. During gradient accumulation it requires no extra forward or backward passes.
Phason Labs studies how models change internally, tests which signals survive controls, and turns reliable methods into tools and independent audits.
The most important advances in AI may come from understanding how intelligence reorganizes itself. Not simply from making today’s systems larger.
Two active projects. Each tied to a concrete question, public code, and an honest statement of maturity.
Does a training metric still predict held-out performance after ordinary explanations are controlled?
A metric can look impressive under pooled correlation while mostly tracking learning rate, architecture, task, seed, validation loss, or another design variable. Marginal Baseline Evaluation compares raw association against controlled partial rank-correlation to expose that failure mode.
FIM_norm is the motivating case study. Its apparent relationship changes after controls and across task domains—exactly the behavior MBE is designed to reveal.
Raw pooled correlation is insufficient for validating ML training metrics. The useful question is whether signal survives ordinary baselines and experimental design variables.
ResNet-18 and WRN-28-2 have separate raw-data bundles, frozen analyses, and standard-library audits.
Across both architectures, AUM reached 0.9872 aggregate AUROC and beat mean loss in all twelve noisy runs. In the controlled synthetic benchmark it reached 0.99995 mean AUROC and 99.5% mean precision at the top 20%, against a 20% random baseline.
AUM led EL2N in all six symmetric-noise runs; EL2N led AUM in all six class-conditional runs. The ordering replicated with the corruption regime rather than collapsing into a single headline.
Three PyTorch diagnostics. Each answers a decision you face during training.
TrainTools turns training behavior into actionable signals: whether batch size is wasting compute, whether a network is losing its ability to learn, and whether continued training is worth the cost.
Estimates the critical batch size using stable exponential-moving-average estimators. During gradient accumulation it requires no extra forward or backward passes.
Measures dormant-unit fraction and effective rank of activation covariance, combining them into a plasticity score from zero to one.
Fits power-law or exponential curves to validation loss, bootstraps uncertainty, and estimates whether additional training is worthwhile.
Core support targets PyTorch 2.0+ and Python 3.9+. Optional extras add curve fitting, plotting, and HuggingFace Trainer integration.
Public releases were tested on a frozen synthetic classification protocol, with every configuration trained normally and again with instrumentation.
Instrumentation left every final parameter hash, validation loss, and test accuracy unchanged. The suite detected NaNs, invalid labels, extreme class imbalance, and amplified gradients in all 25 trials per condition.
The runtime figure comes from a tiny CPU-bound, probe-heavy benchmark. It is descriptive evidence of this test configuration, not a production-overhead estimate.
PyPI install/download counts are public traction signals. They show that packages are being fetched, but they do not by themselves prove sustained human usage.
2,802 PyPI install/download events recorded so far. This is real package activity, not yet proof of sustained users.
3,193 PyPI install/download events recorded so far. Continued weekly activity suggests curiosity beyond a zero-noise launch.
The lab’s philosophy becomes credible only when it constrains the research process.
Start with a claim that evidence could genuinely weaken.
Build visibility into the process before deciding what score matters.
Compare new metrics and methods against ordinary baselines.
Washouts, inversions, and failed intuitions remain part of the evidence.
Code, protocols, and evidence ledgers accompany public claims.
Active work anchors the map. Speculation stays at its edge.
Not a content feed. A quiet record of hypotheses, methods, failed intuitions, and changes of mind.
Separating descriptive metrics from metrics that change decisions.
Internal structural change as a source of capability.
Instrumentation can reveal the question a benchmark should answer.
Phason Labs is a founder-led AI research lab built by Aparajeet Shadangi in Bhubaneswar, India.
The lab is currently focused on model-internals research, open diagnostic tools, and independent evidence audits for machine-learning teams and maintainers.