Ground Truth.
AI, checked against the source.

← All topics

computer-vision

Everything on Ground Truth tagged “computer-vision” — 12 items.

One checkpoint turns a compatible video model into a 4D world builder News

Researchers skipped the pixels entirely, feeding a video model's final internal representation straight into a 4D decoder, and got a single checkpoint that works unchanged across multiple video generators after training on about a thousand clips.

NeRF and Gaussian splatting: turning photographs into a scene you can move through Lesson

NeRF and Gaussian splatting both turn a set of ordinary photographs into a three-dimensional scene viewable from angles no camera ever occupied, one by training a small neural network and the other by fitting millions of translucent blobs.

Google shipped sign-language-to-text on Pixel, trained on 100,000 hours of signing News

Google DeepMind released SL2T, a model that translates sign language directly to text and now powers signing input in Gboard and Live Transcribe, trained on more than 100,000 hours of data across over 50 sign languages.

Vision models can tell which camera took a photo, and they use it to cheat News

A paper accepted to ECCV 2026 shows that image encoders pick up invisible pixel-level traces left by cameras and image processing, then lean on those traces as a shortcut for the actual task, degrading when the equipment changes.

Shortcut learning: when a model gets the right answer for the wrong reason Lesson

Shortcut learning is what happens when a model finds a cue that correlates with the right answer but has nothing to do with the actual task, and uses it instead of learning the thing you wanted.

Vision Transformers: what happens when you feed a picture to a language architecture Lesson

A Vision Transformer chops an image into a grid of small patches, treats each patch as a word, and runs the exact same Transformer machinery that powers language models over the resulting sequence. Google Research showed in 2020 that this beats purpose-built image networks once you train it on enough data, and it is why today's image, video and robot models all share one architecture.

Starbucks pulls its AI inventory counter from 11,300 cafes after nine months News

Starbucks has retired Automated Counting, an iPad-based computer vision system for counting shelf stock, nine months after rolling it out to 11,300 company-operated cafes, after workers reported miscounts and lost progress.

Convolutional neural networks: how machines learned to see Lesson

A convolutional neural network learns small reusable filters that slide across an image, so the same edge or texture detector works anywhere in the frame - the idea that made computer vision practical and still runs inside modern image, audio and video systems.

Contrastive learning: teaching models by pulling likes together and pushing unlikes apart Lesson

Contrastive learning is a self-supervised training method that learns useful representations without labels by pulling matching pairs closer together in an embedding space and pushing mismatched pairs apart - the technique behind SimCLR and CLIP, and the classic alternative to generation-based approaches for teaching a model to perceive.

A video generator, repurposed as a perception model, matches specialists with up to 500x less data News

GenCeption repurposes a pre-trained video generative diffusion model as a feed-forward perception system, matching specialist vision models on depth, surface normals, pose and segmentation while using 7x to 500x less training data - and generalizing from synthetic-only training to real footage.

Why AI Vision Benchmarks Reward Getting Close Instead of Getting It Right News

A new evaluation method argues standard image benchmarks hide model failures by averaging all details equally, and it exposes an 8-point perception gap between open and proprietary models that looser scoring conceals.

A tiny image-editing AI now runs entirely inside your web browser News

Moebius is a small inpainting model claiming far-larger-model quality, and a developer ported it to run on your own machine in a browser tab -- no server, no upload.