paper-with-me

Papers

Loss Function Discovery for Object Detection via Convergence-Simulation Driven Search

2021-02-09 · ICLR 2021 1 · Peidong Liu, Gengwei Zhang, Bochao Wang, Hang Xu, Xiaodan Liang, Yong Jiang, Zhenguo Li

Designing proper loss functions for vision tasks has been a long-standing research direction to advance the capability of existing models. For object detection, the well-established classification and regression loss functions have been carefully designed by considering diverse learning challenges. Inspired by the recent progress in network architecture search, it is interesting to explore the possibility of discovering new loss function formulations via directly searching the primitive operation combinations. So that the learned losses not only fit for diverse object detection challenges to alleviate huge human efforts, but also have better alignment with evaluation metric and good mathematical convergence property. Beyond the previous auto-loss works on face recognition and image classification, our work makes the first attempt to discover new loss functions for the challenging object detection from primitive operation levels. We propose an effective convergence-simulation driven evolutionary search algorithm, called CSE-Autoloss, for speeding up the search progress by regularizing the mathematical rationality of loss candidates via convergence property verification and model optimization simulation. CSE-Autoloss involves the search space that cover a wide range of the possible variants of existing losses and discovers best-searched loss function combination within a short time (around 1.5 wall-clock days). We conduct extensive evaluations of loss function search on popular detectors and validate the good generalization capability of searched losses across diverse architectures and datasets. Our experiments show that the best-discovered loss function combinations outperform default combinations by 1.1% and 0.8% in terms of mAP for two-stage and one-stage detectors on COCO respectively. Our searched losses are available at https://github.com/PerdonLiu/CSE-Autoloss.

📄 PDF Abstract BibTeX arXiv:2102.04700

Code (1)

PerdonLiu/CSE-Autoloss 공식 구현 pytorch

Tasks

image-classificationModel Optimizationobject-detectionObject Detection

Similar Papers 제목 키워드 기반

C-MIL: Continuation Multiple Instance Learning for Weakly Supervised Object Detection

2019-04-11 · CVPR 2019 6 · Fang Wan, Chang Liu, Wei Ke, Xiangyang Ji 외

Weakly supervised object detection (WSOD) is a challenging task when provided with image category supervision but required to simultaneously learn object locations and object detectors. Many WSOD approaches adopt multipl…

Multiple Instance LearningObjectobject-detectionObject Detection+3

Automated Focal Loss for Image based Object Detection

2019-04-19 · Michael Weber, Michael Fürst, J. Marius Zöllner

Current state-of-the-art object detection algorithms still suffer the problem of imbalanced distribution of training data over object classes and background. Recent work introduced a new loss function called focal loss t…

Objectobject-detectionObject Detectionregression+1

Fast Convergence for Object Detection by Learning how to Combine Error Functions

2018-08-13 · Benjamin Schnieders, Karl Tuyls

In this paper, we introduce an innovative method to improve the convergence speed and accuracy of object detection neural networks. Our approach, CONVERGE-FAST-AUXNET, is based on employing multiple, dependent loss metri…

object-detectionObject Detection

SCALoss: Side and Corner Aligned Loss for Bounding Box Regression

2021-04-01 · Tu Zheng, Shuai Zhao, Yang Liu, Zili Liu 외

Bounding box regression is an important component in object detection. Recent work achieves promising performance by optimizing the Intersection over Union~(IoU). However, IoU-based loss has the gradient vanish problem i…

object-detectionObject Detectionregression

Focal and Efficient IOU Loss for Accurate Bounding Box Regression

2021-01-20 · Yi-Fan Zhang, Weiqiang Ren, Zhang Zhang, Zhen Jia 외

In object detection, bounding box regression (BBR) is a crucial step that determines the object localization performance. However, we find that most previous loss functions for BBR have two main drawbacks: (i) Both $\ell…

object-detectionObject DetectionObject Localizationregression