paper-with-me

Papers

ReverseORC: Reverse Engineering of Resizable User Interface Layouts with OR-Constraints

2022-02-23 · Yue Jiang, Wolfgang Stuerzlinger, Christof Lutteroth

Reverse engineering (RE) of user interfaces (UIs) plays an important role in software evolution. However, the large diversity of UI technologies and the need for UIs to be resizable make this challenging. We propose ReverseORC, a novel RE approach able to discover diverse layout types and their dynamic resizing behaviours independently of their implementation, and to specify them by using OR constraints. Unlike previous RE approaches, ReverseORC infers flexible layout constraint specifications by sampling UIs at different sizes and analyzing the differences between them. It can create specifications that replicate even some non-standard layout managers with complex dynamic layout behaviours. We demonstrate that ReverseORC works across different platforms with very different layout approaches, e.g., for GUIs as well as for the Web. Furthermore, it can be used to detect and fix problems in legacy UIs, extend UIs with enhanced layout behaviours, and support the creation of flexible UI layouts.

📄 PDF Abstract BibTeX arXiv:2202.11523

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Similar Papers 제목 키워드 기반

StateLens: A Reverse Engineering Solution for Making Existing Dynamic Touchscreens Accessible

2019-08-20 · Anhong Guo, Junhan Kong, Michael Rivera, Frank F. Xu 외

Blind people frequently encounter inaccessible dynamic touchscreens in their everyday lives that are difficult, frustrating, and often impossible to use independently. Touchscreens are often the only way to control every…

Resizable Neural Networks

2019-09-25 · Yichen Zhu, Xiangyu Zhang, Tong Yang, Jian Sun

In this paper, we present a deep convolutional neural network (CNN) which performs arbitrary resize operation on intermediate feature map resolution at stage-level. Motivated by weight sharing mechanism in neural archit…

Data AugmentationNeural Architecture Search

Reverse Browser: Vector-Image-to-Code Generator

2025-09-05 · Zoltan Toth-Czifra arxiv

Automating the conversion of user interface design into code (image-to-code or image-to-UI) is an active area of software engineering research. However, the state-of-the-art solutions do not achieve high fidelity to the …

Image Quality Assessment

URNet : User-Resizable Residual Networks with Conditional Gating Module

2019-01-15 · Sang-ho Lee, Simyung Chang, Nojun Kwak

Convolutional Neural Networks are widely used to process spatial scenes, but their computational cost is fixed and depends on the structure of the network used. There are methods to reduce the cost by compressing network…

AI-Guided Exploration of Large-Scale Codebases

2025-08-07 · Yoseph Berhanu Alebachew arxiv

Understanding large-scale, complex software systems is a major challenge for developers, who spend a significant portion of their time on program comprehension. Traditional tools such as static visualizations and reverse…