paper-with-me

Papers

Bagging Supervised Autoencoder Classifier for Credit Scoring

2021-08-12 · Mahsan Abdoli, Mohammad Akbari, Jamal Shahrabi

Credit scoring models, which are among the most potent risk management tools that banks and financial institutes rely on, have been a popular subject for research in the past few decades. Accordingly, many approaches have been developed to address the challenges in classifying loan applicants and improve and facilitate decision-making. The imbalanced nature of credit scoring datasets, as well as the heterogeneous nature of features in credit scoring datasets, pose difficulties in developing and implementing effective credit scoring models, targeting the generalization power of classification models on unseen data. In this paper, we propose the Bagging Supervised Autoencoder Classifier (BSAC) that mainly leverages the superior performance of the Supervised Autoencoder, which learns low-dimensional embeddings of the input data exclusively with regards to the ultimate classification task of credit scoring, based on the principles of multi-task learning. BSAC also addresses the data imbalance problem by employing a variant of the Bagging process based on the undersampling of the majority class. The obtained results from our experiments on the benchmark and real-life credit scoring datasets illustrate the robustness and effectiveness of the Bagging Supervised Autoencoder Classifier in the classification of loan applicants that can be regarded as a positive development in credit scoring models.

📄 PDF Abstract BibTeX arXiv:2108.07800

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingManagementMulti-Task Learning

Similar Papers 제목 키워드 기반

Segment-Based Credit Scoring Using Latent Clusters in the Variational Autoencoder

2018-06-07 · Rogelio Andrade Mancisidor, Michael Kampffmeyer, Kjersti Aas, Robert Jenssen

Identifying customer segments in retail banking portfolios with different risk profiles can improve the accuracy of credit scoring. The Variational Autoencoder (VAE) has shown promising results in different research doma…

ClusteringMarketing

BEND: Bagging Deep Learning Training Based on Efficient Neural Network Diffusion

2024-03-23 · Jia Wei, Xingjun Zhang, Witold Pedrycz

Bagging has achieved great success in the field of machine learning by integrating multiple base classifiers to build a single strong classifier to reduce model variance. The performance improvement of bagging mainly rel…

Deep LearningDiversityEfficient Neural Network

Implementation of an Asymmetric Adjusted Activation Function for Class Imbalance Credit Scoring

2025-01-21 · Xia Li, Hanghang Zheng, Kunpeng Tao, Mao Mao

Credit scoring is a systematic approach to evaluate a borrower's probability of default (PD) on a bank loan. The data associated with such scenarios are characteristically imbalanced, complicating binary classification o…

Binary Classification

DNN2LR: Automatic Feature Crossing for Credit Scoring

2021-02-24 · Qiang Liu, Zhaocheng Liu, Haoli Zhang, Yuntian Chen 외

Credit scoring is a major application of machine learning for financial institutions to decide whether to approve or reject a credit loan. For sake of reliability, it is necessary for credit scoring models to be both acc…

Feature Engineering

Evaluating the stability of model explanations in instance-dependent cost-sensitive credit scoring

2025-09-01 · Matteo Ballegeer, Matthias Bogaert, Dries F. Benoit arxiv

Instance-dependent cost-sensitive (IDCS) classifiers offer a promising approach to improving cost-efficiency in credit scoring by tailoring loss functions to instance-specific costs. However, the impact of such loss func…

Feature Importance