🤖 AI Summary
Existing graph sparsification methods (e.g., MAC) for large-scale, long-horizon graph state estimation suffer from poor scalability and real-time capability due to reliance on manually predefined edge sets, high computational overhead, and difficulty in online deployment. This work proposes an efficient graph sparsification framework grounded in algebraic connectivity maximization. We design a dedicated optimization solver incorporating an adaptive step-size strategy and an automatic connectivity preservation mechanism—eliminating the need for manual edge selection throughout the process. Experiments demonstrate that our method achieves an average 2× speedup in runtime, significantly improves convergence rate and solution quality, and maintains strong graph connectivity while enabling online, real-time state estimation. The framework establishes a scalable, robust, and practical paradigm for long-horizon graph state estimation.
📝 Abstract
Long-term state estimation over graphs remains challenging as current graph estimation methods scale poorly on large, long-term graphs. To address this, our work advances a current state-of-the-art graph sparsification algorithm, maximizing algebraic connectivity (MAC). MAC is a sparsification method that preserves estimation performance by maximizing the algebraic connectivity, a spectral graph property that is directly connected to the estimation error. Unfortunately, MAC remains computationally prohibitive for online use and requires users to manually pre-specify a connectivity-preserving edge set. Our contributions close these gaps along three complementary fronts: we develop a specialized solver for algebraic connectivity that yields an average 2x runtime speedup; we investigate advanced step size strategies for MAC's optimization procedure to enhance both convergence speed and solution quality; and we propose automatic schemes that guarantee graph connectivity without requiring manual specification of edges. Together, these contributions make MAC more scalable, reliable, and suitable for real-time estimation applications.