中文
相关论文

相关论文: PAFNet: An Efficient Anchor-Free Object Detector G…

200 篇论文

Despite the blooming success of architecture search for vision tasks in resource-constrained environments, the design of on-device object detection architectures have mostly been manual. The few automated search efforts are either centered…

计算机视觉与模式识别 · 计算机科学 2020-08-03 Bo Chen , Golnaz Ghiasi , Hanxiao Liu , Tsung-Yi Lin , Dmitry Kalenichenko , Hartwig Adams , Quoc V. Le

Although the anchor-based detectors have taken a big step forward in pedestrian detection, the overall performance of algorithm still needs further improvement for practical applications, \emph{e.g.}, a good trade-off between the accuracy…

计算机视觉与模式识别 · 计算机科学 2020-07-28 Chubin Zhuang , Zhen Lei , Stan Z. Li

This paper proposes an efficient, low-complexity and anchor-free object detector based on the state-of-the-art YOLO framework, which can be implemented in real time on edge computing platforms. We develop an enhanced data augmentation…

计算机视觉与模式识别 · 计算机科学 2023-02-16 Shihan Liu , Junlin Zha , Jian Sun , Zhuo Li , Gang Wang

Most state-of-the-art instance-level human parsing models adopt two-stage anchor-based detectors and, therefore, cannot avoid the heuristic anchor box design and the lack of analysis on a pixel level. To address these two issues, we have…

计算机视觉与模式识别 · 计算机科学 2022-09-14 Sanyi Zhang , Xiaochun Cao , Guo-Jun Qi , Zhanjie Song , Jie Zhou

In computer vision, object detection is one of most important tasks, which underpins a few instance-level recognition tasks and many downstream applications. Recently one-stage methods have gained much attention over two-stage approaches…

计算机视觉与模式识别 · 计算机科学 2020-10-13 Zhi Tian , Chunhua Shen , Hao Chen , Tong He

Monocular 3D object detection is a challenging task in autonomous systems due to the lack of explicit depth information in single-view images. Existing methods often depend on external depth estimators or expensive sensors, which increase…

计算机视觉与模式识别 · 计算机科学 2025-01-08 Ruochen Zhang , Hyeung-Sik Choi , Dongwook Jung , Phan Huy Nam Anh , Sang-Ki Jeong , Zihao Zhu

We propose a novel and flexible anchor mechanism named MetaAnchor for object detection frameworks. Unlike many previous detectors model anchors via a predefined manner, in MetaAnchor anchor functions could be dynamically generated from the…

计算机视觉与模式识别 · 计算机科学 2018-11-07 Tong Yang , Xiangyu Zhang , Zeming Li , Wenqiang Zhang , Jian Sun

Deep neural network based object detectors are continuously evolving and are used in a multitude of applications, each having its own set of requirements. While safety-critical applications need high accuracy and reliability, low-latency…

计算机视觉与模式识别 · 计算机科学 2023-02-15 Elahe Arani , Shruthi Gowda , Ratnajit Mukherjee , Omar Magdy , Senthilkumar Kathiresan , Bahram Zonooz

Object detection is a cornerstone of environmental perception in advanced driver assistance systems(ADAS). However, most existing methods rely on RGB cameras, which suffer from significant performance degradation under low-light conditions…

计算机视觉与模式识别 · 计算机科学 2025-06-02 Hao Wu , Junzhou Chen , Ronghui Zhang , Nengchao Lyu , Hongyu Hu , Yanyong Guo , Tony Z. Qiu

Real-time object detection on Unmanned Aerial Vehicles (UAVs) is a challenging issue due to the limited computing resources of edge GPU devices as Internet of Things (IoT) nodes. To solve this problem, in this paper, we propose a novel…

计算机视觉与模式识别 · 计算机科学 2022-09-08 Wei Zhou , Xuanlin Min , Rui Hu , Yiwen Long , Huan Luo , JunYi

Object detection and tracking are challenging tasks for resource-constrained embedded systems. While these tasks are among the most compute-intensive tasks from the artificial intelligence domain, they are only allowed to use limited…

计算机视觉与模式识别 · 计算机科学 2020-03-03 Xiaofan Zhang , Haoming Lu , Cong Hao , Jiachen Li , Bowen Cheng , Yuhong Li , Kyle Rupnow , Jinjun Xiong , Thomas Huang , Honghui Shi , Wen-mei Hwu , Deming Chen

Latest CNN-based object detection models are quite accurate but require a high-performance GPU to run in real-time. They still are heavy in terms of memory size and speed for an embedded system with limited memory space. Since the object…

计算机视觉与模式识别 · 计算机科学 2021-08-03 Issac Sim , Ju-Hyung Lim , Young-Wan Jang , JiHwan You , SeonTaek Oh , Young-Keun Kim

Real-time and high-performance 3D object detection is of critical importance for autonomous driving. Recent top-performing 3D object detectors mainly rely on point-based or 3D voxel-based convolutions, which are both computationally…

计算机视觉与模式识别 · 计算机科学 2022-08-29 Guangsheng Shi , Ruifeng Li , Chao Ma

Object detection is an essential step towards holistic scene understanding. Most existing object detection algorithms attend to certain object areas once and then predict the object locations. However, neuroscientists have revealed that…

计算机视觉与模式识别 · 计算机科学 2020-03-30 Shiyi Lan , Zhou Ren , Yi Wu , Larry S. Davis , Gang Hua

Deep Neural Network (DNN) trained object detectors are widely deployed in many mission-critical systems for real time video analytics at the edge, such as autonomous driving and video surveillance. A common performance requirement in these…

分布式、并行与集群计算 · 计算机科学 2021-07-28 Yanzhao Wu , Ling Liu , Ramana Kompella

Rotated object detection in aerial images has received increasing attention for a wide range of applications. However, it is also a challenging task due to the huge variations of scale, rotation, aspect ratio, and densely arranged targets.…

计算机视觉与模式识别 · 计算机科学 2021-11-29 Feng Zhang , Xueying Wang , Shilin Zhou , Yingqian Wang

Face detection is essential to facial analysis tasks such as facial reenactment and face recognition. Both cascade face detectors and anchor-based face detectors have translated shining demos into practice and received intensive attention…

计算机视觉与模式识别 · 计算机科学 2019-03-27 Baosheng Yu , Dacheng Tao

Object recognition is a fundamental problem in many video processing tasks, accurately locating seen objects at low computation cost paves the way for on-device video recognition. We propose PatchNet, an efficient convolutional neural…

计算机视觉与模式识别 · 计算机科学 2021-03-15 Huizi Mao , Sibo Zhu , Song Han , William J. Dally

The success of deep neural networks (DNN) in machine perception applications such as image classification and speech recognition comes at the cost of high computation and storage complexity. Inference of uncompressed large scale DNN models…

机器学习 · 计算机科学 2020-07-06 Yihao Fang , Shervin Manzuri Shalmani , Rong Zheng

We propose SFMNet, a novel 3D sparse detector that combines the efficiency of sparse convolutions with the ability to model long-range dependencies. While traditional sparse convolution techniques efficiently capture local structures, they…

计算机视觉与模式识别 · 计算机科学 2025-11-18 Oren Shrout , Ayellet Tal