English
Related papers

Related papers: Soft-NMS -- Improving Object Detection With One Li…

200 papers

The fundamental problem of our interest here is soft-input soft-output multiple-input multiple-output (MIMO) detection. We propose a method, referred to as subspace marginalization with interference suppression (SUMIS), that yields…

Information Theory · Computer Science 2014-02-03 Mirsad Čirkić , Erik G. Larsson

Object detection when provided image-level labels instead of instance-level labels (i.e., bounding boxes) during training is an important problem in computer vision, since large scale image datasets with instance-level labels are extremely…

Computer Vision and Pattern Recognition · Computer Science 2017-03-01 Ziang Yan , Jian Liang , Weishen Pan , Jin Li , Changshui Zhang

This paper demonstrates that Non-Maximum Suppression (NMS), which is commonly used in Object Detection (OD) tasks to filter redundant detection results, is no longer secure. Considering that NMS has been an integral part of OD systems,…

Computer Vision and Pattern Recognition · Computer Science 2020-06-02 Derui Wang , Chaoran Li , Sheng Wen , Qing-Long Han , Surya Nepal , Xiangyu Zhang , Yang Xiang

We study the robustness of object detection under the presence of missing annotations. In this setting, the unlabeled object instances will be treated as background, which will generate an incorrect training signal for the detector.…

Computer Vision and Pattern Recognition · Computer Science 2019-07-23 Zhe Wu , Navaneeth Bodla , Bharat Singh , Mahyar Najibi , Rama Chellappa , Larry S. Davis

The non-maximum suppression (NMS) is widely used in frame-based tasks as an essential post-processing algorithm. However, event-based NMS either has high computational complexity or leads to frequent discontinuities. As a result, the…

Computer Vision and Pattern Recognition · Computer Science 2023-03-21 Qianang Zhou , JunLin Xiong , Youfu Li

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…

Computer Vision and Pattern Recognition · Computer Science 2022-08-04 Andrew Shepley , Greg Falzon , Paul Kwan

Most object detection methods operate by applying a binary classifier to sub-windows of an image, followed by a non-maximum suppression step where detections on overlapping sub-windows are removed. Since the number of possible sub-windows…

Computer Vision and Pattern Recognition · Computer Science 2015-02-03 Davis E. King

We present a method for training CNN-based object class detectors directly using mean average precision (mAP) as the training loss, in a truly end-to-end fashion that includes non-maximum suppression (NMS) at training time. This contrasts…

Computer Vision and Pattern Recognition · Computer Science 2017-03-17 Paul Henderson , Vittorio Ferrari

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…

Computer Vision and Pattern Recognition · Computer Science 2017-09-07 Yi Zhu , Yanzhao Zhou , Qixiang Ye , Qiang Qiu , Jianbin Jiao

Object detectors have improved considerably in the last years by using advanced CNN architectures. However, many detector hyper-parameters are generally manually tuned, or they are used with values set by the detector authors. Automatic…

Computer Vision and Pattern Recognition · Computer Science 2020-10-30 Mohandass Muthuraja , Octavio Arriaga , Paul Plöger , Frank Kirchner , Matias Valdenegro-Toro

Following the great success of Machine Learning (ML), especially Deep Neural Networks (DNNs), in many research domains in 2010s, several ML-based approaches were proposed for detection in large inverse linear problems, e.g., massive MIMO…

Signal Processing · Electrical Eng. & Systems 2021-10-22 Edgar Beck , Carsten Bockelmann , Armin Dekorsy

Small objects have relatively low resolution, the unobvious visual features which are difficult to be extracted, so the existing object detection methods cannot effectively detect small objects, and the detection speed and stability are…

Computer Vision and Pattern Recognition · Computer Science 2021-08-25 Qingcai Wang , Hao Zhang , Xianggong Hong , Qinqin Zhou

Though quite challenging, leveraging large-scale unlabeled or partially labeled images in a cost-effective way has increasingly attracted interests for its great importance to computer vision. To tackle this problem, many Active Learning…

Computer Vision and Pattern Recognition · Computer Science 2018-05-25 Keze Wang , Xiaopeng Yan , Dongyu Zhang , Lei Zhang , Liang Lin

Region search is widely used for object localization. Typically, the region search methods project the score of a classifier into an image plane, and then search the region with the maximal score. The recently proposed region search…

Computer Vision and Pattern Recognition · Computer Science 2015-11-26 Ji Zhao , Deyu Meng , Jiayi Ma

Region proposal mechanisms are essential for existing deep learning approaches to object detection in images. Although they can generally achieve a good detection performance under normal circumstances, their recall in a scene with extreme…

Computer Vision and Pattern Recognition · Computer Science 2019-05-28 Zehua Cheng , Yuxiang Wu , Zhenghua Xu , Thomas Lukasiewicz , Weiyang Wang

We aim at providing the object detection community with an efficient and performant object detector, termed YOLO-MS. The core design is based on a series of investigations on how multi-branch features of the basic block and convolutions…

Computer Vision and Pattern Recognition · Computer Science 2025-02-21 Yuming Chen , Xinbin Yuan , Jiabao Wang , Ruiqi Wu , Xiang Li , Qibin Hou , Ming-Ming Cheng

In this paper, we are concerned with the detection of a particular type of objects with extreme aspect ratios, namely \textbf{slender objects}. In real-world scenarios, slender objects are actually very common and crucial to the objective…

Computer Vision and Pattern Recognition · Computer Science 2021-04-08 Zhaoyi Wan , Yimin Chen , Sutao Deng , Kunpeng Chen , Cong Yao , Jiebo Luo

We adapted the join-training scheme of Faster RCNN framework from Caffe to TensorFlow as a baseline implementation for object detection. Our code is made publicly available. This report documents the simplifications made to the original…

Computer Vision and Pattern Recognition · Computer Science 2017-02-09 Xinlei Chen , Abhinav Gupta

Active learning is a promising alternative to alleviate the issue of high annotation cost in the computer vision tasks by consciously selecting more informative samples to label. Active learning for object detection is more challenging and…

Computer Vision and Pattern Recognition · Computer Science 2022-04-19 Jiaxi Wu , Jiaxin Chen , Di Huang

We present a determinantal point process (DPP) inspired alternative to non-maximum suppression (NMS) which has become an integral step in all state-of-the-art object detection frameworks. DPPs have been shown to encourage diversity in…

Computer Vision and Pattern Recognition · Computer Science 2024-06-21 Samik Some , Mithun Das Gupta , Vinay P. Namboodiri