paper-with-me

Papers

Mix and match networks: encoder-decoder alignment for zero-pair image translation

2018-04-06 · CVPR 2018 6 · Yaxing Wang, Joost Van de Weijer, Luis Herranz

We address the problem of image translation between domains or modalities for which no direct paired data is available (i.e. zero-pair translation). We propose mix and match networks, based on multiple encoders and decoders aligned in such a way that other encoder-decoder pairs can be composed at test time to perform unseen image translation tasks between domains or modalities for which explicit paired samples were not seen during training. We study the impact of autoencoders, side information and losses in improving the alignment and transferability of trained pairwise translation models to unseen translations. We show our approach is scalable and can perform colorization and style transfer between unseen combinations of domains. We evaluate our system in a challenging cross-modal setting where semantic segmentation is estimated from depth images, without explicit access to any depth-semantic segmentation training pairs. Our model outperforms baselines based on pix2pix and CycleGAN models.

📄 PDF Abstract BibTeX arXiv:1804.02199

Code (1)

yaxingwang/Mix-and-match-networks 공식 구현 tf

Tasks

ColorizationDecoderSegmentationSemantic SegmentationStyle TransferTranslation

Methods 이 논문이 사용한 방법론

Colorization Colorization is a self-supervision approach that relies on colorization as the pretext task in order to learn image representations.
Residual Connection 설명 없음
GAN Least Squares Loss GAN Least Squares Loss is a least squares loss function for generative adversarial networks. Minimizing this objective function is equivalent to minimizing the Pearson…
Cycle Consistency Loss Cycle Consistency Loss is a type of loss used for generative adversarial networks that performs unpaired image-to-image translation. It was introduced with the…
Tanh Activation 설명 없음
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
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 +…
Cardano Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Mix and match networks: cross-modal alignment for zero-pair image-to-image translation

2019-03-08 · Yaxing Wang, Luis Herranz, Joost Van de Weijer

This paper addresses the problem of inferring unseen cross-modal image-to-image translations between multiple modalities. We assume that only some of the pairwise translations have been seen (i.e. trained) and infer the …

cross-modal alignmentDecoderImage-to-Image TranslationSegmentation+2

Keys in the Weights: Transformer Authentication Using Model-Bound Latent Representations

2025-11-02 · Ayşe S. Okatan, Mustafa İlhan Akbaş, Laxima Niure Kandel, Berker Peköz arxiv

We introduce Model-Bound Latent Exchange (MoBLE), a decoder-binding property in Transformer autoencoders formalized as Zero-Shot Decoder Non-Transferability (ZSDN). In identity tasks using iso-architectural models traine…

DeCap: Decoding CLIP Latents for Zero-Shot Captioning via Text-Only Training

2023-03-06 · Wei Li, Linchao Zhu, Longyin Wen, Yi Yang

Large-scale pre-trained multi-modal models (e.g., CLIP) demonstrate strong zero-shot transfer capability in many discriminative tasks. Their adaptation to zero-shot image-conditioned text generation tasks has drawn incre…

DecoderImage CaptioningText Generation

Shape Non-rigid Kinematics (SNK): A Zero-Shot Method for Non-Rigid Shape Matching via Unsupervised Functional Map Regularized Reconstruction

2024-03-11 · NeurIPS 2023 11 · Souhaib Attaiki, Maks Ovsjanikov

We present Shape Non-rigid Kinematics (SNK), a novel zero-shot method for non-rigid shape matching that eliminates the need for extensive training or ground truth data. SNK operates on a single pair of shapes, and employ…

Decoder

Unsupervised Entity Alignment for Temporal Knowledge Graphs

2023-02-01 · Xiaoze Liu, Junyang Wu, Tianyi Li, Lu Chen 외

Entity alignment (EA) is a fundamental data integration task that identifies equivalent entities between different knowledge graphs (KGs). Temporal Knowledge graphs (TKGs) extend traditional knowledge graphs by introduci…

Data IntegrationDecoderEntity AlignmentGraph Matching+1