中文
相关论文

相关论文: Dynamic Sparse R-CNN

200 篇论文

We present Sparse R-CNN, a purely sparse method for object detection in images. Existing works on object detection heavily rely on dense object candidates, such as $k$ anchor boxes pre-defined on all grids of image feature map of size…

计算机视觉与模式识别 · 计算机科学 2021-04-27 Peize Sun , Rufeng Zhang , Yi Jiang , Tao Kong , Chenfeng Xu , Wei Zhan , Masayoshi Tomizuka , Lei Li , Zehuan Yuan , Changhu Wang , Ping Luo

We introduce R-Sparse R-CNN, a novel pipeline for oriented ship detection in Synthetic Aperture Radar (SAR) images that leverages sparse learnable proposals enriched with background contextual information, termed background-aware proposals…

计算机视觉与模式识别 · 计算机科学 2025-04-29 Kamirul Kamirul , Odysseas Pappas , Alin Achim

Although two-stage object detectors have continuously advanced the state-of-the-art performance in recent years, the training process itself is far from crystal. In this work, we first point out the inconsistency problem between the fixed…

计算机视觉与模式识别 · 计算机科学 2020-07-28 Hongkai Zhang , Hong Chang , Bingpeng Ma , Naiyan Wang , Xilin Chen

We present Sparse R-CNN OBB, a novel framework for the detection of oriented objects in SAR images leveraging sparse learnable proposals. The Sparse R-CNN OBB has streamlined architecture and ease of training as it utilizes a sparse set of…

计算机视觉与模式识别 · 计算机科学 2025-05-29 Kamirul Kamirul , Odysseas Pappas , Alin Achim

This paper presents the novel idea of generating object proposals by leveraging temporal information for video object detection. The feature aggregation in modern region-based video object detectors heavily relies on learned proposals…

计算机视觉与模式识别 · 计算机科学 2022-10-10 Khurram Azeem Hashmi , Didier Stricker , Muhammamd Zeshan Afzal

Object detection is a fundamental and challenging problem in aerial and satellite image analysis. More recently, a two-stage detector Faster R-CNN is proposed and demonstrated to be a promising tool for object detection in optical remote…

计算机视觉与模式识别 · 计算机科学 2018-07-20 Lin Cheng , Xu Liu , Lingling Li , Licheng Jiao , Xu Tang

The learning of the region proposal in object detection using the deep neural networks (DNN) is divided into two tasks: binary classification and bounding box regression task. However, traditional RPN (Region Proposal Network) defines these…

计算机视觉与模式识别 · 计算机科学 2020-05-25 Geonseok Seo , Jaeyoung Yoo , Jaeseok Choi , Nojun Kwak

Over-parameterization of deep neural networks (DNNs) has shown high prediction accuracy for many applications. Although effective, the large number of parameters hinders its popularity on resource-limited devices and has an outsize…

机器学习 · 计算机科学 2023-04-25 Shaoyi Huang , Bowen Lei , Dongkuan Xu , Hongwu Peng , Yue Sun , Mimi Xie , Caiwen Ding

State-of-the-art object detection networks depend on region proposal algorithms to hypothesize object locations. Advances like SPPnet and Fast R-CNN have reduced the running time of these detection networks, exposing region proposal…

计算机视觉与模式识别 · 计算机科学 2016-01-07 Shaoqing Ren , Kaiming He , Ross Girshick , Jian Sun

To predict a set of diverse and informative proposals with enriched representations, this paper introduces a differentiable Determinantal Point Process (DPP) layer that is able to augment the object detection architectures. Most modern…

计算机视觉与模式识别 · 计算机科学 2017-04-13 Samaneh Azadi , Jiashi Feng , Trevor Darrell

Deep Convolutional Neural Networks (CNNs) have been successfully deployed on robots for 6-DoF object pose estimation through visual perception. However, obtaining labeled data on a scale required for the supervised training of CNNs is a…

计算机视觉与模式识别 · 计算机科学 2022-07-27 Rohan Pratap Singh , Mehdi Benallegue , Yusuke Yoshiyasu , Fumio Kanehiro

Anchor-free detectors basically formulate object detection as dense classification and regression. For popular anchor-free detectors, it is common to introduce an individual prediction branch to estimate the quality of localization. The…

计算机视觉与模式识别 · 计算机科学 2022-09-30 Hu Su , Yonghao He , Rui Jiang , Jiabin Zhang , Wei Zou , Bin Fan

Region proposal algorithms play an important role in most state-of-the-art two-stage object detection networks by hypothesizing object locations in the image. Nonetheless, region proposal algorithms are known to be the bottleneck in most…

计算机视觉与模式识别 · 计算机科学 2019-09-17 Ramin Nabati , Hairong Qi

Weakly supervised object localization remains challenging, where only image labels instead of bounding boxes are available during training. Object proposal is an effective component in localization, but often computationally expensive and…

计算机视觉与模式识别 · 计算机科学 2017-09-07 Yi Zhu , Yanzhao Zhou , Qixiang Ye , Qiang Qiu , Jianbin Jiao

Sparse sensor array selection arises in many engineering applications, where it is imperative to obtain maximum spatial resolution from a limited number of array elements. Recent research shows that computational complexity of array…

信号处理 · 电气工程与系统科学 2020-06-03 Ahmet M. Elbir , Kumar Vijay Mishra

Object detectors are usually trained with large amount of labeled data, which is expensive and labor-intensive. Pre-trained detectors applied to unlabeled dataset always suffer from the difference of dataset distribution, also called domain…

计算机视觉与模式识别 · 计算机科学 2020-09-21 Ganlong Zhao , Guanbin Li , Ruijia Xu , Liang Lin

Imbalance issue is a major yet unsolved bottleneck for the current object detection models. In this work, we observe two crucial yet never discussed imbalance issues. The first imbalance lies in the large number of low-quality RPN…

计算机视觉与模式识别 · 计算机科学 2020-05-26 Zheng Ge , Zequn Jie , Xin Huang , Chengzheng Li , Osamu Yoshie

We propose a 3D object detection method for autonomous driving by fully exploiting the sparse and dense, semantic and geometry information in stereo imagery. Our method, called Stereo R-CNN, extends Faster R-CNN for stereo inputs to…

计算机视觉与模式识别 · 计算机科学 2019-04-11 Peiliang Li , Xiaozhi Chen , Shaojie Shen

Current top performing object detectors employ detection proposals to guide the search for objects, thereby avoiding exhaustive sliding window search across images. Despite the popularity and widespread use of detection proposals, it is…

计算机视觉与模式识别 · 计算机科学 2015-08-07 Jan Hosang , Rodrigo Benenson , Piotr Dollár , Bernt Schiele

Despite strong empirical performance for image classification, deep neural networks are often regarded as ``black boxes'' and they are difficult to interpret. On the other hand, sparse convolutional models, which assume that a signal can be…

计算机视觉与模式识别 · 计算机科学 2022-10-25 Xili Dai , Mingyang Li , Pengyuan Zhai , Shengbang Tong , Xingjian Gao , Shao-Lun Huang , Zhihui Zhu , Chong You , Yi Ma
‹ 上一页 1 2 3 10 下一页 ›