中文
相关论文

相关论文: A Competitive Method to VIPriors Object Detection …

200 篇论文

Drone detection in visually complex environments remains challenging due to background clutter, small object scale, and camouflage effects. While generic object detectors like YOLO exhibit strong performance in low-texture scenes, their…

计算机视觉与模式识别 · 计算机科学 2025-09-18 Tamara R. Lenhard , Andreas Weinmann , Tobias Koch

In autonomous driving, LiDAR and radar are crucial for environmental perception. LiDAR offers precise 3D spatial sensing information but struggles in adverse weather like fog. Conversely, radar signals can penetrate rain or mist due to…

计算机视觉与模式识别 · 计算机科学 2024-02-07 Yanlong Yang , Jianan Liu , Tao Huang , Qing-Long Han , Gang Ma , Bing Zhu

We propose a deep convolutional object detector for automated driving applications that also estimates classification, pose and shape uncertainty of each detected object. The input consists of a multi-layer grid map which is well-suited for…

机器人学 · 计算机科学 2019-02-01 Sascha Wirges , Marcel Reith-Braun , Martin Lauer , Christoph Stiller

A crucial task in scene understanding is 3D object detection, which aims to detect and localize the 3D bounding boxes of objects belonging to specific classes. Existing 3D object detectors heavily rely on annotated 3D bounding boxes during…

计算机视觉与模式识别 · 计算机科学 2020-07-29 Zengyi Qin , Jinglu Wang , Yan Lu

Detection of small objects and objects far away in the scene is a major challenge in surveillance applications. Such objects are represented by small number of pixels in the image and lack sufficient details, making them difficult to detect…

计算机视觉与模式识别 · 计算机科学 2022-10-26 Fatih Cagatay Akyon , Sinan Onur Altinuc , Alptekin Temizel

Object detection models, a prominent class of machine learning algorithms, aim to identify and precisely locate objects in images or videos. However, this task might yield uneven performances sometimes caused by the objects sizes and the…

计算机视觉与模式识别 · 计算机科学 2023-11-21 Ahmed Ben Saad , Gabriele Facciolo , Axel Davy

Advances in lightweight neural networks have revolutionized computer vision in a broad range of IoT applications, encompassing remote monitoring and process automation. However, the detection of small objects, which is crucial for many of…

计算机视觉与模式识别 · 计算机科学 2023-11-14 Liam Boyle , Nicolas Baumann , Seonyeong Heo , Michele Magno

Noise has always been nonnegligible trouble in object detection by creating confusion in model reasoning, thereby reducing the informativeness of the data. It can lead to inaccurate recognition due to the shift in the observed pattern, that…

计算机视觉与模式识别 · 计算机科学 2023-04-25 Xinyu Zhang , Zhiwei Li , Zhenhong Zou , Xin Gao , Yijin Xiong , Dafeng Jin , Jun Li , Huaping Liu

This paper revisits the problem of predicting box locations in object detection architectures. Typically, each box proposal or box query aims to directly maximize the intersection-over-union score with the ground truth, followed by a…

计算机视觉与模式识别 · 计算机科学 2024-12-20 Aritra Bhowmik , Pascal Mettes , Martin R. Oswald , Cees G. M. Snoek

Most recent 6D object pose estimation methods first use object detection to obtain 2D bounding boxes before actually regressing the pose. However, the general object detection methods they use are ill-suited to handle cluttered scenes, thus…

计算机视觉与模式识别 · 计算机科学 2023-03-23 Yang Hai , Rui Song , Jiaojiao Li , Mathieu Salzmann , Yinlin Hu

Training object detectors with only image-level annotations is very challenging because the target objects are often surrounded by a large number of background clutters. Many existing approaches tackle this problem through object proposal…

计算机视觉与模式识别 · 计算机科学 2017-08-08 Wenhui Jiang , Thuyen Ngo , B. S. Manjunath , Zhicheng Zhao , Fei Su

Several deep learning algorithms have shown amazing performance for existing object detection tasks, but recognizing darker objects is the largest challenge. Moreover, those techniques struggled to detect or had a slow recognition rate,…

计算机视觉与模式识别 · 计算机科学 2023-10-11 Munawar Ali , Baoqun Yin , Hazrat Bilal , Aakash Kumar , Ali Muhammad , Avinash Rohra

Most deep learning object detectors are based on the anchor mechanism and resort to the Intersection over Union (IoU) between predefined anchor boxes and ground truth boxes to evaluate the matching quality between anchors and objects. In…

计算机视觉与模式识别 · 计算机科学 2020-09-30 Heng Zhang , Elisa Fromont , Sébastien Lefevre , Bruno Avignon

Jointly integrating aspect ratio and context has been extensively studied and shown performance improvement in traditional object detection systems such as the DPMs. It, however, has been largely ignored in deep neural network based…

计算机视觉与模式识别 · 计算机科学 2017-03-23 Bo Li , Tianfu Wu , Shuai Shao , Lun Zhang , Rufeng Chu

This paper presents novel hybrid architectures that combine grid- and point-based processing to improve the detection performance and orientation estimation of radar-based object detection networks. Purely grid-based detection models…

计算机视觉与模式识别 · 计算机科学 2022-08-02 Michael Ulrich , Sascha Braun , Daniel Köhler , Daniel Niederlöhner , Florian Faion , Claudius Gläser , Holger Blume

Recent object detectors find instances while categorizing candidate regions. As each region is evaluated independently, the number of candidate regions from a detector is usually larger than the number of objects. Since the final goal of…

计算机视觉与模式识别 · 计算机科学 2019-09-04 Nuri Kim , Donghoon Lee , Songhwai Oh

Gaze object prediction (GOP) aims to predict the category and location of the object that a human is looking at. Previous methods utilized box-level supervision to identify the object that a person is looking at, but struggled with semantic…

计算机视觉与模式识别 · 计算机科学 2024-08-05 Yang Jin , Lei Zhang , Shi Yan , Bin Fan , Binglu Wang

Most state-of-the-art object detection systems follow an anchor-based diagram. Anchor boxes are densely proposed over the images and the network is trained to predict the boxes position offset as well as the classification confidence.…

计算机视觉与模式识别 · 计算机科学 2020-07-21 Wenshuo Ma , Tingzhong Tian , Hang Xu , Yimin Huang , Zhenguo Li

Traditional object detection are ill-equipped for incremental learning. However, fine-tuning directly on a well-trained detection model with only new data will leads to catastrophic forgetting. Knowledge distillation is a straightforward…

计算机视觉与模式识别 · 计算机科学 2021-10-27 Tao Feng , Mang Wang

We propose a novel data augmentation method named 'FenceMask' that exhibits outstanding performance in various computer vision tasks. It is based on the 'simulation of object occlusion' strategy, which aim to achieve the balance between…

计算机视觉与模式识别 · 计算机科学 2020-06-16 Pu Li , Xiangyang Li , Xiang Long
‹ 上一页 1 8 9 10 下一页 ›