paper-with-me

Papers

Pairwise Difference Learning for Classification

2024-06-28 · Mohamed Karim Belaid, Maximilian Rabus, Eyke Hüllermeier

Pairwise difference learning (PDL) has recently been introduced as a new meta-learning technique for regression. Instead of learning a mapping from instances to outcomes in the standard way, the key idea is to learn a function that takes two instances as input and predicts the difference between the respective outcomes. Given a function of this kind, predictions for a query instance are derived from every training example and then averaged. This paper extends PDL toward the task of classification and proposes a meta-learning technique for inducing a PDL classifier by solving a suitably defined (binary) classification problem on a paired version of the original training data. We analyze the performance of the PDL classifier in a large-scale empirical study and find that it outperforms state-of-the-art methods in terms of prediction performance. Last but not least, we provide an easy-to-use and publicly available implementation of PDL in a Python package.

📄 PDF Abstract BibTeX arXiv:2406.20031

Code (1)

karim-53/pdll 공식 구현

Tasks

Binary ClassificationClassificationMeta-Learningtabular-classification

Similar Papers 제목 키워드 기반

Pairwise Comparison Network for Remote Sensing Scene Classification

2022-05-17 · Zhang Yue, Zheng Xiangtao, Lu Xiaoqiang

Remote sensing scene classification aims to assign a specific semantic label to a remote sensing image. Recently, convolutional neural networks have greatly improved the performance of remote sensing scene classification…

ClassificationScene Classification

Aggregating Pairwise Semantic Differences for Few-Shot Claim Veracity Classification

2022-05-11 · Xia Zeng, Arkaitz Zubiaga

As part of an automated fact-checking pipeline, the claim veracity classification task consists in determining if a claim is supported by an associated piece of evidence. The complexity of gathering labelled claim-eviden…

ClassificationFact CheckingLanguage ModelingLanguage Modelling+1

Aggregating Pairwise Semantic Differences for Few-Shot Claim Veracity Classification

2021-11-16 · ACL ARR November 2021 11 · Anonymous

As part of an automated fact-checking pipeline, the claim veracity classification task consists in determining if a claim is supported by an associated piece of evidence. The complexity of gathering labelled claim-eviden…

ClassificationFact CheckingLanguage ModelingLanguage Modelling+1

Learning Attentive Pairwise Interaction for Fine-Grained Classification

2020-02-24 · Peiqin Zhuang, Yali Wang, Yu Qiao

Fine-grained classification is a challenging problem, due to subtle differences among highly-confused categories. Most approaches address this difficulty by learning discriminative representation of individual input imag…

ClassificationFine-Grained Image ClassificationGeneral Classification

Learning from Similarity/Dissimilarity and Pairwise Comparison

2026-03-20 · Tomoya Tate, Kosuke Sugiyama, Masato Uchida arxiv

This paper addresses binary classification in scenarios where obtaining explicit instance level labels is impractical, by exploiting multiple weak labels defined on instance pairs. The existing SconfConfDiff classificati…

Binary Classification