paper-with-me

Papers

Style Feature Extraction Using Contrastive Conditioned Variational Autoencoders with Mutual Information Constraints

2023-02-03 · Suguru Yasutomi, Toshihisa Tanaka

Extracting fine-grained features such as styles from unlabeled data is crucial for data analysis. Unsupervised methods such as variational autoencoders (VAEs) can extract styles that are usually mixed with other features. Conditional VAEs (CVAEs) can isolate styles using class labels; however, there are no established methods to extract only styles using unlabeled data. In this paper, we propose a CVAE-based method that extracts style features using only unlabeled data. The proposed model consists of a contrastive learning (CL) part that extracts style-independent features and a CVAE part that extracts style features. The CL model learns representations independent of data augmentation, which can be viewed as a perturbation in styles, in a self-supervised manner. Considering the style-independent features from the pretrained CL model as a condition, the CVAE learns to extract only styles. Additionally, we introduce a constraint based on mutual information between the CL and VAE features to prevent the CVAE from ignoring the condition. Experiments conducted using two simple datasets, MNIST and an original dataset based on Google Fonts, demonstrate that the proposed method can efficiently extract style features. Further experiments using real-world natural image datasets were also conducted to illustrate the method's extendability.

📄 PDF Abstract BibTeX arXiv:2303.08068

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningData Augmentation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
cVAE 설명 없음

Similar Papers 제목 키워드 기반

Speaker and Style Disentanglement of Speech Based on Contrastive Predictive Coding Supported Factorized Variational Autoencoder

2024-09-05 · Yuying Xie, Michael Kuhlmann, Frederik Rautenberg, Zheng-Hua Tan 외

Speech signals encompass various information across multiple levels including content, speaker, and style. Disentanglement of these information, although challenging, is important for applications such as voice conversio…

DisentanglementVoice Conversion

Style2Code: A Style-Controllable Code Generation Framework with Dual-Modal Contrastive Representation Learning

2025-05-26 · Dutao Zhang, Sergey Kovalchuk, YuLong He

Controllable code generation, the ability to synthesize code that follows a specified style while maintaining functionality, remains a challenging task. We propose a two-stage training framework combining contrastive lea…

Code GenerationContrastive LearningLanguage ModelingLanguage Modelling+1

Style-Label-Free: Cross-Speaker Style Transfer by Quantized VAE and Speaker-wise Normalization in Speech Synthesis

2022-12-13 · Chunyu Qiang, Peng Yang, Hao Che, Xiaorui Wang 외

Cross-speaker style transfer in speech synthesis aims at transferring a style from source speaker to synthesised speech of a target speaker's timbre. Most previous approaches rely on data with style labels, but manually-…

Data AugmentationSpeech SynthesisStyle Transfer

Generating lyrics with variational autoencoder and multi-modal artist embeddings

2018-12-20 · Olga Vechtomova, Hareesh Bahuleyan, Amirpasha Ghabussi, Vineet John

We present a system for generating song lyrics lines conditioned on the style of a specified artist. The system uses a variational autoencoder with artist embeddings. We propose the pre-training of artist embeddings with…

Contrastive Representation Learning for Exemplar-Guided Paraphrase Generation

2021-09-03 · Findings (EMNLP) 2021 11 · Haoran Yang, Wai Lam, Piji Li

Exemplar-Guided Paraphrase Generation (EGPG) aims to generate a target sentence which conforms to the style of the given exemplar while encapsulating the content information of the source sentence. In this paper, we prop…

Contrastive LearningDecoderParaphrase GenerationPOS+3