Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 866 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 866 Bytes

Formal Verification and Certified Training of PINNs

Formal Verification: This incorporates finding the worst-case residual error of a PINN across the spatio-temporal domain. This can be done by computing the upper bound of the residual error which can be done by analyzing the weights and computing the bounds of the output and its gradient with respect to the inputs. For this, we will explore the existing Neural Network Verification techniques which include complete methods like MILP/SMT encodings and incomplete but scalable methods like Abstract Interpretation and Linear Bound Propagation methods.

Certified Training: Some of the above techniques can also be leveraged to design appropriate loss function components that will guide the network to learn parameters that achieves smaller formally proven bounds with the same verification algorithm.