中文
相关论文

相关论文: CFENet: An Accurate and Efficient Single-Shot Obje…

200 篇论文

In recent days, with increased population and traffic on roadways, vehicle collision is one of the leading causes of death worldwide. The automotive industry is motivated on developing techniques to use sensors and advancements in the field…

计算机视觉与模式识别 · 计算机科学 2022-01-14 Aloukik Aditya , Liudu Zhou , Hrishika Vachhani , Dhivya Chandrasekaran , Vijay Mago

Semantic segmentation is an important task that helps autonomous vehicles understand their surroundings and navigate safely. During deployment, even the most mature segmentation models are vulnerable to various external factors that can…

计算机视觉与模式识别 · 计算机科学 2021-09-29 Quazi Marufur Rahman , Niko Sünderhauf , Peter Corke , Feras Dayoub

As the scale of object detection dataset is smaller than that of image recognition dataset ImageNet, transfer learning has become a basic training method for deep learning object detection models, which will pretrain the backbone network of…

计算机视觉与模式识别 · 计算机科学 2020-12-16 Kehe WU , Zuge Chen , Qi MA , Xiaoliang Zhang , Wei Li

Object detection plays a critical role in autonomous driving, where accurately and efficiently detecting objects in fast-moving scenes is crucial. Traditional frame-based cameras face challenges in balancing latency and bandwidth,…

计算机视觉与模式识别 · 计算机科学 2024-05-08 Bingquan Zhou , Jie Jiang

Convolutional neural networks (CNN) allow achieving the highest accuracy for the task of object detection in images. Major challenges in further development of object detectors are false-positive detections and high demand of processing…

计算机视觉与模式识别 · 计算机科学 2020-12-29 David Svitov , Sergey Alyamkin

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…

计算机视觉与模式识别 · 计算机科学 2021-08-25 Qingcai Wang , Hao Zhang , Xianggong Hong , Qinqin Zhou

The goal of object detection is to determine the class and location of objects in an image. This paper proposes a novel anchor-free, two-stage framework which first extracts a number of object proposals by finding potential corner keypoint…

计算机视觉与模式识别 · 计算机科学 2020-07-29 Kaiwen Duan , Lingxi Xie , Honggang Qi , Song Bai , Qingming Huang , Qi Tian

LiDAR semantic segmentation essential for advanced autonomous driving is required to be accurate, fast, and easy-deployed on mobile platforms. Previous point-based or sparse voxel-based methods are far away from real-time applications since…

计算机视觉与模式识别 · 计算机科学 2022-06-07 Xiaoyan Li , Gang Zhang , Hongyu Pan , Zhenhua Wang

Object detection and object tracking are usually treated as two separate processes. Significant progress has been made for object detection in 2D images using deep learning networks. The usual tracking-by-detection pipeline for object…

计算机视觉与模式识别 · 计算机科学 2019-02-06 Chenge Li , Gregory Dobler , Xin Feng , Yao Wang

We propose AffordanceNet, a new deep learning approach to simultaneously detect multiple objects and their affordances from RGB images. Our AffordanceNet has two branches: an object detection branch to localize and classify the object, and…

计算机视觉与模式识别 · 计算机科学 2018-03-06 Thanh-Toan Do , Anh Nguyen , Ian Reid

In this work, we outline the set of problems, which any Object Detection CNN faces when its development comes to the deployment stage and propose methods to deal with such difficulties. We show that these practices allow one to get Object…

计算机视觉与模式识别 · 计算机科学 2018-11-15 Alexander Kozlov , Daniil Osokin

Pedestrian Detection is the most critical module of an Autonomous Driving system. Although a camera is commonly used for this purpose, its quality degrades severely in low-light night time driving scenarios. On the other hand, the quality…

计算机视觉与模式识别 · 计算机科学 2022-01-25 Kinjal Dasgupta , Arindam Das , Sudip Das , Ujjwal Bhattacharya , Senthil Yogamani

Conventional training of a deep CNN based object detector demands a large number of bounding box annotations, which may be unavailable for rare categories. In this work we develop a few-shot object detector that can learn to detect novel…

计算机视觉与模式识别 · 计算机科学 2019-10-22 Bingyi Kang , Zhuang Liu , Xin Wang , Fisher Yu , Jiashi Feng , Trevor Darrell

SSD (Single Shot Multibox Detector) is one of the most successful object detectors for its high accuracy and fast speed. However, the features from shallow layer (mainly Conv4_3) of SSD lack semantic information, resulting in poor…

计算机视觉与模式识别 · 计算机科学 2021-08-26 Hao Zhang , Xianggong Hong , Li Zhu

Intelligent edge devices with built-in processors vary widely in terms of capability and physical form to perform advanced Computer Vision (CV) tasks such as image classification and object detection, for example. With constant advances in…

计算机视觉与模式识别 · 计算机科学 2021-11-30 Priyank Kalgaonkar , Mohamed El-Sharkawy

Infrared small target detection (ISTD) plays a critical role in a wide range of civilian and military applications. Existing methods suffer from deficiencies in the localization of dim targets and the perception of contour information under…

计算机视觉与模式识别 · 计算机科学 2025-05-16 Jiakun Deng , Kexuan Li , Xingye Cui , Jiaxuan Li , Chang Long , Tian Pu , Zhenming Peng

Fine-grained object detection (FGOD) extends object detection with the capability of fine-grained recognition. In recent two-stage FGOD methods, the region proposal serves as a crucial link between detection and fine-grained recognition.…

计算机视觉与模式识别 · 计算机科学 2023-12-19 Wentao Li , Danpei Zhao , Bo Yuan , Yue Gao , Zhenwei Shi

Current state-of-the-art two-stage detectors generate oriented proposals through time-consuming schemes. This diminishes the detectors' speed, thereby becoming the computational bottleneck in advanced oriented object detection systems. This…

计算机视觉与模式识别 · 计算机科学 2021-08-13 Xingxing Xie , Gong Cheng , Jiabao Wang , Xiwen Yao , Junwei Han

Object detection and counting are related but challenging problems, especially for drone based scenes with small objects and cluttered background. In this paper, we propose a new Guided Attention Network (GANet) to deal with both object…

计算机视觉与模式识别 · 计算机科学 2019-09-26 Yuanqiang Cai , Dawei Du , Libo Zhang , Longyin Wen , Weiqiang Wang , Yanjun Wu , Siwei Lyu

Detecting objects in aerial images is challenging for at least two reasons: (1) target objects like pedestrians are very small in pixels, making them hardly distinguished from surrounding background; and (2) targets are in general sparsely…

计算机视觉与模式识别 · 计算机科学 2019-08-28 Fan Yang , Heng Fan , Peng Chu , Erik Blasch , Haibin Ling