Claim Missing Document
Check
Articles

Found 2 Documents
Search
Journal : Syntax: Journal of Software Engineering, Computer Science and Information Technology

PENGENALAN AKSARA INCUNG MENGGUNAKAN METODE HIDDEN MARKOV MODEL Kristanto, Agung; Pinaryanto, Kartono
Syntax : Journal of Software Engineering, Computer Science and Information Technology Vol 5, No 2 (2024): Desember 2024
Publisher : Universitas Dharmawangsa

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.46576/syntax.v5i2.5391

Abstract

Aksara Incung merupakan warisan budaya yang memerlukan upaya pelestarian melalui digitalisasi dan sistem pengenalan otomatis. Penelitian ini mengembangkan sistem pengenalan aksara Incung menggunakan metode Hidden Markov Model (HMM) dengan kombinasi ekstraksi fitur Intensity of Character (IoC) dan Mark Direction. Dataset terdiri dari 53 kelas aksara dengan 90 sampel citra per kelas. Evaluasi sistem dilakukan menggunakan k-fold cross validation (k=3 dan k=5) dengan variasi jumlah state 2 hingga 30. Hasil penelitian menunjukkan bahwa kombinasi HMM dengan ekstraksi ciri IoC 5x5 dan k-fold 5 menghasilkan akurasi terbaik sebesar 82.94%, sementara IoC 4x4 mencapai 82.49% dan IoC 3x3 mencapai 78.13%. Metode Mark Direction menghasilkan akurasi yang lebih rendah, dengan nilai 43.40% untuk arah vertikal dan 32.85% untuk arah horizontal. Penggunaan k-fold 5 secara konsisten memberikan hasil yang lebih baik dibandingkan k-fold 3, sementara jumlah state tidak menunjukkan pengaruh signifikan terhadap akurasi. Penelitian ini membuktikan efektivitas HMM dalam pengenalan aksara Incung, terutama ketika dikombinasikan dengan ekstraksi ciri IoC yang memiliki kompleksitas fitur lebih tinggi. Kata Kunci: Aksara Incung, Hidden Markov Model, Intensity of Character, Mark Direction, K-fold Cross Validation, Ekstraksi Ciri ABSTRACT The Incung script is a cultural heritage that requires preservation efforts through digitalization and automatic recognition systems. This research develops an Incung script recognition system using the Hidden Markov Model (HMM) method combined with Intensity of Character (IoC) and Mark Direction feature extraction. The dataset consists of 53 character classes with 90 image samples per class. System evaluation was conducted using k-fold cross validation (k=3 and k=5) with state variations ranging from 2 to 30. The results showed that the combination of HMM with 5x5 IoC feature extraction and k-fold 5 achieved the best accuracy of 82.94%, while 4x4 IoC achieved 82.49% and 3x3 IoC reached 78.13%. The Mark Direction method produced lower accuracy, with 43.40% for vertical direction and 32.85% for horizontal direction. The use of k-fold 5 consistently provided better results compared to k-fold 3, while the number of states showed no significant effect on accuracy. This research demonstrates the effectiveness of HMM in Incung script recognition, particularly when combined with IoC feature extraction that has higher feature complexity. Keywords: Incung Script, Hidden Markov Model, Intensity of Character, Mark Direction, K-fold Cross Validation, Feature Extraction. 
IMPLEMENTASI CONVOLUTIONAL NEURAL NETWORK (CNN) DAN CONTRASTIVE LANGUAGE-IMAGE PRETRAINING (CLIP) UNTUK PREDIKSI GENRE FILM BERBASIS ANALISIS POSTER Windu Wiwaha, Sebastian Kurniawan; Pinaryanto, Kartono
Syntax : Journal of Software Engineering, Computer Science and Information Technology Vol 6, No 1 (2025): Juni 2025
Publisher : Universitas Dharmawangsa

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.46576/syntax.v6i1.6492

Abstract

 Abstrak— Industri perfilman terus berkembang pesat, menghasilkan ribuan film setiap tahun. Klasifikasi genre film menjadi krusial untuk pengelompokan dan sistem rekomendasi. Poster film, sebagai elemen visual utama, seringkali merepresentasikan genre melalui objek, warna, dan desain, namun informasi tekstual seperti plot juga signifikan. Penelitian ini bertujuan membandingkan performa Convolutional Neural Network (CNN) dan Contrastive Language-Image Pretraining (CLIP) dalam klasifikasi genre film multi-label menggunakan analisis poster dan plot. Dataset dari IMDb dan OMDb diproses melalui tahap preprocessing. Model CNN menggunakan arsitektur BiT-ResNet50, sementara CLIP menggunakan ViT-B/16, ViT-L/14, dan RN50x16 untuk poster, serta BERT untuk analisis plot. Eksperimen melibatkan variasi batch size, learning rate, dan optimizer. Hasil menunjukkan CLIP (ViT-L/14) lebih unggul dengan akurasi 83,2% dan Hamming Loss 0,1678, dibandingkan CNN dengan akurasi 77,9%. Integrasi analisis plot menggunakan BERT meningkatkan akurasi sekitar 5% dibandingkan metode berbasis poster saja. Studi ini membuktikan bahwa kombinasi model vision-language (CLIP) dan analisis teks (BERT) lebih efektif daripada CNN konvensional untuk klasifikasi genre film. Kata Kunci—klasifikasi genre film, CNN, CLIP, deep learning, poster film, multi label classification. ABSTRACTAbstract— The film industry continues to develop rapidly, producing thousands of films annually. Film genre classification has become crucial for categorization and recommendation systems. Film posters, as primary visual elements, often represent genres through objects, colors, and design, while textual information such as plot is equally significant. This research aims to compare the performance of Convolutional Neural Network (CNN) and Contrastive Language-Image Pretraining (CLIP) in multi-label film genre classification using poster and plot analysis. The dataset from IMDb and OMDb was processed through preprocessing stages. The CNN model used BiT-ResNet50 architecture, while CLIP used ViT-B/16, ViT-L/14, and RN50x16 for posters, along with BERT for plot analysis. Experiments involved variations in batch size, learning rate, and optimizer. Results show CLIP (ViT-L/14) outperformed with 83.2% accuracy and Hamming Loss of 0.1678, compared to CNN with 77.9% accuracy. Integrating plot analysis using BERT improved accuracy by approximately 5% compared to poster-only methods. This study demonstrates that the combination of vision-language models (CLIP) and text analysis (BERT) is more effective than conventional CNN for film genre classification. Keywords—film genre classification, CNN, CLIP, deep learning, movie posters, multi-label classification.