Cover image

Seven of Eight: A Scalable Forecasting Case for Bike Rebalancing

TL;DR for operators A bike-sharing operator has to reposition bikes before the next demand surge, even when one station is influenced by nearby docks and by commuter corridors elsewhere in the city. In the reported New York and Chicago tests, STAGformer records the lowest error in seven of eight city-month RMSE and MAE cells; GAT retains the lowest Chicago September MAE. ...

August 8, 2026 · 7 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

Edge Control: Why Synthetic Graphs Need a Repair Pass

TL;DR for operators Synthetic graph data is easy to make look plausible and hard to make structurally right. A graph can have the right number of nodes, a sensible average edge count, and a respectable generative model behind it, while still getting the relational geometry wrong. In graph domains, that is not a cosmetic flaw. The edges are the thing. ...

June 18, 2026 · 19 min · Zelina
Cover image

Bond Before Brain: What Actually Drives Molecular MPNNs

TL;DR for operators Molecular GNN selection is often sold as a choice among branded architectures: DMPNN, AttentiveFP, Graphormer, and the rest of the respectable parade. This paper asks a more useful question: before buying the whole architecture, which part of the message-passing pipeline is actually carrying the performance signal? The answer, within this study’s controlled 2D setting, is message construction. The authors benchmark 84 molecular MPNN configurations across ten MoleculeNet tasks by varying three operator families: message-seed initialization, node-edge fusion, and node update. They hold sum aggregation, sum readout, featurization, scaffold splits, tuning protocol, and statistical analysis fixed. That makes the benchmark less glamorous than a new model launch, and substantially more useful. ...

June 15, 2026 · 16 min · Zelina
Cover image

When Buffers Bite Back: Teaching AI to Respect Pallets in Flexible Job Shops

Factories rarely fail because a machine cannot work. They fail because the machine, the operator, the part, the fixture, the pallet, and the next free square meter of floor space refuse to arrive in the same universe at the same time. That is why a scheduling paper about pallets is more interesting than it sounds. ...

March 2, 2026 · 16 min · Zelina
Cover image

When the Brain Refuses to Tick: Continuous-Time AI for Seizure Forecasting

The brain is not a metronome A hospital monitor has a clock. A machine-learning pipeline has windows. A spreadsheet has rows. The brain, inconveniently, has none of these manners. Electroencephalography, or EEG, records electrical activity as a continuous stream across multiple scalp channels. Clinical AI systems then often chop that stream into fixed segments, transform each segment into features, and ask a classifier a familiar question: seizure or not seizure, abnormal or normal, risk or no risk. ...

February 27, 2026 · 16 min · Zelina
Cover image

Diffusing the Periodic Table: How Hierarchy Fixes Molecular AI

A molecule can fail for a very small reason. Not a grand theoretical reason. Not because the model lacks a cinematic vision of drug discovery. Sometimes the failure is an aromatic nitrogen that should carry hydrogen but does not. Sometimes it is a formal charge that disappears because the token vocabulary decided that “nitrogen” was enough detail. Chemistry, unfortunately, does not reward this sort of minimalism. ...

February 20, 2026 · 15 min · Zelina
Cover image

One-Hot Walls, LLaMA Doors: Teaching AI the Language of Buildings

A wall is rarely just a wall. In a building information model, “core wall,” “perimeter wall,” “loadbearing retaining wall,” “roof parapet,” and “balcony parapet wall” are not interchangeable administrative labels. They sit inside a professional language shaped by structure, function, construction sequence, cost responsibility, design intent, and downstream operational meaning. But many supervised AI models still learn these categories through one-hot encoding. Forty-two subtypes become forty-two orthogonal switches. One cell is turned on; forty-one are turned off. Congratulations: “core wall” is now mathematically as unrelated to “perimeter wall” as it is to “haunch.” Somewhere, a structural engineer silently closes the laptop. ...

February 18, 2026 · 6 min · Zelina
Cover image

Don’t Just Fuse It — Align It: When Multimodal Recommendation Grows a Spine

A product page has a photo. A description. A category. A few user clicks. Maybe a rating, if the platform is lucky. The ordinary recommender-system reflex is to pour all of that into the model and call it “multimodal.” Image embedding here, text embedding there, concatenate, pool, sum, ship. Then, when performance disappoints, add another feature extractor, another graph layer, another auxiliary objective, and hope the leaderboard blushes. ...

January 20, 2026 · 19 min · Zelina
Cover image

When Pipes Speak in Probabilities: Teaching Graphs to Explain Their Leaks

A pipe rarely announces failure politely. It does not send a memo saying, “Junction 14 is leaking, please dispatch a crew before lunch.” It changes pressure. It disturbs flow. It leaves small traces across a network where every junction and pipe is connected to everything else by physics, topology, and the usual municipal habit of maintaining critical infrastructure with budget constraints that appear to have been designed by a medieval ascetic. ...

January 7, 2026 · 16 min · Zelina