paper-with-me

Papers

Alfie: Democratising RGBA Image Generation With No $$$

2024-08-27 · Fabio Quattrini, Vittorio Pippi, Silvia Cascianelli, Rita Cucchiara

Designs and artworks are ubiquitous across various creative fields, requiring graphic design skills and dedicated software to create compositions that include many graphical elements, such as logos, icons, symbols, and art scenes, which are integral to visual storytelling. Automating the generation of such visual elements improves graphic designers' productivity, democratizes and innovates the creative industry, and helps generate more realistic synthetic data for related tasks. These illustration elements are mostly RGBA images with irregular shapes and cutouts, facilitating blending and scene composition. However, most image generation models are incapable of generating such images and achieving this capability requires expensive computational resources, specific training recipes, or post-processing solutions. In this work, we propose a fully-automated approach for obtaining RGBA illustrations by modifying the inference-time behavior of a pre-trained Diffusion Transformer model, exploiting the prompt-guided controllability and visual quality offered by such models with no additional computational cost. We force the generation of entire subjects without sharp croppings, whose background is easily removed for seamless integration into design projects or artistic scenes. We show with a user study that, in most cases, users prefer our solution over generating and then matting an image, and we show that our generated illustrations yield good results when used as inputs for composite scene generation pipelines. We release the code at https://github.com/aimagelab/Alfie.

📄 PDF Abstract BibTeX arXiv:2408.14826

Code (2)

aimagelab/alfie 공식 구현 pytorch
rishidarkdevil/daam-i2i 공식 구현 pytorch

Tasks

Image GenerationImage MattingScene GenerationVisual Storytelling

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

NeuralField-LDM: Scene Generation with Hierarchical Latent Diffusion Models

2023-04-19 · CVPR 2023 1 · Seung Wook Kim, Bradley Brown, Kangxue Yin, Karsten Kreis 외

Automatically generating high-quality real world 3D scenes is of enormous interest for applications such as virtual reality and robotics simulation. Towards this goal, we introduce NeuralField-LDM, a generative model cap…

Scene Generation

UniWorld-Design: From Pixel Generation to Layer-Native Design

2026-08-04 · Zongjian Li, Zhiyuan Yan, Chenxu Bai, Chen Chen 외 hf

We introduce UniWorld-Design, a framework that redefines image generation from flat pixel synthesis to structured visual composition, with semantic RGBA layers as the atomic units of generation, understanding, and editin…

Image Generation

AlphaVAE: Unified End-to-End RGBA Image Reconstruction and Generation with Alpha-Aware Representation Learning

2025-07-12 · Zile Wang, Hao Yu, Jiabo Zhan, Chun Yuan arxiv

Recent advances in latent diffusion models have achieved remarkable results in high-fidelity RGB image synthesis by leveraging pretrained VAEs to compress and reconstruct pixel data at low computational cost. However, th…

Representation LearningImage ReconstructionImage Generation

TransAnimate: Taming Layer Diffusion to Generate RGBA Video

2025-03-23 · Xuewei Chen, Zhimin Chen, Yiren Song

Text-to-video generative models have made remarkable advancements in recent years. However, generating RGBA videos with alpha channels for transparency and visual effects remains a significant challenge due to the scarci…

Image GenerationVideo Generation

Generating Compositional Scenes via Text-to-image RGBA Instance Generation

2024-11-16 · Alessandro Fontanella, Petru-Daniel Tudosiu, Yongxin Yang, Shifeng Zhang 외

Text-to-image diffusion generative models can generate high quality images at the cost of tedious prompt engineering. Controllability can be improved by introducing layout conditioning, however existing methods lack layo…

ObjectPrompt Engineering