中文
相关论文

相关论文: DenseScout: Algorithm-System Co-design for Budgete…

200 篇论文

Edge intelligence enables AI inference at the network edge, co-located with or near the radio access network, rather than in centralized clouds or on mobile devices. It targets low-latency, resource-constrained applications with large data…

网络与互联网体系结构 · 计算机科学 2026-01-26 Jaume Anguera Peris , Joakim Jaldén

Internet of Things and its applications are becoming commonplace with more devices, but always at risk of network security. It is therefore crucial for an IoT network design to identify attackers accurately, quickly and promptly. Many…

密码学与安全 · 计算机科学 2020-12-01 Truong Thu Huong , Ta Phuong Bac , Dao M. Long , Bui D. Thang , Nguyen T. Binh , Tran D. Luong , Tran Kim Phuc

Deep neural networks have proven increasingly important for automotive scene understanding with new algorithms offering constant improvements of the detection performance. However, there is little emphasis on experiences and needs for…

计算机视觉与模式识别 · 计算机科学 2021-08-19 Lukas Stäcker , Juncong Fei , Philipp Heidenreich , Frank Bonarens , Jason Rambach , Didier Stricker , Christoph Stiller

Efficient detectors for edge devices are often optimized for parameters or speed count metrics, which remain in weak correlation with the energy of detectors. However, some vision applications of convolutional neural networks, such as…

计算机视觉与模式识别 · 计算机科学 2023-08-15 Peng Tu , Xu Xie , Guo AI , Yuexiang Li , Yawen Huang , Yefeng Zheng

The edge computing paradigm places compute-capable devices - edge servers - at the network edge to assist mobile devices in executing data analysis tasks. Intuitively, offloading compute-intense tasks to edge servers can reduce their…

计算机视觉与模式识别 · 计算机科学 2021-11-17 Yoshitomo Matsubara , Marco Levorato

While general object detection with deep learning has achieved great success in the past few years, the performance and efficiency of detecting small objects are far from satisfactory. The most common and effective way to promote small…

计算机视觉与模式识别 · 计算机科学 2022-03-25 Chenhongyi Yang , Zehao Huang , Naiyan Wang

Deep neural networks (DNNs) have been showed to be highly vulnerable to imperceptible adversarial perturbations. As a complementary type of adversary, patch attacks that introduce perceptible perturbations to the images have attracted the…

计算机视觉与模式识别 · 计算机科学 2023-07-04 Zhaoyu Chen , Bo Li , Shuang Wu , Shouhong Ding , Wenqiang Zhang

In this paper, we aim to design an efficient real-time object detector that exceeds the YOLO series and is easily extensible for many object recognition tasks such as instance segmentation and rotated object detection. To obtain a more…

计算机视觉与模式识别 · 计算机科学 2022-12-20 Chengqi Lyu , Wenwei Zhang , Haian Huang , Yue Zhou , Yudong Wang , Yanyi Liu , Shilong Zhang , Kai Chen

State-of-the-art detection systems are generally evaluated on their ability to exhaustively retrieve objects densely distributed in the image, across a wide variety of appearances and semantic categories. Orthogonal to this, many real-life…

计算机视觉与模式识别 · 计算机科学 2020-04-28 Amelie Royer , Christoph H. Lampert

We address the problem of contour detection via per-pixel classifications of edge point. To facilitate the process, the proposed approach leverages with DenseNet, an efficient implementation of multiscale convolutional neural networks…

计算机视觉与模式识别 · 计算机科学 2015-05-13 Jyh-Jing Hwang , Tyng-Luh Liu

As one of the basic tasks of computer vision, object detection has been widely used in many intelligent applications. However, object detection algorithms are usually heavyweight in computation, hindering their implementations on…

计算机视觉与模式识别 · 计算机科学 2021-08-31 Zhiqiang Cao , Zhijun Li , Pan Heng , Yongrui Chen , Daqi Xie , Jie Liu

Deep neural networks achieve outstanding results in challenging image classification tasks. However, the design of network topologies is a complex task and the research community makes a constant effort in discovering top-accuracy…

机器学习 · 计算机科学 2019-09-25 Florian Scheidegger , Luca Benini , Costas Bekas , Cristiano Malossi

Multi-scale features are essential for dense prediction tasks, such as object detection, instance segmentation, and semantic segmentation. The prevailing methods usually utilize a classification backbone to extract multi-scale features and…

计算机视觉与模式识别 · 计算机科学 2023-11-01 Gang Zhang , Ziyi Li , Chufeng Tang , Jianmin Li , Xiaolin Hu

Real-time object localization on edge devices is fundamental for numerous applications, ranging from surveillance to industrial automation. Traditional frameworks, such as object detection, segmentation, and keypoint detection, struggle in…

计算机视觉与模式识别 · 计算机科学 2024-11-26 Chen Xin , Thomas Motz , Andreas Hartel , Enkelejda Kasneci

Object detection in densely packed scenes is a new area where standard object detectors fail to train well. Dense object detectors like RetinaNet trained on large and dense datasets show great performance. We train a standard object…

计算机视觉与模式识别 · 计算机科学 2020-01-09 Srikrishna Varadarajan , Sonaal Kant , Muktabh Mayank Srivastava

Drone-based crowd tracking faces difficulties in accurately identifying and monitoring objects from an aerial perspective, largely due to their small size and close proximity to each other, which complicates both localization and tracking.…

计算机视觉与模式识别 · 计算机科学 2024-07-29 Yi Lei , Huilin Zhu , Jingling Yuan , Guangli Xiang , Xian Zhong , Shengfeng He

Convolutional Neural Networks (CNNs) can provide accurate object classification. They can be extended to perform object detection by iterating over dense or selected proposed object regions. However, the runtime of such detectors scales as…

计算机视觉与模式识别 · 计算机科学 2014-04-08 Forrest Iandola , Matt Moskewicz , Sergey Karayev , Ross Girshick , Trevor Darrell , Kurt Keutzer

Object Detection on the mobile system is a challenge in terms of everything. Nowadays, many object detection models have been designed, and most of them concentrate on precision. However, the computation burden of those models on mobile…

计算机视觉与模式识别 · 计算机科学 2021-10-25 Yihao Wang , Ling Gao , Jie Ren , Rui Cao , Hai Wang , Jie Zheng , Quanli Gao

Machine learning at the edge offers great benefits such as increased privacy and security, low latency, and more autonomy. However, a major challenge is that many devices, in particular edge devices, have very limited memory, weak…

机器学习 · 计算机科学 2019-09-05 Yang Li , Thomas Strohmer

Object detection often costs a considerable amount of computation to get satisfied performance, which is unfriendly to be deployed in edge devices. To address the trade-off between computational cost and detection accuracy, this paper…

计算机视觉与模式识别 · 计算机科学 2021-11-02 Huimin Shi , Quan Zhou , Yinghao Ni , Xiaofu Wu , Longin Jan Latecki