<!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>
      <title-group>
        <article-title>ENDOSCOPIC ARTEFACT DETECTION IN MMDETECTION</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hongyu Hu</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yuanfan Guo</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Hongyu Hu , Shanghai Jiaotong University</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Yuanfan Guo , Shanghai Jiaotong University</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>1.1. Architecture We use Cascade-RCNN [1], which is a multi-stage object detection architecture as our base model and adopt ResNeXt [2] as backbone with Feature Pyramid Networks (FPN) [3] for feature extraction. 1.2. Implement details Mmdetection toolbox Mmdetection [4] is toolbox for object detection with many state-of-the-art and pretrained models, which is very practical in this task. Data augmentation Each image has 50 percent chance to be flipped horizontally. Soft-nms We use soft-nms [5] rather than nms to avoid objects being directly ignored by mistake. We carry out a series of experiments on soft-nms threshold and maximum number of bounding boxes to better avoid over-detected objects. Multi-scale detection Test images and training images are of different scales. When training, images are resized randomly from (512, 512) to (1024, 1024). We are able to have a closer look on small objects.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. METHODS 1.1. Architecture</title>
    </sec>
    <sec id="sec-2">
      <title>2. RESULTS</title>
      <p>We use 4/5 of the data set for training and the rest for
evaluation.</p>
    </sec>
    <sec id="sec-3">
      <title>2.1. Object detection of different sizes</title>
      <p>As baseline result is shown in Table 1, AP small is much
smaller than AP medium and AP large. Accurate detection for
small object is the bottleneck of this task. After introducing
multi-scale detection, performance on small objects improves</p>
      <p>Copyright c 2020 for this paper by its authors. Use permitted under
Creative Commons License Attribution 4.0 International (CC BY 4.0).
AP
0.260
gdev
0.0879
by 0.008, as is shown in Table 2. Notably, the boost of AP
mainly comes from performance on medium and large
objects. We infer that medium and large objects are also zoomed
out and the model has better global cognition over the image.</p>
    </sec>
    <sec id="sec-4">
      <title>2.2. Trade-off on bounding box’s number</title>
      <p>
        In given training data set and test data set, each image mainly
has about few to tens of bounding boxes [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ][
        <xref ref-type="bibr" rid="ref7">7</xref>
        ][
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. When
inference, threshold in soft-nms and maximum number of
bounding boxes in each image decide the number of
bounding boxes. In Table 3, we list experiment results on this pair
of parameters and decide threshold and maximum number set
as 0.2 and 20.
      </p>
    </sec>
    <sec id="sec-5">
      <title>2.3. Final result</title>
      <p>We mainly use multi-scale detection and proper parameter
settings in soft-nms to solve the problems mentioned above.
Final result on 100 % test set is shown in Table 4. This result
ranks 8th in final leader board.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Zhaowei</given-names>
            <surname>Cai</surname>
          </string-name>
          and
          <string-name>
            <given-names>Nuno</given-names>
            <surname>Vasconcelos</surname>
          </string-name>
          .
          <article-title>Cascade r-cnn: High quality object detection and instance segmentation</article-title>
          .
          <source>arXiv preprint arXiv:1906.09756</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Saining</given-names>
            <surname>Xie</surname>
          </string-name>
          , Ross Girshick, Piotr Dollr, Zhuowen Tu, and
          <string-name>
            <given-names>Kaiming</given-names>
            <surname>He</surname>
          </string-name>
          .
          <article-title>Aggregated residual transformations for deep neural networks</article-title>
          .
          <source>arXiv preprint arXiv:1611.05431</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Tsung-Yi</surname>
            <given-names>Lin</given-names>
          </string-name>
          , Piotr Dolla´r, Ross B.
          <string-name>
            <surname>Girshick</surname>
          </string-name>
          , Kaiming He,
          <string-name>
            <surname>Bharath Hariharan</surname>
            , and
            <given-names>Serge J.</given-names>
          </string-name>
          <string-name>
            <surname>Belongie</surname>
          </string-name>
          .
          <article-title>Feature pyramid networks for object detection</article-title>
          .
          <source>CoRR, abs/1612.03144</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Kai</given-names>
            <surname>Chen</surname>
          </string-name>
          , Jiaqi Wang, Jiangmiao Pang, Yuhang Cao, Yu Xiong,
          <string-name>
            <given-names>Xiaoxiao</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Shuyang</given-names>
            <surname>Sun</surname>
          </string-name>
          , Wansen Feng, Ziwei Liu, Jiarui Xu, Zheng Zhang, Dazhi Cheng, Chenchen Zhu, Tianheng Cheng, Qijie Zhao,
          <string-name>
            <given-names>Buyu</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Xin</given-names>
            <surname>Lu</surname>
          </string-name>
          , Rui Zhu, Yue Wu, Jifeng Dai, Jingdong Wang, Jianping Shi, Wanli Ouyang, Chen Change Loy, and
          <string-name>
            <given-names>Dahua</given-names>
            <surname>Lin</surname>
          </string-name>
          .
          <article-title>MMDetection: Open mmlab detection toolbox and benchmark</article-title>
          . arXiv preprint arXiv:
          <year>1906</year>
          .07155,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Navaneeth</given-names>
            <surname>Bodla</surname>
          </string-name>
          , Bharat Singh,
          <string-name>
            <given-names>Rama</given-names>
            <surname>Chellappa</surname>
          </string-name>
          , and
          <string-name>
            <surname>Larry</surname>
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Davis</surname>
          </string-name>
          .
          <article-title>Soft-nms - improving object detection with one line of code</article-title>
          .
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Sharib</given-names>
            <surname>Ali</surname>
          </string-name>
          , Felix Zhou, Barbara Braden, Adam Bailey, Suhui Yang, Guanju Cheng, Pengyi Zhang, Xiaoqiong Li,
          <string-name>
            <given-names>Maxime</given-names>
            <surname>Kayser</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Roger D.</given-names>
            <surname>Soberanis-Mukul</surname>
          </string-name>
          , Shadi Albarqouni, Xiaokang Wang,
          <string-name>
            <surname>Chunqing</surname>
            <given-names>Wang</given-names>
          </string-name>
          , Seiryo Watanabe, Ilkay Oksuz, Qingtian Ning, Shufan Yang, Mohammad Azam Khan, Xiaohong W. Gao, Stefano Realdon, Maxim Loshchenov, Julia A.
          <string-name>
            <surname>Schnabel</surname>
          </string-name>
          , James E. East, Geroges Wagnieres, Victor B.
          <string-name>
            <surname>Loschenov</surname>
            , Enrico Grisan, Christian Daul, Walter Blondel, and
            <given-names>Jens</given-names>
          </string-name>
          <string-name>
            <surname>Rittscher</surname>
          </string-name>
          .
          <article-title>An objective comparison of detection and segmentation algorithms for artefacts in clinical endoscopy</article-title>
          .
          <source>Scientific Reports</source>
          ,
          <volume>10</volume>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Sharib</given-names>
            <surname>Ali</surname>
          </string-name>
          ,
          <string-name>
            <surname>Felix Zhou</surname>
            , Christian Daul, Barbara Braden, Adam Bailey, Stefano Realdon, James East, Georges Wagnieres, Victor Loschenov,
            <given-names>Enrico</given-names>
          </string-name>
          <string-name>
            <surname>Grisan</surname>
          </string-name>
          , et al.
          <article-title>Endoscopy artifact detection (EAD 2019) challenge dataset</article-title>
          .
          <source>arXiv preprint arXiv:1905.03209</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Sharib</given-names>
            <surname>Ali</surname>
          </string-name>
          , Felix Zhou, Adam Bailey, Barbara Braden, James East, Xin Lu, and
          <string-name>
            <given-names>Jens</given-names>
            <surname>Rittscher</surname>
          </string-name>
          .
          <article-title>A deep learning framework for quality assessment and restoration in video endoscopy</article-title>
          .
          <source>arXiv preprint arXiv:1904.07073</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>