paper-with-me

Papers

InstaFormer: Instance-Aware Image-to-Image Translation with Transformer

2022-03-30 · CVPR 2022 1 · Soohyun Kim, Jongbeom Baek, JiHye Park, Gyeongnyeon Kim, Seungryong Kim

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 translation quality at object regions, we present an instance-level content contrastive loss defined between input and translated image. We conduct experiments to demonstrate the effectiveness of our InstaFormer over the latest methods and provide extensive ablation studies.

📄 PDF Abstract BibTeX arXiv:2203.16248

Code (1)

KU-CVLAB/InstaFormer 공식 구현 pytorch

Tasks

Image-to-Image TranslationTranslation

Methods 이 논문이 사용한 방법론

Adaptive Instance Normalization 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Instance Normalization Instance Normalization (also known as contrast normalization) is a normalization layer where: $$ y_{tijk} = \frac{x_{tijk} - \mu_{ti}}{\sqrt{\sigma_{ti}^2 +…

Similar Papers 제목 키워드 기반

Holistic Order Prediction in Natural Scenes

2025-10-02 · Pierre Musacchio, Hyunmin Lee, Jaesik Park arxiv

Even in controlled settings, understanding instance-wise geometries is a challenging task for a wide range of visual models. Although specialized systems exist, modern arts rely on expensive input formats (category label…

Instance-aware Image-to-Image Translation

2019-05-01 · ICLR 2019 5 · Sangwoo Mo, Minsu Cho, Jinwoo Shin

Unsupervised image-to-image translation has gained considerable attention due to the recent impressive progress based on generative adversarial networks (GANs). However, previous methods often fail in challenging cases, …

GPUImage-to-Image TranslationSemantic SegmentationTranslation+1

InstaGAN: Instance-aware Image-to-Image Translation

2018-12-28 · Sangwoo Mo, Minsu Cho, Jinwoo Shin

Unsupervised image-to-image translation has gained considerable attention due to the recent impressive progress based on generative adversarial networks (GANs). However, previous methods often fail in challenging cases, …

GPUImage-to-Image TranslationSemantic SegmentationTranslation+1

Towards Instance-level Image-to-Image Translation

2019-05-05 · CVPR 2019 6 · Zhiqiang Shen, Mingyang Huang, Jianping Shi, xiangyang xue 외

Unpaired Image-to-image Translation is a new rising and challenging vision problem that aims to learn a mapping between unaligned image pairs in diverse domains. Recent advances in this field like MUNIT and DRIT mainly f…

AttributeImage-to-Image Translationobject-detectionObject Detection+1

Memory-guided Unsupervised Image-to-image Translation

2021-04-12 · CVPR 2021 1 · Somi Jeong, Youngjung Kim, Eungbean Lee, Kwanghoon Sohn

We present a novel unsupervised framework for instance-level image-to-image translation. Although recent advances have been made by incorporating additional object annotations, existing methods often fail to handle image…

Image-to-Image TranslationTranslationUnsupervised Image-To-Image Translation