中文
相关论文

相关论文: Analysing object detectors from the perspective of…

200 篇论文

The majority of current object detectors lack context: class predictions are made independently from other detections. We propose to incorporate context in object detection by post-processing the output of an arbitrary detector to rescore…

计算机视觉与模式识别 · 计算机科学 2020-03-31 Lourenço V. Pato , Renato Negrinho , Pedro M. Q. Aguiar

Contextual information plays a critical role in object recognition models within computer vision, where changes in context can significantly affect accuracy, underscoring models' dependence on contextual cues. This study investigates how…

计算机视觉与模式识别 · 计算机科学 2024-11-06 Sayanta Adhikari , Rishav Kumar , Konda Reddy Mopuri , Rajalakshmi Pachamuthu

We aim to localize objects in images using image-level supervision only. Previous approaches to this problem mainly focus on discriminative object regions and often fail to locate precise object boundaries. We address this problem by…

计算机视觉与模式识别 · 计算机科学 2016-09-15 Vadim Kantorov , Maxime Oquab , Minsu Cho , Ivan Laptev

There are mainly two types of state-of-the-art object detectors. On one hand, we have two-stage detectors, such as Faster R-CNN (Region-based Convolutional Neural Networks) or Mask R-CNN, that (i) use a Region Proposal Network to generate…

计算机视觉与模式识别 · 计算机科学 2018-09-03 Petru Soviany , Radu Tudor Ionescu

Human-object interaction detection is an important and relatively new class of visual relationship detection tasks, essential for deeper scene understanding. Most existing approaches decompose the problem into object localization and…

计算机视觉与模式识别 · 计算机科学 2019-10-18 Tiancai Wang , Rao Muhammad Anwer , Muhammad Haris Khan , Fahad Shahbaz Khan , Yanwei Pang , Ling Shao , Jorma Laaksonen

In most modern object detection pipelines, the detection proposals are processed independently given the feature map. Therefore, they overlook the underlying relationships between objects and the surrounding background, which could have…

计算机视觉与模式识别 · 计算机科学 2024-12-03 Botao Ren , Botian Xu , Xue Yang , Yifan Pu , Jingyi Wang , Zhidong Deng

We present region-based, fully convolutional networks for accurate and efficient object detection. In contrast to previous region-based detectors such as Fast/Faster R-CNN that apply a costly per-region subnetwork hundreds of times, our…

计算机视觉与模式识别 · 计算机科学 2023-12-12 Jifeng Dai , Yi Li , Kaiming He , Jian Sun

Recent CNN based object detectors, no matter one-stage methods like YOLO, SSD, and RetinaNe or two-stage detectors like Faster R-CNN, R-FCN and FPN are usually trying to directly finetune from ImageNet pre-trained models designed for image…

计算机视觉与模式识别 · 计算机科学 2018-04-20 Zeming Li , Chao Peng , Gang Yu , Xiangyu Zhang , Yangdong Deng , Jian Sun

Convolutional Neural Networks (CNN) are commonly used for the problem of object detection thanks to their increased accuracy. Nevertheless, the performance of CNN-based detection models is ambiguous when detection speed is considered. To…

计算机视觉与模式识别 · 计算机科学 2024-05-29 Ioanna Gogou , Dimitrios Koutsomitropoulos

Recent region-based object detectors are usually built with separate classification and localization branches on top of shared feature extraction networks. In this paper, we analyze failure cases of state-of-the-art detectors and observe…

计算机视觉与模式识别 · 计算机科学 2018-07-17 Bowen Cheng , Yunchao Wei , Honghui Shi , Rogerio Feris , Jinjun Xiong , Thomas Huang

Object detection is a central downstream task used to test if pre-trained network parameters confer benefits, such as improved accuracy or training speed. The complexity of object detection methods can make this benchmarking non-trivial…

计算机视觉与模式识别 · 计算机科学 2021-11-23 Yanghao Li , Saining Xie , Xinlei Chen , Piotr Dollar , Kaiming He , Ross Girshick

The recurring context in which objects appear holds valuable information that can be employed to predict their existence. This intuitive observation indeed led many researchers to endow appearance-based detectors with explicit reasoning…

计算机视觉与模式识别 · 计算机科学 2019-04-05 Ehud Barnea , Ohad Ben-Shahar

The goal of this paper is to serve as a guide for selecting a detection architecture that achieves the right speed/memory/accuracy balance for a given application and platform. To this end, we investigate various ways to trade accuracy for…

计算机视觉与模式识别 · 计算机科学 2017-04-26 Jonathan Huang , Vivek Rathod , Chen Sun , Menglong Zhu , Anoop Korattikara , Alireza Fathi , Ian Fischer , Zbigniew Wojna , Yang Song , Sergio Guadarrama , Kevin Murphy

Object detectors are typically learned on fully-annotated training data with fixed predefined categories. However, categories are often required to be increased progressively. Usually, only the original training set annotated with old…

计算机视觉与模式识别 · 计算机科学 2022-08-09 Bowen Zhao , Chen Chen , Xi Xiao , Shutao Xia

Computer vision relies on labeled datasets for training and evaluation in detecting and recognizing objects. The popular computer vision program, YOLO ("You Only Look Once"), has been shown to accurately detect objects in many major image…

计算机视觉与模式识别 · 计算机科学 2019-01-01 Caleb Tung , Matthew R. Kelleher , Ryan J. Schlueter , Binhan Xu , Yung-Hsiang Lu , George K. Thiruvathukal , Yen-Kuang Chen , Yang Lu

Modern deep neural network based object detection methods typically classify candidate proposals using their interior features. However, global and local surrounding contexts that are believed to be valuable for object detection are not…

计算机视觉与模式识别 · 计算机科学 2016-03-25 Jianan Li , Yunchao Wei , Xiaodan Liang , Jian Dong , Tingfa Xu , Jiashi Feng , Shuicheng Yan

How much scene context a single object carries is a well-studied question in human scene perception, yet how this capacity is organized in vision-language models (VLMs) remains poorly understood, with direct implications for the robustness…

计算机视觉与模式识别 · 计算机科学 2026-03-31 Martina G. Vilas , Timothy Schaumlöffel , Gemma Roig

Deep CNN-based object detection systems have achieved remarkable success on several large-scale object detection benchmarks. However, training such detectors requires a large number of labeled bounding boxes, which are more difficult to…

计算机视觉与模式识别 · 计算机科学 2018-03-14 Yuxing Tang , Josiah Wang , Xiaofang Wang , Boyang Gao , Emmanuel Dellandrea , Robert Gaizauskas , Liming Chen

This study addresses the need for accurate and efficient object detection in assistive technologies for visually impaired individuals. We evaluate four real-time object detection algorithms YOLO, SSD, Faster R-CNN, and Mask R-CNN within the…

计算机视觉与模式识别 · 计算机科学 2025-11-27 Abhinav Pratap , Sushant Kumar , Suchinton Chakravarty

Context is important for accurate visual recognition. In this work we propose an object detection algorithm that not only considers object visual appearance, but also makes use of two kinds of context including scene contextual information…

计算机视觉与模式识别 · 计算机科学 2018-07-03 Yong Liu , Ruiping Wang , Shiguang Shan , Xilin Chen