paper-with-me

홈 › Papers

Exact Feature Distribution Matching for Arbitrary Style Transfer and Domain Generalization

2022-03-15 · CVPR 2022 1 · Yabin Zhang, Minghan Li, Ruihuang Li, Kui Jia, Lei Zhang

Arbitrary style transfer (AST) and domain generalization (DG) are important yet challenging visual learning tasks, which can be cast as a feature distribution matching problem. With the assumption of Gaussian feature distribution, conventional feature distribution matching methods usually match the mean and standard deviation of features. However, the feature distributions of real-world data are usually much more complicated than Gaussian, which cannot be accurately matched by using only the first-order and second-order statistics, while it is computationally prohibitive to use high-order statistics for distribution matching. In this work, we, for the first time to our best knowledge, propose to perform Exact Feature Distribution Matching (EFDM) by exactly matching the empirical Cumulative Distribution Functions (eCDFs) of image features, which could be implemented by applying the Exact Histogram Matching (EHM) in the image feature space. Particularly, a fast EHM algorithm, named Sort-Matching, is employed to perform EFDM in a plug-and-play manner with minimal cost. The effectiveness of our proposed EFDM method is verified on a variety of AST and DG tasks, demonstrating new state-of-the-art results. Codes are available at https://github.com/YBZh/EFDM.

📄 PDF Abstract BibTeX arXiv:2203.07740

Code (2)

ybzh/efdm 공식 구현 pytorch
zhongliangguo/acdm pytorch

Tasks

Domain GeneralizationStyle Transfer

Similar Papers 제목 키워드 기반

Non-Parametric Style Transfer

2022-06-26 · Jeong-Sik Lee, Hyun-Chul Choi

Recent feed-forward neural methods of arbitrary image style transfer mainly utilized encoded feature map upto its second-order statistics, i.e., linearly transformed the encoded feature map of a content image to have the…

DecoderStyle Transfer

Parameter-Free Style Projection for Arbitrary Style Transfer

2020-03-17 · Siyu Huang, Haoyi Xiong, Tianyang Wang, Bihan Wen 외

Arbitrary image style transfer is a challenging task which aims to stylize a content image conditioned on arbitrary style images. In this task the feature-level content-style transformation plays a vital role for proper …

Style Transfer

EFANet: Exchangeable Feature Alignment Network for Arbitrary Style Transfer

2018-11-26 · Zhijie Wu, Chunjin Song, Yang Zhou, Minglun Gong 외

Style transfer has been an important topic both in computer vision and graphics. Since the seminal work of Gatys et al. first demonstrates the power of stylization through optimization in the deep feature space, quite a …

Style Transfer

Arbitrary Style Transfer via Multi-Adaptation Network

2020-05-27 · Yingying Deng, Fan Tang, Wei-Ming Dong, Wen Sun 외

Arbitrary style transfer is a significant topic with research value and application prospect. A desired style transfer, given a content image and referenced style painting, would render the content image with the color t…

DisentanglementStyle Transfer

CLIP3Dstyler: Language Guided 3D Arbitrary Neural Style Transfer

2023-05-25 · Ming Gao, Yanwu Xu, Yang Zhao, Tingbo Hou 외

In this paper, we propose a novel language-guided 3D arbitrary neural style transfer method (CLIP3Dstyler). We aim at stylizing any 3D scene with an arbitrary style from a text description, and synthesizing the novel sty…

Style Transfer