paper-with-me

홈 › Papers

Learning Spatial Fusion for Single-Shot Object Detection

2019-11-21 · Songtao Liu, Di Huang, Yunhong Wang

Pyramidal feature representation is the common practice to address the challenge of scale variation in object detection. However, the inconsistency across different feature scales is a primary limitation for the single-shot detectors based on feature pyramid. In this work, we propose a novel and data driven strategy for pyramidal feature fusion, referred to as adaptively spatial feature fusion (ASFF). It learns the way to spatially filter conflictive information to suppress the inconsistency, thus improving the scale-invariance of features, and introduces nearly free inference overhead. With the ASFF strategy and a solid baseline of YOLOv3, we achieve the best speed-accuracy trade-off on the MS COCO dataset, reporting 38.1% AP at 60 FPS, 42.4% AP at 45 FPS and 43.9% AP at 29 FPS. The code is available at https://github.com/ruinmessi/ASFF

📄 PDF Abstract BibTeX arXiv:1911.09516

Code (1)

ruinmessi/ASFF 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Average Pooling 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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 제목 키워드 기반

MDSSD: Multi-scale Deconvolutional Single Shot Detector for Small Objects

2018-05-18 · Lisha Cui, Rui Ma, Pei Lv, Xiaoheng Jiang 외

For most of the object detectors based on multi-scale feature maps, the shallow layers are rich in fine spatial information and thus mainly responsible for small object detection. The performance of small object detectio…

Objectobject-detectionObject DetectionSmall Object Detection

A Training-free, One-shot Detection Framework For Geospatial Objects In Remote Sensing Images

2019-04-04 · Tengfei Zhang, Yue Zhang, Xian Sun, Menglong Yan 외

Deep learning based object detection has achieved great success. However, these supervised learning methods are data-hungry and time-consuming. This restriction makes them unsuitable for limited data and urgent tasks, es…

Objectobject-detectionObject Detection

Learning to Borrow Features for Improved Detection of Small Objects in Single-Shot Detectors

2025-04-30 · Richard Schmit

Detecting small objects remains a significant challenge in single-shot object detectors due to the inherent trade-off between spatial resolution and semantic richness in convolutional feature maps. To address this issue,…

DescriptiveObjectobject-detectionObject Detection+2

Feature-Fused SSD: Fast Detection for Small Objects

2017-09-15 · Guimei Cao, Xuemei Xie, Wenzhe Yang, Quan Liao 외

Small objects detection is a challenging task in computer vision due to its limited resolution and information. In order to solve this problem, the majority of existing methods sacrifice speed for improvement in accuracy…

object-detectionObject DetectionSmall Object Detection

FSSD: Feature Fusion Single Shot Multibox Detector

2017-12-04 · Zuoxin Li, Lu Yang, Fuqiang Zhou

SSD (Single Shot Multibox Detector) is one of the best object detection algorithms with both high accuracy and fast speed. However, SSD's feature pyramid detection method makes it hard to fuse the features from different…

GPUobject-detectionObject Detection