ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
205
Citations
3
Influential Citations
IEEE Transactions on Image Processing
Venue
2012
Year
As one of the most basic photo manipulation processes, photo cropping is widely used in the printing, graphic design, and photography industries. In this paper, we introduce graphlets (i.e., small connected subgraphs) to represent a photo's aesthetic features, and propose a probabilistic model to transfer aesthetic features from the training photo onto the cropped photo. In particular, by segmenting each photo into a set of regions, we construct a region adjacency graph (RAG) to represent the global aesthetic feature of each photo. Graphlets are then extracted from the RAGs, and these graphlets capture the local aesthetic features of the photos. Finally, we cast photo cropping as a candidate-searching procedure on the basis of a probabilistic model, and infer the parameters of the cropped photos using Gibbs sampling. The proposed method is fully automatic. Subjective evaluations have shown that it is preferred over a number of existing approaches.
Photo cropping is a fundamental operation in photography, graphic design, and printing, yet automating it to produce aesthetically pleasing results remains challenging. Traditional cropping methods often rely on simple heuristics (e.g., rule of thirds) or supervised learning with handcrafted features. This paper matters because it introduces a novel graph-theoretic representation—graphlets—to capture both global and local aesthetic features in a unified probabilistic framework. By modeling the aesthetic structure of a photo as a region adjacency graph and extracting small connected subgraphs (graphlets), the approach can transfer aesthetic patterns from training photos to new crops without requiring explicit rule definitions.
The work is significant for AI practitioners because it demonstrates how structured graph representations can be applied to a classic image processing task. The use of Gibbs sampling for inference also highlights a practical application of probabilistic graphical models in computer vision, which may inspire similar approaches for other image composition tasks like retargeting or collage generation.
The abstract reports that subjective evaluations (likely user studies) show the proposed method is preferred over a number of existing approaches. However, no concrete numerical metrics (e.g., precision, recall, or user preference percentages) are provided in the abstract. The paper likely includes comparisons with baseline methods such as rule-of-thirds cropping, saliency-based cropping, and earlier aesthetic quality assessment models. The lack of quantitative results in the abstract limits the ability to assess the magnitude of improvement.
This paper contributes to the broader AI field by bridging graph theory and aesthetic modeling, a relatively underexplored area at the time of publication. It shows that local structural patterns (graphlets) can effectively capture aesthetic properties that are difficult to encode with global features. The probabilistic transfer learning approach also aligns with later trends in few-shot and domain adaptation methods. For practitioners, the work provides a concrete example of how to combine graph-based feature extraction with probabilistic inference for a real-world image editing task. The ideas may extend to other domains such as video cropping, image composition, and layout generation.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba