Picture Classification Using SVM for Text Segregation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current picture classification methods on terminals sort photos chronologically, making it inefficient for users to find text information, as text pictures are intermingled with non-text pictures.

Innovation Solution

A method and device that classify pictures using a Support Vector Machine model to determine whether a picture contains text or not, allowing for separate storage and display of text and non-text pictures, with features like automatic deletion of expired pictures and representation of picture sets.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If pictures are sorted chronologically by storage time, then the pictures can be displayed in order of acquisition, but text pictures are intermingled with non-text pictures making it inefficient to find text information

Engineering Contradiction:
Improveefficiency of viewing text picturesVSAvoidconvenience of finding text pictures
Core Design Contradiction:
ProductivityVSEase of operation

Solution Approach 1:

The patent applies segmentation by dividing pictures into two distinct categories: text pictures and non-text pictures. This is achieved through classification based on feature information extraction and Support Vector Machine modeling, which separates the mixed picture collection into homogeneous groups, allowing users to efficiently locate text pictures without sifting through non-text images.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent extracts the distinguishing feature information from pictures, specifically focusing on characteristics that indicate whether a picture contains text. By extracting and analyzing feature information such as edge directions and Gabor features, the system identifies and separates text pictures from non-text pictures, effectively extracting the relevant subset of pictures that contain textual content.

Inventive Principle:
Principle #2Taking out (Extraction)

2Reliability

If all pictures are stored indefinitely, then no text pictures are lost, but storage space is wasted on expired pictures

Engineering Contradiction:
Improvepreservation of text picturesVSAvoidstorage space consumption
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The patent applies preliminary action by setting expiration times for stored pictures in advance. When pictures are stored, an expiration time is predetermined and associated with them. The system then automatically monitors and deletes pictures that have exceeded their expiration time, preventing storage space waste while ensuring that pictures within their valid period are preserved.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent implements discarding and recovering by automatically identifying and deleting expired pictures from storage. The system recovers storage space by removing pictures that have surpassed their expiration time, while maintaining a mechanism to preserve pictures that are still within their valid storage period, thus optimizing storage resource utilization.

Inventive Principle:
Principle #34Discarding and recovering

3Measurement precision

If feature information of each pixel is extracted and classified using SVM model, then picture classification accuracy is improved, but processing time and computational complexity increase

Engineering Contradiction:
Improveclassification accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent applies local quality by focusing feature extraction on specific local characteristics of pictures that are most indicative of text content. Instead of analyzing all picture features uniformly, the system concentrates on local feature information such as edge directions and Gabor features in regions likely to contain text, thereby maintaining high classification accuracy while reducing overall processing complexity.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent employs parameter changes by transforming picture data into specific feature parameter spaces suitable for SVM classification. By converting raw picture data into extracted feature information with specific parameters (edge directions, Gabor features), the system optimizes the input for the classification model, improving accuracy while managing computational requirements through parameter transformation rather than raw data processing.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentEP3040884B1Method and device for classifying pictures
Publication Date: 2019.10.09 XIAOMI INC
  • EP3040884B1 patent drawingFigure 1
  • EP3040884B1 patent drawingFigure 2A
  • EP3040884B1 patent drawingFigure 2B~2C

AI summary

The invention relates to a method and a device for classifying pictures. The method includes: obtaining (101) pictures to be classified; determining (102) a class of each picture according to feature information of the picture, wherein the class includes a text picture class and a non-text picture class; classifying (103) the pictures according to the class of each picture.