1. Summary
Batik Nitik is a highly valued form of textile art, originating in Indonesia and spreading throughout the world, characterized by its unique patterns and motifs, resulting from a long history of cultural exchange and acculturation. Despite its diversity, the study of batik experienced several challenges, including the difficulty in identifying, classifying, and searching for specific motifs and patterns. Elaborating further, the lack of innovation in the development of new motifs and patterns also presents a problem, leading to a sense of stagnation in the field of research. As such, to address these challenges, the present researchers have proposed various methods, including Content Based Image Retrieval (CBIR) [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22], classification techniques [23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42], and the implementation of generative models [43,44,45,46,47,48].
In general, CBIR methods play a role in searching for relevant batik patterns based on their visual content, thereby assisting researchers and practitioners in the identification and retrieval of specific patterns. Furthermore, classification techniques are beneficial in grouping similar patterns together, providing a more comprehensive understanding toward the diversity of batik patterns.
Previously, other generative models, such as Generative Adversarial Networks (GANs), have also been implemented to develop new batik patterns, addressing the problem of stagnation in the field of research. GANs have potential in generating new patterns similar to existing ones while also introducing unique and innovative elements. This study proposes various methods to sustain the field of batik dynamics, leading to new insights into the study of batik.
However, the study of batik is characterized by several limitations. One of the main challenges is posed by the lack of well-annotated datasets which provide accurate information regarding the patterns, origin, and philosophical meaning. The Batik 300 dataset, published by Minarno [49], provides a large collection of batik images including adequate metadata to support meaningful analysis and interpretation. The Batik Nitik 960 dataset, on the other hand, becomes the first publicly available dataset providing rich metadata, comprising the name of the motif, its category, and its philosophical meaning [50].
Batik 300 is a general collection of 50 classes of batik motifs, while Batik 960 focuses on 60 classes of Nitik motifs; therefore, Batik 960 significantly differs from Batik 300. The Batik 300 dataset only utilizes labels, without a specific motif name, with no metadata in the form of motif philosophy, and it was never validated by experts. Meanwhile, Batik Nitik 960 provides a specific motif only focusing on the Nitik motif type which includes a motif name and philosophical meaning, validated by batik experts. Hence, Batik Nitik 960 represents the first complete primary dataset with metadata and can be accessed publicly. In addition, the metadata on Batik Nitik 960 are suitable for application as additional information in classification results, thereby allowing classification results to include the motif name and the philosophical meaning of the classified motif. Subsequently, the metadata of Batik Nitik 960 are also utilized as additional text-based queries along with image queries in the searching or classification of batik motifs.
2. Data Description
Batik Tulis Nitik is one of the oldest typical Yogyakarta motifs developed by members of the Yogyakarta Palace BRAy. Brongtodiningrat on 19 February 1940. The 56 Nitik motifs by BRAy. Brongtodiningrat were successively remastered by Haryani Winotosastro. Haryani added four motifs, resulting in a total of 60 motifs, including Sekar Jeruk, Sekar Srengenge, Sekar Sawo, and Sekar Gambir. Figure 1 illustrates a sample of the Nitik Batik fabric with the 60 motifs belonging to Haryani Winotosastro. The value of the dataset lies in the following:
The data are used for computer vision and pattern recognition, employed in the generative adversarial network (GAN), classification, or image retrieval.
Batik Nitik 960 dataset motivates researchers to develop innovative methods for generating new motifs using GAN.
The data encourage researchers to classify or build retrieval models based on motifs and metadata using machine learning or deep learning.
The Batik Nitik images are augmented and ready to be used in machine learning.
The dataset comprises 60 categories with a total of 960 images, having a dimension of 512 × 512 pixels in jpg format. The original 60 categories are depicted in Figure 2, including the name of the motif. Each category of a batik motifs presents a background and philosophical meaning. A description of the dataset is provided in Table 1.
3. Materials and Methods
3.1. Data Acquisition
The images were captured in September 2022 in APIP’s Batik, Yogyakarta, Indonesia. The studio size was 10 × 8 m. An image of a piece of Batik Nitik fabric was captured using a Sony Alpha 6400 camera with Sony lens 85–135 mm and lighting consisting of a two-set Godox II SK 400. The camera setting relied on features such as F1/10, a shutter speed of 1/10, ISO 200, a focal length of 135, a white balance of 5500 K, and a flashlight of 1/16. The image dimension was 6024 × 4024 pixels in raw format; the image was converted using jpg format. The Nitik motif was captured one by one to capture the details of the texture. Figure 3 illustrates the Batik-Nitik-fabric-capturing process. The preprocessing of images occurred in three phases: image cropping, image splitting, and image augmentation.
3.1.1. Image Cropping
A piece of the motif was captured in raw format and cut one by one manually, undergoing cropping process which required 60 iterations. The cropping process is illustrated in Figure 4.
3.1.2. Image Splitting
The second phase consisted of splitting the four sample motifs into four individual motifs. As a result of this process, the size of the dataset was 60 × 4 = 240 images. The splitting process is illustrated in Figure 5.
3.1.3. Image Augmentation
In this phase, the number of images was increased through rotation of the original motif image; each image was rotated by 90, 180, and 270 degrees, generating 240 × 4 = 960 images. The process of augmentation is illustrated in Figure 6.
3.2. Metadata
Batik Nitik 960 consists of 60 motifs, with each motif associated with a philosophical meaning described by batik experts. Table 2 presents seven samples of the Batik Nitik motifs and their associated philosophical meaning. Full images and metadata can be accessed at the dataset link.
3.3. Experiments
In this section, the present researchers tested Batik Nitik 960 to provide evidence through conventional classification algorithms, including Multi Texton Co-Occurrence Descriptor (MTCD) [29], Image representation using Complete Multi-Texton Histogram (CMTH) [20], and Gray Level Co-occurrence Matrix (GLCM) [29] as features extraction and K Nearest Neighbor (KNN), Support Vector Machine (SVM), and Decision Tree (DT) as classifiers. In addition, the feature extraction time was calculated for a single image in seconds under the three feature extraction scenarios, as follows:
FE1: MTCD using six texton.
FE2: CMTH using 11 texton.
FE3: GLCM using four features (energy, entropy, contrast, and correlation).
The dataset was further divided into three parts: training, validation, and testing with 12, two, and two images, respectively. Meanwhile, performance was assessed by using accuracy calculated from the amount of data which was correctly predicted divided by the actual test data. Accuracy calculation is illustrated in Equation (1), using true positives (TP), true negatives (TN), false negatives (FN), and false positives (FP). The comparison results are presented in Table 3.
(1)
4. Conclusions
The researchers in this study collected Batik Nitik data from the Winotosastro pieces at PPBI Sekar Jagad in Yogyakarta, Indonesia. The photos of the batik were then handed over to batik experts for further identification of the motif name and philosophical value of each Batik Nitik motif. The next phase entailed image preprocessing and augmentation, generating the images which make up the dataset. The Nitik 960 dataset is a balanced dataset, as each class contains 16 images. The Batik Nitik 960 dataset is the first primary batik dataset containing a name and philosophical meaning for each motif and being validated by batik experts directly. This dataset is open access and aims to support research in batik classification, image retrieval, and batik generation. The result of this study (the existence of Batik Nitik 960 dataset) is expected to encourage innovation and afford solutions for future research of batik.
A.E.M.: Writing, Methodology, Conceptualization; I.S.: Review & supervision; H.A.N.: Review & supervision. All authors have read and agreed to the published version of the manuscript.
Not applicable.
Informed consent was obtained from all subjects involved in the study.
The dataset presented in this study is openly available at
The authors are very grateful to our university, PPBI Sekar Jagad Yogyakarta, and Syaifuddin for assistance in data collection.
The authors declare no conflict of interest.
Footnotes
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Figure 1. The remastered version (in 2010) of Batik Nitik fabric belonging to Winotosastro.
Figure 3. Process of capturing Batik Nitik fabric using a Sony A6400 camera and Godox II SK 400.
Figure 4. Preprocessing stage of cropping each sample piece of Batik Nitik motif.
Figure 5. Preprocessing stage of splitting each sample piece of Batik Nitik motif into four separate pieces.
Figure 6. Preprocessing stage of augmentation of Batik Nitik motif by rotating the original motif image by 90, 180, 270 degrees.
Specification of the dataset.
Subject | Computer Vision and Pattern Recognition |
---|---|
Specific subject area | Generative Adversarial Network, Classification, Image Retrieval. |
Type of data | Image |
How the data were acquired | Data acquisition was made using a Sony Alpha 6400 camera with sensor APS-C, resolution 24 MP, image dimension of 6024 × 4024 pixels, double lighting using Godox SKII400, Trigger Godox X2T for Sony, Sony Lens 80–135 mm, format Raw and RGB colored. |
Data format | Filtered (.jpg) |
Description of data collection | Data were provided by a collaboration of Paguyuban Pecinta Batik Indonesia (PPBI) Sekar Jagad Yogyakarta and Universitas Muhammadiyah Malang. Images were obtained from a piece of fabric that consists of a sixty-piece motif from the Winotosastro Batik collection. Each sample piece consisted of four motifs, and each motif was rotated by 90, 180, and 270 degrees. The total data consisted of 960 images and 60 categories, each comprising 16 images. The present researcher named this dataset “Batik Nitik 960” to support batik research. |
Data source location | Institution: Paguyuban Pecinta Batik Indonesia (PPBI) Sekar Jagad |
Data accessibility | All the images were uploaded to an open, free-to-use research data repository entitled “Mendeley Data.” The specific details required to access the data are as follows: |
Seven samples of Batik Nitik 960 metadata.
No. | Batik Nitik Motif | Description |
---|---|---|
1 | [Image omitted. Please see PDF.]Sekar Kemuning | In Javanese society, Kemuning trees (Murraya paniculata), including their flowers, are plants that have a special meaning. In the Yogyakarta Palace, this plant is always present in the Palace Area. Kemuning comes from the word ning, which means in full concentration, a balance between senses and reasoning. |
2 | [Image omitted. Please see PDF.]Ceplok Liring | Ceplok is a term in the world of batik referring to the irregular placement of motifs in a field. Liring in Javanese means looking at something from one corner of the eye (not fully). This motif conveys a normative meaning for humans, encouraging the latter not to take anything for granted, in terms of a person’s behaviour, thoughts, and opinions. This is because there is a possibility that things that are considered trivial will have a big impact. Therefore, a caring attitude and respect for others must be set forth. |
3 | [Image omitted. Please see PDF.]Sekar Duren | The durian flower (Durio) is called dlongop in Javanese, a term which refers to the human attitude which manifests itself in an atmosphere that exclude critical thinking. This warns us all that the dlongop attitude is not commendable for a creative community, as it does not support the emergence of ideas and innovations. |
4 | [Image omitted. Please see PDF.]Sekar Gayam | Gayam in the Javanese society has the philosophical meaning of gayuh, which means achieving goals, and ayem, which means serene and peaceful. Gayam (Inocarpus fagifer) is the name of a tree that generally grows large and produces edible fruit which cause a feeling of fullness when eaten. In Yogyakarta, gayam trees were planted for shade during the Islamic Mataram kingdom. Gayam trees also grow well around natural springs, making the atmosphere under the gayam tree definitely refreshing. The sekar gayam batik motif is a symbol of shade that creates a sense of calm (peaceful). It also encourages the wearer to have a purpose in life that is calming both for themselves and their environment, just like the gayam tree. |
5 | [Image omitted. Please see PDF.]Sekar Pacar | Sekar pacar is the name of a nitik motif whose meaning consists of encouraging people to be migunani, or useful to others. Pacar (henna) flowers are very small, yellow in colour, form a fairly large shrub, and smell good. Hindus use henna flowers (Impatiens balsamina L.) widely in various rituals. |
6 | [Image omitted. Please see PDF.]Arumdalu | Sekar Arum Dalu (Cestrum nocturnum) will bloom at night and spread its fragrance around. This means that as a human being, one should do good for others, especially for the surrounding community, regardless of the differences that exist. Like in the dark of the night (nocturnum), we still have to be wise about it. |
7 | [Image omitted. Please see PDF.]Sekar Srigading | Sekar sri gading. Sri gading (Nyctanthes arbor-tristis) is a shrub that produces flowers that bloom after sunset. The flowers are white with red stems and produce a very fragrant smell when blooming. In the puppet story, Sri Batara Khresna took the time to plant sri gading on the border of the yards of the residences of his two wives, Dewi Rukmini and Dewi Sathyabama. Once they both smelled the fragrance of the sri gading flowers, the two, who did not have a harmonious relationship, became more tolerant of each other in their daily lives. Thus, sri gading flowers are considered a symbol of harmony. So, the sri gading motif can be interpreted as hope of living in peace and harmony. |
Comparison results using three scenarios and three common classifiers.
Feature Extraction | Accuracy | Time (s) | ||||||
---|---|---|---|---|---|---|---|---|
KNN | SVM | DT | ||||||
1 | 3 | 5 | 7 | 9 | ||||
FE1 | 0.51 | 0.53 | 0.49 | 0.50 | 0.49 | 0.71 | 0.69 | 0.0262 |
FE2 | 0.50 | 0.51 | 0.48 | 0.50 | 0.48 | 0.67 | 0.68 | 0.0300 |
FE3 | 0.49 | 0.49 | 0.48 | 0.5 | 0.48 | 0.47 | 0.58 | 0.0159 |
References
1. Minarno, A.E.; Maulani, A.S.; Kurniawardhani, A.; Bimantoro, F.; Suciati, N. Comparison of methods for Batik classification using multi texton histogram. Telkomnika Telecommun. Comput. Electron. Control.; 2018; 16, pp. 1358-1366.
2. Pawening, R.E.; Dijaya, R.; Brian, T.; Suciati, N. Classification of textile image using support vector machine with textural feature. Proceedings of the 2015 International Conference on Information and Communication Technology and Systems, ICTS; Surabaya, Indonesia, 16 September 2015; pp. 119-122.
3. Minarno, A.E.; Munarko, Y.; Kurniawardhani, A.; Bimantoro, F. Classification of Texture Using Multi Texton Histogram and Probabilistic Neural Network. IOP Conf. Ser. Mater. Sci. Eng.; 2016; 105, 012022. [DOI: https://dx.doi.org/10.1088/1757-899X/105/1/012022]
4. Agastya, I.M.A.; Setyanto, A. Classification of Indonesian batik using deep learning techniques and data augmentation. Proceedings of the 2018 3rd International Conference on Information Technology, Information Systems and Electrical Engineering, ICITISEE; Yogyakarta, Indonesia, 13–14 November 2018; pp. 27-31.
5. Khasanah, C.U.; Utami, E.; Raharjo, S. Implementation of Data Augmentation Using Convolutional Neural Network for Batik Classification. Proceedings of the 2020 8th International Conference on Cyber and IT Service Management, CITSM; Pangkal, Indonesia, 23–24 October 2020.
6. Rangkuti, A.H. Content based batik image classification using wavelet transform and fuzzy neural network. J. Comput. Sci.; 2014; 10, pp. 604-613. [DOI: https://dx.doi.org/10.3844/jcssp.2014.604.613]
7. Minarno, A.E.; Sumadi, F.D.S.; Wibowo, H.; Munarko, Y. Classification of batik patterns using K-nearest neighbor and support vector machine. Bull. Electr. Eng. Inform.; 2020; 9, pp. 1260-1267. [DOI: https://dx.doi.org/10.11591/eei.v9i3.1971]
8. Putra, F.A.; Jamil, D.A.C.; Prabandanu, B.A.; Faruq, S.; Pradana, F.A.; Alya, R.F.; Santoso, H.A.; Al Zami, F.; Saputra, F.O. Classification of Batik Authenticity Using Convolutional Neural Network Algorithm with Transfer Learning Method. Proceedings of the 2021 6th International Conference on Informatics and Computing, ICIC; Jakarta, Indonesia, 3–4 November 2021.
9. Rangkuti, A.H.; Maulana Ramadhan, M.; Aslamia, A.H. Reliable Batik Image Classification: Mulwin-LBP Algorithm and Deep Neural Network. Proceedings of the ISMEE 2021—2021 3rd International Symposium on Material and Electrical Engineering Conference: Enhancing Research Quality in the Field of Materials and Electrical Engineering for a Better Life; Bandung, Indonesia, 10–11 November 2021; pp. 96-101.
10. Suciati, N.; Pratomo, W.A.; Purwitasari, D. Batik motif classification using color-texture-based feature extraction and backpropagation neural network. Proceedings of the 2014 IIAI 3rd International Conference on Advanced Applied Informatics, IIAI-AAI; Kokura, Japan, 31 August–4 September 2014; pp. 517-521.
11. Kasim, A.A.; Wardoyo, R.; Harjoko, A. Batik classification with artificial neural network based ontexture-shape feature of main ornament. Int. J. Intell. Syst. Appl.; 2017; 9, pp. 55-65.
12. Budiman, F.; Sugiarto, E. Non-linear Multiclass SVM Classification Optimization using Large Datasets of Geometric Motif Image. Int. J. Adv. Comput. Sci. Appl.; 2021; 12, pp. 284-290. [DOI: https://dx.doi.org/10.14569/IJACSA.2021.0120932]
13. Minarno, A.E.; Azhar, Y.; Setiawan Sumadi, F.D.; Munarko, Y. A Robust Batik Image Classification using Multi Texton Co-Occurrence Descriptor and Support Vector Machine. Proceedings of the 2020 3rd International Conference on Intelligent Autonomous Systems, ICoIAS; Singapore, 26–29 February 2020; pp. 51-55.
14. Budiman, F. SVM-RBF parameters testing optimization using cross validation and grid search to improve multiclass classification. Sci. Vis.; 2019; 11, pp. 80-90. [DOI: https://dx.doi.org/10.26583/sv.11.1.07]
15. Aditya, C.S.K.; Hani’Ah, M.; Bintana, R.R.; Suciati, N. Batik classification using neural network with gray level co-occurence matrix and statistical color feature extraction. Proceedings of the 2015 International Conference on Information and Communication Technology and Systems, ICTS; Surabaya, Indonesia, 16 September 2015; pp. 163-167.
16. Budiman, F.; Suhendra, A.; Agushinta, D.; Tarigan, A. Determination of SVM-RBF kernel space parameter to optimize accuracy value of Indonesian Batik images classification. J. Comput. Sci.; 2017; 13, pp. 590-599.
17. Rangkuti, A.H.; Rasjid, Z.E.; Santoso, D.J. Batik Image Classification Using Treeval and Treefit as Decision Tree Function in Optimizing Content Based Batik Image Retrieval. Procedia Comput. Sci.; 2015; 59, pp. 577-583. [DOI: https://dx.doi.org/10.1016/j.procs.2015.07.551]
18. Sulistianingsih, N.; Soesanti, I.; Hartanto, R. Classification of batik image using grey level co-occurrence matrix feature extraction and correlation based feature selection. Proceedings of the 2018 International Seminar on Research of Information Technology and Intelligent Systems, ISRITI; Yogyakarta, Indonesia, 21–22 November 2018; pp. 492-497.
19. Yunari, N.; Yuniarno, E.M.; Purnomo, M.H. Indonesian batik image classification using statistical texture feature extraction Gray Level Co-occurrence Matrix (GLCM) and Learning Vector Quantization (LVQ). J. Telecommun. Electron. Comput. Eng.; 2018; 10, pp. 67-71.
20. Khaldi, B.; Aiadi, O.; Lamine, K.M. Image Representation Using Complete Multi-Texton Histogram. Multimed. Tools Appl.; 2020; 79, pp. 8267-8285. Available online: https://link.springer.com/article/10.1007/s11042-019-08350-1 (accessed on 23 January 2023). [DOI: https://dx.doi.org/10.1007/s11042-019-08350-1]
21. Minarno, A.E.; Hasanuddin, M.Y.; Azhar, Y. Batik Images Retrieval Using Pre-Trained Model and K-Nearest Neighbor. JOIV Int. J. Inform. Vis.; 2023; 7, pp. 115-121. Available online: https://joiv.org/index.php/joiv/article/view/1299 (accessed on 23 January 2023). [DOI: https://dx.doi.org/10.30630/joiv.7.1.1299]
22. Minarno, A.E.; Suciati, N. Batik Image Retrieval Based on Color Difference Histogram and Gray Level Co-Occurrence Matrix. TELKOMNIKA Telecommun. Comput. Electron. Control.; 2014; 12, pp. 597-604. Available online: http://journal.uad.ac.id/index.php/TELKOMNIKA/article/view/80 (accessed on 23 January 2023).
23. Rangkuti, A.H.; Athala, V.H.; Tanuar, E.; Kerta, J.M. Enhancing A Reliable Traditional Clothes Pattern Retrieval: Cnn Model And Distance Metrics. J. Theor. Appl. Inf. Technol.; 2022; 100, pp. 3183-3193.
24. Haris Rangkuti, A.; Harjoko, A.; Putro, A.E. Content based batik image retrieval. J. Comput. Sci.; 2014; 10, pp. 925-934. [DOI: https://dx.doi.org/10.3844/jcssp.2014.925.934]
25. Nurhaida, I.; Wei, H.; Zen, R.A.M.; Manurung, R.; Arymurthy, A.M. Texture fusion for batik motif retrieval system. Int. J. Electr. Comput. Eng.; 2016; 6, pp. 3174-3187.
26. Prasetyo, H.; Putra Akardihas, B.A. Batik image retrieval using convolutional neural network. Telkomnika Telecommun. Comput. Electron. Control.; 2019; 17, pp. 3010-3018. [DOI: https://dx.doi.org/10.12928/telkomnika.v17i6.12701]
27. Fahmi, H.; Zen, R.A.M.; Sanabila, H.R.; Nurhaida, I.; Arymurthy, A.M. Feature selection and reduction for batik image retrieval. Proceedings of 2016 5th International Conference on Network, Communication and Computing; Kyoto, Japan, 17–21 December 2016; Association for Computing Machinery: New York, NY, USA, 2016; pp. 47-52.
28. Munarko, Y.; Minarno, A.E. HII: Histogram inverted index for fast images retrieval. Int. J. Electr. Comput. Eng.; 2018; 8, pp. 3140-3148. [DOI: https://dx.doi.org/10.11591/ijece.v8i5.pp3140-3148]
29. Minarno, A.E.; Suciati, N. Image retrieval using multi texton co-occurrence descriptor. J. Theor. Appl. Inf. Technol.; 2014; 67, pp. 103-110.
30. Minarno, A.E.; Munarko, Y.; Bimantoro, F.; Kurniawardhani, A.; Suciati, N. Batik image retrieval based on enhanced micro-structure descriptor. Proceedings of the 2014 Asia-Pacific Conference on Computer Aided System Engineering, APCASE; South Kuta, Indonesia, 10–12 February 2014; pp. 65-70.
31. Prasetyo, H.; Wiranto, W.; Winarno, W.; Salamah, U.; Harjito, B. Batik image retrieval using odbtc feature and particle swarm optimization. J. Telecommun. Electron. Comput. Eng.; 2018; 10, pp. 71-74.
32. Rangkuti, A.H.; Athala, V.H.; Luthfi, N.F.; Aditama, S.V.; Kerta, J.M.; Hidayah, A.A. Improved accuracy traditional clothes pattern retrieval using VGG19 and Distance Metrics. Proceedings of the 2021 IEEE International Conference on Computing, ICOCO; Kuala Lumpur, Malaysia, 17–19 November 2021; pp. 360-365.
33. Wahyuningrum, R.T.; Siradjuddin, I.A. An efficient batik image retrieval system based on color and texture features. J. Theor. Appl. Inf. Technol.; 2015; 81, pp. 349-354.
34. Mustaffa, M.R.; Ahmad, F.; Doraisamy, S.C. Multi-resolution joint auto correlograms for content-based image retrieval. Adv. Sci. Lett.; 2017; 23, pp. 5370-5374. [DOI: https://dx.doi.org/10.1166/asl.2017.7378]
35. Rangkuti, A.H.; Santoso, D. Retrieval and sorting of image similarity using rbiorthogonal wavelet and best position algorithm. Int. J. Appl. Eng. Res.; 2014; 9, pp. 18054-18064.
36. Siradjuddin, I.A.; Sophan, M.K.; Kusumaningsih, A.; Santosa, I. An integrated color and intensity co-occurrence matrix for batik image retrieval. Adv. Sci. Lett.; 2016; 22, pp. 1787-1790. [DOI: https://dx.doi.org/10.1166/asl.2016.7044]
37. Prasetyo, H.; Simatupang, J.W. Batik Image Retrieval Using Maximum Run Length LBP and Sine-Cosine Optimizer. Proceedings of the ICSECC 2019—International Conference on Sustainable Engineering and Creative Computing; Bandung, Indonesia, 20–22 August 2019; pp. 265-269.
38. Minarno, A.E.; Sumadi, F.D.S.; Munarko, Y.; Alviansyah, W.Y.; Azhar, Y. Image Retrieval using Multi Texton Co-occurrence Descriptor and Discrete Wavelet Transform. Proceedings of the 2020 8th International Conference on Information and Communication Technology, ICoICT; Yogyakarta, Indonesia, 24–26 June 2020.
39. Martey, E.M.; Lei, H.; Li, X.; Appiah, O. Effective Image Representation using Double Colour Histogram for Content-Based Image Retrieval. Informatica; 2021; 45, pp. 97-105. [DOI: https://dx.doi.org/10.31449/inf.v45i7.3715]
40. Chugh, H.; Gupta, S.; Garg, M.; Gupta, D.; Mohamed, H.G.; Noya, I.D.; Singh, A.; Goyal, N. An Image Retrieval Framework Design Analysis Using Saliency Structure and Color Difference Histogram. Sustainability; 2022; 14, 10357. [DOI: https://dx.doi.org/10.3390/su141610357]
41. Elkhal, M.; Lakehal, A.; Satori, K. A new method for 3D shape indexing and retrieval in large database by using the level cut. J. Comput. Sci.; 2014; 10, pp. 1985-1993. [DOI: https://dx.doi.org/10.3844/jcssp.2014.1985.1993]
42. Meranggi, D.G.T.; Yudistira, N.; Sari, Y.A. Batik Classification Using Convolutional Neural Network with Data Improvements. Int. J. Inform. Vis.; 2022; 6, pp. 6-11. [DOI: https://dx.doi.org/10.30630/joiv.6.1.716]
43. Chu, W.T.; Ko, L.Y. BatikGAN: A Generative Adversarial Network for Batik Creation. MMArt-ACM 2020—Proceedings of the 2020 Joint Workshop on Multimedia Artworks Analysis and Attractiveness Computing in Multimedia; Association for Computing Machinery: New York, NY, USA, 2020; pp. 13-18.
44. Huang, Y.; Su, J.; Wang, J.; Ji, S. BatIK-DG: Improved deblurgan for batik crack pattern generation. IOP Conf. Ser. Mater. Sci. Eng.; 2020; 790, 012034. [DOI: https://dx.doi.org/10.1088/1757-899X/790/1/012034]
45. Abdurrahman, M.; Shabrina, N.H.; Halim, D.K. Generative adversarial network implementation for batik motif synthesis. Proceedings of the 2019 5th International Conference on New Media Studies, CONMEDIA; Bali, Indonesia, 9–11 October 2019; pp. 63-67.
46. Gultom, Y.; Arymurthy, A.M.; Masikome, R.J. Batik Classification Using Deep Convolutional Network Transfer Learning. J. Ilmu Komput. Dan Inf.; 2018; 11, pp. 59-66. Available online: https://jiki.cs.ui.ac.id/index.php/jiki/article/view/507 (accessed on 23 January 2023). [DOI: https://dx.doi.org/10.21609/jiki.v11i2.507]
47. Firman Ihsan, A. A Study of Batik Style Transfer using Neural Network. Proceedings of the 2021 9th International Conference on Information and Communication Technology, ICoICT; Yogyakarta, Indonesia, 3–5 August 2021; pp. 313-319.
48. Minarno, A.E.; Mustaqim Moch, C.; Azhar, Y.; Kusuma, W.A.; Munarko, Y. Deep Convolutional Generative Adversarial Network Application in Batik Pattern Generator. Proceedings of the 2021 9th International Conference on Information and Communication Technology (ICoICT); Yogyakarta, Indonesia, 3–5 August 2021; pp. 54-59. Available online: https://ieeexplore.ieee.org/document/9527514/ (accessed on 23 January 2023).
49. Minarno, A.E.; Suciati, N. Batik 300; Version 1 Elsevier Inc.: Amsterdam, The Netherlands, 2022.
50. Minarno, A.E.; Nugroho, H.A.; Soesanti, I. Batik Nitik 960; Version 3 Elsevier Inc.: Amsterdam, The Netherlands, 2023.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
Batik is one of the traditional heritages of Indonesia, with each motif of batik having a profound cultural and philosophical significance. This article introduces Batik Nitik 960 dataset from Yogyakarta, Indonesia. The dataset was extracted from a piece of fabric with 60 Nitik patterns. The dataset was supplied by the Paguyuban Pecinta Batik Indonesia (PPBI) Sekar Jagad Yogyakarta collection of Winotosasto Batik and the data were extracted from the APIPS Gallery. Each of the 60 categories in the collection contains 16 photographs, for a total of 960 images. The photographs were acquired with a Sony Alpha a6400, illuminated with a Godox SK II 400, and the data were compressed using the jpg file format. Each category contains four motifs rotated by 90, 180, and 270 degrees. Thus, the total number of images per motif is 16. Each class has a specific philosophical significance associated with the motif’s origins. This dataset aims to enable the training and evaluation of machine learning models for classification, retrieval, or generation of a new batik pattern using a generative adversarial network. To our knowledge, this study is the first to present a Batik Nitik dataset equipped with philosophical significance that is freely accessible.
Dataset:
Dataset License: CC BY 4.0
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Details


1 Department of Electrical and Information Technology, Jl. Grafika 2, Universitas Gadjah Mada, Yogyakarta 55281, Indonesia; Department of Information Technology, Jl. Raya Tlogomas 246, Universitas Muhammadiyah Malang, Malang 65144, Indonesia
2 Department of Electrical and Information Technology, Jl. Grafika 2, Universitas Gadjah Mada, Yogyakarta 55281, Indonesia