paper-with-me

Papers

Selective Multi-Scale Learning for Object Detection

2022-06-16 · Junliang Chen, Weizeng Lu, Linlin Shen

Pyramidal networks are standard methods for multi-scale object detection. Current researches on feature pyramid networks usually adopt layer connections to collect features from certain levels of the feature hierarchy, and do not consider the significant differences among them. We propose a better architecture of feature pyramid networks, named selective multi-scale learning (SMSL), to address this issue. SMSL is efficient and general, which can be integrated in both single-stage and two-stage detectors to boost detection performance, with nearly no extra inference cost. RetinaNet combined with SMSL obtains 1.8\% improvement in AP (from 39.1\% to 40.9\%) on COCO dataset. When integrated with SMSL, two-stage detectors can get around 1.0\% improvement in AP.

📄 PDF Abstract BibTeX arXiv:2206.08206

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-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,…
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
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…
RetinaNet RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training.…

Similar Papers 제목 키워드 기반

CoFiNet: Unveiling Camouflaged Objects with Multi-Scale Finesse

2024-02-03 · Cunhan Guo, Heyan Huang

Camouflaged Object Detection (COD) is a critical aspect of computer vision aimed at identifying concealed objects, with applications spanning military, industrial, medical and monitoring domains. To address the problem o…

Image SegmentationObjectobject-detectionObject Detection+2

AdaZoom: Adaptive Zoom Network for Multi-Scale Object Detection in Large Scenes

2021-06-19 · Jingtao Xu, YaLi Li, Shengjin Wang

Detection in large-scale scenes is a challenging problem due to small objects and extreme scale variation. It is essential to focus on the image regions of small objects. In this paper, we propose a novel Adaptive Zoom (…

object-detectionObject Detection

ScopeMamba-YOLO: Widening the Perceptual Scope Inward and Outward for Small Object Detection in Remote Sensing Imagery

2026-09-09 · Junjie Fan, Yijun Mai, Linduo Wei, Jiayu Rao 외 arxiv

Small object detection in unmanned aerial vehicle (UAV) and remote sensing imagery requires preserving high-resolution detail while modeling long-range context. Adding a stride-4 detection level and removing the stride-3…

Small Object Detection

MSRNet: A Multi-Scale Recursive Network for Camouflaged Object Detection

2025-11-16 · Leena Alghamdi, Muhammad Usman, Hafeez Anwar, Abdul Bais 외 arxiv

Camouflaged object detection is an emerging and challenging computer vision task that requires identifying and segmenting objects that blend seamlessly into their environments due to high similarity in color, texture, an…

Object Detection

Aligning Pretraining for Detection via Object-Level Contrastive Learning

2021-06-04 · NeurIPS 2021 12 · Fangyun Wei, Yue Gao, Zhirong Wu, Han Hu 외

Image-level contrastive representation learning has proven to be highly effective as a generic model for transfer learning. Such generality for transfer learning, however, sacrifices specificity if we are interested in a…

Contrastive LearningObjectobject-detectionObject Detection+4