paper-with-me

Papers

PATMAT: Person Aware Tuning of Mask-Aware Transformer for Face Inpainting

2023-04-12 · ICCV 2023 1 · Saman Motamed, Jianjin Xu, Chen Henry Wu, Fernando de la Torre

Generative models such as StyleGAN2 and Stable Diffusion have achieved state-of-the-art performance in computer vision tasks such as image synthesis, inpainting, and de-noising. However, current generative models for face inpainting often fail to preserve fine facial details and the identity of the person, despite creating aesthetically convincing image structures and textures. In this work, we propose Person Aware Tuning (PAT) of Mask-Aware Transformer (MAT) for face inpainting, which addresses this issue. Our proposed method, PATMAT, effectively preserves identity by incorporating reference images of a subject and fine-tuning a MAT architecture trained on faces. By using ~40 reference images, PATMAT creates anchor points in MAT's style module, and tunes the model using the fixed anchors to adapt the model to a new face identity. Moreover, PATMAT's use of multiple images per anchor during training allows the model to use fewer reference images than competing methods. We demonstrate that PATMAT outperforms state-of-the-art models in terms of image quality, the preservation of person-specific details, and the identity of the subject. Our results suggest that PATMAT can be a promising approach for improving the quality of personalized face inpainting.

📄 PDF Abstract BibTeX arXiv:2304.06107

Code (2)

humansensinglab/PATMAT 공식 구현 pytorch
LonglongaaaGo/EXE-GAN pytorch

Tasks

Facial InpaintingImage Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
fail 설명 없음
Path Length Regularization 설명 없음
Weight Demodulation 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Personalized Image Enhancement Featuring Masked Style Modeling

2023-06-15 · Satoshi Kosugi, Toshihiko Yamasaki

We address personalized image enhancement in this study, where we enhance input images for each user based on the user's preferred images. Previous methods apply the same preferred style to all input images (i.e., only o…

Image EnhancementLanguage ModelingLanguage ModellingMasked Language Modeling

Prior Gradient Mask Guided Pruning-Aware Fine-Tuning

2022-02-15 · AAAI 2022 2 · Linhang Cai, Zhulin An, Chuanguang Yang, Yangchun Yan 외

We proposed a Prior Gradient Mask Guided Pruning-aware Fine-Tuning (PGMPF) framework to accelerate deep Convolutional Neural Networks (CNNs). In detail, the proposed PGMPF selectively suppresses the gradient of those ”un…

image-classificationImage Classification

DiverValue-Bench: A Benchmark and Fine-Tuning Framework for Aligning Large Language Models with Diverse Human Values

2025-09-09 · Yao Liang, Dongcheng Zhao, Feifei Zhao, Guobin Shen 외 arxiv

Aligning large language models (LLMs) with diverse human values is essential for safe and effective deployment, yet existing benchmarks often overlook cultural and demographic variation. We introduce DiverValue-Bench, a …

Structure-Aware NL-to-SQL for SFC Provisioning via AST-Masking Empowered Language Models

2026-01-24 · Xinyu Zhu, Parisa Fard Moshiri, Poonam Lohan, Burak Kantarci 외 arxiv

Effective Service Function Chain (SFC) provisioning requires precise orchestration in dynamic and latency-sensitive networks. Reinforcement Learning (RL) improves adaptability but often ignores structured domain knowledg…

Reinforcement Learning

Learning Mask-aware CLIP Representations for Zero-Shot Segmentation

2023-09-30 · NeurIPS 2023 11 · Siyu Jiao, Yunchao Wei, YaoWei Wang, Yao Zhao 외

Recently, pre-trained vision-language models have been increasingly used to tackle the challenging zero-shot segmentation task. Typical solutions follow the paradigm of first generating mask proposals and then adopting C…

Open Vocabulary Semantic SegmentationZero Shot Segmentation