Sony · Filed Sep 15, 2025 · Published Aug 20, 2026 · verified — real USPTO data

Sony Patents a Parallel Image Compression Method That Keeps Encoding Threads in Sync

Compressing an image quickly usually means doing several things at once, but doing several things at once usually means they fall out of step with each other. Sony's new patent describes a way to keep parallel encoding threads coordinated through a single shared counter, without making them wait on each other.

A video display unit receiving a compressed audiovisual stream for real-time playback. Drawing from patent filing US 2026/0246931 A1.
A video display unit receiving a compressed audiovisual stream for real-time playback.
See all 18 drawings from this filing ↓
Publication number US 2026/0246931 A1
Applicant Sony Group Corporation
Filing date Sep 15, 2025
Publication date Aug 20, 2026
Inventors Stephen Mark KEATING, Karl James SHARMAN, Adrian Richard BROWNE
CPC classification 375/240.24
Grant likelihood Medium
Examiner NIRJHAR, NASIM NAZRUL (Art Unit 2896)
Status Non Final Action Mailed (Jul 29, 2026)
Parent application is a National Stage Entry of PCTEP2024057194 (filed 2024-03-18)
Document 38 claims

What Sony's parallel image encoding actually does

Imagine your camera is trying to compress a photo as fast as possible. To speed things up, it splits the image into chunks and works on all of them at the same time. The problem is that each chunk needs to know a little about the others to compress efficiently, and that shared knowledge is hard to pass around when everything is running in parallel.

Sony's patent describes a specific fix: every chunk uses the same starting rules when it compresses its data, and as it works, it updates a single shared counter based on what it finds. When all the chunks finish, that counter tells the system how to adjust the rules for the next round. You never see any of this, but the result is that image compression can run faster on hardware with multiple processing units without producing a bloated or error-prone file.

The same method works in reverse for decoding, so the device on the other end can unpack the image using the same coordinated approach.

From the filing · CLAIM 1
… splitting the block of image data into a number of sets, each set having a predetermined length in data items; for each set, in parallel: encoding each data item of the set using a context model …

Translation: The image block is divided so multiple sections can be compressed simultaneously.

How the shared counter keeps parallel encoders aligned

The patent covers a method for encoding image data in parallel across multiple processing units while keeping those units statistically coordinated.

Here is how the pieces fit together:

  • Block splitting: A block of image data (think of it as a tile of pixels described as numbers) is divided into several fixed-length sets.
  • Context model: Each set is encoded using a shared starting configuration called a context model, which is essentially a probability table that tells the encoder how likely each possible value is. More accurate probabilities mean tighter, smaller compressed files.
  • Shared counter: As each set is encoded in parallel, every unit increments a single counter based on the values it encounters. Because the counter is shared, all the parallel threads contribute to the same running tally rather than keeping their own isolated statistics.
  • Model update: Once all sets in a block have been encoded, the context model's configuration is updated based on the counter's final value. That updated model is then used for the next block.

The decoding side mirrors this process: sets are decoded in parallel using the same shared-counter logic, so the decoder can reconstruct the original data without needing a serial step to reconcile statistics.

The core tension the patent solves is that true parallelism normally breaks context-adaptive compression, because each encoder would build its own private statistical picture. The shared counter is the bridge that lets parallel threads contribute to one coherent picture instead.

From the filing · THE ABSTRACT
… incrementing a counter in dependence upon a value being encoded, wherein the counter is shared across the number of sets …

Translation: All parallel threads update a single shared counter to stay coordinated.

What this means for cameras and video chips

For anyone designing chips that handle video or images, whether in cameras, streaming encoders, or broadcast hardware, parallel processing is where speed gains come from. The bottleneck has often been the bookkeeping layer: context-adaptive compression codecs like those used in modern video standards depend on statistics that traditionally have to be computed in order, one piece after another. A method that lets multiple units run simultaneously while sharing a lightweight counter rather than a full state table is a practical chip-design tool.

Sony makes image sensors and professional video equipment, so the commercial context is fairly direct. The new Big Tech patents in image and video compression are piling up as hardware makers race to push more processing onto smaller, lower-power chips, and this filing sits squarely in that area.

Sony's fifth filing we've tracked since July in the AI chip wars watchlist follows earlier work on memory efficiency in video and letting users pick AI models, adding another piece to the company's on-device AI picture.

Editorial take

The core claim here covers any system that runs encoding jobs side by side and uses a shared running tally to keep a prediction model up to date. It does not matter what video format or chip is involved. That breadth is deliberate, and if the patent is granted, it would be very hard for a rival to build the same kind of parallel encoder without running into this claim.

What keeps the claim legally credible is its focus on one specific coordination trick: a shared counter, not a full shared memory system. That is narrow enough to be real and defensible, not just a vague idea wearing technical clothing.

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

18 drawing sheets from US 2026/0246931 A1 · click any drawing to enlarge

Patent filing page

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