paper-with-me

홈 › Papers

Adaptive Object Detection Using Adjacency and Zoom Prediction

2015-12-24 · CVPR 2016 6 · Yongxi Lu, Tara Javidi, Svetlana Lazebnik

State-of-the-art object detection systems rely on an accurate set of region proposals. Several recent methods use a neural network architecture to hypothesize promising object locations. While these approaches are computationally efficient, they rely on fixed image regions as anchors for predictions. In this paper we propose to use a search strategy that adaptively directs computational resources to sub-regions likely to contain objects. Compared to methods based on fixed anchor locations, our approach naturally adapts to cases where object instances are sparse and small. Our approach is comparable in terms of accuracy to the state-of-the-art Faster R-CNN approach while using two orders of magnitude fewer anchors on average. Code is publicly available.

📄 PDF Abstract BibTeX arXiv:1512.07711

Code (1)

luyongxi/az-net 공식 구현 caffe2

Tasks

Objectobject-detectionObject DetectionPrediction

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
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$…
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…
RoIPool 설명 없음
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Adaptive Image Zoom-in with Bounding Box Transformation for UAV Object Detection

2026-02-07 · Tao Wang, Chenyu Lin, Chenwei Tang, Jizhe Zhou 외 arxiv

Detecting objects from UAV-captured images is challenging due to the small object size. In this work, a simple and efficient adaptive zoom-in framework is explored for object detection on UAV images. The main motivation …

Object Detection

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

ZoomNet: Part-Aware Adaptive Zooming Neural Network for 3D Object Detection

2020-03-01 · Zhenbo Xu, Wei zhang, Xiaoqing Ye, Xiao Tan 외

3D object detection is an essential task in autonomous driving and robotics. Though great progress has been made, challenges remain in estimating 3D pose for distant and occluded objects. In this paper, we present a nove…

2D Object Detection3D Object DetectionAutonomous DrivingDisparity Estimation+2

ZoomNeXt: A Unified Collaborative Pyramid Network for Camouflaged Object Detection

2023-10-31 · Youwei Pang, Xiaoqi Zhao, Tian-Zhu Xiang, Lihe Zhang 외

Recent camouflaged object detection (COD) attempts to segment objects visually blended into their surroundings, which is extremely complex and difficult in real-world scenarios. Apart from the high intrinsic similarity b…

Camouflaged Object Segmentation

Zoom In and Out: A Mixed-scale Triplet Network for Camouflaged Object Detection

2022-03-05 · CVPR 2022 1 · Pang Youwei, Zhao Xiaoqi, Xiang Tian-Zhu, Zhang Lihe 외

The recently proposed camouflaged object detection (COD) attempts to segment objects that are visually blended into their surroundings, which is extremely complex and difficult in real-world scenarios. Apart from high in…

Camouflaged Object SegmentationImage Segmentationobject-detectionObject Detection+1