<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof" style="font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(87, 6, 6);">
<i>UNIVERSITY OF CHICAGO</i></div>
<div style="direction: ltr; text-align: left; text-indent: 0px; margin: 0in 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(87, 6, 6);">
<i>COMPUTER SCIENCE DEPARTMENT</i></div>
<div style="direction: ltr; text-align: left; text-indent: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(87, 6, 6);">
<i>PRESENTS</i></div>
<div style="direction: ltr; text-align: left; text-indent: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<b><br>
</b></div>
<div style="direction: ltr; text-align: left; text-indent: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<b>Wenke Lee</b></div>
<div style="direction: ltr; text-align: left; text-indent: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<b>Georgia Tech</b></div>
<div style="direction: ltr; text-align: left; text-indent: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<b>Regents' Professor and John P. Imlay Jr. Chair</b></div>
<div style="direction: ltr; text-align: left; text-indent: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="direction: ltr; text-align: left; text-indent: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<b>Tuesday, October 29th </b></div>
<div style="direction: ltr; text-align: left; text-indent: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<b>12:30 pm - 1:30 pm </b></div>
<div style="direction: ltr; text-align: left; text-indent: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<b>In Person: John Crerar Library Rm 298</b></div>
<div style="direction: ltr; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<b><br>
</b></div>
<div style="direction: ltr; text-align: left; text-indent: 0px; line-height: 1.38; margin: 0pt 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<b>Title: Privacy and Reliability Issues of AI Systems</b></div>
<div style="direction: ltr; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<b><br>
</b></div>
<div style="direction: ltr; line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<b>Abstract: </b></div>
<div style="direction: ltr; line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Recent advances in AI promise to change virtually all aspects of our lives. Before we get too excited, we should first examine why and how we should use AI for critical applications. In this talk, I discuss the privacy issues in biometric-based authentication
 and surveillance, deepfakes, and the logical reasoning capabilities of LLM in the context of SAT solving. State-of-the-art deep learning (DL) solutions are now used for face-based and voice- based authentication. However, conventional biometric authentication
 (e.g., access control to a building) requires the enrollment data of a user to be stored in a remote server, unprotected, for comparison at authentication time. We have developed a system called Justitia to provide privacy-preserving biometric-based authentication.
 At enrollment time a client device processes a user’s facial image with a DL pipeline, derives encryption keys from the face data, and uses the keys to encrypt some random secrets. The server only stores the encrypted secrets and the hash of the secrets and
 authenticates a user if the client device can decrypt the secrets and send the correct hash back, essentially making biometric authentication like password-based authentication. There are privacy concerns in biometric-based surveillance, where the process
 of identifying “persons of interest” involves using the images of everybody on the scene. We have developed a privacy-preserving biometric search approach called Fuzzy Labeled Private Set Intersection (FLPSI), where the server holding a large biometric database
 learns nothing about the query or the result, and the querier also learns nothing about the database other than the query’s match(es). Of course, we should worry about deepfakes in biometric-based applications and beyond (e.g., fake video announcements). I
 will share my thoughts on this arms race. Finally, as to the question “What can LLMs do (well)?” I will share our recent work on formally showing a transformer can be programmed to perform SAT solving and empirically evaluating whether it can be trained to
 do so.</div>
<div style="direction: ltr; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="direction: ltr; line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<b>Bio: </b></div>
<div class="elementToProof" style="direction: ltr; line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Wenke Lee is a Regents’ Professor and John P. Imlay Jr. Chair at Georgia Tech. His research interests include systems and network security, malware analysis, applied cryptography, and machine learning. He received his Ph.D. in Computer Science from Columbia
 University and is an ACM Fellow and an IEEE Fellow.</div>
<div style="direction: ltr; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
<br>
</div>
<div style="direction: ltr; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="direction: ltr; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<img id="x_image_0" width="174" height="249" style="width: 174px; height: 249px;" size="42172" contenttype="image/png" data-outlook-trace="F:2|T:2" src="cid:e45ae9e4-c93b-4659-923d-99b522bf58ab"></div>
<div style="direction: ltr; text-align: left; text-indent: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="direction: ltr; text-align: left; text-indent: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="direction: ltr; text-align: left; text-indent: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<b>Host: Kexin Pei</b></div>
<div style="direction: ltr; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="x_Signature" class="x_elementToProof"></div>
</body>
</html>