Paper List
-
Translating Measures onto Mechanisms: The Cognitive Relevance of Higher-Order Information
This review addresses the core challenge of translating abstract higher-order information theory metrics (e.g., synergy, redundancy) into defensible, ...
-
Emergent Bayesian Behaviour and Optimal Cue Combination in LLMs
This paper addresses the critical gap in understanding whether LLMs spontaneously develop human-like Bayesian strategies for processing uncertain info...
-
Vessel Network Topology in Molecular Communication: Insights from Experiments and Theory
This work addresses the critical lack of experimentally validated channel models for molecular communication within complex vessel networks, which is ...
-
Modulation of DNA rheology by a transcription factor that forms aging microgels
This work addresses the fundamental question of how the transcription factor NANOG, essential for embryonic stem cell pluripotency, physically regulat...
-
Imperfect molecular detection renormalizes apparent kinetic rates in stochastic gene regulatory networks
This paper addresses the core challenge of distinguishing genuine stochastic dynamics of gene regulatory networks from artifacts introduced by imperfe...
-
PanFoMa: A Lightweight Foundation Model and Benchmark for Pan-Cancer
This paper addresses the dual challenge of achieving computational efficiency without sacrificing accuracy in whole-transcriptome single-cell represen...
-
Beyond Bayesian Inference: The Correlation Integral Likelihood Framework and Gradient Flow Methods for Deterministic Sampling
This paper addresses the core challenge of calibrating complex biological models (e.g., PDEs, agent-based models) with incomplete, noisy, or heterogen...
-
Contrastive Deep Learning for Variant Detection in Wastewater Genomic Sequencing
This paper addresses the core challenge of detecting viral variants in wastewater sequencing data without reference genomes or labeled annotations, ov...
Hybrid eTFCE–GRF: Exact Cluster-Size Retrieval with Analytical pp-Values for Voxel-Based Morphometry
University of Cambridge | National University of Singapore | University of Dundee
30秒速读
IN SHORT: This paper addresses the computational bottleneck in voxel-based neuroimaging analysis by providing a method that delivers exact cluster-size retrieval and analytical inference simultaneously, eliminating the need for slow permutation testing while removing discretization errors.
核心创新
- Methodology Proposes a hybrid algorithm that combines eTFCE's union-find data structure for exact cluster-size retrieval with pTFCE's analytical Gaussian Random Field (GRF) inference, achieving both properties for the first time.
- Methodology Introduces a six-experiment Monte Carlo validation protocol demonstrating nominal family-wise error rate (FWER) control (0/200 rejections, 95% CI [0.0%, 1.9%]), no power loss (Dice ≥0.999), and high cross-variant concordance (r > 0.99).
- Software Develops and releases pytfce, an open-source, pure-Python package that achieves 4.6x to 75x speedup over the reference R implementation and is more than three orders of magnitude faster than permutation-based TFCE.
主要结论
- The hybrid eTFCE-GRF method successfully controls the family-wise error rate at the nominal level, with 0 false positives out of 200 tests (95% CI [0.0%, 1.9%]).
- Statistical power is preserved with Dice coefficients ≥0.999 compared to baseline pTFCE at sufficient signal strength, and cross-variant concordance exceeds r=0.99.
- Runtime improvements are substantial: the baseline implementation is 75x faster than R pTFCE (~5 seconds vs. ~375 seconds), while the hybrid variant is 4.6x faster (~85 seconds) with the added benefit of exact cluster-size retrieval.
摘要: Threshold-free cluster enhancement (TFCE) improves sensitivity in voxel-wise neuroimaging inference by integrating cluster extent across all thresholds, but its reliance on permutation testing makes it prohibitively slow for large datasets. Probabilistic TFCE (pTFCE) replaces permutations with analytical Gaussian random field (GRF) pp-values, which reduces runtime by more than an order of magnitude, yet relies on a fixed threshold grid that introduces discretisation error. Exact TFCE (eTFCE) eliminates this discretisation by computing the integral exactly via a union-find data structure, but still requires permutations for inference. We propose a hybrid method that combines eTFCE’s union-find data structure for exact cluster-size retrieval with pTFCE’s analytical GRF inference. The union-find builds the full cluster hierarchy in a single pass over sorted voxels and enables exact cluster-size queries at any threshold in near-constant time; GRF theory then converts these sizes into analytical pp-values without permutations. We validate the method through a six-experiment Monte Carlo study on synthetic phantoms (64364^{3}, 80 subjects): null family-wise error rate is controlled at the nominal level (0/200 rejections, 95% CI [0.0%,1.9%][0.0\%,1.9\%]); power curves match baseline pTFCE (Dice ≥0.999\geq 0.999 at sufficient signal); smoothness estimation error is below 1%; and cross-variant concordance exceeds r=0.99r=0.99. On real brain data from UK Biobank (N=500N=500, within-vendor) and IXI (N=563N=563, cross-vendor), the method detects biologically plausible scanner, age, and sex effects; on IXI, significance maps form strict subsets of the reference R pTFCE output, which supports conservative family-wise error control. Both methods are implemented in pytfce, a pure-Python package with no R or FSL dependencies, available on PyPI. The baseline reimplementation completes whole-brain voxel-based morphometry in ∼5{\sim}5 s (75×75\times faster than R pTFCE), while the hybrid variant completes in ∼85{\sim}85 s (4.6×4.6\times faster) with the advantage of exact cluster-size retrieval; both are more than three orders of magnitude faster than permutation-based TFCE.