This Tiny AI Lets Phones Take Real Photos Without a Lens
Could mean slimmer phones and cheaper cameras — no bulky lens needed.
Most cameras need a lens: curved glass that bends light onto a sensor so a sharp picture forms. A lensless camera throws that away. It's just a thin patterned mask sitting on top of an image sensor, and the light that hits it arrives as a smeared, scrambled pattern. Software has to unscramble that mess into a normal-looking photo. The appeal is huge — no lens means no camera bump, lower cost, and a device thin enough to slip into almost anything.
The catch has always been the software. Unscrambling is slow and power-hungry, and the best-quality results have come from enormous AI models too big to run on a phone. That's the trade-off the new paper attacks. The team's method, called RTLViT, uses a lightweight vision transformer (an AI that looks at an image in patches, like reading a page in chunks instead of one word at a time). It has just 1.09 million learnable parameters — think of these as the dials the AI tunes while learning. Fewer dials means less computing muscle needed.
Despite being small, it produced better-quality photos than both fast existing methods and models with 15 times more dials, improving image quality by up to 3.46 dB in PSNR — a standard score for how closely a reconstructed image matches the original. Higher is better, and 3.46 dB is a noticeable jump, not a rounding error. It also held up across different training data sizes and two different mask designs.
Most importantly for everyday life, the team got it running in real time on laptops and smartphones. That's the step that moves lensless cameras out of the lab and toward things you'd actually carry. Imagine a phone with no camera bump, a disposable medical camera the size of a sticker, or a security sensor too thin to notice. None of that is on shelves yet — this is a research paper, and real products take years. But the missing piece was always speed plus quality in a small package. This is a serious claim to have filled it.
- A lensless camera is just a patterned mask over a sensor — software, not glass, makes the picture.
- The new AI has 1.09 million settings and beats models 15 times bigger, improving image quality by up to 3.46 dB.
- It runs in real time on laptops and phones, which is what lensless cameras needed to leave the lab.
Why It Matters
Could lead to phones with no camera bump, cheaper medical and security cameras, and thinner devices overall.