Skip to content

Commit

Permalink
add jats paper link
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivia Weng committed May 20, 2024
1 parent 118f06f commit b944cd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3><script type="text/javascript" src="date.js"></script> </h3>
<h2 id="publications">Publications</h2>
<ol>
<li>
<p><strong>Olivia Weng</strong>, Andres Meza, Quinlan Bock, Benjamin Hawks, Javier Campos, Nhan Tran, Javier Duarte, Ryan Kastner. <a href="/">FKeras: A Sensitivity Analysis Tool for Edge Neural Networks</a>. In <em>ACM Journal on Autonomous Transportation Systems</em>. To appear.</p>
<p><strong>Olivia Weng</strong>, Andres Meza, Quinlan Bock, Benjamin Hawks, Javier Campos, Nhan Tran, Javier Duarte, Ryan Kastner. <a href="https://dl.acm.org/doi/pdf/10.1145/3665334">FKeras: A Sensitivity Analysis Tool for Edge Neural Networks</a>. In <em>ACM Journal on Autonomous Transportation Systems</em>. To appear.</p>
</li>
<li>
<p>Colin Drewes, Tyler Sheaves, <strong>Olivia Weng</strong>, Keegan Ryan, William Hunter, Christopher McCarty, Ryan Kastner, Dustin Richmond. <a href="/">Turn on, Tune in, Listen up: Maximizing Side-Channel Recovery in Cross-Platform Time-to-Digital Converters</a>. In <em>ACM Transactions on Reconfigurable Technology and Systems (TRETS)</em>. To appear.</p>
Expand Down
2 changes: 1 addition & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Before coming to UCSD, I received my BS in Computer Science at the University of
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>http://oliviaweng.github.io/projects/</guid>
<description>FKeras: A Fault Tolerant Library for Understanding NN Resilience JATS (To appear)
<description>FKeras: A Sensitivity Analysis Tool for Edge Neural Networks JATS (To appear)
Many scientific applications require neural networks (NNs) to operate correctly in safety-critical or high radiation environments, including automated driving, space, and high energy physics. For example, physicists at the Large Hadron Collider want to deploy an autoencoder to filter their experimental data at a high data rate (~40TB/s) in a high radiation environment. Thus, the autoencoder hardware must be both efficient and robust.</description>
</item>

Expand Down
6 changes: 3 additions & 3 deletions projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ <h1>Projects</h1>



<h2 id="fkeras-a-fault-tolerant-library-for-understanding-nn-resilience">FKeras: A Fault Tolerant Library for Understanding NN Resilience</h2>
<p><a href="/projects">JATS (To appear)</a></p>
<h2 id="fkeras-a-sensitivity-analysis-tool-for-edge-neural-networks">FKeras: A Sensitivity Analysis Tool for Edge Neural Networks</h2>
<p><a href="https://dl.acm.org/doi/pdf/10.1145/3665334">JATS (To appear)</a></p>
<p>Many scientific applications require neural networks (NNs) to operate correctly in safety-critical or high radiation environments, including automated driving, space, and high energy physics.
For example, physicists at the Large Hadron Collider want to deploy an autoencoder to filter their experimental data at a high data rate (~40TB/s) in a high radiation environment.
Thus, the autoencoder hardware must be both efficient and robust.</p>
<p>However, efficiency and robustness are often in conflict with each other.
To address these opposing demands, we must understand the fault tolerance inherent in NNs.
To identify where and why this inherent redundancy exists in a NN, we present <a href="https://github.com/KastnerRG/fkeras">FKeras</a>, an open-source tool that measures the fault tolerance of NNs at the bit level, using various metrics such as the gradient and the Hessian.
To identify where and why this inherent redundancy exists in a NN, we present <a href="https://github.com/KastnerRG/fkeras">FKeras</a>, a fault tolerance library for Keras, which is an open-source tool that measures the fault tolerance of NNs at the bit level, using various metrics such as the gradient and the Hessian.
Once we identify which parts of the NN are insensitive to radiation faults, we need not protect them, reducing the resources spent on robust hardware.</p>
<h2 id="ensemblelut-evaluating-ensembles-of-logicnets">EnsembleLUT: Evaluating Ensembles of LogicNets</h2>
<p>Applications including high-energy physics and cybersecurity require extremely high throughput and low latency neural network inference on FPGAs.
Expand Down

0 comments on commit b944cd8

Please sign in to comment.