Results (
English) 1:
[Copy]Copied!
The algorithm of the rational-based K-SOM quantizerconsists of two main parts which are the SOMFrontEndand the SOMCorePE. These are presented inAlgorithms 1 and 2, respectively. The SOMFrontEndpartis responsible for initialising a codebook C, alearning rate array . . .; anr k; . . . , initialising and controllinga learning rate index parameter k, and presentinga pixel Pt for the SOMCorePE-part during the learningand the pixel-mapping stages. The SOMCore is responsiblefor finding the winner codeword for a given pixelPt and updating the winner’s weight in the codebookgeneration stage or return the winner’s index in thepixel-mapping stage. It is noted that instead of directupdating the weight of one winner and many neighboursfor a pixel Pt, the SOMCorePE updates the weight of allrelated codewords, i.e. all codewords which are in theneighbouring radius of the winner codeword. This isiteratively performed during visits to the codewords (thefirst if-then-else in the SOMCorePE-algorithm). Thealgorithm is presented in the form that there areh-instances of SOMCorePE running in parallel. This isdone in order to make it very close to hardware implementationand operation.
Being translated, please wait..
