Multimedia search
From Wikipedia, the free encyclopedia
Multimedia search enables information search using queries in multiple data types including text and other multimedia formats. Multimedia search can be implemented through multimodal search interfaces, i.e., interfaces that allow to submit search queries not only as textual requests, but also through other media. We can distinguish two methodologies in multimedia search:
- Metadata search: the search is made on the layers of metadata.
- Query by example: The interaction consists in submitting a piece of information (e.g., a video, an image, or a piece of audio) for the purpose of finding similar multimedia items.
Search is made using the layers in metadata which contain information of the content of a multimedia file. Metadata search is easier, faster and effective because instead of working with complex material, such as an audio, a video or an image, it searches using text.
There are three processes which should be done in this method:
- Summarization of media content (feature extraction). The result of feature extraction is a description.
- Filtering of media descriptions (for example, elimination of Redundancy)
- Categorization of media descriptions into classes.
Query by example
In query by example, the element used to search is a multimedia content (image, audio, video). In other words, the query is a media. Often, it's used audiovisual indexing. It will be necessary to choose the criteria we are going to use for creating metadata. The process of search can be divided in three parts:
- Generate descriptors for the media which we are going to use as query and the descriptors for the media in our database.
- Compare descriptors of the query and our database’s media.
- List the media sorted by maximum coincidence.