paper-with-me

Papers

Hierarchical Layout-Aware Graph Convolutional Network for Unified Aesthetics Assessment

2021-06-19 · CVPR 2021 1 · Dongyu She, Yu-Kun Lai, Gaoxiong Yi, Kun Xu

Learning computational models of image aesthetics can have a substantial impact on visual art and graphic design. Although automatic image aesthetics assessment is a challenging topic by its subjective nature, psychological studies have confirmed a strong correlation between image layouts and perceived image quality. While previous state-of-the-art methods attempt to learn holistic information using deep Convolutional Neural Networks (CNNs), our approach is motivated by the fact that Graph Convolutional Network (GCN) architecture is conceivably more suited for modeling complex relations among image regions than vanilla convolutional layers. Specifically, we present a Hierarchical Layout-Aware Graph Convolutional Network (HLA-GCN) to capture layout information. It is a dedicated double-subnet neural network consisting of two LAGCN modules. The first LA-GCN module constructs an aesthetics-related graph in the coordinate space and performs reasoning over spatial nodes. The second LA-GCN module performs graph reasoning after aggregating significant regions in a latent space. The model output is a hierarchical representation with layout-aware features from both spatial and aggregated nodes for unified aesthetics assessment. Extensive evaluations show that our proposed model outperforms the state-of-the-art on the AVA and AADB datasets across three different tasks. The code is available at http://github.com/days1011/HLAGCN.

📄 PDF Abstract BibTeX

Code (1)

days1011/HLAGCN 공식 구현 pytorch

Similar Papers 제목 키워드 기반

OPAL-Net: A Generative Model for Part-based Object Layout Generation

2020-05-30 · Rishabh Baghel, Ravi Kiran Sarvadevabhatla

We propose OPAL-Net, a novel hierarchical architecture for part-based layout generation of objects from multiple categories using a single unified model. We adopt a coarse-to-fine strategy involving semantically conditio…

Layout Generation

MeronymNet: A Hierarchical Approach for Unified and Controllable Multi-Category Object Generation

2021-10-17 · Rishabh Baghel, Abhishek Trivedi, Tejas Ravichandran, Ravi Kiran Sarvadevabhatla

We introduce MeronymNet, a novel hierarchical approach for controllable, part-based generation of multi-category objects using a single unified model. We adopt a guided coarse-to-fine strategy involving semantically cond…

Object

Hierarchical Text Spotter for Joint Text Spotting and Layout Analysis

2023-10-25 · Shangbang Long, Siyang Qin, Yasuhisa Fujii, Alessandro Bissacco 외

We propose Hierarchical Text Spotter (HTS), a novel method for the joint task of word-level text spotting and geometric layout analysis. HTS can recognize text in an image and identify its 4-level hierarchical structure:…

Text Spotting

LayoutFormer: Hierarchical Text Detection Towards Scene Text Understanding

2024-01-01 · CVPR 2024 1 · Min Liang, Jia-Wei Ma, Xiaobin Zhu, Jingyan Qin 외

Existing scene text detectors generally focus on accurately detecting single-level (i.e. word-level line-level or paragraph-level) text entities without exploring the relationships among different levels of text enti…

PredictionText Detection

UniLayDiff: A Unified Diffusion Transformer for Content-Aware Layout Generation

2025-12-09 · Zeyang Liu, Le Wang, Sanping Zhou, Yuxuan Wu 외 arxiv

Content-aware layout generation is a critical task in graphic design automation, focused on creating visually appealing arrangements of elements that seamlessly blend with a given background image. The variety of real-wo…