Cover image

Swin or Swim: Federated Fusion for Lung AI

Hospital AI sounds simple until someone asks where the patient images will live. A research team can build a decent chest X-ray classifier in a lab. A hospital network, however, has to answer less glamorous questions. Can private data stay inside each institution? Can the model improve across sites without pooling raw images? Can the system run without consuming hardware like a small dragon? And, after all that, does accuracy actually improve enough to justify the complexity? ...

February 20, 2026 · 17 min · Zelina
Cover image

Seeing Is Not Reasoning: Why Mental Imagery Still Breaks Multimodal AI

A model can generate a pretty sequence of images. Good. So can a slide deck. The harder question is whether those images actually help it think. That is the uncomfortable point behind MentisOculi: Revealing the Limits of Reasoning with Mental Imagery, a new benchmark paper that tests whether frontier multimodal models can do something closer to human mental imagery: form a visual state, keep it stable, transform it step by step, and use the transformed state to decide what to do next.1 Not merely “look at an image and answer a question.” Not “draw a plausible intermediate picture.” Actual visual reasoning, with consequences. ...

February 3, 2026 · 18 min · Zelina
Cover image

Edge Cases Matter: Teaching Drones to See the Small Stuff

A drone can cover a construction site, a traffic corridor, or a flooded street in minutes. That is the easy part. The harder part is noticing the small object that changes the decision: a person near a road barrier, a tiny vehicle in a dense intersection, a partly hidden target on a high-resolution aerial image. ...

January 26, 2026 · 15 min · Zelina
Cover image

PyraTok: When Video Tokens Finally Learn to Speak Human

Video looks easy until a machine has to remember what matters. A human watches a short clip and immediately separates the important layers: the object, the action, the background, the timing, the implied intent, the scene transition. A model sees a much less polite object: frames, pixels, motion, compression artifacts, and a large bill for GPU memory. Then we ask it to generate video, answer questions, segment objects, localize actions, and preserve meaning across time. Naturally, the model responds by becoming expensive. Very relatable. ...

January 24, 2026 · 15 min · Zelina
Cover image

When Models Guess the Verb by Looking at the Drawer

Drawer. That is the easy part. A model sees a drawer, and it knows that drawers are often opened. Then it watches a video where someone is closing the drawer and predicts opening anyway. This is not the kind of error that makes a demo look silly for five seconds and then disappear into the benchmark appendix. It is the kind of error that reveals what the system is really using as evidence. The model is not necessarily watching the motion. It may be recognizing the object, remembering the most common verb attached to that object during training, and calling that “video understanding.” Very efficient. Also wrong. ...

January 24, 2026 · 17 min · Zelina
Cover image

Noise Without Regret: How Error Feedback Fixes Differentially Private Image Generation

Photos are annoying data. They are useful because they contain details: the handle of a bag, the edge of a sleeve, the texture of a face, the faint classroom gesture that matters only after someone trains a model on it. They are risky for exactly the same reason. If a generated image looks too much like the real training data, it may quietly leak what the organization was trying not to reveal. If it is protected too aggressively, it becomes a blurry souvenir from a dataset that used to be useful. ...

January 22, 2026 · 14 min · Zelina
Cover image

Punching Above Baselines: When Boxing Strategy Learns to Differentiate

Li Qian is the useful part of the paper, not the medal count Boxing is a simple sport only if you watch it from far enough away. Two athletes enter a ring. One wins. The spectators remember the clean punch, the late-round pressure, the judge’s card, maybe the celebration. Coaches remember something less theatrical: distance, lead-hand rhythm, counter timing, target selection, whether a hook was thrown from the wrong range, whether the opponent’s aggression was actually a trap. ...

January 19, 2026 · 18 min · Zelina
Cover image

Seeing Is Thinking: When Multimodal Reasoning Stops Talking and Starts Drawing

Image work has always had a small credibility problem: people can say where they looked, but we do not always know whether they actually looked there. The same problem shows up in multimodal AI. A model can answer a question about a chart, a photograph, a geometry diagram, or a robotic scene, then produce a neat textual chain of thought afterwards. It may sound procedural. It may mention “examining the relevant region.” It may even say “the graph shows…” with the confidence of a consultant holding a laser pointer. ...

January 15, 2026 · 17 min · Zelina
Cover image

Crossing the Line: Teaching Pedestrian Models to Reason, Not Memorize

Crosswalks look simple from a spreadsheet. A pedestrian either crosses at the intersection or crosses mid-block. The model sees age group, gender, lane count, lighting, weather, signal timing, maybe a bus stop nearby, and then predicts the choice. Very civilized. Very tabular. Very likely to fail when the same logic is moved to a different road. ...

January 5, 2026 · 16 min · Zelina
Cover image

When Three Examples Beat a Thousand GPUs

A GPU bill is usually treated as a hardware problem. Buy faster accelerators, shorten training runs, negotiate a better cloud contract. Less often asked is whether the expensive part of the pipeline began with a badly calibrated prompt. An LLM generating neural-network architectures can create thousands of candidates before training begins. If the prompt provides too little context, the model may repeatedly produce shallow variations of the same familiar design. Add more examples, and it may combine useful ideas across architectural families. Add still more, and the output can become worse, incomplete, or invalid. ...

January 3, 2026 · 15 min · Zelina