paper-with-me

Papers

Optimal Robust Network Design: Formulations and Algorithms for Maximizing Algebraic Connectivity

2023-04-17 · Neelkamal Somisetty, Harsha Nagarajan, Swaroop Darbha

This paper focuses on designing edge-weighted networks, whose robustness is characterized by maximizing algebraic connectivity, or the second smallest eigenvalue of the Laplacian matrix. This problem is motivated by cooperative vehicle localization, where accurately estimating relative position measurements and establishing communication links are essential. We also examine an associated problem where every robot is limited by payload, budget, and communication to pick no more than a specified number of relative position measurements. The basic underlying formulation for these problems is nonlinear and is known to be NP-hard. Our approach formulates this problem as a Mixed Integer Semi-Definite Program (MISDP), later reformulated into a Mixed Integer Linear Program (MILP) for obtaining optimal solutions using cutting plane algorithms. We introduce a novel upper-bounding algorithm based on principal minor characterization of positive semi-definite matrices and discuss a degree-constrained lower bounding formulation inspired by robust network structures. In addition, we propose a maximum cost heuristic with low computational complexity to identify high-quality feasible solutions for instances involving up to one hundred nodes. We show extensive computational results corroborating our proposed methods.

📄 PDF Abstract BibTeX arXiv:2304.08571

Code (1)

harshangrjn/laplacianopt.jl 공식 구현

Tasks

Autonomous VehiclesPosition

Similar Papers 제목 키워드 기반

A Comparison of Strategies to Embed Physics-Informed Neural Networks in Nonlinear Model Predictive Control Formulations Solved via Direct Transcription

2025-01-10 · Carlos Andrés Elorza Casas, Luis A. Ricardez-Sandoval, Joshua L. Pulsipher

This study aims to benchmark candidate strategies for embedding neural network (NN) surrogates in nonlinear model predictive control (NMPC) formulations that are subject to systems described with partial differential equ…

Model Predictive Control

Formulations and scalability of neural network surrogates in nonlinear optimization problems

2024-12-16 · Robert B. Parker, Oscar Dowson, Nicole LoGiudice, Manuel Garcia 외

We compare full-space, reduced-space, and gray-box formulations for representing trained neural networks in nonlinear constrained optimization problems. We test these formulations on a transient stability-constrained, se…

GPU

Practical and Performant Enhancements for Maximization of Algebraic Connectivity

2025-11-11 · Leonard Jung, Alan Papalia, Kevin Doherty, Michael Everett arxiv

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 a…

Revisiting the Optimal PMU Placement Problem in Multi-Machine Power Networks

2023-06-23 · Mohamad H. Kazma, Ahmad F. Taha

To provide real-time visibility of physics-based states, phasor measurement units (PMUs) are deployed throughout power networks. PMU data enable real-time grid monitoring and control -- and are essential in transitioning…

Generalized Kalman Smoothing: Modeling and Algorithms

2016-09-20 · A. Y. Aravkin, J. V. Burke, L. Ljung, A. Lozano 외

State-space smoothing has found many applications in science and engineering. Under linear and Gaussian assumptions, smoothed estimates can be obtained using efficient recursions, for example Rauch-Tung-Striebel and Mayn…

BIG-bench Machine LearningSurvey