Literature DB >> 23049785

Research on similarity measurement for texture image retrieval.

Zhengli Zhu1, Chunxia Zhao, Yingkun Hou.   

Abstract

A complete texture image retrieval system includes two techniques: texture feature extraction and similarity measurement. Specifically, similarity measurement is a key problem for texture image retrieval study. In this paper, we present an effective similarity measurement formula. The MIT vision texture database, the Brodatz texture database, and the Outex texture database were used to verify the retrieval performance of the proposed similarity measurement method. Dual-tree complex wavelet transform and nonsubsampled contourlet transform were used to extract texture features. Experimental results show that the proposed similarity measurement method achieves better retrieval performance than some existing similarity measurement methods.

Entities:  

Mesh:

Year:  2012        PMID: 23049785      PMCID: PMC3458107          DOI: 10.1371/journal.pone.0045302

Source DB:  PubMed          Journal:  PLoS One        ISSN: 1932-6203            Impact factor:   3.240


Introduction

With the rapid expansion of digital image libraries and multimedia databases, content-based image retrieval (CBIR) has become a hot research topic in the computer science field. Content of images includes color characteristics, shape characteristics, texture characteristics, and semantics characteristics. Because texture is a type of inherent property for most physical surfaces, texture characteristics usually play an important role in CBIR. A complete texture image retrieval system includes two techniques: texture features extraction and similarity measurement. Texture features used in CBIR are usually extracted by space-frequency domain approaches [1]–[8]. Shutao Li and John Shawe-Taylor used a wavelet transform and a contourlet transform to extract texture features for image classifying [9]. A Gabor filter has a nice effect on descripting texture features, but it still has two shortcomings: one is that redundant information is produced after different Gabor filters; the other is that feature extraction by Gabor filters usually has considerably high computational complexity. N. Kingsbury et al used a dual-tree complex wavelet transform (DT-CWT) to extract texture features [10]–[12]. DT-CWT can overcome two drawbacks of the Discrete Wavelet Transform (DWT); one is that invariance, the other is that DWT has only limited directivity. DT-CWT not only has good localization in time-frequency domains, but also has approximate translation invariance, more directivity and limited data redundancy. A nonsubsampled contourlet transform (NSCT) has anisotropy and translation invariance [13]–[14]. In this paper, DT-CWT and NSCT are respectively used to extract texture features of images. Similarity measurement is a key technique for texture image retrieval. Kokare. M. et al in [15] compared nine distance similarity measurements, such as Weighted-Mean-Variance distance (WMVD), Euclidean distance (ED), Canberra distance (CD), Bray-Curtis distance (BCD), Manhattan distance, Mahalanobis distance, Chebyshev distance, Squared Chi-Squared distance, and Squared Chord distance for texture image retrieval. Experimental results show that WMVD, CD and BCD are the three best distance similarity measurements for image retrieval problems, but the retrieval rates are not ideal when using WMVD, CD and BCD. Therefore, exploring more effective similarity measurements is a problem worth studying. In this paper, we present an effective similarity measurement. A dual-tree complex wavelet transform and a nonsubsampled contourlet transform were respectively used to extract texture features. The MIT vision texture database (640 images), the Brodatz texture database (1776 images), and the Outex texture database (5104 images) were used to verify the retrieval performance. Experimental results show that the retrieval performance can be improved by the proposed similarity measurement more than some existing similarity distance measurement methods.

Methods

2.1 Related Works

Because WMVD, CD and BCD are the best three similarity measurements for image retrieval [15], so here we focus on the WMVD similarity measurement, the CD similarity measurement and the BCD similarity measurement. WMVD (Weighted-Mean-Variance distance) is widely used in image retrieval [1] [7]. Generally, two patterns and are considered, where is a query image and is a target image in the database. and are, respectively, the feature vectors of and . The WMV is defined as the following, WhereWhere denotes the scale, and is the number of subbands in each scale. and are the mean and the standard deviation of each subband for a query image. and are the mean and the standard deviation of each subband for a target image. and are the standard deviations of and respectively over the entire database, and they are used to normalize the individual feature components. If and are two n-dimensional feature vectors of an image to retrieve and query the image: The ED is defined as the following,the CD is defined as the following,and the BCD is defined as the following, In this paper, we present an effective distance measurement that is more effective than the above three distance measurement methods.

Two-level nonsubsampled contourlet transform decomposition.

(a) NSFB structure that implements the NSCT (b) The obtained Frequency partitioning.

2.2 Proposed Distance Similarity Measure

We present an effective Average Euclidean distance (AED). If X and Y are two n-dimensional feature vectors of an image from a database and the query image, we give the new similarity measurement as the following, The proposed distance similarity measurement not only contains some relations between objects, but also comprehensively considers all dimensional feature parameters. When the proposed similarity distance measurement is used for texture image retrieval, the experimental results show that the retrieval performances are better using the proposed similarity distance measurement than the existing similarity measurements.

2.3 Extraction of Texture Features

2.3.1 Extraction of texture features based on nonsubsampled contourlet transform

A nonsubsampled contourlet transform includes a nonsubsampled pyramid and nonsubsampled directional filter banks [13]–[14]. A nonsubsampled pyramid includes a set of two-channel nonsubsampled filter banks (NSFB). Nonsubsampled filtering does not implement a downsampling operation on an image but implements upsampling for filter banks, so NSCT has not only anisotropy but also the shift invariance. Two–level NSCT decomposition is shown in .
Figure 1

Two-level nonsubsampled contourlet transform decomposition.

(a) NSFB structure that implements the NSCT (b) The obtained Frequency partitioning.

A nonsubsampled Laplace pyramid is a two-channel nonsubsampled transform. The condition of perfect reconstruction is shown as the following,Where, and denote low frequency and high frequency decomposition filters. and denote low frequency and high-frequency reconstruction filters. For practical image decomposition, a nonsubsampled àtrous wavelet transform is used to obtain a high frequency subband and a low frequency subband; a certain number of directional filters are then used to get some directional subbands. In order to get multiresolution analysis, one can continue to decompose the à trous wavelet transform low frequency subband. Each image is decomposed five levels using a nonsubsampled Laplace pyramid decomposition; all the obtained high frequency subbands then continue to be decomposed by the nonsubsampled directional filter banks. A “pyr” pyramidal filter and a “vk” directional filter are used to lower the time complexity in our experiments, because they both have relatively small support. After the above decomposition process, 31 high frequency subbands and 1 low frequency subband are obtained. The mean and the standard deviation of the subband coefficients are calculated. There are 32 subbands: the feature vector is constructed by and as the following,

2.3.2 Extraction of texture features based on a dual-Tree complex wavelet transform

DT-CWT is usually used to extract texture features in a wavelet domain. An image can be decomposed into two low frequency subbands and six high frequency subbands by DT-CWT in every level. The low frequency subbands can be decomposed again. In our experiments, an image is decomposed into three levels by DT-CWT. All together, there are two low frequency subbands and eighteen high frequency subbands. The mean and the standard deviation of the coefficients in each subband are calculated. There are 20 subbands; the feature vector is constructed by and as the following,

Average retrieval rate of database according to the number of top retrieved images using NSCT.

The MIT image database (640 images) were used.

Average retrieval rate of database according to the number of top retrieved images using DT-CWT.

The MIT image database (640 images) were used. The Brodatz image database (1776 images) were used. The Brodatz image database (1776 images) were used. The Outex image database (5104 images) were used. The Outex image database (5104 images) were used.

Results

3.1 Image Database

1) MIT image database

In the retrieval experiments, real-world images of different natural scenes from the Massachusetts Institute of Technology (MIT) Vision Texture database are used [16]. There are 640 texture images from 40 different classes from the MIT texture database in the image database. Each original MIT texture image is divided into sixteen nonoverlapping subimages. The total number of images in this database is 640 (). The query image is any one of the 640 subimages; the other 15 subimages from the same class are relevant candidate images. Forty different classes from the MIT texture database are shown as .
Figure 2

40 different classes of texture images from the MIT texture database.

2) Brodatz image database

There are 1776 texture images from 111 different classes from the Brodatz texture database [17] in the image database. Each original Brodatz texture image is divided into sixteen nonoverlapping subimages. The total number of images in this database is 1776 (). The query image is any one of the 1776 subimages; the other 15 subimages from the same class are relevant candidate images. Different classes from the Brodatz texture database are shown as .
Figure 3

Different classes of texture images from the Brodatz texture database.

3) Outex image database

There are 5104 texture images from 319 different classes from the Outex texture database [18] in the image database. Each original Outex texture image is divided into sixteen nonoverlapping subimages. The total number of images in this database is 5104 (). The query image is any one of the 5104 subimages; the other 15 subimages from the same class are relevant candidate images. Different classes from the Outex texture database are shown as .
Figure 4

One example from each category in the Outex texture database.

3.2 The Existing and the Proposed Texture Image Retrieval Methods

In our experiments, each image is decomposed by DT-CWT and NSCT respectively. Ten kinds of texture image retrieval methods are given as follows: Method 1: use DT-CWT and ED. Method 2: use DT-CWT and WMVD. Method 3: use DT-CWT and CD. Method 4: use DT-CWT and BCD. Method 5 : use DT-CWT and AED. Method 6: use NSCT and ED. Method 7: use NSCT and WMVD. Method 8: use NSCT and CD. Method 9: use NSCT and BCD. Method 10 : use NSCT and AED.

3.3 Experimental Results

The average precision ratio is used to evaluate retrieval performance. The average precision ratio is calculated using the following formula,Where is the total number of the images in the texture database. is the number of similar images that belong to the same class in the image database. is the number of images that are properly ferreted out from the texture database in practice. In this paper, there are sixteen subimages in the same class. The number of top retrieved images is considered as 16. is the number of images of the top 16 retrieved images belonging to the same class. The proposed method improves retrieval performance on the database, compared with the other four similarity measurements. The experimental results are shown as , , , , , and .
Table 1

Comparison of retrieval performance of different types of metrics for texture image retrieval using NSCT on the MIT image database (640 images of 40 different classes).

Texture name ED WMVD CD BCD Proposed method
Bark 022.2726.1821.1021.1023.05
Bark 662.8958.9957.8257.8261.33
Bark 839.0642.5835.1635.1645.32
Bark 930.8631.2526.9626.9630.08
Brick 192.5899.22100.0100.0100.0
Brick 474.6179.6989.8589.8589.46
Brick 546.4866.8057.4357.4367.19
Buildings 980.4782.4388.6888.6892.19
Fabric 083.9881.6491.0291.0285.94
Fabric 446.0950.0039.4639.4653.52
Fabric 771.4876.1876.9676.9687.11
Fabric 9100.099.6196.8896.8898.83
Fabric 1173.4479.3077.3577.3586.33
Fabric 1499.6199.2298.4498.4499.22
Fabric 1567.5872.6676.9676.9686.33
Fabric 1798.8399.6194.5494.5495.32
Fabric 1889.0692.5890.6390.6395.71
Flowers 589.4586.7298.0598.0598.83
Food 097.2798.0592.5892.58100.0
Food 560.9461.7260.5560.5570.71
Food 869.9280.0866.4166.4178.13
Grass 167.9781.6475.3975.3982.43
Leaves 863.6764.4557.0457.0460.94
Leaves 1049.2255.4740.2440.2447.27
Leaves 1167.5867.1961.7261.7267.58
Leaves 1276.9567.5864.0764.0772.27
Leaves 1665.6355.0860.9460.9473.44
Metal 078.9185.1692.1992.1992.58
Metal 297.2798.0599.2299.22100.0
Misc 299.2296.8898.0598.0598.83
Sand 096.0999.2295.3295.3297.66
Stone 133.2046.8830.8630.8637.11
Stone 483.9891.0291.4191.4194.54
Terrain 1058.5955.4757.0457.0457.04
Title 158.5947.2753.9153.9152.35
Title 486.7291.4189.4689.4694.14
Title 758.9867.9766.4166.4180.86
Water 5100.0100.0100.0100.099.61
Wood 129.3037.1139.4639.4641.02
Wood 2100.0100.0100.0100.0100.0
Average 71.72% 74.31% 72.74% 72.74% 77.36%
Table 2

Comparison of retrieval performance of different types of metrics for texture image retrieval using DT-CWT on the MIT image database (640 images of 40 different classes).

Texture name ED WMVD CD BCD Proposed method
Bark 027.3437.1138.2838.2843.36
Bark 660.5561.3355.4755.4758.98
Bark 841.4143.7542.9742.9746.88
Bark 930.8630.4733.2033.2035.16
Brick 193.36100.0100.0100.0100.0
Brick 477.3490.2391.4191.4189.84
Brick 547.2785.9489.4589.4590.63
Buildings 983.5998.0596.0996.0995.70
Fabric 091.8085.9486.7286.7286.72
Fabric 454.3069.9283.6083.6081.25
Fabric 783.290.6390.6390.6393.75
Fabric 9100.099.2299.2299.2299.22
Fabric 1179.6970.3171.8871.8871.09
Fabric 1495.31100.0100.0100.0100.0
Fabric 1574.6188.6787.8987.8990.23
Fabric 17100.0100.0100.0100.0100.0
Fabric 1888.6798.4498.8398.8399.61
Flowers 588.2892.9787.1187.1191.80
Food 088.2893.7593.7593.7596.09
Food 571.8858.2058.2058.2064.06
Food 863.6787.8985.9485.9486.72
Grass 171.4883.2087.5087.5087.50
Leaves 869.1479.6982.0382.0382.81
Leaves 1035.9451.5651.1751.1753.13
Leaves 1163.6773.4471.4871.4875.78
Leaves 1278.5280.0882.4282.4284.38
Leaves 1663.6773.0568.3668.3675.39
Metal 067.9789.4587.1187.1185.16
Metal 299.22100.0100.0100.0100.0
Misc 298.4499.2299.6199.6199.61
Sand 092.1998.4497.6697.6699.22
Stone 148.4480.4778.9178.9180.47
Stone 481.6491.8090.6390.6392.19
Terrain 1056.6450.0043.7543.7547.27
Title 157.8158.9857.8157.8155.86
Title 492.5896.8897.2797.2798.44
Title 762.1180.4783.2083.2088.67
Water 5100.0100.098.4498.4498.44
Wood 115.6340.6349.2249.2250.78
Wood 2100.0100.0100.0100.0100.0
Average 72.41% 80.25% 80.43% 80.43% 81.91%
Table 3

Comparison of retrieval performance of different types of metrics for texture image retrieval using NSCT on the Brodatz image database (1776 images of 111 different classes).

Texture name ED WMVD CD BCD Proposed method
D179.6988.2875.3975.3987.89
D242.1954.3038.2838.2844.53
D375.0076.9576.1776.1785.16
D467.9779.3078.5278.5291.02
D569.9254.3062.5062.5066.41
D692.5886.7294.9294.9298.44
D728.9138.2825.3925.3931.64
D853.9195.7067.1967.1978.52
D966.0248.8357.4257.4269.53
D1075.7846.8880.4780.4787.11
D1177.7371.8873.8373.8381.64
D1251.9568.7550.0050.0056.25
D1337.5037.5031.2531.2541.02
D1585.9483.2076.5676.5682.42
D1697.6698.4496.0996.09100.0
D1786.7285.5566.8066.8091.02
D1853.5256.6462.8962.8978.52
D1976.1779.3073.4473.4482.42
D2099.61100.0100.0100.0100.0
D21100.0100.0100.0100.0100.0
D2266.4148.4462.5062.5071.09
D2335.1644.9226.1726.1732.42
D2473.0580.4760.1660.1669.92
D2587.8956.2579.3079.3088.28
D2696.0990.2391.4191.4196.88
D2739.0656.2541.0241.0248.83
D2870.3185.1664.8464.8476.56
D2989.4587.1174.6174.6186.33
D3027.7341.8032.8132.8137.89
D3131.2529.6921.0921.0921.88
D3296.88100.084.3884.3892.58
D3392.5889.0678.9178.9189.84
D3492.1982.0367.9767.9795.31
D3594.9296.4986.3386.3394.92
D3657.8157.0347.2747.2769.14
D3759.7743.7566.4166.4176.95
D3837.5057.8134.7734.7747.27
D3948.4432.8137.5037.5044.53
D4061.7237.5048.0548.0555.47
D4164.0641.4164.4564.4570.31
D4245.3143.3634.7734.7741.80
D4316.8015.2419.5319.5319.14
D4428.5216.0219.5319.5318.36
D4535.9412.8934.3834.3826.56
D4699.6199.2297.6697.6698.05
D4798.0598.83100.0100.099.61
D4869.5397.2792.9792.9794.92
D49100.0100.0100.0100.0100.0
D5044.1436.3341.0241.0248.83
D5163.6783.9950.0048.0546.49
D5251.1740.6344.1444.1454.69
D5399.61100.097.2797.27100.0
D5443.3638.6736.7236.7238.28
D5585.5598.8376.9576.9589.06
D5680.47100.088.6788.6796.49
D57100.0100.091.8091.8099.22
D5814.4517.1916.8016.8017.97
D5923.0526.9531.2531.2532.81
D6035.5534.3839.8439.8442.58
D6135.1634.3832.8132.8142.19
D6230.0845.7026.1726.1728.52
D6356.6432.8164.4564.4569.14
D6476.9565.2478.5278.5285.94
D6587.8998.4474.6174.6182.81
D6679.3057.8163.6763.6776.56
D6744.5357.4235.9435.9439.84
D6870.3188.2875.0075.0085.55
D6947.2760.1649.2249.2257.03
D7040.6339.4545.3145.3149.22
D7165.2384.3871.8871.8881.64
D7222.6636.7230.8630.8645.31
D7330.0836.7225.3925.3932.03
D7487.8979.3073.8373.8382.42
D7596.4893.3699.2299.2299.61
D7668.7569.5364.4564.4569.92
D7788.67100.082.4282.4296.09
D7880.4776.1776.1776.1780.47
D7964.4576.5664.4564.4569.92
D8071.0975.3969.1469.1478.91
D8148.0569.9241.0241.0252.34
D8277.3488.2877.3477.3482.42
D8396.8899.6193.3693.3697.66
D8496.4898.4491.8091.8096.49
D8550.3982.4252.7452.7457.03
D8668.3648.4466.8066.8072.27
D8788.2889.0672.6672.6678.91
D8835.1648.4426.9526.9529.69
D8942.1926.1750.3950.3955.08
D9021.0934.7723.8323.8327.34
D9122.2733.2029.3029.3029.30
D9298.8397.2797.6697.66100.0
D9348.4484.7760.9460.9478.91
D9449.6144.5354.6954.6965.63
D9584.7791.0271.4971.4985.94
D9671.0946.0981.2581.2583.99
D9750.7831.6444.1444.1446.88
D9867.1953.1361.7261.7271.09
D9942.9732.8141.4141.4145.70
D10033.5935.1626.5626.5639.84
D10199.2252.7498.8398.8394.14
D102100.061.3398.4495.7080.08
D10390.6359.3889.4589.4589.06
D10492.1951.9591.4191.4189.84
D10578.9163.6778.5278.5278.13
D10671.8864.0663.2863.2874.22
D10773.4467.5855.0855.0866.02
D10854.3032.0351.9551.9554.30
D10971.4856.6471.4971.4976.56
D11087.1157.4294.1494.1497.66
D11168.7571.8857.0357.0370.31
D11241.4141.0245.7045.7052.34
Average 65.26% 63.89% 62.48% 62.44% 68.98%
Table 4

Comparison of retrieval performance of different types of metrics for texture image retrieval using DT-CWT on the Brodatz image database (1776 images of 111 different classes).

Texture name ED WMVD CD BCD Proposed method
D198.4499.2297.2797.2796.88
D246.0969.1482.4282.4285.16
D383.9883.5989.8489.8491.80
D490.6391.4199.6199.6199.22
D574.6171.8859.3859.3861.72
D6100.099.61100.0100.0100.0
D735.5550.3950.3950.3953.13
D853.1387.1197.6697.6698.83
D974.2291.4192.1992.1995.31
D1080.0883.5982.0382.0384.77
D1190.6396.4893.7593.7596.09
D1263.2878.9178.5278.5278.91
D1348.4462.5051.1751.1752.73
D1581.2581.2581.2581.2580.08
D1699.22100.0100.0100.0100.0
D17100.0100.0100.0100.0100.0
D1881.2587.8990.2390.2394.92
D1982.8192.9791.0291.0294.92
D20100.0100.0100.0100.0100.0
D21100.0100.0100.0100.0100.0
D2276.1779.6971.8871.8874.61
D2343.3650.3942.5842.5845.31
D2485.9489.4588.2888.2891.80
D2591.8094.5397.2797.2798.44
D26100.0100.098.0598.0598.83
D2747.6660.9467.1967.1969.53
D2869.1488.6793.3693.3694.14
D2989.8496.4894.1494.1497.66
D3027.3433.9847.2747.2743.36
D3129.6930.4725.7825.7828.13
D3299.22100.0100.0100.0100.0
D3391.8092.1994.5394.5396.49
D34100.098.4499.2299.22100.0
D3583.9893.3689.8489.8487.11
D3665.6367.5862.5062.5062.50
D3792.5898.8397.2797.2799.22
D3839.0662.8976.1776.1778.13
D3950.7848.4442.9742.9748.83
D4058.2062.5062.5062.5067.58
D4169.1474.6173.4473.4478.91
D4240.2347.2749.6149.6153.91
D4317.9719.5317.5817.5816.41
D4433.5932.0322.2722.2719.92
D4525.3926.5619.5319.5317.97
D4696.0997.6694.9294.9291.41
D47100.0100.0100.0100.0100.0
D4867.1994.5389.0689.0690.24
D49100.0100.082.4282.4273.05
D5057.4261.7271.4871.4875.00
D5179.3093.3685.5585.5585.16
D5262.5054.3053.5253.5260.55
D53100.0100.0100.0100.0100.0
D5454.3057.8149.6149.6150.78
D55100.0100.0100.0100.0100.0
D5694.53100.0100.0100.0100.0
D57100.0100.0100.0100.0100.0
D5815.6319.1418.7518.7520.70
D5923.4429.3026.9526.9530.08
D6038.6752.3460.5560.5561.72
D6136.3345.7043.7543.7549.22
D6229.6946.4851.5651.5651.56
D6355.8659.3851.1751.1755.47
D6486.7287.8996.0996.0996.88
D6598.44100.0100.0100.0100.0
D6691.4192.9796.4896.48100.0
D6749.6160.9472.2772.2768.36
D6888.2897.6690.6390.6394.14
D6939.8446.4848.8348.8348.44
D7046.0948.0552.7352.7356.25
D7159.7783.9895.7095.7094.14
D7241.8055.4751.5651.5655.47
D7332.0339.8442.9742.9745.70
D7474.2285.9486.3386.3385.16
D7591.8094.5399.6199.6199.61
D7696.0998.4494.5394.5397.66
D7796.09100.0100.0100.0100.0
D7887.8986.3390.2390.2392.19
D7976.9589.8491.8091.8094.53
D8082.4291.0294.9294.9298.83
D8171.4895.3198.4498.4499.61
D8298.05100.0100.0100.0100.0
D83100.0100.0100.0100.0100.0
D8496.8899.61100.0100.0100.0
D8577.7394.5397.6697.6699.22
D8677.7382.4286.7286.7290.24
D8787.5095.3196.0996.0996.88
D8832.8141.4138.6738.6739.06
D8938.2838.6733.2033.2037.50
D9022.6635.5559.7759.7761.72
D9123.4428.5242.9742.9743.75
D9287.8997.66100.0100.0100.0
D9358.5986.3392.5892.5891.80
D9467.9778.1373.0573.0578.52
D9598.4496.0999.6199.61100.0
D9697.6697.2787.8987.8991.80
D9736.7247.6654.6954.6950.78
D9867.1970.3164.8464.8466.41
D9944.9245.3141.0241.0241.80
D10042.9743.7540.6340.6345.70
D10197.2794.1487.8987.8994.92
D10299.61100.092.1992.19100.0
D10377.7373.0576.9576.9576.95
D10477.7362.8965.2365.2361.72
D10577.7369.9262.8962.8960.16
D10667.9763.6765.6365.6367.58
D10766.0277.3476.1776.1778.52
D10854.3060.5551.5651.5653.13
D10980.0882.4281.6481.6486.72
D11092.1998.0598.0598.05100.0
D11171.0984.3887.1187.1189.06
D11248.0559.7757.8157.8160.55
Average 70.28% 76.10% 76.26% 76.26% 77.66%
Table 5

Comparison of retrieval performance of different types of metrics for texture image retrieval using NSCT on the Outex image database (5104 images of 319 different classes).

Texture name ED WMVD CD BCD Proposed method
Barleyrice(11)30.0127.5230.3630.3632.99
Canvas(46)50.4443.5253.3053.3058.69
Cardboard(1)38.6731.2552.7452.7458.59
Carpet(12)23.1828.4239.9439.9446.29
Chips(23)28.9215.0327.1427.1427.53
Crushedstone(8)47.6644.1957.4257.4261.57
Flakes(10)44.2630.3141.9241.9246.56
Flour(13)39.0337.0548.5048.5052.74
Foam(4)35.6531.8438.0938.0946.29
Fur(12)53.4844.7353.7453.7455.37
Granite(10)46.9230.3144.8444.8449.22
Granular(3)54.9550.6565.3765.3772.79
Gravel(7)43.5336.3850.7850.7853.35
Groats(7)43.6438.3452.1252.1258.76
Leather(5)50.3154.5359.2259.2261.09
Mineral(6)41.1541.4753.9153.9159.51
Paper(10)59.4271.0281.2581.2583.71
Pasta(6)50.3338.4155.6055.6059.05
Pellet(4)48.3446.7847.8547.8546.88
Plastic(47)33.1433.2745.6945.6950.01
Quartz(6)41.0836.9844.2744.2750.20
Rubber(1)82.8168.3690.2490.2496.49
Sand(5)45.5535.4748.8348.8351.41
Sandpaper(8)39.5534.4346.3946.3947.12
Seeds(13)60.9448.0857.4257.4263.70
Tile(7)26.5123.0538.2838.2840.96
Wallpaper(20)37.5056.4345.0045.0057.56
Wood(12)35.0953.1357.7557.7564.68
Wool(2)41.2144.1557.6257.6260.94
Average 41.51% 38.87% 48.31% 48.31% 52.93%
Table 6

Comparison of retrieval performance of different types of metrics for texture image retrieval using DT-CWT on the Outex image database (5104 images of 319 different classes).

Texture name ED WMVD CD BCD Proposed method
Barleyrice(11)31.6429.9429.2329.2330.58
Canvas(46)59.6557.1958.9658.9661.54
Cardboard(1)73.8373.0572.6672.6683.59
Carpet(12)30.9949.0946.3246.3248.28
Chips(23)25.2420.6920.4120.4119.91
Crushedstone(8)50.9360.2660.3060.3062.11
Flakes(10)42.5440.1639.5739.5740.04
Flour(13)42.8854.0055.2355.2357.36
Foam(4)48.2451.4746.4946.4949.71
Fur(12)53.6553.4249.8749.8749.91
Granite(10)54.0342.2740.9840.9842.81
Granular(3)56.3877.4873.3173.3174.61
Gravel(7)47.8348.8946.6546.6547.88
Groats(7)46.4956.5354.8054.8057.81
Leather(5)57.5878.6072.2772.2772.27
Mineral(6)46.1656.6454.7554.7556.71
Paper(10)62.1589.2688.9188.9190.94
Pasta(6)53.1356.1951.1751.1752.21
Pellet(4)46.4950.0048.6348.6347.66
Plastic(47)37.6050.3848.1248.1249.17
Quartz(6)44.9251.5649.7449.7452.54
Rubber(1)98.8392.1985.9485.9492.58
Sand(5)46.9545.4744.7744.7746.56
Sandpaper(8)42.7742.5341.8541.8543.75
Seeds(13)58.0058.1755.8355.8357.87
Tile(7)28.1342.6438.9538.9541.52
Wallpaper(20)48.7763.5665.3765.3769.55
Wood(12)41.3466.0270.6470.6472.98
Wool(2)48.0557.6255.8655.8659.57
Average 45.88% 52.21% 51.42% 51.42% 53.18%
We evaluate the performance in terms of the average retrieval rate of relevant images as a function of the number of top retrieved images; the retrieval performance is shown as , , , , , and . The experimental results show that the proposed similarity measurement can improve average precision on the image retrieval.
Figure 5

Average retrieval rate of database according to the number of top retrieved images using NSCT.

The MIT image database (640 images) were used.

Figure 6

Average retrieval rate of database according to the number of top retrieved images using DT-CWT.

The MIT image database (640 images) were used.

Figure 7

Average retrieval rate of database according to the number of top retrieved images using NSCT.

The Brodatz image database (1776 images) were used.

Figure 8

Average retrieval rate of database according to the number of top retrieved images using DT-CWT.

The Brodatz image database (1776 images) were used.

Figure 9

Average retrieval rate of database according to the number of top retrieved images using NSCT.

The Outex image database (5104 images) were used.

Figure 10

Average retrieval rate of database according to the number of top retrieved images using DT-CWT.

The Outex image database (5104 images) were used.

Discussion

The ED measurement lacks the interrelations between objects. When the ED measurement is used as a similarity measurement for texture image retrieval in a wavelet domain, retrieval accuracy is not always satisfied. The WMVD similarity measurement has been widely used for image retrieval, but it has a shortcoming: the similarity measurement between two images is sometimes affected by some uncorrelated images in the whole image database, because the standard deviation of all the images in the whole database needs to be calculated in order to normalize the Euclidean distance. CD and BCD similarity measurements use the difference and the normalization of the difference between two image features; they do not have scaling effects, but their drawback is that they both sum differences in a simple manner. The proposed similarity measurement first uses the denominator to normalize the difference between the two image features, so it can avoid scaling effects. Next, the differences in each dimension are squared, and they are summed before extracting the square root. The proposed similarity measurement can comprehensively use all features; it can avoid the limitations of CD and BCD similarity measurements.

Conclusion

We present an effective similarity distance measurement for image retrieval. Features of all the images were extracted using DT-CWT and NSCT respectively. Experimental results demonstrate that the proposed similarity distance measurement achieves higher retrieval accuracy than some existing similarity measures.
  5 in total

1.  Texture image retrieval using new rotated complex wavelet filters.

Authors:  Manesh Kokare; P K Biswas; B N Chatterji
Journal:  IEEE Trans Syst Man Cybern B Cybern       Date:  2005-12

2.  The nonsubsampled contourlet transform: theory, design, and applications.

Authors:  Arthur L da Cunha; Jianping Zhou; Minh N Do
Journal:  IEEE Trans Image Process       Date:  2006-10       Impact factor: 10.856

3.  Texture classification and segmentation using wavelet frames.

Authors:  M Unser
Journal:  IEEE Trans Image Process       Date:  1995       Impact factor: 10.856

4.  Wavelet-based texture retrieval using generalized Gaussian density and Kullback-Leibler distance.

Authors:  Minh N Do; Martin Vetterli
Journal:  IEEE Trans Image Process       Date:  2002       Impact factor: 10.856

5.  Statistical texture characterization from discrete wavelet representations.

Authors:  G Van de Wouwer; P Scheunders; D Van Dyck
Journal:  IEEE Trans Image Process       Date:  1999       Impact factor: 10.856

  5 in total
  1 in total

1.  Balanced sparse model for tight frames in compressed sensing magnetic resonance imaging.

Authors:  Yunsong Liu; Jian-Feng Cai; Zhifang Zhan; Di Guo; Jing Ye; Zhong Chen; Xiaobo Qu
Journal:  PLoS One       Date:  2015-04-07       Impact factor: 3.240

  1 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.