Skip to content

[ICLR2022] Code for "Retriever: Learning Content-Style Representation as a Token-Level Bipartite Graph"

Notifications You must be signed in to change notification settings

xrenaa/Retriever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

Retriever: Learning Content-Style Representation as a Token-Level Bipartite Graph

Retriever: Learning Content-Style Representation as a Token-Level Bipartite Graph
Dacheng Yin*, Xuanchi Ren*, Chong Luo, Yuwang Wang, Zhiwei Xiong and Wenjun Zeng
ICLR 2022

[Paper] [arXiv] [Demo Page]

Update (To Do):

🔲 Merge and Clean Code

We are cleaning and merging the code and hope to release it very soon.

For the vision part, we provide a sample (uncleaned) code here.

For the audio part, we provide a sample (uncleaned) code here.

Description

image

In this repo, we propose an unsupervised and modality-agnostic content-style disentanglement framework: Retriever. We demonstrate that our learned representation can benefit zero-shot voice conversion, co-part segmentation, and style transfer.

Related Work

Researcher found that Retriever can be applied to many more tasks!

BibTeX

@inproceedings{yin2022Retriever,
  title   = {Retriever: Learning Content-Style Representation as a Token-Level Bipartite Graph},
  author  = {Yin, Dacheng and Ren, Xuanchi and Luo, Chong and Wang, Yuwang, and Xiong, Zhiwei, and Zeng, Wenjun},
  booktitle = {ICLR},
  year    = {2022}
}