具有坐标注意力检测方案的万维动态卷积
1Computer Engineering Department, Jiangsu Second Normal University, Nanjing, Jiangsu, China.
Science progress
|June 13, 2025
概括
这项研究通过整合坐标注意力 (CA) 和双向特征金字塔网络 (BiFPN) 来增强YOLOv8n以改进小物体检测. 这些升级显著提高了识别小目标的性能,这对于各种计算机视觉应用至关重要.
科学领域:
- 计算机视觉 计算机视觉
- 机器学习 机器学习
- 深度学习 (Deep Learning) 是一种深度学习.
背景情况:
- 小物体检测在计算机视觉中仍然是一个挑战,原因是分辨率低和细粒度细节.
- 像YOLOv8n这样的现有模型需要进行架构修改,以有效地捕捉小目标的特征.
研究的目的:
- 改进YOLOv8n模型的小型目标检测能力.
- 增强空间特征表示和多尺度特征融合,以更好地识别小物体.
主要方法:
- 在C2f模块中内置了协调注意力 (CA),以改进空间焦点.
- 用双向特征金字塔网络 (BiFPN) 取代路径聚合网络,以实现优越的多尺度特征融合.
- 引入了一个额外的较小的检测头,具有全维动态卷积 (ODConv),用于增强对非常小物体的感知.
主要成果:
- 在小物体检测指标方面取得了显著的改进,包括平均精度平均值 (mAP),精度和回忆.
- 与原来的YOLOv8n.相比,小目标的mAP@50增加了3.2%,mAP@75增加了4.4%.
- 展示了捕捉细粒度特征和解决诸如低对比度和尺度变化等挑战的增强能力.
结论:
- 提议的改进有效地提高了YOLOv8n在小物体检测任务上的性能.
- 集成CA,BiFPN和ODConv为复杂场景中识别小物体提供了强大的解决方案.
- 这项工作有助于提高对象检测系统的准确性和可靠性,用于需要识别微小目标的应用.
相关概念视频
Collisions in Multiple Dimensions: Introduction
4.9K
It is far more common for collisions to occur in two dimensions; that is, the initial velocity vectors are neither parallel nor antiparallel to each other. Let's see what complications arise from this. The first idea is that momentum is a vector. Like all vectors, it can be expressed as a sum of perpendicular components (usually, though not always, an x-component and a y-component, and a z-component if necessary). Thus, when the statement of conservation of momentum is written for a...
4.9K
Convolution Properties II
178
The important convolution properties include width, area, differentiation, and integration properties.
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
178
Convolution Properties I
143
Convolution computations can be simplified by utilizing their inherent properties.
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:
143
Depth Perception and Spatial Vision
612
Depth perception is the ability to perceive objects three-dimensionally. It relies on two types of cues: binocular and monocular. Binocular cues depend on the combination of images from both eyes and how the eyes work together. Since the eyes are in slightly different positions, each eye captures a slightly different image. This disparity between images, known as binocular disparity, helps the brain interpret depth. When the brain compares these images, it determines the distance to an object.
612
Collisions in Multiple Dimensions: Problem Solving
3.7K
In multiple dimensions, the conservation of momentum applies in each direction independently. Hence, to solve collisions in multiple dimensions, we should write down the momentum conservation in each direction separately. To help understand collisions in multiple dimensions, consider an example.
A small car of mass 1,200 kg traveling east at 60 km/h collides at an intersection with a truck of mass 3,000 kg traveling due north at 40 km/h. The two vehicles are locked together. What is the...
A small car of mass 1,200 kg traveling east at 60 km/h collides at an intersection with a truck of mass 3,000 kg traveling due north at 40 km/h. The two vehicles are locked together. What is the...
3.7K
Convolution: Math, Graphics, and Discrete Signals
239
In any LTI (Linear Time-Invariant) system, the convolution of two signals is denoted using a convolution operator, assuming all initial conditions are zero. The convolution integral can be divided into two parts: the zero-input or natural response and the zero-state or forced response, with t0 indicating the initial time.
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
239


