中文
相关论文

相关论文: IoU-Enhanced Attention for End-to-End Task Specifi…

200 篇论文

Improving object detectors against occlusion, blur and noise is a critical step to deploy detectors in real applications. Since it is not possible to exhaust all image defects through data collection, many researchers seek to generate hard…

计算机视觉与模式识别 · 计算机科学 2019-04-01 Zeyi Huang , Wei Ke , Dong Huang

For the training of face detection network based on R-CNN framework, anchors are assigned to be positive samples if intersection-over-unions (IoUs) with ground-truth are higher than the first threshold(such as 0.7); and to be negative…

计算机视觉与模式识别 · 计算机科学 2018-05-01 Ce Qi , Xiaoping Chen , Pingyu Wang , Fei Su

Object detection has seen remarkable progress in recent years with the introduction of Convolutional Neural Networks (CNN). Object detection is a multi-task learning problem where both the position of the objects in the images as well as…

计算机视觉与模式识别 · 计算机科学 2023-04-17 Mofassir ul Islam Arif , Mohsan Jameel , Lars Schmidt-Thieme

Object detection is an important part in the field of computer vision, and the effect of object detection is directly determined by the regression accuracy of the prediction box. As the key to model training, IoU (Intersection over Union)…

计算机视觉与模式识别 · 计算机科学 2024-08-14 Xiangjie Luo , Zhihao Cai , Bo Shao , Yingxun Wang

Modern CNN-based object detectors rely on bounding box regression and non-maximum suppression to localize objects. While the probabilities for class labels naturally reflect classification confidence, localization confidence is absent. This…

计算机视觉与模式识别 · 计算机科学 2018-08-01 Borui Jiang , Ruixuan Luo , Jiayuan Mao , Tete Xiao , Yuning Jiang

In present object detection systems, the deep convolutional neural networks (CNNs) are utilized to predict bounding boxes of object candidates, and have gained performance advantages over the traditional region proposal methods. However,…

计算机视觉与模式识别 · 计算机科学 2016-08-05 Jiahui Yu , Yuning Jiang , Zhangyang Wang , Zhimin Cao , Thomas Huang

Most existing point cloud based 3D object detectors focus on the tasks of classification and box regression. However, another bottleneck in this area is achieving an accurate detection confidence for the Non-Maximum Suppression (NMS)…

计算机视觉与模式识别 · 计算机科学 2020-04-13 Jiale Li , Shujie Luo , Ziqi Zhu , Hang Dai , Andrey S. Krylov , Yong Ding , Ling Shao

Bounding box regression plays a crucial role in the field of object detection, and the positioning accuracy of object detection largely depends on the loss function of bounding box regression. Existing researchs improve regression…

计算机视觉与模式识别 · 计算机科学 2024-01-22 Hao Zhang , Shuaijie Zhang

In this work, we study different approaches to self-supervised pretraining of object detection models. We first design a general framework to learn a spatially consistent dense representation from an image, by randomly sampling and…

计算机视觉与模式识别 · 计算机科学 2022-08-12 Trung Dang , Simon Kornblith , Huy Thong Nguyen , Peter Chin , Maryam Khademi

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

One of appealing approaches to guiding learnable parameter optimization, such as feature maps, is global attention, which enlightens network intelligence at a fraction of the cost. However, its loss calculation process still falls short:…

计算机视觉与模式识别 · 计算机科学 2022-06-14 Suyu Han , Guodong Wang , Donghua Liu

In object detection, the intersection over union (IoU) threshold is frequently used to define positives/negatives. The threshold used to train a detector defines its \textit{quality}. While the commonly used threshold of 0.5 leads to noisy…

计算机视觉与模式识别 · 计算机科学 2019-06-25 Zhaowei Cai , Nuno Vasconcelos

Confluence is a novel non-Intersection over Union (IoU) alternative to Non-Maxima Suppression (NMS) in bounding box post-processing in object detection. It overcomes the inherent limitations of IoU-based NMS variants to provide a more…

计算机视觉与模式识别 · 计算机科学 2022-08-04 Andrew Shepley , Greg Falzon , Paul Kwan

The accuracy of object detectors and trackers is most commonly evaluated by the Intersection over Union (IoU) criterion. To date, most approaches are restricted to axis-aligned or oriented boxes and, as a consequence, many datasets are only…

计算机视觉与模式识别 · 计算机科学 2018-07-27 Tobias Bottger , Patrick Follmann , Michael Fauser

Effective feature fusion of multispectral images plays a crucial role in multi-spectral object detection. Previous studies have demonstrated the effectiveness of feature fusion using convolutional neural networks, but these methods are…

计算机视觉与模式识别 · 计算机科学 2023-08-16 Jifeng Shen , Yifei Chen , Yue Liu , Xin Zuo , Heng Fan , Wankou Yang

Self-attention is one of the most successful designs in deep learning, which calculates the similarity of different tokens and reconstructs the feature based on the attention matrix. Originally designed for NLP, self-attention is also…

计算机视觉与模式识别 · 计算机科学 2022-06-27 Xutao Liang , Pinhao Song

Bounding box regression (BBR) is fundamental to object detection, where the regression loss is crucial for accurate localization. Existing IoU-based losses often incorporate handcrafted geometric penalties to address IoU's…

计算机视觉与模式识别 · 计算机科学 2025-09-01 Haoyuan Liu , Hiroshi Watanabe

Region Proposal Network (RPN) is the cornerstone of two-stage object detectors, it generates a sparse set of object proposals and alleviates the extrem foregroundbackground class imbalance problem during training. However, we find that the…

计算机视觉与模式识别 · 计算机科学 2019-12-12 Li Zhu , Zihao Xie , Liman Liu , Bo Tao , Wenbing Tao

In training object detector based on convolutional neural networks, selection of effective positive examples for training is an important factor. However, when training an anchor-based detectors with sparse annotations on an image, effort…

计算机视觉与模式识别 · 计算机科学 2020-06-23 Jihun Yoon , Seungbum Hong , Sanha Jeong , Min-Kook Choi

In this work, we propose a novel Reversible Recursive Instance-level Object Segmentation (R2-IOS) framework to address the challenging instance-level object segmentation task. R2-IOS consists of a reversible proposal refinement sub-network…

计算机视觉与模式识别 · 计算机科学 2015-11-19 Xiaodan Liang , Yunchao Wei , Xiaohui Shen , Zequn Jie , Jiashi Feng , Liang Lin , Shuicheng Yan
‹ 上一页 1 2 3 10 下一页 ›