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

Samsung Patents a Neural-Network Image Codec Built Around Parallel Processing Layers

Samsung is filing patents on a fully learned image codec — meaning a neural network, not a hand-crafted algorithm like JPEG or HEIC, does all the compressing and decompressing. The twist is an architecture called WaveResNeXt that runs its processing layers in parallel rather than sequentially.

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

What Samsung's AI-driven image compression actually does

Imagine your phone's camera saving a photo at half the file size of a JPEG but with noticeably fewer of those blocky artifacts around edges and fine detail. That's the promise of "learned" image compression — where a trained neural network figures out how to shrink your photo instead of following the fixed rules baked into older formats like JPEG or WebP.

Samsung's patent describes a specific neural-network design, called WaveResNeXt, meant to do exactly that. It takes your image, crunches it down to a compact internal representation, and then uses a second network to model the statistical patterns in that representation — making the final compressed file even smaller without losing more quality.

The decoder side runs the whole process in reverse, reconstructing a clean image from the compressed bitstream. The parallel-processing design is the key architectural bet here: instead of doing each step one after another, several operations run at the same time, which can make encoding and decoding faster on modern hardware.

How WaveResNeXt encodes and reconstructs an image

The patent describes an encoder–decoder pipeline built around the WaveResNeXt architecture. The encoder maps an input image to a latent representation (a compact, learned feature space — think of it as the network's internal shorthand for the image) using layers that run in parallel rather than in sequence.

A separate hyper encoder then takes that latent representation and produces a hyperprior — a statistical model of the latent data (essentially: what patterns does this compressed version tend to have?). This is a well-established trick in learned codecs; knowing the statistics of your data lets you squeeze even more redundancy out during entropy coding (the final lossless compression step that turns everything into a bitstream).

On decode, the process reverses:

  • The bitstream is entropy-decoded using the hyperprior as a guide.
  • The decoder reconstructs the image from the quantized latent and hyper-latent representations.
  • The result is a reconstructed image that should be visually close to the original at a significantly lower bit rate than legacy codecs.

The "WaveResNeXt" name suggests the architecture draws on wavelet-style feature decomposition and ResNeXt-style grouped convolutions (a way of splitting computation across parallel paths, originally from image classification research). That parallel structure is likely the core efficiency claim.

What this means for next-gen image quality and file sizes

Learned image codecs have been closing in on — and in some benchmarks beating — established standards like HEIC and AVIF for a few years now. The bottleneck has been compute: neural compression is expensive to run. Samsung's parallel-layer design is a direct attempt to close that gap, making the codec practical enough to run on device rather than just in a research lab.

For you, this matters because Samsung ships hundreds of millions of Galaxy phones and televisions. If a learned codec like WaveResNeXt matures into a real product feature, it could mean your photos and video frames take up meaningfully less storage and bandwidth — without the visible degradation that comes from cranking up compression on JPEG or even HEIF.

Editorial take

This is serious codec research from a team that knows the space — Samsung's video compression group has shipped real standards work before. The architecture name is clearly a research milestone, not a product name, so it's probably a few years from a consumer camera app. But the parallel-processing angle is a genuine engineering bet worth tracking as learned codecs inch toward mainstream deployment.

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.