Aipsamp
Aipsamp
Abstract—The local ternary pattern (LTP) is one of theim- performance. Second challenge of LTP is when the threshold
portant variants of the LBP method which has been pro-posed value is exactly the same as the difference between the central
to overcome the disadvantages of the latter, despite theimpres- pixel and the adjacent pixels, in this case the generated code
sive performance of the LTP operator, it suffers fromcertain
limitations. In this paper, a new texture classificationdescriptor of LTP will be zero. Third challenge is that LTP, suffers from
named Directional Order Topologies based Multiscale Ternary certain limitations, such as high dimensionality, results in a
Pattern (DOT-MTP) is proposed. In the DOT-MTP descriptor, longer computation time and may affect the accuracy of the
a directional topology of the order with twodynamic thresholds classification.To work around these LTP descriptor threshold
has been introduced and logical connectionsinspired by the Venn issues, it recently had a notable extension of LTP known as
diagram or (logic diagram),have been incorporated to reducethe
multiscale problem. Experiments are carried out on the well- the Ternary Enhanced Local Model (ILTP) cite ILTP. But
known Brodatz, KTH-TIPS2b, MondialMarmi, TC-00, TC-01, the large dimension problem observed in LTP remains the
CUReT, KTH-TIPS, Jerry Wu , BonnBTF, XUH, Kylberg, USP- same. obstacle. Other methods have also been proposed to
Tex and visTex databases . Compared to many advanced methods, improve the discrimination performance of LBP. However,
the proposeddescriptor achieves superior texture classification there are still some issues to be addressed to overcome the
performance
Keywords: Texture recognition, texture descriptors, LBP, di- dearth of LBP descriptors. Most variants of LBP are affected
rectional order topologies. by this lack attached to classical methods of information
extraction. as For example, El khadir et al proposed (O3S-
I. I NTRODUCTION MTP)[?] with a star oriented sampling structure based on a
In the field of texture analysis, the classification of textures multiscale ternary pattern for texture classification it inherits
is increasingly seen as a serious problem. It plays an important some drawbacks due to its very large size for example,Heikkila
role in many applications, such as image retrieval [?], image et al [?] proposed a centrally symmetrical LBP (CS-LBP)[?]
classification [?], texture classification [?], [?], object recogni- by comparing pairs of centrally symmetric pixels instead of
tion [?], image matching [?], remote detection [?], facial clas- comparing neighbors with central pixels. Liao et al presented
sification [?].owever, textures in the real world vary in rotation, the dominant LBP (DLBP) cite DLBP, in which the dominant
illumination, scale, and affine varieties as imaging conditions models were experimentally chosen among all the rotation
change.Extracting powerful features for texture categorization invariant models.Additionally, they may not be rugged for
is still a gauntlet in texture analysis.he difficulty inherent in rotation, lighting, scale variation and noise, etc. To overcome
extracting efficient texture features is that it is difficult to the above problems, a new descriptor named Directional Order
define a high compromise between classification precision and Topologies based Multi-scale Ternary Pattern (DOT-MTP), is
computational complexity.ver the years numerous approaches proposed for texture classification. In DOT-MTP the extraction
for texture classificationhad been proposed in the literature. of information was carried out according to a directional order
Later, more advanced approacheswere developed for texture topologies (An order topology is a specific topology that can
classification. Typically, Local binary pattern (LBP)[?] fs a be defined in one or more fully ordered sets) connected by
simpler and more effective method for texture classification. logical operators (and) inspired of the Venn diagram or logic
Due to its superior performance, LBP bypasses almost all other diagram, mentioned below see (fig :2) for more information
methods, it has been widely applied to texture and material is to reduce the dimension. mds August 26, 2021
recognition.Based on the original LBP, several varieties of
LBP variants have been proposed to improve its robustness, A. Local binary pattern (LBP) and those extensions
distinctiveness and applicability. To improve discrimination. The local binary pattern presented by Ojala et al [?] for
Local Ternary Mode (LTP) [?] has been introduced to over- textures representation, feature extraction, and then extended
come the sensitivity of LBP to central pixel noise. In LTP, its applicationsto finally include various domains is mainly
by assigning a threshold to the central pixel, the descriptor related to its simplicity, speed of processing and ease of im-
is quantized into three levels (-1, 0, and 1) and decomposed plementation.the LBP code is basically computed as follows:
into two upper and lower descriptors.However, one of the P−1
main challenges of LTP is that it is difficult to set the
X
LBPR,P = δ (gc − gp ) 2p (1)
correct threshold for a specific application in order to improve p=0
where gc is the gray value of the central pixel,gp is the Represents the mean value of the whole neighbourhood
grayvalue of its neighbors evenly distributed on a circle of R 3×3. h(ILTPS ) and h(ILT PI ) are respectively The two
radius , and P is the number of its neighbors. ,and the function histograms of the descriptors (ILT PS ) and (ILT PI ) which
δ(, ) is defined as follows: are concatenated to form the future histogram h(ILTP) defined
( as follows:
1 si x≥ y
δ (x, y) = (2)
0 otherwise h(ILT P ) = h(ILT PI )||h(ILT PS ) (7)
B. central symmetrical local binary pattern (CS-LBP)
This defines a set of 2 × 29 possible ternary model codes for
Heikkilä et al proposed the central symmetric local binary
the two local ternary patterns (ILT PI and LT PI )
pattern(CS-LBP) [?], inspired by the local binary model
(LBP). Its principle is based on the calculation of the differ-
ence between the values of the pixels that are symmetrical with Although the texture descriptor, the central symmetrical
respect to the central pixel (two by two); i.e. the pixel values local binary pattern (CS-LBP) , has achieved remarkable pre-
are not compared to the central pixel, but to the pixels that cision in classification of textures, it inherits some drawbacks
are relatively symmetrical with respect to the central pixel. from the Local binary pattern (LBP). LBP is sensitive to
The operator (CS-LBP) generates only 16 different binary noise, which reduces its discriminating property. Likewise,
models, which is different from the local binary model (LBP), the Improved local ternary patterns (ILTP) is proposed to be
which generates 256 different binary models, and has several more robust to noise than LBP, however, the latter’s weakness
advantages such as tolerance to lighting changes, robustness may appear with both ILTP and LBP. In this article, a new
over flat image areas, and computational efficiency.lthough the modeling is completed to propose a new descriptor based
texture descriptor, (CS-LBC), has achieved remarkable preci- on the directional order topologies based multi-scale ternary
sion in classification of textures, it inherits some drawbacks pattern (DOT-MTP) to extract the potential texture information
from the Local Binary Model (LBP). LBP is sensitive to of each pixel of a given image, and explore new concepts that
noise, which reduces its discriminating .Figure 4.6 compares include both LBP, CS-LBP and ILTP concepts in order to
the computation of LBP and CS-LBP with eight neighbouring overcome these drawbacks.
pixels the CS-LBP code is basically computed as follows: - First step:Average of neighboring pixels
p/2−1
X
CS − LBPP,R,T = δ(gi − gi−(p/2) − T ) × 22 (3)
i=1
1 BonnBTF 10 160 Images acquired under different combinations of illumination direction, imaging direction and surface rotation.
2 visTex 167 2672 Images acquired under different .
3 KTH-TIP2b 11 176 Image acquired under illumination, rotation, pose scale changes.
4 KTH-TIPS 10 40 Images captured under nine scales, nine illumination conditions and three poses.
5 TC-00 24 480 Images acquired under controlled and variable conditions of illumination, rotation and spatial resolution.
6 TC-01 24 2112 Some properties as TC-00
TABLE II: Summary of the texture descriptors used for the evaluation and results of the comparison with the proposed descriptor.
TABLE III: Comparison results (%) of different texture representations on 6 data sets..
c) Experiments 3: Comparisons with the characteristics manner similar to local descriptors against all CNNs functions
of CNN tested in 10 of 13 datasets. It should be pointed out that
when DNT-MTP is not in the first place, even if it does
To thoroughly assess the effectiveness of DOT-MTP at not achieve the highest score, it can still achieve interesting
the highest level, we also used the preformed deep learning average performance (i.e. its accuracy is similar to that of
models ResNet50, ResNet101, AlexNet, VGG16 and VGG19 the previously ranked CNNs), but the advantage is DOT-
to compare its performance with well-known CNN functions. MTP is conceptually easier to implement and requires no
Some of them have varying layers. It should be noted that training. Please note that CNNs are best suited for places
the result of the CNN- evaluated function is considered a with high intra-class variability, while local descriptors are
function vector and its method of expansion is similar to best suited for homogeneous fine-grained textures with low
how the process function is usually used. It can be noted intra-class variability. In fact, when the images have similar
that DNT-MTP achieves the highest average performance in a
content and less patterns, the depth model tends to extract [14] E. Rachdi, et al. ”Directional Neighborhood Topologies Based Multi-
redundant characteristic values, which will make the classifier Scale Quinary Pattern for Texture Classification.” IEEE Access 8 (2020):
212233-212246.
perform poorly on those characteristics, and different models [15] Y. El merabet, Y. Ruichek, A. El idrissi, Attractive-and-repulsive center-
will provide almost the same performance. On the other hand, symmetric local binary patterns for texture classification, Eng. Appl. Artif.
when the image has complex content and different patterns Intell. 78 (2019) 158–172.
[16] T. Song, H. Li, F. Meng, Q. Wu, J. Cai, Letrist: locally encoded
(as in the USP text dataset), the deep features provide a better transform feature histogram for rotation-invariant texture classification,
representation than the local descriptors [70]. IEEE Trans. Circuits Syst. Video Technol. (2017).
[17] I. El khadiri, Ruichek, Y., D. Chetverikov, and R. Touahni. ”O3S-MTP:
II. C ONCLUSION Oriented star sampling structure based multi-scale ternary pattern for
texture classification.” Signal Processing: Image Communication (2020):
The proposed descriptor named DOT-MTP, compared and 115830.
tested respectively with several recent and advanced LBP-type [18] W. Yang, C. Sun, 2011. Face recognition using improved local texture
patterns. 9th World Congress on Intelligent Control and Automation
methods and 13 reference textured data sets, these comparisons (WCICA), IEEE, 2011, 48-51.
and ballasts have shown that the DOT-MTP descriptor, is con- [19] . Armi and S. Fekri-Ershad, “Texture image Classification based onim-
ceptually simple and easy to implement, is more decriminating proved local Quinary patterns,”Multimedia Tools Appl., vol. 78,pp. 1–24,
Feb. 2019.
than all the tested methods ie it captures more information [20] X. Tan, B. Triggs, Enhanced local texture feature sets for face recog-
thanks to its specific form its logical connections its directional nition under difficult lighting conditions, IEEE Trans. Image Process. 19
topology on these neighborhoods which also makes its small (6) (2010) 1635–1650.
[21] S.K. Vipparthi, S.K. Nagar, Local extreme complete trio pattern for
dimension compared to improved variant of the LTP type. multimedia image retrieval system, Int. J. Autom. Comput. 13 (5) (2016)
Future work will concern the study of the use of other well- 457–467.
known classifiers to increase the classification performance [22] L. Liu, S. Lao, P.W. Fieguth, Y. Guo, X. Wang, M. Pietikäinen, Median
robust extended local binary pattern for texture classification, IEEE Trans.
of the proposed model. In addition, the proposed texture Image Process. 25 (3) (2016) 1368–1381.
operator has potential for deployment in high-level complex [23] S.K. Vipparthi, S.K. Nagar, Local extreme complete trio pattern for
applications related to texture classification, including dynamic multimedia image retrieval system, Int. J. Autom. Comput. 13 (5) (2016)
457–467.
texture classification, subtraction of backgrounds in complex [24] . Verma and B. Raman, “Local neighborhood difference pat-
scenes, recognition objects and video-based face analysis, etc. tern: A newfeature descriptor for natural and texture image re-
trieval,”MultimediaTools Appl., vol. 77, pp. 1–24, May 2017.
R EFERENCES [25] . Chakraborti, B. McCane, S. Mills, and U. Pal, “LOOP descriptor:Local
optimal-oriented pattern,”IEEE Signal Process. Lett., vol. 25, no. 5,pp.
[1] Yu, J., Qin, Z., Wan, T., Zhang, X.: Feature integration analysis ofbag of 635–639, May 2018.
features model for image retrieval. Neurocomputing120,355–364 (2013) [26] P . Banerjee, A. K. Bhunia, A. Bhattacharyya, P. P. Roy, and S.
[2] anerji, S., Verma, A., Liu, C.: Cross disciplinary biometric sys-tems. LBP Murala,“Local neighborhood intensity pattern—A new texture feature
and Color Descriptors for Image Classification, pp.205–225. Springer, descriptorfor image retrieval,”Expert Syst. Appl., vol. 113, pp. 100–115,
Berlin (2012) Dec. 2018.
[3] Ledoux, A., Losson, O., Macaire, L.: Color local binary patterns:compact [27] S. Chakraborty, S. K. Singh, and P. Chakraborty, “Local quadru-
descriptors for texture classification. J Electron Imaging25(6), 061404 ple pattern:A novel descriptor for facial image recognition and re-
(2016) trieval,”Comput.Electr. Eng., vol. 62, pp. 92–104, Aug. 2017
[4] Yongsheng, D., et al.: Multi-scale counting and difference [28] S. Chakraborty, S. K. Singh, and P. Chakraborty, “Cascaded asym-
repre-sentation for texture classification. Vis. Comput. metriclocal pattern: A novel descriptor for unconstrained facial image
(2017).https://doi.org/10.1007/s00371-017-1415-4 recognitionand retrieval,”Multimedia Tools Appl., vol. 78, pp. 1–20, May
[5] Lowe, D.G.: Distinctive image features from scale-invariant key-points. 2019
Int. J. Comput. Vision60(2), 91–110 (2004 [29] . Ouslimani, A. Ouslimani, and Z. Ameur, “Rotation-invariant fea-
[6] Xuemei, H., Yan, D.: Image matching with an improved descrip- turesbased on directional coding for texture classification,”Neural Com-
torbased on SIFT. In: Proceedings Volume 10322, Seventh Interna- put.Appl., vol. 31, no. 10, pp. 6393–6400, Oct. 2019.
tional Conference on Electronics and Information Engineering, pp.1-7 [30] L. Kabbai, M. Abdellaoui, and A. Douik, “Image classification by
(2017).https://doi.org/10.1117/12.2265595 com-bining local and global features,”Vis. Comput., vol. 35, no. 5, pp.
[7] Romero, A., Gatta, C., Camps-Valls, G.: Unsupervised deep featureextrac- 679–693,May 2019
tion for remote sensing image classification. IEEE Trans.Geosci. Remote [31] X. Wu and J. Sun, “Face recognition based on multi-scale local direc-
Sens.54(3), 1349–1362 (2016) tionalvalue,”Multimedia Tools and Applications, vol. 79, pp. 1–17, Nov.
[8] Berbar, M.: Three robust features extraction approaches for facialgender 2019.
classification. Vis. Comput.30(1), 19–31 (2014) [32] Y. El merabet and Y. Ruichek. Local Concave-and-Convex Micro-
[9] Y. Xu, H. Ji, and C. Fermüller, “Viewpoint invariant texture descriptionus- Structure Patterns for texture classification. Pattern Recognition. Vol. 76,
ing fractal analysis,”Int. J. Comput. Vis., vol. 83, no. 1, pp. 85–100,Jun. 2018, pp. 303-322.
2009. [33] I. El Khadiri, M. Kas, Y. El Merabet, Y. Ruichek, and R.
[10] . Song, H. Li, F. Meng, Q. Wu, and B. Luo, “Exploring Touahni,“Repulsive-and-attractive local binary gradient contours: New
space–frequencyco-occurrences via local quantized patterns for texture and effi-cient feature descriptors for texture classification,”Inf. Sci., vol.
representation,”Pattern Recognit., vol. 48, no. 8, pp. 2621–2632, Aug. 467,pp. 634–653, Oct. 2018.
2015
[11] T. Ojala, M. Pietikäinen, D. Harwood, A comparative study of texture
measures with classification based on featured distributions, Pattern
Recognit. 29 (1) (1996) 51–59.
[12] M. Heikkilä et al “Description of interestregions with center-symmetric
local binary patterns,” in Proc. Comput. Vis., Graph. Image Process., vol.
4338. 2006, pp. 58–69.
[13] S. Liao, M. W. K. Law, and A. C. S. Chung, “Dominant local binarypat-
terns for texture classification,”IEEE Trans. Image Process., vol. 18,no.
5, pp. 1107–1118, May 2009.