Cover image

Label Now, Drive Later: Why Autonomous Driving Needs Fewer Clicks, Not Smarter Annotators

Clicks are a cost centre. In a 3D annotation tool, deleting an unnecessary bounding box may take one or two seconds. Creating a missed vehicle annotation from scratch takes about 23 seconds. Correcting a poorly positioned box falls somewhere in between. These actions may all count as model errors. They do not cost the same amount of human time. ...

January 1, 2026 · 14 min · Zelina
Cover image

MaskOpt or It Didn’t Happen: Teaching AI to See Chips Like Lithography Engineers

MaskOpt or It Didn’t Happen: Teaching AI to See Chips Like Lithography Engineers Cells repeat. That is the comforting part of chip design. A NAND gate appears thousands of times. A buffer shows up again and again. Standard-cell libraries exist because repetition is economically useful: design once, place many times, avoid reinventing geometry until everyone loses the will to live. ...

December 27, 2025 · 15 min · Zelina
Cover image

Dexterity Over Data: Why Sign Language Broke Generic 3D Pose Models

Hands are small, fast, and inconvenient. That is a problem for AI systems that prefer the world to be large, slow, and conveniently labeled. A walking person can be reconstructed with some tolerance for imprecision. A signer cannot. In sign language, a curled finger, wrist angle, palm orientation, or moment of hand-body contact may carry meaning. When the model gets that wrong, it is not merely producing an awkward avatar. It is quietly changing the message. ...

December 26, 2025 · 17 min · Zelina
Cover image

When Tensors Meet Telemedicine: Diagnosing Leukemia at the Edge

Blood Smears, But Make Them Networked A blood smear is not exactly the image most executives imagine when they say “AI transformation.” It is small, stained, quiet, and usually examined under conditions that do not look like a glossy product demo. Yet this is where many medical AI systems either become useful or become another benchmark trophy gathering dust in a PDF. ...

December 21, 2025 · 15 min · Zelina
Cover image

SceneMaker: When 3D Scene Generation Stops Guessing

A chair behind a table is not half a chair A single image can be a very rude input. It shows the front of a room, hides the back of objects, compresses depth into pixels, and then asks a model to produce a coherent 3D scene. The model must decide what the hidden side of a chair looks like, how large the chair is, whether it sits behind the table or intersects with it, and where everything belongs in 3D space. Naturally, when the result looks wrong, we often blame “weak 3D generation.” ...

December 13, 2025 · 15 min · Zelina
Cover image

Drunk on Data: How Recurrent Fusion Models Soberingly Outperform Traditional Intoxication Detection

A checkpoint camera is not a breathalyzer. That sounds obvious, until a model reports 95.82% accuracy and everyone in the room suddenly starts imagining frictionless alcohol screening at entrances, vehicles, warehouses, airports, and campuses. This is the useful tension in Detection of Intoxicated Individuals from Facial Video Sequences via a Recurrent Fusion Model.1 The paper does not claim to measure blood alcohol concentration. It does not turn facial video into courtroom-grade evidence. What it does is more specific, and arguably more operationally interesting: it shows how a video model can combine facial geometry, temporal movement, and adaptive fusion to classify likely intoxication from short facial video clips. ...

December 7, 2025 · 12 min · Zelina
Cover image

Noise Without Borders: How Single-Pair Guidance Rewrites Diffusion Synthesis

Camera noise is annoying in the same way logistics is annoying: nobody wants to talk about it until the system fails. A phone camera, a factory inspection camera, a medical imaging sensor, or a night-time security device does not merely capture a clean scene plus a cute little sprinkle of Gaussian noise. Real image noise is shaped by sensors, ISO settings, shutter speed, color processing, demosaicing, compression, and whatever private magic lives inside the image signal processing pipeline. In research papers, that pipeline is often politely summarized as “real-world noise.” In deployment, it is the reason a denoising model that looked excellent in the lab starts behaving like it has never seen darkness before. ...

December 7, 2025 · 15 min · Zelina
Cover image

When Motion Lies: Why Video LLMs Keep Misreading Physics

A car approaches a crosswalk. The frames look simple: car, road, direction, movement. A human can still ask the useful question: is the car speeding up, slowing down, or merely moving at a steady pace? A video language model may answer with the confidence of a dashboard camera that has read too many captions and learned too little physics. It sees a car getting closer. It infers “accelerating.” The problem is not that the model missed the car. The problem is that it saw the same visual pattern and failed to model the hidden change in motion. ...

December 7, 2025 · 16 min · Zelina
Cover image

CAPTION THIS: Why Multimodal RAG Is Finally Growing Up

Captioning looks easy until the caption has to be true. A consumer image captioning model can say, “a man standing at a podium,” and most people will nod. A newsroom cannot stop there. It needs to know whether the man is a senator, a witness, a CEO, a defendant, or simply someone unlucky enough to stand near a microphone. It may need the committee name, the location, the event, the year, the organization behind the banner, and the person half-visible at the edge of the frame. Journalism, as usual, ruins the demo. ...

November 30, 2025 · 18 min · Zelina
Cover image

Merge, Bound, and Determined: Why Weight-Space Surgery May Be CIL’s Most Underrated Trick

Catalogs change. Defect categories change. Fraud patterns change. Document types change. The model, unfortunately, often reacts like an employee who learns the new product line and immediately forgets where the old shelves are. That is the everyday problem behind Class-Incremental Learning (CIL): a model must learn new classes over time while still recognizing old ones. The difficult part is not merely adding output labels. It is keeping the feature extractor from being rewritten by the latest task until yesterday’s knowledge becomes decorative archaeology. ...

November 29, 2025 · 16 min · Zelina