CONCURRENCY COMPUTATION PRACTICE AND EXPERIENCE, vol.1, pp.1-26, 2022 (SCI-Expanded)
Object detection is a type of application that includes computer vision
and image processing technologies, which deal with detecting, tracking,
and classifying desired objects in images. Computer vision is a field of
artificial intelligence that enables computers and systems to derive
information from digital images and take action or suggestions based on
that information. CNN is one of the current methods of object detection
due to its ease of use and GPU-supported parallel working features. Due
to the aim of completing deep learning model training quickly or due to
insufficient dataset, many studies using the transfer learning method
are carried out in fields such as medicine, agriculture, and weapons.
However, there are very few studies that use the fine-tuning method and
compare transfer learning in terms of effectiveness. By paying attention
to the balanced distribution of the data, approximately 100 images of
each chess piece type were included in the analysis and a dataset of at
least 1000 images was created. The without transfer learning fine-tune,
fine-tuned transfer learning, transfer learning, fully supervised
learning (FSL) and weakly supervised learning (WSL) applied models
performances compared. Experimental results show that the fine-tuned
transfer learning applied YOLO V4 model produces more accurate results
than the other models in FSL and the transfer learning applied Faster
R-CNN model produces more accurate results than the other models in WSL.