Sparse Map of Dynamics (MoD)
- Sparse Map of Dynamics (MoD) is a framework that reconstructs the qualitative structure of continuous dynamical systems from limited, possibly noisy time series data.
- It discretizes phase space into cubical grids and constructs a sparse, multivalued transition graph to capture and certify invariant dynamics using Conley index theory.
- The method is computationally scalable and robust, ensuring persistence of invariant sets under noise and parameter variations.
A Sparse Map of Dynamics (MoD) is a computational framework that reconstructs the qualitative and topological features of an underlying continuous dynamical system from sparse and possibly noisy experimental or simulated time-series data. The approach achieves this by discretizing phase space, extracting combinatorial dynamics through multivalued transition graphs, and applying Conley index theory tailored for discrete multivalued maps. This construction rigorously isolates recurrent or invariant structures (such as fixed points, periodic orbits, and symbolic dynamics) and certifies their existence in the underlying true system, even when only limited data is available.
1. Discretization and Multivalued Map Construction
Let be a time series generated by sampling an unknown map , possibly with noise. The phase space is covered with a regular cubical grid of mesh size , yielding cubes for . For each adjacent sample pair , the containing cubes , are determined. To allow for noise and uncertainties, is allowed to fall within an expanded neighborhood of , where is a chosen covering radius.
A multivalued map is then constructed as
This map is efficiently represented as a directed graph on , with a directed edge whenever . The resulting graph is sparse, as typically only a small subset of cube pairs are ever connected by observed transitions.
2. Isolated Invariant Sets and the Weak Index Pair
The search for meaningful dynamic behavior proceeds through identification of isolated invariant sets. For a multivalued map, a set is an isolated invariant set if there exists a cubical neighborhood such that
A weak index pair —with —satisfies three conditions ensuring is an isolating neighborhood for and that boundary effects are correctly handled for the purposes of Conley index computation.
The precise conditions are:
- ,
- ,
- .
3. Conley Index for Multivalued Dynamics
Given a weak index pair, the (discrete) Conley index is defined on the relative homology , with an associated index map induced by the pairwise inclusion . The topological index, which includes both the homology and the induced map, is shift-equivalent across all weak index pairs isolating and thus provides a robust descriptor of the underlying dynamics.
A principal theoretical guarantee is the existence, for small enough , of a continuous single-valued selector with contained in an arbitrarily small neighborhood of , such that all isolated invariant sets and their Conley indices persist under (Batko et al., 2019). Therefore, the computed indices are true certificates for existence and type of invariant sets in the original, possibly unknown, dynamics.
4. Algorithms and Computational Complexity
The essential computational pipeline consists of:
- Construction of (BuildF): For data points and cubes, locating the cell for each uses e.g., a kd-tree in time. The entire sparse transition graph can be constructed in and compressed to a size proportional to the number of observed transitions .
- Strongly Connected Components and Isolation: Tarjan’s or Kosaraju’s algorithm identifies strongly connected components (SCCs) in time. Candidate invariant sets correspond to SCCs of the transition graph, from which isolating neighborhoods and boundary sets are extracted.
- Homology and Index Map: Cubical or simplicial homology computations on pairs use standard matrix reduction methods, typically scaling with the number of cells in ; is typically small in sparse data regimes. The index map is built by tracking correspondences under .
This algorithmic structure is scalable. Sparse visitation of phase space (common in high-dimensional or short data sets) ensures that and SCCs are locally restricted, enabling practical analysis in dimensions up to at least .
5. Empirical Illustrations and Robustness
Numerical studies illustrate the method's utility and robustness:
- For the Hénon map with parameter , using samples and a grid, only cells are visited. SCC extraction detects two principal recurrent regions: one corresponding to the strange attractor (with , , hyperbolic index) and one to an attracting fixed point.
- In the presence of Gaussian observation noise (), enlarging the covering radius maintains identification of these invariants and their indices.
- In cases where topological horseshoes or symbolic dynamics exist, the shifted equivalence class of in homology can evidence positive entropy and complex recurrence.
6. Parameter Tuning and Theoretical Guarantees
Selection of mesh size and covering radius is critical. Excessively coarse merges distinct phenomena; overly fine leads to unvisited cubes and fragmentation. Empirical guidance is to choose so that the fraction of visited cubes is $1$– of . The covering radius should exceed the maximal noise and local dynamical expansion on cells, mitigating both noise and under-sampling. Stability of index computation under small parameter changes is used for cross-validation.
The topological underpinnings are secured by the upper-semicontinuity and acyclic-value properties of : any continuous selector within a neighborhood of preserves isolated invariants and indices. As such, the MoD approach yields provable lower bounds on the number and types of true invariant sets in the underlying continuous system, regardless of data sparsity and moderate noise.
7. Scope, Limitations, and Extensions
Sparse MoD produces a combinatorial skeleton of the true dynamics—certifying fixed points, periodic orbits, symbolic shifts, and their type—directly from data. The method’s performance depends on appropriate discretization and covering, and the resolution of highly localized dynamical phenomena may be limited by data density. However, by systematically leveraging sparsity, multivalued representations, and modern discrete Conley theory, the approach enables rigorous dynamical analysis in regimes previously inaccessible to classical method-of-images or density-based reconstruction, providing foundations for topological time-series validation and hypothesis testing in applied dynamics (Batko et al., 2019).