中文
相关论文

相关论文: An Energy and GPU-Computation Efficient Backbone N…

200 篇论文

Designing lightweight convolutional neural network (CNN) models is an active research area in edge AI. Compute-in-memory (CIM) provides a new computing paradigm to alleviate time and energy consumption caused by data transfer in von Neumann…

硬件体系结构 · 计算机科学 2025-08-19 Wenyong Zhou , Yuan Ren , Jiajun Zhou , Tianshu Hou , Ngai Wong

Event cameras offer high temporal resolution and dynamic range with minimal motion blur, making them promising for robust object detection. While Spiking Neural Networks (SNNs) on neuromorphic hardware are often considered for…

计算机视觉与模式识别 · 计算机科学 2025-06-23 Soikat Hasan Ahmed , Jan Finkbeiner , Emre Neftci

Objective. Limited access to breast cancer diagnosis globally leads to delayed treatment. Ultrasound, an effective yet underutilized method, requires specialized training for sonographers, which hinders its widespread use. Approach. Volume…

图像与视频处理 · 电气工程与系统科学 2023-11-21 Donya Khaledyan , Thomas J. Marini , Avice OConnell , Steven Meng , Jonah Kan , Galen Brennan , Yu Zhao , Timothy M. Baran , Kevin J. Parker

In object detection, the detection backbone consumes more than half of the overall inference cost. Recent researches attempt to reduce this cost by optimizing the backbone architecture with the help of Neural Architecture Search (NAS).…

计算机视觉与模式识别 · 计算机科学 2022-06-16 Zhenhong Sun , Ming Lin , Xiuyu Sun , Zhiyu Tan , Hao Li , Rong Jin

Deploying tiny object perception on edge platforms is challenging because practical systems must satisfy both strict compute budgets and end-to-end latency constraints. A common strategy is to first select a small number of candidate…

计算机视觉与模式识别 · 计算机科学 2026-04-29 Xiong Zhouzhi , Zimo Zeng , Yi Chen , Shuqi Xu , Yunfeng Yan , Donglian Qi

Detecting small targets in drone imagery is challenging due to low resolution, complex backgrounds, and dynamic scenes. We propose EDNet, a novel edge-target detection framework built on an enhanced YOLOv10 architecture, optimized for…

计算机视觉与模式识别 · 计算机科学 2025-01-13 Zhifan Song , Yuan Zhang , Abd Al Rahman M. Abu Ebayyeh

In this paper, we propose a novel Convolutional Neural Network (CNN) architecture for learning multi-scale feature representations with good tradeoffs between speed and accuracy. This is achieved by using a multi-branch network, which has…

计算机视觉与模式识别 · 计算机科学 2019-08-01 Chun-Fu Chen , Quanfu Fan , Neil Mallinar , Tom Sercu , Rogerio Feris

Convolutional neural networks (CNN) are increasingly used in many areas of computer vision. They are particularly attractive because of their ability to "absorb" great quantities of labeled data through millions of parameters. However, as…

机器学习 · 计算机科学 2015-06-16 Wenlin Chen , James T. Wilson , Stephen Tyree , Kilian Q. Weinberger , Yixin Chen

Convolutional neural network (CNN) has drawn increasing interest in visual tracking owing to its powerfulness in feature extraction. Most existing CNN-based trackers treat tracking as a classification problem. However, these trackers are…

计算机视觉与模式识别 · 计算机科学 2017-05-02 Heng Fan , Haibin Ling

Visual object tracking remains an active research field in computer vision due to persisting challenges with various problem-specific factors in real-world scenes. Many existing tracking methods based on discriminative correlation filters…

计算机视觉与模式识别 · 计算机科学 2021-09-21 Seyed Mojtaba Marvasti-Zadeh , Hossein Ghanei-Yakhdan , Shohreh Kasaei , Kamal Nasrollahi , Thomas B. Moeslund

3D object detection from LiDAR sensor data is an important topic in the context of autonomous cars and drones. In this paper, we present the results of experiments on the impact of backbone selection of a deep convolutional neural network…

计算机视觉与模式识别 · 计算机科学 2022-10-03 Konrad Lis , Tomasz Kryjak

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

Deep net architectures have constantly evolved over the past few years, leading to significant advancements in a wide array of computer vision tasks. However, besides high accuracy, many applications also require a low computational load…

计算机视觉与模式识别 · 计算机科学 2018-11-28 Idan Kligvasser , Tomer Michaeli

Object detection and instance segmentation are two fundamental computer vision tasks. They are closely correlated but their relations have not yet been fully explored in most previous work. This paper presents RDSNet, a novel deep…

计算机视觉与模式识别 · 计算机科学 2019-12-12 Shaoru Wang , Yongchao Gong , Junliang Xing , Lichao Huang , Chang Huang , Weiming Hu

We propose a Convolutional Neural Network (CNN) based algorithm - StuffNet - for object detection. In addition to the standard convolutional features trained for region proposal and object detection [31], StuffNet uses convolutional…

计算机视觉与模式识别 · 计算机科学 2017-01-31 Samarth Brahmbhatt , Henrik I. Christensen , James Hays

This paper addresses the challenge of establishing a bridge between deep convolutional neural networks and conventional object detection frameworks for accurate and efficient generic object detection. We introduce Dense Neural Patterns,…

计算机视觉与模式识别 · 计算机科学 2014-04-17 Will Y. Zou , Xiaoyu Wang , Miao Sun , Yuanqing Lin

Object detection using deep neural networks (DNNs) involves a huge amount of computation which impedes its implementation on resource/energy-limited user-end devices. The reason for the success of DNNs is due to having knowledge over all…

计算机视觉与模式识别 · 计算机科学 2020-06-09 Mohammad Farhadi Bajestani , Mehdi Ghasemi , Sarma Vrudhula , Yezhou Yang

For current object detectors, the scale of the receptive field of feature extraction operators usually increases layer by layer. Those operators are called scale-oriented operators in this paper, such as the convolution layer in CNN, and…

计算机视觉与模式识别 · 计算机科学 2021-02-09 Jie Li , Yu Hu

Semantic segmentation is a fundamental task in visual scene understanding. We focus on the supervised setting, where ground-truth semantic annotations are available. Based on knowledge about the high regularity of real-world scenes, we…

计算机视觉与模式识别 · 计算机科学 2023-11-16 Stamatis Alexandropoulos , Christos Sakaridis , Petros Maragos

Spiking Neural Networks (SNNs) are the third generation of neural networks. They have gained widespread attention in object detection due to their low energy consumption and biological interpretability. However, existing SNN-based object…

计算机视觉与模式识别 · 计算机科学 2026-05-21 Yimeng Fan , Changsong Liu , Mingyang Li , Dongze Liu , Yuting Su , Yanyan Liu , Wei Zhang
‹ 上一页 1 8 9 10 下一页 ›