paper-with-me

Papers

PySensors 2.0: A Python Package for Sparse Sensor Placement

2025-09-09 · Niharika Karnik, Yash Bhangale, Mohammad G. Abdo, Andrei A. Klishin, Joshua J. Cogliati, Bingni W. Brunton, J. Nathan Kutz, Steven L. Brunton, Krithika Manohar arxiv

PySensors is a Python package for selecting and placing a sparse set of sensors for reconstruction and classification tasks. In this major update to PySensors, we introduce spatially constrained sensor placement capabilities, allowing users to enforce constraints such as maximum or exact sensor counts in specific regions, incorporate predetermined sensor locations, and maintain minimum distances between sensors. We extend functionality to support custom basis inputs, enabling integration of any data-driven or spectral basis. We also propose a thermodynamic approach that goes beyond a single "optimal" sensor configuration and maps the complete landscape of sensor interactions induced by the training data. This comprehensive view facilitates integration with external selection criteria and enables assessment of sensor replacement impacts. The new optimization technique also accounts for over- and under-sampling of sensors, utilizing a regularized least squares approach for robust reconstruction. Additionally, we incorporate noise-induced uncertainty quantification of the estimation error and provide visual uncertainty heat maps to guide deployment decisions. To highlight these additions, we provide a brief description of the mathematical algorithms and theory underlying these new capabilities. We demonstrate the usage of new features with illustrative code examples and include practical advice for implementation across various application domains. Finally, we outline a roadmap of potential extensions to further enhance the package's functionality and applicability to emerging sensing challenges.

📄 PDF Abstract BibTeX arXiv:2509.08017

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PySensors: A Python Package for Sparse Sensor Placement

2021-02-20 · Brian M. de Silva, Krithika Manohar, Emily Clark, Bingni W. Brunton 외

PySensors is a Python package for selecting and placing a sparse set of sensors for classification and reconstruction tasks. Specifically, PySensors implements algorithms for data-driven sparse sensor placement optimizat…

ClassificationGeneral Classification

L0Learn: A Scalable Package for Sparse Learning using L0 Regularization

2022-02-10 · Hussein Hazimeh, Rahul Mazumder, Tim Nonet

We present L0Learn: an open-source package for sparse linear regression and classification using $\ell_0$ regularization. L0Learn implements scalable, approximate algorithms, based on coordinate descent and local combina…

Combinatorial OptimizationregressionSparse Learning

Efficient Solvers for SLOPE in R, Python, Julia, and C++

2025-11-04 · Johan Larsson, Malgorzata Bogdan, Krystyna Grzesiak, Mathurin Massias 외 arxiv

We present a suite of packages in R, Python, Julia, and C++ that efficiently solve the Sorted L-One Penalized Estimation (SLOPE) problem. The packages feature a highly efficient hybrid coordinate descent algorithm that f…

Sketch 'n Solve: An Efficient Python Package for Large-Scale Least Squares Using Randomized Numerical Linear Algebra

2024-09-22 · Alex Lavaee

We present Sketch 'n Solve, an open-source Python package that implements efficient randomized numerical linear algebra (RandNLA) techniques for solving large-scale least squares problems. While sketch-and-solve algorith…

Benchmarking

pyforce-1.0.0: Python Framework for data-driven model Order Reduction of multi-physiCs problEms

2026-05-18 · Stefano Riva, Yantao Luo, Carolina Introini, Antonio Cammi arxiv

pyforce is a Python package implementing Data-Driven Reduced Order Modelling techniques for applications to multi-physics problems, mainly set in the Nuclear Engineering world. The package is part of the ROSE (Reduced Or…