paper-with-me

홈 › Papers

ZenDet: Revisiting Efficient Object Detection Backbones from Zero-Shot Neural Architecture Search

2021-09-29 · Zhenhong Sun, Ming Lin, Zhiyu Tan, Xiuyu Sun, Rong Jin

In object detection models, the detection backbone consumes more than half of the overall inference cost. Recent researches attempt to reduce this cost by optimizing the backbone architecture with the help of Neural Architecture Search (NAS). However, existing NAS methods for object detection require hundreds to thousands of GPU hours of searching, making them impractical in fast-paced research and development. In this work, we propose a novel zero-shot NAS method to address this issue. The proposed method, named ZenDet, automatically designs efficient detection backbones without training network parameters, reducing the architecture design cost to nearly zero yet delivering the state-of-the-art (SOTA) performance. Under the hood, ZenDet maximizes the differential entropy of detection backbones, leading to a better feature extractor for object detection under the same computational budgets. After merely one GPU day of fully automatic design, ZenDet innovates SOTA detection backbones on multiple detection benchmark datasets with little human intervention. Comparing to ResNet-50 backbone, ZenDet is $+2.0\%$ better in mAP when using the same amount of FLOPs/parameters and is $1.54$ times faster on NVIDIA V100 at the same mAP. Code and pre-trained models will be released after publication.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

GPUNeural Architecture SearchObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

MAE-DET: Revisiting Maximum Entropy Principle in Zero-Shot NAS for Efficient Object Detection

2021-11-26 · Zhenhong Sun, Ming Lin, Xiuyu Sun, Zhiyu Tan 외

In object detection, the detection backbone consumes more than half of the overall inference cost. Recent researches attempt to reduce this cost by optimizing the backbone architecture with the help of Neural Architectur…

GPUNeural Architecture SearchObjectobject-detection+1

Recurrent Vision Transformers for Object Detection with Event Cameras

2022-12-11 · CVPR 2023 1 · Mathias Gehrig, Davide Scaramuzza

We present Recurrent Vision Transformers (RVTs), a novel backbone for object detection with event cameras. Event cameras provide visual information with sub-millisecond latency at a high-dynamic range and with strong rob…

Event-based visionGPUobject-detectionObject Detection

Boosting Object Detection with Zero-Shot Day-Night Domain Adaptation

2023-12-02 · CVPR 2024 1 · Zhipeng Du, Miaojing Shi, Jiankang Deng

Detecting objects in low-light scenarios presents a persistent challenge, as detectors trained on well-lit data exhibit significant performance degradation on low-light data due to low visibility. Previous methods mitiga…

Domain AdaptationImage Enhancementobject-detectionObject Detection+1

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

Face Forgery Detection with Elaborate Backbone

2024-09-25 · Zonghui Guo, Yingjie Liu, Jie Zhang, Haiyong Zheng 외

Face Forgery Detection (FFD), or Deepfake detection, aims to determine whether a digital face is real or fake. Due to different face synthesis algorithms with diverse forgery patterns, FFD models often overfit specific p…

DeepFake DetectionFace GenerationFace SwappingSelf-Supervised Learning