ASE 2026
FairLint-DL
FairLint-DL is a Visual Studio Code extension that brings fairness debugging directly into the developer workflow before training completes. The tool trains a configurable deep neural network as a proxy model, then applies information-theoretic Quantitative Individual Discrimination (QID) metrics grounded in Shannon and min-entropy to detect bias. Its two-phase gradient-guided search discovers discriminatory instances, while a causal debugging pipeline localizes bias to specific layers and neurons using sensitivity analysis. Dual explainability engines based on SHAP and LIME provide feature-level attribution. On the Adult Census Income dataset, the system reports that 96.0% of analyzed instances exceed the 0.1-bit QID threshold, with a mean QID of 0.619 bits and a disparate impact ratio of 0.581, and it produces these results within 12 seconds on cached models.