paper-with-me

홈 › Papers

Equivalence of Coarse and Fine-Grained Models for Learning with Distribution Shift

2026-05-07 · Adam R. Klivans, Shyamal Patel, Konstantinos Stavropoulos, Arsen Vasilyan arxiv

Recent work on provably efficient algorithms for learning with distribution shift has focused on two models: PQ learning (Goldwasser et al. (2020)) and TDS learning (Klivans et al. (2024)). Algorithms for TDS learning are allowed to reject a test set entirely if distribution shift is detected. In contrast, PQ learners may only reject points that are deemed out-of-distribution on an individual basis. Our main result is a surprising equivalence between these two models in the distribution-free setting. In particular, we give an efficient black-box reduction from PQ learning to TDS learning for any Boolean concept class. This equivalence implies the first hardness results for distribution-free TDS learning of basic classes such as halfspaces. The main technical contribution underlying our equivalence is a method for boosting, via branching programs, the weak distinguishing power of TDS learners that have rejected the target domain. We also show that giving a learner access to membership queries sidesteps these hardness results and allows for efficient, distribution-free PQ learnability of halfspaces. Our algorithm iteratively recovers large-margin separators obtained by applying successive Forster transforms on the training data.

📄 PDF Abstract BibTeX arXiv:2605.07005

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Cross-domain Object Detection through Coarse-to-Fine Feature Adaptation

2020-03-23 · CVPR 2020 6 · Yangtao Zheng, Di Huang, Songtao Liu, Yunhong Wang

Recent years have witnessed great progress in deep learning based object detection. However, due to the domain shift problem, applying off-the-shelf detectors to an unseen domain leads to significant performance drop. To…

object-detectionObject Detection

Twofold Debiasing Enhances Fine-Grained Learning with Coarse Labels

2025-02-27 · Xin-yang Zhao, Jian Jin, Yang-yang Li, Yazhou Yao

The Coarse-to-Fine Few-Shot (C2FS) task is designed to train models using only coarse labels, then leverages a limited number of subclass samples to achieve fine-grained recognition capabilities. This task presents two m…

Learning with coarse labels

Coarse-to-Fine Domain Incremental Learning with Attentive Distillation for Mining Footprint Segmentation in Multispectral Imagery

2026-05-23 · Alif Tri Handoyo, Vincent C. S. Lee, Rizka Widyarini Purwanto, Alex M. Lechner 외 arxiv

Automatically mapping and segmenting global mining footprints using remote sensing and deep learning is critical for monitoring the socio-environmental risks and impacts of mining, yet its progress is hindered by the sca…

Incremental LearningDomain Adaptation

From Coarse to Fine-Grained Open-Set Recognition

2024-01-01 · CVPR 2024 1 · Nico Lang, Vésteinn Snæbjarnarson, Elijah Cole, Oisin Mac Aodha 외

Open-set recognition (OSR) methods aim to identify whether or not a test example belongs to a category ob- served during training. Depending on how visually sim- ilar a test example is to the training categories the …

Fine-Grained Visual CategorizationOpen Set Learning

Visual-ERM: Reward Modeling for Visual Equivalence

2026-03-13 · Ziyu Liu, Shengyuan Ding, Xinyu Fang, Xuanlang Dai 외 arxiv

Vision-to-code tasks require models to reconstruct structured visual inputs, such as charts, tables, and SVGs, into executable or structured representations with high visual fidelity. While recent Large Vision Language M…

Reinforcement Learning