Table of Contents
Fetching ...

Missing Data Imputation With Granular Semantics and AI-driven Pipeline for Bankruptcy Prediction

Debarati Chakraborty, Ravi Ranjan

TL;DR

This work tackles bankruptcy prediction under challenging data conditions by introducing a granular semantics-based missing data imputation method that forms contextual granules around each missing entry to enable efficient, context-preserving imputation. It couples this imputation with a full AI-driven pipeline that includes Random Forest feature selection, SMOTE data balancing, and six classifiers to address high dimensionality and class imbalance. Experimental results on the Polish_Bankruptcy dataset show the granular imputation achieving lower per-value errors than benchmark methods and the end-to-end pipeline delivering about 90% accuracy with AUC around 0.8–0.9 across classifiers, demonstrating strong practical utility for large, high-dimensional financial datasets. The approach offers scalable, robust performance and potential applicability to other high-dimensional domains with missing data, while highlighting areas for extension to categorical data and broader datasets.

Abstract

This work focuses on designing a pipeline for the prediction of bankruptcy. The presence of missing values, high dimensional data, and highly class-imbalance databases are the major challenges in the said task. A new method for missing data imputation with granular semantics has been introduced here. The merits of granular computing have been explored here to define this method. The missing values have been predicted using the feature semantics and reliable observations in a low-dimensional space, in the granular space. The granules are formed around every missing entry, considering a few of the highly correlated features and most reliable closest observations to preserve the relevance and reliability, the context, of the database against the missing entries. An intergranular prediction is then carried out for the imputation within those contextual granules. That is, the contextual granules enable a small relevant fraction of the huge database to be used for imputation and overcome the need to access the entire database repetitively for each missing value. This method is then implemented and tested for the prediction of bankruptcy with the Polish Bankruptcy dataset. It provides an efficient solution for big and high-dimensional datasets even with large imputation rates. Then an AI-driven pipeline for bankruptcy prediction has been designed using the proposed granular semantic-based data filling method followed by the solutions to the issues like high dimensional dataset and high class-imbalance in the dataset. The rest of the pipeline consists of feature selection with the random forest for reducing dimensionality, data balancing with SMOTE, and prediction with six different popular classifiers including deep NN. All methods defined here have been experimentally verified with suitable comparative studies and proven to be effective on all the data sets captured over the five years.

Missing Data Imputation With Granular Semantics and AI-driven Pipeline for Bankruptcy Prediction

TL;DR

This work tackles bankruptcy prediction under challenging data conditions by introducing a granular semantics-based missing data imputation method that forms contextual granules around each missing entry to enable efficient, context-preserving imputation. It couples this imputation with a full AI-driven pipeline that includes Random Forest feature selection, SMOTE data balancing, and six classifiers to address high dimensionality and class imbalance. Experimental results on the Polish_Bankruptcy dataset show the granular imputation achieving lower per-value errors than benchmark methods and the end-to-end pipeline delivering about 90% accuracy with AUC around 0.8–0.9 across classifiers, demonstrating strong practical utility for large, high-dimensional financial datasets. The approach offers scalable, robust performance and potential applicability to other high-dimensional domains with missing data, while highlighting areas for extension to categorical data and broader datasets.

Abstract

This work focuses on designing a pipeline for the prediction of bankruptcy. The presence of missing values, high dimensional data, and highly class-imbalance databases are the major challenges in the said task. A new method for missing data imputation with granular semantics has been introduced here. The merits of granular computing have been explored here to define this method. The missing values have been predicted using the feature semantics and reliable observations in a low-dimensional space, in the granular space. The granules are formed around every missing entry, considering a few of the highly correlated features and most reliable closest observations to preserve the relevance and reliability, the context, of the database against the missing entries. An intergranular prediction is then carried out for the imputation within those contextual granules. That is, the contextual granules enable a small relevant fraction of the huge database to be used for imputation and overcome the need to access the entire database repetitively for each missing value. This method is then implemented and tested for the prediction of bankruptcy with the Polish Bankruptcy dataset. It provides an efficient solution for big and high-dimensional datasets even with large imputation rates. Then an AI-driven pipeline for bankruptcy prediction has been designed using the proposed granular semantic-based data filling method followed by the solutions to the issues like high dimensional dataset and high class-imbalance in the dataset. The rest of the pipeline consists of feature selection with the random forest for reducing dimensionality, data balancing with SMOTE, and prediction with six different popular classifiers including deep NN. All methods defined here have been experimentally verified with suitable comparative studies and proven to be effective on all the data sets captured over the five years.
Paper Structure (20 sections, 12 equations, 15 figures, 2 tables, 1 algorithm)

This paper contains 20 sections, 12 equations, 15 figures, 2 tables, 1 algorithm.

Figures (15)

  • Figure 1: Pipeline for bankruptcy prediction
  • Figure 2: An example data-set with missing entries
  • Figure 3: Input Feature Correlation Matrix of the data-set in Fig. \ref{['ExData']}
  • Figure 4: An example granule $\gamma_\varkappa$ around the missing value $\varkappa$
  • Figure 5: Error in individual value prediction for year-wise Polish Bankruptcy Data
  • ...and 10 more figures