SCI Publications
2026
M.R. Haque, S. Elhabian, W.W. Pettine.
Timesynth: A Temporal Fidelity Framework for Health Signal Digital Twins, Subtitled arXiv:2607.00431, 2026.
Forecasting models for health-signal digital twins must preserve the oscillatory, frequency, phase, and state-transition dynamics of physiological signals, yet the pointwise metrics used to benchmark them cannot detect when these fundamental properties are lost. We show that this blind spot misranks models: across 11 architectures, models with comparable pointwise error diverge by up to 53° in phase accuracy, equivalent to roughly 123 ms for a 1.2 Hz cardiac rhythm and invisible to standard metrics. To enable development of models that escape such failures, we introduce TimeSynth, a controlled benchmarking framework with two reusable components: a physiologically grounded generator producing signals with analytically known ground-truth dynamics from parametric models fitted to real electroencephalography, electrocardiography and photoplethysmogram signals, along with diagnostics quantifying amplitude, frequency, phase, and state-transition fidelity. Linear and full-sequence attention models systematically lose frequency and phase information despite acceptable amplitude error, whereas architectures with localized temporal structure better preserve dynamical fidelity and adapt to observable state transitions; none, however, reliably preserves stochastic switching. Because the dominant determinant of fidelity is architectural, model choice becomes a principled, use-case-driven decision rather than a search for a single winner. TimeSynth thus supplies the controlled preclinical stress test missing before models are coupled to patient data, with a reusable generator and diagnostics for fidelity-aware development.
M.R. Haque, T. Kataria, S.Y. Elhabian.
Inference-Time Orthogonal Seeding Enables Geometry-Aligned 3D Organ Segmentation for Slice-Propagation Methods, Subtitled arXiv:2608.12658, 2026.
Dense voxel-level annotation remains a major bottleneck in 3D medical image segmentation. Single-slice propagation methods such as Sli2Vol reduce this burden by propagating one annotated seed slice through a volume using label-free registration. However, axial-only propagation accumulates errors with distance from the seed, especially in surface-distance metrics, because it ignores coronal and sagittal evidence and therefore underuses the 3D information available in CT/MRI volumes. To better leverage volumetric geometry, we study how key training and inference choices affect slice-propagation models, including single-axis versus multi-axis label-free registration, single-seed versus multi-seed propagation, and orthogonal seed configurations. Instead of propagating from a single axial seed, we use three orthogonal seeds---one axial, one coronal, and one sagittal---and fuse their propagated labels with a simple label-free rule. Our results show that the training paradigm has limited impact: an axially trained network applied to off-axis seeds captures nearly all the improvement, while explicit three-axis training adds little. Instead, performance is driven by inference-time seed geometry, especially orthogonality rather than the number of annotated slices, as a budget-matched three-axial control provides no benefit and can even degrade performance. On a multi-organ CT cohort, orthogonal seeding with the axial Sli2Vol backbone improves Dice by 21.9%, Normalized Surface Dice by 25.5%, and reduces Average Hausdorff Distance by 53.5% over the single-axis baseline.
J. Hart, B. van Bloemen Waanders, J. Li, T. A. J. Ouermi, C. R. Johnson.
Hyper-differential sensitivity analysis with respect to model discrepancy: Prior distributions, In International Journal for Uncertainty Quantification, Vol. 16, No. 1, Begell House, 2026.
Hyper-differential sensitivity analysis with respect to model discrepancy was recently developed to enable uncertainty quantification for optimization problems. The approach consists of two primary steps: (i) Bayesian calibration of the discrepancy between high- and low-fidelity models, and (ii) propagating the model discrepancy uncertainty through the optimization problem. When high-fidelity model evaluations are limited, as is common in practice, the prior discrepancy distribution plays a crucial role in the uncertainty analysis. However, specification of this prior is challenging due to its mathematical complexity and many hyper-parameters. This article presents a novel approach to specify the prior distribution. Our approach consists of two parts: (1) an algorithmic initialization of the prior hyper-parameters that uses existing data to initialize a hyper-parameter estimate, and (2) a visualization framework to systematically explore properties of the prior and guide tuning of the hyper-parameters to ensure that the prior captures the appropriate range of uncertainty. We provide detailed mathematical analysis and a collection of numerical examples that elucidate properties of the prior that are crucial to ensure uncertainty quantification.
M.A. Hasanat, J. Ludmir, T. Patel, R.B. Roy.
TuniQ: Autotuning Compilation Passes for Quantum Workloads at Scale for Effectiveness and Efficiency, Subtitled arXiv:2605.11375v1, 2026.
Quantum processors are being integrated into HPC ecosystems as co-processors, where compilation of quantum circuits into hardware-executable form determines both output fidelity and runtime. Current compilers use a fixed pass sequence and ignore the fact that optimal pass selection varies with circuit, hardware, and noise conditions. We present TuniQ, a reinforcement learning-based system that selects compilation passes at each pipeline stage, adapting to circuit, backend, and current noise profile. TuniQ introduces several novel design components like a dual-encoder for stage-aware representation, shaped rewards for cross-stage credit assignment, and dynamic action masking for valid compilation. Evaluated across diverse quantum workloads on multiple IBM Quantum Cloud processors, TuniQ improves fidelity and reduces compilation time over the state-of-the-art IBM Qiskit transpiler, generalizes across backends without retraining, and scales strongly to utility-scale circuits with growing advantage.
S. He, E.K. Rezig, P. Rosen, A.M. McNutt.
How Wrangling Tools Shape Wrangling: A Technical Dimensions Analysis, Subtitled arXiv:2607.26198, 2026.
Wrangling consumes a disproportionate share of the effort associated with any data project. While a variety of tools support it, relatively little is known about how their differing interface forms shape the way people actually wrangle. We conduct a between-subjects (N=40) observational study of data cleaning tasks performed in tools spanning distinct interface paradigms: Jupyter (notebook), Excel (spreadsheet), ChatGPT (conversational AI), and OpenRefine (visual wranglers). We situate our observations within the Technical Dimensions of Programming Systems framework, which we use as a conceptual scaffold for comparing across interface paradigms. Within the context of our study, the results suggest that tool affordances steer user strategies but do not determine outcomes. There is no consistent advantage of any single tool, nor convergence of results within tools observed across our outcome measures. Instead, we identify trade-offs and connect them with observed practice. For example, a key tension is between data- and abstraction-centered interfaces, where data-centered interfaces encourage opportunistic cleaning rather than systematic, planned transformations found in abstraction-focused tools (but come with a cognitive burden). Tool design, beyond mere functionality, plays a structuring role in how data work unfolds.
S. He, Z. Cutler, A.M. McNutt.
Reading Between the Curly Braces: On Textual Data Serialization Format Usability, Subtitled arXiv:2607.26211, 2026.
Textual data serialization formats, such as JSON or XML, are ubiquitous, supporting tasks like software configuration and data tabularization. Despite their prominence, little is known about their usability. What makes one good or bad? Is there a best one for cognitive efficiency? We explore these questions via a (N=215) crowd work study and a (N=9) semi-structured interview study. We find that format distinctions (like indentation versus curly braces) do not consistently translate into substantial usability differences. While HJSON and YAML performed better than other formats in certain modification tasks, these advantages disappeared in more realistic settings where task complexity was either trivial or highly demanding. Instead, usability appears driven by sociotechnical ecosystems: the tooling, documentation, and community practices surrounding a format matter more than syntax.
T. He, M. McCracken, D. Hajas, S. Creem-Regehr, A. Lex.
Touching or Chatting: The Utility of LLMs and Tactile Charts for Learning about Complex Chart Types by BLV Individuals, Subtitled arXiv:2607.23065, 2026.
Visualizations are central to communicating data, yet blind and low-vision (BLV) people often lack support for understanding chart types---knowledge that is essential for interpreting new visualizations and collaborating with sighted peers. Prior work found that BLV individuals viewed example tactile charts as more helpful than text-only approaches and preferred them for learning advanced chart types, particularly for understanding spatial layouts and shapes. Meanwhile, large language models (LLMs) are increasingly used by BLV individuals for chart explanation and question answering (QA), but have been studied primarily for dataset exploration rather than chart-type learning. Existing LLM-based chart QA also shows that users frequently ask about layout and structure, yet struggle with spatial concepts and misdirect questions when mental models are weak. We investigate how LLMs influence chart-type learning and whether tactile learning improves subsequent LLM-supported exploration. We extend our tactile chart learning tools with an LLM chatbot that provides interactive explanations and supports follow-up questions. In an interview study with 12 BLV participants, we compare two learning formats: (1) a tactile chart, a textual explanation, and an LLM chatbot; and (2) a textual explanation and an LLM chatbot. The learning phase was followed by exploration of an unfamiliar dataset using alt text and an LLM. Thematic analysis shows that tactile templates support BLV participants' formation of chart-type mental models, which scaffolds subsequent LLM-mediated data exploration. Text+LLM explanations without tactile support show weaknesses for spatial-reasoning tasks.
M.H.H. Hisham, S. Elhabian, G. Adluru, J. Mendes, A. Arai, E. Kholmovski, R. Ranjan, E. DiBella.
Unrolled Reconstruction with Integrated Super-Resolution for Accelerated 3D LGE MRI, Subtitled arXiv:2603.18309v1, 2026.
Accelerated 3D late gadolinium enhancement (LGE) MRI requires robust reconstruction methods to recover thin atrial structures from undersampled k-space data. While unrolled model-based networks effectively integrate physics-driven data consistency with learned priors, they operate at the acquired resolution and may fail to fully recover high-frequency detail. We propose a hybrid unrolled reconstruction framework in which an Enhanced Deep Super-Resolution (EDSR) network replaces the proximal operator within each iteration of the optimization loop, enabling joint super-resolution enhancement and data consistency enforcement. The model is trained end-to-end on retrospectively undersampled preclinical 3D LGE datasets and compared against compressed sensing, Model-Based Deep Learning (MoDL), and self-guided Deep Image Prior (DIP) baselines. Across acceleration factors, the proposed method consistently improves PSNR and SSIM over standard unrolled reconstruction and better preserves fine cardiac structures, leading to improved LA (left atrium) segmentation performance. These results demonstrate that integrating super-resolution priors directly within model-based reconstruction provides measurable gains in accelerated 3D LGE MRI.
Y. Huang, S.H. Wang, A.L. Bertozzi, B. Wang.
RMFlow: Refined Mean Flow by a Noise-Injection Step for Multimodal Generation, Subtitled arXiv:2602.00849, 2026.
Mean flow (MeanFlow) enables efficient, high-fidelity image generation, yet its single-function evaluation (1-NFE) generation often cannot yield compelling results. We address this issue by introducing RMFlow, an efficient multimodal generative model that integrates a coarse 1-NFE MeanFlow transport with a subsequent tailored noise-injection refinement step. RMFlow approximates the average velocity of the flow path using a neural network trained with a new loss function that balances minimizing the Wasserstein distance between probability paths and maximizing sample likelihood. RMFlow achieves near state-of-the-art results on text-to-image, context-to-molecule, and time-series generation using only 1-NFE, at a computational cost comparable to the baseline MeanFlows.
L.T. Hudson, B.L. Vargas, A.E. Anderson, J.A. Weiss.
Effects of Bone Deformation on Patient-Specific Finite Element Predictions of Hip Chondrolabral Mechanics, In Journal of the Mechanical Behavior of Biomedical Materials, Elsevier, 2026.
Patient-specific finite element models of hip cartilage and labrum (chondrolabral) mechanics have improved the understanding of form-function relationships underpinning hip osteoarthritis. While these models often assume the pelvis and femur are rigid bodies to reduce development and computational time, contact stresses may be overestimated when the pelvis and femur cannot deform. Recent advancements in element formulations, constitutive models, and integration of patient-specific boundary/loading conditions warrant a re-examination of this rigid body assumption. We assessed the influence of material representations for the pelvis and femur on finite element predictions of chondrolabral mechanics during level walking and squatting. Four material representations were evaluated: (1) rigid bodies, (2) deformable-inhomogeneous with CT-derived material properties, (3) deformable-two-material with distinct trabecular and cortical bone materials, and (4) deformable-one-material model. Patient-specific kinematics and joint reaction forces for level walking and squatting were derived from motion capture and musculoskeletal models, respectively. During level walking, there were no significant differences between bone material representations for maximum cartilage contact pressure, contact area, shear stress, or first principal strain. During squatting, rigid and one-material models produced significantly higher maximum contact pressures, while other metrics remained unaffected. Rigid models required significantly less computational runtime and memory than deformable models. Our findings indicate rigid bone assumptions suffice for level walking, improving efficiency in large cohort studies, but deformable bone models are likely warranted for activities that produce larger bone deformations such as squatting. This study provides guidance for selecting bone material representations that balance accuracy and computational efficiency in hip biomechanical analyses.
L.T. Hudson, L.L. Schuring, B.L. Vargas, R.J. Lisonbee, S.J. Kussow, J.A. Weiss, A.E. Anderson.
Validation of a simplified modeling approach to predict strain in the cartilage and labrum of the hip with application to femoroacetabular impingement syndrome, In Journal of Biomechanics, Vol. 204, Elsevier, 2026.
Subject-specific finite element (FE) modeling enables detailed evaluation of cartilage and labral contact mechanics in the hip; however, the computational demands of this approach limit its use in large cohorts. Soft tissue overlap (STO) modeling is a simplified alternative that estimates strain from geometric overlap between articulating surfaces; however, its predictive accuracy remains unclear. The objective of this study was to evaluate the accuracy of STO models for predicting acetabular cartilage and labral strains during simulated walking by direct comparison with subject-specific FE models. Eight individuals with radiographically normal hips and eight patients with cam-type femoroacetabular impingement syndrome were evaluated using subject-specific anatomy, kinematics, and joint reaction forces. STO-predicted strains were compared with FE-predicted compressive strains using correspondence-based Network Analysis and Bland–Altman analyses at heel-strike and heel-off. No group-dependent differences in agreement were observed, so the results for the two cohorts were pooled. STO models captured the general spatial patterns and locations of peak strain in both cartilage and labrum. However, significant differences between STO and FE predictions were present across 1% to 75% of the gait cycle, particularly during higher magnitudes of joint loading. STO systematically underpredicted strain at higher magnitudes, with disagreement increasing as strain magnitude increased. Discrepancies were most pronounced in the anterosuperior cartilage and labrum near heel-off, where FE models predicted higher, more localized strains. These findings indicate that while STO modeling provides qualitative insight into strain patterns and contact locations, its ability to quantify strain magnitude, particularly under higher loading conditions and in the labrum, is limited.
I. Jahan Eliza, X. Huang, A. Panta, A. Sahistan, Z. Li, A. Gooch, V. Pascucci.
Animating Petascale Time-varying Data on Commodity Hardware with LLM-assisted Scripting, Subtitled arXiv:2603.07053, 2026.
Scientists face significant visualization challenges as time-varying datasets grow in speed and volume, often requiring specialized infrastructure and expertise to handle massive datasets. Petascale climate models generated in NASA laboratories require a dedicated group of graphics and media experts and access to high-performance computing resources. Scientists may need to share scientific results with the community iteratively and quickly. However, the time-consuming trial-and-error process incurs significant data transfer overhead and far exceeds the time and resources allocated for typical post-analysis visualization tasks, disrupting the production workflow. Our paper introduces a user-friendly framework for creating 3D animations of petascale, time-varying data on a commodity workstation. Our contributions: (i) Generalized Animation Descriptor (GAD) with a keyframe-based adaptable abstraction for animation, (ii) efficient data access from cloud-hosted repositories to reduce data management overhead, (iii) tailored rendering system, and (iv) an LLM-assisted conversational interface as a scripting module to allow domain scientists with no visualization expertise to create animations of their region of interest. We demonstrate the framework's effectiveness with two case studies: first, by generating animations in which sampling criteria are specified based on prior knowledge, and second, by generating AI-assisted animations in which sampling parameters are derived from natural-language user prompts. In all cases, we use large-scale NASA climate-oceanographic datasets that exceed 1PB in size yet achieve a fast turnaround time of 1 minute to 2 hours. Users can generate a rough draft of the animation within minutes, then seamlessly incorporate as much high-resolution data as needed for the final version.
S.A. Jannat, W. Lyu, L.K.T. Mai, H. Zhao, Z. Zheng, K.E. Isaacs, Y. Sun.
ArchSim: Computer Architecture Simulation as a Service, Subtitled arXiv:2607.12359, 2026.
Conducting a complete computer architecture simulation study is challenging because configuration, execution, and analysis are often encoded implicitly in scripts or directory conventions rather than represented explicitly. As a result, studies are difficult to scale, hard to reproduce, and dependent on custom tooling at every stage. We present ArchSim, which makes the structure of a simulation study explicit. In ArchSim, hardware topologies are described as declarative graphs that automatically generate executable simulation code, eliminating hand-written simulator programs. Stateless runners autonomously claim and execute jobs from a shared experiment store, enabling configuration-benchmark matrices to scale without manual orchestration. Simulation outputs are stored as structured artifacts tied to configurations, benchmarks, and hardware components, enabling systematic result exploration without custom parsers. We evaluate ArchSim on a 12 x 8 = 96-configuration simulation matrix spanning memory-bound, compute-bound, and mixed-intensity GPU workloads. Declarative simulation specifications drive full simulations with a median kernel time error of 0.18% relative to hand-written MGPUSim configurations across 95.8% of configurations. The platform introduces only 1.6 seconds of overhead per simulation, negligible relative to realistic simulation workloads.
Y. Jiang, R. Kanakagiri, R.B. Roy, D. Tiwari.
WaterSplit: Coordinated On-Site and Off-Site Water Allocation For Sustainable Datacenter Cooling, In 2026 IEEE International Parallel and Distributed Processing Symposium (IPDPS), IEEE, pp. 1388-1402. 2026.
DOI: 10.1109/IPDPS65963.2026.00113
Hybrid cooling systems that combine wet and dry cooling have drawn growing attention, as they can leverage ambient air temperature to enable broader regional deployment while mitigating water consumption. However, hybrid cooling remains insufficiently explored because the water associated with power generation is often overlooked. Moreover, distributing water is also challenging when water is scarce. In this paper, we present WaterSplit, a water-aware optimization framework that minimizes the water footprint to enable sustainable datacenter operations with hybrid cooling under limited water budgets.
S. Joshi, P.W. Michor, S. Sommer.
Landmark shape spaces with induced metrics, Subtitled arXiv:2607.28064, 2026.
We present a unification of Kendall's landmark shape spaces, where rigid motions are factored out and scale fixed on landmark configurations equipped with Euclidean geometry, with landmark configuration spaces carrying Riemannian metrics descending from right-invariant Sobolev metrics on the diffeomorphism group. The resulting new landmark shape spaces achieve the defining properties of both approaches: The regularity of the descending metric prevents landmarks from colliding, the metric is defined in the ambient space independent of the number of landmarks, local rigid transformations are preserved, global rigid motions are removed, and scale fixed. To achieve this, we define a particular Sobolev-type operator, the screened elasticity operator, whose null-space consists exactly of the rigid motions, we show how this operator descends to achieve the desired geometry, and we present approaches to solving matching problems and computing geodesics numerically. The resulting construction allows the use of landmark configuration spaces with sufficiently regular metrics in applications while retaining the shape invariances that are a hallmark of Kendall's shape spaces.
A. Kamakshidasan, T. Jain, K. Bemis, V. Pascucci.
Topology-based Visual Analysis of Hydrothermal Plumes, In Computer Graphics Forum, Vol. 45, No. 3, Eurographics, 2026.
Hydrothermal plumes are turbulent structures of intense heat and mineral smoke that rise and disperse into the deep ocean. Existing models generally characterize these systems as a single axisymmetric plume originating from a point source. However, this assumption breaks down in weakly venting, spatially distributed systems, where low-flux discharge and strong background currents produce faint and distorted plumes that traditional centerline-based diagnostics fail to characterize. We present a topology-based visual analysis framework that treats plumes as time-varying three-dimensional scalar fields and captures their full structural variability. Using merge trees, we cluster plume snapshots into representative morphologies and uncover a clear coupling between plume structure and phases of the tidal cycle. To support exploration, we introduce a radial merge tree visualization that arranges plume similarity on a tidal clock, revealing periodic behaviors not discernible with existing techniques. We further develop an extremum graph based workflow that identifies discrete surface venting regions within a reconstructed porous rock, and use streamline visualizations to link subsurface transport pathways to the overlying plume.
M.S.T. Karanam, T. Kataria, S. Elhabian.
MorphoFlow: Sparse-Supervised Generative Shape Modeling with Adaptive Latent Relevance, Subtitled arXiv:2604.11636v1, 2026.
Statistical shape modeling (SSM) is central to population level analysis of anatomical variability, yet most existing approaches rely on densely annotated segmentations and fixed latent representations. These requirements limit scalability and reduce flexibility when modeling complex anatomical variation. We introduce MorphoFlow, a sparse supervised generative shape modeling framework that learns compact probabilistic shape representations directly from sparse surface annotations. MorphoFlow integrates neural implicit shape representations with an autodecoder formulation and autoregressive normalizing flows to learn an expressive probabilistic density over the latent shape space. The neural implicit representation enables resolution-agnostic modeling of 3D anatomy, while the autodecoder formulation supports direct optimization of per-instance latent codes under sparse supervision. The autoregressive flow captures the distribution of latent anatomical variability providing a tractable, likelihood-based generative model of shapes. To promote compact and structured latent representations, we incorporate adaptive latent relevance weighting through sparsity-inducing priors, enabling the model to regulate the contribution of individual latent dimensions according to their relevance to the underlying anatomical variation while preserving generative expressivity. The resulting latent space supports uncertainty quantification and anatomically plausible shape synthesis without manual latent dimensionality tuning. Evaluation on publicly available lumbar vertebrae and femur datasets demonstrates accurate high-resolution reconstruction from sparse inputs and recovery of structured modes of anatomical variation consistent with population level trends.
N. Khan, S. Bhandari, S. Joshi, A. Novotna, T. Jeong, L. Bowman, M. Hernandez, T. Somorin, V. Govani, J. Goldstein, S. Elhabian.
SCALP: Semi-Supervised Statistical Shape Modeling from Imperfect 3D Photogrammetry via Landmark-Anchored Spectral Warp, Subtitled arXiv:2608.00187, 2026.
Correspondence-based statistical shape modeling (SSM) is vital for population-level morphometric analysis, but conventional pipelines assume clean, fully registered surfaces. Real-world clinical photogrammetry scans are often noisy, partial, and cluttered, hindering the adoption of radiation-free surface imaging as a safe alternative to computed tomography (CT) for infant craniosynostosis. We present SCALP (Semi-supervised Correspondence via lAndmark Localization and sPectral warping), a two-stage framework that constructs consistent shape models directly from raw, imperfect surface scans. First, a semi-supervised Point Transformer leverages a small expert-annotated dataset alongside a large unlabeled cohort to accurately localize craniofacial landmarks with minimal annotation overhead. Second, these landmarks anchor a Laplace--Beltrami spectral deformation of an anatomical template, generating dense correspondences while naturally isolating the cranium from peripheral scanning clutter without manual preprocessing. Experiments on infant photogrammetry scans demonstrate that SCALP consistently outperforms state-of-the-art unsupervised point-cloud approaches, offering a clinically practical pathway toward objective, radiation-free head shape analysis.
R. Kolasangiani, O. Joshi, M.A. Schwartz, T.C. Bidone.
All-atom simulations reveal distinct pathways for αIIbβ3 activation by biochemical vs. mechanical cues, In Cellular and Molecular Life Sciences, Springer Nature, 2026.
The conformational activation of αIIbβ3integrin is crucial for platelet aggregation, a central event in hemostasis and thrombosis. Although activation can be triggered by extracellular arginine-glycine-aspartic acid (RGD)-containing ligands as well as mechanical forces, how these biochemical and mechanical cues exactly govern the structural dynamics of αIIbβ3remains unclear. Here, using all-atom molecular dynamics simulations, we show that mechanical force and RGD binding promote activation αIIbβ3through distinct mechanisms. Mechanical force applied to the RGD-binding site induces long-range, correlated motions of distant parts of the receptor, facilitating head–leg separation. In contrast, RGD binding increases localized, non-correlated fluctuations that weaken leg coordination but do not generate long-range motions. Despite these differences, both cues stabilize the open, extended conformation of αIIbβ3. Together, these findings suggest that mechanical and biochemical stimuli play complementary yet distinct roles in integrin conformational activation. A balance between global coordination and local fluctuations likely governs integrin activation in complex environments where the dominance of mechanical or biochemical cues could lead to distinct activation pathways and functional outcomes.
K. Kroupa, R. Kepecs, H. Zhang, J.A. Weiss, C.T. Hung, G.A. Ateshian.
Intrinsic Viscoelasticity of Type II Col Contributes to The Viscoelastic Response of Immature Bovine Articular Cartilage Under Unconfined Compression Stress Relaxation , In Journal of Biomechanical Engineering, 2026.
This study validates a finite deformation, nonlinear viscoelastic constitutive model for the collagen matrix of immature bovine articular cartilage, using reactive viscoelasticity. Tissue samples underwent proteoglycan (PG) digestion, losing more than 98% of their initial PG content to increase their hydraulic permeability. To verify that PG-digestion eliminated flow-dependent viscoelasticity, samples were subjected to a gravitational permeation experiment, demonstrating that their hydraulic permeability, k=268±152 mm4/N⋅s (n=8), was five orders of magnitude greater than reported for untreated cartilage. Digested cartilage plugs were subjected to unconfined compression stress relaxation (four consecutive 10% strain ramp-hold profiles) to fit the load response and extract material properties (RMSE_fit=1.86±0.61 kPa, n=8). Successful curve-fitting served as a necessary condition for validating the model. Then, a separate unconfined compression stress-relaxation test was performed on the same samples, to 40% compressive strain at the same ramp rate. The model was able to faithfully predict this experimental response using fitted material properties (RMSE_pred=3.95±1.33 kPa, with 0=stresses=155±37 kPa), providing a sufficient condition for validation in unconfined compression stress-relaxation. A computational model showed that flow-independent viscoelasticity of cartilage collagen can enhance the stress response by ~15% at fast strain rates, over flow-dependent effects. However, we estimate from prior studies that flow-independent viscoelasticity may enhance the stress response of cartilage by up to 200%, implying that PGs probably contribute significantly to the tissue?s flow-independent viscoelasticity.
Page 3 of 153
