AMD · Filed Dec 20, 2024 · Published Jun 25, 2026 · verified — real USPTO data

AMD Patents an Image-Resizing System That Adjusts Its Method Based on Visual Complexity

Not every image needs the same amount of care when you shrink it down for an AI model. AMD's new patent proposes a system that figures out how complex each image is before deciding how to resize it, saving time on simple images and spending more effort where it actually counts.

AMD Patent: Smarter Image Resizing for AI Models Explained — figure from US 2026/0179178 A1
FIG. 1A — rendered from the official USPTO publication PDF.
Publication number US 2026/0179178 A1
Applicant Advanced Micro Devices, Inc.
Filing date Dec 20, 2024
Publication date Jun 25, 2026
Inventors Rajy Meeyakhan Rawther, Kiriti Nagesh Gowda, Lakshmi Kumar
CPC classification 382/157
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Jan 18, 2025)
Document 20 claims

What AMD's complexity-aware image scaling actually does

Imagine you're sorting a pile of photos. Some are plain white walls, and some are crowded street scenes with lots of detail. If you had to shrink all of them down before handing them to an AI, it would be wasteful to spend the same time and effort on the white wall as on the busy street photo.

AMD's patent describes a system that checks how visually busy an image is before resizing it. Simple images get a fast, basic scaling method. Detailed, complex images get a more careful treatment that preserves fine details. The complexity score can be calculated in advance and stored alongside the image, or worked out on the fly when needed.

The end goal is to feed a machine learning model better-prepared images without wasting processing time on images that don't need it. It's a small but practical optimization that could add up across very large image datasets.

How AMD's system scores and resizes each image or tile

The system accesses image data and computes a complexity indicator for the image or a specific region of interest (ROI) within it. That score drives which resizing algorithm gets applied before the image is handed off to a machine learning model.

Complexity can be measured in several ways, such as edge density, texture variation, or frequency content. Images with low complexity scores (flat colors, simple gradients) get lighter-weight resizing methods, which are faster and computationally cheaper. Images with high complexity scores get more precise interpolation methods (algorithms that carefully reconstruct fine detail when scaling).

The patent also describes a tiled metadata approach: images can be pre-analyzed, divided into tiles, and have their complexity scores embedded directly as metadata. That way, a downstream pipeline can read the score and pick the right method without recalculating anything.

  • Low-complexity image: fast, simple resize
  • High-complexity image: detail-preserving resize
  • Complexity pre-baked into metadata for speed, or calculated live if needed

What this means for AI image processing pipelines

AI image pipelines often process millions of images. Applying a high-quality but expensive resizing algorithm to every single one, regardless of whether it needs it, wastes compute. AMD's approach is essentially a routing layer that allocates effort where it actually changes the output quality.

For you as an end user, this is deep infrastructure plumbing, so you won't see a button for it. But it fits AMD's broader push to make its GPUs and AI accelerators handle preprocessing workloads more efficiently, which matters in data centers doing large-scale AI training or inference.

Editorial take

This is a narrow, unglamorous patent covering an optimization step that most AI pipelines handle in ad-hoc or one-size-fits-all ways today. The core idea, matching resize quality to image complexity, is sensible and practical. It won't define AMD's AI strategy, but it's the kind of pipeline efficiency detail that compounds meaningfully at data-center scale.

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.