ArticleslgStudy

computer science

Scale co-occurrence matrix

Scale co-occurrence matrix is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Scale co-occurrence matrix rather than just read about it. In short: Scale co-occurrence matrix (SCM) is a method for image feature extraction within scale space after wavelet transformation, proposed by Wu Jun and Zhao Zhongming (Institute of Remote Sensing Application, China). In practice, we first do discrete wavelet transformation for one gray image and get sub images with different scales.

Key takeaways

  • Scale co-occurrence matrix belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Scale co-occurrence matrix to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Scale co-occurrence matrix from memory before moving on to harder problems.

Reference excerpt

Scale co-occurrence matrix (SCM) is a method for image feature extraction within scale space after wavelet transformation, proposed by Wu Jun and Zhao Zhongming (Institute of Remote Sensing Application, China). In practice, we first do discrete wavelet transformation for one gray image and get sub images with different scales. Then we construct a series of scale based concurrent matrices, every matrix describing the gray level variation between two adjacent scales. Last we use selected functions (such as Harris statistical approach) to calculate measurements with SCM and do feature extraction and classification. One basis of the method is the fact: way texture information changes from one scale to another can represent that texture in some extent thus it can be used as a criterion for feature extraction. The matrix captures the relation of features between different scales rather than the features within a single scale space, which can represent the scale property of texture better. Also, there are several experiments showing that it can get more accurate results for texture classification than the traditional texture classification.

Background Texture can be regarded as a similarity grouping in an image. Traditional texture analysis can be divided into four major issues: feature extraction, texture discrimination, texture classification and shape from texture(to reconstruct 3D surface geometry from texture information). For tradition feature extraction, approaches are usually categorized into structural, statistical, model based and transform. Wavelet transformation is a popular method in numerical analysis and functional analysis, which captures both frequency and location information. Gray level co-occurrence matrix provides an important basis for SCM construction. SCM based on discrete wavelet frame transformation make use of both correlations and feature information so that it combines structural and statistical benefits.

Discrete wavelet frame (DWF) In order to do SCM we have to use discrete wavelet frame (DWF) transformation first to get a series of sub images. The discrete wavelet frames is nearly identical to the standard wavelet transform, except that one upsamples the filters, rather than downsamples the image. Given an image, the DWF decomposes its channel using the same method as the wavelet transform, but without the subsampling process. This results in four filtered images with the same size as the input image. The decomposition is then continued in the LL channels only as in the wavelet transform, but since the image is not subsampled, the filter has to be upsampled by inserting zeros in between its coefficients. The number of channels, hence the number of features for DWF is given by 3 × l − 1. One dimension discrete wavelet frame decompose the image in this way:

d i ( k ) = [ [ g i ] T x ] , ( i = 1 , … , N ) {\displaystyle d_{i}(k)=[[g_{i}]^{T}x],\quad (i=1,\ldots ,N)}

Example If there are two sub images X1 and X0 from the parent image X (in practice X = X0), X1 = [1 1;1 2], X2 = [1 1;1 4],the grayscale is 4 so that we can get k = 1, G = 4. X1(1,1), (1,2) and (2,1) are 1, while X0(1,1), (1,2) and (2,1) are 1, thus Φ1(1,1) = 3; Similarly, Φ1(2,4) = 1. The SCM is as following:

External links Tao Chen; Kai-Kuang Ma; Li-Hui Chen (1998). "Discrete wavelet frame representations of color texture features for image query". 1998 IEEE Second Workshop on Multimedia Signal Processing (Cat. No.98EX175). IEEE. pp. 45–50. doi:10.1109/MMSP.1998.738911. ISBN 0-7803-4919-9. S2CID 1833240. co-occurrence-matrix MATLAB tutorial Co-occurrence Matrix

References

Worked examples

Example 1 — a first encounter with Scale co-occurrence matrix

Start with the simplest possible case. Write down what Scale co-occurrence matrix claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Scale co-occurrence matrix before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Scale co-occurrence matrix ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Scale co-occurrence matrix

In research
Scale co-occurrence matrix appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Scale co-occurrence matrix in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Scale co-occurrence matrix is common in secondary-school and first-year university syllabi. It links to neighbouring topics Feature detection (computer vision), Image compression, Image processing software, so understanding it makes those chapters shorter.
In everyday life
Look for Scale co-occurrence matrix outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Scale co-occurrence matrix in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Scale co-occurrence matrix means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Scale co-occurrence matrix out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Scale co-occurrence matrix in simple terms?

Scale co-occurrence matrix (SCM) is a method for image feature extraction within scale space after wavelet transformation, proposed by Wu Jun and Zhao Zhongming (Institute of Remote Sensing Application, China). In practice, we first do discrete wavelet transformation for one gray image and get sub…

Why does Scale co-occurrence matrix matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Scale co-occurrence matrix?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Scale co-occurrence matrix.

Tags

  • Feature detection (computer vision)
  • Image compression
  • Image processing software
  • Numerical analysis
  • Wavelets

Keep exploring