REVIEW 2 major objections 6 minor 1 cited by
Human-aligned Deep Learning: Explainability, Causality, and Biological Inspiration
T0 review · 2 major / 6 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read The thesis claims that CNN feature co-occurrence, packaged as a 'causality map,' can substitute for causal knowledge in medical image classification, improving accuracy, explainability, and out-of-distribution generalization.
desk verdict A competent, honestly assembled thesis that re-presents already published work; its central 'causality-driven' claim equates co-occurrence with causation and needs a clear fix before the framework's robustness story can be taken seriously. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the 'causality map': a two-dimensional score field derived from feature co-occurrence statistics computed over a CNN's feature maps, which the paper treats as a proxy for causal relevance in a medical image. Around it the thesis builds a 'causality-factors extraction' module that selects and re-weights feature maps, an attention-inspired enhancement scheme, and, in CROCODILE, a mechanism that injects the map as prior knowledge into a dual-branch architecture that disentangles disease features from domain features; in CoCoReco the same co-occurrence principle appears as a Contextual Attention Block that models visual context. The causality map is what carries the argument from association to the claimed causal robustness, so everything the thesis says about explainable, robust, generalizing classifiers depends on this one operationalization.
What would settle it
Train a causality-module classifier on chest X-rays into which a task-irrelevant but consistently co-occurring artifact has been embedded (for example, a synthetic watermark in one corner of every positive case), then evaluate on a test set from which the watermark is removed; a map that genuinely captures causal structure should ignore the watermark and keep accuracy, whereas an association map will depend on it and show a sharp drop.
Extended reading notes
Core claim
On the paper's own terms, the discovery is that 'causality signals' need not be learned from interventions or expert graphs but can be read off from the statistical structure of a trained network: features that co-occur consistently in medical images carry weak causal information, and packaging that co-occurrence into a 'causality map' lets a CNN enhance the feature maps that matter, suppress those that do not, and thereby classify better while focusing on the relevant image regions. The thesis presents this as the thread linking its main results: activation maximization fails on medical images because it cannot separate class-relevant structure from anatomical regularity; prototypical part learning succeeds because it grounds decisions in radiologically meaningful parts; the causality-driven modules improve accuracy, explanation quality, and one-shot learning; CROCODILE shows that injecting the causality map as a task prior, alongside contrastive disentanglement of disease and domain branches, yields robust generalization across datasets and to out-of-distribution data; and CoCoReco shows that the same co-occurrence mechanism, dressed as biological context, improves recognition without added trainable parameters.
Load-bearing premise
The whole causality story rests on identifying feature co-occurrence with causal signal: the thesis never shows that the maps track the image-generating process rather than mere correlation, so if co-occurrence is only association, the claimed robustness and explanation improvements reduce to attention-style feature enhancement.
Editorial extensions
If this is right
- A CNN equipped with the causality-factors module should classify more accurately and produce saliency that highlights disease-relevant image regions, improving clinician trust without retraining the backbone.
- CROCODILE-style dual-branch training with a causality-map prior should transfer across medical domains and hold performance on out-of-distribution data better than standard fine-tuned CNNs.
- Prototypical part learning is a viable ante-hoc explanation for breast mass classification, with prototypes that a radiologist judges clinically aligned, unlike activation maximization, which loses interpretability as accuracy rises.
- The context-aware attention block of CoCoReco can be dropped into standard feed-forward architectures to improve recognition with no additional trainable parameters.
- The thesis's XAI-causality scaffold gives future work a shared vocabulary, organizing the field into critics of XAI under the causality lens, XAI for causality, and causality for XAI.
Reading between the lines
- If co-occurrence is sufficient as a causal proxy, the thesis's recipe removes the need for causal discovery or intervention data in a whole class of medical imaging tasks; a natural test is to pit the causality-map module against a method using an explicit causal graph on the same out-of-distribution benchmark.
- Because the causality map is a statistic of the training distribution, it will absorb any spurious correlation that is stable in training data, so the module's robustness may fail precisely on the shortcut it learned; an intervention experiment that removes a planted co-occurring artifact from the test set would separate causal from associational behavior.
- The same co-occurrence machinery could plausibly transfer beyond radiology to histopathology, fundus photography, and dermoscopy, wherever lesions and tissue context co-occur, and it could be paired with counterfactual generation to give per-case explanations that distinguish causes from correlates.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This thesis, a cumulative PhD dissertation posted on arXiv, argues for 'human-aligned deep learning' along three axes: explainability, causality, and biological inspiration. Two empirical chapters evaluate XAI methods for medical classifiers: activation maximization (AM), which the author finds to produce uninterpretable visualizations for chest X-ray models and motivates a set of novel image-prior losses; and ProtoPNet for breast mass classification, validated with patient-stratified cross-validation, a genuinely held-out test set, and expert radiologist feedback. A systematic review chapter proposes a scaffold that organizes the XAI-causality literature. The core methodological contribution is a family of 'causality-driven' modules (Chapters 6-8) built on the notion of a 'causality map,' operationalized as feature co-occurrence statistics in CNN feature maps, and deployed in the CROCODILE robustness framework and the CoCoReco biologically inspired network. The load-bearing claim, stated in Section 1.2.2, is that these modules automatically discover and exploit 'weak causal signals' without a priori knowledge, improving classification, interpretability, and out-of-distribution robustness.
Significance. The thesis is honestly reported and contains genuinely solid components. Chapter 4 stands out: its evaluation protocol (patient-stratified 5-fold CV plus a held-out test set, explicitly fixing the original ProtoPNet evaluation flaw) and its single-radiologist clinical assessment provide a valuable template for explainable-by-design medical imaging research, and code is shipped for this chapter. Chapter 3's negative results and Chapter 5's systematic scaffold are useful contributions. The significance of the central causality claim, however, is conditional on an identification step—linking feature co-occurrence to causation—that the manuscript never justifies. If the causal framing fails, the modules reduce to associative attention-like enhancements and the mechanistic robustness story is weakened, even if the reported accuracy numbers survive. As an engineering contribution the work is real but modest; as a demonstration that weak causal signals can be exploited without prior knowledge, the claim is, as written, unsupported.
major comments (2)
- [§6.1, §1.2.2, §7.1.5, §8.1.2] The load-bearing claim of the thesis, stated in Section 1.2.2, is that the proposed modules 'automatically discover and exploit weak causal signals in medical images without requiring prior knowledge' and that this 'improves classification and produces more robust predictions by focusing on the relevant parts of the image.' The mechanism behind this claim is the 'causality map,' defined in Section 6.1 as feature co-occurrence statistics extracted from CNN feature maps, on which the causality-factors extraction module (§6.2.1), CROCODILE's prior injection (§7.1.5), and CoCoReco's Contextual Attention Block (§8.1.2) all build. The manuscript never provides the identification step that would connect co-occurrence to causation: there is no structural causal model, no do-calculus derivation, no intervention on the image-generating process, and no test distinguishing a genuinely causal feature from a merely associated one. This gap is consequential for the causal framing because the thesis itself, in Sections 2.4.2 and 2.4.3, correctly establishes that association is not causation and that shortcut learning arises from spurious correlations: a scanner artifact, a demographic attribute, or a hospital-specific marker can co-occur with a disease label without causing it, and a module that upweights such co-occurring features would amplify the shortcut rather than remove it. The robustness story of Chapter 7 and the abstract's domain-generalization claim inherit this premise. Two repairs are feasible within the manuscript's scope: (a) add an identification test, such as showing that the discovered maps track clinically known causal features, or that removing spurious co-occurrences leaves performance intact, or a capacity-matched comparison against a purely associative attention baseline; or (b) reframe the contribution as attention-like co-occurrence feature enhancement and remove the causal terminology accordingly. Without one of these, the central mechanistic claim is unsupported even if the reported accuracies hold.
- [§3.3.4] Key finding (i), summarized as 'accuracy rises, interpretability falls,' is drawn from Section 3.3.4, where two training regimes (transfer learning vs. end-to-end fine-tuning) are compared on two binary tasks (finding vs. no-finding and male vs. female) from ChestX-ray14. The accuracies are reported as single values with no error bars or multiple seeds (e.g., 66.76% vs. 68.98%; 79.79% vs. 95.81%), and the interpretability judgment is made by the author's visual inspection of the AM images in Figure 3.6 rather than by any quantitative interpretability measure, user study, or external rater. Since the chapter concludes a general trade-off from this comparison, the evidence base is thin. Reporting variance across seeds, matching the training budgets of the two regimes more carefully, and adding a quantifiable proxy for AM interpretability (for example, a distance-based measure of deviation from a prototypical medical image, or ratings from multiple observers) would strengthen the claim; alternatively, the conclusion should be explicitly scoped to the two configurations studied.
minor comments (6)
- [§2.1.2] 'ViTss divide an image' is a typo for 'ViTs divide an image.'
- [Eq. (3.6)] The weights λ1–λ4 of the proposed medical-image AM priors are not reported, and the text only states that tuning 'proved to be hard.' For a chapter whose principal result is negative, reporting the attempted ranges and final values would materially aid reproducibility.
- [Eq. (3.6) and following list] The loss components are introduced in the order Classification, Symmetry, Histogram, Noise, Frequency, but appear in Eq. (3.6) as LC, LH, LN, LS, LF; aligning the order would prevent confusion.
- [§6.2.1] The causality-factors extraction module introduces free parameters such as co-occurrence thresholds and the number of factors; their values and an ablation over them should be reported so that the results are reproducible and the module's sensitivity is visible.
- [§7.3] The results and discussion supporting the abstract's domain-generalization claim are summarized very briefly in the thesis; reproducing the key quantitative tables would allow the reader to verify the in-distribution and OOD claims directly.
- [§9.2.1] The heading 'Exod-IA: the Forbidden One' is informal for a formal dissertation; a neutral heading (e.g., 'Exod-IA: toward a clinical decision support system') would be more appropriate.
Circularity Check
The central 'causality' claim reduces to a definition: feature co-occurrence is renamed as a 'causality map', so the paper's key finding that weak causal signals can be exploited is true by construction rather than by derivation.
-
self definitional
[Section 1.2.2 (Part Two: Causality, Contributions in Chapter 6); echoed in abstract key finding (iv)]
"Our main contribution in this chapter is to propose a novel method to automatically discover and exploit weak causal signals in medical images without requiring prior knowledge and use them to enhance CNN classifiers. To enable 'causality-driven' CNNs, we operationalize the computation of feature co-occurrence into the concept of causality map, design a new causality-factors extraction module, and present a novel, attention-inspired scheme based on feature map enhancement."
The claimed output (discovery and exploitation of 'weak causal signals') is exactly the input (feature co-occurrence statistics) under a new name. The 'causality map' is not derived from a causal model; it is defined in the same sentence as the operationalization of co-occurrence. Therefore the statement that the module exploits causal signals is not an empirical finding: the predicate 'causal' is attached to the co-occurrence statistic by definition. No SCM, intervention, do-calculus derivation, or causal identification step is supplied to move from association to causation, so any observed accuracy or robustness gain supports only the co-occurrence-based attention mechanism, not the causal interpretation.
full rationale
The thesis has substantial independent empirical content: Chapter 4 benchmarks ProtoPNet on CBIS-DDSM with held-out test data and clinical feedback, Chapters 6-7 report accuracy, ablation, and OOD experiments on public medical datasets, and code is referenced. The author's self-citations are to peer-reviewed publications and are not used to replace evidence; they do not by themselves create circularity. The single genuine circularity is the co-occurrence-to-causality identification. Because 'causality map' is defined as the operationalization of feature co-occurrence, the headline claim that 'weak causal signals can be leveraged without a priori information' is equivalent to saying that co-occurrence statistics can be computed and used—this is true by definition. The prediction of improved classification is empirical and survives separately, but the mechanistic claim that the modules are 'causality-driven' reduces to a renaming of association. This is partial circularity in the central claim, not a fully circular derivation of the accuracy results, hence a score of 6 rather than 8 or 10.
Assumptions & free parameters
free parameters (3)
- AM prior loss weights lambda1-lambda4 (Eq. 3.6) =
Final values not reported; hand-tuned on the target dataset and abandoned after failing to yield interpretable outputs
- Causality map hyperparameters (co-occurrence thresholds, number of factors) =
Not visible in the available text (Chapter 6 experimental section truncated)
- ProtoPNet loss coefficients clst, sep and prototype count =
clst in {0.6, 0.8, 0.9}, sep in {-0.1, -0.08, -0.05}, prototypes per class in {5, 20, 40}
assumptions (5)
- domain assumption Co-occurrence of features in CNN feature maps constitutes a weak causal signal exploitable without a priori knowledge.
- domain assumption ImageNet-pretrained backbone features transfer to grayscale medical images.
- domain assumption CXR structural priors (bilateral symmetry, GMM intensity histogram, Poisson quantum mottle, FFT magnitude spectrum) are valid generative constraints for activation maximization.
- standard math Pearl's SCM and back-door adjustment formalism is the correct language for the disease/domain disentanglement.
- domain assumption Grad-CAM heatmaps are a trustworthy proxy for what the model sees in the qualitative evaluations.
invented entities (5)
-
Causality map (feature co-occurrence map)
-
Causality-factors extraction module
-
Relational scorer module (CROCODILE)
-
Contextual Attention Block (CAB)
-
Exod-IA (future system)
Cite this review
Pith. "Pith review of Human-aligned Deep Learning: Explainability, Causality, and Biological Inspiration." pith.science (2026). https://pith.science/paper/NJ7BJ3LP
@misc{pith2026250413717,
author = {Pith},
title = {Pith review of: Human-aligned Deep Learning: Explainability, Causality, and Biological Inspiration},
year = {2026},
howpublished = {\url{https://pith.science/paper/NJ7BJ3LP}},
note = {Machine review of arXiv:2504.13717}
}
read the original abstract
This work aligns deep learning (DL) with human reasoning capabilities and needs to enable more efficient, interpretable, and robust image classification. We approach this from three perspectives: explainability, causality, and biological vision. Introduction and background open this work before diving into operative chapters. First, we assess neural networks' visualization techniques for medical images and validate an explainable-by-design method for breast mass classification. A comprehensive review at the intersection of XAI and causality follows, where we introduce a general scaffold to organize past and future research, laying the groundwork for our second perspective. In the causality direction, we propose novel modules that exploit feature co-occurrence in medical images, leading to more effective and explainable predictions. We further introduce CROCODILE, a general framework that integrates causal concepts, contrastive learning, feature disentanglement, and prior knowledge to enhance generalization. Lastly, we explore biological vision, examining how humans recognize objects, and propose CoCoReco, a connectivity-inspired network with context-aware attention mechanisms. Overall, our key findings include: (i) simple activation maximization lacks insight for medical imaging DL models; (ii) prototypical-part learning is effective and radiologically aligned; (iii) XAI and causal ML are deeply connected; (iv) weak causal signals can be leveraged without a priori information to improve performance and interpretability; (v) our framework generalizes across medical domains and out-of-distribution data; (vi) incorporating biological circuit motifs improves human-aligned recognition. This work contributes toward human-aligned DL and highlights pathways to bridge the gap between research and clinical adoption, with implications for improved trust, diagnostic accuracy, and safe deployment.
Figures
Figures from the paper (47 more)
Forward citations
Cited by 1 Pith paper
-
Causal Transfer in Medical Image Analysis
Causal Transfer Learning unifies structural causal models, invariant risk minimisation and counterfactuals with transfer learning to produce domain-robust medical image models.
Reference graph
Works this paper leans on
-
[482]
Mingjun Xu, Lingyun Qin, Weijie Chen, Shiliang Pu, and Lei Zhang. Multi-view adversarial discriminator: Mine the non-causal factors for object detection in unseen domains. InProceedings of the IEEE/CVF Conference on computer vision and pattern recognition, pages 8103–8112, 2023
work page 2023
-
[483]
Mingyang Xu, Limei Guo, and Hsiao-Chun Wu. Novel robust automatic brain-tumor detection and segmentation using magnetic resonance imaging.IEEE Sensors Journal, 2024
work page 2024
-
[484]
Cine cardiac mri reconstruction using a convolutional recurrent network with refinement
Yuyang Xue, Yuning Du, Gianluca Carloni, Eva Pachetti, Connor Jordan, and Sotirios A Tsaftaris. Cine cardiac mri reconstruction using a convolutional recurrent network with refinement. In International Workshop on Statistical Atlases and Computational Models of the Heart, pages 421–432. Springer, 2023
work page 2023
-
[485]
Siyuan Yan, Chi Liu, Zhen Yu, Lie Ju, Dwarikanath Mahapatra, Victoria Mar, Monika Janda, Peter Soyer, and Zongyuan Ge. Epvt: Environment-aware prompt vision transformer for domain generalization in skin lesion recognition. InInternational Conference on Medical Image Computing and Computer-Assisted Intervention, pages 249–259. Springer, 2023
work page 2023
-
[486]
Melanoma recognition via visual attention
Yiqi Yan, Jeremy Kawahara, and Ghassan Hamarneh. Melanoma recognition via visual attention. InInformation Processing in Medical Imaging: 26th International Conference, IPMI 2019, Hong Kong, China, June 2–7, 2019, Proceedings 26, pages 793–804. Springer, 2019
work page 2019
-
[487]
Jing Yang, Liufeng Jiang, Kai Xie, Qiqi Chen, and Aiguo Wang. Lung nodule detection algorithm based on rank correlation causal structure learning.Expert Systems with Applications, 216:119381, 2023
work page 2023
-
[488]
Algorithmic foundation of deep x-risk optimization.arXiv preprint arXiv:2206.00439, 2022
Tianbao Yang. Algorithmic foundation of deep x-risk optimization.arXiv preprint arXiv:2206.00439, 2022
arXiv 2022
-
[489]
Wei-Ting Yang, Marco S Reis, Valeria Borodin, Michel Juge, and Agnès Roussy. An interpretable unsupervised bayesian network model for fault detection and diagnosis.Control Engineering Practice, 127:105304, 2022
work page 2022
Show all 39 references
-
[490]
Yi Yang, Yueting Zhuang, and Yunhe Pan. Multiple knowledge representation for big data artificial intelligence: framework, applications, and case studies.Frontiers of Information Technology & Electronic Engineering, 22(12):1551–1558, 2021
2021
-
[491]
Unifying causal representation learning with the invariance principle.arXiv preprint arXiv:2409.02772, 2024
Dingling Yao, Dario Rancati, Riccardo Cadei, Marco Fumero, and Francesco Locatello. Unifying causal representation learning with the invariance principle.arXiv preprint arXiv:2409.02772, 2024
2024 arXiv
-
[492]
Causal markov blanket representation learning for out-of-distribution generalization
Naiyu Yin, Hanjing Wang, Tian Gao, Amit Dhurandhar, and Qiang Ji. Causal markov blanket representation learning for out-of-distribution generalization. InCausal Representation Learning Workshop at NeurIPS 2023, 2023
2023
-
[493]
Understanding neural networks through deep visualization.arXiv preprint arXiv:1506.06579, 2015
Jason Yosinski, Jeff Clune, Anh Nguyen, Thomas Fuchs, and Hod Lipson. Understanding neural networks through deep visualization.arXiv preprint arXiv:1506.06579, 2015
2015 arXiv
-
[494]
Elsevier Health Sciences, 2013
Barbara Young, Geraldine O’Dowd, and Phillip Woodford.Wheater’s functional histology E-Book: a text and colour atlas. Elsevier Health Sciences, 2013
2013
-
[495]
A super-resolution network for medical imaging via transformation analysis of wavelet multi-resolution.Neural Networks, 166:162–173, 2023
Yue Yu, Kun She, Jinhua Liu, Xiao Cai, Kaibo Shi, and Oh-Min Kwon. A super-resolution network for medical imaging via transformation analysis of wavelet multi-resolution.Neural Networks, 166:162–173, 2023
2023
-
[496]
Po-1794 features robustness in the radiomic workflow: the impact of software choice on feature variability
Mattia Zaffaroni, Stefania Carloni, Gianluca V olpe, Cristina Garibaldi, Giulia Marvaso, et al. Po-1794 features robustness in the radiomic workflow: the impact of software choice on feature variability. Radiotherapy and Oncology, 161:S1519–S1520, 2021
2021
-
[497]
An interpretable approach to automated severity scoring in pelvic trauma
Anna Zapaishchykova, David Dreizin, Zhaoshuo Li, Jie Ying Wu, Shahrooz Faghihroohi, and Mathias Unberath. An interpretable approach to automated severity scoring in pelvic trauma. InMedical Image Computing and Computer Assisted Intervention–MICCAI 2021: 24th International Conf...
2021
-
[498]
Scientific exploration and explainable artificial intelligence.Minds and Machines, 32(1):219–239, 2022
Carlos Zednik and Hannes Boelsen. Scientific exploration and explainable artificial intelligence.Minds and Machines, 32(1):219–239, 2022
2022
-
[499]
A survey on causal reinforcement learning.arXiv preprint arXiv:2302.05209, 2023
Yan Zeng, Ruichu Cai, Fuchun Sun, Libo Huang, and Zhifeng Hao. A survey on causal reinforcement learning.arXiv preprint arXiv:2302.05209, 2023
2023 arXiv
-
[500]
Review of shape representation and description techniques.Pattern Recognition, 37(1):1–19, 2004
Dengsheng Zhang and Guojun Lu. Review of shape representation and description techniques.Pattern Recognition, 37(1):1–19, 2004
2004
-
[501]
Causal intervention for weakly-supervised semantic segmentation.Advances in Neural Information Processing Systems, 33:655–666, 2020
Dong Zhang, Hanwang Zhang, Jinhui Tang, Xian-Sheng Hua, and Qianru Sun. Causal intervention for weakly-supervised semantic segmentation.Advances in Neural Information Processing Systems, 33:655–666, 2020
2020
-
[502]
Identifiability guarantees for causal disentanglement from soft interventions
Jiaqi Zhang, Kristjan Greenewald, Chandler Squires, Akash Srivastava, Karthikeyan Shanmugam, and Caroline Uhler. Identifiability guarantees for causal disentanglement from soft interventions. Advances in Neural Information Processing Systems, 36, 2024
2024
-
[503]
Towards causal foundation model: on duality between causal inference and attention.arXiv preprint arXiv:2310.00809, 2023
Jiaqi Zhang, Joel Jennings, Cheng Zhang, and Chao Ma. Towards causal foundation model: on duality between causal inference and attention.arXiv preprint arXiv:2310.00809, 2023
2023 arXiv
-
[504]
Learning towards synchronous network memorizability and generalizability for continual segmentation across multiple sites
Jingyang Zhang, Peng Xue, Ran Gu, Yuning Gu, Mianxin Liu, Yongsheng Pan, Zhiming Cui, Jiawei Huang, Lei Ma, and Dinggang Shen. Learning towards synchronous network memorizability and generalizability for continual segmentation across multiple sites. InInternational Conference ...
2022
-
[505]
Coping with label shift via distributionally robust optimisation.arXiv preprint arXiv:2010.12230, 2020
Jingzhao Zhang, Aditya Menon, Andreas Veit, Srinadh Bhojanapalli, Sanjiv Kumar, and Suvrit Sra. Coping with label shift via distributionally robust optimisation.arXiv preprint arXiv:2010.12230, 2020
2010 arXiv
-
[506]
Causal representation learning from multiple distributions: A general setting.arXiv preprint arXiv:2402.05052, 2024
Kun Zhang, Shaoan Xie, Ignavier Ng, and Yujia Zheng. Causal representation learning from multiple distributions: A general setting.arXiv preprint arXiv:2402.05052, 2024
2024 arXiv
-
[507]
Putting visual object recognition in context
Mengmi Zhang, Claire Tseng, and Gabriel Kreiman. Putting visual object recognition in context. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 12985–12994, 2020
2020
-
[508]
Personalized latent structure learning for recommendation.IEEE Transactions on Pattern Analysis and Machine Intelligence, 45(8):10285–10299, 2023
Shengyu Zhang, Fuli Feng, Kun Kuang, Wenqiao Zhang, Zhou Zhao, Hongxia Yang, Tat-Seng Chua, and Fei Wu. Personalized latent structure learning for recommendation.IEEE Transactions on Pattern Analysis and Machine Intelligence, 45(8):10285–10299, 2023
2023
-
[509]
Out-of-distribution generalized dynamic graph neural network with disentangled intervention and invariance promotion.arXiv preprint arXiv:2311.14255, 2023
Zeyang Zhang, Xin Wang, Ziwei Zhang, Haoyang Li, and Wenwu Zhu. Out-of-distribution generalized dynamic graph neural network with disentangled intervention and invariance promotion.arXiv preprint arXiv:2311.14255, 2023
2023 arXiv
-
[510]
Explainable contrastive multiview graph representation of brain, mind, and behavior
Chongyue Zhao, Liang Zhan, Paul M Thompson, and Heng Huang. Explainable contrastive multiview graph representation of brain, mind, and behavior. InInternational Conference on Medical Image Computing and Computer-Assisted Intervention, pages 356–365. Springer, 2022
2022
-
[511]
Disentangling site effects with cycle-consistent adversarial autoencoder for multi-site cortical data harmonization
Fenqiang Zhao, Zhengwang Wu, Dajiang Zhu, Tianming Liu, John Gilmore, Weili Lin, Li Wang, and Gang Li. Disentangling site effects with cycle-consistent adversarial autoencoder for multi-site cortical data harmonization. InInternational Conference on Medical Image Computing and...
2023
-
[512]
Causal-learn: Causal discovery in python.Journal of Machine Learning Research, 25(60):1–8, 2024
Yujia Zheng, Biwei Huang, Wei Chen, Joseph Ramsey, Mingming Gong, Ruichu Cai, Shohei Shimizu, Peter Spirtes, and Kun Zhang. Causal-learn: Causal discovery in python.Journal of Machine Learning Research, 25(60):1–8, 2024
2024
-
[513]
On the opportunity of causal deep generative models: A survey and future directions.arXiv preprint arXiv:2301.12351, 2023
Guanglin Zhou, Lina Yao, Xiwei Xu, Chen Wang, Liming Zhu, and Kun Zhang. On the opportunity of causal deep generative models: A survey and future directions.arXiv preprint arXiv:2301.12351, 2023
2023 arXiv
-
[514]
Chest radiograph disentanglement for covid-19 outcome prediction
Lei Zhou, Joseph Bae, Huidong Liu, Gagandeep Singh, Jeremy Green, Dimitris Samaras, and Prateek Prasanna. Chest radiograph disentanglement for covid-19 outcome prediction. InMedical Image Computing and Computer Assisted Intervention–MICCAI 2021: 24th International Conference, ...
2021
-
[515]
Learning with domain-knowledge for generalizable prediction of alzheimer’s disease from multi-site structural mri
Yanjie Zhou, Youhao Li, Feng Zhou, Yong Liu, and Liyun Tu. Learning with domain-knowledge for generalizable prediction of alzheimer’s disease from multi-site structural mri. InInternational Conference on Medical Image Computing and Computer-Assisted Intervention, pages 452–461...
2023
-
[516]
Counterfactual fairness by combining factual and counterfactual predictions.arXiv preprint arXiv:2409.01977, 2024
Zeyu Zhou, Tianci Liu, Ruqi Bai, Jing Gao, Murat Kocaoglu, and David I Inouye. Counterfactual fairness by combining factual and counterfactual predictions.arXiv preprint arXiv:2409.01977, 2024
2024 arXiv
-
[517]
How well do feature visualizations support causal understanding of cnn activations? Advances in Neural Information Processing Systems, 34:11730–11744, 2021
Roland S Zimmermann, Judy Borowski, Robert Geirhos, Matthias Bethge, Thomas Wallis, and Wieland Brendel. How well do feature visualizations support causal understanding of cnn activations? Advances in Neural Information Processing Systems, 34:11730–11744, 2021
2021
-
[518]
Edge detection techniques-an overview.Pattern Recognition and Image Analysis: Advances in Mathematical Theory and Applications, 8(4):537–559, 1998
Djemel Ziou and Salvatore Tabbone. Edge detection techniques-an overview.Pattern Recognition and Image Analysis: Advances in Mathematical Theory and Applications, 8(4):537–559, 1998
1998
-
[519]
Mohammad Zunaed, Md Aynal Haque, and Taufiq Hasan. Learning to generalize towards unseen domains via a content-aware style invariant model for disease detection from chest x-rays.IEEE Journal of Biomedical and Health Informatics, 2024
2024
-
[520]
Alex Zwanenburg. Radiomics in nuclear medicine: robustness, reproducibility, standardization, and how to avoid data analysis traps and replication crisis.European journal of nuclear medicine and molecular imaging, 46(13):2638–2655, 2019. 170
2019
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.