# ScarfNet: Multi-scale Features with Deeply Fused and Redistributed   Semantics for Enhanced Object Detection

**Authors:** Jin Hyeok Yoo, Dongsuk Kum, Jun Won Choi

arXiv: 1908.00328 · 2020-01-22

## TL;DR

ScarfNet enhances object detection by deeply fusing multi-scale features with biLSTM and redistributing semantics via channel attention, significantly improving performance on PASCAL VOC and COCO benchmarks.

## Contribution

The paper introduces ScarfNet, a novel method that fuses multi-scale features using biLSTM and redistributes semantics with attention, outperforming existing feature pyramid approaches.

## Key findings

- Outperforms existing feature pyramid methods
- Achieves state-of-the-art results on PASCAL VOC
- Improves baseline detectors like Faster R-CNN, SSD, RetinaNet

## Abstract

Convolutional neural network (CNN) has led to significant progress in object detection. In order to detect the objects in various sizes, the object detectors often exploit the hierarchy of the multi-scale feature maps called feature pyramid, which is readily obtained by the CNN architecture. However, the performance of these object detectors is limited since the bottom-level feature maps, which experience fewer convolutional layers, lack the semantic information needed to capture the characteristics of the small objects. In order to address such problem, various methods have been proposed to increase the depth for the bottom-level features used for object detection. While most approaches are based on the generation of additional features through the top-down pathway with lateral connections, our approach directly fuses multi-scale feature maps using bidirectional long short term memory (biLSTM) in effort to generate deeply fused semantics. Then, the resulting semantic information is redistributed to the individual pyramidal feature at each scale through the channel-wise attention model. We integrate our semantic combining and attentive redistribution feature network (ScarfNet) with baseline object detectors, i.e., Faster R-CNN, single-shot multibox detector (SSD) and RetinaNet. Our experiments show that our method outperforms the existing feature pyramid methods as well as the baseline detectors and achieve the state of the art performances in the PASCAL VOC and COCO detection benchmarks.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.00328/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1908.00328/full.md

## References

25 references — full list in the complete paper: https://tomesphere.com/paper/1908.00328/full.md

---
Source: https://tomesphere.com/paper/1908.00328