<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mohamed Lamine Mekhalfi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paul Chippendale</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Francisco Fraile</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marcos Rico</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Fondazione Bruno Kessler</institution>
          ,
          <addr-line>Via Sommarive, 18, 38123, Trento-</addr-line>
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Multiscan Technologies</institution>
          ,
          <addr-line>S.L, C. la Safor, 2, 03820 Cocentaina, Alicante</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Universitat Politècnica de Valencia</institution>
          ,
          <addr-line>Camino de Vera, s/n 46022, Valencia-</addr-line>
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Orange grading is a crucial step in the fruit industry, as it helps to sort oranges according to different criteria such as size, quality, ripeness, and health condition, ensuring safety for human consumption and better price allocation and client satisfaction. Automated grading enables faster processing, precision, and reduced human labor. In this paper, we implement a deep learning-based solution for orange grading via machine vision. Unlike typical grading systems that analyze fruits from a single view, we capture multiview images of each single orange in order to enable a richer representation. Afterwards, we compose the acquired images into one collage. This enables the analysis of the whole orange skin. We train a convolutional neural network (CNN) on the composed images to grade the oranges into three classes, namely 'good', 'bad', and 'undefined'. We also evaluate the performance with two different CNNs (ResNet-18 and SqueezeNet). We show experimentally that multi-view grading is superior to single view grading.</p>
      </abstract>
      <kwd-group>
        <kwd>Fruit grading</kwd>
        <kwd>imaging</kwd>
        <kwd>deep learning</kwd>
        <kwd>classification</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Fruit grading is an essential process that ensures the quality of the produce and enhances its marketing
efficiency in the food industry. Grading refers to the sorting or categorization of fruit items into different grades
according to several attributes such as size, shape, color, weight and volume. It helps to remove undesirable or
foreign matters from the harvested crops into various fractions, which improves product uniformity within a
particular grade and serves as the basis for determining price and suitable customers.</p>
      <p>In this regard, automated grading offers several advantages with respect to manual human grading, upsides
include (i) Speed and productivity: Automated grading solutions typically grade the food items much faster
than humans, increasing efficiency and keeping labor costs in check. Further, this is subject to boost productivity
and economic growth in the fruit industry, (ii) Accuracy: Recent grading technologies can measure and grade
fruits and vegetables at a comparable or even higher accuracy than human operators, (iii) Consistency: Owing
to their high accuracy, automated grading solutions can maintain consistency and uniformity in grading, which
is difficult to achieve with manual inspection, (iv) Reduced waste: Automated grading solutions can help
reduce waste by identifying and removing damaged or defective produce before it is packaged, (v) Increased
safety: In some scenarios, human graders may have to operate within a cold, tight, noisy and crowded industrial
setup with heavy loads of machinery and produce, which likely puts their safety at stake. Automated grading
surpasses this bottleneck, (vi) Persistence: Grading is a repetitive task, yet the quality of human grading decays
over the working hours due to factors like tiredness, lack of attention and perhaps boredom. Automated grading
is not prone to these downsides, (vii) Customization: Automated grading solutions can often be upgraded
according to different grading criteria or tailored to a different product (e.g., switching from oranges to
tomatoes), (viii) Data history: They offer the property of collecting data streams of fruits and vegetables
passing through the grading system. These data represent a valuable asset that can be exploited to upgrade the
grading system in terms of either hardware or software for a superior performance.</p>
      <p>On the other hand, two disadvantages that may characterize automated fruit grading include (i) initial cost
outlay, (ii) more energy consumption and (iii) regular maintenance to prevent eventual breakdowns. However,
the impact of these downsides is not tangible comparable to the advantages listed above. Further backup plans
are ought to compensate for any eventual underperformance.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related work</title>
      <p>
        The literature concerned with fruit grading has developed interesting contributions so far [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Here, we
emphasize mainly on vision-based solutions as they constitute the scope of this paper, besides the fact that they
represent the bulk of the recent state-of-the-art. For instance, in [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] a vision system was developed to grade
tomatoes into four classes, namely defective or non-defective, and ripe or unripe. The components of the system
consist of a conveyor belt that transports the tomatoes, an optical camera to acquire images of the passing fruits
and a processing unit that incorporates an Artificial Neural Network (ANN) for the classification of the fruits.
Spectrophotometry and machine learning were explored for Apple fruit grading in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], where a 72% accuracy
was achieved on unseen fruits. In [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], traditional image processing techniques are combined with an ANN for
banana grading with an overall accuracy of 97%. In [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], apple grading was addressed via simple pixel-level
thresholding techniques. However, thresholding-based solutions are highly prone to performance drops if
lighting conditions are altered. For more insights on relevant literature, the reader is referred to [
        <xref ref-type="bibr" rid="ref6 ref7">6-7</xref>
        ].
      </p>
      <p>
        It can be noted that a big deal of previous works which are concerned with food grading and classification
remain dependent on typical handcrafted image processing pipelines, which poses generalization challenges to
new domains (e.g., if the acquisition sensors are replaced with different ones, or if the color of the background
is changed). Therefore, recent contributions tend to apply deep learning techniques owing to their cutting-edge
performance and real-time speed (thanks to powerful graphical processing units). For instance, in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] 3D meshes
of apple fruits are acquired by means of a 3D sensor, and a Convolutional Neural Network (CNN) model is
developed to grade apples into bruised and healthy categories at an accuracy of 97.67%. RGB and hyperspectral
imaging were combined to grade banana fruits into three classes by means of a CNN in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], an optical
sensor was adopted to capture images of Green Plums that are exposed to LED lighting. Afterwards, a CNN
model was exploited to grade them into five classes, namely, rot, spot, scar, crack, and normal. The work in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]
compares two deep learning architectures (i.e., AlexNet and VGG16) for classifying Jujube fruits into three
classes according to their maturity level (i.e., unripe, ripe, and over-ripe). VGG16 yielded an accuracy of 98.41%
whilst AlexNet scored 96.21%.
      </p>
      <p>Regarding the vision aspect of the aforementioned solutions, one can observe that they mostly capture only
one side (i.e., one image) of the subject fruit being graded, overlooking the fact that the unseen sides of the fruit
may represent precious information that can help improve the grading performance. To tackle this, in this work
we propose a multi-view system for grading orange fruits based on RGB imaging. In particular, each single fruit
is rolled several times, while RGB images are acquired each time. Next, the acquired image instances are put
together to form a grid of images that pertain to the same fruit. We develop a deep learning grading pipeline to
grade each orange fruit into one of three classes, namely ‘good’, ‘bad’, and ‘undefined’ and assess the
performance of our solution with respect to each class.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Dataset</title>
      <p>The dataset was acquired by Multiscan Technologies, S.L (Pol. Ind. Els Algars C/ La Safor, 2 03820 Cocentaina,
Alicante – Spain). The dataset contains the images along with their grade annotations. To this end, the oranges
go through a roller conveyor that moves them forward and rotates them simultaneously (See Fig. 1). As depicted
in Fig. 2, each orange fruit is captured from different viewpoints.</p>
      <p>The oranges were captured by means of Sony IMX429 camera, which is placed in a top-down view at
approximately 1 meter from the fruit plane. The oranges are exposed to Cool white LED as a uniform lighting
source.</p>
      <p>Fig. 2 also shows instances from the three grading classes. The ‘good’ grade oranges manifest a clean skin,
while the ‘bad’ class oranges often contain blemishes and bruises of various severities on the outside. The
‘undefined’ class oranges, however, report imperfections that are neither too grave to be categorized as ‘bad’
nor insignificant to be considered ‘good’. Note that the notations ‘good, bad, undefined’ as well as ‘bueno, malo,
indefinido’ are used interchangeably in this paper.</p>
      <p>The dataset totals 452 orange samples (each sample features several views of the same orange) with highly
varying sample distribution per class. We divide the dataset into two subsets, namely a training set of 317
samples (70% of the dataset) and 135 test samples (yet 30% of the total count). The statistics are given in Table
1.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Experiments</title>
      <p>As mentioned earlier, the main factor characterizing each of the three classes is the presence as well as the size
of bruises and blemishes on the skin of the oranges. Therefore, to ensure a better visibility of these latter,
multiple views of each orange are combined together to form one single RGB image as shown in Fig. 2.</p>
      <p>
        Regarding the classification task, we adopt two deep learning models. The first one is based on ResNet-18
architecture, which has proven useful for image classification [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. However, the grading solution may
eventually be deployed in real-time, which may require a deep model with fewer parameters. Thus, we also opt
for a second classification model based on SqueezeNet [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The images are resized to dimension 2500x300
before being fed to the aforementioned models.
      </p>
      <p>The performance measure is expressed in terms of classification Accuracy per class, which indicates the sum
of correctly classified samples over the total number of available samples. We also report the average
classification Accuracy across the three classes, and the Overall classification accuracy which represents a
classification Accuracy regarding the samples of all the classes put together.</p>
      <p>First, we report the scores when all the orange views are considered in Table 2. It can be observed that the
class ‘Malo’ reports the highest score, followed by ‘Bad’ class and then ‘Indefinido’ class, which is due to the
imbalance in the number of samples per class as summarized in Table 1. In particular, the class ‘Indefinido’
contains very few samples, and this reflects a low classification rate. On the other hand, the overall classification
is plausible, owing mainly to the high number of samples in the ‘Malo’ class that reports a high accuracy.</p>
      <p>We also note that ResNet-18 performs better than SqueezeNet when classifying the ‘Bad’ class, while the
opposite is true for the ‘Bueno’ class. This is perhaps due to the fact that ResNet-18 is a larger model that
performs well when abundant images are available. In terms of average classification accuracy, SqueezeNet
performs better than ResNet-18 (+2.7%). Both models perform almost on par in terms of overall accuracy.
72.70
87.50</p>
      <p>Second, in order to evidence the choice of Multiview orange classification, we also conduct a further
experiment by retaining only one view of each orange while discarding the remaining ones. The scores are
given in Table 3. Although the classification score of the ‘Malo’ class increases for both models as this class
features a higher number of samples, the scores pertaining to the other two classes have dropped significantly.
This highlights the advantage of multiview image analysis for orange grading.</p>
      <p>It is to note that the scores summarized in Tables 2 and 3 were obtained with models that were pretrained
on the ImageNet dataset. This is a common practice in deep learning image analysis in order to transfer the
knowledge learned by a model on a certain dataset (typically a large one like ImageNet) to another dataset (or
task) like the one acquired within the scope of this paper. This is referred to as transfer learning and has been
shown to incur improvements. Therefore, in a third experiment, we train both models from scratch (without
pretraining on ImageNet) and report the results in Table 4. Interestingly, the scores of the class ‘Malo’ have
improved drastically in view of the high number of samples in this class. Regarding the ‘Bueno’ class, ResNet-18
maintains its performance while SqueezeNet collapses, which may be due to the residual block mechanism in
ResNet-18. The classification of the ‘Indefinido’ samples does not seem possible by both models. Therefore, for
datasets with a few samples, pretraining is essential.</p>
      <p>As per the lower classification rates of the ‘Bueno’ and the ‘Indefinido’ classes with respect to the Malo’
class, and apart from the dataset imbalance, it is to note that the annotation of the dataset plays a fundamental
role. For instance, we depict two qualitative examples in Fig. 3., where the first row shows instances of an
orange that was annotated as ‘Bueno’, and the second row illustrates instances of an orange that was annotated
as ‘Indefinido’. Visibly the ‘Indefinido’ orange looks smoother and more uniform than the ‘Bueno’ one.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>In this paper, we addressed the problem of orange external quality grading into three classes by means of deep
learning. Two classification models were applied, namely ResNet-18 and SqueezeNet. Overall, the classification
scores are plausible except for the classes that feature few orange samples.</p>
      <p>
        Future improvements include (i) increasing the size of the dataset, and (ii) in case the previous option is not
viable, alternative paradigms to deep learning can be implemented. For instance, traditional thresholding
techniques can be developed in order to locate and estimate the size of blemishes in each orange view. This may
require prior segmentation of oranges, which we believe can be easily accomplished based on zero-shot models
such as Segment Anything foundation model [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
    </sec>
    <sec id="sec-6">
      <title>6. Acknowledgements</title>
      <p>This paper was funded by the AGILEHAND project (Smart Grading, Handling and Packaging Solutions for Soft
and Deformable Products in Agile and Reconfigurable Lines) under the European Union’s Horizon Europe
research and innovation programme under grant agreement No. 101092043.</p>
      <p>Declaration on Generative AI
The author(s) have not employed any Generative AI tools.</p>
    </sec>
    <sec id="sec-7">
      <title>7. References</title>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Sivaranjani</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Senthilrani</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ashok Kumar</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Senthil Murugan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2022</year>
          ).
          <article-title>An overview of various computer vision-based grading system for various agricultural products</article-title>
          .
          <source>The Journal of Horticultural Science and Biotechnology</source>
          ,
          <volume>97</volume>
          (
          <issue>2</issue>
          ),
          <fpage>137</fpage>
          -
          <lpage>159</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Arakeri</surname>
            ,
            <given-names>M. P.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Computer vision based fruit grading system for quality evaluation of tomato in agriculture industry</article-title>
          .
          <source>Procedia Computer Science</source>
          ,
          <volume>79</volume>
          ,
          <fpage>426</fpage>
          -
          <lpage>433</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Chopra</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Singh</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bamrah</surname>
            ,
            <given-names>M. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mahbubani</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verma</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hooda</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          , ... &amp;
          <string-name>
            <surname>Singh</surname>
            ,
            <given-names>A. K.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <source>Spectrophotometry. IEEE Sensors Journal</source>
          ,
          <volume>21</volume>
          (
          <issue>14</issue>
          ),
          <fpage>16162</fpage>
          -
          <lpage>16169</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Olaniyi</surname>
            ,
            <given-names>E. O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oyedotun</surname>
            ,
            <given-names>O. K.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Adnan</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Intelligent grading system for banana fruit using neural network arbitration</article-title>
          .
          <source>Journal of Food Process Engineering</source>
          ,
          <volume>40</volume>
          (
          <issue>1</issue>
          ),
          <year>e12335</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Development and evaluation of an apple infield grading and sorting system</article-title>
          .
          <source>Postharvest Biology and Technology</source>
          ,
          <volume>180</volume>
          ,
          <fpage>111588</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Hameed</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chai</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Rassau</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>A comprehensive review of fruit and vegetable classification techniques</article-title>
          .
          <source>Image and Vision Computing</source>
          ,
          <volume>80</volume>
          ,
          <fpage>24</fpage>
          -
          <lpage>44</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Bhargava</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Bansal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Fruits and vegetables quality evaluation using computer vision: A review</article-title>
          .
          <source>Journal of King</source>
          Saud University-Computer and Information Sciences,
          <volume>33</volume>
          (
          <issue>3</issue>
          ),
          <fpage>243</fpage>
          -
          <lpage>257</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Zhang,
          <string-name>
            <given-names>P.</given-names>
            , &amp;
            <surname>Jiang</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>Deep learning for the identification of bruised apples by fusing 3D deep features for apple grading systems</article-title>
          .
          <source>Mechanical Systems and Signal Processing</source>
          ,
          <volume>145</volume>
          ,
          <fpage>106922</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Mesa</surname>
            ,
            <given-names>A. R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Chiang</surname>
            ,
            <given-names>J. Y.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Multi-input deep learning model with RGB and hyperspectral imaging for banana grading</article-title>
          .
          <source>Agriculture</source>
          ,
          <volume>11</volume>
          (
          <issue>8</issue>
          ),
          <fpage>687</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhuang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>Defect classification of green plums based on deep learning</article-title>
          .
          <source>Sensors</source>
          ,
          <volume>20</volume>
          (
          <issue>23</issue>
          ),
          <fpage>6993</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Mahmood</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Singh</surname>
            ,
            <given-names>S. K.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Tiwari</surname>
            ,
            <given-names>A. K.</given-names>
          </string-name>
          (
          <year>2022</year>
          ).
          <article-title>Pre-trained deep learning-based classification of jujube fruits according to their maturity level</article-title>
          .
          <source>Neural Computing and Applications</source>
          ,
          <volume>34</volume>
          (
          <issue>16</issue>
          ),
          <fpage>13925</fpage>
          -
          <lpage>13935</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>He</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ren</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Deep residual learning for image recognition</article-title>
          .
          <source>In Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          (pp.
          <fpage>770</fpage>
          -
          <lpage>778</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Iandola</surname>
            ,
            <given-names>F. N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Han</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moskewicz</surname>
            ,
            <given-names>M. W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ashraf</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dally</surname>
            ,
            <given-names>W. J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Keutzer</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and&lt; 0.5 MB model size</article-title>
          .
          <source> arXiv preprint arXiv:1602</source>
          .
          <fpage>07360</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Kirillov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mintun</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ravi</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mao</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rolland</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gustafson</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , ... &amp;
          <string-name>
            <surname>Girshick</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2023</year>
          ).
          <article-title>Segment anything</article-title>
          .
          <source>In Proceedings of the IEEE/CVF International Conference on Computer Vision</source>
          (pp.
          <fpage>4015</fpage>
          -
          <lpage>4026</lpage>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>