paper-with-me

Papers

Boosting GUI Prototyping with Diffusion Models

2023-06-09 · Jialiang Wei, Anne-Lise Courbis, Thomas Lambolais, Binbin Xu, Pierre Louis Bernard, Gérard Dray

GUI (graphical user interface) prototyping is a widely-used technique in requirements engineering for gathering and refining requirements, reducing development risks and increasing stakeholder engagement. However, GUI prototyping can be a time-consuming and costly process. In recent years, deep learning models such as Stable Diffusion have emerged as a powerful text-to-image tool capable of generating detailed images based on text prompts. In this paper, we propose UI-Diffuser, an approach that leverages Stable Diffusion to generate mobile UIs through simple textual descriptions and UI components. Preliminary results show that UI-Diffuser provides an efficient and cost-effective way to generate mobile GUI designs while reducing the need for extensive prototyping efforts. This approach has the potential to significantly improve the speed and efficiency of GUI prototyping in requirements engineering.

📄 PDF Abstract BibTeX arXiv:2306.06233

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Diffusion Boosted Trees

2024-06-03 · Xizewen Han, Mingyuan Zhou

Combining the merits of both denoising diffusion probabilistic models and gradient boosting, the diffusion boosting paradigm is introduced for tackling supervised learning problems. We develop Diffusion Boosted Trees (DB…

DenoisingFraud Detection

EquiBoost: An Equivariant Boosting Approach to Molecular Conformation Generation

2025-01-09 · Yixuan Yang, Xingyu Fang, Zhaowen Cheng, Pengju Yan 외

Molecular conformation generation plays key roles in computational drug design. Recently developed deep learning methods, particularly diffusion models have reached competitive performance over traditional cheminformatic…

DiversityDrug Design

3DTopia: Large Text-to-3D Generation Model with Hybrid Diffusion Priors

2024-03-04 · Fangzhou Hong, Jiaxiang Tang, Ziang Cao, Min Shi 외

We present a two-stage text-to-3D generation system, namely 3DTopia, which generates high-quality general 3D assets within 5 minutes using hybrid diffusion priors. The first stage samples from a 3D diffusion prior direct…

3D GenerationText to 3DTexture Synthesis

The Role of GitHub Copilot on Software Development: A Perspective on Productivity, Security, Best Practices and Future Directions

2025-02-18 · Suresh Babu Nettur, Shanthi Karpurapu, Unnati Nettur, Likhit Sagar Gajja 외

GitHub Copilot is transforming software development by automating tasks and boosting productivity through AI driven code generation. In this paper, we conduct a literature survey to synthesize insights on Copilot's impac…

Code Generation

SGLB: Stochastic Gradient Langevin Boosting

2020-01-20 · Aleksei Ustimenko, Liudmila Prokhorenkova

This paper introduces Stochastic Gradient Langevin Boosting (SGLB) - a powerful and efficient machine learning framework that may deal with a wide range of loss functions and has provable generalization guarantees. The m…