Digital Signal Processing

Size: px
Start display at page:

Download "Digital Signal Processing"

Transcription

1 Digital Signal Processing 20 (2010) Contents lists available at ScienceDirect Digital Signal Processing Genetic algorithm with a hybrid select mechanism for fractal image compression Ming-Sheng Wu a, Yih-Lon Lin b, a Department of Electrical Engineering, Cheng Shiu University, Kaohsiung, Taiwan b Department of Information Engineering, I-Shou University, Kaohsiung, Taiwan article info abstract Article history: Available online 4 January 2010 Keywords: Fractal image compression Discrete cosine transformation Classification method Genetic algorithm Hybrid select mechanism In this paper, a genetic algorithm with a hybrid select mechanism is proposed to speed up the fractal encoder. First, all of the image blocks including domain blocks and range blocks are classified into three classes: smooth; horizontal/vertical edge; and diagonal/subdiagonal edge, according to their discrete cosine transformation (DCT) coefficients. Then, during the GA evolution, the population of every generation is separated into two clans: a superior clan and an inferior clan, according to whether the chromosome type is the same as that of the range block to be encoded or not. The hybrid select mechanism proposed by us is used to select appropriate parents from the two clans in order to reduce the number of MSE computations and maintain the retrieved image quality. Experimental results show that, since the number of MSE computations in the proposed GA method is about half of the traditional GA method, the encoding time for the proposed GA method is less than that of the traditional GA method. For retrieved image quality, the proposed GA method is almost the same as the traditional GA method or only has a little decay. Moreover, in comparison with the full search method, the encoding speed of the proposed GA method is some 130 times faster than that of the full search method, whereas the retrieved image quality is still relatively acceptable Elsevier Inc. All rights reserved. 1. Introduction Fractal image compression is potentially a great coding scheme since it features a high compression ratio and good retrieved image quality. The original idea was proposed by Barnsley [1 3] according to the iterated function system (IFS). In 1992, the first fractal image coding algorithm was realized by Jacquin [4]. The underlying premise of the coding scheme is based on the partitioned iteration function system (PIFS) which utilizes the self-similarity characteristic in a natural image to achieve compression. In addition to image compression, the application of fractals is extremely widespread, in such things as image restoration [5], medical image classification [6], character recognition [7], and watermarking [8,9]. It is therefore little wonder this technique attracts the attention of many researchers. The drawback to fractal image compression is that the encoding process is very time-consuming since, for each range block, a large number of computations of similarity measures must be done to find the best matched domain block. Hence the main research topic of the field is focused on how to reduce the encoding time. In the past, the techniques of partition and classification were used to reduce the number of computations of similarity measures to speedup the encoder [10 12]. Then the idea of spatial correlation was also added to the fractal encoding algorithm to reduce the search space of the optimal solution. Truong et al. [13] limit the search space for the current range block on the neighborhoods of the * Corresponding author. Address for correspondence: No. 1, Sec. 1, Syuecheng Rd., Dashu Township, Kaohsiung County 840, Taiwan. Fax: addresses: yllin@isu.edu.tw, yihlon.lin@gmail.com (Y.-L. Lin) /$ see front matter 2009 Elsevier Inc. All rights reserved. doi: /j.dsp

2 M.-S. Wu, Y.-L. Lin / Digital Signal Processing 20 (2010) matched domain blocks of the neighboring range blocks by utilizing the spatial correlations between neighboring blocks in both the domain pool and the range pool. In comparison with the full search algorithm, this algorithm achieves a 2.6 times speedup ratio yet preserves almost the same retrieved image quality. Furao and Hasegawa [14] present a no search fractal encoding algorithm. In this algorithm, they select a domain block which has the same center with the range block to be encoded as the matched one. This is possible since the two blocks usually have the same texture in a natural image. Utilizing such a characteristic and merging quad-tree technique, the authors have achieved the fastest encoding velocity to date, but unfortunately both the retrieved image quality and the compression ratio suffer as a result. Recent efforts to push the genetic algorithm (GA) to a numerical optimum solution have become highly popular among researchers. GA was developed by Holland (1975) [15] over the course of the 1960s and 1970s and popularized by Goldberg [16]. The genetic algorithm is a global search technique that mimics natural selection and natural genetics. GA is capable of solving many large, complex problems. Experience shows such problems are hard to solve, since their search spaces generally have very rough landscapes riddled with many local optima. Many researchers have used the advantages of GA to achieve some significant results [17 21]. Since the landscape of natural images is also very rough, GA is well suited to the search for the best match in fractal image compression. For example, Mitra [22] proposed a search strategy using GA in which the chromosome consists of the PIFS of all range blocks. In this method, the fitness of a chromosome is measured by the distance between the attractor and the given image. Although a faster speed can be achieved, the retrieved image quality is not good enough because the fitness is defined in terms of the whole image. Wu et al. [23] used a schema genetic algorithm (SGA) to speed up the fractal encoder. In SGA, the genetic operators are adapted according to the schema theorem in the evolutionary process performed on the range blocks. The encoding speed of such a method is about 100 times faster than that of the full search method and can preserve the retrieved image quality. In this paper, a genetic algorithm with a hybrid select mechanism is proposed to speed up fractal encoding. All of the image blocks are classified into three classes: smooth type; diagonal/sub-diagonal edge type; and horizontal/vertical edge type. Two DCT coefficients the lowest vertical coefficient and the lowest horizontal coefficient are used to determine which type the block belongs to. Then, for each range block to be encoded, GA is used to find the best matched solution. During the GA evolutionary process, all the chromosomes are classified as one of two clans: a superior clan or an inferior clan. In the superior clan, the type of chromosome is the same as that of the range block. In the inferior clan, it is not. If a chromosome belongs to the superior clan, it is a good candidate for the best match. Hence its fitness value will be calculated. The chromosomes belong to the superior clan are ranked according to their fitness values and placed at the front of the chromosomes belong to the inferior clan. In contrast, if a chromosome belongs to the inferior clan, it is not a good candidate for the best match. Hence its fitness value need not be calculated. The chromosomes belong to inferior clan will be assigned the same rank. Finally, two selection mechanisms uniform random selection and ranking selection are merged in the GA mating process to select appropriate parents in order to find a suitable domain block and speedup the encoder. By using the evolutionary technique, we find that the encoding speed can be improved, since the number of fitness computations is reduced. Moreover, since good chromosomes are ranked at the front, good genes can be carried into the next generation during the GA evolutionary process. In this way, the quality of the retrieved image can also be maintained. The rest of the paper is organized as follows. We introduce the conventional fractal image coding scheme in Section 2. Section 3 describes the proposed genetic algorithm in this paper. Some experimental simulations are performed in Section 4 to verify the improvement of our proposed algorithm. Finally, a conclusion is made in Section Fractal image encoding Fractal image compression is based on the local self-similarity property and PIFS. The related implementation process is stated as follows. Suppose the original gray level image f is of size m m. To simplify the discussion, let m be 256. The domain pool is defined as the set of all possible blocks of size of the image f, which makes up ( ) ( ) = 58,081 blocks. The range pool is defined to be the set of all non-overlapping blocks of size 8 8 of the image f, which makes up (256/8) (256/8) = 1024 blocks. For each block v from the range pool, the fractal transformation is constructed by searching all of the elements in the domain pool to find the block with the greatest similarity. Let u denote a subsampled domain block which is of the same size as v. The similarity of u and v is measured using mean square error (MSE), which is defined by MSE = j=0 i=0 7 ( ) 2 u(i, j) v(i, j) (1) The fractal transformation allows Dihedral transformations of the domain blocks, i.e., the 8 orientations of the blocks generated by rotating the blocks counterclockwise at angles 0, 90, 180 and 270 and flipping with respect to the line y = x, respectively, as shown in Table 1. Thus for a given block from the range pool, there are 58,081 8 = 464,648 MSE computations to obtain the block with the greatest similarity from the domain pool. Thus, in total, one needs ,648 = 475,799,552 MSE computations to encode the whole image using this full search compression method.

3 1152 M.-S. Wu, Y.-L. Lin / Digital Signal Processing 20 (2010) Table 1 The 8 transformations in the Dihedral group. Rotate 0 Rotate 90 Rotate 180 Rotate 270 [ ] [ ] [ ] [ ] [ ] [ Flip with the line x = y from above ] [ ] [ 1 ] The fractal transformation also allows the adjustment of the contrast p and the brightness q on the sub-sample block u. Thus the similarity is to minimize the quantity d = p u k + q v, where u k,0 k 7 are the 8 orientations of u. By calculus, p and q can be computed directly by p = [N u, v u, 1 v, 1 ], q = 1 [ ] v, 1 p u, 1 [N u, u u, 1 2 ] N where N is the number of pixels of the range block and 1 =[ ] T. Finally, the position x and y of the domain block, the contrast p, the brightness q, and the orientation k constitute the fractal code of the given range block v. For a image, both x and y require 8 and 8 bits, respectively, to represent the position of the domain block. For contrast p, brightness q, and the orientation k, 5, 7 and 3 bits are required, respectively. Hence one needs = 31 bits in total to encode a range block. Finally, as v runs over all 1024 range blocks in the range pool, the encoding process is completed. To decode, one first makes up the 1024 affine transformations from the compression codes. Next, one chooses any initial image and performs the 1024 affine transformations on the image to obtain a new image. The transformation proceeds recursively according to the Contractive Mapping Fixed-Point Theorem and Collage Theorem until the sequence of images converges to the encoded image. The stopping criterion of the recursion is designed in accordance with the user s application and the final image is the retrieved image of fractal coding. 3. Genetic algorithm for fractal image compression In this section, a genetic algorithm with hybrid select mechanism proposed by us will be introduced. First, by using two DCT coefficients: the lowest vertical coefficient F (1, 0) and the lowest horizontal coefficient F (0, 1), all of the image blocks including domain blocks and range blocks are classified into three classes: smooth type, diagonal/sub-diagonal edge type, and horizontal/vertical edge type according to their texture. Then when the GA is used to encode each range block, a hybrid select mechanism composed of two different kinds of selection mechanisms are used to select the appropriate parents to speed up the encoder. Below, the classification method for the image blocks is introduced first. Second, the proposed GA algorithm designed to reduce encoding time will also be stated in detail The classification algorithm for image blocks The main goal of the classification algorithm is to classify all of the image blocks including domain blocks and range blocks into three classes. By using DCT transformation, an image block can be transferred from the spatial domain to the frequency domain, in which the DCT coefficients located in the upper-left represent the low frequency information of the image block and reflect the rough contour of the image block. In contrast, the DCT coefficients located in the lower-right represent the high frequency information of the image block and reflect the fine texture of the image block. Hence an image block can be determined as belonging to which type, only by using its lower frequency DCT coefficients. Based on the viewpoint stated above, we design a classifier which uses the lowest vertical coefficient F (1, 0) and the lowest horizontal coefficient F (0, 1) to execute the action of classification. Assume f is a given image block of size 8 8, F (1, 0) and F (0, 1) can be computed from 2 F (1, 0) = 8 2 F (0, 1) = f (i, j) cos θ i j=0 i=0 7 7 f (i, j) cos θ j j=0 i=0 (2) (3) where θ i = (2i + 1)π/16, i = 0, 1,...,7. The magnitude of F (1, 0) reflects the intensity variation between the left half and right half of image block f and the magnitude of F (0, 1) reflects the intensity variation between the upper half and lower half of image block f. For an image block f,ifboth F (1, 0) and F (0, 1) are small, it means that the block f has no clear texture. Hence the landscape on

4 M.-S. Wu, Y.-L. Lin / Digital Signal Processing 20 (2010) Fig. 1. The classification of H type blocks and non-h type blocks. block f tends to smoothness. Block f will be classified as smooth type and denoted as S type. Second, if F (1, 0) is large and F (0, 1) is small, f will have a vertical edge. But if F (1, 0) is small and F (0, 1) is large, f will have a horizontal edge. According to Dihedral characteristics, for the two cases, f is classified as horizontal/vertical edge type and denoted as H type. Finally, if both F (1, 0) and F (0, 1) are large, it means that f will have a diagonal or sub-diagonal edge. Such f will be classified as diagonal/sub-diagonal type and denoted as D type. To determine the different types of image blocks, these blocks first execute the DCT transformation to find their F (1, 0) and F (0, 1) values. Then the classification algorithm is used to determine which type these image blocks belong to, according to their respective F (1, 0) and F (0, 1) values. First, H type blocks are separated out. For each image block, we taketheabsolutevaluesofitsf (1, 0) and F (0, 1) to constitute a DCT absolute coefficient pair ( F (1, 0), F (0, 1) ). Then the DCT absolute coefficient pair is undergoes the normalization process. After normalization, the normalized DCT absolute coefficient pair ( F (1, 0) N, F (0, 1) N ) is obtained and is labeled on a Cartesian coordinate system in which F (1, 0) N is the x-coordinate and F (0, 1) N is the y-coordinate. The result is shown in Fig. 1. Here F (1, 0) N and F (0, 1) N denote normalized F (1, 0) and F (0, 1), respectively. We can find from Fig. 1 that the positions of all the normalized image blocks are located on the unit circle of the first quadrant. According to the texture characteristics of the image block, if the normalized DCT absolute coefficient pair of an image block f is near the point (1, 0), it will have a clear vertical edge since F (1, 0) N is large and F (0, 1) N is small. Hence the image block f will be classified as H type. For the same reason, if the normalized DCT absolute coefficient pair of an image block f is near the point (0, 1), it will have a clear horizontal edge since F (1, 0) N is small and F (0, 1) N is large. Such an image block f will also be classified as H type. Two threshold angles: T H1 and T H2 are used to separate H type blocks from non-h type blocks. Therefore, an image block is classified as H type if its position in Fig. 1 is located on the unit circle between 0 and T H1 or between T H2 and 90. Once the H type blocks are determined, the S type blocks are also isolated from the remaining non-h type blocks. For the remaining image blocks, according to their DCT absolute coefficient pairs ( F (1, 0), F (0, 1) ) which have not been normalized, we find an image block whose distance from the origin of the coordinate is greater than the others and label its coefficient pair as ( F (1, 0) max, F (0, 1) max ). Then the DCT absolute coefficient pair ( F (1, 0), F (0, 1) ) of the remaining image blocks is divided by (( F (1, 0) max ) 2 + ( F (0, 1) max ) 2 ) 1/2. Through the scaling process, the scaled DCT absolute coefficient pair ( F (1, 0) R, F (0, 1) R ) is obtained and is re-labeled on a Cartesian coordinate system in which F (1, 0) R is the x-coordinate and F (0, 1) R is the y-coordinate. The result is shown in Fig. 2. In Fig. 2, ( F (1, 0) max,r, F (0, 1) max,r ) is the image block whose distance from the origin of the coordinates is greatest. We find that, through the scaling process, the positions of the rest of the image blocks are located in the unit circle between T H1 and T H2. If the position of an image block f is near the origin of the coordinate, it will have a smooth landscape since both F (1, 0) R and F (0, 1) R are small. Such an image block f will be classified as S type. A threshold circle whose radius is T S is used to separate the S type and non-s type blocks. Hence an image block f is classified as S type if its position is located in the threshold circle. Finally, the non-s type blocks will be classified as D type. For these non-s type blocks, they have a clear diagonal or sub-diagonal edge since their F (1, 0) R and F (0, 1) R values are large. The classification steps for the image blocks are discussed in detail below: 1. For all the image blocks, calculate the F (1, 0) and F (0, 1) from (2) and (3), respectively, and constitute the DCT absolute coefficient pair ( F (1, 0), F (0, 1) ). 2. Normalize the DCT absolute coefficient pair ( F (1, 0), F (0, 1) ) for all the image blocks to obtain the normalized DCT absolute coefficient pair( F (1, 0) N, F (0, 1) N ). Label the position of each image block according to its ( F (1, 0) N, F (0, 1) N ) on the Cartesian coordinate system. The result is shown in Fig. 1.

5 1154 M.-S. Wu, Y.-L. Lin / Digital Signal Processing 20 (2010) Fig. 2. The classification of S type blocks and D type blocks. Fig. 3. Chromosome formation. 3. Determine the H type blocks from Fig. 1. An image block is classified as H type if its position is located on the unit circle between 0 and T H1 or between T H2 and For the remainder in Step 3, find the pair ( F (1, 0) max, F (0, 1) max ) according to their DCT absolute coefficient pair ( F (1, 0), F (0, 1) ) obtained in Step 1. Divide the ( F (1, 0), F (0, 1) ) of the remaining blocks by (( F (1, 0) max ) 2 + ( F (0, 1) max ) 2 ) 1/2 to obtain the scaled DCT absolute coefficient pair ( F (1, 0) R, F (0, 1) R ). Label their position on the Cartesian coordinate system. The result is shown in Fig Determine the S type blocks from Fig. 2. An image block is classified as S type if its position is located in a circle whose radius is T S. 6. Classify the rest of the blocks in Step 5 as D type. Once the classification process is complete, for each range block, a genetic algorithm with a hybrid select mechanism proposed by us will be used on the classified image blocks in order to search for the best matched domain block A genetic algorithm with a hybrid select mechanism for FIC Here, a genetic algorithm with hybrid select mechanism is introduced in detail. For each range block to be encoded, the GA algorithm executes GA evolution on the classified domain blocks obtained in Section 3.1 to find the best matched solution. Its main goal is to reduce the amount of computation of similarity measure between range block and sub-sample domain block in order to speed up the encoding speed while maintaining the retrieved image quality. The related evolutionary strategies with respect to the GA are detailed as follows. (1) Chromosome: Since the fractal encoding scheme utilizes the PIFS to encode every range block, one takes the absolute position (x, y) of a domain block and the Dihedral transformation k to constitute a chromosome. A chromosome is 19 bits in length as showninfig.3,inwhichx, y and k are the genes of 8, 8 and 3 bits, respectively. (2) Fitness function: The distance between range block and sub-sampled domain block is measured by MSE. The fitness value is defined as the reciprocal of MSE. (3) Initial population: Chromosomes are initialized randomly. (4) Selection: Here, a hybrid selection mechanism which is composed of uniform random selection and ranking selection is adopted to find appropriate parents and reduce the amount of MSE computation. All of the chromosomes are divided into two clans:

6 M.-S. Wu, Y.-L. Lin / Digital Signal Processing 20 (2010) Fig. 4. Uniform crossover. a superior clan and an inferior clan. If the type of chromosome is the same as that of the range block to be encoded, it is a good candidate for the best match. It is proof that the gene in the chromosome is good. Hence it should have a higher probability to be selected as a parent in order to generate better offspring. Such a chromosome will be classified as belonging to the superior clan. In contrast, if the type of chromosome is not the same as that of the range block to be encoded, it is not a good candidate for the best match. Its gene is not good and hence the probability it is selected as a parent should be lower. Such a chromosome will be classified as belonging to the inferior clan. For those chromosomes belonging to the superior clan, their genes are good. We hope that these genes can be preserved to next generation to generate better offspring. Hence we let their fitness be calculated and be ranked from high to low according to their fitness values. But for those chromosomes belonging to the inferior clan, their genes are not good. These genes will be eliminated during the GA evolution. Therefore, for reducing the number of MSE computations, their fitness will not be calculated. We assign them the same rank and rank them directly behind the superior clan. For these chromosomes, their rank is equal to the number of chromosomes in the superior clan plus 1. Once all the chromosomes have been ranked, the hybrid select mechanism will be executed in order to select appropriate parents from the ranked chromosomes. First, the ranking selection is carried out to select parents from all the ranked chromosomes. If a chromosome belonging to the superior clan is selected, it will be immediately taken as the parent. But if the select mechanism determines the parent as coming from the inferior clan, the uniform random selection will be invoked in order to select a parent from the inferior clan. For example, suppose the size of the population is 7 and the number of chromosomes belonging to the superior clan is 3. First, the ranking select mechanism is used to find a parent from the population. For the 3 chromosomes in the superior clan, the selected probabilities according to their rank are 7/28, 6/28, and 5/28, in that order. The probability that the parent comes from the inferior clan is 4/28 + 3/28 + 2/28 + 1/28 = 10/28. By use of the random generator, if the random number lies between 0 and 7/28, the chromosome whose rank is 1 will be selected. For the same reason, if the random number lies between 7/28 and 13/28 or between 13/28 and 18/28, the chromosome whose rank is 2 or 3 will be selected, respectively. But if the random number lies between 18/28 and 1, the ranking select mechanism determines that the parent comes from the inferior clan. Hence the uniformly random selection will be invoked to select a parent from the 4 chromosomes in the inferior clan. On average, the selected probability for each chromosome in the inferior clan is (10/28)/4 = 5/56. The fact the parent comes from the inferior clan maintains the diversity of the population. (5) Crossover: The uniform crossover operation, as shown in Fig. 4, is adopted with probability P c to determine whether the operation will be performed or not. The temporary offspring are generated by executing the crossover operation on the two parents. (6) Mutation: The mutation operation with probability P m is applied to the temporary offspring in order to generate the offspring for the next generation. Here the goal of the mutation is to maintain the diversity of the population and to avoid pre-maturity. (7) Stopping criterion: The goal of stopping criterion is to stop the GA evolutionary process. Here, a pre-set number of iterations is adopted to stop the evolution. Connecting the above operational strategies, a genetic algorithm with a hybrid select mechanism is proposed. The detailed evolutionary steps regarding the GA are given as follows: Initially, set the population size, the crossover mask, crossover rate P c, mutation mask, and mutation rate P m. 1. Generate the initial population of chromosomes randomly. 2. Divide the chromosomes into two clans: superior clan and inferior clan according to their types. Calculate the fitness values of the chromosomes belonging to the superior clan. 3. Rank all the chromosomes. First, for the chromosomes belonging to the superior clan, rank them according to their fitness values. Second, let the chromosomes belonging to the inferior clan have the same rank, and their rank is the number of chromosomes in the superior clan plus 1.

7 1156 M.-S. Wu, Y.-L. Lin / Digital Signal Processing 20 (2010) Table 2 The rank condition in part for the determination of T H1 and T H2. Rank min(d 1,0, D 0,1 ) Phase angle If a pre-set number of iterations is reached, then stop and record the fractal code. Otherwise, go to the next step. 5. Execute the hybrid select mechanism to select parents. First execute the ranking selection. If the selected chromosome belongs to the superior clan, take it immediately as the parent. In contrast, if the selected chromosome belongs to the inferior clan, invoke the uniformly random selection to select a parent from the inferior clan. 6. Perform the uniform crossover to generate a temporary offspring. 7. Perform the mutation operation on the temporary offspring to generate the offspring for the next generation. 8. Go to Step Experimental results The images Lena, Baboon, F16, and Pepper are tested to demonstrate the speed-up rate and retrieved quality of the proposed GA method. For a given image of size , let the size of range block be 8 8. The software simulations are performed using BCB v. 6.0 on a Celeron Core2 Duo 2.0 GHz, 2 G RAM, windows XP PC. The quality of the retrieved image g in comparison to the original image f is measured by peak signal to noise ratio (PSNR) given by ( ) PSNR = 10 log 1 m n where m n is the image size. n 1 j= m 1 i=0 ( f (i, j) g(i, j)) The determination of threshold values for the classification method All the image blocks will first be classified before the GA evolutionary process is executed. Hence three threshold values: T H1, T H2 and T S must be obtained in order to execute the classification algorithm. It is obvious that the number of domain blocks is much larger than that of range blocks. If we use the domain pool to determine the threshold values, it will produce a lot of computation overhead. Thus, to reduce the computation load, we use the range pool to determine the threshold values instead of the domain pool and partition the range pool into three classes of almost equal numbers of members. First, two threshold angles: T H1 and T H2 in Fig. 1 are obtained to separate H type and non-h type blocks from all the image blocks. For each normalized range block, since the more that are near point (1, 0) or point (0, 1), the clearer the vertical or horizontal texture is, we calculate the value min(d 1,0, D 0,1 ) for all the range blocks and rank them according to value from small to large. Here D 1,0 = (( F (1, 0) N 1) 2 + ( F (0, 1) N 0) 2 ) 1/2 represents the distance between the normalized range block and point (1, 0) and D 0,1 = (( F (1, 0) N 0) 2 + ( F (0, 1) N 1) 2 ) 1/2 represents the distance between the normalized range block and point (0, 1). The min(d 1,0, D 0,1 ) represents the minimum value of both D 1,0 and D 0,1. Table 2 shows the rank condition in part and the test image is Lena. In the last row of Table 2, the rank of the range block is 346. Its min(d 1,0, D 0,1 ) is and the phase angle of the line connecting the range block and origin is Foranimageof size , with the size of range block 8 8, the number of range blocks is (256/8) (256/8) = We let the first third of range blocks, about 342, be classified as H type. For the assignment of T H1 and T H2 in Fig. 1, T H1 is assigned to the middle point between the last rank of the H type blocks and the 1st rank of non-h type blocks. Furthermore, we let both the L 1 to x-coordinate and L 2 to y-coordinate have the same span. In other words, we keep T H2 = 90 T H1. Hence from Table 2, we obtain the result T H1 is ( )/2 = and T H2 is = Ifwelettherange blocks of the first 340 be classified as H type, T H1 is (( ) )/2 = and T H2 is = 78.80, since the 340th range block is near the y-coordinate. Second, the threshold radius T S is determined from the remaining = 682 range blocks. For the same reason, for the remaining range blocks, since the closer to the origin (0, 0), the smoother the characteristics, we calculate the value ( F (1, 0) 2 R + F (0, 1) 2 R )1/2 for all the remaining range blocks and rank them according to their value from small to large. Table 3 shows the rank condition in part. In the last row of Table 3, the rank of the range block is 346, from the remaining 682, and the distance from the origin is We take the first half of the range blocks as S type and take the second half of the range blocks as D type. Hence both the number of S type blocks and the number of D type blocks are 682/2 = 341.Forthesamereason,T S is assigned to the middle point between the last

8 M.-S. Wu, Y.-L. Lin / Digital Signal Processing 20 (2010) Table 3 The rank condition in part for the determination of T S. Rank Distance with origin Table 4 Three threshold values and the classification result of the domain blocks by using the proposed classification method. T H1 T H2 T S The number of H type blocks The number of S type blocks The number of D type blocks Lena ,223 11,852 27,006 Pepper ,276 12,818 25,987 F ,782 14,924 24,375 Baboon ,350 14,759 22,972 Fig. 5. The number of chromosomes in the superior clan and inferior clan versus the number of generations for Lena without elitism. rank of the S type blocks and the 1st rank of the D type blocks. Therefore T S is ( )/2 = Table 4 lists the three threshold values and the classification result of the domain blocks by using the proposed classification method for Lena, Pepper, F16, and Baboon. For Lena, T H1, T H2, and T S are 11.33, 78.67, and , respectively, and the number of domain blocks of H type, S type, and D type are 19,223, 11,852, and 27,006, respectively Comparison of proposed GA method and traditional GA method without elitism Some simulations are done to demonstrate the speed-up ratio and retrieved quality of the proposed GA method in comparison to the traditional GA method. For GA operations, the proposed GA method uses a hybrid select mechanism proposed by us and the traditional GA method uses a ranking select mechanism. The uniform crossover is adapted for both GA methods. Elitism is ignored. At the same time, the GA parameters of the two methods are identical, in which P c is 0.6 and P m is Fig. 5 shows the relationship between the number of chromosomes in the superior clan and the number of chromosomes in the inferior clan versus the number of generations for the proposed GA method. The test image is Lena and the size of the population is 250. The two curves in Fig. 5 represent the number of chromosomes in the superior clan and the inferior clan in every generation, respectively, in which the values taken are an average of 1024 range blocks in an image. At the beginning, the number of chromosomes in the superior clan is less than the number of chromosomes in the inferior clan. The number of initial chromosomes for the superior clan and inferior clan are 83.8 and 166.2, respectively, on average. During the GA evolution, the number of chromosomes from the superior clan increases gradually and the number of chromosomes from the inferior clan decreases gradually. At the 8th generation, the number of chromosomes in the superior clan exceeds

9 1158 M.-S. Wu, Y.-L. Lin / Digital Signal Processing 20 (2010) Table 5 The comparison of proposed GA method and tradition GA method together with full search method without elitism. Method Time (sec) MSE computations PSNR (db) Lena Full search ,799, Proposed GA ,831, Traditional GA ,120, Pepper Full search ,799, Proposed GA ,361, Traditional GA ,120, F16 Full search ,799, Proposed GA ,653, Traditional GA ,120, Baboon Full search ,799, Proposed GA ,501, Traditional GA ,120, the number of chromosomes in the inferior clan. Finally, at the 20th generation, the number of chromosomes from the superior clan and inferior clan have changed to and 67.1, respectively, on average. We find from Fig. 5 that since the fitness for chromosomes in the inferior clan need not be calculated, we can save about two-thirds of the MSE computations at the GA evolutionary initial stage. Even at a later stage of the GA evolutionary process, we can still save about one-quarter of the MSE computations. On average, in comparison with the traditional GA method, about 45% of MSE computations can be saved. Table 5 lists some comparative results of our proposed GA method, the traditional GA method and the full search method for Lena, Pepper, F16, and Baboon. The size of the population is 250 and the pre-set number of iterations is 20. For a proper comparison, the two GA methods are performed over 10 runs and the results are averaged. For Lena, comparing our proposed GA method with the traditional GA method, the PSNRs of the two methods are almost the same, but for the proposed GA method, the number of MSE computations is only 55% that of the traditional GA method. In terms of the speed up rate, the encoding time of the proposed GA method can save about 25% off that of the traditional GA method, in which the encoding time of our method already includes the time spent on the DCT calculation and classification of all the image blocks. Moreover, for Pepper, F16, and Baboon, the encoding time of the proposed GA method saves about 32%, 28%, and 31%, respectively, from that of the traditional GA method, and the penalty is only db decay on retrieved image quality. Finally, in comparison with the full search method, the encoding speed of the proposed GA method is about 75 times faster than that of the full search method Comparison of proposed GA method and traditional GA method with elitism In this section, elitism is considered. The relevant GA operators and parameters are the same as in Section 4.2. Fig. 6 shows both the number of chromosomes in the superior clan and the number of chromosomes in the inferior clan versus the number of generations for the proposed GA method. The test image is also Lena and the size of the population is 250. At the beginning, the number of initial chromosomes for the superior clan and inferior clan are 83.3 and 166.7, respectively, on average. But within a short time, the number of chromosomes in the superior clan rapidly exceeds those in the inferior clan, thus constituting the majority of chromosomes in the population. Finally, at the 20th generation, the number of chromosomes in the superior clan and inferior clan have changed to and 36.5, respectively, on average. In theory, such a situation is disadvantageous to our method, since the fitness of chromosomes in the superior clan needs to be calculated. But as a result of elitism, at each generation, half the chromosomes are coming directly from the former generation and almost all belong to the superior clan. For these chromosomes, their fitness is known and need not be re-calculated. Hence for our method, the number of MSE computations can be substantially decreased. Furthermore, for the remaining 125 chromosomes generated by way of the GA evolutionary process, about half belong to the inferior clan and their fitness need not be calculated for our method. But for the traditional GA method, the fitness of all 125 chromosomes need to be calculated. Overall, in comparison with the traditional GA method, about 45% of MSE computations can be saved. The result is almost the same as one that ignores elitism. Table 6 also lists the comparative results of the proposed GA method, traditional GA method and full search method for Lena, Pepper, F16, and Baboon. The size of the population is 250 and the pre-set number of iterations is 20. For proper comparison, the two GA methods are performed over 10 runs and the results are averaged. For the number of MSE computations, the proposed GA method saves about 46 54% from the traditional GA method. In terms of the speed up rate, the encoding time of the proposed GA method is some 24 30% less than that of the traditional GA method, while the penalty is only db decay on retrieved image quality. Remember too that the encoding time of our method already includes the time spent on the DCT calculation and classification of all the image blocks. Finally, in comparison with the full search method, the encoding speed of our proposed GA method is some 130 times faster than that of the full search method, while the retrieved image quality remains acceptable.

10 M.-S. Wu, Y.-L. Lin / Digital Signal Processing 20 (2010) Fig. 6. The number of chromosomes in the superior clan and inferior clan versus the number of generations for Lena with elitism. Table 6 The comparison of proposed GA method and tradition GA method together with full search method with elitism. Method Time (sec) MSE computations PSNR (db) Lena Full search ,799, Proposed GA ,463, Traditional GA ,688, Pepper Full search ,799, Proposed GA ,240, Traditional GA ,688, F16 Full search ,799, Proposed GA ,329, Traditional GA ,688, Baboon Full search ,799, Proposed GA ,319, Traditional GA ,688, Results for the retrieved images by our proposed GA, traditional GA, and full search methods are shown in Fig. 7. The retrieved images of the two GA methods are obtained by decoding two compression codes selected respectively from the 10 runs of the two GA methods in Table 6. Fig. 7(a) is the original Lena image and Fig. 7(b) is the initial image used for fractal decode. Figs. 7(c) and 7(d) are the retrieved images using the full search method and traditional GA method, respectively. Fig. 7(e) is the retrieved image using the proposed GA method. 5. Conclusion In this paper, a genetic algorithm with hybrid select mechanism is proposed to speed up the encoding speed of a fractal image. First, all the image blocks are classified into three classes: S type, H type, and D type according to their DCT coefficients. Then, during the GA evolution, the population at every generation is separated into two clans: a superior clan and an inferior clan according to whether the type of chromosome is the same as that of the range block to be encoded or not. The hybrid select mechanism proposed by us is used to select appropriate parents from the two clans in order to reduce the amount of MSE computations while maintaining the retrieved image quality. First, an experiment using GA without elitism is performed. For the number of MSE computations, our proposed GA method requires 46 55% less than that of the traditional GA method. For the speed up rate, the proposed GA method can save about 25 32% from the encoding time of the traditional GA method. Second, for the experiment using GA with elitism, the number of MSE computations of the proposed GA method is some 46 54% fewer than that of the traditional GA method. For the speed up rate, the proposed GA method can save about 24 30% from the encoding time of the traditional GA method. For retrieved image quality, the experiment also shows that, whether the GA utilizes elitism or not, the results of our proposed GA method is almost identical to the traditional GA method, or has only a little decay. Finally, a comparison between our proposed GA method and a full search method is carried out. For GA without elitism, the encoding speed of our method is about 75 times faster than that of the full search method. Even more significantly, for GA with elitism, the encoding speed is some 130 times that of the full search method, while the retrieved image quality remains acceptable. There are, in addition, other soft computing methods such as evolutionary strategy, genetic programming, and particle swarm optimization etc. can be use to speedup the fractal encoder. Our next effort would be to find some more efficient algorithms for fractal image compression by using the soft computing methods.

11 1160 M.-S. Wu, Y.-L. Lin / Digital Signal Processing 20 (2010) Fig. 7. (a) Original image, Lena of size (b) Initial image for the decoder of the fractal compression. (c) Full searching method, MSE computations = 475,799,552, PSNR = 28.91, time = sec. (d) Traditional GA method, MSE computations = 2,688,000, PSNR= 27.44, time = sec. (e) Proposed GA method, MSE computations = 1,467,052, PSNR = 27.17, time = sec. References [1] M.F. Barnsley, S. Demko, Iterated function systems and the global construction of fractals, Proc. Roy. Soc. A 399 (1985) [2] M.F. Barnsley, Fractal Everywhere, Academic, New York, [3] M.F. Barnsley, J.H. Elton, D.P. Hardin, Recurrent iterated function system, in: Constructive Approximation, 1989, pp [4] A.E. Jacquin, Image coding based on a fractal theory of iterated contractive image transformations, IEEE Trans. Image Process. 1 (1) (1992) [5] C.T. Wang, et al., Detecting and restoring the tampered images based on iteration-free fractal compression, J. Syst. Software 67 (2) (2003) [6] D.R. Chen, et al., Classification of breast ultrasound images using fractal feature, Clin. Imaging 29 (4) (2005) [7] T.A. Linnell, F. Derari, Mapping vector accumulator: fractal domain feature for character recognition, Electron. Lett. 40 (22) (2004) [8] C.H. Li, S.S. Wang, Digital watermarking using fractal image coding, IEICE Trans. Fund. E83-A (6) (2000) [9] Z. Yao, Fixed point in fractal image compression as watermarking, Int. Conf. Image Process. 2 (2003) [10] Y. Fisher, Fractal Image Compression, Theory and Application, Springer-Verlag, New York, [11] F. Davoine, M. Antonini, J.M. Chassery, M. Barlaud, Fractal image compression based on Delaunay triangulation and vector quantization, IEEE Trans. Image Process. 5 (2) (1996) [12] D. Saupe, S. Jacob, Variance-based quadtrees in fractal image compression, Electron. Lett. 33 (1) (1997) [13] T.K. Truong, C.M. Kung, J.H. Jeng, M.L. Hsieh, Fast fractal image compression using spatial correlation, Chaos Solitons Fractals 22 (5) (2004) [14] S. Furao, O. Hasegawa, A fast no search fractal image coding method, Signal Process. Image Commun. 19 (5) (2004) [15] J.H. Holland, Adaptation in Natural and Artificial Systems, The University of Michigan Press, Ann Arbor, [16] D.E. Goldberg, Genetic Algorithms in Search, Optimization, and Machine Learning, Addison Wesley, New York, 1989.

12 M.-S. Wu, Y.-L. Lin / Digital Signal Processing 20 (2010) [17] Y. Du, K.T. Chan, Feasibility of applying genetic algorithms in space-time block coded multiuser detection systems, Digital Signal Process. 15 (2005) [18] S.H. Doong, C.C. Lai, C.H. Wu, Genetic subgradient method for solving location allocation problems, Appl. Soft Comput. 7 (2007) [19] M. Wang, S. Yang, S. Wu, A GA-based UWB pulse waveform design method, Digital Signal Process. 18 (1) (2008) [20] S.T. Pan, C.C. Lai, Identification of chaotic systems by neural network with hybrid learning algorithm, Chaos Solitons Fractals 37 (1) (2008) [21] S.T. Pan, A canonic-signed-digit coded genetic algorithm for designing finite impulse response digital filter, Digital Signal Process. 20 (2) (2010) [22] S.K. Mitra, C.A. Murthy, M.K. Kundu, Technique for fractal image compression using genetic algorithm, IEEE Trans. Image Process. 7 (4) (1998) [23] M.S. Wu, J.H. Jeng, J.G. Hsieh, Schema genetic algorithm for fractal image compression, Eng. Appl. Artif. Intell. 20 (4) (2007) Ming-Sheng Wu received the B.S. degree from the Department of Electronic Engineering of Chung Yuan Christian University, Chung Li, Taiwan, in 1988, and the M.S. and Ph.D. degrees from National Sun Yat-Sen University, Kaohsiung, Taiwan, in 1990 and 2006, respectively, all in Electrical Engineering. He is currently an Associate Professor of the Department of Electrical Engineering, Cheng-Shiu University, Kaohsiung, Taiwan. His research includes image processing and image compression. Yih-Lon Lin received the B.S. degree from the Department of Electronic Engineering, I-Shou University, Kaohsiung, Taiwan, in 1997 and the M.S. and Ph.D. degrees from the Department of Electrical Engineering, National Sun Yat-Sen University, Kaohsiung, Taiwan, in 1999 and 2006, respectively, all in electrical engineering. Currently, he is an Assistant Professor at the Department of Information Engineering, I-Shou University. His research interests include machine learning, multimedia applications, and soft computing.

Fractal Image Compression Based on Spatial Correlation And Hybrid Particle Swarm Optimization With Genetic Algorithm

Fractal Image Compression Based on Spatial Correlation And Hybrid Particle Swarm Optimization With Genetic Algorithm Fractal Image Compression Based on Spatial Correlation And Hybrid Particle Swarm Optimization With Genetic Algorithm 1 Gohar Vahdati, 2 Habib Khodadadi, 3 Mahdi Yaghoobi 1,2,3 Computer Engineering Department

More information

Genetic Algorithm based Fractal Image Compression

Genetic Algorithm based Fractal Image Compression Vol.3, Issue.2, March-April. 2013 pp-1123-1128 ISSN: 2249-6645 Genetic Algorithm based Fractal Image Compression Mahesh G. Huddar Lecturer, Dept. of CSE,Hirasugar Institute of Technology, Nidasoshi, India

More information

Modified No Search Scheme based Domain Blocks Sorting Strategies for Fractal Image Coding

Modified No Search Scheme based Domain Blocks Sorting Strategies for Fractal Image Coding Modified No Search Scheme based Domain Blocks Sorting Strategies for Fractal Image Coding Xing-Yuan Wang, Dou-Dou Zhang, and Na Wei Faculty of Electronic Information and Electrical Engineering, Dalian

More information

Fast Fractal Image Encoder

Fast Fractal Image Encoder International Journal of Information Technology, Vol. 13 No. 1 2007 Yung-Gi, Wu Department of Computer Science & Information Engineering Leader University, Tainan, Taiwan Email: wyg@mail.leader.edu.tw

More information

Contrast Prediction for Fractal Image Compression

Contrast Prediction for Fractal Image Compression he 4th Worshop on Combinatorial Mathematics and Computation heor Contrast Prediction for Fractal Image Compression Shou-Cheng Hsiung and J. H. Jeng Department of Information Engineering I-Shou Universit,

More information

Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding

Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding e Scientific World Journal, Article ID 746260, 8 pages http://dx.doi.org/10.1155/2014/746260 Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding Ming-Yi

More information

Encoding Time in seconds. Encoding Time in seconds. PSNR in DB. Encoding Time for Mandrill Image. Encoding Time for Lena Image 70. Variance Partition

Encoding Time in seconds. Encoding Time in seconds. PSNR in DB. Encoding Time for Mandrill Image. Encoding Time for Lena Image 70. Variance Partition Fractal Image Compression Project Report Viswanath Sankaranarayanan 4 th December, 1998 Abstract The demand for images, video sequences and computer animations has increased drastically over the years.

More information

An improved fast fractal image compression using spatial texture correlation

An improved fast fractal image compression using spatial texture correlation An improved fast fractal image compression using spatial texture correlation Wang Xing-Yuan( ), Wang Yuan-Xing( ), and Yun Jiao-Jiao( ) Faculty of Electronic Information and Electrical Engineering, Dalian

More information

Genetic-PSO Fuzzy Data Mining With Divide and Conquer Strategy

Genetic-PSO Fuzzy Data Mining With Divide and Conquer Strategy Genetic-PSO Fuzzy Data Mining With Divide and Conquer Strategy Amin Jourabloo Department of Computer Engineering, Sharif University of Technology, Tehran, Iran E-mail: jourabloo@ce.sharif.edu Abstract

More information

FRACTAL IMAGE COMPRESSION OF GRAYSCALE AND RGB IMAGES USING DCT WITH QUADTREE DECOMPOSITION AND HUFFMAN CODING. Moheb R. Girgis and Mohammed M.

FRACTAL IMAGE COMPRESSION OF GRAYSCALE AND RGB IMAGES USING DCT WITH QUADTREE DECOMPOSITION AND HUFFMAN CODING. Moheb R. Girgis and Mohammed M. 322 FRACTAL IMAGE COMPRESSION OF GRAYSCALE AND RGB IMAGES USING DCT WITH QUADTREE DECOMPOSITION AND HUFFMAN CODING Moheb R. Girgis and Mohammed M. Talaat Abstract: Fractal image compression (FIC) is a

More information

A Reversible Data Hiding Scheme for BTC- Compressed Images

A Reversible Data Hiding Scheme for BTC- Compressed Images IJACSA International Journal of Advanced Computer Science and Applications, A Reversible Data Hiding Scheme for BTC- Compressed Images Ching-Chiuan Lin Shih-Chieh Chen Department of Multimedia and Game

More information

Fractal Compression. Related Topic Report. Henry Xiao. Queen s University. Kingston, Ontario, Canada. April 2004

Fractal Compression. Related Topic Report. Henry Xiao. Queen s University. Kingston, Ontario, Canada. April 2004 Fractal Compression Related Topic Report By Henry Xiao Queen s University Kingston, Ontario, Canada April 2004 Fractal Introduction Fractal is first introduced in geometry field. The birth of fractal geometry

More information

Hardware Architecture for Fractal Image Encoder with Quadtree Partitioning

Hardware Architecture for Fractal Image Encoder with Quadtree Partitioning Hardware Architecture for Fractal Image Encoder with Quadtree Partitioning Mamata Panigrahy Indrajit Chakrabarti Anindya Sundar Dhar ABSTRACT This paper presents the hardware architecture for fractal image

More information

Iterated Functions Systems and Fractal Coding

Iterated Functions Systems and Fractal Coding Qing Jun He 90121047 Math 308 Essay Iterated Functions Systems and Fractal Coding 1. Introduction Fractal coding techniques are based on the theory of Iterated Function Systems (IFS) founded by Hutchinson

More information

On the Selection of Image Compression Algorithms

On the Selection of Image Compression Algorithms On the Selection of Image Compression Algorithms Chaur-Chin Chen Department of Computer Science National Tsing Hua University Hsinchu 300, Taiwan e-mail: cchen@cs.nthu.edu.tw Abstract This paper attempts

More information

Toward Optimal Pixel Decimation Patterns for Block Matching in Motion Estimation

Toward Optimal Pixel Decimation Patterns for Block Matching in Motion Estimation th International Conference on Advanced Computing and Communications Toward Optimal Pixel Decimation Patterns for Block Matching in Motion Estimation Avishek Saha Department of Computer Science and Engineering,

More information

Hybrid image coding based on partial fractal mapping

Hybrid image coding based on partial fractal mapping Signal Processing: Image Communication 15 (2000) 767}779 Hybrid image coding based on partial fractal mapping Zhou Wang, David Zhang*, Yinglin Yu Department of Electrical and Computer Engineering, University

More information

Texture Segmentation by Windowed Projection

Texture Segmentation by Windowed Projection Texture Segmentation by Windowed Projection 1, 2 Fan-Chen Tseng, 2 Ching-Chi Hsu, 2 Chiou-Shann Fuh 1 Department of Electronic Engineering National I-Lan Institute of Technology e-mail : fctseng@ccmail.ilantech.edu.tw

More information

Pak. J. Biotechnol. Vol. 13 (special issue on Innovations in information Embedded and Communication Systems) Pp (2016)

Pak. J. Biotechnol. Vol. 13 (special issue on Innovations in information Embedded and Communication Systems) Pp (2016) FRACTAL IMAGE COMPRESSIO USIG QUATUM ALGORITHM T Janani* and M Bharathi* Department of Electronics and Communication Engineering, Kumaraguru College of Technology, Coimbatore, India - 641049. Email: bharathi.m.ece@kct.ac.in,

More information

MRT based Adaptive Transform Coder with Classified Vector Quantization (MATC-CVQ)

MRT based Adaptive Transform Coder with Classified Vector Quantization (MATC-CVQ) 5 MRT based Adaptive Transform Coder with Classified Vector Quantization (MATC-CVQ) Contents 5.1 Introduction.128 5.2 Vector Quantization in MRT Domain Using Isometric Transformations and Scaling.130 5.2.1

More information

A Fourier Extension Based Algorithm for Impulse Noise Removal

A Fourier Extension Based Algorithm for Impulse Noise Removal A Fourier Extension Based Algorithm for Impulse Noise Removal H. Sahoolizadeh, R. Rajabioun *, M. Zeinali Abstract In this paper a novel Fourier extension based algorithm is introduced which is able to

More information

A Review of Image Compression Techniques

A Review of Image Compression Techniques A Review of Image Compression Techniques Rajesh, Gagan Kumar Computer Science and Engineering Department, MIET College, Mohri, Kurukshetra, Haryana, India Abstract: The demand for images, video sequences

More information

Overcompressing JPEG images with Evolution Algorithms

Overcompressing JPEG images with Evolution Algorithms Author manuscript, published in "EvoIASP2007, Valencia : Spain (2007)" Overcompressing JPEG images with Evolution Algorithms Jacques Lévy Véhel 1, Franklin Mendivil 2 and Evelyne Lutton 1 1 Inria, Complex

More information

A new predictive image compression scheme using histogram analysis and pattern matching

A new predictive image compression scheme using histogram analysis and pattern matching University of Wollongong Research Online University of Wollongong in Dubai - Papers University of Wollongong in Dubai 00 A new predictive image compression scheme using histogram analysis and pattern matching

More information

Comparative Study on VQ with Simple GA and Ordain GA

Comparative Study on VQ with Simple GA and Ordain GA Proceedings of the 9th WSEAS International Conference on Automatic Control, Modeling & Simulation, Istanbul, Turkey, May 27-29, 2007 204 Comparative Study on VQ with Simple GA and Ordain GA SADAF SAJJAD

More information

A Hybrid Genetic Algorithm for the Distributed Permutation Flowshop Scheduling Problem Yan Li 1, a*, Zhigang Chen 2, b

A Hybrid Genetic Algorithm for the Distributed Permutation Flowshop Scheduling Problem Yan Li 1, a*, Zhigang Chen 2, b International Conference on Information Technology and Management Innovation (ICITMI 2015) A Hybrid Genetic Algorithm for the Distributed Permutation Flowshop Scheduling Problem Yan Li 1, a*, Zhigang Chen

More information

Chapter 14 Global Search Algorithms

Chapter 14 Global Search Algorithms Chapter 14 Global Search Algorithms An Introduction to Optimization Spring, 2015 Wei-Ta Chu 1 Introduction We discuss various search methods that attempts to search throughout the entire feasible set.

More information

Robust Image Watermarking based on DCT-DWT- SVD Method

Robust Image Watermarking based on DCT-DWT- SVD Method Robust Image Watermarking based on DCT-DWT- SVD Sneha Jose Rajesh Cherian Roy, PhD. Sreenesh Shashidharan ABSTRACT Hybrid Image watermarking scheme proposed based on Discrete Cosine Transform (DCT)-Discrete

More information

Optimized Watermarking Using Swarm-Based Bacterial Foraging

Optimized Watermarking Using Swarm-Based Bacterial Foraging Journal of Information Hiding and Multimedia Signal Processing c 2009 ISSN 2073-4212 Ubiquitous International Volume 1, Number 1, January 2010 Optimized Watermarking Using Swarm-Based Bacterial Foraging

More information

GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM

GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM Journal of Al-Nahrain University Vol.10(2), December, 2007, pp.172-177 Science GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM * Azhar W. Hammad, ** Dr. Ban N. Thannoon Al-Nahrain

More information

Jamuna S R Assistant professor Dept of CSE Sri Eshwar college of Engineering. `Coimbatore

Jamuna S R Assistant professor Dept of CSE Sri Eshwar college of Engineering. `Coimbatore Hacking Intrinsic Fingerprints in Fractal Image Compression Using Genetic Algorithm Jamuna S R Assistant professor Dept of CSE Sri Eshwar college of Engineering. `Coimbatore jamuna.s.r@sece.ac.in C.V.Arulkumar,

More information

MRT based Fixed Block size Transform Coding

MRT based Fixed Block size Transform Coding 3 MRT based Fixed Block size Transform Coding Contents 3.1 Transform Coding..64 3.1.1 Transform Selection...65 3.1.2 Sub-image size selection... 66 3.1.3 Bit Allocation.....67 3.2 Transform coding using

More information

ISSN: [Keswani* et al., 7(1): January, 2018] Impact Factor: 4.116

ISSN: [Keswani* et al., 7(1): January, 2018] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY AUTOMATIC TEST CASE GENERATION FOR PERFORMANCE ENHANCEMENT OF SOFTWARE THROUGH GENETIC ALGORITHM AND RANDOM TESTING Bright Keswani,

More information

On the Selection of Image Compression Algorithms

On the Selection of Image Compression Algorithms On the Selection of Image Compression Algorithms Chaur- Chin Chen Department of Computer Science National Tsing Hua University Hsinchu 300, Taiwan Acknowledgments: The author thanks Professor Anil K. Jain,

More information

V.Petridis, S. Kazarlis and A. Papaikonomou

V.Petridis, S. Kazarlis and A. Papaikonomou Proceedings of IJCNN 93, p.p. 276-279, Oct. 993, Nagoya, Japan. A GENETIC ALGORITHM FOR TRAINING RECURRENT NEURAL NETWORKS V.Petridis, S. Kazarlis and A. Papaikonomou Dept. of Electrical Eng. Faculty of

More information

A reversible data hiding based on adaptive prediction technique and histogram shifting

A reversible data hiding based on adaptive prediction technique and histogram shifting A reversible data hiding based on adaptive prediction technique and histogram shifting Rui Liu, Rongrong Ni, Yao Zhao Institute of Information Science Beijing Jiaotong University E-mail: rrni@bjtu.edu.cn

More information

Neural Network Weight Selection Using Genetic Algorithms

Neural Network Weight Selection Using Genetic Algorithms Neural Network Weight Selection Using Genetic Algorithms David Montana presented by: Carl Fink, Hongyi Chen, Jack Cheng, Xinglong Li, Bruce Lin, Chongjie Zhang April 12, 2005 1 Neural Networks Neural networks

More information

Feature-Guided K-Means Algorithm for Optimal Image Vector Quantizer Design

Feature-Guided K-Means Algorithm for Optimal Image Vector Quantizer Design Journal of Information Hiding and Multimedia Signal Processing c 2017 ISSN 2073-4212 Ubiquitous International Volume 8, Number 6, November 2017 Feature-Guided K-Means Algorithm for Optimal Image Vector

More information

A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON DWT WITH SVD

A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON DWT WITH SVD A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON WITH S.Shanmugaprabha PG Scholar, Dept of Computer Science & Engineering VMKV Engineering College, Salem India N.Malmurugan Director Sri Ranganathar Institute

More information

Image Compression and Edge Extraction U sing Fractal Technique and Genetic Algorithm

Image Compression and Edge Extraction U sing Fractal Technique and Genetic Algorithm Image Compression and Edge Extraction U sing Fractal Technique and Genetic Algorithm Suman K. Mitra, C. A. Murthy, and M. K. Kundu Machine Intelligence Unit Indian Statistical Institute 203, B. T. Road,

More information

The Genetic Algorithm for finding the maxima of single-variable functions

The Genetic Algorithm for finding the maxima of single-variable functions Research Inventy: International Journal Of Engineering And Science Vol.4, Issue 3(March 2014), PP 46-54 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com The Genetic Algorithm for finding

More information

Fractal Image Coding (IFS) Nimrod Peleg Update: Mar. 2008

Fractal Image Coding (IFS) Nimrod Peleg Update: Mar. 2008 Fractal Image Coding (IFS) Nimrod Peleg Update: Mar. 2008 What is a fractal? A fractal is a geometric figure, often characterized as being self-similar : irregular, fractured, fragmented, or loosely connected

More information

Revision of a Floating-Point Genetic Algorithm GENOCOP V for Nonlinear Programming Problems

Revision of a Floating-Point Genetic Algorithm GENOCOP V for Nonlinear Programming Problems 4 The Open Cybernetics and Systemics Journal, 008,, 4-9 Revision of a Floating-Point Genetic Algorithm GENOCOP V for Nonlinear Programming Problems K. Kato *, M. Sakawa and H. Katagiri Department of Artificial

More information

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES 6.1 INTRODUCTION The exploration of applications of ANN for image classification has yielded satisfactory results. But, the scope for improving

More information

Adaptive Crossover in Genetic Algorithms Using Statistics Mechanism

Adaptive Crossover in Genetic Algorithms Using Statistics Mechanism in Artificial Life VIII, Standish, Abbass, Bedau (eds)(mit Press) 2002. pp 182 185 1 Adaptive Crossover in Genetic Algorithms Using Statistics Mechanism Shengxiang Yang Department of Mathematics and Computer

More information

A Genetic Algorithm for Graph Matching using Graph Node Characteristics 1 2

A Genetic Algorithm for Graph Matching using Graph Node Characteristics 1 2 Chapter 5 A Genetic Algorithm for Graph Matching using Graph Node Characteristics 1 2 Graph Matching has attracted the exploration of applying new computing paradigms because of the large number of applications

More information

Texture Sensitive Image Inpainting after Object Morphing

Texture Sensitive Image Inpainting after Object Morphing Texture Sensitive Image Inpainting after Object Morphing Yin Chieh Liu and Yi-Leh Wu Department of Computer Science and Information Engineering National Taiwan University of Science and Technology, Taiwan

More information

A Very Low Bit Rate Image Compressor Using Transformed Classified Vector Quantization

A Very Low Bit Rate Image Compressor Using Transformed Classified Vector Quantization Informatica 29 (2005) 335 341 335 A Very Low Bit Rate Image Compressor Using Transformed Classified Vector Quantization Hsien-Wen Tseng Department of Information Management Chaoyang University of Technology

More information

AN IMPROVED DOMAIN CLASSIFICATION SCHEME BASED ON LOCAL FRACTAL DIMENSION

AN IMPROVED DOMAIN CLASSIFICATION SCHEME BASED ON LOCAL FRACTAL DIMENSION AN IMPROVED DOMAIN CLASSIFICATION SCHEME BASED ON LOCAL FRACTAL DIMENSION JAYAMOHAN M. Department of Computer Science, College of Applied Science, Adoor, Kerala, India, 691523. jmohanm@gmail.com K. REVATHY

More information

Fractal Image Compression. Kyle Patel EENG510 Image Processing Final project

Fractal Image Compression. Kyle Patel EENG510 Image Processing Final project Fractal Image Compression Kyle Patel EENG510 Image Processing Final project Introduction Extension of Iterated Function Systems (IFS) for image compression Typically used for creating fractals Images tend

More information

Image Error Concealment Based on Watermarking

Image Error Concealment Based on Watermarking Image Error Concealment Based on Watermarking Shinfeng D. Lin, Shih-Chieh Shie and Jie-Wei Chen Department of Computer Science and Information Engineering,National Dong Hwa Universuty, Hualien, Taiwan,

More information

5.7. Fractal compression Overview

5.7. Fractal compression Overview 5.7. Fractal compression Overview 1. Introduction 2. Principles 3. Encoding 4. Decoding 5. Example 6. Evaluation 7. Comparison 8. Literature References 1 Introduction (1) - General Use of self-similarities

More information

Express Letters. A Simple and Efficient Search Algorithm for Block-Matching Motion Estimation. Jianhua Lu and Ming L. Liou

Express Letters. A Simple and Efficient Search Algorithm for Block-Matching Motion Estimation. Jianhua Lu and Ming L. Liou IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 7, NO. 2, APRIL 1997 429 Express Letters A Simple and Efficient Search Algorithm for Block-Matching Motion Estimation Jianhua Lu and

More information

A Kind of Wireless Sensor Network Coverage Optimization Algorithm Based on Genetic PSO

A Kind of Wireless Sensor Network Coverage Optimization Algorithm Based on Genetic PSO Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com A Kind of Wireless Sensor Network Coverage Optimization Algorithm Based on Genetic PSO Yinghui HUANG School of Electronics and Information,

More information

An Evolutionary Algorithm for the Multi-objective Shortest Path Problem

An Evolutionary Algorithm for the Multi-objective Shortest Path Problem An Evolutionary Algorithm for the Multi-objective Shortest Path Problem Fangguo He Huan Qi Qiong Fan Institute of Systems Engineering, Huazhong University of Science & Technology, Wuhan 430074, P. R. China

More information

1. Introduction. 2. Motivation and Problem Definition. Volume 8 Issue 2, February Susmita Mohapatra

1. Introduction. 2. Motivation and Problem Definition. Volume 8 Issue 2, February Susmita Mohapatra Pattern Recall Analysis of the Hopfield Neural Network with a Genetic Algorithm Susmita Mohapatra Department of Computer Science, Utkal University, India Abstract: This paper is focused on the implementation

More information

DIGITAL IMAGE WATERMARKING BASED ON A RELATION BETWEEN SPATIAL AND FREQUENCY DOMAINS

DIGITAL IMAGE WATERMARKING BASED ON A RELATION BETWEEN SPATIAL AND FREQUENCY DOMAINS DIGITAL IMAGE WATERMARKING BASED ON A RELATION BETWEEN SPATIAL AND FREQUENCY DOMAINS Murat Furat Mustafa Oral e-mail: mfurat@cu.edu.tr e-mail: moral@mku.edu.tr Cukurova University, Faculty of Engineering,

More information

IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 5, NO. 1, FEBRUARY

IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 5, NO. 1, FEBRUARY IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 5, NO. 1, FEBRUARY 2001 41 Brief Papers An Orthogonal Genetic Algorithm with Quantization for Global Numerical Optimization Yiu-Wing Leung, Senior Member,

More information

Digital Image Steganography Techniques: Case Study. Karnataka, India.

Digital Image Steganography Techniques: Case Study. Karnataka, India. ISSN: 2320 8791 (Impact Factor: 1.479) Digital Image Steganography Techniques: Case Study Santosh Kumar.S 1, Archana.M 2 1 Department of Electronicsand Communication Engineering, Sri Venkateshwara College

More information

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

Design of an Optimal Nearest Neighbor Classifier Using an Intelligent Genetic Algorithm

Design of an Optimal Nearest Neighbor Classifier Using an Intelligent Genetic Algorithm Design of an Optimal Nearest Neighbor Classifier Using an Intelligent Genetic Algorithm Shinn-Ying Ho *, Chia-Cheng Liu, Soundy Liu, and Jun-Wen Jou Department of Information Engineering, Feng Chia University,

More information

Roshni S. Khedgaonkar M.Tech Student Department of Computer Science and Engineering, YCCE, Nagpur, India

Roshni S. Khedgaonkar M.Tech Student Department of Computer Science and Engineering, YCCE, Nagpur, India ISSN : 2250-3021 Application of Quadtree Partitioning in Fractal Image Compression using Error Based Approach Roshni S. Khedgaonkar M.Tech Student Department of Computer Science and Engineering, YCCE,

More information

Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm

Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm Acta Technica 61, No. 4A/2016, 189 200 c 2017 Institute of Thermomechanics CAS, v.v.i. Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm Jianrong Bu 1, Junyan

More information

An Elevated Area Classification Scheme Situated on Regional Fractal Dimension Himanshu Tayagi Trinity College, Tublin, Ireland

An Elevated Area Classification Scheme Situated on Regional Fractal Dimension Himanshu Tayagi Trinity College, Tublin, Ireland An Elevated Area Classification Scheme Situated on Regional Fractal Dimension Himanshu Tayagi Trinity College, Tublin, Ireland ================================================================= Abstract

More information

An Application of Genetic Algorithm for Auto-body Panel Die-design Case Library Based on Grid

An Application of Genetic Algorithm for Auto-body Panel Die-design Case Library Based on Grid An Application of Genetic Algorithm for Auto-body Panel Die-design Case Library Based on Grid Demin Wang 2, Hong Zhu 1, and Xin Liu 2 1 College of Computer Science and Technology, Jilin University, Changchun

More information

A Revisit to LSB Substitution Based Data Hiding for Embedding More Information

A Revisit to LSB Substitution Based Data Hiding for Embedding More Information A Revisit to LSB Substitution Based Data Hiding for Embedding More Information Yanjun Liu 1,, Chin-Chen Chang 1, and Tzu-Yi Chien 2 1 Department of Information Engineering and Computer Science, Feng Chia

More information

AN EVOLUTIONARY APPROACH TO DISTANCE VECTOR ROUTING

AN EVOLUTIONARY APPROACH TO DISTANCE VECTOR ROUTING International Journal of Latest Research in Science and Technology Volume 3, Issue 3: Page No. 201-205, May-June 2014 http://www.mnkjournals.com/ijlrst.htm ISSN (Online):2278-5299 AN EVOLUTIONARY APPROACH

More information

A Taguchi Approach to Parameter Setting in a Genetic Algorithm for General Job Shop Scheduling Problem

A Taguchi Approach to Parameter Setting in a Genetic Algorithm for General Job Shop Scheduling Problem IEMS Vol. 6, No., pp. 9-4, December 007. A Taguchi Approach to Parameter Setting in a Genetic Algorithm for General Job Shop Scheduling Problem Ji Ung Sun School of Industrial & Managment Engineering Hankuk

More information

Moving Object Segmentation Method Based on Motion Information Classification by X-means and Spatial Region Segmentation

Moving Object Segmentation Method Based on Motion Information Classification by X-means and Spatial Region Segmentation IJCSNS International Journal of Computer Science and Network Security, VOL.13 No.11, November 2013 1 Moving Object Segmentation Method Based on Motion Information Classification by X-means and Spatial

More information

User-Friendly Sharing System using Polynomials with Different Primes in Two Images

User-Friendly Sharing System using Polynomials with Different Primes in Two Images User-Friendly Sharing System using Polynomials with Different Primes in Two Images Hung P. Vo Department of Engineering and Technology, Tra Vinh University, No. 16 National Road 53, Tra Vinh City, Tra

More information

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization J.Venkatesh 1, B.Chiranjeevulu 2 1 PG Student, Dept. of ECE, Viswanadha Institute of Technology And Management,

More information

Abstract. Keywords: Genetic Algorithm, Mean Square Error, Peak Signal to noise Ratio, Image fidelity. 1. Introduction

Abstract. Keywords: Genetic Algorithm, Mean Square Error, Peak Signal to noise Ratio, Image fidelity. 1. Introduction A Report on Genetic Algorithm based Steganography for Image Authentication by Amrita Khamrui Enrolled Scholar Department of Computer Science & Engineering, Kalyani University Prof. (Dr.) J K Mandal Professor

More information

Fractal Image Compression on a Pseudo Spiral Architecture

Fractal Image Compression on a Pseudo Spiral Architecture Fractal Image Compression on a Pseudo Spiral Huaqing Wang, Meiqing Wang, Tom Hintz, Xiangjian He, Qiang Wu Faculty of Information Technology, University of Technology, Sydney PO Box 123, Broadway 2007,

More information

Yui-Lam CHAN and Wan-Chi SIU

Yui-Lam CHAN and Wan-Chi SIU A NEW ADAPTIVE INTERFRAME TRANSFORM CODING USING DIRECTIONAL CLASSIFICATION Yui-Lam CHAN and Wan-Chi SIU Department of Electronic Engineering Hong Kong Polytechnic Hung Hom, Kowloon, Hong Kong ABSTRACT

More information

Learning Adaptive Parameters with Restricted Genetic Optimization Method

Learning Adaptive Parameters with Restricted Genetic Optimization Method Learning Adaptive Parameters with Restricted Genetic Optimization Method Santiago Garrido and Luis Moreno Universidad Carlos III de Madrid, Leganés 28911, Madrid (Spain) Abstract. Mechanisms for adapting

More information

IMAGE COMPRESSION USING HYBRID TRANSFORM TECHNIQUE

IMAGE COMPRESSION USING HYBRID TRANSFORM TECHNIQUE Volume 4, No. 1, January 2013 Journal of Global Research in Computer Science RESEARCH PAPER Available Online at www.jgrcs.info IMAGE COMPRESSION USING HYBRID TRANSFORM TECHNIQUE Nikita Bansal *1, Sanjay

More information

Genetic Algorithm for Finding Shortest Path in a Network

Genetic Algorithm for Finding Shortest Path in a Network Intern. J. Fuzzy Mathematical Archive Vol. 2, 2013, 43-48 ISSN: 2320 3242 (P), 2320 3250 (online) Published on 26 August 2013 www.researchmathsci.org International Journal of Genetic Algorithm for Finding

More information

Texture classification using fuzzy uncertainty texture spectrum

Texture classification using fuzzy uncertainty texture spectrum Neurocomputing 20 (1998) 115 122 Texture classification using fuzzy uncertainty texture spectrum Yih-Gong Lee*, Jia-Hong Lee, Yuang-Cheh Hsueh Department of Computer and Information Science, National Chiao

More information

The Simple Genetic Algorithm Performance: A Comparative Study on the Operators Combination

The Simple Genetic Algorithm Performance: A Comparative Study on the Operators Combination INFOCOMP 20 : The First International Conference on Advanced Communications and Computation The Simple Genetic Algorithm Performance: A Comparative Study on the Operators Combination Delmar Broglio Carvalho,

More information

A Robust Wavelet-Based Watermarking Algorithm Using Edge Detection

A Robust Wavelet-Based Watermarking Algorithm Using Edge Detection A Robust Wavelet-Based Watermarking Algorithm Using Edge Detection John N. Ellinas Abstract In this paper, a robust watermarking algorithm using the wavelet transform and edge detection is presented. The

More information

A new fractal algorithm to model discrete sequences

A new fractal algorithm to model discrete sequences A new fractal algorithm to model discrete sequences Zhai Ming-Yue( 翟明岳 ) a) Heidi Kuzuma b) and James W. Rector b)c) a) School of EE Engineering North China Electric Power University Beijing 102206 China

More information

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest.

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. D.A. Karras, S.A. Karkanis and D. E. Maroulis University of Piraeus, Dept.

More information

NOVEL HYBRID GENETIC ALGORITHM WITH HMM BASED IRIS RECOGNITION

NOVEL HYBRID GENETIC ALGORITHM WITH HMM BASED IRIS RECOGNITION NOVEL HYBRID GENETIC ALGORITHM WITH HMM BASED IRIS RECOGNITION * Prof. Dr. Ban Ahmed Mitras ** Ammar Saad Abdul-Jabbar * Dept. of Operation Research & Intelligent Techniques ** Dept. of Mathematics. College

More information

Similarity Templates or Schemata. CS 571 Evolutionary Computation

Similarity Templates or Schemata. CS 571 Evolutionary Computation Similarity Templates or Schemata CS 571 Evolutionary Computation Similarities among Strings in a Population A GA has a population of strings (solutions) that change from generation to generation. What

More information

FPGA IMPLEMENTATION FOR REAL TIME SOBEL EDGE DETECTOR BLOCK USING 3-LINE BUFFERS

FPGA IMPLEMENTATION FOR REAL TIME SOBEL EDGE DETECTOR BLOCK USING 3-LINE BUFFERS FPGA IMPLEMENTATION FOR REAL TIME SOBEL EDGE DETECTOR BLOCK USING 3-LINE BUFFERS 1 RONNIE O. SERFA JUAN, 2 CHAN SU PARK, 3 HI SEOK KIM, 4 HYEONG WOO CHA 1,2,3,4 CheongJu University E-maul: 1 engr_serfs@yahoo.com,

More information

Towards Automatic Recognition of Fonts using Genetic Approach

Towards Automatic Recognition of Fonts using Genetic Approach Towards Automatic Recognition of Fonts using Genetic Approach M. SARFRAZ Department of Information and Computer Science King Fahd University of Petroleum and Minerals KFUPM # 1510, Dhahran 31261, Saudi

More information

Genetic Fourier Descriptor for the Detection of Rotational Symmetry

Genetic Fourier Descriptor for the Detection of Rotational Symmetry 1 Genetic Fourier Descriptor for the Detection of Rotational Symmetry Raymond K. K. Yip Department of Information and Applied Technology, Hong Kong Institute of Education 10 Lo Ping Road, Tai Po, New Territories,

More information

Structural Topology Optimization Using Genetic Algorithms

Structural Topology Optimization Using Genetic Algorithms , July 3-5, 2013, London, U.K. Structural Topology Optimization Using Genetic Algorithms T.Y. Chen and Y.H. Chiou Abstract Topology optimization has been widely used in industrial designs. One problem

More information

DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES

DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES SHIHADEH ALQRAINY. Department of Software Engineering, Albalqa Applied University. E-mail:

More information

Fractal Image Compression

Fractal Image Compression Ball State University January 24, 2018 We discuss the works of Hutchinson, Vrscay, Kominek, Barnsley, Jacquin. Mandelbrot s Thesis 1977 Traditional geometry with its straight lines and smooth surfaces

More information

Codebook generation for Image Compression with Simple and Ordain GA

Codebook generation for Image Compression with Simple and Ordain GA Codebook generation for Image Compression with Simple and Ordain GA SAJJAD MOHSIN, SADAF SAJJAD COMSATS Institute of Information Technology Department of Computer Science Tobe Camp, Abbotabad PAKISTAN

More information

CHAPTER 4 FRACTAL IMAGE COMPRESSION

CHAPTER 4 FRACTAL IMAGE COMPRESSION 49 CHAPTER 4 FRACTAL IMAGE COMPRESSION 4.1 INTRODUCTION Fractals were first introduced in the field of geometry. The birth of fractal geometry is traced back to the IBM mathematician B. Mandelbrot and

More information

Compression of RADARSAT Data with Block Adaptive Wavelets Abstract: 1. Introduction

Compression of RADARSAT Data with Block Adaptive Wavelets Abstract: 1. Introduction Compression of RADARSAT Data with Block Adaptive Wavelets Ian Cumming and Jing Wang Department of Electrical and Computer Engineering The University of British Columbia 2356 Main Mall, Vancouver, BC, Canada

More information

Image Segmentation Techniques for Object-Based Coding

Image Segmentation Techniques for Object-Based Coding Image Techniques for Object-Based Coding Junaid Ahmed, Joseph Bosworth, and Scott T. Acton The Oklahoma Imaging Laboratory School of Electrical and Computer Engineering Oklahoma State University {ajunaid,bosworj,sacton}@okstate.edu

More information

Image Inpainting Using Sparsity of the Transform Domain

Image Inpainting Using Sparsity of the Transform Domain Image Inpainting Using Sparsity of the Transform Domain H. Hosseini*, N.B. Marvasti, Student Member, IEEE, F. Marvasti, Senior Member, IEEE Advanced Communication Research Institute (ACRI) Department of

More information

An Efficient Image Compression Using Bit Allocation based on Psychovisual Threshold

An Efficient Image Compression Using Bit Allocation based on Psychovisual Threshold An Efficient Image Compression Using Bit Allocation based on Psychovisual Threshold Ferda Ernawan, Zuriani binti Mustaffa and Luhur Bayuaji Faculty of Computer Systems and Software Engineering, Universiti

More information

488 IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY, VOL. 3, NO. 3, SEPTEMBER 2008

488 IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY, VOL. 3, NO. 3, SEPTEMBER 2008 488 IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY, VOL 3, NO 3, SEPTEMBER 2008 Adaptive Data Hiding in Edge Areas of Images With Spatial LSB Domain Systems Cheng-Hsing Yang, Chi-Yao Weng, Shiuh-Jeng

More information

Genetic Algorithm For Fingerprint Matching

Genetic Algorithm For Fingerprint Matching Genetic Algorithm For Fingerprint Matching B. POORNA Department Of Computer Applications, Dr.M.G.R.Educational And Research Institute, Maduravoyal, Chennai 600095,TamilNadu INDIA. Abstract:- An efficient

More information

International Journal of Scientific & Engineering Research, Volume 8, Issue 1, January ISSN

International Journal of Scientific & Engineering Research, Volume 8, Issue 1, January ISSN International Journal of Scientific & Engineering Research, Volume 8, Issue 1, January-2017 550 Using Neuro Fuzzy and Genetic Algorithm for Image Denoising Shaymaa Rashid Saleh Raidah S. Khaudeyer Abstract

More information

Reducing Graphic Conflict In Scale Reduced Maps Using A Genetic Algorithm

Reducing Graphic Conflict In Scale Reduced Maps Using A Genetic Algorithm Reducing Graphic Conflict In Scale Reduced Maps Using A Genetic Algorithm Dr. Ian D. Wilson School of Technology, University of Glamorgan, Pontypridd CF37 1DL, UK Dr. J. Mark Ware School of Computing,

More information