Filtering-out poor-quality images for data preparation

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Robotics & Autonomous Systems · Depth: Expert, quick

Summary

An approach is proposed that filters out poor-quality images for various environmental and camera impacts, rather than denoising them. This method addresses limitations of traditional CNN-based denoising techniques, which often require specific training datasets, image resizing, and are limited to certain types of environmental and camera noise. The new approach assesses image quality using a specific metric and applies an optimum threshold to remove low-quality images, while ensuring a sufficient quantity remains for deep learning model development. Demonstrated on real and simulated traffic and object recognition data, the approach achieved an average recognition accuracy of 93.8% for traffic sign recognition and 84.9% for object recognition, outperforming existing methods.

Key takeaway

For Machine Learning Engineers preparing image datasets for critical applications like autonomous vehicles, consider implementing a quality filtering step instead of traditional denoising. Your models can achieve higher recognition accuracy, as demonstrated by 93.8% for traffic signs and 84.9% for object recognition, by proactively removing poor-quality images based on an assessment metric and threshold. This ensures robust data quality for deep learning model development.

Key insights

Filtering out poor-quality images using an assessment metric and threshold surpasses traditional denoising for diverse noise types.

Principles

Method

Assess image quality using a metric, then apply an optimum threshold to filter out poor-quality images. Ensure enough data remains for deep learning model development.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.