Image Classification via Color Order Reduction and Block Analysis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The increasing number of images shared on social networks leads to a lack of effective classification and display methods, making it difficult for users to browse and view images conveniently.

Innovation Solution

An image classifying method that reduces the color order of images to generate blocks, calculates block color difference values, and classifies images into categories, accompanied by an image displaying method that adjusts display parameters based on image scores to prioritize higher-scoring images.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If images are classified using detailed color analysis, then classification accuracy is improved, but computational complexity increases

Engineering Contradiction:
Improveclassification accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent divides the image into multiple blocks and performs color order reduction on each block separately. This segmentation allows the system to analyze color characteristics at a coarser level (block level rather than pixel level), reducing computational complexity while maintaining sufficient classification accuracy through aggregated block color difference values.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transforms the original color space parameters into a reduced color order representation. By changing the parameter representation from full-color pixel data to reduced color order blocks, the system achieves lower computational complexity while preserving the essential color information needed for accurate image classification.

Inventive Principle:
Principle #35Parameter changes

2Quantity of substance

If all images are displayed without prioritization, then display completeness is improved, but user browsing efficiency deteriorates

Engineering Contradiction:
Improvedisplay completenessVSAvoidbrowsing efficiency
Core Design Contradiction:
Quantity of substanceVSProductivity

Solution Approach 1:

The patent performs preliminary classification and scoring of images before display. By pre-categorizing images into themes and pre-calculating popularity scores, the system prepares the data in advance, allowing users to efficiently browse popular or relevant images first while maintaining access to the complete image set through the classification structure.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent introduces an additional organizational dimension by classifying images into multiple themes/categories alongside the display prioritization. This multi-dimensional organization allows users to navigate both by popularity (efficiency) and by category (completeness), resolving the contradiction between browsing efficiency and display completeness.

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

3Ease of operation

If images are categorized into multiple themes, then user convenience is improved, but classification complexity increases

Engineering Contradiction:
Improveuser convenienceVSAvoidclassification complexity
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The patent segments the classification task into manageable components: color order reduction, block-based color difference calculation, and theme assignment. This segmentation makes the classification process more manageable and less complex while still achieving multi-theme categorization that improves user convenience through organized browsing.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS10026201B2Image classifying method and image displaying method
Publication Date: 2018.07.17 INVENTEC PUDONG TECH CORPOARTION
  • US10026201B2 patent drawing
  • US10026201B2 patent drawing
  • US10026201B2 patent drawing

AI summary

An image classifying method includes the following operations: reducing an order of a color of a first image to generate a first order reduction image, wherein the first order reduction image includes several first image blocks; obtaining a second order reduction image from a database, wherein the second order reduction image includes several second image blocks; calculating several block color difference values between the first order reduction image and the second order reduction image respectively according to differences between a color value of each of the first image blocks and a color value of each of the second image blocks; and determining whether or not the first image belongs to a same category as the second order reduction image according to the block color difference values between the first order reduction image and the second order reduction image.