paper-with-me

홈 › Papers

An Empirical Study of Adder Neural Networks for Object Detection

2021-12-27 · NeurIPS 2021 12 · Xinghao Chen, Chang Xu, Minjing Dong, Chunjing Xu, Yunhe Wang

Adder neural networks (AdderNets) have shown impressive performance on image classification with only addition operations, which are more energy efficient than traditional convolutional neural networks built with multiplications. Compared with classification, there is a strong demand on reducing the energy consumption of modern object detectors via AdderNets for real-world applications such as autonomous driving and face detection. In this paper, we present an empirical study of AdderNets for object detection. We first reveal that the batch normalization statistics in the pre-trained adder backbone should not be frozen, since the relatively large feature variance of AdderNets. Moreover, we insert more shortcut connections in the neck part and design a new feature fusion architecture for avoiding the sparse features of adder layers. We present extensive ablation studies to explore several design choices of adder detectors. Comparisons with state-of-the-arts are conducted on COCO and PASCAL VOC benchmarks. Specifically, the proposed Adder FCOS achieves a 37.8\% AP on the COCO val set, demonstrating comparable performance to that of the convolutional counterpart with an about $1.4\times$ energy reduction.

📄 PDF Abstract BibTeX arXiv:2112.13608

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingFace Detectionimage-classificationImage Classificationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

FPN 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
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…
Batch Normalization 설명 없음
FCOS FCOS is an anchor-box free, proposal free, single-stage object detection model. By eliminating the predefined set of anchor boxes, FCOS avoids computation related to anchor…

Similar Papers 제목 키워드 기반

Gallbladder Cancer Detection in Ultrasound Images based on YOLO and Faster R-CNN

2024-04-23 · Sara Dadjouy, Hedieh Sajedi

Medical image analysis is a significant application of artificial intelligence for disease diagnosis. A crucial step in this process is the identification of regions of interest within the images. This task can be automa…

Cancer ClassificationGallbladder Cancer DetectionMedical Image Analysisobject-detection+1

Study of the mechanism of electroacupuncture regulating ferroptosis, inhibiting bladder neck fibrosis, and improving bladder urination function after suprasacral spinal cord injury using proteomics

2024-03-11 · Jin-Can Liu, Li-Ya Tang, Xiao-Ying Sun, Qi-Rui Qu 외

Purpose The aim of this study was to explore whether electroacupuncture regulates phenotypic transformation of smooth muscle cells by inhibiting ferroptosis and inhibiting fibrosis, thereby improving bladder urination fu…

TAG

Ladder: A software to label images, detect objects and deploy models recurrently for object detection

2023-06-17 · Zhou Tang, Zhiwu Zhang

Object Detection (OD) is a computer vision technology that can locate and classify objects in images and videos, which has the potential to significantly improve efficiency in precision agriculture. To simplify OD applic…

object-detectionObject Detection

Bladder Cancer Diagnosis with Deep Learning: A Multi-Task Framework and Online Platform

2025-08-21 · Jinliang Yu, Mingduo Xie, Yue Wang, Tianfan Fu 외 arxiv

Clinical cystoscopy, the current standard for bladder cancer diagnosis, suffers from significant reliance on physician expertise, leading to variability and subjectivity in diagnostic outcomes. There is an urgent need fo…

Ladder-of-Thought: Using Knowledge as Steps to Elevate Stance Detection

2023-08-31 · Kairui Hu, Ming Yan, Joey Tianyi Zhou, Ivor W. Tsang 외

Stance detection aims to identify the attitude expressed in a document towards a given target. Techniques such as Chain-of-Thought (CoT) prompting have advanced this task, enhancing a model's reasoning capabilities throu…

Stance Detection