Difference between revisions of "Exercise 2.13Z: Combination of BWT and MTF"
From LNTwww
m (Text replacement - "[File:" to "[File:") |
|||
(18 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | {{quiz-Header|Buchseite= | + | {{quiz-Header|Buchseite=Information_Theory/Further_Source_Coding_Methods |
}} | }} | ||
− | [[File: | + | [[File:EN_Inf_Z_2_14b.png|right|frame|Scheme for Burrows-Wheeler data compression]] |
− | + | We refer to the theory section [[Information_Theory/Weitere_Quellencodierverfahren#Application_scenario_for_the_Burrows-Wheeler_transformation|Application Scenario for the Burrows-Wheeler Transform]] and consider the coding system sketched on the right, consisting of the blocks | |
− | * | + | * "Burrows–Wheeler Transform"</i> $\rm (BWT)$ as described in [[Aufgaben:2.13_Burrows-Wheeler-Rücktransformation|Exercise 2.13]]; the character sets at the input and the output of the BWT are the same: $\{$ $\rm D$, $\rm E$, $\rm I$, $\rm M$, $\rm N$, $\rm S$ $\}$; |
− | * | + | * "Move–to–Front" $\rm (MTF)$, a sorting algorithm that outputs a string of the same length $($ $N = 12$ in the example$)$, but with a different alphabet $\{$<b>0</b>, <b>1</b>, <b>2</b>, <b>3</b>, <b>4</b>, <b>5</b>$\}$; |
− | * $\rm RLC0$ – | + | * $\rm RLC0$ – a run-length encoding specifically for <b>0</b>, which is (as) frequent according to $\rm BWT$ and $\rm MTF$; all other indices are not changed by $\rm RLC0$ ; |
− | * $\rm Huffman$ | + | * $\rm Huffman$ as described in the chapter [[Information_Theory/Entropiecodierung_nach_Huffman|Entropy coding according to Huffman]]; frequent characters are represented by short binary sequences and rare ones by long ones. |
− | + | The $\rm MTF$ algorithm can be described as follows for $M = 6$ input symbols: | |
− | * | + | * The output sequence of the $\rm MTF$ is a string of indices from the set |
: $ I = \{$<b>0</b>, <b>1</b>, <b>2</b>, <b>3</b>, <b>4</b>, <b>5</b>$\}$. | : $ I = \{$<b>0</b>, <b>1</b>, <b>2</b>, <b>3</b>, <b>4</b>, <b>5</b>$\}$. | ||
− | * | + | * Before starting the actual $\rm MTF$ algorithm, the possible input symbols are sorted lexicographically and assigned to the following indices: |
: $\rm D$ → <b>0</b>, $\rm E$ → <b>1</b>, $\rm I$ → <b>2</b>, $\rm M$ → <b>3</b>, $\rm N$ → <b>4</b>, $\rm S$ → <b>5</b>. | : $\rm D$ → <b>0</b>, $\rm E$ → <b>1</b>, $\rm I$ → <b>2</b>, $\rm M$ → <b>3</b>, $\rm N$ → <b>4</b>, $\rm S$ → <b>5</b>. | ||
− | * | + | * Let the $\rm MTF$ input string here be $\rm N\hspace{0.05cm}M\hspace{0.05cm}S\hspace{0.05cm}D\hspace{0.05cm}E\hspace{0.05cm}E\hspace{0.05cm}E\hspace{0.05cm}N\hspace{0.05cm}I\hspace{0.05cm}I\hspace{0.05cm}I\hspace{0.05cm}N$. This was the $\rm BWT$ result in [[Aufgaben:2.13_Burrows-Wheeler-Rücktransformation|Exercise 2.13]]. The first $\rm N$ is represented as $I = 4$ according to the default setting. |
− | * | + | * Then the $\rm N$ is placed at the beginning in the sorting, so that after the coding step $i = 1$ the assignment holds: |
: $\rm N$ → <b>0</b>, $\rm D$ → <b>1</b>, $\rm E$ → <b>2</b>, $\rm I$ → <b>3</b>, $\rm M$ → <b>4</b>, $\rm S$ → <b>5</b>. | : $\rm N$ → <b>0</b>, $\rm D$ → <b>1</b>, $\rm E$ → <b>2</b>, $\rm I$ → <b>3</b>, $\rm M$ → <b>4</b>, $\rm S$ → <b>5</b>. | ||
− | * | + | * Continue in the same way until the entire input text has been processed. If a character is already at position <b>0</b>, no reordering is necessary. |
+ | <u>Hints:</u> | ||
+ | *The exercise belongs to the chapter [[Information_Theory/Further_Source_Coding_Methods|Further Source Coding Methods]]. | ||
+ | *In particular, reference is made to the section [[Information_Theory/Further_Source_Coding_Methods#Burrows.E2.80.93Wheeler_transformation|Burrows–Wheeler Transformation]]. | ||
+ | *Information on the Huffman code can be found in the chapter [[Information_Theory/Entropiecodierung_nach_Huffman|Entropy Coding according to Huffman]]. This information is not necessary for the solution of the task. | ||
− | + | ===Questions=== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | === | ||
<quiz display=simple> | <quiz display=simple> | ||
− | { | + | {Which statements are true for block $\rm BWT$ of the coding system? |
|type="[]"} | |type="[]"} | ||
− | + | + | + The input character set is $\{ \hspace{0.05cm}\rm D,\hspace{0.05cm} E,\hspace{0.05cm} I,\hspace{0.05cm} M,\hspace{0.05cm} N , \hspace{0.05cm} S \}$. |
− | + | + | + The output character set is $\{ \hspace{0.05cm}\rm D,\hspace{0.05cm} E,\hspace{0.05cm} I,\hspace{0.05cm} M,\hspace{0.05cm} N , \hspace{0.05cm} S \}$. |
− | - In | + | - In the output sequence, all $M = 6$ characters occur grouped together. |
− | { | + | {Which statements are true for the block $\rm MTF$ of the coding system? |
|type="[]"} | |type="[]"} | ||
− | - | + | - The output character set is $\{ \hspace{0.05cm}\rm D,\hspace{0.05cm} E,\hspace{0.05cm} I,\hspace{0.05cm} M,\hspace{0.05cm} N , \hspace{0.05cm} S \}$. |
− | + | + | + The output character set is $\{ \hspace{0.05cm}\rm 0,\hspace{0.05cm} 1,\hspace{0.05cm} 2,\hspace{0.05cm} 3,\hspace{0.05cm} 4 , \hspace{0.05cm} 5 \}$. |
− | + | + | + The MTF output sequence has length $N = 12$. |
− | { | + | {What is the $\rm MTF$ output sequence? |
|type="()"} | |type="()"} | ||
- $\rm 230000100405$, | - $\rm 230000100405$, | ||
Line 55: | Line 53: | ||
− | { | + | {Which statements apply to block $\rm RLC0$ of the coding system? |
|type="[]"} | |type="[]"} | ||
− | + | + | + The input value $0$ receives special treatment |
− | + | + | + The more often a $0$ occurs, the more effective this block is. |
− | - | + | - The best would be $\rm Pr(0) ≈ Pr(1) ≈ \text{...} ≈ Pr(5)$. |
− | { | + | {Which statements are true for the final block "Huffman"? |
|type="[]"} | |type="[]"} | ||
− | + | + | + The initial sequence is binary. |
− | + | + | + It causes the smallest possible average code word length. |
− | + | + | + The dimensioning depends on the other blocks. |
Line 72: | Line 70: | ||
</quiz> | </quiz> | ||
− | === | + | ===Solution=== |
{{ML-Kopf}} | {{ML-Kopf}} | ||
− | '''(1)''' | + | [[File:EN_Inf_Z_2_14.png|right|frame|Example of the MTF algorithm]] |
− | *$\rm E$ | + | '''(1)''' The graph on the information section shows that <u>solution suggestions 1 and 2</u> are correct and suggestion 3 is incorrect: |
− | * | + | *$\rm E$ and $\rm I$ occur grouped together, |
− | + | *but not the $\rm N$ characters. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | '''( | + | '''(2)''' <u>Proposed solutions 2 and 3</u> are correct: |
− | * | + | *The input sequence is processed "character by character". <br>Thus, the output sequence also has the length $N = 12$. |
− | * | + | *In fact, the input set $\{ \hspace{0.05cm}\rm D,\hspace{0.05cm} E,\hspace{0.05cm} I,\hspace{0.05cm} M,\hspace{0.05cm} N , \hspace{0.05cm} S \}$ is converted into the output set $\{ \hspace{0.05cm}\rm 0,\hspace{0.05cm} 1,\hspace{0.05cm} 2,\hspace{0.05cm} 3,\hspace{0.05cm} 4 , \hspace{0.05cm} 5 \}$. |
− | * | + | *However, not by simple "mapping", but by an algorithm which is outlined below. |
− | * | + | <br clear=all> |
+ | '''(3)''' Correct is <u>solution suggestion 2</u>: | ||
+ | *The table shows the MTF algorithm. The step $i=0$ (red background) indicates the preassignment. The MTF input is highlighted in yellow, the output in green. | ||
+ | * In step $i=1$, the input character $\rm N$ corresponding to column $i=0$ is represented by index $I = 4$ . Subsequently, $\rm N$ is sorted to the front, while the order of the other characters remains the same. | ||
+ | *The input character $\rm M$ in the second step is also given the index $I = 4$ according to column $i=2$ . One continues in the same way until the twelfth character $\rm N$, to which the index $I = 1$ is assigned. | ||
+ | *You can see from the above table that at the times $i=6$, $i=7$, $i=10$ and $i=11$ the output index is $I = 0$ . | ||
− | '''(4)''' | + | '''(4)''' <u>Statements 1 and 2</u> are correct: |
− | * | + | *The preprocessings "BWT" and "MTF" only have the task to generate as many zeros as possible. |
− | '''(5)''' <u> | + | '''(5)''' <u>All statements</u> are correct. |
− | * | + | *You can find more information on the Huffman algorithm in the chapter "Entropy coding according to Huffman". |
{{ML-Fuß}} | {{ML-Fuß}} | ||
− | [[Category: | + | [[Category:Information Theory: Exercises|^2.4 Further Source Coding Methods^]] |
Latest revision as of 00:05, 13 November 2022
We refer to the theory section Application Scenario for the Burrows-Wheeler Transform and consider the coding system sketched on the right, consisting of the blocks
- "Burrows–Wheeler Transform" $\rm (BWT)$ as described in Exercise 2.13; the character sets at the input and the output of the BWT are the same: $\{$ $\rm D$, $\rm E$, $\rm I$, $\rm M$, $\rm N$, $\rm S$ $\}$;
- "Move–to–Front" $\rm (MTF)$, a sorting algorithm that outputs a string of the same length $($ $N = 12$ in the example$)$, but with a different alphabet $\{$0, 1, 2, 3, 4, 5$\}$;
- $\rm RLC0$ – a run-length encoding specifically for 0, which is (as) frequent according to $\rm BWT$ and $\rm MTF$; all other indices are not changed by $\rm RLC0$ ;
- $\rm Huffman$ as described in the chapter Entropy coding according to Huffman; frequent characters are represented by short binary sequences and rare ones by long ones.
The $\rm MTF$ algorithm can be described as follows for $M = 6$ input symbols:
- The output sequence of the $\rm MTF$ is a string of indices from the set
- $ I = \{$0, 1, 2, 3, 4, 5$\}$.
- Before starting the actual $\rm MTF$ algorithm, the possible input symbols are sorted lexicographically and assigned to the following indices:
- $\rm D$ → 0, $\rm E$ → 1, $\rm I$ → 2, $\rm M$ → 3, $\rm N$ → 4, $\rm S$ → 5.
- Let the $\rm MTF$ input string here be $\rm N\hspace{0.05cm}M\hspace{0.05cm}S\hspace{0.05cm}D\hspace{0.05cm}E\hspace{0.05cm}E\hspace{0.05cm}E\hspace{0.05cm}N\hspace{0.05cm}I\hspace{0.05cm}I\hspace{0.05cm}I\hspace{0.05cm}N$. This was the $\rm BWT$ result in Exercise 2.13. The first $\rm N$ is represented as $I = 4$ according to the default setting.
- Then the $\rm N$ is placed at the beginning in the sorting, so that after the coding step $i = 1$ the assignment holds:
- $\rm N$ → 0, $\rm D$ → 1, $\rm E$ → 2, $\rm I$ → 3, $\rm M$ → 4, $\rm S$ → 5.
- Continue in the same way until the entire input text has been processed. If a character is already at position 0, no reordering is necessary.
Hints:
- The exercise belongs to the chapter Further Source Coding Methods.
- In particular, reference is made to the section Burrows–Wheeler Transformation.
- Information on the Huffman code can be found in the chapter Entropy Coding according to Huffman. This information is not necessary for the solution of the task.
Questions
Solution
(1) The graph on the information section shows that solution suggestions 1 and 2 are correct and suggestion 3 is incorrect:
- $\rm E$ and $\rm I$ occur grouped together,
- but not the $\rm N$ characters.
(2) Proposed solutions 2 and 3 are correct:
- The input sequence is processed "character by character".
Thus, the output sequence also has the length $N = 12$. - In fact, the input set $\{ \hspace{0.05cm}\rm D,\hspace{0.05cm} E,\hspace{0.05cm} I,\hspace{0.05cm} M,\hspace{0.05cm} N , \hspace{0.05cm} S \}$ is converted into the output set $\{ \hspace{0.05cm}\rm 0,\hspace{0.05cm} 1,\hspace{0.05cm} 2,\hspace{0.05cm} 3,\hspace{0.05cm} 4 , \hspace{0.05cm} 5 \}$.
- However, not by simple "mapping", but by an algorithm which is outlined below.
(3) Correct is solution suggestion 2:
- The table shows the MTF algorithm. The step $i=0$ (red background) indicates the preassignment. The MTF input is highlighted in yellow, the output in green.
- In step $i=1$, the input character $\rm N$ corresponding to column $i=0$ is represented by index $I = 4$ . Subsequently, $\rm N$ is sorted to the front, while the order of the other characters remains the same.
- The input character $\rm M$ in the second step is also given the index $I = 4$ according to column $i=2$ . One continues in the same way until the twelfth character $\rm N$, to which the index $I = 1$ is assigned.
- You can see from the above table that at the times $i=6$, $i=7$, $i=10$ and $i=11$ the output index is $I = 0$ .
(4) Statements 1 and 2 are correct:
- The preprocessings "BWT" and "MTF" only have the task to generate as many zeros as possible.
(5) All statements are correct.
- You can find more information on the Huffman algorithm in the chapter "Entropy coding according to Huffman".