Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–50 of 110 results for author: Cohen-Addad, V

Searching in archive cs. Search in all archives.
.
  1. arXiv:2608.09538  [pdf, ps, other

    cs.CL cs.AI

    TCS-BENCH: Benchmarking State-of-the-Art Generative AI Theoretical Computer Science Research Ability

    Authors: Vincent Cohen-Addad, Dimitris Paparas, Ernest van Wijland, Max Springer, Julien Canitrot-Paradis, Honghao Lin, David Woodruff, Adarsh Kumarappan, Rajesh Jayaram, Rudrajit Das, Lalit Jain, Ola Svensson, Silvio Lattanzi, Mislav Balunovic, Theophane Weber, Vahab Mirrokni

    Abstract: We introduce TCS-Bench, a benchmark for evaluating Large Language Models (LLMs) on research-level Theoretical Computer Science (TCS) proof generation. TCS-Bench consists of theorem-proving tasks from papers published at top theoretical computer science venues (STOC, FOCS, and SODA). Each task provides the necessary context to derive a self-contained proof for a target result. We evaluate state-of-… ▽ More

    Submitted 13 August, 2026; v1 submitted 10 August, 2026; originally announced August 2026.

  2. arXiv:2607.14654  [pdf, ps, other

    cs.DS

    Spectral Dual Fitting for $k$-Means

    Authors: Aditya Anand, Moses Charikar, Vincent Cohen-Addad, Ruiquan Gao, Fabrizio Grandoni, Euiwoong Lee, Amatya Sharma, Ernest van Wijland

    Abstract: We give a new dual fitting algorithm which gives improved approximation ratios of $3+\ln 2 + ε (\approx 3.694)$ and $4.9+ε$ for $k$-Means in (high-dimensional) Euclidean and general metrics respectively, improving upon the previously known ratios of $4+ε$ [Charikar, Cohen-Addad, Gao, Grandoni, Lee, and van Wijland STOC'26] and $5+ε$ [Byrka, Guo, Hu, Li, Wan, Wang FOCS'26], resp. In particular, our… ▽ More

    Submitted 16 July, 2026; originally announced July 2026.

  3. arXiv:2606.28277  [pdf, ps, other

    cs.LG cs.AI cs.CL cs.CY

    Towards Automating Scientific Review with Google's Paper Assistant Tool

    Authors: Rajesh Jayaram, Drew Tyler, David Woodruff, Corinna Cortes, Yossi Matias, Vahab Mirrokni, Vincent Cohen-Addad

    Abstract: Artificial intelligence is driving a revolution in scientific discovery, accelerating everything from hypothesis generation to mathematical theorem proving. However, this rapid acceleration is creating a systemic challenge: traditional human peer review cannot scale to match the influx of AI-assisted science. Ultimately, to resolve this tension, we must also deploy AI to accelerate the verificatio… ▽ More

    Submitted 26 June, 2026; originally announced June 2026.

  4. arXiv:2606.16045  [pdf, ps, other

    cs.LG cs.DS

    Active Learning with Low-Rank Structure for Data Selection

    Authors: Vincent Cohen-Addad, Sasidhar Kunapuli, Vahab Mirrokni, Mahdi Nikdan, David P. Woodruff, Samson Zhou

    Abstract: In the data selection problem, the objective is to choose a small, representative subset of data that can be used to efficiently train a machine learning model. Sener and Savarese [ICLR 2018] showed that, given an embedding representation of the data and suitable geometric assumptions, heuristics based on $k$-center clustering can be used to perform data selection. This perspective was further exp… ▽ More

    Submitted 14 June, 2026; originally announced June 2026.

    Comments: ICML 2026

  5. arXiv:2606.14540  [pdf, ps, other

    cs.DS

    An Efficient Private Algorithm for Community Detection

    Authors: Vincent Cohen-Addad, Alessandro Epasto, Haim Kaplan, Hanna Komlós, Silvio Lattanzi

    Abstract: In this paper, we study the community detection problem in the stochastic block model (SBM) under privacy constraints. We introduce private and highly efficient algorithms for exact community detection within the SBM framework. Our algorithms represent the first differentially private methods capable of achieving exact recovery in a wide range of model parameters with near-linear time and space co… ▽ More

    Submitted 12 June, 2026; originally announced June 2026.

    Comments: 32 pages, 1 figure

  6. arXiv:2605.31176  [pdf, ps, other

    cs.LG cs.DS

    Retriever Portfolios: A Principled Approach to Adaptive RAG

    Authors: Miltiadis Stouras, Vincent Cohen-Addad, Silvio Lattanzi, Ola Svensson

    Abstract: Retrieval-augmented generation (RAG) systems typically rely on a single retriever and a single set of hyperparameters, despite facing highly heterogeneous queries that range from simple factoid questions to complex multi-hop reasoning. We propose a method that automatically selects a small, diverse subset of retrievers (a portfolio) from a large pool of candidates, to cover different regions of th… ▽ More

    Submitted 29 May, 2026; originally announced May 2026.

    Comments: Accepted at ICML 2026. Code available at: https://github.com/mstou/retriever-portfolios

  7. arXiv:2605.29165  [pdf, ps, other

    cs.DS

    An Improved Greedy Approximation for (Metric) $k$-Means

    Authors: Moses Charikar, Vincent Cohen-Addad, Ruiquan Gao, Fabrizio Grandoni, Euiwoong Lee, Ernest van Wijland

    Abstract: Clustering is a basic task in data analysis and machine learning, and the optimization of clustering objectives are well-studied optimization problems; amongst these, the $k$-Means objective is arguably the most well known. Given a collection of points in a metric space, the goal is to partition them into $k$ clusters, each with an associated center, so as to minimize the sum of squared distances… ▽ More

    Submitted 27 May, 2026; originally announced May 2026.

    Comments: Full version of the FOCS 2025 paper. arXiv admin note: substantial text overlap with arXiv:2503.10972

  8. arXiv:2603.29582  [pdf, ps, other

    cs.DS

    A Strong Linear Programming Relaxation for Weighted Tree Augmentation

    Authors: Vincent Cohen-Addad, Marina Drygala, Nathan Klein, Ola Svensson

    Abstract: The Weighted Tree Augmentation Problem (WTAP) is a fundamental network design problem where the goal is to find a minimum-cost set of additional edges (links) to make an input tree 2-edge-connected. While a 2-approximation is standard and the integrality gap of the classic Cut LP relaxation is known to be at least 1.5, achieving approximation factors significantly below 2 has proven challenging. R… ▽ More

    Submitted 31 March, 2026; originally announced March 2026.

    Comments: Full version of a paper accepted to STOC 2026

  9. arXiv:2603.28268  [pdf, ps, other

    cs.CG cs.CC cs.DS

    Near-Optimal Bounds for Parameterized Euclidean k-means

    Authors: Vincent Cohen-Addad, Karthik C. S., David Saulpic, Chris Schwiegelshohn

    Abstract: The $k$-means problem is a classic objective for modeling clustering in a metric space. Given a set of points in a metric space, the goal is to find $k$ representative points so as to minimize the sum of the squared distances from each point to its closest representative. In this work, we study the approximability of $k$-means in Euclidean spaces parameterized by the number of clusters, $k$. In… ▽ More

    Submitted 30 March, 2026; originally announced March 2026.

  10. arXiv:2603.09846  [pdf, ps, other

    cs.CG cs.CC cs.DS

    Almost-Optimal Upper and Lower Bounds for Clustering in Low Dimensional Euclidean Spaces

    Authors: Vincent Cohen-Addad, Karthik C. S., David Saulpic, Chris Schwiegelshohn

    Abstract: The $k$-median and $k$-means clustering objectives are classic objectives for modeling clustering in a metric space. Given a set of points in a metric space, the goal of the $k$-median (resp. $k$-means) problem is to find $k$ representative points so as to minimize the sum of the distances (resp. sum of squared distances) from each point to its closest representative. Cohen-Addad, Feldmann, and Sa… ▽ More

    Submitted 10 March, 2026; originally announced March 2026.

  11. arXiv:2603.08615  [pdf, ps, other

    cs.DS

    Distributed Algorithms for Euclidean Clustering

    Authors: Vincent Cohen-Addad, Liudeng Wang, David P. Woodruff, Samson Zhou

    Abstract: We study the problem of constructing $(1+\varepsilon)$-coresets for Euclidean $(k,z)$-clustering in the distributed setting, where $n$ data points are partitioned across $s$ sites. We focus on two prominent communication models: the coordinator model and the blackboard model. In the coordinator model, we design a protocol that achieves a $(1+\varepsilon)$-strong coreset with total communication co… ▽ More

    Submitted 9 March, 2026; originally announced March 2026.

    Comments: ICLR 2026

  12. arXiv:2603.04735  [pdf, ps, other

    cs.AI cs.CL

    Solving an Open Problem in Theoretical Physics using AI-Assisted Discovery

    Authors: Michael P. Brenner, Vincent Cohen-Addad, David Woodruff

    Abstract: This paper demonstrates that artificial intelligence can accelerate mathematical discovery by autonomously solving an open problem in theoretical physics. We present a neuro-symbolic system, combining the Gemini Deep Think large language model with a systematic Tree Search (TS) framework and automated numerical feedback, that successfully derived novel, exact analytical solutions for the power spe… ▽ More

    Submitted 4 March, 2026; originally announced March 2026.

    Comments: 22 pages, 3 figures

  13. arXiv:2602.03837  [pdf, ps, other

    cs.CL cs.AI

    Accelerating Scientific Research with Gemini: Case Studies and Common Techniques

    Authors: David P. Woodruff, Vincent Cohen-Addad, Lalit Jain, Jieming Mao, Song Zuo, MohammadHossein Bateni, Simina Branzei, Michael P. Brenner, Lin Chen, Ying Feng, Lance Fortnow, Gang Fu, Ziyi Guan, Zahra Hadizadeh, Mohammad T. Hajiaghayi, Mahdi JafariRaviz, Adel Javanmard, Karthik C. S., Ken-ichi Kawarabayashi, Ravi Kumar, Silvio Lattanzi, Euiwoong Lee, Yi Li, Ioannis Panageas, Dimitris Paparas , et al. (11 additional authors not shown)

    Abstract: Recent advances in large language models (LLMs) have opened new avenues for accelerating scientific research. While models are increasingly capable of assisting with routine tasks, their ability to contribute to novel, expert-level mathematical discovery is less understood. We present a collection of case studies demonstrating how researchers have successfully collaborated with advanced AI models,… ▽ More

    Submitted 6 March, 2026; v1 submitted 3 February, 2026; originally announced February 2026.

    Comments: The changes over version 2 are that we cleaned up the last paragraph on color-coding at the end of section 2. Also, for section 6.1 we added a reference to followup work of the authors, and other minor edits in that section

  14. arXiv:2512.04923  [pdf, ps, other

    cs.AI cs.CL

    Algorithmic Thinking Theory

    Authors: MohammadHossein Bateni, Vincent Cohen-Addad, Yuzhou Gu, Silvio Lattanzi, Simon Meierhans, Christopher Mohri

    Abstract: Large language models (LLMs) have proven to be highly effective for solving complex reasoning tasks. Surprisingly, their capabilities can often be improved by iterating on previously generated solutions. In this context, a reasoning plan for generating and combining a set of solutions can be thought of as an algorithm for reasoning using a probabilistic oracle. We introduce a theoretical framewo… ▽ More

    Submitted 4 December, 2025; originally announced December 2025.

  15. arXiv:2512.03275  [pdf, ps, other

    cs.DS

    Complexity of Local Search for CSPs Parameterized by Constraint Difference

    Authors: Aditya Anand, Vincent Cohen-Addad, Tommaso d'Orsi, Anupam Gupta, Euiwoong Lee, Debmalya Panigrahi, Sijin Peng

    Abstract: In this paper, we study the parameterized complexity of local search, whose goal is to find a good nearby solution from the given current solution. Formally, given an optimization problem where the goal is to find the largest feasible subset $S$ of a universe $U$, the new input consists of a current solution $P$ (not necessarily feasible) as well as an ordinary input for the problem. Given the e… ▽ More

    Submitted 2 December, 2025; originally announced December 2025.

    Comments: IPEC 2025

  16. arXiv:2512.03238  [pdf, ps, other

    cs.CR cs.AI cs.LG stat.ML

    How to DP-fy Your Data: A Practical Guide to Generating Synthetic Data With Differential Privacy

    Authors: Natalia Ponomareva, Zheng Xu, H. Brendan McMahan, Peter Kairouz, Lucas Rosenblatt, Vincent Cohen-Addad, Cristóbal Guzmán, Ryan McKenna, Galen Andrew, Alex Bie, Da Yu, Alex Kurakin, Morteza Zadimoghaddam, Sergei Vassilvitskii, Andreas Terzis

    Abstract: High quality data is needed to unlock the full potential of AI for end users. However finding new sources of such data is getting harder: most publicly-available human generated data will soon have been used. Additionally, publicly available data often is not representative of users of a particular system -- for example, a research speech dataset of contractors interacting with an AI assistant wil… ▽ More

    Submitted 9 July, 2026; v1 submitted 2 December, 2025; originally announced December 2025.

    Journal ref: JAIR 2026, vol. 86 JAIR, Vol. 86

  17. arXiv:2511.15142  [pdf, ps, other

    cs.DS

    Combinatorial Optimization using Comparison Oracles

    Authors: Vincent Cohen-Addad, Tommaso d'Orsi, Anupam Gupta, Guru Guruganesh, Euiwoong Lee, Renato Paes Leme, Debmalya Panigrahi, Madhusudhan Reddy Pittu, Jon Schneider, David P. Woodruff

    Abstract: In linear combinatorial optimization, we aim to find $S^* = \arg\min_{S \in \mathcal{F}} \langle w,\mathbf{1}_S \rangle$ for a family $\mathcal{F} \subseteq 2^U$ over a ground set $U$ of $n$ elements. Traditionally, $w$ is known or accessible via a value oracle. Motivated by practical applications involving pairwise preferences, we study the weaker and more robust comparison oracle, which for any… ▽ More

    Submitted 19 February, 2026; v1 submitted 19 November, 2025; originally announced November 2025.

  18. arXiv:2510.18180  [pdf, ps, other

    cs.DS

    Nearly Space-Optimal Graph and Hypergraph Sparsification in Insertion-Only Data Streams

    Authors: Vincent Cohen-Addad, David P. Woodruff, Shenghao Xie, Samson Zhou

    Abstract: We study the problem of graph and hypergraph sparsification in insertion-only data streams. The input is a hypergraph $H=(V, E, w)$ with $n$ nodes, $m$ hyperedges, and rank $r$, and the goal is to compute a hypergraph $\widehat{H}$ that preserves the energy of each vector $x \in \mathbb{R}^n$ in $H$, up to a small multiplicative error. In this paper, we give a streaming algorithm that achieves a… ▽ More

    Submitted 20 October, 2025; originally announced October 2025.

  19. arXiv:2508.09544  [pdf, ps, other

    cs.LG

    SYNAPSE-G: Bridging Large Language Models and Graph Learning for Rare Event Classification

    Authors: Sasan Tavakkol, Lin Chen, Max Springer, Abigail Schantz, Blaž Bratanič, Vincent Cohen-Addad, MohammadHossein Bateni

    Abstract: Scarcity of labeled data, especially for rare events, hinders training effective machine learning models. This paper proposes SYNAPSE-G (Synthetic Augmentation for Positive Sampling via Expansion on Graphs), a novel pipeline leveraging Large Language Models (LLMs) to generate synthetic training data for rare event classification, addressing the cold-start problem. This synthetic data serve as seed… ▽ More

    Submitted 13 August, 2025; originally announced August 2025.

  20. arXiv:2508.06774  [pdf, ps, other

    cs.DS cs.LG

    Approximating High-Dimensional Earth Mover's Distance as Fast as Closest Pair

    Authors: Lorenzo Beretta, Vincent Cohen-Addad, Rajesh Jayaram, Erik Waingarten

    Abstract: We give a reduction from $(1+\varepsilon)$-approximate Earth Mover's Distance (EMD) to $(1+\varepsilon)$-approximate Closest Pair (CP). As a consequence, we improve the fastest known approximation algorithm for high-dimensional EMD. Here, given $p\in [1, 2]$ and two sets of $n$ points $X,Y \subseteq (\mathbb R^d,\ell_p)$, their EMD is the minimum cost of a perfect matching between $X$ and $Y$, whe… ▽ More

    Submitted 8 August, 2025; originally announced August 2025.

    Comments: FOCS 2025

  21. arXiv:2507.23432  [pdf, ps, other

    cs.DS cs.CR cs.DC

    Scalable contribution bounding to achieve privacy

    Authors: Vincent Cohen-Addad, Alessandro Epasto, Jason Lee, Morteza Zadimoghaddam

    Abstract: In modern datasets, where single records can have multiple owners, enforcing user-level differential privacy requires capping each user's total contribution. This "contribution bounding" becomes a significant combinatorial challenge. Existing sequential algorithms for this task are computationally intensive and do not scale to the massive datasets prevalent today. To address this scalability bottl… ▽ More

    Submitted 31 July, 2025; originally announced July 2025.

  22. arXiv:2507.14089  [pdf, ps, other

    cs.DS

    An Efficient Massively Parallel Constant-Factor Approximation Algorithm for the $k$-Means Problem

    Authors: Vincent Cohen-Addad, Fabian Kuhn, Zahra Parsaeian

    Abstract: In this paper, we present an efficient massively parallel approximation algorithm for the $k$-means problem. Specifically, we provide an MPC algorithm that computes a constant-factor approximation to an arbitrary $k$-means instance in $O(\log\log n \cdot \log\log\log n)$ rounds. The algorithm uses $O(n^σ)$ bits of memory per machine, where $σ> 0$ is a constant that can be made arbitrarily small. T… ▽ More

    Submitted 18 July, 2025; originally announced July 2025.

  23. arXiv:2507.06261  [pdf, ps, other

    cs.CL cs.AI

    Gemini 2.5: Pushing the Frontier with Advanced Reasoning, Multimodality, Long Context, and Next Generation Agentic Capabilities

    Authors: Gheorghe Comanici, Eric Bieber, Mike Schaekermann, Ice Pasupat, Noveen Sachdeva, Inderjit Dhillon, Marcel Blistein, Ori Ram, Dan Zhang, Evan Rosen, Luke Marris, Sam Petulla, Colin Gaffney, Asaf Aharoni, Nathan Lintz, Tiago Cardal Pais, Henrik Jacobsson, Idan Szpektor, Nan-Jiang Jiang, Krishna Haridasan, Ahmed Omran, Nikunj Saunshi, Dara Bahri, Gaurav Mishra, Eric Chu , et al. (3410 additional authors not shown)

    Abstract: In this report, we introduce the Gemini 2.X model family: Gemini 2.5 Pro and Gemini 2.5 Flash, as well as our earlier Gemini 2.0 Flash and Flash-Lite models. Gemini 2.5 Pro is our most capable model yet, achieving SoTA performance on frontier coding and reasoning benchmarks. In addition to its incredible coding and reasoning skills, Gemini 2.5 Pro is a thinking model that excels at multimodal unde… ▽ More

    Submitted 19 December, 2025; v1 submitted 7 July, 2025; originally announced July 2025.

    Comments: 72 pages, 17 figures

  24. arXiv:2506.16661  [pdf, ps, other

    cs.LG cs.CR stat.ML

    Private Training & Data Generation by Clustering Embeddings

    Authors: Felix Zhou, Samson Zhou, Vahab Mirrokni, Alessandro Epasto, Vincent Cohen-Addad

    Abstract: Deep neural networks often use large, high-quality datasets to achieve high performance on many machine learning tasks. When training involves potentially sensitive data, this process can raise privacy concerns, as large models have been shown to unintentionally memorize and reveal sensitive information, including reconstructing entire training samples. Differential privacy (DP) provides a robust… ▽ More

    Submitted 19 June, 2025; originally announced June 2025.

  25. arXiv:2505.19051  [pdf, ps, other

    cs.CL cs.LG

    Efficient Data Selection at Scale via Influence Distillation

    Authors: Mahdi Nikdan, Vincent Cohen-Addad, Dan Alistarh, Vahab Mirrokni

    Abstract: Effective data selection is critical for efficient training of modern Large Language Models (LLMs). This paper introduces Influence Distillation, a novel, mathematically-justified framework for data selection that employs second-order information to optimally weight training samples. By distilling each sample's influence on a target distribution, our method assigns model-specific weights that are… ▽ More

    Submitted 25 May, 2025; originally announced May 2025.

  26. arXiv:2504.16229  [pdf, other

    cs.DS

    Fast, Space-Optimal Streaming Algorithms for Clustering and Subspace Embeddings

    Authors: Vincent Cohen-Addad, Liudeng Wang, David P. Woodruff, Samson Zhou

    Abstract: We show that both clustering and subspace embeddings can be performed in the streaming model with the same asymptotic efficiency as in the central/offline setting. For $(k, z)$-clustering in the streaming model, we achieve a number of words of memory which is independent of the number $n$ of input points and the aspect ratio $Δ$, yielding an optimal bound of… ▽ More

    Submitted 22 April, 2025; originally announced April 2025.

  27. arXiv:2504.14508  [pdf, ps, other

    cs.LG

    Less is More: Adaptive Coverage for Synthetic Training Data

    Authors: Sasan Tavakkol, Max Springer, Mohammadhossein Bateni, Neslihan Bulut, Vincent Cohen-Addad, MohammadTaghi Hajiaghayi

    Abstract: Synthetic training data generation with Large Language Models (LLMs) like Google's Gemma and OpenAI's GPT offer a promising solution to the challenge of obtaining large, labeled datasets for training classifiers. When rapid model deployment is critical, such as in classifying emerging social media trends or combating new forms of online abuse tied to current events, the ability to generate trainin… ▽ More

    Submitted 24 July, 2025; v1 submitted 20 April, 2025; originally announced April 2025.

  28. arXiv:2504.12060  [pdf, ps, other

    cs.DS

    Static to Dynamic Correlation Clustering

    Authors: Nairen Cao, Vincent Cohen-Addad, Euiwoong Lee, Shi Li, David Rasmussen Lolck, Alantha Newman, Mikkel Thorup, Lukas Vogl, Shuyi Yan, Hanwen Zhang

    Abstract: Correlation clustering is a well-studied problem, first proposed by Bansal, Blum, and Chawla [Mach. Learn. '04]. The input is an unweighted, undirected graph. The problem is to cluster the vertices so as to minimize the number of edges between vertices in different clusters and missing edges between vertices inside the same cluster. This problem has a wide application in data mining and machine le… ▽ More

    Submitted 11 May, 2026; v1 submitted 16 April, 2025; originally announced April 2025.

  29. Solving the Correlation Cluster LP in Sublinear Time

    Authors: Nairen Cao, Vincent Cohen-Addad, Shi Li, Euiwoong Lee, David Rasmussen Lolck, Alantha Newman, Mikkel Thorup, Lukas Vogl, Shuyi Yan, Hanwen Zhang

    Abstract: Correlation Clustering is a fundamental and widely-studied problem in unsupervised learning and data mining. The input is a graph and the goal is to construct a clustering minimizing the number of inter-cluster edges plus the number of missing intra-cluster edges. CCL+24 introduced the cluster LP for Correlation Clustering, which they argued captures the problem much more succinctly than previou… ▽ More

    Submitted 4 November, 2025; v1 submitted 26 March, 2025; originally announced March 2025.

  30. arXiv:2503.10972  [pdf, ps, other

    cs.DS

    A $(2+\varepsilon)$-Approximation Algorithm for Metric $k$-Median

    Authors: Vincent Cohen-Addad, Fabrizio Grandoni, Euiwoong Lee, Chris Schwiegelshohn, Ola Svensson

    Abstract: In the classical NP-hard metric $k$-median problem, we are given a set of $n$ clients and centers with metric distances between them, along with an integer parameter $k\geq 1$. The objective is to select a subset of $k$ open centers that minimizes the total distance from each client to its closest open center. In their seminal work, Jain, Mahdian, Markakis, Saberi, and Vazirani presented the Gre… ▽ More

    Submitted 19 May, 2026; v1 submitted 13 March, 2025; originally announced March 2025.

  31. arXiv:2503.05173  [pdf, other

    cs.DS

    Fair Clustering in the Sliding Window Model

    Authors: Vincent Cohen-Addad, Shaofeng H. -C. Jiang, Qiaoyuan Yang, Yubo Zhang, Samson Zhou

    Abstract: We study streaming algorithms for proportionally fair clustering, a notion originally suggested by Chierichetti et. al. (2017), in the sliding window model. We show that although there exist efficient streaming algorithms in the insertion-only model, surprisingly no algorithm can achieve finite multiplicative ratio without violating the fairness constraint in the sliding window. Hence, the problem… ▽ More

    Submitted 7 March, 2025; originally announced March 2025.

    Comments: ICLR 2025

  32. arXiv:2502.17420  [pdf, ps, other

    cs.LG cs.AI cs.CL

    The Geometry of Refusal in Large Language Models: Concept Cones and Representational Independence

    Authors: Tom Wollschläger, Jannes Elstner, Simon Geisler, Vincent Cohen-Addad, Stephan Günnemann, Johannes Gasteiger

    Abstract: The safety alignment of large language models (LLMs) can be circumvented through adversarially crafted inputs, yet the mechanisms by which these attacks bypass safety barriers remain poorly understood. Prior work suggests that a single refusal direction in the model's activation space determines whether an LLM refuses a request. In this study, we propose a novel gradient-based approach to represen… ▽ More

    Submitted 8 February, 2026; v1 submitted 24 February, 2025; originally announced February 2025.

  33. arXiv:2502.17254  [pdf, other

    cs.LG

    REINFORCE Adversarial Attacks on Large Language Models: An Adaptive, Distributional, and Semantic Objective

    Authors: Simon Geisler, Tom Wollschläger, M. H. I. Abdalla, Vincent Cohen-Addad, Johannes Gasteiger, Stephan Günnemann

    Abstract: To circumvent the alignment of large language models (LLMs), current optimization-based adversarial attacks usually craft adversarial prompts by maximizing the likelihood of a so-called affirmative response. An affirmative response is a manually designed start of a harmful answer to an inappropriate request. While it is often easy to craft prompts that yield a substantial likelihood for the affirm… ▽ More

    Submitted 24 February, 2025; originally announced February 2025.

    Comments: 30 pages, 6 figures, 15 tables

  34. arXiv:2502.08878  [pdf, ps, other

    cs.DS cs.CR

    Scalable Private Partition Selection via Adaptive Weighting

    Authors: Justin Y. Chen, Vincent Cohen-Addad, Alessandro Epasto, Morteza Zadimoghaddam

    Abstract: In the differentially private partition selection problem (a.k.a. private set union, private key discovery), users hold subsets of items from an unbounded universe. The goal is to output as many items as possible from the union of the users' sets while maintaining user-level differential privacy. Solutions to this problem are a core building block for many privacy-preserving ML applications includ… ▽ More

    Submitted 8 August, 2025; v1 submitted 12 February, 2025; originally announced February 2025.

  35. arXiv:2501.06588  [pdf, ps, other

    cs.CG cs.DS cs.LG

    A Tight VC-Dimension Analysis of Clustering Coresets with Applications

    Authors: Vincent Cohen-Addad, Andrew Draganov, Matteo Russo, David Saulpic, Chris Schwiegelshohn

    Abstract: We consider coresets for $k$-clustering problems, where the goal is to assign points to centers minimizing powers of distances. A popular example is the $k$-median objective $\sum_{p}\min_{c\in C}dist(p,C)$. Given a point set $P$, a coreset $Ω$ is a small weighted subset that approximates the cost of $P$ for all candidate solutions $C$ up to a $(1\pm\varepsilon )$ multiplicative factor. In this pa… ▽ More

    Submitted 11 January, 2025; originally announced January 2025.

  36. arXiv:2411.00216  [pdf, other

    cs.DS

    Embedding Planar Graphs into Graphs of Treewidth $O(\log^{3} n)$

    Authors: Hsien-Chih Chang, Vincent Cohen-Addad, Jonathan Conroy, Hung Le, Marcin Pilipczuk, Michał Pilipczuk

    Abstract: Cohen-Addad, Le, Pilipczuk, and Pilipczuk [CLPP23] recently constructed a stochastic embedding with expected $1+\varepsilon$ distortion of $n$-vertex planar graphs (with polynomial aspect ratio) into graphs of treewidth $O(\varepsilon^{-1}\log^{13} n)$. Their embedding is the first to achieve polylogarithmic treewidth. However, there remains a large gap between the treewidth of their embedding and… ▽ More

    Submitted 31 October, 2024; originally announced November 2024.

    Comments: 39 pages, 6 figures

  37. arXiv:2408.01875  [pdf, other

    cs.CL

    Re-Invoke: Tool Invocation Rewriting for Zero-Shot Tool Retrieval

    Authors: Yanfei Chen, Jinsung Yoon, Devendra Singh Sachan, Qingze Wang, Vincent Cohen-Addad, Mohammadhossein Bateni, Chen-Yu Lee, Tomas Pfister

    Abstract: Recent advances in large language models (LLMs) have enabled autonomous agents with complex reasoning and task-fulfillment capabilities using a wide range of tools. However, effectively identifying the most relevant tools for a given task becomes a key bottleneck as the toolset size grows, hindering reliable tool utilization. To address this, we introduce Re-Invoke, an unsupervised tool retrieval… ▽ More

    Submitted 20 September, 2024; v1 submitted 3 August, 2024; originally announced August 2024.

    Comments: EMNLP Findings 2024

  38. arXiv:2406.09137  [pdf, other

    cs.DS cs.LG

    Dynamic Correlation Clustering in Sublinear Update Time

    Authors: Vincent Cohen-Addad, Silvio Lattanzi, Andreas Maggiori, Nikos Parotsidis

    Abstract: We study the classic problem of correlation clustering in dynamic node streams. In this setting, nodes are either added or randomly deleted over time, and each node pair is connected by a positive or negative edge. The objective is to continuously find a partition which minimizes the sum of positive edges crossing clusters and negative edges within clusters. We present an algorithm that maintains… ▽ More

    Submitted 13 June, 2024; originally announced June 2024.

    Comments: ICML'24 (spotlight)

  39. arXiv:2406.04868  [pdf, ps, other

    cs.LG cs.CR cs.DS

    Perturb-and-Project: Differentially Private Similarities and Marginals

    Authors: Vincent Cohen-Addad, Tommaso d'Orsi, Alessandro Epasto, Vahab Mirrokni, Peilin Zhong

    Abstract: We revisit the input perturbations framework for differential privacy where noise is added to the input $A\in \mathcal{S}$ and the result is then projected back to the space of admissible datasets $\mathcal{S}$. Through this framework, we first design novel efficient algorithms to privately release pair-wise cosine similarities. Second, we derive a novel algorithm to compute $k$-way marginal queri… ▽ More

    Submitted 7 August, 2024; v1 submitted 7 June, 2024; originally announced June 2024.

    Comments: 21 ppages, ICML 2024

    ACM Class: F.2; G.3

  40. arXiv:2406.04860  [pdf, other

    cs.LG cs.DS stat.ML

    Multi-View Stochastic Block Models

    Authors: Vincent Cohen-Addad, Tommaso d'Orsi, Silvio Lattanzi, Rajai Nasser

    Abstract: Graph clustering is a central topic in unsupervised learning with a multitude of practical applications. In recent years, multi-view graph clustering has gained a lot of attention for its applicability to real-world instances where one has access to multiple data sources. In this paper we formalize a new family of models, called \textit{multi-view stochastic block models} that captures this settin… ▽ More

    Submitted 7 June, 2024; originally announced June 2024.

    Comments: 31 pages, ICML 2024

    ACM Class: F.2; G.3

  41. arXiv:2406.04857  [pdf, ps, other

    cs.DS cs.LG

    A Near-Linear Time Approximation Algorithm for Beyond-Worst-Case Graph Clustering

    Authors: Vincent Cohen-Addad, Tommaso d'Orsi, Aida Mousavifar

    Abstract: We consider the semi-random graph model of [Makarychev, Makarychev and Vijayaraghavan, STOC'12], where, given a random bipartite graph with $α$ edges and an unknown bipartition $(A, B)$ of the vertex set, an adversary can add arbitrary edges inside each community and remove arbitrary edges from the cut $(A, B)$ (i.e. all adversarial changes are \textit{monotone} with respect to the bipartition). F… ▽ More

    Submitted 7 June, 2024; originally announced June 2024.

    Comments: 24 pages, ICML 2024

    ACM Class: F.2; G.3

  42. arXiv:2405.01339  [pdf, other

    cs.DS

    Sensitivity Sampling for $k$-Means: Worst Case and Stability Optimal Coreset Bounds

    Authors: Nikhil Bansal, Vincent Cohen-Addad, Milind Prabhu, David Saulpic, Chris Schwiegelshohn

    Abstract: Coresets are arguably the most popular compression paradigm for center-based clustering objectives such as $k$-means. Given a point set $P$, a coreset $Ω$ is a small, weighted summary that preserves the cost of all candidate solutions $S$ up to a $(1\pm \varepsilon)$ factor. For $k$-means in $d$-dimensional Euclidean space the cost for solution $S$ is $\sum_{p\in P}\min_{s\in S}\|p-s\|^2$. A ver… ▽ More

    Submitted 2 May, 2024; originally announced May 2024.

    Comments: 57 pages

  43. Understanding the Cluster LP for Correlation Clustering

    Authors: Nairen Cao, Vincent Cohen-Addad, Euiwoong Lee, Shi Li, Alantha Newman, Lukas Vogl

    Abstract: In the classic Correlation Clustering problem introduced by Bansal, Blum, and Chawla (FOCS 2002), the input is a complete graph where edges are labeled either $+$ or $-$, and the goal is to find a partition of the vertices that minimizes the sum of the +edges across parts plus the sum of the -edges within parts. In recent years, Chawla, Makarychev, Schramm and Yaroslavtsev (STOC 2015) gave a 2.06-… ▽ More

    Submitted 31 October, 2025; v1 submitted 26 April, 2024; originally announced April 2024.

    Comments: The conference version of this paper claimed an approximation ratio of 1.437 whose proof currently has a gap. This version fixes the gap with a slightly worse approximation ratio of 1.485

  44. arXiv:2404.06797  [pdf, ps, other

    cs.DS

    Correlation Clustering Beyond the Pivot Algorithm

    Authors: Soheil Behnezhad, Moses Charikar, Vincent Cohen-Addad, Alma Ghafari, Weiyun Ma

    Abstract: We study the classic correlation clustering in the dynamic setting. Given $n$ objects and a complete labeling of the object-pairs as either similar or dissimilar, the goal is to partition the objects into arbitrarily many clusters while minimizing disagreements with the labels. In the dynamic setting, an update consists of a flip of a label of an edge. In a breakthrough result, [BDHSS, FOCS'19] sh… ▽ More

    Submitted 13 July, 2025; v1 submitted 10 April, 2024; originally announced April 2024.

  45. Combinatorial Correlation Clustering

    Authors: Vincent Cohen-Addad, David Rasmussen Lolck, Marcin Pilipczuk, Mikkel Thorup, Shuyi Yan, Hanwen Zhang

    Abstract: Correlation Clustering is a classic clustering objective arising in numerous machine learning and data mining applications. Given a graph $G=(V,E)$, the goal is to partition the vertex set into clusters so as to minimize the number of edges between clusters plus the number of edges missing within clusters. The problem is APX-hard and the best known polynomial time approximation factor is 1.73 by C… ▽ More

    Submitted 16 July, 2024; v1 submitted 8 April, 2024; originally announced April 2024.

  46. arXiv:2402.18263  [pdf, ps, other

    cs.DS cs.CC

    Max-Cut with $ε$-Accurate Predictions

    Authors: Vincent Cohen-Addad, Tommaso d'Orsi, Anupam Gupta, Euiwoong Lee, Debmalya Panigrahi

    Abstract: We study the approximability of the MaxCut problem in the presence of predictions. Specifically, we consider two models: in the noisy predictions model, for each vertex we are given its correct label in $\{-1,+1\}$ with some unknown probability $1/2 + ε$, and the other (incorrect) label otherwise. In the more-informative partial predictions model, for each vertex we are given its correct label wit… ▽ More

    Submitted 28 February, 2024; originally announced February 2024.

    Comments: 18 pages

    ACM Class: F.0

  47. arXiv:2402.17327  [pdf, other

    cs.LG cs.DS

    Data-Efficient Learning via Clustering-Based Sensitivity Sampling: Foundation Models and Beyond

    Authors: Kyriakos Axiotis, Vincent Cohen-Addad, Monika Henzinger, Sammy Jerome, Vahab Mirrokni, David Saulpic, David Woodruff, Michael Wunder

    Abstract: We study the data selection problem, whose aim is to select a small representative subset of data that can be used to efficiently train a machine learning model. We present a new data selection approach based on $k$-means clustering and sensitivity sampling. Assuming access to an embedding representation of the data with respect to which the model loss is Hölder continuous, our approach provably a… ▽ More

    Submitted 27 February, 2024; originally announced February 2024.

  48. arXiv:2402.06730  [pdf, other

    cs.DS cs.CY cs.LG

    A Scalable Algorithm for Individually Fair K-means Clustering

    Authors: MohammadHossein Bateni, Vincent Cohen-Addad, Alessandro Epasto, Silvio Lattanzi

    Abstract: We present a scalable algorithm for the individually fair ($p$, $k$)-clustering problem introduced by Jung et al. and Mahabadi et al. Given $n$ points $P$ in a metric space, let $δ(x)$ for $x\in P$ be the radius of the smallest ball around $x$ containing at least $n / k$ points. A clustering is then called individually fair if it has centers within distance $δ(x)$ of $x$ for each $x\in P$. While g… ▽ More

    Submitted 9 February, 2024; originally announced February 2024.

    Comments: 32 pages, 2 figures, to appear at the 27th International Conference on Artificial Intelligence and Statistics (AISTATS) 2024

  49. arXiv:2311.17840  [pdf, other

    cs.DS cs.LG stat.ML

    Metric Embeddings Beyond Bi-Lipschitz Distortion via Sherali-Adams

    Authors: Ainesh Bakshi, Vincent Cohen-Addad, Samuel B. Hopkins, Rajesh Jayaram, Silvio Lattanzi

    Abstract: Metric embeddings are a widely used method in algorithm design, where generally a ``complex'' metric is embedded into a simpler, lower-dimensional one. Historically, the theoretical computer science community has focused on bi-Lipschitz embeddings, which guarantee that every pairwise distance is approximately preserved. In contrast, alternative embedding objectives that are commonly used in practi… ▽ More

    Submitted 15 May, 2025; v1 submitted 29 November, 2023; originally announced November 2023.

    Comments: COLT 2025

  50. arXiv:2311.00892  [pdf, other

    cs.DS

    A PTAS for $\ell_0$-Low Rank Approximation: Solving Dense CSPs over Reals

    Authors: Vincent Cohen-Addad, Chenglin Fan, Suprovat Ghoshal, Euiwoong Lee, Arnaud de Mesmay, Alantha Newman, Tony Chang Wang

    Abstract: We consider the Low Rank Approximation problem, where the input consists of a matrix $A \in \mathbb{R}^{n_R \times n_C}$ and an integer $k$, and the goal is to find a matrix $B$ of rank at most $k$ that minimizes $\| A - B \|_0$, which is the number of entries where $A$ and $B$ differ. For any constant $k$ and $\varepsilon > 0$, we present a polynomial time $(1 + \varepsilon)$-approximation time f… ▽ More

    Submitted 1 November, 2023; originally announced November 2023.

    Comments: To appear in SODA 24