Cross-media Retrieval Method Based on Visual Features and Semantic Features

A technology of visual features and semantic features, applied in the field of cross-media retrieval, can solve problems such as errors, high labor intensity, and affecting work efficiency

CN105912684BActive Publication Date: 2019-07-26XIANGTAN UNIV
5 Cites 0 Cited by

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
Publication Date
2019-07-26

Smart Images

  • Figure 1
    Figure 1
  • Figure 2
    Figure 2
  • Figure 3
    Figure 3
Patent Text Reader

Abstract

The invention discloses a cross-media retrieval method based on visual features and semantic features based on complicated relation among mass isomerous data of internet. The method mainly includes steps of 1, using a secondary developed distributive web crawler for fetching data of a target data source; 2, directing at different data sources, compiling different templates for template-based information extraction on web pages, performing analysis and noise removal on the data and storing the data into a data base; 3, extracting feature values of images and creating an index, and creating a semantic association map; 4, using an SVM (Support Vector Machine) and a trained model for classifying content; 5, based on the extracted visual features and semantic features, calculating similarity distance between different types of data and analyzing the relevance of the different types of data. By adopting the method, relevance among different types of data can be dug effectively.
Need to check novelty before this filing date? Find Prior Art

Description

technical field

[0001] The invention relates to a cross-media retrieval method, in particular to a cross-media retrieval method based on visual features and semantic features. Background technique

[0002] In the era of big data, data has become a core asset. In business, economics and other fields, decisions will increasingly be made based on data and analysis rather than experience and intuition. Many researchers are trying to mine massive resources in the Internet, such as Web search, social networking sites, forum news, video and picture sharing, etc., to analyze and predict major events.

[0003] However, the information on the Internet is not only huge in scale, but also has four kinds of cross-correlations that are very extensive and intricate:

[0004] (1) Cross-correlation between Internet web pages

[0005] (2) Cross-correlation between different types of data

[0006] (3) Cross-correlation between interactive information in the process of user retrieval [000...

Examples

Embodiment Construction

[0061] A cross-media retrieval method based on visual features and semantic features, the method mainly includes the following steps:,

[0062]The first step is to use the secondary developed distributed web crawler to grab the data of the target data source;

[0063] The second step is to write different templates for different data sources, extract information based on templates from web pages, analyze and denoise the data, and store them in the database;

[0064] The third step is to extract the features of the image, which mainly requires the following steps:

[0065] (1) Extract the color information of the picture, perform fuzzy filtering, and obtain a 24-bin histogram;

[0066] (2) Extract the texture information of the picture, perform digital filtering, and obtain a 6-dimensional edge distribution histogram;

[0067] (3) Combine color information and texture information to generate a 144-dimensional histogram representing image features.

[0068] Then establish a s...