Autonomous driving paper index
AS-YOLOR: An Improved YOLO Model for Small Object Detection in Aerial Images
One-line summary
To address these issues, this paper proposes an Adaptive and Scalable YOLO model named AS-YOLOR (Adaptive and Scalable YOLO for Rotated object detection), based on the YOLOv8 baseline.
Engineering notes
Firstly, a high-resolution detection head is introduced, combined with a Cross-layer Soft-weighted Feature Fusion (CSFF) strategy, to adaptively fuse shallow detail information with deep semantic features, thereby significantly improving the model’s ability to capture features of tiny objects. By incorporating learnable weights and scale-sequence modeling, it achieves superior modeling of the nonlinear relationships between multi-scale features.
Chinese explanation / 中文解读
中文解读待补充:本站会优先为端到端自动驾驶、BEV感知、3D目标检测、轨迹预测、路径规划、LiDAR感知等高价值论文补充中文说明。
Original abstract
Accurate detection of small, rotated objects in practical scenarios such as remote sensing imagery and autonomous driving remains a critical challenge. Existing methods often struggle to balance detection accuracy and real-time performance, and face limitations in capturing subtle features, fusing multi-scale information, and regressing oriented bounding box angles. To address these issues, this paper proposes an Adaptive and Scalable YOLO model named AS-YOLOR (Adaptive and Scalable YOLO for Rotated object detection), based on the YOLOv8 baseline. The model introduces systematic innovations at three levels: feature enhancement, attention mechanism, and feature fusion. Firstly, a high-resolution detection head is introduced, combined with a Cross-layer Soft-weighted Feature Fusion (CSFF) strategy, to adaptively fuse shallow detail information with deep semantic features, thereby significantly improving the model’s ability to capture features of tiny objects. Secondly, a Hybrid Attention Module (HAM), enhanced with global context, is designed. This module integrates spatial attention in parallel with an improved Global Context Aware Block, effectively strengthening the model’s focus on and discriminative power for key target regions. Finally, an Adaptive Feature Fusion Path Network (AFFPN) is constructed. By incorporating learnable weights and scale-sequence modeling, it achieves superior modeling of the nonlinear relationships between multi-scale features. Experimental results on the DOTA-V1.0 public dataset demonstrate that the proposed AS-YOLOR model achieves 82.72% on the core evaluation metric mAP@50, representing a significant improvement of 3.22 percentage points over the baseline YOLOv8 model, and outperforming various mainstream rotated object detection methods. Comprehensive ablation studies validate the effectiveness of each improved component within the model. This research provides a solution with strong practical potential for achieving efficient and high-precision detection of small, rotated objects.
Links and sources
Need this topic turned into a technical roadmap?
Full Self Driving can prepare a custom autonomous driving literature review, code map, dataset map, and B2B technology assessment.
Request B2B research
Comments