Here is the full list of CS Colloquium talks for next week.
All talks will be recorded.
~~~~~

CS Colloquium Speaker
Speaker: Parastoo Abtahi, Stanford University
Date: Monday, April 11, 2022
Time: 12:30pm EST
Location: CS 105
Hosts: Andrés Monroy-Hernández & Adam Finkelstein
Event page: https://www.cs.princeton.edu/events/26186  
This talk will be live-streamed at https://mediacentrallive.princeton.edu/ 

Title: From Haptic Illusions in Virtual Reality to Beyond-Real Interactions

Abstract:  Advances in audiovisual rendering have led to the commercialization of virtual reality (VR) hardware; however, haptic technology has not kept up with these advances. While haptic devices aim to bridge this gap by simulating the sensation of touch, there are many hardware limitations that make realistic touch interactions in VR challenging. In my research, I explore how by understanding human perception, we can design VR interactions that not only overcome the current limitations of VR hardware, but also extend our abilities beyond what is possible in the real world. In this talk, I will present my work on redirection illusions that leverage the limits of human perception to improve the perceived performance of encountered-type haptic devices, such as improving the position accuracy of drones, the speed of tabletop robots, and the resolution of shape displays when used for haptics in VR. I will then present a framework I have developed through the lens of sensorimotor control theory to argue for the exploration and evaluation of VR interactions that go beyond mimicking reality. 

Bio: Parastoo Abtahi is a final year computer science PhD candidate and a Gerald J. Lieberman fellow at Stanford University, where she is co-advised by Prof. James Landay and Prof. Sean Follmer. Her research area is human-computer interaction (HCI) and she works broadly on virtual reality interactions and spatial computing. Her research has been published at top HCI venues, such as the ACM Conference on Human Factors in Computing Systems (CHI) and the ACM User Interface Software and Technology Symposium (UIST), and has received two honorable mention paper awards. Her work has been supported by the Stanford Institute for Human-Centered Artificial Intelligence, the Hasso Plattner Design Thinking Research Program, and the VMware fellowship. Prior to Stanford, Parastoo received her bachelor’s degree in Electrical and Computer Engineering from the University of Toronto as part of the Engineering Science program.
~~~~~

CS Colloquium Speaker
Speaker: Ferran Alet, Massachusetts Institute of Technology
Date: Tuesday, April 12, 2022
Time: 12:30pm EST
Location: CS 105
Host: Olga Russakovsky
Event page: https://www.cs.princeton.edu/events/26187 
This talk will be live-streamed at https://mediacentrallive.princeton.edu/ 

Title: A flexible framework for machine learning

Abstract:  In this last decade, we have seen a lot of progress in AI and machine learning using a single recipe: given a task, we train a single neural network to map inputs to outputs. In this talk, I will show that this one-neural-network-per-task framework can be extended to improve generalization. First, I will describe modular meta-learning, which achieves language-like generalization by training a set of composable neural modules. By having multiple neural networks per task, and multiple tasks per neural network, we are able to reuse information and achieve bigger data and computational efficiency. In the second part of my talk, I will describe tailoring, a general way of encoding inductive biases in neural networks by optimizing unsupervised objectives inside the prediction function, essentially having one neural network per input. Finally, I will describe my vision for creating a flexible ML framework that will enable training reinforcement learning policies within minutes rather than days, solving complex search and discovery problems, and improving our understanding of generalization in deep learning.

Bio: Ferran Alet is a PhD candidate at MIT CSAIL advised by Leslie Kaelbling, Tomas Lozano-Perez, and Joshua Tenenbaum. His research is on machine learning and leverages techniques from meta-learning, learning to search, program synthesis, and insights from mathematics and the physical sciences. During his PhD, he created the MIT Embodied Intelligence Seminar, mentored 17 students, and won the MIT Outstanding Mentor award 2021. Ferran studied mathematics and physics in Barcelona thanks to CFIS, a program for doing two degrees, where he was the valedictorian of his promotion. In college, he participated in the ACM-ICPC programming contest, being the most decorated in the history of his regional phase (South Western Europe). In grad school, he earned a “La Caixa” fellowship and was responsible for the high-level planner of the MIT-Princeton team for the Amazon Robotics Challenge, which won the stowing task in 2017. You can find more information and papers at www.alet-et.al 
~~~~~

CS Colloquium Speaker
Speaker: Benedikt Bünz, Stanford University
Date: Thursday, April 14, 2022
Time: 12:30pm EST
Location: CS 105
Hosts: Jonathan Mayer & Arvind Narayanan
Event page: https://www.cs.princeton.edu/events/26188 
This talk will be live-streamed at https://mediacentrallive.princeton.edu/  

Title: Improving the privacy, scalability, and ecological impact of blockchains

Abstract:  Blockchains are an exciting area of research that touches on many areas of Computer Science and beyond. This technology has the potential to enable a fast, cheap, and private financial system based on distributed consensus and cryptography, instead of trusted parties.  Despite this potential, the reality still shows severe limitations of blockchains: (i) transactions can cost hundreds of dollars and take minutes to confirm, (ii) some blockchains offer little privacy, and (iii) proof-of-work consensus consumes too much energy.  In this talk, I will discuss powerful techniques that follow a prover paradigm and can mitigate these limitations.  The first technique, called Bulletproofs, is a general-purpose zero-knowledge proof system that is specifically designed to enable confidential blockchain transactions. Bulletproofs requires minimal trust assumptions and gives the shortest zero-knowledge proofs without trusted setup. The system is widely deployed and powers tens of thousands of private blockchain transactions per day.   The second technique, called inner pairing products, is a way to aggregate many zero-knowledge proofs into a single short proof. This can significantly reduce on-chain data, leading to a significant increase in transactions per second that the chain can process.   The third technique is a new concept called a verifiable delay function (VDF) that is vital for permission-less and eco-friendly consensus. VDFs are already deployed in Filecoin and Chia, and are planned for Ethereum 2.0, the upcoming upgrade to Ethereum.

Bio: Benedikt Bünz is a PhD candidate at Stanford University, a member of Dan Boneh’s applied cryptography lab, and a recipient of the Microsoft Research Fellowship at the Simons Institute. His work on the science of Blockchains uses tools from applied cryptography, distributed systems, and algorithmic game theory. His research focuses on building new proof protocols for improving the privacy, scalability, and ecological impact of blockchains. Several of his research results have had a significant industry impact. His work on Bulletproofs, secures tens of thousands of private transactions on Blockchains like Monero or Signal’s Mobilecoin. His seminal work on Verifiable Delay Functions (VDFs) sparked the VDF Alliance, a multi-million dollar initiative composed of academic, non-profit, and corporate collaborators.