paper-with-me

Papers

AutoFocus: Efficient Multi-Scale Inference

2018-12-04 · ICCV 2019 10 · Mahyar Najibi, Bharat Singh, Larry S. Davis

This paper describes AutoFocus, an efficient multi-scale inference algorithm for deep-learning based object detectors. Instead of processing an entire image pyramid, AutoFocus adopts a coarse to fine approach and only processes regions which are likely to contain small objects at finer scales. This is achieved by predicting category agnostic segmentation maps for small objects at coarser scales, called FocusPixels. FocusPixels can be predicted with high recall, and in many cases, they only cover a small fraction of the entire image. To make efficient use of FocusPixels, an algorithm is proposed which generates compact rectangular FocusChips which enclose FocusPixels. The detector is only applied inside FocusChips, which reduces computation while processing finer scales. Different types of error can arise when detections from FocusChips of multiple scales are combined, hence techniques to correct them are proposed. AutoFocus obtains an mAP of 47.9% (68.3% at 50% overlap) on the COCO test-dev set while processing 6.4 images per second on a Titan X (Pascal) GPU. This is 2.5X faster than our multi-scale baseline detector and matches its mAP. The number of pixels processed in the pyramid can be reduced by 5X with a 1% drop in mAP. AutoFocus obtains more than 10% mAP gain compared to RetinaNet but runs at the same speed with the same ResNet-101 backbone.

📄 PDF Abstract BibTeX arXiv:1812.01600

Code (1)

MahyarNajibi/SNIPER 공식 구현 mxnet

Tasks

GPU

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
FPN 설명 없음
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…
RetinaNet RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training.…

Similar Papers 제목 키워드 기반

Autofocus Layer for Semantic Segmentation

2018-05-22 · Yao Qin, Konstantinos Kamnitsas, Siddharth Ancha, Jay Nanavati 외

We propose the autofocus convolutional layer for semantic segmentation with the objective of enhancing the capabilities of neural networks for multi-scale processing. Autofocus layers adaptively change the size of the ef…

Brain Tumor SegmentationMedical Image SegmentationOrgan SegmentationSegmentation+2

Scale Normalized Image Pyramids with AutoFocus for Object Detection

2021-02-10 · Bharat Singh, Mahyar Najibi, Abhishek Sharma, Larry S. Davis

We present an efficient foveal framework to perform object detection. A scale normalized image pyramid (SNIP) is generated that, like human vision, only attends to objects within a fixed size range at different scales. S…

Objectobject-detectionObject Detection

One-Step Event-Driven High-Speed Autofocus

2025-03-03 · CVPR 2025 1 · Yuhan Bao, Shaohua Gao, Wenyong Li, Kaiwei Wang

High-speed autofocus in extreme scenes remains a significant challenge. Traditional methods rely on repeated sampling around the focus position, resulting in ``focus hunting''. Event-driven methods have advanced focusing…

Synthetic Defocus and Look-Ahead Autofocus for Casual Videography

2019-05-15 · Xuaner Zhang, Kevin Matzen, Vivien Nguyen, Dillon Yao 외

In cinema, large camera lenses create beautiful shallow depth of field (DOF), but make focusing difficult and expensive. Accurate cinema focus usually relies on a script and a person to control focus in realtime. Casual …

BIG-bench Machine LearningSaliency Detection

Single-shot autofocusing of microscopy images using deep learning

2020-03-21 · Yilin Luo, Luzhe Huang, Yair Rivenson, Aydogan Ozcan

We demonstrate a deep learning-based offline autofocusing method, termed Deep-R, that is trained to rapidly and blindly autofocus a single-shot microscopy image of a specimen that is acquired at an arbitrary out-of-focus…

Deep Learning