← Search

Farinaz Koushanfar

6 accepted papers

2024

SelfVC: Voice Conversion With Iterative Refinement using Self Transformations

ICML 2024poster

We propose SelfVC, a training strategy to iteratively improve a voice conversion model with self-synthesized examples. Previous efforts on voice conversion focus on factorizing speech into explicitly disentangled representations that separately encode speaker characteristics and linguistic content.…

Cited by 7SourcePDFScholar
2024

Token-Specific Watermarking with Enhanced Detectability and Semantic Coherence for Large Language Models

ICML 2024poster

Large language models generate high-quality responses with potential misinformation, underscoring the need for regulation by distinguishing AI-generated and human-written texts. Watermarking is pivotal in this context, which involves embedding hidden markers in texts during the LLM inference phase,…

2023

zPROBE: Zero Peek Robustness Checks for Federated Learning

ICCV 2023poster

Privacy-preserving federated learning allows multiple users to jointly train a model with coordination of a central server. The server only learns the final aggregation result, thereby preventing leakage of the users' (private) training data from the individual model updates. However, keeping the in…

Cited by 19PDFScholar
2022

LiteTransformerSearch: Training-free Neural Architecture Search for Efficient Language Models

NeurIPS 2022accept

The Transformer architecture is ubiquitously used as the building block of largescale autoregressive language models. However, finding architectures with the optimal trade-off between task performance (perplexity) and hardware constraints like peak memory utilization and latency is non-trivial. This…

2019

Coda: An End-to-End Neural Program Decompiler

NeurIPS 2019poster

Reverse engineering of binary executables is a critical problem in the computer security domain. On the one hand, malicious parties may recover interpretable source codes from the software products to gain commercial advantages. On the other hand, binary decompilation can be leveraged for code vulne…