WeChat Mini Program
Old Version Features

Image-Level Automatic Data Augmentation for Pedestrian Detection

IEEE Transactions on Instrumentation and Measurement(2024)SCI 2区

Hunan Univ

Cited 3|Views20
Abstract
Data augmentation (DA) is a commonly used method to alleviate the problem of detecting occluded pedestrians in crowded scenes. Recently, several dataset-level automatic DA methods have been proposed to search for a set of general DA policies for the entire dataset, which saves a lot of time compared to manually designing DA policies. However, due to the huge differences between each image in pedestrian detection datasets, existing dataset-level augmentation methods cannot automatically adjust DA policies according to the differences between them, which will lead to outlier data and degradation of model performance. Therefore, considering the differences between each image, we propose an image-level automatic DA method that aims to find an optimal DA policy for each image in the dataset according to their respective characteristics. Specifically, we first reformulate the image-level automatic DA method by constructing a search space based on categorical distribution, within which we specify the probability of operations being sampled according to their respective effectiveness so that useful operations can be effectively preserved and useless operations can be suppressed. Subsequently, we design an encoding method to recode the index of images and policies and use the encoded index to closely associate them to achieve a stable matching relationship between images and policies. Finally, a search framework with Bayesian optimization is developed for efficient policy mining. Comprehensive experiments on CrowdHuman and CityPersons datasets show that compared with the commonly used automatic DA method for pedestrian detection, AutoPedestrian, our method takes only 1/14 of the search time, but achieves better detection accuracy. Specifically, we achieve 10.2% MR−2 on the CityPersons reasonable subset and 36.8% MR−2 on the CrowdHuman dataset, outperforming state-of-the-art methods on the CrowdHuman dataset.
More
Translated text
Key words
Bayesian optimization,image-level automatic data augmentation (DA),pedestrian detection
求助PDF
上传PDF
Bibtex
AI Read Science
AI Summary
AI Summary is the key point extracted automatically understanding the full text of the paper, including the background, methods, results, conclusions, icons and other key content, so that you can get the outline of the paper at a glance.
Example
Background
Key content
Introduction
Methods
Results
Related work
Fund
Key content
  • Pretraining has recently greatly promoted the development of natural language processing (NLP)
  • We show that M6 outperforms the baselines in multimodal downstream tasks, and the large M6 with 10 parameters can reach a better performance
  • We propose a method called M6 that is able to process information of multiple modalities and perform both single-modal and cross-modal understanding and generation
  • The model is scaled to large model with 10 billion parameters with sophisticated deployment, and the 10 -parameter M6-large is the largest pretrained model in Chinese
  • Experimental results show that our proposed M6 outperforms the baseline in a number of downstream tasks concerning both single modality and multiple modalities We will continue the pretraining of extremely large models by increasing data to explore the limit of its performance
Upload PDF to Generate Summary
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点】:本文提出了一种针对行人检测任务的形象级自动数据增强方法,通过为每张图像定制最优的数据增强策略,有效提升了模型性能。

方法】:文章通过构建基于类别分布的搜索空间,并设计编码方法将图像索引和策略索引有效结合,利用贝叶斯优化框架进行高效策略挖掘。

实验】:作者在CrowdHuman和CityPersons数据集上进行了实验,结果表明该方法搜索时间仅为常用自动数据增强方法的1/14,同时在CityPersons合理子集上实现了10.2%的MR−2,在CrowdHuman数据集上实现了36.8%的MR−2,优于现有最佳方法。