CVJul 7, 2021

Bi-level Feature Alignment for Versatile Image Translation and Manipulation

arXiv:2107.03021v234 citations
AI Analysis

This work addresses a key problem in computer vision for applications like image editing and synthesis, though it appears incremental by building on existing GAN frameworks.

The paper tackles the challenge of high-fidelity image generation with faithful style control in GANs by introducing a bi-level feature alignment strategy that reduces memory costs and enables gradient propagation, achieving superior performance in image translation and manipulation compared to state-of-the-art methods.

Generative adversarial networks (GANs) have achieved great success in image translation and manipulation. However, high-fidelity image generation with faithful style control remains a grand challenge in computer vision. This paper presents a versatile image translation and manipulation framework that achieves accurate semantic and style guidance in image generation by explicitly building a correspondence. To handle the quadratic complexity incurred by building the dense correspondences, we introduce a bi-level feature alignment strategy that adopts a top-$k$ operation to rank block-wise features followed by dense attention between block features which reduces memory cost substantially. As the top-$k$ operation involves index swapping which precludes the gradient propagation, we approximate the non-differentiable top-$k$ operation with a regularized earth mover's problem so that its gradient can be effectively back-propagated. In addition, we design a novel semantic position encoding mechanism that builds up coordinate for each individual semantic region to preserve texture structures while building correspondences. Further, we design a novel confidence feature injection module which mitigates mismatch problem by fusing features adaptively according to the reliability of built correspondences. Extensive experiments show that our method achieves superior performance qualitatively and quantitatively as compared with the state-of-the-art.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes