中文
相关论文

相关论文: Scope Head for Accurate Localization in Object Det…

200 篇论文

Camouflaged object detection segments objects with intrinsic similarity and edge disruption. Current detection methods rely on accumulated complex components. Each approach adds components such as boundary modules, attention mechanisms, and…

计算机视觉与模式识别 · 计算机科学 2025-10-07 Baber Jan , Saeed Anwar , Aiman H. El-Maleh , Abdul Jabbar Siddiqui , Abdul Bais

Object detectors are usually equipped with backbone networks designed for image classification. It might be sub-optimal because of the gap between the tasks of image classification and object detection. In this work, we present DetNAS to…

计算机视觉与模式识别 · 计算机科学 2020-01-01 Yukang Chen , Tong Yang , Xiangyu Zhang , Gaofeng Meng , Xinyu Xiao , Jian Sun

Object detection is one of the most important and challenging branches of computer vision, which has been widely applied in peoples life, such as monitoring security, autonomous driving and so on, with the purpose of locating instances of…

计算机视觉与模式识别 · 计算机科学 2019-10-18 Licheng Jiao , Fan Zhang , Fang Liu , Shuyuan Yang , Lingling Li , Zhixi Feng , Rong Qu

Object detection has made tremendous strides in computer vision. Small object detection with appearance degradation is a prominent challenge, especially for aerial observations. To collect sufficient positive/negative samples for heuristic…

计算机视觉与模式识别 · 计算机科学 2022-05-04 Dong Liang , Qixiang Geng , Zongqi Wei , Dmitry A. Vorontsov , Ekaterina L. Kim , Mingqiang Wei , Huiyu Zhou

The most recent trend in estimating the 6D pose of rigid objects has been to train deep networks to either directly regress the pose from the image or to predict the 2D locations of 3D keypoints, from which the pose can be obtained using a…

计算机视觉与模式识别 · 计算机科学 2019-04-09 Yinlin Hu , Joachim Hugonot , Pascal Fua , Mathieu Salzmann

Estimating the uncertainty of a neural network plays a fundamental role in safety-critical settings. In perception for autonomous driving, measuring the uncertainty means providing additional calibrated information to downstream tasks, such…

计算机视觉与模式识别 · 计算机科学 2021-12-30 Stefano Gasperini , Jan Haug , Mohammad-Ali Nikouei Mahani , Alvaro Marcos-Ramiro , Nassir Navab , Benjamin Busam , Federico Tombari

Visual localization is considered to be one of the crucial parts in many robotic and vision systems. While state-of-the art methods that relies on feature matching have proven to be accurate for visual localization, its requirements for…

计算机视觉与模式识别 · 计算机科学 2025-03-19 Huy-Hoang Bui , Bach-Thuan Bui , Quang-Vinh Tran , Yasuyuki Fujii , Joo-Ho Lee

Automatic hardhat wearing detection can strengthen the safety management in construction sites, which is still challenging due to complicated video surveillance scenes. To deal with the poor generalization of previous deep learning based…

计算机视觉与模式识别 · 计算机科学 2023-07-11 Zhijian Liu , Nian Cai , Wensheng Ouyang , Chengbin Zhang , Nili Tian , Han Wang

Modern lane detection methods have achieved remarkable performances in complex real-world scenarios, but many have issues maintaining real-time efficiency, which is important for autonomous vehicles. In this work, we propose LaneATT: an…

计算机视觉与模式识别 · 计算机科学 2020-11-19 Lucas Tabelini , Rodrigo Berriel , Thiago M. Paixão , Claudine Badue , Alberto F. De Souza , Thiago Oliveira-Santos

Long-range dependency modeling has been widely considered in modern deep learning based semantic segmentation methods, especially those designed for large-size remote sensing images, to compensate the intrinsic locality of standard…

计算机视觉与模式识别 · 计算机科学 2023-09-11 Dawen Yu , Shunping Ji

We present a novel approach for oriented object detection, named TricubeNet, which localizes oriented objects using visual cues ($i.e.,$ heatmap) instead of oriented box offsets regression. We represent each object as a 2D Tricube kernel…

计算机视觉与模式识别 · 计算机科学 2021-10-06 Beomyoung Kim , Janghyeon Lee , Sihaeng Lee , Doyeon Kim , Junmo Kim

We present RoarNet, a new approach for 3D object detection from a 2D image and 3D Lidar point clouds. Based on two-stage object detection framework with PointNet as our backbone network, we suggest several novel ideas to improve 3D object…

计算机视觉与模式识别 · 计算机科学 2018-11-12 Kiwoo Shin , Youngwook Paul Kwon , Masayoshi Tomizuka

Methods for object detection and segmentation often require abundant instance-level annotations for training, which are time-consuming and expensive to collect. To address this, the task of zero-shot object detection (or segmentation) aims…

计算机视觉与模式识别 · 计算机科学 2023-02-16 Siddhesh Khandelwal , Anirudth Nambirajan , Behjat Siddiquie , Jayan Eledath , Leonid Sigal

Most existing cross-view object geo-localization approaches adopt anchor-based paradigm. Although effective, such methods are inherently constrained by predefined anchors. To eliminate this dependency, we first propose an anchor-free…

计算机视觉与模式识别 · 计算机科学 2025-10-01 Xingtao Ling , Chenlin Fu , Yingying Zhu

Capsule networks promise significant benefits over convolutional networks by storing stronger internal representations, and routing information based on the agreement between intermediate representations' projections. Despite this, their…

计算机视觉与模式识别 · 计算机科学 2024-07-30 Rodney Lalonde , Naji Khosravan , Ulas Bagci

Camouflaged Object Detection (COD) aims to identify objects that blend seamlessly into their surroundings. The inherent visual complexity of camouflaged objects, including their low contrast with the background, diverse textures, and subtle…

计算机视觉与模式识别 · 计算机科学 2025-09-09 Chenxi Zhang , Qing Zhang , Jiayun Wu , Youwei Pang

Classification and localization are two main sub-tasks in object detection. Nonetheless, these two tasks have inconsistent preferences for feature context, i.e., localization expects more boundary-aware features to accurately regress the…

计算机视觉与模式识别 · 计算机科学 2023-03-03 Jiayuan Zhuang , Zheng Qin , Hao Yu , Xucan Chen

The ``shared head for classification and localization'' (sibling head), firstly denominated in Fast RCNN~\cite{girshick2015fast}, has been leading the fashion of the object detection community in the past five years. This paper provides the…

计算机视觉与模式识别 · 计算机科学 2020-03-18 Guanglu Song , Yu Liu , Xiaogang Wang

In this paper we propose a geometry-aware model for video object detection. Specifically, we consider the setting that cameras can be well approximated as static, e.g. in video surveillance scenarios, and scene pseudo depth maps can…

计算机视觉与模式识别 · 计算机科学 2019-09-10 Dan Xu , Weidi Xie , Andrew Zisserman

We tackle the problem of novel class discovery and localization (NCDL). In this setting, we assume a source dataset with supervision for only some object classes. Instances of other classes need to be discovered, classified, and localized…

计算机视觉与模式识别 · 计算机科学 2022-12-01 Vladimir Fomenko , Ismail Elezi , Deva Ramanan , Laura Leal-Taixé , Aljoša Ošep