InstaFormer: Instance-Aware Image-to-Image Translation with Transformer
Soohyun Kim, Jongbeom Baek, Jihye Park, Gyeongnyeon Kim, Seungryong, Kim

TL;DR
InstaFormer introduces a Transformer-based architecture for instance-aware image-to-image translation, integrating global and object-level features with novel modules and loss functions to improve translation quality.
Contribution
The paper proposes a new Transformer architecture with instance-level feature integration and contrastive loss for enhanced image translation.
Findings
Outperforms recent methods in instance-aware image translation
Effective global and instance-level feature integration demonstrated
Ablation studies confirm the contributions of key modules
Abstract
We present a novel Transformer-based network architecture for instance-aware image-to-image translation, dubbed InstaFormer, to effectively integrate global- and instance-level information. By considering extracted content features from an image as tokens, our networks discover global consensus of content features by considering context information through a self-attention module in Transformers. By augmenting such tokens with an instance-level feature extracted from the content feature with respect to bounding box information, our framework is capable of learning an interaction between object instances and the global image, thus boosting the instance-awareness. We replace layer normalization (LayerNorm) in standard Transformers with adaptive instance normalization (AdaIN) to enable a multi-modal translation with style codes. In addition, to improve the instance-awareness and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Video Analysis and Summarization · Advanced Vision and Imaging
MethodsAdaptive Instance Normalization · Layer Normalization · Instance Normalization
