Related Experiment Video
Updated: Jun 16, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
Published on: December 15, 2023
Omni-dimensional dynamic convolution with coordinate attention detection scheme
1Computer Engineering Department, Jiangsu Second Normal University, Nanjing, Jiangsu, China.
Abstract:
The paper proposes improvements to YOLOv8n to enhance small target detection capabilities and introduces coordinate attention (CA) to the C2f module to improve focus on spatial information and local details. CA enhances spatial feature representation and small object recognition and replaces Path Aggregation Network with Bidirectional Feature Pyramid Network (BiFPN) in the neck to better fuse multi-scale features. BiFPN enables more effective fusion of features at different scales and adds a smaller detection head to improve perception of very small targets. The additional detection head utilizes more shallow feature information and incorporates Omni-dimensional Dynamic Convolution (ODConv) to adaptively adjust convolution kernels. ODConv allows flexible capture of critical information for various target patterns and sizes. Experimental results show the proposed improvements lead to better performance on small object detection tasks, with increases in metrics like average precision mean (mAP), precision, and recall. The combined enhancements aim to address common challenges in small target detection such as low contrast, large-scale differences, and the need for fine-grained feature capture. Compared to the original YOLOv8n algorithm, this algorithm improves the average accuracy on small targets by 3.2% for mAP@50, 4.4% for mAP@75, 3% for Precision rate, and 4% for Recall.
Related Concept Videos
Collisions in Multiple Dimensions: Introduction
Convolution Properties II
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...
Convolution Properties I
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:
Depth Perception and Spatial Vision
Collisions in Multiple Dimensions: Problem Solving
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...
Convolution: Math, Graphics, and Discrete Signals
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...

