paper-with-me

Papers

Fragmented Layer Grouping in GUI Designs Through Graph Learning Based on Multimodal Information

2024-12-07 · Yunnong Chen, Shuhong Xiao, Jiazhi Li, Tingting Zhou, Yanfang Chang, Yankun Zhen, Lingyun Sun, Liuqing Chen

Automatically constructing GUI groups of different granularities constitutes a critical intelligent step towards automating GUI design and implementation tasks. Specifically, in the industrial GUI-to-code process, fragmented layers may decrease the readability and maintainability of generated code, which can be alleviated by grouping semantically consistent fragmented layers in the design prototypes. This study aims to propose a graph-learning-based approach to tackle the fragmented layer grouping problem according to multi-modal information in design prototypes. Our graph learning module consists of self-attention and graph neural network modules. By taking the multimodal fused representation of GUI layers as input, we innovatively group fragmented layers by classifying GUI layers and regressing the bounding boxes of the corresponding GUI components simultaneously. Experiments on two real-world datasets demonstrate that our model achieves state-of-the-art performance. A further user study is also conducted to validate that our approach can assist an intelligent downstream tool in generating more maintainable and readable front-end code.

📄 PDF Abstract BibTeX arXiv:2412.05555

Code (2)

zjl12138/uldgnn 공식 구현 pytorch
Ayumu-J-S/Point-JEPA pytorch

Tasks

Graph LearningGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

EGFE: End-to-end Grouping of Fragmented Elements in UI Designs with Multimodal Learning

2023-09-18 · Liuqing Chen, Yunnong Chen, Shuhong Xiao, Yaxuan Song 외

When translating UI design prototypes to code in industry, automatically generating code from design prototypes can expedite the development of applications and GUI iterations. However, in design prototypes without stric…

Representation Learning

ULDGNN: A Fragmented UI Layer Detector Based on Graph Neural Networks

2022-08-13 · Jiazhi Li, Tingting Zhou, Yunnong Chen, Yanfang Chang 외

While some work attempt to generate front-end code intelligently from UI screenshots, it may be more convenient to utilize UI design drafts in Sketch which is a popular UI design software, because we can access multimoda…

Code Generation

Unlocking Hidden Potential in Point Cloud Networks with Attention-Guided Grouping-Feature Coordination

2025-09-20 · Shangzhuo Xie, Qianqian Yang arxiv

Point cloud analysis has evolved with diverse network architectures, while existing works predominantly focus on introducing novel structural designs. However, conventional point-based architectures - processing raw poin…

Deep Efficient Private Neighbor Generation for Subgraph Federated Learning

2024-01-09 · Ke Zhang, Lichao Sun, Bolin Ding, Siu Ming Yiu 외

Behemoth graphs are often fragmented and separately stored by multiple data owners as distributed subgraphs in many realistic applications. Without harming data privacy, it is natural to consider the subgraph federated l…

Federated LearningGraph Mining

LayerD: Decomposing Raster Graphic Designs into Layers

2025-09-29 · Tomoyuki Suzuki, Kang-Jun Liu, Naoto Inoue, Kota Yamaguchi arxiv

Designers craft and edit graphic designs in a layer representation, but layer-based editing becomes impossible once composited into a raster image. In this work, we propose LayerD, a method to decompose raster graphic de…