arXiv ScienceSearch

arXiv subjects

Elizabeth Thompson

Publications and source records attributed to Elizabeth Thompson.

5 recordsLinked to original sources

A Stable Measure of Chaos in Dynamical Systems using Persistent Homology

Many real-world dynamics exhibit chaos, a phenomenon in which neighboring trajectories in the state space of a dynamical system diverge exponentially over time. A common measure used for quantifying the degree of this divergence is the maximal Lyapunov exponent, which relies on pairwise Euclidean distances between the trajectories at each time. The main limitation of the maximal Lyapunov exponent in practice is its sensitivity to small perturbations in system trajectories. Persistent homology, the study of holes that appear in different dimensions as the points of a data set are thickened over time, has guaranteed theoretical stability under such added noise. As such, we propose a novel, 0-dimensional persistent homology based measure of chaos termed the 0-persistence exponent and prove its theoretical stability. We show that if a system is chaotic, then the 0-persistence exponent is non-negative by proving that positive Lyapunov measures imply non-negative 0-persistence measures, and further discuss when strict positivity of 0-persistence measures occur. Additionally, we prove the existence of an upper bound on our measure, and show its greater experimental stability on the Lorenz and Rossler systems describing fluid convection and taffy pulling. We present an algorithm for computing the 0-persistence exponent given a single univariate time series with N points from a dynamical system that runs in O(N^2 log N) time. We finally show the greater experimental stability of the 0-persistence exponent on time series data depicting a Belousov-Zhabotinsky chemical reaction, which transitions from periodicity to chaos and back as the system evolves in time. We present experimental results which verify that positive Lyapunov exponents imply positive 0-persistence exponents under sufficient conditions through high correlation between both measures on the Lorenz and Rossler systems.

math.AT

Fractal dimensions of complex networks: advocating for a topological approach

Topological Data Analysis (TDA) uses insights from topology to create representations of data able to capture global and local geometric and topological properties. Its methods have successfully been used to develop estimations of fractal dimensions for metric spaces that have been shown to outperform existing techniques. In a parallel line of work, networks are ubiquitously used to model a variety of complex systems. Higher-order interactions, i.e., simultaneous interactions between more than two nodes, are wide-spread in social and biological systems, and simplicial complexes, used in TDA, can capture important structural and topological properties of networks by modelling such higher-order interactions. In this position paper, we advocate for methods from TDA to be used to estimate fractal dimensions of complex networks, we discuss the possible advantages of such an approach and outline some of the challenges to be addressed.

math.AT

Data-Driven Probabilistic Air-Sea Flux Parameterization

Accurately quantifying air-sea fluxes is important for understanding air-sea interactions and improving coupled weather and climate systems. This study introduces a probabilistic framework to represent the highly variable nature of air-sea fluxes, which is missing in deterministic bulk algorithms. Assuming Gaussian distributions conditioned on the input variables, we use artificial neural networks and eddy-covariance measurement data to estimate the mean and variance by minimizing negative log-likelihood loss. The trained neural networks provide alternative mean flux estimates to existing bulk algorithms, and quantify the uncertainty around the mean estimates. Stochastic parameterization of air-sea turbulent fluxes can be constructed by sampling from the predicted distributions. Tests in a single-column forced upper-ocean model suggest that changes in flux algorithms influence sea surface temperature and mixed layer depth seasonally. The ensemble spread in stochastic runs is most pronounced during spring restratification.

physics.ao-ph

Wearable Sensor-based Multimodal Physiological Responses of Socially Anxious Individuals across Social Contexts

Correctly identifying an individual's social context from passively worn sensors holds promise for delivering just-in-time adaptive interventions (JITAIs) to treat social anxiety disorder. In this study, we present results using passively collected data from a within-subject experiment that assessed physiological response across different social contexts (i.e, alone vs. with others), social phases (i.e., pre- and post-interaction vs. during an interaction), social interaction sizes (i.e., dyadic vs. group interactions), and levels of social threat (i.e., implicit vs. explicit social evaluation). Participants in the study ($N=46$) reported moderate to severe social anxiety symptoms as assessed by the Social Interaction Anxiety Scale ($\geq$34 out of 80). Univariate paired difference tests, multivariate random forest models, and follow-up cluster analyses were used to explore physiological response patterns across different social and non-social contexts. Our results suggest that social context is more reliably distinguishable than social phase, group size, or level of social threat, but that there is considerable variability in physiological response patterns even among these distinguishable contexts. Implications for real-world context detection and deployment of JITAIs are discussed.

cs.CY

Efficient Identification of Equivalences in Dynamic Graphs and Pedigree Structures

We propose a new framework for designing test and query functions for complex structures that vary across a given parameter such as genetic marker position. The operations we are interested in include equality testing, set operations, isolating unique states, duplication counting, or finding equivalence classes under identifiability constraints. A motivating application is locating equivalence classes in identity-by-descent (IBD) graphs, graph structures in pedigree analysis that change over genetic marker location. The nodes of these graphs are unlabeled and identified only by their connecting edges, a constraint easily handled by our approach. The general framework introduced is powerful enough to build a range of testing functions for IBD graphs, dynamic populations, and other structures using a minimal set of operations. The theoretical and algorithmic properties of our approach are analyzed and proved. Computational results on several simulations demonstrate the effectiveness of our approach.

cs.DS