<!-- LLM_VERSION_INFO
FORMAT: text/markdown
CONTENT_TYPE: article
ORIGINAL_URL: https://uizard.io/research
ALTERNATE_VERSION: research/index.html (text/html)
EXTRACTION_DATE: 2026-04-17T01:37:34.987Z

This is the markdown version with text-only content (images converted to alt-text).
For rich formatting with images, request the HTML version at: research/index.html
-->

### [Autodesigner 2.0 is here. The most popular UI generator just got even better!](/content/autodesigner/index.html)

- [Product
  - [UI DesignAI-powered UI design](/content/ui-design/index.html)
  - [UX DesignUX design simplified](/content/ux-design/index.html)
  - [WireframingEasy online wireframing](/content/wireframing/index.html)
  - [MockupsDigital product mockups](/content/mockups/index.html)
  - [PrototypingPrototyping made easy](/content/prototyping/index.html)
- AI Design
  - [Design AssistantExplore Uizard's magical AI features](/content/design-assistant/index.html)
  - [Autodesigner 2.0\\
    NEW\\
    Generate projects, screens, and themes](/content/autodesigner/index.html)
  - [Screenshot ScannerTurn screenshots into editable mockups](/content/screenshot-scanner/index.html)
  - [Wireframe ScannerDigitize your hand-drawn wireframes](/content/wireframe-scanner/index.html)
- [Templates
  - [Mobile App DesignMobile app design made easy](/content/templates/mobile-app-templates/index.html)
  - [Website DesignWeb design simplified](/content/templates/website-templates/index.html)
  - [Web App DesignDesign a web app in seconds](/content/templates/web-app-templates/index.html)
  - [Tablet App DesignCreate stunning tablet designs](/content/templates/tablet-templates/index.html)
  - [App WireframesKickstart an app wireframe](/content/templates/app-wireframes/index.html)
  - [Website WireframesWebsite wireframing made easy](/content/templates/website-wireframes/index.html)
- [Solutions
  - [Product Managers & Product TeamsCreate mockups in seconds](/content/solutions/product-managers/index.html)
  - [Designers & UX ProsDesign and iterate ideas in minutes](/content/solutions/ux-professionals/index.html)
  - [MarketersDeliver for clients at speed](/content/solutions/marketers/index.html)
  - [Startup FoundersBring your startup MVP to life](/content/solutions/startup-founders/index.html)
  - [Consultants & AgenciesTurn ideas into interactive mockups](/content/solutions/consultants/index.html)
  - [DevelopersThe perfect launchpad for your project](/content/solutions/developers/index.html)
  - [EnterpriseUizard for large businesses](/content/enterprise/index.html)
- [Blog](/content/blog/index.html)

[Pricing](/content/pricing/index.html) Contact sales [Log in](https://app.uizard.io/login)

[Sign up for free](https://app.uizard.io/sign-up/)

[Sign up for free](https://app.uizard.io/sign-up/)

# Uizard Research

Explore the research and technology that makes Uizard possible.

The scientific contributions listed on this page showcase some of the technology powering Uizard. The presented methods, experiments, and results are published for educational purposes only.

We share the science, but we keep some secrets. 😉

Our research was featured in

February 24 2023

## Uizard Screenshot: Convert screenshots to editable mockups with deep neural networks

What comes to mind when you think of exceptional user experience? If you're a designer or a product owner, you probably have an idea of what makes great design; you might even have your own UI design playbook for crafting the perfect apps or websites every time you start a new project.

The truth is, refining your UI design to ensure you give your audience the best possible experience is a tricky task. Great UI design isn’t just about how your design looks, what colors you use, or the tone of voice you employ across your content...

[Blog](/content/blog/uizard-screenshot-convert-screenshots-to-mockups/index.html)

September 30 2021

## How deep learning is transforming design: NLP and CV applications

If you have ever tried creating a user interface, you probably quickly realized that design is hard. Choosing the right colors, using fonts that match, making your layout balanced… And all of that while keeping your users’ needs in mind! Can we somehow reduce all of this complexity, allowing everyone to design, even if they don’t know about spacing rules or color contrast theory? Wouldn’t it be nice if software could help you with these?

This problem is not new. This is a long-standing problem that the Human Computer Interaction (HCI) community has been working towards for years...

[Blog](https://towardsdatascience.com/how-deep-learning-is-transforming-design-cv-and-nlp-applications-4518c50690e6/)

March 27 2021

## Improving UI Layout Understanding with Hierarchical Positional Encodings

How can we modify transformers for UI-centric tasks? Layout Understanding is a sub-field of AI that enables machines to better process the semantics and information within layouts such as user interfaces (UIs), text documents, forms, presentation slides, graphic design compositions, etc.

Companies already invest extensive resources into their web/mobile applications' UI and user experience (UX), with Fast Company reporting that every $1 spent on UX can return between 2-100x on its investment.

[Blog](https://towardsdatascience.com/improving-ui-layout-understanding-with-hierarchical-positional-encodings-b19e1e9235e/)

February 17 2021

## Generating Design Systems using Deep Learning

How do you enable people to easily design beautiful mobile and web apps when they have no design background? Easy: you just throw some neural networks at the problem! Well, kinda...

You might have heard of Uizard already through our early machine learning research pix2code or our technology for turning hand-drawn sketches into interactive app prototypes. Today, I would like to talk about one of our new AI-driven features: automatic theme generation.

[Blog](https://tbeltramelli.medium.com/generating-design-systems-using-deep-learning-abe8d1195960/)

September 4 2020

## From Research to Production with Deep Semi-Supervised Learning

Semi-Supervised Learning algorithms have shown great potential in training regimes when access to labeled data is scarce but access to unlabeled data is plentiful.

In this post, we discuss how Semi-supervisedlearning approaches can be useful for machine learning production environmentsand the lessons we've learned using them at Uizard.

[Blog](https://medium.com/@nairvarun18/from-research-to-production-with-deep-semi-supervised-learning-7caaedc39093/)

December 18 2019

## RealMix: Towards Realistic Semi-Supervised Deep Learning Algorithms

Semi-Supervised Learning (SSL) algorithms have shown great potential in training regimes when access to labeled data is scarce but access to unlabeled data is plentiful.

However, our experiments illustrate several shortcomings that prior SSL algorithms suffer from. In particular, poor performance when unlabeled and labeled data distributions differ. To address these observations, we develop RealMix, which...

[Paper](https://arxiv.org/abs/1912.08766/) [GitHub](https://github.com/uizard-technologies/realmix/)

June 5 2018

## Code2Pix: Deep Learning Compiler for Graphical User Interfaces

This work is a collaboration between Uizard and UC Berkeley's Statistics Undergraduate Student Association. We provide a deep learning solution to the problem of generating Graphical User Interfaces (GUIs) from a textual description. Additionally, intermediary work hints at the possibility of a single textual to GUI renderer that works across multiple platforms.

[Blog](https://towardsdatascience.com/code2pix-deep-learning-compiler-for-graphical-user-interfaces-1256c346950b/) [GitHub](https://github.com/ngundotra/code2pix/)

November 30 2017

## Teaching Machines to Understand User Interfaces

Semi-Supervised Learning algorithms have shown great potential in training regimes when access to labeled data is scarce but access to unlabeled data is plentiful. In this post, we discuss how Semi-supervisedlearning approaches can be useful for machine learning production environmentsand the lessons we've learned using them at Uizard.

[Blog](https://hackernoon.com/teaching-machines-to-understand-user-interfaces-5a0cdeb4d579/) [Demo](https://www.youtube.com/watch?v=DapKYJ6niCM/)

May 23 2017

## pix2code: Generating Code from a Graphical User Interface Screenshot

[Paper](https://arxiv.org/abs/1705.07962/) [GitHub](https://github.com/tonybeltramelli/pix2code/) [Demo](https://www.youtube.com/watch?v=pqKeXkhFA3I/)

Interested in conducting machine learning research with us?

[See open positions](/content/careers/index.html) [Uizard Machine Intelligence Semester](/content/blog/machine-learning-internship-at-uizard/index.html)

Uizard

Visualize product ideas fast and easy with AI

[Sign up for free](https://app.uizard.io/sign-up/)

Uizard

- [Product](/content/product/index.html)
- [AI UI Design](/content/ai-design/index.html)
- [Design Assistant](/content/design-assistant/index.html)
- [Autodesigner 2.0\\
NEW](/content/autodesigner/index.html)
- [Screenshot Scanner](/content/screenshot-scanner/index.html)
- [Wireframe Scanner](/content/wireframe-scanner/index.html)
- [UI Design](/content/ui-design/index.html)
- [UX Design](/content/ux-design/index.html)
- [Wireframing](/content/wireframing/index.html)
- [Mockups](/content/mockups/index.html)
- [Prototyping](/content/prototyping/index.html)
- [Uizard vs Other UI Tools](/content/uizard-vs-design-tools/index.html)
- [Figma Alternative](/content/figma-alternative/index.html)

Templates

- [UI Design Templates](/content/templates/index.html)
- [Mobile App Templates](/content/templates/mobile-app-templates/index.html)
- [Website Templates](/content/templates/website-templates/index.html)
- [Web App Templates](/content/templates/web-app-templates/index.html)
- [Tablet App Templates](/content/templates/tablet-templates/index.html)
- [UI Components Library](/content/templates/component-templates/index.html)

Wireframes

- [App Wireframe Templates](/content/templates/app-wireframes/index.html)
- [Website Wireframe Templates](/content/templates/website-wireframes/index.html)

Solutions

- [Product Managers & Product Teams](/content/solutions/product-managers/index.html)
- [Designers & UX Pros](/content/solutions/ux-professionals/index.html)
- [Marketers](/content/solutions/marketers/index.html)
- [Business Analysts](/content/solutions/business-analysts/index.html)
- [Startup Founders](/content/solutions/startup-founders/index.html)
- [Consultants & Agencies](/content/solutions/consultants/index.html)
- [Developers](/content/solutions/developers/index.html)
- [Enterprise](/content/enterprise/index.html)

Resources

- [Blog](/content/blog/index.html)
- [Help Center](https://support.uizard.io/en/)
- [Contact](/content/contact/index.html)
- [About](/content/about/index.html)
- [Pricing](/content/pricing/index.html)
- [Careers](/content/careers/index.html)
- [Research](/content/research/index.html)
- [Press](/content/press/index.html)
- [Releases](https://updates.uizard.io/)

Social Media

- [Facebook](https://www.facebook.com/uizard.io/)
- [Twitter](https://twitter.com/uizard/)
- [LinkedIn](https://www.linkedin.com/company/uizard/)
- [Instagram](https://www.instagram.com/uizard/)
- [TikTok](https://www.tiktok.com/@uizardio/)
- [YouTube](https://www.youtube.com/@uizardio/)

Legal

- [Privacy Policy](/content/privacy/index.html)
- [Terms Of Service](/content/terms-of-service/index.html)
- [Cookie Settings](/content/research/#/index.html)

2024 © Uizard Technologies. All rights reserved.
