paper-with-me

홈 › Papers

Learnability Gaps of Strategic Classification

2024-02-29 · Lee Cohen, Yishay Mansour, Shay Moran, Han Shao

In contrast with standard classification tasks, strategic classification involves agents strategically modifying their features in an effort to receive favorable predictions. For instance, given a classifier determining loan approval based on credit scores, applicants may open or close their credit cards to fool the classifier. The learning goal is to find a classifier robust against strategic manipulations. Various settings, based on what and when information is known, have been explored in strategic classification. In this work, we focus on addressing a fundamental question: the learnability gaps between strategic classification and standard learning. We essentially show that any learnable class is also strategically learnable: we first consider a fully informative setting, where the manipulation structure (which is modeled by a manipulation graph $G^\star$) is known and during training time the learner has access to both the pre-manipulation data and post-manipulation data. We provide nearly tight sample complexity and regret bounds, offering significant improvements over prior results. Then, we relax the fully informative setting by introducing two natural types of uncertainty. First, following Ahmadi et al. (2023), we consider the setting in which the learner only has access to the post-manipulation data. We improve the results of Ahmadi et al. (2023) and close the gap between mistake upper bound and lower bound raised by them. Our second relaxation of the fully informative setting introduces uncertainty to the manipulation structure. That is, we assume that the manipulation graph is unknown but belongs to a known class of graphs. We provide nearly tight bounds on the learning complexity in various unknown manipulation graph settings. Notably, our algorithm in this setting is of independent interest and can be applied to other problems such as multi-label learning.

📄 PDF Abstract BibTeX arXiv:2402.19303

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationMulti-Label Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

PAC-Learning for Strategic Classification

2020-12-06 · Ravi Sundaram, Anil Vullikanti, Haifeng Xu, Fan Yao

The study of strategic or adversarial manipulation of testing data to fool a classifier has attracted much recent attention. Most previous works have focused on two extreme situations where any testing data point either …

ClassificationGeneral ClassificationPAC learning

Strategic PAC Learnability via Geometric Definability

2026-05-13 · Yuval Filmus, Shay Moran, Elizaveta Nesterova, Nir Rosenfeld 외 arxiv

Strategic classification studies learning settings in which individuals can modify their features, at a cost, in order to influence the classifier's decision. A central question is how the sample complexity of the induce…

Strategic Classification with Non-Linear Classifiers

2025-05-29 · Benyamin Trachtenberg, Nir Rosenfeld

In strategic classification, the standard supervised learning setting is extended to support the notion of strategic user behavior in the form of costly feature manipulations made in response to a classifier. While stand…

Classification

Conservative classifiers do consistently well with improving agents: characterizing statistical and online learning

2025-06-05 · Dravyansh Sharma, Alec Sun

Machine learning is now ubiquitous in societal decision-making, for example in evaluating job candidates or loan applications, and it is increasingly important to take into account how classified agents will react to the…

PAC learning

On the Equivalence between Online and Private Learnability beyond Binary Classification

2020-06-02 · NeurIPS 2020 12 · Young Hun Jung, Baekjin Kim, Ambuj Tewari

Alon et al. [2019] and Bun et al. [2020] recently showed that online learnability and private PAC learnability are equivalent in binary classification. We investigate whether this equivalence extends to multi-class class…

Binary ClassificationClassificationGeneral ClassificationMulti-class Classification+1