Select-Mosaic: Data Augmentation Method for Dense Small Object Scenes
Data augmentation refers to the process of applying a series of transformations or expansions to original data to generate new samples, thereby increasing the diversity and quantity of the data, effectively improving the performance and robustness of models. As a common data augmentation method, Mosaic data augmentation technique stitches multiple images together to increase the diversity and complexity of training data, thereby reducing the risk of overfitting. Although Mosaic data augmentation achieves excellent results in general detection tasks by stitching images together, it still has certain limitations for specific detection tasks. This paper addresses the challenge of detecting a large number of densely distributed small objects in aerial images by proposing the Select-Mosaic data augmentation method, which is improved with a fine-grained region selection strategy. The improved Select-Mosaic method demonstrates superior performance in handling dense small object detection tasks, significantly enhancing the accuracy and stability of detection models. Code is available at https://github.com/malagoutou/Select-Mosaic.
Code (1)
Tasks
Data AugmentationDiversityobject-detectionObject DetectionSmall Object DetectionSimilar Papers 제목 키워드 기반
Single-stage uav detection and classification with yolov5: Mosaic data augmentation and panet
In Drone-vs-Bird Detection Challenge in conjunction with the 4th International Workshop on Small-Drone Surveillance, Detection and Counteraction Techniques at IEEE AVSS 2021, we proposed a YOLOV5-based object detection m…
2D Object DetectionData Augmentationobject-detectionObject DetectionMosaic Representation Learning for Self-supervised Visual Pre-training
Self-supervised learning has achieved significant success in learning visual representations without the need for manual annotation. To obtain generalizable representations, a meticulously designed data augmentation stra…
Data AugmentationRepresentation LearningSelf-Supervised LearningMosaic-IT: Free Compositional Data Augmentation Improves Instruction Tuning
Finetuning large language models with a variety of instruction-response pairs has enhanced their capability to understand and follow instructions. Current instruction tuning primarily relies on teacher models or human in…
Data AugmentationDiversityInstruction FollowingDense Registration and Mosaicking of Fingerprints by Training an End-to-End Network
Dense registration of fingerprints is a challenging task due to elastic skin distortion, low image quality, and self-similarity of ridge pattern. To overcome the limitation of handcraft features, we propose to train an e…
DecoderUnproportional mosaicing
Data shift is a gap between data distribution used for training and data distribution encountered in the real-world. Data augmentations help narrow the gap by generating new data samples, increasing data variability, and…
Data Augmentation