<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">FOSSIL: A Software Tool for the Formal Synthesis of Lyapunov Functions and Barrier Certificates using Neural Networks</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Alessandro</forename><surname>Abate</surname></persName>
							<email>alessandro.abate@cs.ox.ac.uk</email>
						</author>
						<author>
							<persName><forename type="first">Daniele</forename><surname>Ahmed</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Alec</forename><surname>Edwards</surname></persName>
							<email>alec.edwards@cs.ox.ac.uk</email>
						</author>
						<author>
							<persName><forename type="first">Mirco</forename><surname>Giaccobe</surname></persName>
							<email>mirco.giacobbe@cs.ox.ac.uk</email>
						</author>
						<author>
							<persName><forename type="first">Andrea</forename><surname>Peruffo</surname></persName>
							<email>andrea.peruffo@cs.ox.ac.uk</email>
						</author>
						<title level="a" type="main">FOSSIL: A Software Tool for the Formal Synthesis of Lyapunov Functions and Barrier Certificates using Neural Networks</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">D8BB86058F18FD6E1DC260AFCA614510</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T06:56+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Lyapunov functions</term>
					<term>Barrier Certificates</term>
					<term>Neural Networks</term>
					<term>SAT Modulo Theory</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>We propose an automatic and formally sound method for synthesising Lyapunov functions for the asymptotic stability, as well as Barrier certificates (or functions) for the safety analysis, of autonomous non-linear dynamics represented as systems of ordinary differential equations.</p><p>Typical methods are either analytical and require manual effort or are numerical but lack of formal soundness. Symbolic computational methods instead, give formal guarantees but are typically semi-automatic because they rely on the user to provide appropriate function templates.</p><p>We propose a method that finds Lyapunov functions or Barrier certificates automaticallyusing machine learning-while also providing formal guarantees-using satisfiability modulo theories (SMT). We employ a counterexample-guided inductive synthesis (CEGIS) approach where a numerical learner and a symbolic verifier interact to construct provably correct Lyapunov neural networks (LNNs). The learner trains a neural network that seeks to satisfy given sufficient criteria for asymptotic stability or safety over a set data points sampled from the state space; the verifier proves via SMT-solving that the criteria are satisfied over the specified domain or augments the data set with counterexamples.</p><p>This work is bolstered by a software tool, FOSSIL <ref type="bibr" target="#b0">[1]</ref>. The tool has two core contributions on synthesis-automation and soundness-both of which are attained by means of the inductive, counter-example-based method. This method exploits the flexibility of candidate functions generated by training neural network templates, the formal assertions provided by the verifier, and finally new procedures to ease the exchange of information between the two mentioned components.</p><p>In particular, FOSSIL combines the neural network templates with an enhanced CEGIS loop, depicted in Figure <ref type="figure">1</ref>. As input, the procedure requires both the dynamical system in question and the desired specification to certify: either stability-leading to Lyapunov function synthesis-or safety, requiring synthesis of a barrier certificate. The loop contains the fundamental components within CEGIS: namely a learner, previously specified as a neural network, while an SMT-solver</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>takes on the role of the verifier. In addition to these two base components, FOSSIL augments the CEGIS architecture with two additional components, known as the translator and the consolidator. The task of these intermediary components is described as follows.</p><p>Firstly, the translator acts as an intermediary from the learner to the verifier by seeking to convert the numerical neural network to a symbolic candidate solution. This process involves a rounding operation on the corresponding weights matrices and biases of the neural network in order to simplify the expressions passed to the verifier and aid the consequent verification step. In contrast, the consolidator sits within the communication channel from verifier to learner and seeks to augment any counterexample obtained by the verifier, so as the 'consolidate' the subsequent learning achieved by the learner. This is achieved with two key observations: further counter-examples likely exist near that given by the SMT-solver, which can be found by sampling from the state-space around this original point. Secondly, the functions provided to the verifier as candidate solutions are almost-everywhere differentiable, allowing for the traversing of these functions using gradient ascent (or descent). This in turn obtains further states along the candidate solution which invalidate the required conditions, and can be provided to the learner for further training. The improved communication achieved using the enhanced CEGIS loop aids both the robustness and speed of synthesis.</p><p>The work presented builds on previous works involving the use of a counter-example guided approach to synthesis of Lyapunov functions <ref type="bibr" target="#b1">[2]</ref>; <ref type="bibr" target="#b2">[3]</ref> then incorporates the use of neural network templates for these functions before being to extended to the synthesis of barrier certificates in <ref type="bibr" target="#b3">[4]</ref>.</p></div>		</body>
		<back>
			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0" />			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">FOSSIL: A Software Tool for the Formal Synthesis of Lyapunov Functions and Barrier Certificates Using Neural Networks</title>
		<author>
			<persName><forename type="first">A</forename><surname>Abate</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Ahmed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Edwards</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Giacobbe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Peruffo</surname></persName>
		</author>
		<idno type="DOI">10.1145/3447928.3456646</idno>
		<ptr target="https://doi.org/10.1145/3447928.3456646" />
		<imprint>
			<date type="published" when="2021">2021</date>
			<publisher>Association for Computing Machinery</publisher>
			<pubPlace>New York, NY, USA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Automated and Sound Synthesis of Lyapunov Functions with SMT Solvers</title>
		<author>
			<persName><forename type="first">D</forename><surname>Ahmed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Peruffo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Abate</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">TACAS (1</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="volume">12078</biblScope>
			<biblScope unit="page" from="97" to="114" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Formal Synthesis of Lyapunov Neural Networks</title>
		<author>
			<persName><forename type="first">A</forename><surname>Abate</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Ahmed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Giacobbe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Peruffo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Control Systems Letters</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page" from="773" to="778" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Automated formal synthesis of neural barrier certificates for dynamical models</title>
		<author>
			<persName><forename type="first">D</forename><surname>Ahmed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Peruffo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Abate</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">TACAS</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="volume">12651</biblScope>
			<biblScope unit="page" from="370" to="388" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
