paper-with-me

홈 › Papers

Select-Mosaic: Data Augmentation Method for Dense Small Object Scenes

2024-06-08 · Hao Zhang, Shuaijie Zhang, Renbin Zou

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.

📄 PDF Abstract BibTeX arXiv:2406.05412

Code (1)

malagoutou/select-mosaic 공식 구현

Tasks

Data AugmentationDiversityobject-detectionObject DetectionSmall Object Detection

Similar Papers 제목 키워드 기반

Single-stage uav detection and classification with yolov5: Mosaic data augmentation and panet

2021-11-16 · 2021 17th IEEE International Conference on Advanced Video and Signal Based Surveillance (AVSS) 2021 11 · Fardad Dadboud, Vaibhav Patel, Varun Mehta, Miodrag Bolic

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 Detection

Mosaic Representation Learning for Self-supervised Visual Pre-training

2023-02-28 · journal 2023 2 · Zhaoqing Wang, Ziyu Chen, Yaqian Li, Yandong Guo 외

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 Learning

Mosaic-IT: Free Compositional Data Augmentation Improves Instruction Tuning

2024-05-22 · Ming Li, Pei Chen, Chenguang Wang, Hongyu Zhao 외

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 Following

Dense Registration and Mosaicking of Fingerprints by Training an End-to-End Network

2020-04-13 · Zhe Cui, Jianjiang Feng, Jie zhou

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…

Decoder

Unproportional mosaicing

2023-03-03 · Vojtech Molek, Petr Hurtik, Pavel Vlasanek, David Adamczyk

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