Cover image

Noise Rewrote the CT Leaderboard

TL;DR for operators A team using a clean CT leaderboard must decide which high-scoring models deserve costly validation. That ranking may be useful for screening, but it may not survive the operating conditions the model will actually encounter. When the same 200 breast CT cases were exposed to mild, previously unseen Poisson noise, the clean and noisy rankings became essentially uncorrelated, with Spearman’s $\rho$ of about 0.04. The clean-data champion no longer reduced reconstruction error relative to the condition-matched baseline, giving it zero calibrated headroom, while a method ranked lower on clean inputs became the noisy-condition leader. ...

August 6, 2026 · 9 min · Zelina
Cover image

Rotate Before You Update: Deeper Test-Time Adaptation for Graph Models

TL;DR for operators A deployed graph model may encounter a new network, molecule population, or sensor regime and still need to predict before any verified label exists. The operational question is whether it should remain fixed or make a tightly bounded adjustment using only information available in the incoming unlabeled sample. T3R offers the second option. Across nine DiTEC-WDN benchmarks, one update reduced average RMSE from 0.5023 under ERM to 0.3095, a 38.38% reduction, although it did not lead the average NSE metric. The method learns during training how an auxiliary objective can provide proxy updates for deeper prediction layers when the true supervised correction is unavailable. ...

July 24, 2026 · 8 min · Zelina
Cover image

Don’t Retrain the Whole Map When One Neighborhood Moves

TL;DR for operators Most production model-maintenance policies sit between two unattractive extremes: never retrain and watch performance decay, or retrain constantly and turn the MLOps budget into a recurring tribute payment. This paper tests a third option.1 It divides the feature space into clusters, maintains a separate ADWIN error detector for each cluster, and triggers model adaptation when one of those regional error streams changes significantly. The goal is not to beat continuous retraining at any cost. It is to approach its predictive performance while avoiding its habit of rebuilding the model whenever another batch enters the building. ...

July 15, 2026 · 20 min · Zelina
Cover image

Mind the Flux: Why Average Accuracy Fails Where the Towers Aren’t

TL;DR for operators Models are often sold as if accuracy were a passport: one clean number, stamped at the border, cleared for deployment. FLUXtrapolation is a useful reminder that the border is usually where the problem begins. The paper introduces a benchmark for predicting hourly ecosystem fluxes — carbon, water, and energy exchanges between ecosystems and the atmosphere — when direct measurements exist only at sparse flux-tower sites.1 The mechanism is simple and unpleasant: train models where towers exist, then test them in progressively less comfortable situations where the future, the geography, or the temperature regime has shifted. ...

June 16, 2026 · 17 min · Zelina
Cover image

The Invariance Trap: Why Matching Distributions Can Break Your Model

Noise is easy to add. Information is rather less cooperative. A high-resolution camera image can be blurred. A precise sensor reading can be contaminated with noise. A complete genetic record can be reduced to a coarser code. Reversing any of those operations is much harder, because the missing information has already left the building. ...

December 31, 2025 · 16 min · Zelina
Cover image

Probe and Error: Why Off‑Policy Training Warps LLM Behaviour Detectors

A monitor is only useful if it fails in the boring place. The boring place is production: the real domain, the real prompt style, the real user incentives, the real model generating the real response. Not the tidy benchmark. Not the synthetic dataset. Not the “please pretend to be deceptive” prompt that makes everyone in the lab feel productive. Production is where a detector either catches the thing it was built to catch, or quietly becomes a compliance ornament with a nice AUROC score. ...

November 24, 2025 · 16 min · Zelina