Multimedia Information Retrieval

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. Lua error in package.lua at line 80: module 'strict' not found. Multimedia Information Retrieval (MMIR or MIR) is a research discipline of computer science that aims at extracting semantic information from multimedia data sources.[1][not in citation given] Data sources include directly perceivable media such as audio, image and video, indirectly perceivable sources such as text, biosignals as well as not perceivable sources such as bioinformation, stock prices, etc. The methodology of MMIR can be organized in three groups:

  1. Methods for the summarization of media content (feature extraction). The result of feature extraction is a description.
  2. Methods for the filtering of media descriptions (for example, elimination of redundancy)
  3. Methods for the categorization of media descriptions into classes.

Feature Extraction Methods

Feature extraction is motivated by the sheer size of multimedia objects as well as their redundancy and, possibly, noisiness.[2][not in citation given] Generally, two possible goals can be achieved by feature extraction:

  • Summarization of media content. Methods for summarization include in the audio domain, for example, Mel Frequency Cepstral Coefficients, Zero Crossings Rate, Short-Time Energy. In the visual domain, color histograms[3] such as the MPEG-7 Scalable Color Descriptor can be used for summarization.
  • Detection of patterns by auto-correlation and/or cross-correlation. Patterns are recurring media chunks that can either be detected by comparing chunks over the media dimensions (time, space, etc.) or comparing media chunks to templates (e.g. face templates, phrases). Typical methods include Linear Predictive Coding in the audio/biosignal domain,[4] texture description in the visual domain and n-grams in text information retrieval.

Merging and Filtering Methods

Multimedia Information Retrieval implies that multiple channels are employed for the understanding of media content.[5] Each of this channels is described by media-specific feature transformations. The resulting descriptions have to be merged to one description per media object. Merging can be performed by simple concatenation if the descriptions are of fixed size. Variable-sized descriptions - as they frequently occur in motion description - have to be normalized to a fixed length first.

Frequently used methods for description filtering include factor analysis (e.g. by PCA), singular value decomposition (e.g. as latent semantic indexing in text retrieval) and the extraction and testing of statistical moments. Advanced concepts such as the Kalman filter are used for merging of descriptions.

Categorization Methods

Generally, all forms of machine learning can be employed for the categorization of multimedia descriptions[6][not in citation given] though some methods are more frequently used in one area than another. For example, Hidden Markov models are state-of-the-art in speech recognition, while Dynamic Time Warping - a semantically related method - is state-of-the-art in gene sequence alignment. The list of applicable classifiers includes the following:

The selection of the best classifier for a given problem (test set with descriptions and class labels, so-called ground truth) can be performed automatically, for example, using the Weka Data Miner.

Open Problems

The quality of MMIR Systems[7] depends heavily on the quality of the training data. Discriminative descriptions can be extracted from media sources in various forms. Machine learning provides categorization methods for all types of data. However, the classifier can only be as good as the given training data. On the other hand, it requires considerable effort to provide class labels for large databases. The future success of MMIR will depend on the provision of such data.[8] The annual TRECVID competition is currently one of the most relevant sources of high-quality ground truth.

Related Areas

MMIR provides an overview over methods employed in the areas of information retrieval.[9] Methods of one area are adapted and employed on other types of media. Multimedia content is merged before the classification is performed. MMIR methods are, therefore, usually reused from other areas such as:

The Journal of Multimedia Information Retrieval[10] documents the development of MMIR as a research discipline that is independent of these areas. See also [11] for a complete overview over this research discipline.

References

  1. H Eidenberger. " Fundamental Media Understanding ", atpress, 2011, p. 1.
  2. H Eidenberger. " Fundamental Media Understanding ", atpress, 2011, p. 2.
  3. A Del Bimbo. " Visual Information Retrieval ", Morgan Kaufmann, 1999.
  4. HG Kim , N Moreau, T Sikora. " MPEG-7 Audio and Beyond", Wiley, 2005.
  5. MS Lew (Ed.). " Principles of Visual Information Retrieval ", Springer, 2001.
  6. H Eidenberger. " Fundamental Media Understanding ", atpress, 2011,p. 125.
  7. JC Nordbotten. "Multimedia Information Retrieval Systems". Retrieved 14 October 2011.
  8. H Eidenberger. " Frontiers of Media Understanding ", atpress, 2012.
  9. H Eidenberger. " Professional Media Understanding ", atpress, 2012.
  10. "Journal of Multimedia Information Retrieval", Springer, 2011, Retrieved 21 October 2011.
  11. H Eidenberger. " Handbook of Multimedia Information Retrieval ", atpress, 2012.