paper-with-me

홈 › Papers

HandRefiner: Refining Malformed Hands in Generated Images by Diffusion-based Conditional Inpainting

2023-11-29 · Wenquan Lu, Yufei Xu, Jing Zhang, Chaoyue Wang, DaCheng Tao

Diffusion models have achieved remarkable success in generating realistic images but suffer from generating accurate human hands, such as incorrect finger counts or irregular shapes. This difficulty arises from the complex task of learning the physical structure and pose of hands from training images, which involves extensive deformations and occlusions. For correct hand generation, our paper introduces a lightweight post-processing solution called $\textbf{HandRefiner}$. HandRefiner employs a conditional inpainting approach to rectify malformed hands while leaving other parts of the image untouched. We leverage the hand mesh reconstruction model that consistently adheres to the correct number of fingers and hand shape, while also being capable of fitting the desired hand pose in the generated image. Given a generated failed image due to malformed hands, we utilize ControlNet modules to re-inject such correct hand information. Additionally, we uncover a phase transition phenomenon within ControlNet as we vary the control strength. It enables us to take advantage of more readily available synthetic data without suffering from the domain gap between realistic and synthetic hands. Experiments demonstrate that HandRefiner can significantly improve the generation quality quantitatively and qualitatively. The code is available at https://github.com/wenquanlu/HandRefiner .

📄 PDF Abstract BibTeX arXiv:2311.17957

Code (1)

wenquanlu/handrefiner 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

RHanDS: Refining Malformed Hands for Generated Images with Decoupled Structure and Style Guidance

2024-04-22 · Chengrui Wang, PengFei Liu, Min Zhou, Ming Zeng 외

Although diffusion models can generate high-quality human images, their applications are limited by the instability in generating hands with correct structures. Some previous works mitigate the problem by considering han…

3D Hand Mesh-Guided AI-Generated Malformed Hand Refinement with Hand Pose Transformation via Diffusion Model

2025-06-15 · Chen-Bin Feng, Kangdao Liu, Jian Sun, Jiping Jin 외

The malformed hands in the AI-generated images seriously affect the authenticity of the images. To refine malformed hands, existing depth-based approaches use a hand depth estimator to guide the refinement of malformed h…

RealisHuman: A Two-Stage Approach for Refining Malformed Human Parts in Generated Images

2024-09-05 · Benzhi Wang, Jingkai Zhou, Jingqi Bai, Yang Yang 외

In recent years, diffusion models have revolutionized visual generation, outperforming traditional frameworks like Generative Adversarial Networks (GANs). However, generating images of humans with realistic semantic part…

HandCraft: Anatomically Correct Restoration of Malformed Hands in Diffusion Generated Images

2024-11-07 · Zhenyue Qin, Yiqun Zhang, Yang Liu, Dylan Campbell

Generative text-to-image models, such as Stable Diffusion, have demonstrated a remarkable ability to generate diverse, high-quality images. However, they are surprisingly inept when it comes to rendering human hands, whi…

AnatomyBenchmarking

FoundHand: Large-Scale Domain-Specific Learning for Controllable Hand Image Generation

2024-12-03 · CVPR 2025 1 · Kefan Chen, Chaerin Min, Linguang Zhang, Shreyas Hampali 외

Despite remarkable progress in image generation models, generating realistic hands remains a persistent challenge due to their complex articulation, varying viewpoints, and frequent occlusions. We present FoundHand, a la…

Image Generation