Patch-Based Image Deblurring for Non-Uniform Motion Blur

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing image deblurring methods struggle to effectively handle non-uniform blur, such as motion blur or camera shake, often resulting in suboptimal performance and requiring large computational resources.

Innovation Solution

A patch-based deblurring method using a modified total-variation minimization algorithm and a neural network architecture with multiple layers of 3D-convolution filters, where each layer processes overlapping image patches to refine blur estimation and recovery, employing a discrete Fourier transform and total-variation deblurring techniques to enhance image sharpness.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If existing image deblurring methods are used to handle non-uniform blur, then deblurring performance is improved, but computational resources required increase

Engineering Contradiction:
Improvedeblurring performanceVSAvoidcomputational resources
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The image is divided into multiple overlapping patches, and each patch is processed independently through the neural network. This segmentation allows the system to handle non-uniform blur locally with different blur kernels for different regions, improving deblurring performance while keeping computational requirements manageable through localized processing

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transforms the traditional 2D image processing into 3D convolutional processing by adding the patch dimension. The neural network uses 3D convolutional filters that operate across spatial dimensions and patch dimensions simultaneously, enabling efficient processing of multiple patches through shared weights while capturing spatial relationships

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Ease of operation

If non-uniform blur is handled with traditional methods, then processing simplicity is maintained, but deblurring performance deteriorates

Engineering Contradiction:
Improveprocessing simplicityVSAvoiddeblurring performance
Core Design Contradiction:
Ease of operationVSMeasurement precision

Solution Approach 1:

The patent employs a dynamic approach where each image patch is assigned its own blur kernel estimated through the neural network processing. Unlike static methods that assume uniform blur across the entire image, this dynamic per-patch kernel estimation adapts to local variations in blur characteristics, significantly improving performance on non-uniformly blurred images

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent introduces an intermediary neural network layer that acts as a bridge between the blurred image patches and the deblurred output. This intermediary processing stage with 3D convolutional filters and non-linear activations enables complex transformations while maintaining a structured, manageable processing pipeline that builds upon traditional deblurring frameworks

Inventive Principle:
Principle #24Intermediary (Mediator)

3Measurement precision

If state-of-the-art deblurring networks are used, then deblurring performance is improved, but device complexity increases

Engineering Contradiction:
Improvedeblurring performanceVSAvoidnetwork complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

By segmenting the image into patches and processing them independently with shared neural network weights, the system achieves sophisticated deblurring performance without requiring a prohibitively large network. The segmentation reduces the effective problem size, allowing a relatively simple network architecture to deliver state-of-the-art results

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The neural network with 3D convolutional filters serves multiple functions simultaneously: it estimates blur kernels, performs deconvolution, and reconstructs image details. This multi-functionality is achieved through a unified, relatively simple network architecture that handles various blur types and conditions, reducing overall device complexity compared to specialized networks for each function

Inventive Principle:
Principle #6Universality (Multi-functionality)

Applied Scientific Principles

This section explains which scientific principles are used to turn an abstract innovation direction into a practical engineering solution.

Function Achieved in This Case

The method achieves superior deblurring performance for non-uniform blur, outperforming or matching state-of-the-art networks in peak signal-to-noise ratio and structural similarity, while reducing computational requirements, making it suitable for devices with limited resources.

Implementation Method 1

a blurry image is processed by L consecutive sets of C 3D-convolution filters

Methodology Applied
Scientific EffectConvolution:

Implementation Method 2

U.S. Pat. No. 8,041,651 describes a system that can employ a model that includes the use of Fourier transforms and subsequent analysis

Methodology Applied
Scientific EffectFourier transform:

Implementation Method 3

This approach uses a modified total-variation (TV) minimization algorithm to make a network specifically designed to handle non-uniform blur

Methodology Applied
Scientific EffectTotal-variation minimization:

Data Source

PatentUS12573012B2Method and system for deblurring non-uniformly blurred images
Publication Date: 2026.03.10 MORGAN STATE UNIVERSITY
  • US12573012B2 patent drawing
  • US12573012B2 patent drawing
  • US12573012B2 patent drawing

AI summary

A patch-based deblurring method to deblur images blurred in a non-uniform manner (e.g., motion blur or camera shake) uses a modified total-variation (TV) minimization algorithm to make a network specifically designed to handle non-uniform blur.