paper-with-me

Papers

AMO Sampler: Enhancing Text Rendering with Overshooting

2024-11-28 · CVPR 2025 1 · Xixi Hu, Keyang Xu, Bo Liu, Qiang Liu, Hongliang Fei

Achieving precise alignment between textual instructions and generated images in text-to-image generation is a significant challenge, particularly in rendering written text within images. Sate-of-the-art models like Stable Diffusion 3 (SD3), Flux, and AuraFlow still struggle with accurate text depiction, resulting in misspelled or inconsistent text. We introduce a training-free method with minimal computational overhead that significantly enhances text rendering quality. Specifically, we introduce an overshooting sampler for pretrained rectified flow (RF) models, by alternating between over-simulating the learned ordinary differential equation (ODE) and reintroducing noise. Compared to the Euler sampler, the overshooting sampler effectively introduces an extra Langevin dynamics term that can help correct the compounding error from successive Euler steps and therefore improve the text rendering. However, when the overshooting strength is high, we observe over-smoothing artifacts on the generated images. To address this issue, we propose an Attention Modulated Overshooting sampler (AMO), which adaptively controls the strength of overshooting for each image patch according to their attention score with the text content. AMO demonstrates a 32.3% and 35.9% improvement in text rendering accuracy on SD3 and Flux without compromising overall image quality or increasing inference cost. Code available at: https://github.com/hxixixh/amo-release.

📄 PDF Abstract BibTeX arXiv:2411.19415

Code (1)

hxixixh/amo-release 공식 구현 pytorch

Tasks

Image GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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…

Similar Papers 제목 키워드 기반

Non-overshooting sliding mode for UAV control

2024-05-02 · Xinhua Wang, Xuerui Mao

For a class of uncertain systems, a non-overshooting sliding mode control is presented to make them globally exponentially stable and without overshoot. Even when the unknown stochastic disturbance exists, and the time-v…

TensoFlow: Tensorial Flow-based Sampler for Inverse Rendering

2025-03-24 · CVPR 2025 1 · Chun Gu, Xiaofei Wei, Li Zhang, Xiatian Zhu

Inverse rendering aims to recover scene geometry, material properties, and lighting from multi-view images. Given the complexity of light-surface interactions, importance sampling is essential for the evaluation of the r…

Inverse Rendering

Style-Friendly SNR Sampler for Style-Driven Generation

2024-11-22 · Jooyoung Choi, Chaehun Shin, Yeongtak Oh, Heeseung Kim 외

Recent large-scale diffusion models generate high-quality images but struggle to learn new, personalized artistic styles, which limits the creation of unique style templates. Fine-tuning with reference images is the most…

Designing Instance-Level Sampling Schedules via REINFORCE with James-Stein Shrinkage

2025-11-27 · Peiyu Yu, Suraj Kothawade, Sirui Xie, Ying Nian Wu 외 arxiv

Most post-training methods for text-to-image samplers focus on model weights: either fine-tuning the backbone for alignment or distilling it for few-step efficiency. We take a different route: rescheduling the sampling t…

Finite- and Fixed-Time Nonovershooting Stabilizers and Safety Filters by Homogeneous Feedback

2022-02-15 · Andrey Polyakov, Miroslav Krstic

Non-overshooting stabilization is a form of safe control where the setpoint chosen by the user is at the boundary of the safe set. Exponential non-overshooting stabilization, including suitable extensions to systems with…