Pith. sign in

REVIEW 4 major objections 6 minor 36 references

Meta-evaluating stability measures: MAX-Senstivity & AVG-Sensitivity

T0 review · 4 major / 6 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read Stability metrics report pure noise as perfectly stable.

desk verdict A useful benchmark idea, but the central ROT result looks like an implementation artifact, not a property of the metrics. read the letter →

arxiv 2412.10942 v1 pith:JQEYXSJM submitted 2024-12-14 cs.CV

classification cs.CV
keywords explainableAIXAIrobustnessstabilitymeasuresMAX-SensitivityAVG-Sensitivitymeta-evaluationRandomOutputTestPerfectExplanation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper introduces two benchmark tests, the Perfect Explanation Test and the Random Output Test, to meta-evaluate XAI stability measures, and applies them to MAX-Sensitivity and AVG-Sensitivity. The tests give each metric a known target value: exact explanations from a decision tree should be scored perfectly stable, while Gaussian-noise explanations with uniform-noise predictions should be scored maximally unstable. Both metrics score 0.000 on the perfect case, but on the random case they return 0.011 and 0.010 instead of the expected 1.0, which the paper takes as evidence that they cannot detect an obvious lack of stability. If the argument holds, low values of these metrics should not be used as evidence that an explanation is stable.

What carries the argument

The central objects are the two sensitivity formulas: MAX-Sensitivity, the maximum over Monte-Carlo perturbations with $\|x_j-x_i\|<\epsilon$ of $\|f(x_j)-f(x_i)\|$, and AVG-Sensitivity, the average over the same perturbation set, where $f(x)$ is the explanation for input $x$. The meta-evaluation machinery is the oracle-test design: in the Perfect Explanation Test the true explanation is known exactly, so any correct stability metric must return its perfect value, and in the Random Output Test the explanation and prediction are pure noise, so any correct metric must report maximal instability. Each metric is judged by whether its value and confidence interval match the known expected value.

What would settle it

Re-run the Random Output Test on the same Gaussian-noise explanations with an implementation that samples perturbations strictly by $\|x_j - x_i\| < \epsilon$, records $\epsilon$ and the Monte Carlo count, and prints the individual norms $\|f(x_j)-f(x_i)\|$. If the resulting MAX- and AVG-Sensitivity values are near 1 rather than 0.011 and 0.010, the reported near-perfect scores are an artifact of the sampling condition, not a property of the metrics.

Watch

Extended reading notes

Core claim

The paper claims that MAX-Sensitivity and AVG-Sensitivity pass the Perfect Explanation Test but fail the Random Output Test. With random Gaussian explanations and uniform-noise predictions, where a correct instability measure should return 1.0, both metrics returned near-zero values (0.011 and 0.010), so the paper says they depict the results as perfect. The paper attributes this failure to the way the metrics define their locality, namely that only perturbations whose prediction difference is below a threshold $\epsilon$ enter the computation, which masks the randomness. On the paper's argument, neither metric can be used to certify explanation stability.

Load-bearing premise

The conclusion rests on the authors' implementation of the two sensitivity formulas matching their definitions, namely sampling perturbations within an $\epsilon$-ball and taking the max or average of explanation differences, so the near-zero Random Output Test scores are a property of the metrics and not a coding or sampling artifact.

Editorial extensions

If this is right

  • Any stability metric that fails the Random Output Test cannot be trusted to certify explanation stability in real applications, because it cannot detect the most basic failure mode.
  • The two tests provide an objective benchmark: a metric that cannot handle the simple perfect and random scenarios is not reliable in complex scenarios either.
  • Because the failure is attributed to the $\epsilon$-neighborhood sampling, other stability measures built on the same local perturbation idea should be screened with the same benchmark before use.
  • The expected-value-plus-confidence-interval procedure gives future stability metrics a pass/fail rule that does not require new axioms about what robustness should mean.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The failure mode likely extends beyond these two formulas: any stability measure whose perturbation set is restricted by a small output or prediction change will tend to under-report instability when explanations are noisy, because the noisy samples that survive the filter are the ones that look similar.
  • A direct testable extension is to run the same two tests on other stability measures; the benchmark is metric-agnostic and does not depend on the specific choice of decision tree or synthetic dataset.
  • In practice, a low MAX- or AVG-Sensitivity value on a real model should be accompanied by a randomized-explanations control; without such a control, a near-zero score cannot be read as evidence of explanation stability.
  • The paper's own explanation of the near-zero Random Output Test scores says the perturbation set is restricted by prediction difference, but Equation 1 conditions on input distance; if the implementation follows Equation 1, the near-zero result needs a different explanation, and if it follows the prose, the result does not apply to the published metric.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper proposes two a-priori tests, the Perfect Explanation Test (PET) and the Random Output Test (ROT), to meta-evaluate the stability measures MAX-Sensitivity and AVG-Sensitivity introduced by Yeh et al. In PET, a decision tree trained on the TXUXIv3 dataset with the ssin attribution function is used to supply supposedly perfect explanations; in ROT, explanations are drawn from a Gaussian distribution and predictions from a uniform distribution. Reported results are perfect scores (0.000) in PET and near-perfect scores (0.011 and 0.010) in ROT, from which the authors conclude that both stability measures fail to detect random, unrobust explanations and are therefore unreliable.

Significance. The conceptual idea of testing stability metrics against scenarios with known ground-truth robustness is useful and complements existing axiomatic meta-evaluation approaches. The proposed tests are simple, intuitive, and potentially cheap to apply to other stability metrics. If the ROT finding were established under a faithful implementation of Eqs. (1) and (2), it would be a significant negative result for two widely used sensitivity measures. The paper also honestly states the scope limitation that the tests work only as a benchmark. However, the empirical claim is not currently verifiable: the manuscript omits key experimental parameters, asserts rather than derives the expected robustness values, and contains an internal contradiction about whether 0 or 1 denotes perfect robustness. The central negative conclusion is therefore not supported by the evidence as presented.

major comments (4)
  1. [§3.1–3.2, Tables 3–4] The robustness scale is defined inconsistently across the two tests. Section 3.2 states that 'r = 0, where 0 value indicated a completely unrobust explanation' and that 'any robustness metric r_hat ≠ 0 is clearly an erroneous result.' Section 3.1 and Table 3 instead treat 0.0 as the perfect value ('where the least the better, being 0 the perfect value'), while Table 4 lists the expected ROT value as 1.0. The manuscript never reconciles whether a correct metric should output 0 or 1 in perfect versus random scenarios, so the claim that MAX- and AVG-Sensitivity 'failed' the ROT test has no coherent interpretation.
  2. [§5.2 vs. Eqs. (1)–(3)] The explanation of the near-zero ROT values contradicts the metric definitions. Equation (3) defines the perturbation set by input distance, ||x_j - x_i|| < epsilon, and Eq. (1) takes the maximum over that input ball. Section 5.2 instead says the low values arise because 'the perturbation samples toke into account are the ones with a prediction difference, respect to the original data, lower than a threshold epsilon.' If the implementation selected samples by output difference, it did not compute the metrics as defined; near-zero values would then be a mechanical artifact of selecting only near-identical outputs. The paper reports no epsilon, no Monte Carlo sample count, no image dimensionality, and no norm normalization, so the experiment cannot be reproduced. For a Gaussian explanation field that is independent across inputs, the expected value of ||f(x_j) - f(x_i)|| over an input ball is positive and grows with explanation dimension, so a faithful implementation of Eqs. (1)–(3) would not obviously produce values near 0.01.
  3. [§4.1, PET ground truth] The PET asserts that the decision-tree explanation is perfect, but the explanation used is an ad-hoc Gini-importance vector (Eqs. 6–8), not a defined ground-truth explanation for the ssin attribution function (Eqs. 11–12). No argument is given for why this vector equals the true contribution of each feature to the prediction, so the claim that r = 1 in PET is not derived from known ground truth. Moreover, because the explanation is a deterministic function of the tree path, any perturbed input that stays in the same leaf yields exactly the same explanation; the perfect PET score (0.000) may therefore be tautological rather than evidence that the metrics correctly measure robustness.
  4. [§3, expected-value derivation] The central methodological claim is that the proposed tests are 'completely verifiable, without depending on any novel axiom.' This requires that the expected robustness values be derived from the definitions of robustness and the test construction. The manuscript asserts these values but never proves them: it does not specify how the random explanation field enters the expectation in Eqs. (1)–(2), what the norm is normalized by, or why the expected ROT value should be exactly 1.0 rather than some other constant. Without such a derivation, the pass/fail criterion is an unsubstantiated assumption, not a verifiable benchmark.
minor comments (6)
  1. [Title and abstract] There are several typos in the title and abstract, including 'MAX-Senstivity', 'AVG-Sensitiviy', and the header 'MAX-S ENSTIVITY'; these should be corrected.
  2. [Eqs. (9)–(10)] The summation index in both equations reads 'Pn i=i' and should be 'Σ_{i=1}^n'.
  3. [Table 4] The confidence-interval notation is internally inconsistent: '0.011 ± 0.003 (0.011, 0.011)' cannot all be true, and the construction of the interval and the meaning of the ± term should be stated explicitly.
  4. [§6] The conclusion says the ROT values are '0.11 and 0.010', but Table 4 reports 0.011 and 0.010; this numerical typo should be fixed.
  5. [§3.2 vs. §4.4] The test is called 'Random Output Test' in Section 3.2 but 'Random Explanation Test' in Section 4.4; the names should be consistent throughout.
  6. [References] Reference [11] contains an empty author entry (', , Vedaldi'); the reference list should be checked for such formatting errors.

Circularity Check

1 steps flagged · score 7.0 of 10

The ROT verdict is an artifact of the perturbation-selection rule reported in §5.2; near-zero MAX/AVG values are forced by construction, so the central claim against the metrics is not established.

  1. self definitional [Section 5.2 (Experiment 2), contrasted with Equations 1–3 in Section 2]
    "This error happens due to the nature of both metrics analysed in Section 2: the fact that in both Equation 1 and Equation 2 the perturbation samples toke into account are the ones with a prediction difference, respect to the original data, lower than a threshold ϵ, produced an artificial mitigation of the lack of robustness of the methods."

    Equation 3 defines the perturbation set as S^ϵ_xi = {x_j sampled using Monte-Carlo algorithm | ||x_j − x_i|| < ϵ}, i.e., proximity in input space. The paper's explanation of the ROT result instead says the samples admitted are those whose prediction/explanation difference is below ϵ. With that filter, the quantities ||f(x_j) − f(x_i)|| in Equations 1 and 2 are computed only over outputs that are already nearly identical, so MAX- and AVG-Sensitivity are forced toward 0 regardless of the metric's definition. The reported 'failure' is therefore not an empirical property of the Yeh et al. metrics but a logical consequence of the sample-selection rule described; the result reduces by construction to the paper's own (mis)stated filtering criterion.

full rationale

The central claim that MAX- and AVG-Sensitivity are unreliable rests on the Random Output Test values (0.011 and 0.010) being near zero for noise. On the face of the paper's own Section 5.2, those values arise because the perturbation samples retained are those with a prediction difference below ϵ, which would make near-zero sensitivity a definitional tautology rather than evidence against the metrics as defined in Equations 1–3. This is a self-definitional/circular step in the experimental derivation, not a self-citation issue: the Yeh et al. metric definitions and the ROT expectation come from external sources, and the authors' previous dataset/attribution work is not what forces the ROT outcome. There are also non-circular correctness inconsistencies (Section 3.2 asserts r=0 for unrobust but Table 4 lists expected value 1.0; Table 3 expects 0.0 while Section 3.1 demands r=1), which should be weighed as validity problems but do not themselves constitute circularity. Because the headline conclusion about metric unreliability is not independently established once the §5.2 filtering explanation is taken literally, the score is elevated to 7 rather than 0–2.

Assumptions & free parameters 2 free parameters · 3 assumptions · 0 invented entities

The central ROT result rests on asserted target values and on unreported implementation details, plus reuse of the authors' own synthetic benchmark. No new physical entities are introduced.

free parameters (2)
  • Perturbation radius epsilon
    Radius that defines S_epsilon_xi in Eqs. 1-3; never reported in the paper, yet it directly determines the sensitivity values.
  • Monte Carlo sample count |S_epsilon_xi|
    Number of perturbed samples per input used to estimate MAX and AVG sensitivity; not reported, so the confidence intervals and point values cannot be reproduced.
assumptions (3)
  • domain assumption A correct stability metric must return zero sensitivity in the Perfect Explanation Test.
    Assumes the decision-tree importance explanation is the perfect ground-truth explanation, so any change is metric error.
  • domain assumption Random explanations and random predictions imply completely unrobust behavior, encoded as r=0 in Section 3.2 but expected value 1.0 in Table 4.
    The test's ground truth is asserted, not derived; the two scale conventions contradict each other.
  • domain assumption The TXUXIv3 dataset and its ssin attribution function provide valid ground-truth explanations.
    The dataset and attribution function come from the authors' own prior work [23,24]; the explanations of the decision tree are taken as perfect by construction.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Meta-evaluating stability measures: MAX-Senstivity & AVG-Sensitivity." pith.science (2026). https://pith.science/paper/JQEYXSJM

@misc{pith2026241210942,
  author       = {Pith},
  title        = {Pith review of: Meta-evaluating stability measures: MAX-Senstivity & AVG-Sensitivity},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/JQEYXSJM}},
  note         = {Machine review of arXiv:2412.10942}
}
read the original abstract

The use of eXplainable Artificial Intelligence (XAI) systems has introduced a set of challenges that need resolution. The XAI robustness, or stability, has been one of the goals of the community from its beginning. Multiple authors have proposed evaluating this feature using objective evaluation measures. Nonetheless, many questions remain. With this work, we propose a novel approach to meta-evaluate these metrics, i.e. analyze the correctness of the evaluators. We propose two new tests that allowed us to evaluate two different stability measures: AVG-Sensitiviy and MAX-Senstivity. We tested their reliability in the presence of perfect and robust explanations, generated with a Decision Tree; as well as completely random explanations and prediction. The metrics results showed their incapacity of identify as erroneous the random explanations, highlighting their overall unreliability.

Figures

Figures reproduced from arXiv: 2412.10942 by the authors.

Figure 1
Figure 1. Samples from TXUXIv3 dataset [23] and their respective explanations from a Decision Tree. We can see the [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. Samples from TXUXIv3 dataset [23], we can see the different background from DTD dataset [11]. [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

36 extracted references · 24 canonical work pages

  1. [1]

    IEEE Access 6, 52138–52160 (2018)

    Adadi, A., Berrada, M.: Peeking inside the black-box: A survey on explainable artificial intelligence (xai). IEEE Access 6, 52138–52160 (2018). https://doi.org/10.1109/ACCESS.2018.2870052

  2. [2]

    Advances in neural information processing systems 31 (2018)

    Adebayo, J., Gilmer, J., Muelly, M., Goodfellow, I., Hardt, M., Kim, B.: Sanity checks for saliency maps. Advances in neural information processing systems 31 (2018)

  3. [3]

    arXiv preprint arXiv:2203.06877 (2022)

    Agarwal, C., Johnson, N., Pawelczyk, M., Krishna, S., Saxena, E., Zitnik, M., Lakkaraju, H.: Rethinking stability for attribution-based explanations. arXiv preprint arXiv:2203.06877 (2022)

  4. [4]

    arXiv preprint arXiv:1806.08049 (2018)

    Alvarez-Melis, D., Jaakkola, T.S.: On the robustness of interpretability methods. arXiv preprint arXiv:1806.08049 (2018)

  5. [5]

    Information Fusion 81, 14–40 (2022)

    Arras, L., Osman, A., Samek, W.: Clevr-xai: A benchmark dataset for the ground truth evaluation of neural network explanations. Information Fusion 81, 14–40 (2022)

  6. [6]

    PloS one 10(7), e0130140 (2015)

    Bach, S., Binder, A., Montavon, G., Klauschen, F., Müller, K.R., Samek, W.: On pixel-wise explanations for non-linear classifier decisions by layer-wise relevance propagation. PloS one 10(7), e0130140 (2015)

  7. [7]

    arXiv preprint arXiv:2005.00631 (2020)

    Bhatt, U., Weller, A., Moura, J.M.: Evaluating and aggregating feature-based model explanations. arXiv preprint arXiv:2005.00631 (2020)

  8. [8]

    Routledge (1984)

    Breiman, L.: Classification and regression trees. Routledge (1984)

Show all 36 references
  1. [9]

    Sensors 23(2), 634 (2023)

    Chaddad, A., Peng, J., Xu, J., Bouridane, A.: Survey of explainable ai techniques in healthcare. Sensors 23(2), 634 (2023)

  2. [10]

    In: 2018 IEEE winter conference on applications of computer vision (W ACV)

    Chattopadhay, A., Sarkar, A., Howlader, P., Balasubramanian, V .N.: Grad-cam++: Generalized gradient-based visual explanations for deep convolutional networks. In: 2018 IEEE winter conference on applications of computer vision (W ACV). pp. 839–847. IEEE (2018) 8 A PREPRINT - D...

  3. [11]

    In: Proceedings of the IEEE Conf

    Cimpoi, M., Maji, S., Kokkinos, I., Mohamed, S., , Vedaldi, A.: Describing textures in the wild. In: Proceedings of the IEEE Conf. on Computer Vision and Pattern Recognition (CVPR) (2014)

  4. [12]

    Information Sciences 225, 1–17 (2013)

    Cortez, P., Embrechts, M.J.: Using sensitivity analysis and visualization techniques to open black box data mining models. Information Sciences 225, 1–17 (2013)

  5. [13]

    Eitel, F., Ritter, K., (ADNI), A.D.N.I.: Testing the robustness of attribution methods for convolutional neural networks in mri-based alzheimer’s disease classification. In: Interpretability of Machine Intelligence in Medical Image Computing and Multimodal Learning for Clinica...

  6. [14]

    Artificial Intelligence 291, 103428 (2021)

    Guidotti, R.: Evaluating local explanation methods on ground truth. Artificial Intelligence 291, 103428 (2021)

  7. [15]

    Transactions on Machine Learning Research (2023)

    Hedström, A., Bommer, P.L., Wickstrøm, K.K., Samek, W., Lapuschkin, S., Höhne, M.M.: The meta-evaluation problem in explainable ai: Identifying reliable estimators with metaquantus. Transactions on Machine Learning Research (2023)

  8. [16]

    Journal of Machine Learning Research 24(34), 1–11 (2023)

    Hedström, A., Weber, L., Krakowczyk, D., Bareeva, D., Motzkus, F., Samek, W., Lapuschkin, S., Höhne, M.M.C.: Quantus: An explainable ai toolkit for responsible evaluation of neural network explanations and beyond. Journal of Machine Learning Research 24(34), 1–11 (2023)

  9. [17]

    arXiv preprint arXiv:1812.04608 (2018)

    Hoffman, R.R., Mueller, S.T., Klein, G., Litman, J.: Metrics for explainable ai: Challenges and prospects. arXiv preprint arXiv:1812.04608 (2018)

  10. [18]

    Höhl, A., Obadic, I., Torres, M.Á.F., Najjar, H., Oliveira, D., Akata, Z., Dengel, A., Zhu, X.X.: Opening the black-box: A systematic review on explainable ai in remote sensing (2024)

  11. [19]

    arXiv preprint arXiv:2202.01602 (2022)

    Krishna, S., Han, T., Gu, A., Pombra, J., Jabbari, S., Wu, S., Lakkaraju, H.: The disagreement problem in explainable machine learning: A practitioner’s perspective. arXiv preprint arXiv:2202.01602 (2022)

  12. [20]

    Advances in neural information processing systems 25 (2012)

    Krizhevsky, A., Sutskever, I., Hinton, G.E.: Imagenet classification with deep convolutional neural networks. Advances in neural information processing systems 25 (2012)

  13. [21]

    Artificial Intelligence for the Earth Systems 1(4), e220012 (2022)

    Mamalakis, A., Barnes, E.A., Ebert-Uphoff, I.: Investigating the fidelity of explainable artificial intelligence methods for applications of convolutional neural networks in geoscience. Artificial Intelligence for the Earth Systems 1(4), e220012 (2022)

  14. [22]

    Artificial intelligence 267, 1–38 (2019)

    Miller, T.: Explanation in artificial intelligence: Insights from the social sciences. Artificial intelligence 267, 1–38 (2019)

  15. [23]

    arXiv preprint arXiv:2311.01961 (2023)

    Miró-Nicolau, M., Jaume-i Capó, A., Moyà-Alcover, G.: Assessing fidelity in xai post-hoc techniques: A comparative study with ground truth explanations datasets. arXiv preprint arXiv:2311.01961 (2023)

  16. [24]

    arXiv preprint arXiv:2302.05624 (2023)

    Miró-Nicolau, M., Jaume-i Capó, A., Moyà-Alcover, G.: A novel approach to generate datasets with xai ground truth to evaluate image models. arXiv preprint arXiv:2302.05624 (2023)

  17. [25]

    arXiv preprint arXiv:2401.10640 (2024)

    Miró-Nicolau, M., Jaume-i Capó, A., Moyà-Alcover, G.: A comprehensive study on fidelity metrics for xai. arXiv preprint arXiv:2401.10640 (2024)

  18. [26]

    Applied Sciences 12(9), 4459 (2022)

    Miró-Nicolau, M., Moyà-Alcover, G., Jaume-i Capó, A.: Evaluating explainable artificial intelligence for x-ray image analysis. Applied Sciences 12(9), 4459 (2022)

  19. [27]

    ACM Transactions on Interactive Intelligent Systems (TiiS)11(3-4), 1–45 (2021)

    Mohseni, S., Zarei, N., Ragan, E.D.: A multidisciplinary survey and framework for design and evaluation of explainable ai systems. ACM Transactions on Interactive Intelligent Systems (TiiS)11(3-4), 1–45 (2021)

  20. [28]

    Pattern recognition 127, 108604 (2022)

    Muddamsetty, S.M., Jahromi, M.N., Ciontos, A.E., Fenoy, L.M., Moeslund, T.B.: Visual explanation of black-box model: similarity difference and uniqueness (sidu) method. Pattern recognition 127, 108604 (2022)

  21. [29]

    Why should i trust you?

    Ribeiro, M.T., Singh, S., Guestrin, C.: “Why should i trust you?” explaining the predictions of any classifier. In: Proceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining. pp. 1135–1144 (2016)

  22. [30]

    IEEE transactions on neural networks and learning systems 28(11), 2660–2673 (2016)

    Samek, W., Binder, A., Montavon, G., Lapuschkin, S., Müller, K.R.: Evaluating the visualization of what a deep neural network has learned. IEEE transactions on neural networks and learning systems 28(11), 2660–2673 (2016)

  23. [31]

    arXiv preprint arXiv:1312.6034 (2013)

    Simonyan, K., Vedaldi, A., Zisserman, A.: Deep inside convolutional networks: Visualising image classification models and saliency maps. arXiv preprint arXiv:1312.6034 (2013)

  24. [32]

    In: Proceedings of the AAAI conference on artificial intelligence

    Tomsett, R., Harborne, D., Chakraborty, S., Gurram, P., Preece, A.: Sanity checks for saliency metrics. In: Proceedings of the AAAI conference on artificial intelligence. vol. 34, pp. 6021–6029 (2020)

  25. [33]

    Medical Image Analysis 79, 102470 (2022) 9 A PREPRINT - D ECEMBER 17, 2024

    Van der Velden, B.H., Kuijf, H.J., Gilhuijs, K.G., Viergever, M.A.: Explainable artificial intelligence (xai) in deep learning-based medical image analysis. Medical Image Analysis 79, 102470 (2022) 9 A PREPRINT - D ECEMBER 17, 2024

  26. [34]

    Advances in Neural Information Processing Systems 32 (2019)

    Yeh, C.K., Hsieh, C.Y ., Suggala, A., Inouye, D.I., Ravikumar, P.K.: On the (in) fidelity and sensitivity of explanations. Advances in Neural Information Processing Systems 32 (2019)

  27. [35]

    In: European conference on computer vision

    Zeiler, M.D., Fergus, R.: Visualizing and understanding convolutional networks. In: European conference on computer vision. pp. 818–833. Springer (2014)

  28. [36]

    In: Proceedings of the IEEE conference on computer vision and pattern recognition

    Zhou, B., Khosla, A., Lapedriza, A., Oliva, A., Torralba, A.: Learning deep features for discriminative localization. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 2921–2929 (2016) 10

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.