Pith. sign in

REVIEW 4 major objections 3 minor 60 references

Model-Agnostic FDR Control via Group Gaussian Mirror and Permutation SHAP

T0 review · 4 major / 3 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read Block-level Gaussian mirrors and Permutation SHAP derivatives extend FDR control to grouped and sequential features.

desk verdict Linear grouped Gaussian mirror is a real, defensible extension; the neural PSGM FDR control is not established — Theorem 3 assumes the fitted model already ignores the null group. read the letter →

arxiv 2608.00989 v1 pith:WTMUFPP5 submitted 2026-08-02 stat.ML cs.LG

classification stat.MLcs.LG MSC 62J0562H1568T07
keywords FDRcontrolgroupedfeatureselectionGaussianMirrorPermutationSHAPsequentialneuralnetworksstatisticshigh-dimensionalinferencetimeseriesmodels
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

The paper claims that false-discovery-rate control can be moved from one-feature-one-weight testing to grouped-feature testing, where one original feature is represented by a block of lags, recurrent states, or attention sub-features. For grouped linear models it constructs block-level mirror variables and proves the resulting block mirror statistics are symmetric under the grouped null, yielding FDR control in both low and high dimensions. For sequential neural networks it uses derivatives of Permutation SHAP values as block-level importance scores, selects the matrix-valued perturbation through a kernel-based conditional-dependence objective, and proves asymptotic symmetry of the smoothed derivative estimator under a fixed fitted nonlinear model. If correct, this gives practitioners a model-agnostic way to select grouped features with controlled FDR in lagged and attention-based models, without specifying the covariate distribution.

What carries the argument

The engine is the block-level mirror construction: for each grouped feature $j$, form mirror copies $X_j^\pm = X_j \pm \widetilde{Z}_j G_j$ and combine their fitted importance vectors through the block mirror statistic $M_j$. In the linear case the perturbation is fixed by residualized block orthogonality, with $G_j = (R_j^\top R_j)^{1/2}$ for the residualized group block $R_j$, making the two mirror coefficient vectors independent under the null. In the neural case the perturbation matrix is chosen by minimizing the kernel conditional-dependence score $I_j^K(G_j)^2$, and the importance vector is $\psi_j(x) = \nabla_{x_j} \Phi_j(x)$, the derivative of the Permutation SHAP value with respect

What would settle it

Generate a grouped dataset with a known null block, train an LSTM, GRU, or Transformer on the mirror-augmented inputs, and compute the PSGM mirror statistic for that null block over many noise realizations and sample sizes. If the empirical distribution of $M_j$ is not symmetric about zero, for example if $\sup_{t>0} |P(M_j > t) - P(M_j < -t)|$ does not go to zero as $n$ grows, the central symmetry claim fails.

Watch

Extended reading notes

Core claim

The central claim is that a grouped null hypothesis $H_{0,j}: \beta_j = 0$ can be tested with a mirror statistic built from two perturbed copies of the whole feature block, $X_j^\pm = X_j \pm \widetilde{Z}_j G_j$, where $\widetilde{Z}_j$ is a normalized Gaussian noise block and $G_j$ an $m\times m$ perturbation matrix. Under a grouped linear model, the two fitted coefficient vectors $\widehat{\beta}_j^+$ and $\widehat{\beta}_j^-$ are independent centered Gaussian vectors with equal covariance under the null, so the block statistic $M_j = \operatorname{sign}(\langle \widehat{\beta}_j^+, \widehat{\beta}_j^-\rangle)(\|\widehat{\beta}_j^+\|_2 + \|\widehat{\beta}_j^-\|_2)$ is symmetric about zero

Load-bearing premise

The neural guarantee assumes the fitted model is null at the model level, meaning $f(x)=g(x_{-j})$ for a null group $j$; for a network trained on the mirror-augmented inputs, the paper does not prove that the fitted network avoids dependence on null blocks, so null symmetry of PSGM statistics is assumed rather than established.

Editorial extensions

If this is right

  • If the linear results are correct, grouped lag models can be first screened by Group Lasso on one data chunk and then mirrored on a second, yielding asymptotic FDR control for the selected feature blocks.
  • For LSTM, GRU, and Transformer models, the framework provides feature selection whose FDR is controlled at the target level when the fitted model does not depend on null blocks.
  • Because the method is model-agnostic and does not require specifying the covariate distribution, it applies to any architecture for which Permutation SHAP derivatives can be computed.
  • The grouped null answers the scientific question for lagged time series and attention models: whether a feature contributes anywhere across its block, not whether a single sub-weight is zero.
  • Empirically, the method maintains FDR control and often improves power relative to baselines, particularly when signals are spread across correlated feature blocks.

Reading between the lines

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

  • Editorial inference: the neural FDR guarantee rests on a model-level null assumption that is not proved for networks trained on the mirror-augmented data; a direct empirical check would be to test sign symmetry of the PSGM statistic on simulated null blocks while varying network depth, regularization, and attention structure.
  • Editorial inference: the same block-mirror machinery could be combined with other swap-equivariant attribution maps, suggesting the essential role of Permutation SHAP here is to provide a symmetric block-level importance signal rather than a uniquely necessary one.
  • Editorial inference: the framework works best with sparse support and moderate block size; for dense supports or very long lag windows, the separation between null and non-null mirror statistics may weaken, and future procedures could adapt by pairing the group mirror with group knockoffs or more conservative thresholding.
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 / 3 minor

Summary. The paper proposes group-level FDR-controlled feature selection for grouped and sequential models. For grouped linear models, it constructs block mirror variables X_j^± = X_j ± eZ_j G_j with matrix-valued perturbations, proves null symmetry of the resulting block mirror statistic (Theorem 1), and gives a two-stage screen-then-mirror high-dimensional extension (Theorem 2). For neural models, it optimizes a kernel conditional-dependence objective to choose G_j, trains a network on augmented mirror inputs, and uses smoothed Permutation SHAP derivatives as block-level importance scores; Theorems 3 and 5 are claimed to give asymptotic symmetry and hence FDR control. Experiments cover grouped linear models, LSTM/GRU/Transformer architectures, and a CausalRivers real-data application.

Significance. If the neural claim were established, the framework would be a useful extension of mirror-statistic FDR control to grouped and sequential deep models, and it would be genuinely model-agnostic. Credit is due for the clean linear construction (Theorem 1), which requires no covariate-distribution specification and yields a parameter-free matrix-valued perturbation, and for Proposition 4, which shows Permutation SHAP derivatives reduce to the linear coefficient vector. The experiments are broad. However, the paper's headline neural FDR guarantee is not proved: the proofs assume the very property that the training procedure must deliver, and the reported simulations show FDR often exceeding the nominal level. The linear part alone is a moderate, well-executed contribution, but the manuscript as a whole does not support the neural claims as stated.

major comments (4)
  1. [Theorem 3 / Appendix C.7 / Section 7] The proof of Theorem 3 begins: 'We interpret the null at the model level: there exists a measurable function g such that f(x)=g(x_-j).' This is an assumption about the fitted model, not a consequence of the data-generating null β_j=0. In Algorithm 3, f is trained on augmented inputs [U_j, V_j, X_-j], and nothing in the training procedure prevents the network from using U_j or V_j through spurious correlations. Thus Theorem 3 does not establish null symmetry for the actual PSGM pipeline. Section 7 concedes this: 'Null symmetry of PSGM mirror statistics may be weakened if the network learns spurious correlations or assigns systematic directional importance to null grouped features.' The empirical FDRs in Tables 2–4, e.g., 0.283 for Transformer strong high-dimensional, are consistent with this gap. This is the central load-bearing issue for the neural FDR claim.
  2. [Theorem 5 / Appendix C.10 / Section 4.3] Theorem 5 assumes eZ_{j,λ} is odd in Z_j, bG_j is even in Z_j, and the downstream importance map is swap-equivariant. Oddness of eZ_{j,λ} follows from linearity in Z_j, but the evenness of bG_j is not derived: bG_j is a minimizer of I^K_j(G_j)^2, and no invariance argument is given for the objective or for the selection rule. More importantly, swap-equivariance of the full pipeline—including training a neural network with stochastic optimization and random initialization—is asserted rather than proven. These are conditions, not consequences of Algorithm 4. Hence the high-dimensional neural symmetry-safe claim is unsupported.
  3. [Theorem 3 / Section 4.1] Even if the model-level null were granted, Theorem 3 proves only marginal asymptotic symmetry of each individual sub-feature derivative estimator. The mirror statistic M_j = sign(<ψ_j^+, ψ_j^->)(||ψ_j^+||+||ψ_j^-||) requires joint distributional symmetry or exchangeability of the plus and minus derivative vectors. Appendix C.7 does not establish joint asymptotic normality or exchangeability of (ψ_j^+, ψ_j^-). Thus null symmetry of M_j does not follow from the stated theorem even under its own assumptions.
  4. [Section 3.2 / end of Theorem 1] The paper claims FDR control for the low-dimensional Group Gaussian Mirror, but no theorem proves that the mirror threshold τ_q controls FDR. Theorem 1 establishes null symmetry of M_j, and the text says 'we use the same mirror thresholding and selection rule as in 2.1 to perform FDR Control,' but no grouped analogue of the Gaussian Mirror FDR lemma is stated or proved. Since the grouped statistics are correlated across j, a formal argument is needed. The low-dimensional linear FDR claim is therefore not fully supported as written.
minor comments (3)
  1. [Theorem 3 / Appendix C.7] The notation in Theorem 3 does not distinguish the plus and minus branch estimators ψ^+ and ψ^-, even though the mirror statistic uses both. This should be made explicit.
  2. [Tables 2–4] No standard errors or confidence intervals are reported. With 50 repetitions, the binomial standard error at FDR 0.1 is about 0.042, so some deviations are interpretable, but reporting uncertainty would help the reader.
  3. [Theorem 3] The regularity conditions are stated only as 'under some regularity conditions.' For a theorem carrying the paper's neural FDR claim, these conditions should be listed precisely.

Circularity Check

2 steps flagged · score 6.0 of 10

The neural FDR guarantee is partially circular: Theorem 3 and Theorem 5 assume the very null-symmetry properties the algorithm must establish, while the linear GGM derivation is genuine.

  1. self definitional [Appendix C.7, proof of Theorem 3]
    "Fix a null grouped feature j. We interpret the null at the model level: there exists a measurable function g such that f(x)=g(x_-j),∀x. Hence the fitted model does not depend on any sub-feature in the grouped block j. ... Therefore, we have ∆j(x;π,X′)=0 ... Φj(x)=0 ... bψj,k(x0) is symmetric around zero."

    The data-level null is H0,j : β_j = 0 in the generative model, but the PSGM procedure trains a network on augmented mirror inputs U_j, V_j. Null symmetry of the mirror statistic requires that the fitted network be insensitive to the null group. Instead of proving that training on augmented inputs yields such a network, the proof simply declares the null to be the model property f(x)=g(x_-j). Under that assumption the Permutation SHAP marginal contribution is identically zero by definition, so the asymptotic symmetry is a tautology. The load-bearing step — that a null feature is invisible to the fitted model — is assumed rather than derived.

  2. self definitional [Section 4.3 and Appendix C.10, Theorem 5]
    "Assume eZj,λ is odd and bGj is even in Zj, if the downstream importance map is swap-equivariant, then the mirror outputs O±j are exchangeable and symmetry-safe, namely, (O+j,O−j)=d(O−j,O+j)."

    Exchangeability of the mirror outputs is exactly the property needed for FDR control. The theorem places that property into its hypotheses: oddness of eZj,λ, evenness of bGj, and swap-equivariance of the importance map. In the actual algorithm, bGj is the minimizer of the kernel conditional-dependence objective, and the paper does not prove this minimizer is even in Zj. The statement 'the ridge-type projection preserves all the geometry required' only addresses eZj,λ; it does not establish the remaining hypotheses. The theorem therefore restates the required symmetry conditions as the conclusion rather than certifying that the construction satisfies them.

full rationale

The linear half of the paper is a genuine derivation. Theorem 1 constructs eZj and Gj so that the residualized mirror blocks are block-orthogonal, and then proves E[bβ+j]=E[bβ−j]=0, equal covariances, and zero cross-covariance under the grouped null. This is a parameter-free, self-contained argument against the Gaussian linear model; Theorem 2 extends the symmetry to the two-stage screened version under stated conditions. No circularity appears there. The neural half is where the derivation chain breaks. The central advertised claim is model-agnostic FDR control for LSTM, GRU, and Transformer models via PSGM. Theorem 3's proof begins by redefining the null as 'there exists f(x)=g(x_-j)', which is precisely the model-level independence that the mirror construction must enforce through training but never proves. Under this assumption, the Permutation SHAP marginal contribution is zero for every permutation and background draw, so the smoothed derivative is trivially symmetric. This is a reduction of the desired null symmetry to an equivalent assumption, not a derivation from the data-generating null. Theorem 5 is similarly conditional: exchangeability of the mirror outputs is assumed via odd/even symmetries and swap-equivariance, and the paper only argues informally that the ridge projection is odd, leaving bGj evenness and the trained importance map's swap-equivariance unverified. Section 7 itself acknowledges the gap: 'Null symmetry of PSGM mirror statistics may be weakened if the network learns spurious correlations or assigns systematic directional importance to null grouped features.' This is the admission that the neural proof's key antecedent is not guaranteed by the procedure. The empirical tables corroborate the fragility: in Tables 2–4, several PSGM FDR values exceed the nominal 0.1, including 0.283 in one Transformer row. These observations do not by themselves prove circularity, but they confirm that the unproven assumption is load-bearing. There is no damaging self-citation problem here: references [53] and [54] are prior Gaussian Mirror/NGM work by different authors, and the paper extends rather than reduces to them. The circularity is confined to the neural theorems, but those theorems carry the paper's headline neural FDR claim. Hence a score of 6, reflecting partial circularity: the linear construction is sound, while the neural 'prediction' of FDR control reduces in part to an assumed symmetry property.

Assumptions & free parameters 5 free parameters · 7 assumptions · 0 invented entities

No new physical entities are introduced; the matrix-valued perturbation and Permutation SHAP derivative are algorithmic constructs, not latent entities. The linear theorem is mostly parameter-free, but the neural pipeline introduces several hand-chosen or optimized construction parameters. The load-bearing assumptions for the neural part are in the axioms: Theorem 3 assumes model-level null independence, and Theorem 5 assumes the symmetry properties of the construction and the importance map.

free parameters (5)
  • Perturbation matrix G_j = argmin_{G_j} I^K_j(G_j)^2 per group
    Optimized against the kernel conditional-dependence objective rather than prescribed by the null-symmetry theorem; its symmetry properties are assumed in Theorem 5.
  • RBF kernel bandwidth = median pairwise distance after column standardization
    Bandwidths for K_U, K_V, K_W are chosen by a data-dependent heuristic in all neural experiments.
  • Monte Carlo permutation draws M_n = 10
    Fixed by sensitivity analysis in Appendix D; the asymptotic theorem requires M_n to diverge.
  • Local smoothing bandwidth h_n = ceil(0.3 n) nearest neighbor
    Tricube local-quadratic smoothing bandwidth; the asymptotic argument requires h_n -> 0, but this fixed fraction does not.
  • Ridge penalties lambda_W, lambda_Z = 0.1 n
    Hand-set values for the high-dimensional ridge projection in Algorithm 4.
assumptions (7)
  • domain assumption Errors in the grouped linear model are Gaussian and i.i.d., epsilon ~ N(0, sigma^2 I).
    Theorem 1 relies on joint Gaussianity of the fitted mirror coefficient vectors; the GLS extension handles correlated errors only through whitening.
  • domain assumption R_j^T R_j and Q_j^T Q_j are nonsingular.
    Needed for G_j and tilde Z_j to be well-defined in Theorem 1.
  • domain assumption The first-stage screener satisfies group-level sure screening, P(S1 subset of hat A) -> 1.
    Theorem 2's asymptotic null symmetry depends on this property.
  • domain assumption The two data chunks are independent, or asymptotically independent under stationarity and mixing.
    Used in Theorem 2 so that the first-stage selection event does not contaminate the second-stage mirror statistics.
  • ad hoc to paper The fitted nonlinear model satisfies f(x)=g(x_-j) for a null group j.
    Appendix C.7, proof of Theorem 3, assumes the null group is absent from the fixed fitted model. This is exactly the property that would make Permutation SHAP derivatives zero, and it is not established for networks trained on augmented mirror inputs.
  • ad hoc to paper The ridge projection is odd in Z_j, hat G_j is even in Z_j, and the downstream importance map is swap-equivariant.
    Theorem 5 states FDR safety conditional on these symmetry properties; no proof is given that trained neural networks or Permutation SHAP derivative maps satisfy them.
  • standard math The log-density lies in a tensor-product RKHS and the likelihood-ratio score formalism applies.
    Inherited from Neural Gaussian Mirror and used for the grouped kernel objective in Theorem 4.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Model-Agnostic FDR Control via Group Gaussian Mirror and Permutation SHAP." pith.science (2026). https://pith.science/paper/WTMUFPP5

@misc{pith2026260800989,
  author       = {Pith},
  title        = {Pith review of: Model-Agnostic FDR Control via Group Gaussian Mirror and Permutation SHAP},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/WTMUFPP5}},
  note         = {Machine review of arXiv:2608.00989}
}
read the original abstract

Most FDR-controlled feature selection methods are designed for coordinate-wise hypotheses, where each feature has a single weight or importance score. This abstraction fails in sequential and grouped models, where one original feature is represented by a block of sub-features, such as lags, recurrent states, or attention-based interactions. We propose a grouped-feature FDR control framework for such settings. For grouped linear models, we construct null-symmetric block-level mirror statistics with matrix-valued perturbations. For neural sequential models, we combine Permutation SHAP derivatives as model-agnostic block-level importance scores with kernel-based dependence measure. The framework is model-agnostic across network architectures, does not require specifying the covariate distribution, and reduces to Gaussian Mirror or Neural Gaussian Mirror when the block size is one. We prove FDR control for low- and high-dimensional grouped linear models and asymptotic symmetry of smoothed Permutation SHAP derivatives under fixed fitted nonlinear models. Experiments on simulated and real-world datasets show reliable FDR control and improved power under correlated grouped-feature signals.

Figures

Figures reproduced from arXiv: 2608.00989 by the authors.

Figure 1
Figure 1. Flowchart of GGM and PSGM C Proof of Theorems and Propositions C.1 Proof of Proposition 1 Proposition 1. In a grouped design X = [X1, . . . , Xp] with Xj ∈ R n×m and βj ∈ R m, applying the Gaussian Mirror separately to each sub-feature of Xj targets the coordinate-wise nulls H0,(j,ℓ) : βj,ℓ = 0 for ℓ = 0, . . . , m − 1, rather than the grouped null H0,j : βj = 0. Proof. In the grouped design, the j-th original featu… view at source ↗
Figure 2
Figure 2. Convergence curve of the kernel-based objective optimization [PITH_FULL_IMAGE:figures/full_fig_p028_2.png] view at source ↗
Figure 3
Figure 3. Graph-proxy relevance construction example for Target ID 176 [PITH_FULL_IMAGE:figures/full_fig_p030_3.png] view at source ↗

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

60 extracted references · 53 canonical work pages

  1. [1]

    Ahn, T., Lin, L., and Mei, S. (2022). Near-optimal multiple testing in bayesian linear models with finite-sample fdr control.arXiv preprint arXiv:2211.02778

  2. [2]

    Barber, R. F. and Candès, E. J. (2014). Controlling the false discovery rate via knockoffs.Annals of Statistics, 43:2055–2085

  3. [3]

    Barber, R. F. and Candès, E. J. (2016). A knockoff filter for high-dimensional selective inference. The Annals of Statistics

  4. [4]

    J., Janson, L., and Wang, W

    Bates, S., Candès, E. J., Janson, L., and Wang, W. (2019). Metropolized knockoff sampling. Journal of the American Statistical Association, 116:1413 – 1427

  5. [5]

    and Hochberg, Y

    Benjamini, Y . and Hochberg, Y . (1995). Controlling the false discovery rate: a practical and pow- erful approach to multiple testing.Journal of the royal statistical society series b-methodological, 57:289–300

  6. [6]

    and Thomas-Agnan, C

    Berlinet, A. and Thomas-Agnan, C. (2004).Reproducing Kernel Hilbert Spaces in probability and Statistics. Springer eBooks

  7. [7]

    Bradley, R. C. (2005). Basic properties of strong mixing conditions. a survey and some open questions.Probability Surveys, 2:107–144

  8. [8]

    J., Fan, Y ., Janson, L., and Lv, J

    Candès, E. J., Fan, Y ., Janson, L., and Lv, J. (2016). Panning for gold: ‘model-x’ knockoffs for high dimensional controlled variable selection.Journal of the Royal Statistical Society: Series B (Statistical Methodology), 80

Show all 60 references
  1. [9]

    Chi, C.-M., Fan, Y ., Ing, C., and Lv, J. (2021). High-dimensional knockoffs inference for time series data.Journal of the American Statistical Association, 120:1763 – 1774

  2. [10]

    Cho, K., van Merrienboer, B., Çaglar Gülçehre, Bahdanau, D., Bougares, F., Schwenk, H., and Bengio, Y . (2014). Learning phrase representations using rnn encoder–decoder for statistical machine translation. InConference on Empirical Methods in Natural Language Processing

  3. [11]

    Chung, J., Çaglar Gülçehre, Cho, K., and Bengio, Y . (2014). Empirical evaluation of gated recurrent neural networks on sequence modeling.ArXiv, abs/1412.3555

  4. [12]

    Dai, C., Lin, B., Xing, X., and Liu, J. S. (2020a). False discovery rate control via data splitting. Journal of the American Statistical Association, 118:2503 – 2520

  5. [13]

    Dai, C., Lin, B., Xing, X., and Liu, J. S. (2020b). A scale-free approach for false discovery rate control in generalized linear models.Journal of the American Statistical Association, 118:1551 – 1565

  6. [14]

    and Barber, R

    Dai, R. and Barber, R. (2016). The knockoff filter for fdr control in group-sparse and multitask regression. InInternational Conference on Machine Learning

  7. [15]

    Dinh, V . C. and Ho, L. S. T. (2020). Consistent feature selection for analytic deep neural networks.ArXiv, abs/2010.08097

  8. [16]

    and Elgammal, A

    Elhoseiny, M. and Elgammal, A. (2014). Generalized twin gaussian processes using sharma–mittal divergence.Machine Learning, 100:399–424

  9. [17]

    and Lv, J

    Fan, J. and Lv, J. (2006). Sure independence screening for ultrahigh dimensional feature space. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 70

  10. [18]

    S., Brendel, W., Bethge, M., and Wichmann, F

    Geirhos, R., Jacobsen, J.-H., Michaelis, C., Zemel, R. S., Brendel, W., Bethge, M., and Wichmann, F. (2020). Shortcut learning in deep neural networks.Nature Machine Intelligence, 2:665 – 673

  11. [19]

    Ghorbani, A., Abid, A., and Zou, J. Y . (2017). Interpretation of neural networks is fragile. In AAAI Conference on Artificial Intelligence

  12. [20]

    and Horovicz, M

    Goldshmidt, R. and Horovicz, M. (2024). Tokenshap: Interpreting large language models with monte carlo shapley value estimation.ArXiv, abs/2407.10114. 10

  13. [21]

    Gretton, A., Bousquet, O., Smola, A., and Scholkopf, B. (2005). Measuring statistical de- pendence with hilbert-schmidt norms. InInternational Conference on Algorithmic Learning Theory

  14. [22]

    H., Song, L., Scholkopf, B., and Smola, A

    Gretton, A., Fukumizu, K., Teo, C. H., Song, L., Scholkopf, B., and Smola, A. (2007). A kernel statistical test of independence. InNeural Information Processing Systems

  15. [23]

    Gui, N., Ge, D., and Hu, Z. (2019). Afs: An attention-based mechanism for supervised feature selection. InAAAI Conference on Artificial Intelligence

  16. [24]

    Hansen, D., Manzo, B., and Regier, J. (2021). Normalizing flows for knockoff-free controlled feature selection.ArXiv, abs/2106.01528

  17. [25]

    Hechtlinger, Y . (2016). Interpretation of prediction models using the input gradient.ArXiv, abs/1611.07634

  18. [26]

    and Schmidhuber, J

    Hochreiter, S. and Schmidhuber, J. (1997). Long short-term memory.Neural Computation, 9:1735–1780

  19. [27]

    Hoerl, A. E. and Kennard, R. W. (1970). Ridge regression: Biased estimation for nonorthogonal problems.Technometrics, 12(1):55–67

  20. [28]

    Hothorn, T., Kneib, T., and Bühlmann, P. (2012). Conditional transformation models.Journal of the Royal Statistical Society: Series B (Statistical Methodology), 76

  21. [29]

    Hu, J., Zhao, H., and Zhou, H. H. (2010). False discovery rate control with groups.Journal of the American Statistical Association, 105:1215 – 1227

  22. [30]

    and Montanari, A

    Javanmard, A. and Montanari, A. (2015). Debiasing the lasso: Optimal sample size for gaussian designs.The Annals of Statistics

  23. [31]

    T., Liu, J

    Ke, Z. T., Liu, J. S., and Ma, Y . (2020). Power of knockoff: The impact of ranking algorithm, augmented design, and symmetric statistic.J. Mach. Learn. Res., 25:3:1–3:67

  24. [32]

    Lemhadri, I., Ruan, F., Abraham, L., and Tibshirani, R. (2019). Lassonet: A neural network with feature sparsity.J. Mach. Learn. Res., 22:127:1–127:29

  25. [33]

    Y ., Fan, Y ., Lv, J., and Noble, W

    Lu, Y . Y ., Fan, Y ., Lv, J., and Noble, W. S. (2018). Deeppink: reproducible feature selection in deep neural networks.ArXiv, abs/1809.01185

  26. [34]

    Lundberg, S. M. and Lee, S.-I. (2017). A unified approach to interpreting model predictions. In Neural Information Processing Systems

  27. [35]

    S., and Keich, U

    Luo, D., He, Y ., Emery, K., Noble, W. S., and Keich, U. (2020). Competition-based control of the false discovery proportion.Biometrics, 79:3472 – 3484

  28. [36]

    P., and Muma, M

    Machkour, J., Palomar, D. P., and Muma, M. (2024). Fdr-controlled portfolio optimization for sparse financial index tracking.ICASSP 2025 - 2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 1–5

  29. [37]

    Messai, A., Drif, A., Ouyahia, A., Guechi, M., Rais, M., Kaderali, L., and Cherifi, H. (2024). To- wards xai agnostic explainability to assess differential diagnosis for meningitis diseases.Machine Learning: Science and Technology, 5

  30. [38]

    N., Frank, E., and Holmes, G

    Mitchell, R., Cooper, J. N., Frank, E., and Holmes, G. (2021). Sampling permutations for shapley value estimation.ArXiv, abs/2104.12199

  31. [39]

    M., Janzing, D., Peters, J., and Scholkopf, B

    Mooij, J. M., Janzing, D., Peters, J., and Scholkopf, B. (2009). Regression by dependence minimization and its application to causal inference in additive noise models. InInternational Conference on Machine Learning

  32. [40]

    K., and Scholkopf, B

    Muandet, K., Fukumizu, K., Sriperumbudur, B. K., and Scholkopf, B. (2016). Kernel mean embedding of distributions: A review and beyonds.ArXiv, abs/1605.09522. 11

  33. [41]

    Pascanu, R., Mikolov, T., and Bengio, Y . (2012). On the difficulty of training recurrent neural networks. InInternational Conference on Machine Learning

  34. [42]

    Sawaya, K. (2025). Provable fdr control for deep feature selection: Deep mlps and beyond. ArXiv, abs/2512.04696

  35. [43]

    Shen, H., Yan, Y ., and Zhao, Z. (2024). Deepdrk: Deep dependency regularized knockoff for feature selection.ArXiv, abs/2402.17176

  36. [44]

    Sherstinsky, A. (2018). Fundamentals of recurrent neural network (rnn) and long short-term memory (lstm) network.ArXiv, abs/1808.03314

  37. [45]

    Stein, G., Shadaydeh, M., Blunk, J., Penzel, N., and Denzler, J. (2025). Causalrivers - scaling up benchmarking of causal discovery for real-world time-series.ArXiv, abs/2503.17452

  38. [46]

    J., Shojaie, A., and Fox, E

    Tank, A., Covert, I., Foti, N. J., Shojaie, A., and Fox, E. B. (2018). Neural granger causality for nonlinear time series.arXiv: Machine Learning

  39. [47]

    Tealab, A. (2018). Time series forecasting using artificial neural networks methodologies: A systematic review.Future Computing and Informatics Journal

  40. [48]

    Tibshirani, R. (1996). Regression shrinkage and selection via the lasso.Journal of the royal statistical society series b-methodological, 58:267–288

  41. [49]

    N., Kaiser, L., and Polosukhin, I

    Vaswani, A., Shazeer, N., Parmar, N., Uszkoreit, J., Jones, L., Gomez, A. N., Kaiser, L., and Polosukhin, I. (2017). Attention is all you need. InNeural Information Processing Systems

  42. [50]

    and Bacauskiene, M

    Verikas, A. and Bacauskiene, M. (2002). Feature selection with neural networks.Pattern Recognit. Lett., 23:1323–1335

  43. [51]

    and Li, W

    Wang, T. and Li, W. (2017). Kernel learning and optimization with hilbert–schmidt indepen- dence criterion.International Journal of Machine Learning and Cybernetics, 9:1707 – 1717

  44. [52]

    and Huang, J

    Wei, F. and Huang, J. (2010). Consistent group selection in high-dimensional linear regression. Bernoulli : official journal of the Bernoulli Society for Mathematical Statistics and Probability, 16 4:1369–1384

  45. [53]

    Xing, X., Gui, Y ., Dai, C., and Liu, J. S. (2020). Ngm: Neural gaussian mirror for controlled feature selection in neural networks.2020 19th IEEE International Conference on Machine Learning and Applications (ICMLA), pages 148–152

  46. [54]

    Xing, X., Zhao, Z., and Liu, J. S. (2019). Controlling false discovery rate using gaussian mirrors. Journal of the American Statistical Association, 118:222 – 241

  47. [55]

    Yu, B. (1994). Rates of convergence for empirical processes of stationary mixing sequences. Annals of Probability, 22:94–116

  48. [56]

    and Lin, Y

    Yuan, M. and Lin, Y . (2006). Model selection and estimation in regression with grouped variables.Journal of the Royal Statistical Society: Series B (Statistical Methodology), 68

  49. [57]

    and Zhang, S

    Zhang, C.-H. and Zhang, S. (2011). Confidence intervals for low dimensional parameters in high dimensional linear models.Journal of the Royal Statistical Society: Series B (Statistical Methodology), 76

  50. [58]

    F., Patel, P

    Zhang, Y ., Dai, X., Tian, Z., Lei, Y ., Wynne, J. F., Patel, P. R., Chen, Y ., Liu, T., and Yang, X. (2022). Landmark tracking in liver us images using cascade convolutional neural networks with long short-term memory.Measurement Science & Technology, 34

  51. [59]

    Zhu, Z., Fan, Y ., Kong, Y ., Lv, J., and Sun, F. (2021). Deeplink: Deep learning inference using knockoffs with applications to genomics.Proceedings of the National Academy of Sciences, 118

  52. [60]

    A., Lv, J., Fan, Y ., and Sun, F

    Zuo, W., Zhu, Z., Du, Y ., Yeh, Y .-C., Fuhrman, J. A., Lv, J., Fan, Y ., and Sun, F. (2024). Deeplink- t: deep learning inference for time series data using knockoffs and lstm.ArXiv, abs/2404.04317. 12 A Algorithms for GGM and PSGM Algorithm 1Low-Dimensional Group Gaussian Mi...

Pith tools

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