中文
相关论文

相关论文: Optimizing Video Object Detection via a Scale-Time…

200 篇论文

In vision-enabled autonomous systems such as robots and autonomous cars, video object detection plays a crucial role, and both its speed and accuracy are important factors to provide reliable operation. The key insight we show in this paper…

计算机视觉与模式识别 · 计算机科学 2019-02-11 Ting-Wu Chin , Ruizhou Ding , Diana Marculescu

Recent cutting-edge feature aggregation paradigms for video object detection rely on inferring feature correspondence. The feature correspondence estimation problem is fundamentally difficult due to poor image quality, motion blur, etc, and…

计算机视觉与模式识别 · 计算机科学 2019-07-12 Hao Luo , Lichao Huang , Han Shen , Yuan Li , Chang Huang , Xinggang Wang

This paper introduces an online model for object detection in videos designed to run in real-time on low-powered mobile and embedded devices. Our approach combines fast single-image object detection with convolutional long short term memory…

计算机视觉与模式识别 · 计算机科学 2018-03-30 Mason Liu , Menglong Zhu

Object detection has gained great progress driven by the development of deep learning. Compared with a widely studied task -- classification, generally speaking, object detection even need one or two orders of magnitude more FLOPs (floating…

计算机视觉与模式识别 · 计算机科学 2019-05-27 Yixing Li , Fengbo Ren

Object detection performance, as measured on the canonical PASCAL VOC dataset, has plateaued in the last few years. The best-performing methods are complex ensemble systems that typically combine multiple low-level image features with…

计算机视觉与模式识别 · 计算机科学 2014-10-23 Ross Girshick , Jeff Donahue , Trevor Darrell , Jitendra Malik

Scale-sensitive object detection remains a challenging task, where most of the existing methods could not learn it explicitly and are not robust to scale variance. In addition, the most existing methods are less efficient during training or…

计算机视觉与模式识别 · 计算机科学 2019-09-16 Junran Peng , Ming Sun , Zhaoxiang Zhang , Tieniu Tan , Junjie Yan

We propose an object detection method that improves the accuracy of the conventional SSD (Single Shot Multibox Detector), which is one of the top object detection algorithms in both aspects of accuracy and speed. The performance of a deep…

计算机视觉与模式识别 · 计算机科学 2017-11-07 Jisoo Jeong , Hyojin Park , Nojun Kwak

Object detection in videos is an important task in computer vision for various applications such as object tracking, video summarization and video search. Although great progress has been made in improving the accuracy of object detection…

计算机视觉与模式识别 · 计算机科学 2024-07-18 Athindran Ramesh Kumar , Balaraman Ravindran , Anand Raghunathan

Object detection has made impressive progress in recent years with the help of deep learning. However, state-of-the-art algorithms are both computation and memory intensive. Though many lightweight networks are developed for a trade-off…

计算机视觉与模式识别 · 计算机科学 2019-10-22 Fanrong Li , Zitao Mo , Peisong Wang , Zejian Liu , Jiayun Zhang , Gang Li , Qinghao Hu , Xiangyu He , Cong Leng , Yang Zhang , Jian Cheng

Video object detection is a fundamental problem in computer vision and has a wide spectrum of applications. Based on deep networks, video object detection is actively studied for pushing the limits of detection speed and accuracy. To reduce…

计算机视觉与模式识别 · 计算机科学 2021-03-29 Xinggang Wang , Zhaojin Huang , Bencheng Liao , Lichao Huang , Yongchao Gong , Chang Huang

There has been significant progresses for image object detection in recent years. Nevertheless, video object detection has received little attention, although it is more challenging and more important in practical scenarios. Built upon the…

计算机视觉与模式识别 · 计算机科学 2017-12-01 Xizhou Zhu , Jifeng Dai , Lu Yuan , Yichen Wei

Model efficiency has become increasingly important in computer vision. In this paper, we systematically study neural network architecture design choices for object detection and propose several key optimizations to improve efficiency.…

计算机视觉与模式识别 · 计算机科学 2020-07-28 Mingxing Tan , Ruoming Pang , Quoc V. Le

Despite the continued successes of computationally efficient deep neural network architectures for video object detection, performance continually arrives at the great trilemma of speed versus accuracy versus computational resources (pick…

计算机视觉与模式识别 · 计算机科学 2021-06-16 Julian True , Naimul Khan

Compared with still image object detection, video object detection (VOD) needs to particularly concern the high across-frame variation in object appearance, and the diverse deterioration in some frames. In principle, the detection in a…

计算机视觉与模式识别 · 计算机科学 2024-07-30 Yuheng Shi , Tong Zhang , Xiaojie Guo

Recently, we have witnessed the rise of novel ``event-based'' camera sensors for high-speed, low-power video capture. Rather than recording discrete image frames, these sensors output asynchronous ``event'' tuples with microsecond…

计算机视觉与模式识别 · 计算机科学 2024-12-16 Andrew Hamara , Benjamin Kilpatrick , Alex Baratta , Brendon Kofink , Andrew C. Freeman

Video object segmentation aims at accurately segmenting the target object regions across consecutive frames. It is technically challenging for coping with complicated factors (e.g., shape deformations, occlusion and out of the lens). Recent…

计算机视觉与模式识别 · 计算机科学 2019-07-03 Peng Sun , Peiwen Lin , Guangliang Cheng , Jianping Shi , Jiawan Zhang , Xi Li

The aim of this research is to detect small objects with low resolution and noise. The existing real time object detection algorithm is based on the deep neural network of convolution need to perform multilevel convolution and pooling…

计算机视觉与模式识别 · 计算机科学 2020-11-13 Al-Akhir Nayan , Joyeta Saha , Ahamad Nokib Mozumder , Khan Raqib Mahmud , Abul Kalam Al Azad

Salient object detection models often demand a considerable amount of computation cost to make precise prediction for each pixel, making them hardly applicable on low-power devices. In this paper, we aim to relieve the contradiction between…

计算机视觉与模式识别 · 计算机科学 2020-08-04 Shang-Hua Gao , Yong-Qiang Tan , Ming-Ming Cheng , Chengze Lu , Yunpeng Chen , Shuicheng Yan

This paper presents a method for optimizing object detection models by combining weight pruning and singular value decomposition (SVD). The proposed method was evaluated on a custom dataset of street work images obtained from…

计算机视觉与模式识别 · 计算机科学 2023-03-20 Dohyun Ham , Jaeyeop Jeong , June-Kyoo Park , Raehyeon Jeong , Seungmin Jeon , Hyeongjun Jeon , Yewon Lim

Video salient object detection aims to find the most visually distinctive objects in a video. To explore the temporal dependencies, existing methods usually resort to recurrent neural networks or optical flow. However, these approaches…

计算机视觉与模式识别 · 计算机科学 2021-11-04 Yi-Wen Chen , Xiaojie Jin , Xiaohui Shen , Ming-Hsuan Yang
‹ 上一页 1 2 3 10 下一页 ›