Samsung · Filed Apr 24, 2026 · Published Sep 10, 2026 · verified — real USPTO data

Samsung Patents Method to Compress Its AI Without Needing Real-World Examples

Training a smaller AI usually requires access to the same massive dataset used to train the original. Samsung's patent describes a way to skip that entirely, cloning a large model's behavior using artificially generated images instead of real data.

A generative adversarial network (GAN) architecture for compressing an AI model, showing a generator, teacher, and student network. Drawing from patent filing US 2026/0268148 A1.
A generative adversarial network (GAN) architecture for compressing an AI model, showing a generator, teacher, and student network.
See all 4 drawings from this filing ↓
Publication number US 2026/0268148 A1
Applicant Samsung Electronics Co., Ltd.
Filing date Apr 24, 2026
Publication date Sep 10, 2026
Inventors Yoo Jin CHOI, Jihwan CHOI, Mostafa EL-KHAMY, Jungwon LEE
CPC classification 706/25
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Jun 5, 2026)
Parent application is a Continuation of 17021686 (filed 2020-09-15)
Document 20 claims

How Samsung trains a tiny AI from a big one, data-free

Imagine you want to teach a student from a textbook, but the textbook is locked away and you're not allowed to open it. Instead, you write your own practice problems that mimic what the textbook would cover, and you use the teacher's reactions to those problems to coach the student. That's essentially what Samsung's patent describes.

Big AI models are accurate but power-hungry, which makes them impractical on phones or wearables. A common fix is to shrink a big model into a smaller one. The catch: you normally need the original training data, which is often private, proprietary, or just enormous. Samsung's approach generates fake images designed to stress-test the big AI, then uses its responses to train the smaller model without ever touching real data.

The key is how those fake images are crafted. Samsung's system keeps them statistically plausible (they look like the kind of data the big model was trained on) while simultaneously being as confusing as possible to the student model, pushing it to improve faster.

From the filing · CLAIM 1
receiving, at a generator, a random input; producing, at the generator, one or more adversarial images based on the received random input; …

Translation: The system starts by feeding random noise into an AI generator to create synthetic test images.

How the adversarial generator fools and teaches the student network

The system has three main actors working against each other in a loop:

  • Teacher network: The large, accurate AI model that already knows how to do a task (say, recognize objects in photos). It is not retrained; it just responds to images fed to it.
  • Student network: A smaller, faster model being trained to mimic the teacher. The goal is to make it nearly as accurate while being cheaper to run.
  • Generator: A third neural network whose only job is to manufacture synthetic images from random noise.

The generator doesn't make random noise, it's actively steered. Samsung's patent describes a loss term (a scoring function that guides training) built from three components. The first checks whether the fake images match the statistical fingerprint baked into the teacher's batch normalization layers (internal calibration checkpoints that store the average and spread of values the model saw during original training). The second and third components measure entropy, roughly, how uncertain the model is about what it's looking at. The system wants images that are individually hard to classify (high instance entropy) but spread across many categories as a batch (high batch entropy), so the student gets diverse, challenging practice.

The training game is a minimax problem: the generator tries to maximize the gap between teacher and student responses, while the student tries to close it. Over many rounds, the student converges on the teacher's behavior without either party ever seeing real training data.

From the filing · THE ABSTRACT
… minimizing a maximum of a distance between a feature map of the teacher network and a feature map of the student network based on the one or more adversarial images; …

Translation: The training process forces the smaller AI to closely match how the larger AI analyzes those synthetic images.

What smaller on-device AI means for Galaxy users

On-device AI is the direction almost every phone maker is pushing. Running AI on your phone rather than a remote server means faster responses, no data leaving your device, and functionality when you're offline. But squeezing a capable model onto a phone chip requires compression, and compression has historically required access to the original training data. That data is often confidential or simply too large to redistribute.

Samsung's patent chips away at that bottleneck. If a compressed model can be created without any original data, it becomes far easier to deploy updates to on-device AI across a fleet of devices. Samsung's steady investment in on-device model compression suggests the company is serious about doing more AI processing locally on Galaxy hardware. For you as a user, the practical payoff would be AI features that run faster, drain less battery, and work without a network connection.

That makes this Samsung's 47th filing we've tracked since June in the AI chip wars, adding to work like one on unpacking AI data and one on keeping chips in sync.

Editorial take

The clearest reader-facing payoff here is battery life and offline performance. A model that's been properly compressed runs faster and draws less power, which means AI features on a Galaxy phone would feel more responsive and drain your battery less on a long day. That's a real improvement most people would notice.

The data-free angle matters more for Samsung than it might seem. Samsung ships AI features across dozens of device lines in markets where cloud access is unreliable. Being able to compress and update models without shipping proprietary training data is a logistics win, not just a research curiosity.

The technique itself is well-established in academic AI research, so the patent is more about Samsung claiming its specific combination of constraints than inventing something from scratch. Don't expect this to unlock a new category of AI capability. Expect it to make the AI already on Samsung devices a bit leaner.

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

4 drawing sheets from US 2026/0268148 A1 · click any drawing to enlarge

Patent filing page

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