Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

A novel hybrid system for automatic detection of fish quality from eye and gill color characteristics using transfer learning technique

  • İsmail Akgül,

    Roles Data curation, Investigation, Methodology, Software, Visualization

    Affiliation Department of Computer Engineering, Faculty of Engineering and Architecture, Erzincan Binali Yıldırım University, Erzincan, Türkiye

  • Volkan Kaya,

    Roles Investigation, Methodology, Project administration, Resources, Writing – review & editing

    Affiliation Department of Computer Engineering, Faculty of Engineering and Architecture, Erzincan Binali Yıldırım University, Erzincan, Türkiye

  • Özge Zencir Tanır

    Roles Conceptualization, Resources, Writing – review & editing

    zencir06@hotmail.com

    Affiliation Department of Biology, Faculty of Arts and Science, Erzincan Binali Yıldırım University, Erzincan, Türkiye

Abstract

Fish remains popular among the body’s most essential nutrients, as it contains protein and polyunsaturated fatty acids. It is extremely important to choose the fish consumption according to the season and the freshness of the fish to be purchased. It is very difficult to distinguish between non-fresh fish and fresh fish mixed in the fish stalls. In addition to traditional methods used to determine meat freshness, significant success has been achieved in studies on fresh fish detection with artificial intelligence techniques. In this study, two different types of fish (anchovy and horse mackerel) used to determine fish freshness with convolutional neural networks, one of the artificial intelligence techniques. The images of fresh fish were taken, images of non-fresh fish were taken and two new datasets (Dataset1: Anchovy, Dataset2: Horse mackerel) were created. A novel hybrid model structure has been proposed to determine fish freshness using fish eye and gill regions on these two datasets. In the proposed model, Yolo-v5 and Inception-ResNet-v2 and Xception model structures are used through transfer learning. Whether the fish is fresh in both of the Yolo-v5 + Inception-ResNet-v2 (Dataset1: 97.67%, Dataset2: 96.0%) and Yolo-v5 + Xception (Dataset1: 88.00%, Dataset2: 94.67%) hybrid models created using these model structures has been successfully detected. Thanks to the model we have proposed, it will make an important contribution to the studies that will be conducted in the freshness studies of fish using different storage days and the estimation of fish size.

1. Introduction

Fish is a food that contributes to the protection and development of health in every period of life. Regular and adequate consumption of fish is recommended because it contains nutrients such as good quality protein, long-chain polyunsaturated n-3 fatty acids (n-3 LCPUFA), vitamin D and iodine.

In fish farming, fish morphometric feature measurement is a regular process on a daily basis in order to monitor the health and the growth of the fishes. The managers of fish farms need to measure manually the the body length and width (fish size), weight as well as color features of the eyes or the gills. Control and monitoring of fish freshness is very important in the food industry. The taste, health, quality and freshness of the fish are among the important factors. The changes during the storage of fish can be categorized based on apparent features including color, stiffness, odor, secretions, scales, skin, flesh, abdomen, eyes, and gills. These features can be used individually to assess the fish freshness [1].

Traditional methods used to determine fish freshness include sensory evaluations, chemical, physical measurements, and microbiological measurements are available. There exist various sensory (quality index method and torry scheme), physical (tissue analysis, torrymeter, electronic nose, and near-infrared reflection spectroscopy), and chemical and biochemical (measurement of total volatile nitrogen, trimethylamine, pH, and adenosine triphosphate) methods for this purpose [2]. However, there are some shortcomings in sensory analysis such as the high cost of the expert team, biased judgment due to fatigue and subjectivity, and the inability to use sensory analysis for continuous measurement. Chemical methods are objective and precise; however, they are normally used in a laboratory environment that damages fish and takes time. Microbiological enumeration methods are also destructive and require a very long time to culture bacteria and cannot provide test results quickly and effectively [3]. Therefore, it is necessary to develop new efficient, fast, cost-effective and non-destructive methods on fish fressness to overcome these problems.

Convolutional neural network (CNN) is one of the most popular deep learning methods used currently [4]. The most accepted and used CNN models in the literature are Yolo-v5, Inception-ResNet-v3 and Xception. Convolutional neural networks (CNN) shown outstanding success in image processing techniques, have achieved significant success in freshness fish studies. The recent development of convolutional neural networks (CNN) has led to great results in the field of identifying fish freshness. This study focuses on a novel method to address the progress of identifying fish freshness using a convolutional neural network.

An increasing number of studies include image analysis for different purposes in fish farming. In the literature, there are many studies based on image processing and by capturing the images of whole fish imaging [57], fillet imaging [823] and skin color imaging [24]. Most of previous researchers have focused on whole fish, fillet, and skin imaging and lately, few studies [1, 2528] is available on application of machine vision technique on fish eyes and gills color changes during ice storage. In addition, many softwares have been developed in order to estimate the fish size [2934].

The aim of this study is to evaluate the freshness of anchovy (Engraulis encrasicolus) and horse mackerel (Trachurus trachurus) based on its eyes and gills color changes by means of artificial intelligence methods. The effectiveness and applicability of the method is examined by a thorough investigation on features extracted from the eyes and gills images in different color spaces, and the classification of the icestorage duration using convolutional neural networks (CNN). The main contribution of this useful method is the use of non-destructive image preparation for sampling freshness. Another gain contribution of the verification method is the correct use of pixels belonging to fish eye and gill regions.

2. Materials and methods

2.1. Sample preparation ve system configuration

A group of 200 anchovy (Engraulis encrasicolus) and 200 horse mackerel (Trachurus trachurus) were obtained from local fish market, Erzincan, Turkey to experiment with our study [35]. All the fish were caught at the same time and in one lot by a seine net. The fish were transferred to the Laboratory of Erzincan Binali Yıldırım University in a polystyrene box with ice packs in less than 20 min. All procedures of the fish catch, storage and transfer were strictly monitored and controlled. The fish were first washed and then left to air dry for approximately 20 min. The samples were kept in the refrigerator with proper care. We know that the fish remains fresh in between 1–2 days. So we take the fresh sample in this time interval. After 1–2 days the color started to change. So in that time interval, we took the non-fresh sample. The duration of the assessment was about one week.

Fish images were taken without flash with a camera with 12M pixel size, 150dpi resolution, 4mm focal length and 1.9 F-stop. In addition, to detect and evaluate fish freshness in prepared samples, Yolo-v5, Inception-ResNet-v3 and Xception deep learning architectures were tested in a hybrid way by using Python programming language in Google Colaboratory [36] environment with NVIDIA Tesla K80 graphics processor.

2.2. Image pre-processing

In this study, 200 anchovy (fresh and non-fresh) and 200 horse mackerel (fresh and non-fresh) fish images with 3000×4000×3 pixel size obtained during sample preparation were used. In order to increase the variety of fish images and the number of samples in this dataset, 10-fold data augmentation technique (rotation_range: %20, width_shift_range: %10, height_shift_range: %10, shear_range: %10, zoom_range: %10, horizontal_flip, vertical_flip ve fill_mode: ’nearest’) was applied and a total of 2000 anchovy and 2000 horse mackerel fish images were obtained. Since 2 types of fish were included in the study, the dataset was divided into 2 groups as anchovy and horse mackerel. Then, the fish images (anchovy-mackerel) in each group were randomly selected and reserved for Yolo-v5 model training (20%), Inception-ResNet-v2 and Xception model training (60%), and model performance testing (20%). Images of each fish species in the dataset are shown in Fig 1.

thumbnail
Fig 1.

Fish freshness dataset sample images (a) anchovy (b) horse mackerel.

https://doi.org/10.1371/journal.pone.0284804.g001

2.3. Proposed hybrid model structure

In this study, a proposed hybrid model structure for fish freshness detection and classification is described. In this model structure, Yolo-v5 [37], Inception-ResNet-v2 [38] and Xception [39] model structures, which show superior performance in image detection and classification, were preferred and a new fish freshness detection method was developed. In order to create a novel model structure and extract features from our dataset, the previously trained Inception-ResNet-v2 and Xception model structures were used in a hybrid way with the Yolo-v5 model structure. The hybrid model structure given in Fig 2 is proposed to define whether the fish is fresh or non-fresh from the fish images.

In the proposed hybrid model structure (Fig 2), 200 anchovy (fresh and non-fresh) and 200 horse mackerel (fresh and non-fresh) fish species in RGB format with 3000×4000×3 pixel size prepared during the sample preparation process were first applied to the data augmentation technique. A total of 4000 images, 2000 of which belong to the fish species, were obtained. The fish images in the dataset were labeled as anchovy and horse mackerel and converted into 2 different datasets (Dataset1: Anchovy, Dataset2: Horse mackerel). The model was evaluated by giving Dataset1 and then Dataset2 separately to the proposed hybrid model structure. Then, the datasets of 2 different fish species were classified as fresh and non-fresh in order to be evaluated separately.

After classification, Dataset1: From 2000 fish images (fresh and non-fresh) in anchovy, 300 randomly fish images were reserved for Yolo-v5 training, 1400 fish images for classification model training, and 300 fish images for model performance testing.

In the proposed model, both fish eye and fish gill are taken into account to determine whether the fish is fresh or not. Therefore, fish eye and gill were manually selected in 300 fish images reserved for Yolo-v5 model training, and their region coordinates were labeled separately. The tagged fisheye and gill coordinates were then trained at 1700 epochs using the Yolo-v5 architecture. After the training, the eye and gill weights of the fish were obtained and the eye and gill regions of the fish were automatically determined using these weights. Eye and gill weights determined by Yolo-v5 were applied to 1400 fish image data group reserved for model training, and 1393 fish eye and 1400 fish gill region images were obtained.

These region images were collected under 4 different classes for model training as non-fresh eye, non-fresh gill, fresh eye and fresh gill. Thus, a Dataset1 of fresh and non-fresh eye and gill images was created and a total of 2793 data images were obtained. Then, the images in the dataset were resized at 229×229×3 pixels to be used in model (Inception-ResNet-v2 or Xception) trainings. After sizing, the dataset was divided into 3 data groups as training, testing and validation (Table 1). In order to perform the model training, transfer learning was applied by using the weights of the Inception-ResNet-v2 and Xception models. According to the training and test dataset, Inception-ResNet-v2 and Xception model trainings were carried out separately and the classification success rate was obtained. Then, the classification success rate of the models was verified with the validation dataset, which was not used in the training of the model networks.

thumbnail
Table 1. Image counts of the training, testing, and validation dataset.

https://doi.org/10.1371/journal.pone.0284804.t001

In addition, the same operations were applied for Dataset2: Horse mackerel. Therefore, 300 random fish images from 2000 fish images (fresh and non-fresh) in Dataset2 are reserved for Yolo-v5 training, 1400 fish images for classification model training, and 300 fish images for model performance testing. Eye and gill weights determined with Yolo-v5 were applied to 1400 fish image data group reserved for model training, and 1398 fisheye and 1398 fish gill region images were obtained. Thus, a total of 2796 data images were obtained by creating a Dataset2 of fresh and non-fresh eye and gill images.

After creating Dataset1 and Dataset2, the number of images of the training, testing and validation datasets used in the evaluation process of the models are given in Table 1 in detail. In addition, the parameters given in Table 2 were used during the training process of the models.

3. Results and discussion

In this study, fish eyes and gills were taken into account to determine whether the fish is fresh or not from the fish images. Therefore, using the Yolo-v5 architecture, firstly, the eye and gill regions of the fish were detected. The Yolo-v5 architecture was trained at 1700 epoch to successfully detect the eye and gill regions of the fish. The loss and average loss values obtained with the Yolo-v5 architecture as a result of the training are given in Table 3. Therefore, these low loss values obtained showed that Yolo-v5 architecture training was carried out successfully for both datasets.

Dataset1 and Dataset2, consisting of fish eye (fresh and non-fresh) and fish gill (fresh and non-fresh) images obtained as a result of Yolo-v5 architecture training, were first divided into train, test and validation datasets to be evaluated separately. The training and test datasets were trained using classification model constructs (Inception-ResNet-v2 or Xception). As a result of the training, 4 classes were obtained as non-fresh eye, non-fresh gill, fresh eye and fresh gill. The results obtained using the training and test datasets are given in Table 4 in detail. In addition, the training-test accuracy graph obtained with Inception-ResNet-v2 and Xception models using Dataset1 is given in Fig 3A, and the training-test loss graph is given in Fig 3B. In addition, the training-test accuracy graph obtained with Inception-ResNet-v2 and Xception models using Dataset2 is given in Fig 4A, and the training-test loss graph is given in Fig 4B.

thumbnail
Fig 3.

(a) Training-test accuracy, (b) Loss plots of models using Dataset1.

https://doi.org/10.1371/journal.pone.0284804.g003

thumbnail
Fig 4.

(a) Training-test accuracy, (b) Loss plots of models using Dataset2.

https://doi.org/10.1371/journal.pone.0284804.g004

thumbnail
Table 4. Test results obtained from model structures using the training-test dataset.

https://doi.org/10.1371/journal.pone.0284804.t004

When the results in Table 4 and Fig 3 obtained using Dataset1 are examined, it is seen that the Inception-ResNet-v2 model has 99.58% training, 99.82% test success accuracy, and 0.063 training and 0.067 test loss values. It was seen that the Xception model reached 99.76% training, 99.28% test success accuracy and 0.064 training and 0.076 test loss values.

When the results in Table 4 and Fig 4 obtained using Dataset2 are examined, it is seen that the Inception-ResNet-v2 model has 99.52% training, 99.11% test success accuracy, and 0.065 training and 0.067 test loss values. On the other hand, it was seen that the Xception model reached 99.76% training, 99.11% test success accuracy and 0.064 training and 0.066 test loss values.

According to the results in Table 4, Figs 3 and 4, it was seen that the Inception-ResNet-v2 and Xception model trainings were successfully performed for both datasets used in the study. Inception-ResNet-v2 and Xception model trainings gave very close results. Therefore, the model trainings in fish freshness classification were considered successful.

In addition, to test the classification performance of model structures (Inception-ResNet-v2 or Xception), the classification success rates of the models were tested by using the validation dataset separated in Dataset1 and Dataset2.

The success accuracy test results obtained using the validation dataset are given in detail in Table 5. In Figs 5 and 6, the confusion matrix of the results obtained using the validation data is given.

thumbnail
Fig 5.

Confusion matrix results from (a) Inception-ResNet-v2, (b) Xception model structures using the validation dataset in Dataset1.

https://doi.org/10.1371/journal.pone.0284804.g005

thumbnail
Fig 6.

Confusion matrix results from (a) Inception-ResNet-v2, (b) Xception model structures using the validation dataset in Dataset2.

https://doi.org/10.1371/journal.pone.0284804.g006

thumbnail
Table 5. Test results from model structures using the validation dataset.

https://doi.org/10.1371/journal.pone.0284804.t005

When the results in Table 5 and Fig 5 obtained using the validation dataset in Dataset1 are examined, it is seen that the Inception-ResNet-v2 model has 99.64% accuracy, 0.072 loss values, while the Xception model has 99.28% accuracy and 0.076 loss values.

When the results in Table 5 and Fig 6 obtained using the validation dataset in Dataset2 are examined, it is seen that the Inception-ResNet-v2 model has 99.46% accuracy, 0.074 loss value, while the Xception model has 99.28% accuracy and 0.070 loss value.

According to the results in Table 5, Figs 5 and 6, it has been seen that the results obtained with the validation dataset included in the two datasets used in the study make a successful classification similar to the training-test results of the Inception-ResNet-v2 and Xception models. In addition, it was concluded that the Inception-ResNet-v2 model classifies non-fresh eye, non-fresh gill, fresh eye and fresh gill images slightly better than the Xception model.

3.1. Performance evaluation

In the study, the proposed model structure was tested by using 300 anchovy and 300 horse mackerel fish images included in the dataset and reserved for performance testing. As a result of the test process, the coordinates of the eyes and gills on the fish image were determined and evaluated, and it was determined whether the fish given as the input image was fresh. In Fig 7, the model diagram of the performance test is given.

thumbnail
Fig 7. Proposed hybrid model structure performance diagram.

https://doi.org/10.1371/journal.pone.0284804.g007

When the model diagram in Fig 7 is examined, the regions of fish eyes and gills were automatically determined and their coordinates were taken by using the Yolo-v5 model structure of the fish image that came as an input. Then, the obtained regions were resized to 229×229×3 pixels in order to be able to train the model. The eye and gill regions obtained as a result of this sizing were evaluated separately using Inception-ResNet-v2 and Xception model structures and classified as non-fresh eye, non-fresh gill, fresh eye and fresh gill. Since the method proposed focuses on both the eye and the gill of the fish, it will be able to decide whether the fish is fresh or not in environments that do not have a simple background. Therefore, the approach proposed will contribute to the fact that fish consumers can choose healthier fish in cases where they doubt whether the fish is fresh in any environment. As a result of the classification, the eye and gill coordinates on the fish image were taken and placed in a rectangular frame and the fish image was determined as fresh or not fresh according to the classification ratio. The success results of the fish images used in the performance test are given in Table 6 in detail.

thumbnail
Table 6. Performance test results of the proposed hybrid model.

https://doi.org/10.1371/journal.pone.0284804.t006

When the results given in Table 6 are examined, the rate of the proposed Yolo-v5 + Inception-ResNet-v2 model is 97.67% in Dataset1, 96.00% in Dataset2, 88.00% in Dataset1 of Yolo-v5 + Xception model, and %9 in Dataset2. It has been observed that it has a performance of 94.67 percent. According to these results, the Yolo-v5 + Inception-ResNet-v2 hybrid model performed better than the Yolo-v5 + Xception hybrid model in both datasets considered in fish freshness classification. In Fig 8, sample images of the performance test are presented.

thumbnail
Fig 8.

Sample images of the performance test (a) anchovy, (b) horse mackerel.

https://doi.org/10.1371/journal.pone.0284804.g008

In addition, the proposed hybrid model structures to determine fish freshness were compared with the methods available in the literature and are given in detail in Table 7.

thumbnail
Table 7. Comparison of proposed hybrid model constructs with existing methods to detect fish freshness.

https://doi.org/10.1371/journal.pone.0284804.t007

4. Conclusions

In this study, a novel fish freshness detection model was developed to determine whether the fish to be purchased according to the season is fresh or not. In the developed model, the freshness of two different fish species (anchovy and horse mackerel) was determined. Since there is no ready-made dataset of the fish species discussed in the study, firstly, images of fresh fish caught with a single lot purse seine nets were taken. Afterwards, the fish were left under refrigeration conditions for a week to become stale and images of the stale fish were taken. Two different fish datasets (Dataset1: Anchovy, Dataset2: Horse mackerel) were created using the obtained fresh and stale fish images. The datasets of 2 different fish species were divided into fresh and non-fresh in order to be evaluated separately.

In order to extract a good feature from the datasets, the Inception-ResNet-v2 and Xception model structures, which were trained with transfer learning, were used in a hybrid way with the Yolo-v5 model structure. In the developed model, both fish eye and fish gill are taken into account to determine whether the fish is fresh or not.

It has been successfully determined whether the fish is fresh or not from the Yolo-v5 + Inception-ResNet-v2 (Dataset1: 97.67%, Dataset2: 96.00%) and Yolo-v5 + Xception (Dataset1: 88.00%, Dataset2: 94.67%) hybrid model structures developed using these model structures.

As a result, 2 different fish species (anchovy and horse mackerel) examined in the study showed superior success in detecting fish freshness by using the Yolo-v5 + Inception-ResNet-v2 and Yolo-v5 + Xception hybrid model structures. The findings obtained in this study will be helpful for fish consumers in determining the freshness of fish samples using artificial intelligence techniques. In addition, the applicability of the developed hybrid model structures will increase the importance of the study and will make a significant contribution to the freshness determination of different fish species to be made in this area. In future freshness studies on fish, a new classification dataset can be created with different artificial intelligence methods to determine fish freshness in order to show that the changes in gill and eye color of the fish can be more effective, taking into account the storage day (+3rd, 5th, 7th and 9th). Image processing and deep learning approaches that measure the morphological characteristics of fish can also be considered. In addition, it is thought that the hybrid models we have proposed for other marine fish species can be used for freshness detection.

References

  1. 1. Issac A., Dutta M.K., Sarkar B. Computer Vision Based Method for Quality and Freshness Check for Fish from Segmented Gills. Computers and Electronics in Agriculture. 2017; 139: 10–21. https://doi.org/10.1016/j.compag.2017.05.006
  2. 2. Nollet L.M.L., Toldra F. Handbook of Seafood and Seafood products Analysis. CRC Press; 2009.
  3. 3. Görür K., Çetin O., Özer İ., Temurtaş F. Literature Review on Determining Fish Freshness by Electronic Nose and Machine Learning. Electronic Letters on Science and Engineering. 2020; 16(2): 161–170.
  4. 4. Hridayami P., Putra I. K. G. D., Wibawa K. S. Fish species recognition using VGG16 deep convolutional neural network. Journal of Computing Science and Engineering. 2019; 13(3): 124–130. http://dx.doi.org/10.5626/JCSE.2019.13.3.124
  5. 5. Kılınc B., Caklı S., Cadun A., Dıncer T., Tolasa S. Comparison of effects of slurry ice and flake ice pretreatments on the quality of aquacultured sea bream (Sparus aurata) and sea bass (Dicentrarchus labrax) stored at 4°C. Food Chem. 2007; 104: 1611–1617. https://doi.org/10.1016/j.foodchem.2007.03.002
  6. 6. Cakli S., Kilinc B., Cadun A., Tolasa S. Effects of using slurry ice on the microbiological, chemical and sensory assessments of aquacultured sea bass (Dicentrarchus labrax) stored at 4°C. European Food Research and Technology. 2006; 222: 130–138. https://doi.org/10.1007/s00217-005-0117-8
  7. 7. Schubring R. Colour measurement on skin during storage of wet and frozen fish. In: Luten J.B., Oehlenschläger J., Olafsdottir G. (Eds.), Quality of Fish from Catch to Consumer: Labelling, Monitoring & Traceability. Wageningen Academic Publishers; 2003. pp. 251–263. https://doi.org/10.3920/978-90-8686-510-9
  8. 8. Kohler A., Skaga A., Hjelme G., Skarpeid H.J. Sorting salted cod fillets by computer vision: a pilot study. Computers and Electronics in Agriculture. 2002; 36(1): 3–16. https://doi.org/10.1016/S0168-1699(02)00068-6
  9. 9. Korel F., Luzuriaga D., Balaban M.O. Objective quality assessment of raw tilapia (Oreochromis niloticus) fillets using electronic nose and machine vision. J.Food Sci. 2001; 66(7): 1018–1024. https://doi.org/10.1111/j.1365-2621.2001.tb08228.x
  10. 10. Korel F., Luzuriaga D., Balaban M.O. Quality evaluation of raw and cooked catfish (Ictalurus punctatus) using electronic nose and machine vision. J.Aqua. Food Prod. Technol. 2001; 10(1): 3–18. https://doi.org/10.1300/J030v10n01_02
  11. 11. Balaban M.O., Kristinsson H.G., Otwell W.S. Evaluation of color parameters in a machine vision analysis of carbon monoxide-treated fresh tuna. J. Aquat. Food Prod. Technol. 2005; 14(2): 5–24. https://doi.org/10.1300/J030v14n02_02
  12. 12. Stien L.H., Suontama J., Kiessling A. Image analysis as a tool to quantify rigor contraction in pre-rigor-filleted fillets. Computers and Electronics in Agriculture. 2006; 50(2): 109–120. https://doi.org/10.1016/j.compag.2005.08.012
  13. 13. Roth B., Schelvis-Smit R., Stien L.H., Foss A., Nortvedt R., Imsland A. Exsanguination of turbot and the effect on fillet quality measured mechanically, by sensory evaluation, and with computer vision. Journal of Food Science. 2007; 72(9): 525–531. pmid:18034722
  14. 14. Hernandez M.D., López M.B., Alvarez A., Ferrandini E., Garcia B., Garrido M.D. Sensory, physical, chemical and microbiological changes in aquacultured meagre (Argyrosomus regius) fillets during ice storage. Food Chem. 2009; 114(1): 237–245. https://doi.org/10.1016/j.foodchem.2008.09.045
  15. 15. Barat J.M., Gil L., Garcia-Breijo E., Aristoy M.C., Toldra F., Martinez-Manez R., et al. Freshness monitoring of sea bream (Sparus aurata) with a potentiometric sensor. Food Chemistry. 2008; 108(2): 681–688. https://doi.org/10.1016/j.foodchem.2007.10.034
  16. 16. Yagiz Y., Balaban M.O., Kristinsson H., Welt B.A., Marshall M.R. Comparison of Minolta colorimeter and machine vision system in measuring color of irradiated Atlantic salmon. Journal of the Science of Food and Agriculture. 2009; 89(4): 728–730. https://doi.org/10.1002/jsfa.3467
  17. 17. Yagiz Y., Kristinsson H., Welt B.A., Balaban M.O., Ralat M., Marshall M.R. Effect of high pressure processing and cooking treatment on the quality of Atlantic salmon. Food Chemistry. 2009; 116(4): 828–835. https://doi.org/10.1016/j.foodchem.2009.03.029
  18. 18. Yagiz Y., Kristinsson H., Welt B.A., Balaban M.O., Marshall M.R. Correlation between astaxanthin amount and a⁄ value in fresh Atlantic salmon (Salmo salar) muscle during different irradiation doses. Food Chemistry. 2010; 120(1): 121–127. https://doi.org/10.1016/j.foodchem.2009.09.086
  19. 19. Misimi E., Mathiassen J.R., Erikson U. Computer vision based sorting of Atlantic salmon (Salmo salar) fillets according to their color level. Journal of Food Science. 2007; 72(1): 30–35. https://doi.org/10.1111/j.1750-3841.2006.00241.x
  20. 20. Quevedo R.A., Aguilera J.M., Pedreschi F., Color of salmon fillets by computer vision and sensory panel. Food and Bioprocess Technology. 2008; 3(5): 637–643. https://doi.org/10.1007/s11947-008-0106-6
  21. 21. Quevedo R., Aguilera J.M. Computer vision and stereoscopy for estimating firmness in the salmon (Salmon salar) fillets. Food and Bioprocess Technology. 2008; 3(4): 561–567. https://doi.org/10.1007/s11947-008-0097-3
  22. 22. Mateo A., Soto F., Villarejo J.A., Roca-Dorda J., De la Gándara F., García-Gómez A. Quality analysis of tuna meat using an automated color inspection system. Aquacultural Engineering. 2006; 35(1): 1–13. https://doi.org/10.1016/j.aquaeng.2005.06.007
  23. 23. Oliveira A.C.M., Balaban M.O. Comparison of a colorimeter with a machine vision system in measuring color of Gulf of Mexico sturgeon fillets. Applied Engineering in Agriculture. 2006; 22(4): 583–587. https://doi.org/10.13031/2013.21211
  24. 24. Erikson U., Misimi E. Atlantic salmon skin and fillet color changes effected by perimortem handling stress, rigor mortis, and ice storage. J.Food Sci. 2008; 73(2): 50–59. pmid:18298716
  25. 25. Dowlati M., Mohtasebi S.S., Omid M., Razavi S.H., Jamzad M., de la Guardia M. Freshness assessment of gilthead sea bream (Sparus aurata) by machine vision based on gill and eye color changes. J. Food Eng. 2013; 119(2): 277–287. https://doi.org/10.1016/j.jfoodeng.2013.05.023
  26. 26. Dutta M.K., Issac A., Minhas N., Sarkar B. (2016). Image processing based method to assess fish quality and freshness. J. Food Eng. 2016; 177: 50–58. https://doi.org/10.1016/j.jfoodeng.2015.12.018
  27. 27. Lalabadi H.M., Sadeghi M., Mireei S.A. Fish freshness categorization from eyes and gills color features using multi-class artificial neural network and support vector machines. Aquacultural Engineering. 2020; 90: 102076. https://doi.org/10.1016/j.aquaeng.2020.102076
  28. 28. Rayan, M.A., Rahim, A., Rahman, A., Marjan, A. and Ali, E. Fish Freshness Classification Using Combined Deep Learning Model. 2021 International Conference on Automation, Control and Mechatronics for Industry 4.0 (ACMI); 2021. p. 1–5.
  29. 29. Balaban M.O., Chombeau M., Cirban D., Gumus B. Prediction of the weight of Alaskan pollock using image analysis. J. Food Sci. 2010; 75(8): E552–E556. pmid:21535495
  30. 30. Balaban M.O., Sengor G.F.U., Soriano M.G., Ruiz E.G. Using image analysis to predict the weight of Alaskan salmon of different species. J. Food Sci. 2010; 75(3): E157–E162. pmid:20492289
  31. 31. Álvarez-Ellacuría A., Palmer M., Catalán I.A., Lisani J.L. Image-based, unsupervised estimation of fish size from commercial landings using deep learning. ICES J. Mar. Sci. 2020; 77(4): 1330–1339. https://doi.org/10.1093/icesjms/fsz216
  32. 32. Fernandes A.F.A., Turra E.M, de Alvarenga É.R., Passafaro T.L., Lopes F.B., Alves G.F.O et al. Deep learning image segmentation for extraction of fish body measurements and prediction of body weight and carcass traits in Nile tilapia. Computers and Electronics in Agriculture. 2020; 170: 105274. https://doi.org/10.1016/j.compag.2020.105274
  33. 33. Petrellis N. Measurement of Fish Morphological Features through Image Processing and Deep Learning Techniques. Appl. Sci. 2021; 11(10): 4416. https://doi.org/10.3390/app11104416
  34. 34. Yu C., Hu Z., Han B., Dai Y., Zhao Y., Deng Y. An intelligent measurement scheme for basic characters of fish in smart aquaculture. Computers and Electronics in Agriculture. 2023; 204: 107506. https://doi.org/10.1016/j.compag.2022.107506
  35. 35. Kaggle; Cited 2022 July 07. Available from: https://www.kaggle.com/datasets/smailakgl/fish-freshness-detection
  36. 36. Colab; Google Colaboratory. Cited 2022 May 15. Available from: https://colab.research.google.com
  37. 37. Jocher G., Stoken A., Borovec J., Chaurasia A., Changyu L., Laughing A. V., et al. ultralytics/yolov5: v5. 0-YOLOv5-P6 1280 models AWS Supervise. ly and YouTube integrations. Zenodo. 2021; 11. Available from: https://zenodo.org/record/4679653#.ZDe5lXZByM8
  38. 38. Szegedy, C., Ioffe, S., Vanhoucke, V., Alemi, A.A. Inception-v4, inception-resnet and the impact of residual connections on learning. In Thirty-first AAAI conference on artificial intelligence. 2017; 31(1): 4278–4284. https://doi.org/10.1609/aaai.v31i1.11231
  39. 39. Chollet, F. Xception: Deep learning with depthwise separable convolutions. In Proceedings of the IEEE conference on computer vision and pattern recognition; 2017. p. 1251–1258.
  40. 40. Yavuzer E., Köse M. Prediction of fish quality level with machine learning. International Journal of Food Science & Technology. 2022; 57(8): 5250–5255. https://doi.org/10.1111/ijfs.15853
  41. 41. Prasetyo E., Purbaningtyas R., Adityo R.D., Suciati N., Fatichah C. Combining MobileNetV1 and Depthwise Separable convolution bottleneck with Expansion for classifying the freshness of fish eyes. Information Processing in Agriculture. 2022; 9(4): 485–496. https://doi.org/10.1016/j.inpa.2022.01.002
  42. 42. Pratiwi S.E., Madenda S., Wibowo E.P., Nuryuliani N., Harahap R.K. et al. Fish Freshness Identification Based on Gill Color Features Using Neural Network. Available at SSRN 4127826. 2022.
  43. 43. Kaladevi A.C., RamyaPerumal K. Detection of Sardine Fish Freshness Using Deep Convolution Neural Network. Annals of the Romanian Society for Cell Biology. 2021; 25(4): 16063–16070.
  44. 44. Taheri-Garavand A., Nasiri A., Banan A., Zhang Y.D. Smart deep learning-based approach for non-destructive freshness diagnosis of common carp fish. Journal of Food Engineering. 2020; 278: 109930. https://doi.org/10.1016/j.jfoodeng.2020.109930
  45. 45. Taheri-Garavand A., Fatahi S., Banan A., Makino Y. Real-time nondestructive monitoring of Common Carp Fish freshness using robust vision-based intelligent modeling approaches. Computers and Electronics in Agriculture. 2019; 159: 16–27. https://doi.org/10.1016/j.compag.2019.02.023