paper-with-me

홈 › Papers

BFBox: Searching Face-Appropriate Backbone and Feature Pyramid Network for Face Detector

2020-06-01 · CVPR 2020 6 · Yang Liu, Xu Tang

Popular backbones designed on image classification have demonstrated their considerable compatibility on the task of general object detection. However, the same phenomenon does not appear on the face detection. This is largely due to the average scale of ground-truth in the WiderFace dataset is far smaller than that of generic objects in theCOCO one. To resolve this, the success of Neural Archi-tecture Search (NAS) inspires us to search face-appropriate backbone and featrue pyramid network (FPN) architecture.Firstly, we design the search space for backbone and FPN by comparing performance of feature maps with different backbones and excellent FPN architectures on the face detection. Second, we propose a FPN-attention module to joint search the architecture of backbone and FPN. Finally,we conduct comprehensive experiments on popular bench-marks, including Wider Face, FDDB, AFW and PASCALFace, display the superiority of our proposed method.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Face Detectionimage-classificationImage Classificationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
FPN 설명 없음

Similar Papers 제목 키워드 기반

Rethinking the backbone architecture for tiny object detection

2023-03-20 · Jinlai Ning, Haoyan Guan, Michael Spratling

Tiny object detection has become an active area of research because images with tiny targets are common in several important real-world scenarios. However, existing tiny object detection methods use standard deep neural …

Objectobject-detectionObject Detection

SM-NAS: Structural-to-Modular Neural Architecture Search for Object Detection

2019-11-22 · Lewei Yao, Hang Xu, Wei zhang, Xiaodan Liang 외

The state-of-the-art object detection method is complicated with various modules such as backbone, feature fusion neck, RPN and RCNN head, where each module may have different designs and structures. How to leverage the …

GPUNeural Architecture SearchObjectobject-detection+1

SP-NAS: Serial-to-Parallel Backbone Search for Object Detection

2020-06-01 · CVPR 2020 6 · Chenhan Jiang, Hang Xu, Wei Zhang, Xiaodan Liang 외

Advanced object detectors usually adopt a backbone network designed and pretrained by ImageNet classification. Recently neural architecture search (NAS) has emerged to automatically design a task-specific backbone to bri…

General ClassificationNeural Architecture Searchobject-detectionObject Detection

Neural Architecture Adaptation for Object Detection by Searching Channel Dimensions and Mapping Pre-trained Parameters

2022-06-17 · Harim Jung, Myeong-Seok Oh, Cheoljong Yang, Seong-Whan Lee

Most object detection frameworks use backbone architectures originally designed for image classification, conventionally with pre-trained parameters on ImageNet. However, image classification and object detection are ess…

Classificationimage-classificationImage ClassificationNeural Architecture Search+3

Differentiable Kernel Evolution

2019-10-01 · ICCV 2019 10 · Yu Liu, Jihao Liu, Ailing Zeng, Xiaogang Wang

This paper proposes a differentiable kernel evolution (DKE) algorithm to find a better layer-operator for the convolutional neural network. Unlike most of the other neural architecture searching (NAS) technologies, we co…

object-detectionObject Detection