Related Experiment Video
Updated: Aug 22, 2025

Combining Eye-tracking Data with an Analysis of Video Content from Free-viewing a Video of a Walk in an Urban Park Environment
Published on: May 7, 2019
Oriented Vehicle Detection in Aerial Images Based on YOLOv4
1Department of Information & Computer Engineering, Chung Yuan Christian University, Taoyuan 320, Taiwan.
This study introduces a novel oriented object detector using YOLOv4 architecture, which accurately detects objects in aerial images by regressing front point offsets. The method improves detection speed by over 25% while maintaining high accuracy.
Area of Science:
- Computer Vision
- Machine Learning
- Remote Sensing
Background:
- Convolutional Neural Network (CNN)-based object detectors commonly use horizontal bounding boxes.
- Objects in aerial imagery, like vehicles and buildings, often have distinct orientations and can be densely packed.
- Existing oriented bounding box methods struggle with discontinuous boundaries due to angle periodicity or corner ordering.
Purpose of the Study:
- To develop a simple and efficient oriented object detector.
- To overcome the limitations of existing methods in handling object orientation and boundary discontinuities.
- To improve detection speed and accuracy for oriented objects in aerial images.
Main Methods:
- Proposed a novel oriented object detection method integrated into the YOLOv4 architecture.
- Regressed the offset of an object's front point instead of angle or corners to avoid boundary problems.
- Introduced an Intersection over Union (IoU) correction factor for stable training.
Main Results:
- Achieved significantly higher detection speed compared to other methods.
- Maintained high accuracy, outperforming existing approaches on DOTA and HRSC2016 datasets.
- Obtained the highest mean Average Precision (mAP) for classes with clear front-side appearances on the DOTA dataset.
- Demonstrated over 25% increase in detection speed due to the efficient YOLOv4 architecture.
Conclusions:
- The proposed front-point regression method effectively addresses boundary discontinuity issues in oriented object detection.
- The integration with YOLOv4 provides a highly efficient and accurate solution for aerial object detection.
- The method shows superior performance, particularly for objects with prominent front-side characteristics in aerial imagery.
Related Concept Videos
Relative Motion Analysis using Rotating Axes-Problem Solving
Here, in order to determine the magnitude of velocity and acceleration for point...
Relative Motion Analysis using Rotating Axes
However, to express the relative position of point B relative to point A, an additional frame of reference, denoted as x'y', is necessary. This additional frame not only translates but also rotates relative to the fixed frame, making it...
Light Acquisition
Force Classification
Contact and non-contact forces are two of the most widely used categories of forces. As the name suggests, contact forces require physical contact between two objects to act upon each other. Examples of contact forces include frictional,...
Deconvolution
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Absolute Motion Analysis- General Plane Motion
As the drone's propellers rotate, an upward force is generated that counteracts the force of gravity, enabling the drone to lift off from the ground. This initial movement of the drone is along a straight path, representing a form of translational motion. In this phase, every point on the...

