paper-with-me

홈 › Papers

ScreenSeg: On-Device Screenshot Layout Analysis

2021-04-16 · Manoj Goyal, Rachit S Munjal, Sukumar Moharana, Deepak Garg, Debi Prasanna Mohanty, Siva Prasad Thota

We propose a novel end-to-end solution that performs a Hierarchical Layout Analysis of screenshots and document images on resource constrained devices like mobilephones. Our approach segments entities like Grid, Image, Text and Icon blocks occurring in a screenshot. We provide an option for smart editing by auto highlighting these entities for saving or sharing. Further this multi-level layout analysis of screenshots has many use cases including content extraction, keyword-based image search, style transfer, etc. We have addressed the limitations of known baseline approaches, supported a wide variety of semantically complex screenshots, and developed an approach which is highly optimized for on-device deployment. In addition, we present a novel weighted NMS technique for filtering object proposals. We achieve an average precision of about 0.95 with a latency of around 200ms on Samsung Galaxy S10 Device for a screenshot of 1080p resolution. The solution pipeline is already commercialized in Samsung Device applications i.e. Samsung Capture, Smart Crop, My Filter in Camera Application, Bixby Touch.

📄 PDF Abstract BibTeX arXiv:2104.08052

Code (0)

등록된 구현이 없습니다.

Tasks

Image RetrievalStyle Transfer

Similar Papers 제목 키워드 기반

Magic Layouts: Structural Prior for Component Detection in User Interface Designs

2021-06-14 · CVPR 2021 1 · Dipu Manandhar, Hailin Jin, John Collomosse

We present Magic Layouts; a method for parsing screenshots or hand-drawn sketches of user interface (UI) layouts. Our core contribution is to extend existing detectors to exploit a learned structural prior for UI designs…

Learning to Denoise Raw Mobile UI Layouts for Improving Datasets at Scale

2022-01-11 · Gang Li, Gilles Baechler, Manuel Tragut, Yang Li

The layout of a mobile screen is a critical data source for UI design research and semantic understanding of the screen. However, UI layouts in existing datasets are often noisy, have mismatches with their visual represe…

Denoisingvalid

VisRefiner: Learning from Visual Differences for Screenshot-to-Code Generation

2026-02-05 · Jie Deng, Kaichun Yao, Libo Zhang arxiv

Screenshot-to-code generation aims to translate user interface screenshots into executable frontend code that faithfully reproduces the target layout and style. Existing multimodal large language models perform this mapp…

Reinforcement LearningCode Generation

UISim: An Interactive Image-Based UI Simulator for Dynamic Mobile Environments

2025-09-26 · Jiannan Xiang, Yun Zhu, Lei Shu, Maria Wang 외 arxiv

Developing and testing user interfaces (UIs) and training AI agents to interact with them are challenging due to the dynamic and diverse nature of real-world mobile environments. Existing methods often rely on cumbersome…

Synthetic Data Generation

On- Device Information Extraction from Screenshots in form of tags

2020-01-11 · Sumit Kumar, Gopi Ramena, Manoj Goyal, Debi Mohanty 외

We propose a method to make mobile screenshots easily searchable. In this paper, we present the workflow in which we: 1) preprocessed a collection of screenshots, 2) identified script presentin image, 3) extracted unstru…

FormTAG