paper-with-me

Papers

Potential Anchoring for imbalanced data classification

2021-04-17 · Michał Koziarski

Data imbalance remains one of the factors negatively affecting the performance of contemporary machine learning algorithms. One of the most common approaches to reducing the negative impact of data imbalance is preprocessing the original dataset with data-level strategies. In this paper we propose a unified framework for imbalanced data over- and undersampling. The proposed approach utilizes radial basis functions to preserve the original shape of the underlying class distributions during the resampling process. This is done by optimizing the positions of generated synthetic observations with respect to the potential resemblance loss. The final Potential Anchoring algorithm combines over- and undersampling within the proposed framework. The results of the experiments conducted on 60 imbalanced datasets show outperformance of Potential Anchoring over state-of-the-art resampling algorithms, including previously proposed methods that utilize radial basis functions to model class potential. Furthermore, the results of the analysis based on the proposed data complexity index show that Potential Anchoring is particularly well suited for handling naturally complex (i.e. not affected by the presence of noise) datasets.

📄 PDF Abstract BibTeX arXiv:2104.08548

Code (1)

michalkoziarski/PotentialAnchoring 공식 구현

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Overcoming Anchoring Bias: The Potential of AI and XAI-based Decision Support

2024-05-08 · Felix Haag, Carlo Stingl, Katrin Zerfass, Konstantin Hopf 외

Information systems (IS) are frequently designed to leverage the negative effect of anchoring bias to influence individuals' decision-making (e.g., by manipulating purchase decisions). Recent advances in Artificial Intel…

Decision Making

An Empirical Study of the Anchoring Effect in LLMs: Existence, Mechanism, and Potential Mitigations

2025-05-21 · Yiming Huang, Biquan Bie, Zuqiu Na, Weilin Ruan 외

The rise of Large Language Models (LLMs) like ChatGPT has advanced natural language processing, yet concerns about cognitive biases are growing. In this paper, we investigate the anchoring effect, a cognitive bias where …

Anchoring UK Retail Digital Money

2024-09-27 · Lee Braine, Shreepad Shukla, Piyush Agrawal

In the UK, the Bank of England and HM Treasury are exploring a potential UK retail CBDC, the digital pound, with one of their motivations being the potential role of the digital pound as an anchor for monetary and financ…

Co-matching: Combating Noisy Labels by Augmentation Anchoring

2021-03-23 · Yangdi Lu, Yang Bo, Wenbo He

Deep learning with noisy labels is challenging as deep neural networks have the high capacity to memorize the noisy labels. In this paper, we propose a learning algorithm called Co-matching, which balances the consistenc…

Learning with noisy labelsMemorization

CVAE-based Re-anchoring for Implicit Discourse Relation Classification

2021-11-01 · Findings (EMNLP) 2021 11 · Zujun Dou, Yu Hong, Yu Sun, Guodong Zhou

Training implicit discourse relation classifiers suffers from data sparsity. Variational AutoEncoder (VAE) appears to be the proper solution. It is because ideally VAE is capable of generating inexhaustible varying sampl…

Binary ClassificationClassificationData AugmentationImplicit Discourse Relation Classification+3