paper-with-me

홈 › Papers

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

2022-02-24 · ICLR 2022 4 · Dacheng Yin, Xuanchi Ren, Chong Luo, Yuwang Wang, Zhiwei Xiong, Wenjun Zeng

This paper addresses the unsupervised learning of content-style decomposed representation. We first give a definition of style and then model the content-style representation as a token-level bipartite graph. An unsupervised framework, named Retriever, is proposed to learn such representations. First, a cross-attention module is employed to retrieve permutation invariant (P.I.) information, defined as style, from the input data. Second, a vector quantization (VQ) module is used, together with man-induced constraints, to produce interpretable content tokens. Last, an innovative link attention module serves as the decoder to reconstruct data from the decomposed content and style, with the help of the linking keys. Being modal-agnostic, the proposed Retriever is evaluated in both speech and image domains. The state-of-the-art zero-shot voice conversion performance confirms the disentangling ability of our framework. Top performance is also achieved in the part discovery task for images, verifying the interpretability of our representation. In addition, the vivid part-based style transfer quality demonstrates the potential of Retriever to support various fascinating generative tasks. Project page at https://ydcustc.github.io/retriever-demo/.

📄 PDF Abstract BibTeX arXiv:2202.12307

Code (2)

xrenaa/Retriever 공식 구현
revsic/torch-retriever-vc pytorch

Tasks

DecoderQuantizationStyle TransferVoice Conversion

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…

Similar Papers 제목 키워드 기반

Enhancing Content Preservation in Text Style Transfer Using Reverse Attention and Conditional Layer Normalization

2021-08-01 · ACL 2021 5 · Dongkyu Lee, Zhiliang Tian, Lanqing Xue, Nevin L. Zhang

Text style transfer aims to alter the style (e.g., sentiment) of a sentence while preserving its content. A common approach is to map a given sentence to content representation that is free of style, and the content repr…

DecoderSentenceStyle TransferText Style Transfer

DiffRetriever: Parallel Representative Tokens for Retrieval with Diffusion Language Models

2026-05-08 · Shuai Wang, Yu Yin, Shengyao Zhuang, Bevan Koopman 외 arxiv

This paper shows how diffusion language models (DLMs) can be used as effective and efficient retrievers. Existing DLM-based retrievers (e.g., DiffEmbed) follow BERT-style encoding, representing each query or passage as a…

H+ Embedding: Harmonizing Global and Token-Level Retrieval with Context-Dependent Phrases

2026-07-29 · Shusen Zhang, Junyi Hu, Ye Feng, Ziteng Wang 외 arxiv

Terminology-intensive retrieval, especially in medical settings, depends on preserving multi-word entities, abbreviations, numerical constraints, and compositional concepts. However, existing representations lie at two e…

Replacing Language Model for Style Transfer

2022-11-14 · Pengyu Cheng, Ruineng Li

We introduce replacing language model (RLM), a sequence-to-sequence language modeling framework for text style transfer (TST). Our method autoregressively replaces each token of the source sentence with a text span that …

DisentanglementLanguage ModelingLanguage Modellingmodel+4

StoryTrans: Non-Parallel Story Author-Style Transfer with Discourse Representations and Content Enhancing

2022-08-29 · Xuekai Zhu, Jian Guan, Minlie Huang, Juan Liu

Non-parallel text style transfer is an important task in natural language generation. However, previous studies concentrate on the token or sentence level, such as sentence sentiment and formality transfer, but neglect l…

SentenceStyle TransferText GenerationText Style Transfer