Spatial-Semantic Collaborative Cropping for User Generated Content
Yukun Su, Yiwen Cao, Jingliang Deng, Fengyun Rao, Qingyao Wu
TL;DR
This work tackles the challenge of generating aesthetically pleasing, content-preserving thumbnails for diverse UGC under a fixed aspect ratio. It introduces S2CNet, a Spatial-Semantic Collaborative Cropping Network that builds a fully connected, adaptive graph over RoIs and the crop candidate, integrating semantic similarity and spatial topology through a graph-aware attention mechanism to propagate information toward the crop candidate. A key contribution is the UGCrop5K dataset, comprising 5,000 images and 450,000 densely labeled candidate crops with MOS ratings, enabling robust evaluation in real-world, multi-object scenes. Experiments show that S2CNet outperforms state-of-the-art cropping methods on UGCrop5K and GAICv1/v2 benchmarks while maintaining real-time efficiency (~162 FPS on an RTX 2080Ti), demonstrating practical impact for thumbnailing, cover images, and icon generation in UGC platforms.
Abstract
A large amount of User Generated Content (UGC) is uploaded to the Internet daily and displayed to people world-widely through the client side (e.g., mobile and PC). This requires the cropping algorithms to produce the aesthetic thumbnail within a specific aspect ratio on different devices. However, existing image cropping works mainly focus on landmark or landscape images, which fail to model the relations among the multi-objects with the complex background in UGC. Besides, previous methods merely consider the aesthetics of the cropped images while ignoring the content integrity, which is crucial for UGC cropping. In this paper, we propose a Spatial-Semantic Collaborative cropping network (S2CNet) for arbitrary user generated content accompanied by a new cropping benchmark. Specifically, we first mine the visual genes of the potential objects. Then, the suggested adaptive attention graph recasts this task as a procedure of information association over visual nodes. The underlying spatial and semantic relations are ultimately centralized to the crop candidate through differentiable message passing, which helps our network efficiently to preserve both the aesthetics and the content integrity. Extensive experiments on the proposed UGCrop5K and other public datasets demonstrate the superiority of our approach over state-of-the-art counterparts. Our project is available at https://github.com/suyukun666/S2CNet.
