Samsung · Filed Nov 25, 2025 · Published Jun 4, 2026 · verified — real USPTO data

Samsung Patents a Neural-Network Image Compression System That Uses Layered Encoding

Samsung is filing patents in the "learned image compression" space — a field where neural networks do the squishing instead of decades-old algorithms like JPEG. The twist here is a two-layer encoding trick that gives the decoder extra context clues to rebuild images more faithfully.

Samsung Patent: AI-Driven Image Compression Explained — figure from US 2026/0156303 A1
FIG. 1A — rendered from the official USPTO publication PDF.
Publication number US 2026/0156303 A1
Applicant Samsung Electronics Co., Ltd.
Filing date Nov 25, 2025
Publication date Jun 4, 2026
Inventors Saifeng Ni, Madhukar Budagavi, Indranil Sinharoy, Rajan Laxman Joshi
CPC classification 375/240.01
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Dec 26, 2025)
Parent application Claims priority from a provisional application 63727115 (filed 2024-12-02)
Document 20 claims

What Samsung's AI image compression actually does

Imagine compressing a photo for storage, but instead of a fixed rulebook (like JPEG uses), a neural network has learned from millions of images what information is safe to throw away and what must be kept. That's learned image compression in a nutshell.

Samsung's patent adds a clever second layer on top. While the main image data is being compressed, a secondary summary — called a hyperprior — is also generated. Think of it as a cheat sheet about the compressed data itself. When it comes time to decompress, the decoder uses that cheat sheet to make better guesses about what the image should look like, reducing blurry or blocky artifacts.

The result is that you could store or transmit more images at smaller file sizes without the telltale signs of over-compression that make photos look smeared or pixelated. This is especially relevant for mobile cameras, which are generating more high-resolution content than ever.

How the hyperprior encoder guides image reconstruction

The system works in two parallel tracks. First, an analysis network (the encoder side) takes an input image and maps it to a latent representation — a compact, abstract description of the image learned through neural network training, not a pixel-by-pixel copy.

That latent representation gets quantized (rounded to discrete values so it can be efficiently stored) and then compressed further using entropy encoding (a lossless technique, like the one inside ZIP files, that removes statistical redundancy from binary data). The output is a bitstream — the final compressed file.

Simultaneously, the same latent representation feeds into a second network called the hyperprior pathway. This generates a hyper latent representation: essentially metadata about the structure of the compressed data. It too gets quantized and stored.

  • On the decoder side, the hyperprior data is read first, giving the system statistical priors (informed probability distributions) about what values the main bitstream likely contains.
  • Those priors guide entropy decoding, making it more accurate.
  • The result is a reconstructed image that better matches the original than if the decoder had worked blind.

This architecture closely mirrors the foundational "Variational Image Compression with a Scale Hyperprior" framework from Ballé et al. (2018), which has become a reference architecture in the learned compression field.

What this means for photo storage and streaming quality

Learned image compression is one of the more credible challenges to JPEG and HEIC for high-efficiency image storage. At aggressive compression ratios — the kind you'd use when saving thousands of photos to a phone with limited storage, or streaming images over a slow connection — neural approaches consistently outperform classical codecs on perceptual quality metrics. Samsung shipping this in a future Galaxy camera pipeline or cloud photo service would be a straightforward application.

For you as a user, the practical upside is more photos at a given storage budget, or sharper-looking images when your gallery app auto-compresses uploads. The competitive angle is that both Google and Apple are also active in this space, so this patent signals Samsung is building foundational IP to avoid licensing dependencies as the industry gradually moves away from JPEG.

Editorial take

This is a solid but well-trodden area of research — the hyperprior architecture Samsung is patenting here has been in academic literature since 2018 and is already implemented in open-source codecs like CompressAI. The real question is whether Samsung's specific implementation claims are narrow enough to survive prior art scrutiny, or broad enough to matter strategically. As defensive IP for a major device maker, it makes sense; as a technical leap, it's incremental.

Get one Big Tech patent every Sunday

Plain English, intelligent commentary, no hype. Free.

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

Editorial commentary on a publicly published patent application. Not legal advice.