paper-with-me

Papers

MU-GAN: Facial Attribute Editing based on Multi-attention Mechanism

2020-09-09 · Ke Zhang, Yukun Su, Xiwang Guo, Liang Qi, Zhenbing Zhao

Facial attribute editing has mainly two objectives: 1) translating image from a source domain to a target one, and 2) only changing the facial regions related to a target attribute and preserving the attribute-excluding details. In this work, we propose a Multi-attention U-Net-based Generative Adversarial Network (MU-GAN). First, we replace a classic convolutional encoder-decoder with a symmetric U-Net-like structure in a generator, and then apply an additive attention mechanism to build attention-based U-Net connections for adaptively transferring encoder representations to complement a decoder with attribute-excluding detail and enhance attribute editing ability. Second, a self-attention mechanism is incorporated into convolutional layers for modeling long-range and multi-level dependencies across image regions. experimental results indicate that our method is capable of balancing attribute editing ability and details preservation ability, and can decouple the correlation among attributes. It outperforms the state-of-the-art methods in terms of attribute manipulation accuracy and image quality.

📄 PDF Abstract BibTeX arXiv:2009.04177

Code (1)

SuSir1996/MU-GAN 공식 구현 pytorch

Tasks

AttributeDecoderGenerative Adversarial Network

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
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…
Tanh Activation 설명 없음
U-Net 설명 없음
[LivE@PeRson]How do I talk to a real person at Expedia? How do I talk to a real person at Expedia? To speak with a live Expedia agent, call 1 (888) 829-0881 anytime. The customer support team is available 24/7 to help with…

Similar Papers 제목 키워드 기반

PA-GAN: Progressive Attention Generative Adversarial Network for Facial Attribute Editing

2020-07-12 · Zhenliang He, Meina Kan, Jichao Zhang, Shiguang Shan

Facial attribute editing aims to manipulate attributes on the human face, e.g., adding a mustache or changing the hair color. Existing approaches suffer from a serious compromise between correct attribute generation and …

AttributeGenerative Adversarial Network

CAFE-GAN: Arbitrary Face Attribute Editing with Complementary Attention Feature

2020-11-24 · ECCV 2020 8 · Jeong-gi Kwak, David K. Han, Hanseok Ko

The goal of face attribute editing is altering a facial image according to given target attributes such as hair color, mustache, gender, etc. It belongs to the image-to-image domain transfer problem with a set of attribu…

AttributeGenerative Adversarial Network

Optimizing ID Consistency in Multimodal Large Models: Facial Restoration via Alignment, Entanglement, and Disentanglement

2026-02-21 · Yuran Dong, Hang Dai, Mang Ye arxiv

Multimodal editing large models have demonstrated powerful editing capabilities across diverse tasks. However, a persistent and long-standing limitation is the decline in facial identity (ID) consistency during realistic…

Image-to-Image Translation with Disentangled Latent Vectors for Face Editing

2023-01-11 · Yusuf Dalva, Hamza Pehlivan, Cansu Moran, Öykü Irmak Hatipoğlu 외

We propose an image-to-image translation framework for facial attribute editing with disentangled interpretable latent directions. Facial attribute editing task faces the challenges of targeted attribute editing with con…

AttributeDecoderDisentanglementImage-to-Image Translation+1

LatRef-Diff: Latent and Reference-Guided Diffusion for Facial Attribute Editing and Style Manipulation

2026-04-23 · Wenmin Huang, Weiqi Luo, Xiaochun Cao, Jiwu Huang arxiv

Facial attribute editing and style manipulation are crucial for applications like virtual avatars and photo editing. However, achieving precise control over facial attributes without altering unrelated features is challe…