New Google Patents · Filed Dec 8, 2025 · Published Sep 10, 2026 · verified — real USPTO data

Google Patents On-Device AI Image Generation That Skips the Cloud

Most AI image generators send your request to a distant server and wait for a reply. Google is patenting a way to do all of that on your phone, instantly and privately.

A neural network system generates an output image based on a latent representation and a conditioning input. Drawing from patent filing US 2026/0268441 A1.
A neural network system generates an output image based on a latent representation and a conditioning input.
See all 8 drawings from this filing ↓
Publication number US 2026/0268441 A1
Applicant Google LLC
Filing date Dec 8, 2025
Publication date Sep 10, 2026
Inventors Haolin Jia, Qifei Wang, Omer Tov, Yang Zhao, Fei Deng, Lu Wang, Chuo-Ling Chang, Tingbo Hou, Matthias Grundmann
CPC classification 345/428
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Jun 12, 2026)
Parent application is a National Stage Entry of PCTUS2024032869 (filed 2024-06-06)
Document 20 claims

What Google's on-device image generator actually does

You're editing a photo or composing a message and you want to drop in an AI-generated image. Usually that means your request travels to a data center somewhere, gets processed, and comes back after a noticeable pause. This patent describes a way to skip that round trip entirely.

Google's approach runs a type of AI image-maker called a GAN (short for Generative Adversarial Network) directly on the device in your pocket. You give it some kind of starting input, like a style description or a rough sketch, and the AI builds a full-resolution image right there, without ever touching the internet.

The trick is how the AI grows the image: it starts with a tiny, blurry version and passes it through a series of steps that each make it sharper and larger, using a final specialized step to hit the target resolution efficiently. The result is meant to be fast enough to feel instant on ordinary phone hardware.

From the filing · CLAIM 1
initializing a latent representation of the output image to have an initial resolution; processing the latent representation through a sequence of convolutional layer blocks …

Translation: The system starts with a small, rough sketch and gradually builds up the image details step by step.

How the GAN builds a full image from a low-res sketch

The patent describes a generator neural network that takes a conditioning input (anything that tells the model what kind of image to produce) and outputs a full-resolution image entirely on the local device.

The core architecture works in stages called convolutional layer blocks. Each block takes the current internal representation of the image, upsamples it (makes it bigger and adds detail), and then runs it through one or more styled convolutional layers that are each tuned by the original conditioning input. This means the style or content you asked for keeps influencing every step of the process, not just the beginning.

A key design detail: the final block in that sequence deliberately stops below the target resolution. The last stretch to full resolution is handled by a separate output head that uses a technique called depthwise separable modulated convolution (a lighter-weight convolution operation, meaning it does similar work with fewer calculations). That final step is cheaper to compute, which matters a lot when the processor is a mobile chip rather than a server GPU.

  • Conditioning input shapes every layer, not just the first
  • Each block only upsamples one step at a time, keeping memory use predictable
  • The output head handles the most expensive resolution jump with an efficient operator
  • The whole pipeline is designed to stay within the memory and power limits of on-device chips

What local AI image generation means for your phone

Running image generation on the device rather than in the cloud has two obvious benefits for you: speed and privacy. No server round trip means results arrive faster, and your prompts or source images never leave your phone. For photo-editing tools or messaging features that generate images on the fly, that combination matters.

Google's steady investment in on-device AI has been visible across its Pixel hardware line for several years. A GAN that fits inside phone-class memory budgets would let Google add image generation to features that currently depend on a connection, and it could run in situations where there is no connection at all. The efficiency tricks in this patent, particularly that lightweight final upsampling step, are the kind of engineering that makes the difference between a demo and something that ships.

This is the 45th Google filing we've tracked since May in our on-device AI privacy watchlist, building on facial recognition for home cameras and anonymous user tracking.

Editorial take

The ship path here is shorter than it might look. Google already ships on-device ML models for tasks like photo enhancement and speech recognition on Pixel phones, so the infrastructure for deploying a compressed neural network to a handset exists. The missing piece is whether a GAN small enough to fit this architecture can produce images good enough that users actually want them.

The patent's most telling detail is the output head design. Offloading the final resolution jump to a cheaper operator suggests the authors were actively constrained by real mobile hardware, not just theorizing. That kind of design trade-off shows up in shipping code, not in research papers.

The gap between a working model and a polished user-facing feature is still real: inference speed, image quality, and memory pressure all have to land in the right range simultaneously. But the architecture described here reads like an engineering document from a team that has already run into those constraints and made choices to work around them.

There are more where this came from

We read every patent application Big Tech publishes and send you the ones worth knowing. Plain English, free, every week.

The drawings

8 drawing sheets from US 2026/0268441 A1 · click any drawing to enlarge

Patent filing page

Source. Full patent text and figures from the official USPTO publication PDF.