基于分布式卷积神经网络的目标检测 / Object Detection Based on Distributed Convolutional Neural Networks
1️⃣ 一句话总结
这篇论文提出了一种基于分布式卷积神经网络的轻量级目标检测方法,其核心思想是通过并行检测目标在不同尺度上的特征来定位物体,该方法仅需物体中心图像数据进行训练,并能通过并行处理显著提升检测速度。
Based on the Distributed Convolutional Neural Network(DisCNN), a straightforward object detection method is proposed. The modules of the output vector of a DisCNN with respect to a specific positive class are positively monotonic with the presence probabilities of the positive features. So, by identifying all high-scoring patches across all possible scales, the positive object can be detected by overlapping them to form a bounding box. The essential idea is that the object is detected by detecting its features on multiple scales, ranging from specific sub-features to abstract features composed of these sub-features. Training DisCNN requires only object-centered image data with positive and negative class labels. The detection process for multiple positive classes can be conducted in parallel to significantly accelerate it, and also faster for single-object detection because of its lightweight model architecture.
基于分布式卷积神经网络的目标检测 / Object Detection Based on Distributed Convolutional Neural Networks
这篇论文提出了一种基于分布式卷积神经网络的轻量级目标检测方法,其核心思想是通过并行检测目标在不同尺度上的特征来定位物体,该方法仅需物体中心图像数据进行训练,并能通过并行处理显著提升检测速度。
源自 arXiv: 2603.28050