Intelligent Cover Image Selection System for News Articles: Image Quality Assessment and Smart Cropping
The article describes an intelligent cover‑image selection system for NetEase News that automatically filters unsuitable illustrations, assesses image quality with a pairwise‑trained deep model across clarity, color and composition, and smartly crops images using aspect‑ratio‑aware object detection, dramatically cutting manual editing and enabling confidence‑based automatic publishing.
This article presents an intelligent cover image selection system developed for NetEase News app, addressing the challenge of automatically selecting optimal cover images from article illustrations. The system consists of two main components: candidate image generation and image cropping.
For candidate image generation, the system first filters unsuitable images including QR codes, images with excessive whitespace, images with too much text, images with competitor logos, and similar images. It employs deep convolutional neural networks for QR code detection, pixel statistics for whitespace analysis, text detection and recognition algorithms for text-heavy images, and grayscale histogram comparison for duplicate detection.
The image quality assessment model uses a novel pairwise comparison training approach rather than traditional point-wise training. The model considers multiple dimensions including image clarity, color saturation, contrast, brightness, subject emphasis, and composition complexity. By inputting image pairs and penalizing ranking inversions, the model better aligns with human subjective evaluation.
For image cropping, the system employs an object detection-based approach that predicts croppable regions for different aspect ratios. The model extends classic object detection algorithms (Faster RCNN, FRCNN, SSD, YOLO) by adding multiple output channels, each sensitive to a specific aspect ratio range. This allows the system to automatically detect the optimal crop region while maintaining visual aesthetics.
The system has been deployed in production, significantly reducing manual editing workload and accelerating the review process. With confidence scoring, high-confidence selections can bypass manual review entirely.
NetEase Media Technology Team
NetEase Media Technology Team
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.