Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,051 papers · 148 categories

Trend · papers per month

2775548301,107 · Jun 202019922001200920182026
48 results for neural network interpretation

Neural networks improve geoscience by enabling interpretable decision pathways.

problem Lack of methods to interpret neural networks' learning and decision-making.
method Backwards optimization and layerwise relevance propagation.
result Interpretation techniques reveal meaningful connections in geoscientific data.

Interpretable neural networks improve economic research by balancing accuracy and transparency.

problem Lack of interpretability in neural networks hinders their use in economic research.
method Proposes interpretable neural network models that balance prediction accuracy and interpretability.
result Achieved 94.5% accuracy in predicting employment status using high-dimensional data.

Pruning neural networks reduces parameters without sacrificing interpretability.

problem Reducing unnecessary structure in neural networks to improve efficiency.
method Examined the effect of pruning on the number of hidden units learning disentangled representations.
result Pruning does not harm interpretability until a significant portion of parameters are removed.

A new Shapley value approach for neural networks interpretable and stable.

problem Neural networks' interpretability and training stability issues.
method Shapley value approximation for ReLU activation, globally continuous Shapley gradient, Shapley Activation function.
result SA consistently outperforms ReLU in training convergence, accuracy, and stability.

New method improves neural network interpretability against adversarial attacks.

problem Adversarial attacks can hide from neural network interpretability methods.
method Develops an interpretability-aware defensive scheme promoting robust interpretation.
result Achieves both robust classification and robust interpretation.

The paper proposes a consensus algorithm to improve deep neural network interpretability and accuracy in mortality prediction.

problem The black-box nature and overgeneralization of deep neural networks in healthcare applications.
method An (nn, kk) consensus algorithm that is insensitive to adversarial examples and can reliably reject out-of-distribution samples.
result The consensus algorithm improves both prediction accuracy and interpretability of deep neural network models in mortality prediction.

New method interprets deep neural networks for better recommendation system understanding.

problem Making deep neural networks explainable for better user trust and understanding.
method Proposes a novel formulation of interpretable deep neural networks using masked weights and hidden features.
result Demonstrates models achieving close predictive performance with informative attributions.

Improves interpretability of recurrent neural networks through probabilistic abstraction.

problem Limited interpretability of neural networks, especially recurrent ones.
method Proposes a probabilistic approach to extract automata from recurrent neural networks.
result Significantly improves accuracy and scalability of interpretability compared to existing methods.

Locally sparse neural networks improve interpretability for biomedical tabular data.

problem Overfitting and lack of interpretability in neural networks for tabular biomedical data.
method Locally sparse neural network with a gating network to select relevant features.
result The method outperforms state-of-the-art models in synthetic and real-world biomedical datasets.

Bayesian explanations are more resilient to adversarial attacks than deterministic ones.

problem Stability of saliency-based explanations under adversarial attacks in Neural Networks.
method Empirical and theoretical analysis of Bayesian vs deterministic Neural Networks.
result Bayesian explanations are more stable under adversarial perturbations and direct attacks.

Automated method finds meaningful directions in neural network activations.

problem Mixed selectivity in neurons makes interpretation challenging.
method Automated quantification of interpretability and discovery of meaningful directions.
result Meaningful directions in neural network activations are more interpretable than individual neurons.

New method creates universal perturbations to fool neural network interpretations.

problem Vulnerability of gradient-based saliency maps to adversarial perturbations.
method Gradient-based optimization and PCA-based approach to create UPI.
result Existence and successful application of Universal Perturbation for Interpretation (UPI).

Combines neural networks and logic circuits for interpretable, accurate, and cost-effective learning.

problem Lack of generalizability and interpretability in neural networks and high hardware cost in logic circuits.
method Trains a neural network, then translates it to random forests, and finally to AND-Inverter logic.
result The pipeline maintains greater accuracy and minimizes logic complexity.

YASENN interprets neural networks by partitioning activation sequences.

problem Interpreting complex neural network decisions.
method YASENN uses layer-wise gradient boosting decision trees to distill and partition neuron activation sequences.
result YASENN provides interpretable partitions of the input space, revealing neural network decision artifacts.

Workshop reviews techniques to understand neural NLP models.

problem Understanding the inner workings of neural networks in natural language processing.
method Systematic manipulation of inputs, decoding intermediate representations, modifying architectures, and testing on simplified languages.
result Various techniques can improve explainability of neural network models.

Interpretable model for Granger causality using neural networks.

problem Inferring Granger causality in complex dynamical systems.
method Extension of self-explaining neural networks for multivariate Granger causality.
result Framework performs on par with baseline methods and better at inferring interaction signs.

Paper studies a universal logical operator for deep networks, improving interpretability.

problem Learning a universal logical operator for deep convolution networks without manual prescription.
method Exploration of different logical operators (AND, OR, XOR) and learning a universal one.
result Insightful observations lead to a novel logical interpretation of deep convolution networks.

Neural PID controllers improve control system performance and are more interpretable.

problem Lack of interpretability in neural PID controllers limits their use in control engineering.
method Extensive study using four benchmark systems with and without noise and disturbances, applying GDNN to PID controllers.
result Neural PID controllers outperform standard PID and model-based control in most tasks.

causalKANs provides interpretable treatment effect estimates using neural networks.

problem The opacity of deep neural networks limits their adoption in sensitive domains.
method Proposes causalKANs, a framework that transforms neural estimators into interpretable closed-form formulas.
result causalKANs performs on par with neural baselines in CATE error metrics and offers a favorable accuracy--interpretability trade-off.

Equivariant neural networks use symmetry to interpret complex data.

problem Interpreting and understanding the behavior of equivariant neural networks.
method Decompose layers into simple representations and analyze nonlinear activation functions.
result Equivariant neural networks can be interpreted using a filtration generalizing Fourier series.

Paper learns an explainer to interpret CNN features without annotations.

problem Interpreting complex features in CNNs without labeled data.
method Unsupervised learning of an explainer to decompose and reconstruct feature maps.
result Explainer learns to reconstruct CNN features without losing information.

Simplifies PLNNs to interpretable models for better explainability.

problem Challenges in interpretability of PLNNs for high-stakes applications.
method Trained deep network simplification and algorithm for reducing flat networks.
result Improved interpretability of PLNNs without sacrificing performance.

Proposes a neural network for contextual regression.

problem Improving model efficiency and interpretability in regression with contextual features.
method Simple contextual neural network (SCtxtNN) that separates context identification from context-specific regression.
result SCtxtNN achieves lower excess mean squared error and more stable performance than feed-forward neural networks.

Selective neural network improves credit risk prediction while maintaining interpretability.

problem Improving credit risk prediction accuracy while maintaining interpretability for financial regulators.
method Introducing a neural network with a selective option to distinguish between linear and non-linear datasets.
result For most datasets, logistic regression is sufficient and interpretable, while for specific data portions, a shallow neural network model provides better accuracy.

Knowledge distillation simplifies deep models into interpretable decision trees.

problem Interpretability of deep neural networks is challenging and important for practical deployment.
method Knowledge distillation applied to transform deep models into decision trees.
result The student model achieves better accuracy than vanilla decision trees.