← Search

Alexey Kurakin

12 accepted papers

2024

Private prediction for large-scale synthetic text generation

EMNLP 2024finding

We present an approach for generating differentially private synthetic text using large language models (LLMs), via private prediction. In the private prediction framework, we only require the output synthetic data to satisfy differential privacy guarantees. This is in contrast to approaches that tr…

2024

Synthetic Query Generation for Privacy-Preserving Deep Retrieval Systems using Differentially Private Language Models

NAACL 2024long

We address the challenge of ensuring differential privacy (DP) guarantees in training deep retrieval systems. Training these systems often involves the use of contrastive-style losses, which are typically non-per-example decomposable, making them difficult to directly DP-train with since common tech…

Cited by 5SourcePDFScholar
2023

RETVec: Resilient and Efficient Text Vectorizer

NeurIPS 2023poster

This paper describes RETVec, an efficient, resilient, and multilingual text vectorizer designed for neural-based text processing. RETVec combines a novel character encoding with an optional small embedding model to embed words into a 256-dimensional vector space. The RETVec embedding model is pre-tr…

2022

AdaMatch: A Unified Approach to Semi-Supervised Learning and Domain Adaptation

ICLR 2022poster

We extend semi-supervised learning to the problem of domain adaptation to learn significantly higher-accuracy models that train on one data distribution and test on a different one. With the goal of generality, we introduce AdaMatch, a unified solution for unsupervised domain adaptation (UDA), semi-…

2020

Enabling certification of verification-agnostic networks via memory-efficient semidefinite programming

NeurIPS 2020poster

Convex relaxations have emerged as a promising approach for verifying properties of neural networks, but widely used using Linear Programming (LP) relaxations only provide meaningful certificates when networks are specifically trained to facilitate verification. This precludes many important applica…

2020

FixMatch: Simplifying Semi-Supervised Learning with Consistency and Confidence

NeurIPS 2020poster

Semi-supervised learning (SSL) provides an effective means of leveraging unlabeled data to improve a model’s performance. This domain has seen fast progress recently, at the cost of requiring more complex methods. In this paper we propose FixMatch, an algorithm that is a significant simplification o…

2018

Adversarial Examples that Fool both Computer Vision and Time-Limited Humans

NeurIPS 2018poster

Machine learning models are vulnerable to adversarial examples: small changes to images can cause computer vision models to make mistakes such as identifying a school bus as an ostrich. However, it is still an open question whether humans are prone to similar mistakes. Here, we address this question…

Cited by 327SourcePDFScholar
2018

Ensemble Adversarial Training: Attacks and Defenses

ICLR 2018poster

Adversarial examples are perturbed inputs designed to fool machine learning models. Adversarial training injects such examples into training data to increase robustness. To scale this technique to large datasets, perturbations are crafted using fast single-step methods that maximize a linear approxi…

Cited by 3557SourcePDFScholar
2017

Large-Scale Evolution of Image Classifiers

ICML 2017poster

Neural networks have proven effective at solving difficult problems but designing their architectures can be challenging, even for image classification problems alone. Our goal is to minimize human participation, so we employ evolutionary algorithms to discover such networks automatically. Despite s…

Cited by 2148SourcePDFScholar