Saliency-Based Image Cropping With Neural Aesthetic Ranking

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing automatic image cropping techniques often result in suboptimal crops, frequently cutting off important parts of subjects, due to lack of professional composition consideration by typical users.

Innovation Solution

A method utilizing a deep learning saliency-based approach to generate candidate image crops, followed by a twin neural network to select an aesthetically pleasing crop from these candidates, leveraging a saliency map and connected-component analysis to identify and merge salient regions, and employing a ranking loss objective for training.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If traditional automatic cropping methods are used, then the cropping process is simple and fast, but the cropping quality is poor and important parts of subjects are frequently cut off

Engineering Contradiction:
Improvecropping qualityVSAvoidsystem complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The patent segments the image processing task into multiple specialized neural network components: a saliency detection network that identifies important regions, a candidate crop generation module that creates multiple cropping options, and a ranking network that evaluates and selects the best crop. This segmentation allows each component to specialize in one aspect of the cropping process, improving overall cropping quality while managing system complexity through modular design.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary saliency detection and candidate crop generation before final crop selection. By pre-identifying salient regions and generating multiple candidate crops based on these regions, the system prepares multiple options in advance, allowing the ranking network to select the best crop without having to perform complex optimization during the actual cropping decision.

Inventive Principle:
Principle #10Preliminary action

2Manufacturing precision

If manual cropping is performed by users, then cropping quality can be improved, but the time and effort required increases significantly

Engineering Contradiction:
Improvecropping qualityVSAvoidcropping time
Core Design Contradiction:
Manufacturing precisionVSLoss of time

Solution Approach 1:

The patent implements self-service by enabling the system to automatically perform cropping without user intervention. The neural network models autonomously analyze images, generate candidate crops, and select the best crop based on learned aesthetic principles and saliency information, eliminating the need for manual user adjustment while maintaining high cropping quality.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The patent incorporates feedback mechanisms where the ranking network evaluates candidate crops based on learned criteria from training data. The system uses feedback from saliency detection results and candidate crop evaluations to iteratively improve crop selection, allowing automatic cropping to achieve quality comparable to manual professional cropping while maintaining speed.

Inventive Principle:
Principle #23Feedback

3Manufacturing precision

If simple cropping algorithms are used, then processing speed is fast, but the aesthetic quality of cropped images is poor

Engineering Contradiction:
Improveaesthetic qualityVSAvoidprocessing speed
Core Design Contradiction:
Manufacturing precisionVSProductivity

Solution Approach 1:

The patent replaces traditional mechanical cropping algorithms with neural network-based intelligent systems. Instead of using rule-based or geometric algorithms, the system employs deep learning models that have been trained on large datasets to understand aesthetic principles, saliency, and composition, enabling automatic cropping to achieve high aesthetic quality while maintaining reasonable processing speeds through efficient network architecture.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS12482232B2Image crop
Publication Date: 2025.11.25 HEWLETT PACKARD DEVELOPMENT COMPANY LP
  • US12482232B2 patent drawing
  • US12482232B2 patent drawing
  • US12482232B2 patent drawing

AI summary

A saliency map of an image is generated. Saliency regions of the saliency map are identified. The saliency regions are merged into a combined saliency region. Candidate image crops of the image are generated based on the combined saliency region. An image crop of the image is selected from the candidate image crops using a machine learning model.