Picture Classification Using SVM for Text Segregation
Find Innovative SolutionsGenerate 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
Engineering 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
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.
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.
2Reliability
If all pictures are stored indefinitely, then no text pictures are lost, but storage space is wasted on expired pictures
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.
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.
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
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.
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.
Data Source
Figure 1
Figure 2A
Figure 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.