paper-with-me

Papers

HumanRefiner: Benchmarking Abnormal Human Generation and Refining with Coarse-to-fine Pose-Reversible Guidance

2024-07-09 · Guian Fang, Wenbiao Yan, Yuanfan Guo, Jianhua Han, Zutao Jiang, Hang Xu, Shengcai Liao, Xiaodan Liang

Text-to-image diffusion models have significantly advanced in conditional image generation. However, these models usually struggle with accurately rendering images featuring humans, resulting in distorted limbs and other anomalies. This issue primarily stems from the insufficient recognition and evaluation of limb qualities in diffusion models. To address this issue, we introduce AbHuman, the first large-scale synthesized human benchmark focusing on anatomical anomalies. This benchmark consists of 56K synthesized human images, each annotated with detailed, bounding-box level labels identifying 147K human anomalies in 18 different categories. Based on this, the recognition of human anomalies can be established, which in turn enhances image generation through traditional techniques such as negative prompting and guidance. To further boost the improvement, we propose HumanRefiner, a novel plug-and-play approach for the coarse-to-fine refinement of human anomalies in text-to-image generation. Specifically, HumanRefiner utilizes a self-diagnostic procedure to detect and correct issues related to both coarse-grained abnormal human poses and fine-grained anomaly levels, facilitating pose-reversible diffusion generation. Experimental results on the AbHuman benchmark demonstrate that HumanRefiner significantly reduces generative discrepancies, achieving a 2.9x improvement in limb quality compared to the state-of-the-art open-source generator SDXL and a 1.4x improvement over DALL-E 3 in human evaluations. Our data and code are available at https://github.com/Enderfga/HumanRefiner.

📄 PDF Abstract BibTeX arXiv:2407.06937

Code (1)

enderfga/humanrefiner 공식 구현

Tasks

BenchmarkingConditional Image GenerationDiagnosticImage GenerationText to Image GenerationText-to-Image Generation

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…

Similar Papers 제목 키워드 기반

SVGauge: Towards Human-Aligned Evaluation for SVG Generation

2025-09-08 · Leonardo Zini, Elia Frigieri, Sebastiano Aloscari, Marcello Generali 외 arxiv

Generated Scalable Vector Graphics (SVG) images demand evaluation criteria tuned to their symbolic and vectorial nature: criteria that existing metrics such as FID, LPIPS, or CLIPScore fail to satisfy. In this paper, we …

Cross-modal Contrastive Attention Model for Medical Report Generation

2022-10-01 · COLING 2022 10 · Xiao Song, Xiaodan Zhang, Junzhong Ji, Ying Liu 외

Medical report automatic generation has gained increasing interest recently as a way to help radiologists write reports more efficiently. However, this image-to-text task is rather challenging due to the typical data bia…

Image to textMedical Report Generation

Automatic Detection of Generated Text is Easiest when Humans are Fooled

2019-11-02 · ACL 2020 6 · Daphne Ippolito, Daniel Duckworth, Chris Callison-Burch, Douglas Eck

Recent advancements in neural language modelling make it possible to rapidly generate vast amounts of human-sounding text. The capabilities of humans and automatic discriminators to detect machine-generated text have bee…

BenchmarkingLanguage ModellingSentenceText Generation

LARD 2.0: Enhanced Datasets and Benchmarking for Autonomous Landing Systems

2026-03-23 · Yassine Bougacha, Geoffrey Delhomme, Mélanie Ducoffe, Augustin Fuchs 외 arxiv

This paper addresses key challenges in the development of autonomous landing systems, focusing on dataset limitations for supervised training of Machine Learning (ML) models for object detection. Our main contributions i…

Object Detection

Enhancing Distractor Generation for Multiple-Choice Questions with Retrieval Augmented Pretraining and Knowledge Graph Integration

2024-06-19 · Han-Cheng Yu, Yu-An Shih, Kin-Man Law, Kai-Yu Hsieh 외

In this paper, we tackle the task of distractor generation (DG) for multiple-choice questions. Our study introduces two key designs. First, we propose \textit{retrieval augmented pretraining}, which involves refining the…

BenchmarkingDistractor GenerationKnowledge GraphsLanguage Modeling+3