Monday, January 6, 2025, 10am – 1:45pm
Event Type: Meeting
Room Number: In Person
Building: Rashid Auditorium, Gates Hillman 4401 (and adjacent spaces)
For More Information: tcortina@cs.cmu.edu
Affiliations: Computational Biology Department (CBD), Computer Science Department (CSD), Human-Computer Interaction Institute (HCII), Language Technologies Institute (LTI), Machine Learning Department (MLD), Robotics Institute (RI), Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science
Sunday, November 17, 2024, 1 – 2pm
Join us for an illuminating session with CMU’s NSF-funded AI Institute for Societal Decision Making (AI-SDM) as we explore Artificial Intelligence (AI) and Generative AI in our surrounding communities.
Join Dr. Zachary Lipton, Chief Technology Officer and Chief Scientist of Abridge, and Raj Reddy Associate Professor of Machine Learning at Carnegie Mellon University, as we explore the impact of AI in our communities.
This event is geared towards the general public and community.
This is a chance to ask questions and engage in a thoughtful discussion about the future of technology.
REGISTER
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: Carnegie Library of Pittsburgh, South Wing Reading Room
Speaker's Name: Exploring Artificial Intelligence (AI) and Generative AI in our Communities
For More Information: ngottron@andrew.cmu.edu
Affiliations: Computer Science Department (CSD), Dietrich College of Humanities and Social Sciences, Human-Computer Interaction Institute (HCII), Language Technologies Institute (LTI), Machine Learning Department (MLD), Partnerships, Robotics Institute (RI), Software and Societal Systems Department (S3D)
Organization(s): AI-SDM
Event Website Title: Event Website and Registration
Event Website URL: www.carnegielibrary.org…
Friday, November 22, 2024, 9am
In recent years, the integration of communication efficiency and differential privacy in distributed optimization has gained significant attention, motivated by large-scale applications such as Federated Learning (FL), where both data privacy and efficient communication are critical. This thesis explores the development of novel techniques to address these challenges, with a focus on distributed mean estimation, differentially private prediction, and private optimization for empirical risk minimization.
The first part of this work addresses communication-efficient distributed vector mean estimation, an essential subroutine in distributed optimization and FL. We propose the Rand-Proj-Spatial family estimator which utilizes cross-client correlation to reduce the estimation error under fixed communication cost, by projecting client vectors into a random subspace using a Subsampled Randomized Hadamard Transform (SRHT). This approach captures cross-client correlation more effectively, demonstrating substantial performance gains over conventional sparsification techniques in various distributed optimization tasks.
The second part of this work focuses on maximizing the privacy-utility trade-offs in differentially private prediction through majority ensembling. We introduce the Data-dependent Randomized Response Majority (DaRRM) framework, which generalizes all private majority ensembling algorithms through a data-dependent noise function. Based on DaRRM, we propose a computationally tractable optimization procedure for maximizing utility under a fixed privacy loss. Empirical results demonstrate DaRRM’s effectiveness in private label ensembling for image classification, showing significant utility improvements over existing baselines.
The third part of this work investigates differentially private optimization in solving empirical risk minimization using shuffled gradient methods. Unlike conventional private optimizers such as DP-SGD, which benefits from privacy amplification by subsampling, shuffled gradient methods face unique challenges in privacy and convergence. We develop a theoretical framework for analyzing Incremental Gradient (IG) methods, the most basic form of shuffled gradient methods, that enables noise injection for privacy and the use of surrogate objectives, introducing a new dissimilarity metric to measure the difference between true and surrogate objectives. Leveraging privacy amplification by iteration, we establish the first empirical excess risk bound for differentially private IG (DP-IG), and show how interleaving public data in training can further improve privacy-convergence trade-offs in DP-IG.
Finally, we introduce two proposed works along the line of differentially private optimization. First, we aim to extend our theoretical framework to analyze Shuffle Once (SO) and Random Reshuffling (RR), two practical shuffled gradient methods beyond Incremental Gradient (IG) methods. This will enable us to understand their private counterparts, DP-SO and DP-RR, where privacy analysis is more complex due to a lack of understanding on privacy amplification through shuffling. Second, we plan to extend our framework from a local to a distributed or decentralized setting to analyze convergence rates of distributed shuffled gradient methods in both private and non-private contexts, while also investigating the impact of data heterogeneity among clients on convergence in this setting.
Thesis Committee
Gauri Joshi (Chair)
Steven Wu
Zachary Manchester
Swanand Kadhe (IBM Research)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Newell-Simon Hall 4305
Speaker's Name: SHULI JIANG
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Communication Efficient and Differentially Private Optimization
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Tuesday, November 19, 2024, 10am
Applications written in JavaScript are often vulnerable to a range of security threats. On the frontend, DOM-based Cross-Site Scripting (DOM-XSS) allows attackers to inject malicious JavaScript code into a webpage. On the backend, arbitrary code execution (ACE) and arbitrary command injection (ACI) enable attackers to execute arbitrary code or commands on the server. Exploiting such vulnerabilities can lead to severe consequences, including unauthorized access to sensitive data and even full system compromise.
Each potential flow identified by these tools traces a program path where attacker-controlled input, such as a URL, reaches a sensitive function that may lead to arbitrary code execution. DTA requires finding a concrete input that demonstrates a potential flow in the target application, but prior work fails to thoroughly explore program paths. In the backend, these tools miss ACI and ACE that require inputs with complex structure. We develop a novel type- and structure-aware fuzzing technique to explore Node.js packages, and an enumerator to synthesize syntactically valid payloads for ACE vulnerabilities. Incorporating these components on prior work NodeMedic led to finding 2257 potential flows and confirm vulnerabilities in 766 Node.js packages.
A unique challenge in exploring frontend code is that program behavior may depend on user actions on the webpage. To address this, we develop a fuzzer to interact with the target webpage and evaluated it against 43,436 popular pages. Furthermore, we found that including optional GET parameters in the target URL uncovers significantly more DOM-XSS vulnerabilities. This led us to use dynamic symbolic execution to automatically synthesize GET parameters satisfying program constraints. Compared to our replication of prior work DOMsday, the fuzzer increases potential DOM-XSS flows found by 37% and confirms 57% more vulnerabilities.
Finally, we find that non-exploitable potential flows may still hint towards real vulnerabilities that require additional steps to confirm, such as bypassing sanitization measures and extending the attacker’s capabilities by executing other program parts. Thus, we propose the design and implementation of exploration strategies that efficiently explores the program to discover an exploitable path, using information from a given potential flow that we assume to have found already.
Thesis Committee
Limin Jia (Chair)
Pedro Adão (Co-chair, Instituto Superior Técnico)
Rui Maranhão (Co-chair, Universidade do Porto)
Lujo Bauer
Ruben Martins
José Fragoso (Instituto Superior Técnico)
Cristian-Alexandru Staicu (CISPA Helmholtz Center for Information Security)
Event Type: Thesis Proposals
Room Number: In Person
Building: Gates Hillman 7101
Speaker's Name: NUNO SABINO
Speaker Website: cmuportugal.org…
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Improving Code-Injection Vulnerability Detection & Confirmation in JS Programs via Program Analysis
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Friday, November 15, 2024, 3:30 – 4:30pm
We demonstrate that fundamental aspects of astrocyte morphology and physiology naturally lead to a dynamic, high-capacity associative memory system. These neuron-astrocyte networks are closely related to two popular machine learning architectures: Transformers and modern Hopfield networks. In the context of associative memory, we show that neuron-astrocyte networks follow superior, supralinear memory scaling laws, outperforming all known biological implementations of modern Hopfield networks. In the context of Transformers, we show that neuron-astrocyte interactions provide a natural biological substrate for building self-attention, the core operation in Transformers.
—
Leo Kozachkov is the 2024-2025 Goldstein Fellow at IBM Research, where he works on theory-driven AI and bio-inspired computing. He earned his Ph.D. in Brain and Cognitive Sciences from MIT in 2022 and his B.S. in Physics from Rutgers University–New Brunswick in 2016. In Fall 2025, he will join Brown University as a tenure-track Assistant Professor of Engineering and an Assistant Professor of Brain Science at the Carney Institute for Brain Science. His research group will focus on understanding dynamics, control, and computation in natural and artificial systems.
In Person Group Viewing and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Baker Hall 340A and Zoom
Speaker's Name: LEO KOZACHKOV
Speaker Website: kozleo.github.io
Speaker's Professional Title: Goldstine Fellow, IBM T.J. Watson Research Research
Talk Title: Building Self-Attention with Tripartite Synapses
For More Information: rdkeller@cs.cmu.edu
Affiliations: Computer Science Department (CSD), Language Technologies Institute (LTI), Machine Learning Department (MLD), Robotics Institute (RI)
Organization(s): Neuroscience Institute
Monday, November 25, 2024, 3:30 – 4:30pm
We show how to push the performance of high-resolution cloth simulation, making the simulation interactive (in milliseconds) for models with one million degrees of freedom (DOFs) while keeping every triangle untangled. The guarantee of being penetration-free is inspired by the interior-point method, which converts the inequality constraints to barrier potentials. Nevertheless, we propose a major overhaul of this modality by defining a novel and simple barrier formulation which does not depend on the distance between mesh primitives. Such a non-distance barrier model allows a new way to integrate collision detection into the simulation pipeline. Another contributor to the performance boost comes from the so-called subspace reuse strategy. This is based on the observation that low-frequency strain vibrations are near orthogonal to the deformation induced by collisions or self-collisions, often of high frequency. Subspace reuse then takes care of low-frequency residuals, while high-frequency residuals can also be effectively smoothed by GPU-based iterative solvers. We show that our method outperforms existing fast cloth simulators by nearly one order while keeping the entire simulation penetration-free and producing high-equality animations of high-resolution models.
—
Dr. Yin Yang is currently an Associate Professor with the Kahlert School of Computing at the University of Utah. Before joining the U, he was a faculty member at Clemson University and University of New Mexico. He received Ph.D. degree of Computer Science from The University of Texas, Dallas in 2013 (the awardee of David Daniel Fellowship Prize). He was a Research/Teaching Assistant at UT Dallas as well as UT Southwestern Medical Center. His research mainly focuses on real-time physics-based computer graphics, animation and simulation with a strong emphasis on interdisciplinarity. He was a Research Intern in Microsoft Research Asia in 2012. He received NSF CRII (2015) and CAREER (2019) awards.
Event Type: Seminars
Room Number: In Person
Building: Newell-Simon 3305
Speaker's Name: YIN YANG
Speaker Website: yangzzzy.github.io
Speaker's Professional Title: Associate Professor, Kahlert School of Computing, University of Utah
Talk Title: High-resolution cloth simulation in milliseconds: Efficient GPU Cloth Simulation with Non-distance Barriers and Subspace Reuse Interactions
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: cdowney@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Monday, November 18, 2024, 3:30 – 4:30pm
Generative modelling has been extremely successful in synthesizing text, images, and videos. Can the same machinery also help us better understand how to physically interact with the multimodal 3D world? In this talk, I will introduce some of my group's work in answering this question. I will first discuss how we can enable 2D image generation models to edit images in a 3D-aware manner, and how to generate audio for muted egocentric videos. I will then zoom in specifically on hand interactions by introducing (1) FoundHand, a large-scale generative model for synthesizing realistic 2D hand images, and (2) GigaHands, a new large-scale 3D hand activities dataset designed to push the boundary of hand interaction modeling. Finally, I will conclude with an outlook of the future of generative modeling for understanding 3D human interactions.
—
Srinath Sridhar is an Assistant Professor of Computer Science at Brown University, where he leads the Interactive 3D Vision & Learning Lab. He received his PhD at the Max Planck Institute for Informatics and was subsequently a postdoctoral researcher at Stanford. His research interests are in 3D computer vision and machine learning. Specifically, his group focuses on visual understanding of 3D human physical interactions with applications ranging from robotics to mixed reality. He is a recipient of the NSF CAREER award, a Google Research Scholar award, and his work received the Eurographics Best Paper Honorable Mention. He spends part of his time as a visiting academic at Amazon Robotics, and has previously spent time at Microsoft Research Redmond and Honda Research Institute.
Event Type: Seminars
Room Number: In Person
Building: Newell-Simon 3305
Speaker's Name: SRINATH SRIDHAR
Speaker Website: srinathsridhar.com
Speaker's Professional Title: Assistant Professor, Department of Computer Science, Brown University
Talk Title: Generative Modelling for 3D Multimodal Understanding of Human Physical Interactions
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: cdowney@andrew.cmu.edu
Affiliations: Computer Science Department (CSD), Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, November 21, 2024, 12 – 1:30pm
Targeting is a central challenge in the design of humanitarian programs and policies: given available data, how does one identify the individuals and households with the greatest need? Here we show that machine learning, applied to non-traditional data from satellites and mobile phones, can improve the targeting of humanitarian interventions. Our analysis is based on data from several field-based projects — in Togo, Afghanistan, Bangladesh, and Kenya — that illustrate the promise, as well as some of the potential challenges, of this new approach to targeting. Collectively, the results highlight the potential for machine learning and new data sources to improve humanitarian efforts, particularly in crisis settings when traditional data are missing or out of date.
—
Joshua Blumenstock is a Chancellor’s Associate Professor at the U.C. Berkeley School of Information and the Goldman School of Public Policy. He is the Co-director of the Global Opportunity Lab and the Center for Effective Global Action. Blumenstock's research combines methods from computer science and empirical economics, with a focus on how novel data and technology can better address the needs of very poor and vulnerable populations. He has a Ph.D. in Information Science and a M.A. in Economics from U.C. Berkeley, and Bachelor’s degrees in Computer Science and Physics from Wesleyan University. He is a recipient of awards including the NSF CAREER award, the Intel Faculty Early Career Honor, and the U.C. Berkeley Chancellor's Award for Public Service. His work appear in general interest journals including Science, Nature, and PNAS, as well as prominent economics journals (e.g., American Economic Review, Review of Economic Studies) and computer science conferences (e.g., ICML, KDD, AAAI, WWW, CHI).
Event Type: Talks
Room Number: 358
Building: TCS Hall
Speaker's Name: JOSHUA BLUMENSTOCK
Speaker Website: www.jblumenstock.com
Speaker's Professional Title: Chancellor's Associate Professor, School of Information and Goldman School of Public Policy, Co-director, Global Opportunity Lab and Center for Effective Global Action, University of California, Berkeley
Talk Title: Applications of Machine Learning to the Targeting of Humanitarian Aid
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: poprocky@cs.cmu.edu
Affiliations: Computer Science Department (CSD), Human-Computer Interaction Institute (HCII), Machine Learning Department (MLD), Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science
Tuesday, November 19, 2024, 10:15 – 11:45am
ML Engineers from the Tesla AI team will be sharing exclusive content about building physical AI
► Talk 1
World Model for End-to-End Simulation and Evaluation
Tesla Autopilot engineers will share some recent work in generative modeling for high-fidelity multi-view video generation in simulation and model evaluation. One of the end-to-end driving model's biggest challenges is evaluating the system's performance in axes of both comfort and safety, since many undesirable behaviors are only observed in closed-loop controls. To reduce the gap between open-loop metrics and close-loop performance, we introduce a controllable, close-loop simulation system based on large-scale pre-trained video generative model that enables scalable model evaluation prior to deployment. We will demonstrate the system's capabilities under various driving conditions and challenges we encountered in practice, and how your research can make an impact in advancing the frontier of end-to-end simulation.
— Zhichun (Eric) Huang earned his Master’s degree in Machine Learning from CMU in 2021, where he collaborated with Prof. Zico Kolter on applications of deep equilibrium models. He joined Tesla Autopilot in 2022, leading efforts in scaling generative models for perception, end-to-end control and simulation.
► Talk 2
Scaling Generative Models for Decision Making Dhaval Shroff — Senior Staff Autopilot Machine Learning Engineer
* Rohan Dhesikan* — Senior Autopilot Software Engineer – Autopilot
Tesla’s Autopilot engineers will share some recent work ingenerative modeling for high-fidelity multi-view video generation in simulation and model evaluation. One of the end-to-end driving model's biggest challenges is evaluating the system's performance in axes of both comfort and safety, since many undesirable behaviors are only observed in closed-loop controls. To reduce the gap between open-loop metrics and close-loop performance, we introduce a controllable, close-loop simulation system based on large-scale pre-trained video generative model that enables scalable model evaluation prior to deployment. We will demonstrate the system's capabilities under various driving conditions and challenges we encountered in practice, and how your research can make an impact in advancing the frontier of end-to-end simulation.
— Dhaval Shroff earned his Master's in Robotics Systems Development from CMU, focusing on classical computer vision and multi agent path planning. He has worked at Tesla on the Autopilot/ AI team for over 10 years and currently trains large models that predict end-to-end learned policies from video.
— Rohan Dhesikan earned both his undergraduate and Master's degrees in Electrical and Computer Engineering from CMU. He conducted research at the Robotics Institute, developing planning algorithms for aerial exploration of subterranean environments. After graduating, he joined Tesla's Autopilot team, where he focuses on training, optimization, and compression of large models for end-to-end self-driving systems.
► Talk 3
From Driver-Assist to Driver-Less Theo Guerin — Staff Autopilot Machine Learning Engineer - Autopilot
* Amy Lin* — Autopilot Machine Learning Engineer - Autopilot
In this talk, Autopilot engineers will share the evolution of autonomy at Tesla, with an emphasis on high-precision products such as AutoPark and Actually Smart Summon. We will discuss the motivations behind and the challenges of training deep neural networks for real-time 3D perception and vehicle control.
— Amy Lin earned her undergraduate degree in Computer Science at CMU, where she conducted research in using deep learning for 3D reconstruction and pose estimation. She joined Autopilot's Fleet Learning team shortly after graduating, where she works on the high fidelity occupancy networks.
— Theo Guerin received his Bachelor of Science from Brown University in 2021, where he specialized in robotics. After two summer internships in the self-driving space and upon graduation, Theo joined the Motion Planning and Controls team in Autopilot. His work has spanned the planning and controls stack and most recently has been focused on the training and application of end-to-end models to driverless features like Actually Smart Summon.
Event Type: Career Presentation
Room Number: In Person
Building: ASA Conference Room, Gates Hillman 6115
Speaker's Name: ENGINEERING BREAKOUT SESSIONS - Deep Dive Technical Talks
Event Poster Title: Posters - All Tesla Presentations
Event Poster URL: www.cs.cmu.edu…
Event Website Title: SCS Careers
Event Website URL: www.cs.cmu.edu…
Tuesday, November 19, 2024, 1 – 3pm
The Autopilot Software and Autopilot Hardware teams from Tesla will be visiting Carnegie Mellon University for a one-of-a-kind recruiting event. Meet with the Tesla Autopilot team to experience an autonomous ride with our latest build. Explore firsthand the advanced AI piloting our autonomous vehicles.
SCS students with backgrounds in AI and/or Robotics (major profiles in ECE/CS/MechE) and an interest in revolutionizing the world’s future with the Autopilot team at Tesla are welcomed.
REGISTRATION steps
Thursday, November 14, 2024, 12 – 1pm
Agenda
Friday, November 22, 2024, 12:30 – 1:50pm
The almost unlimited multimedia content available on video-sharing websites has opened new challenges and opportunities for building robust multimodal solutions. This seminar will describe our novel multimodal architectures that (1) are robust to missing modalities, (2) can identify noisy or less discriminative features, and (3) can leverage unlabeled data. First, we present a strategy that effectively combines transformer architecture, share representations, reconstruction-based auxiliary tasks, and an optimized training mechanism for handling missing features. This problem is relevant since it is expected that the multimodal system will face cases with missing features due to noise or occlusion during inference. We implement this approach for audiovisual emotion recognition, achieving state-of-the-art performance. Second, we present a multimodal framework for dealing with noisy or less discriminative scenarios. This situation is commonly observed in audiovisual automatic speech recognition (AV-ASR) with clean speech, where the performance often drops compared to a speech-only solution due to the variability of visual features. The proposed approach is a deep
learning solution with a gating layer that diminishes the effect of noisy or uninformative visual features, keeping only useful information. The approach improves, or at least maintains, performance when visual features are used. Third, we discuss alternative strategies to leverage unlabeled multimodal data. A promising approach is to use multimodal pretext tasks carefully designed to learn better representations for predicting given task, leveraging the relationship between acoustic, lexical, and facial features. These models offer principled solutions to increase the generalization and robustness of common speech-processing tasks when using multimodal architectures.
—
Carlos Busso is an incoming Professor of the Language Technologies Institute at Carnegie Mellon University. He is currently a Professor at the University of Texas at Dallas’s Electrical and Computer Engineering Department, where he is also the director of the Multimodal Signal Processing (MSP) Laboratory. His research interest is in human-centered multimodal machine intelligence and application, with a focus on the broad areas of speech processing, affective computing, and machine learning methods for multimodal behavior modeling for socially interactive agents, and robust multimodal speech processing.
He is a recipient of an NSF CAREER Award. In2014, he received the ICMI Ten-Year Technical Impact Award. His students received the 2015 third prize IEEE ITSS Best Dissertation Award (N. Li), and the 2024 AAAC Student Dissertation Award (W.C. Lin). He also received the Hewlett Packard Best Paper Award at the IEEE ICME 2011 (with J. Jain), and the Best Paper Award at the AAAC ACII 2017 (with Yannakakis and Cowie). He received the Best of IEEE Transactions on Affective Computing Paper Collection in 2021 (with R. Lotfian) and the Best Paper Award from IEEE Transactions on Affective Computing in 2022 (with Yannakakis and Cowie). In 2023, he received the Distinguished Alumni Award in the Mid-Career/Academia category by the Signal and Image Processing Institute (SIPI) at the University of Southern California. He received in 2023 the ACM ICMI Community Service Award. He is currently serving as an associate editor of the IEEE Transactions on Affective Computing and as a member of the IEEE Speech and Language Processing Technical Committee (2024-2027). He is a member of AAAC and a senior member of ACM. He is an IEEE Fellow, and ISCA Fellow.
Event Type: Colloquium
Room Number: In Person
Building: Doherty Hall A302
Speaker's Name: CARLOS BUSSO
Speaker Website: personal.utdallas.edu…
Speaker's Professional Title: Professor, Language Technologies Institute, Carnegie Mellon University
Talk Title: Addressing Robustness in Multimodal Machine Learning
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jclark2@andrew.cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): School of Computer Science
Event Website Title: Series Website
Event Website URL: lti.cmu.edu…
Thursday, November 14, 2024, 3 – 4pm
The homeomorph Turán problem is the extremal hypergraph problem to determine the maximum number of facets in a pure d-dimensional simplicial complex on n vertices that does not contain a subcomplex homeomorphic to some fixed d-dimensional topological space. The d = 1 case of this problem (i.e. subdivisions of a fixed graph) was settled decades ago by Mader, and in the last few years there has been substantial progress for the d = 2 case by many different researchers. In this talk I will outline some of this recent progress and then turn attention to joint work with Marta Pavelka in which we study the homeomorph Turán problem for the d-dimensional sphere and tie the problem to an important enumeration question of Gromov.
4:00 pm → Tea and Cookies sponsored by Jane Street, Math Lounge Wean 6220 (bring your own mug if you have one)
Event Type: Seminars
Room Number: In Person
Building: Wean Hall 8220
Speaker's Name: J. ANDREW NEWMAN
Speaker Website: sites.google.com…
Speaker's Professional Title: Postdoctoral Research and Instructor, Department of Mathematical Sciences, Carnegie Mellon University
Talk Title: The Turán problem for spheres
For More Information: bbukh@math.cmu.edu
Affiliations: Computer Science Department (CSD), Tepper School of Business
Organization(s): Department of Mathematical Sciences
Event Website Title: Event Website
Event Website URL: aco.math.cmu.edu…
Wednesday, November 13, 2024, 3 – 4pm
If anyone would like to present a paper for discussion, please be in touch.
Event Type: Talks
Room Number: In Person
Building: Mehrabian Collaborative Innovation Center 2201
For More Information: ericzeng@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): CyLab
Friday, November 15, 2024, 2:30 – 3:30pm
Robotic assisted surgery (RAS) systems incorporate highly dexterous tools, hand tremor filtering, and motion scaling to enable a minimally invasive surgical approach, reducing collateral damage and patient recovery times. However, current state-of-the-art telerobotic surgery requires a surgeon operating every motion of the robot, resulting in long procedure times and inconsistent results. The advantages of autonomous robotic functionality have been demonstrated in applications outside of medicine, such as manufacturing and aviation. A limited form of autonomous RAS with pre-planned functionality was introduced in orthopedic procedures, radiotherapy, and cochlear implants. Efforts in automating soft tissue surgeries have been limited so far to elemental tasks such as knot tying, needle insertion, and executing predefined motions. The fundamental problems in soft tissue surgery include unpredictable shape changes, tissue deformations, and perception challenges.
My research goal is to transform current manual and teleoperated robotic soft tissue surgery to autonomous robotic surgery, improving patient outcomes by reducing the reliance on the operating surgeon, eliminating human errors, and increasing precision and speed. This presentation will discuss our novel strategies to overcome the challenges encountered in soft tissue autonomous surgery. Presentation topics will include a robotic system for supervised autonomous laparoscopic anastomosis, ultra-minimally magnetic surgery, and end-to-end imitation learning of surgical tasks and procedures.
—
Axel Krieger, PhD, joined the Johns Hopkins University in the Department of Mechanical Engineering in July 2020. He is leading a team of students, scientists, and engineers in the research and development of robotic systems for surgery and interventions. Projects include the development of a surgical robot called smart tissue autonomous robot (STAR) and the use of 3D printing for surgical planning and patient specific implants. Professor Krieger is a recipient of the NSF CAREER award and an inventor of over thirty patents and patent applications. Licensees of his patents include medical device start-ups Activ Surgical and PeriCor as well as industry leaders such as Siemens, Philips, and Intuitive Surgical.
Before joining the Johns Hopkins University, Professor Axel Krieger was Assistant Professor in Mechanical Engineering at the University of Maryland and Assistant Research Professor and Program Lead for Smart Tools at the Sheikh Zayed Institute for Pediatric Surgical Innovation at Children’s National. He has several years of experience in private industry at Sentinelle Medical Inc and Hologic Inc. His role within these organizations was Product Leader developing devices and software systems from concept to FDA approval and market introduction. Dr. Krieger completed his undergraduate and master’s degrees at the University of Karlsruhe in Germany and his doctorate at Johns Hopkins, where he pioneered an MRI guided prostate biopsy robot used in over 50 patient procedures at three hospitals.
Event Type: Seminars
Room Number: In Person
Building: Tepper Building 1403
Speaker's Name: AXEL KRIEGER
Speaker Website: imerse.lcsr.jhu.edu
Speaker's Professional Title: Associate Professor, Department of Mechanical Engineering, Johns Hopkins University
Talk Title: Autonomous Robotic Surgery: Science Fiction or Reality?
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: kbuss@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Wednesday, November 13, 2024, 12 – 1:30pm
We’ve seen an explosion of investment in AI infrastructure and foundation models, yet a commensurate surge of popular AI products has yet to follow. In this talk, we’ll explain the dearth of existing products, examine building blocks for AI native AI products, and present methodologies for exploring new AI product ideas. Attendees will leave armed with a sharper view of problems preventing progress and tools to start tackling those problems themselves.
—
Nick Hobbs is a designer creating new generative AI products at Google. Prior to his current work, Nick founded Brief — a subscription news service — which he sold to Twitter. His experience with early-stage product development extends to mobile — he led the iOS Google App team during the early days of the iPhone — and emerging technologies like self-driving cars as the first product manager on the Google self-driving car team.
Faculty Host: Nik Martelaro
Event Type: Seminars
Room Number: In Person
Building: Newell-Simon 4305
Speaker's Name: NICK HOBBS
Speaker's Professional Title: Designer, New Generative AI Products, Google
Talk Title: How to Build a New Generation of AI Native Products
For More Information: rpetaeiz@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.hcii.cmu.edu…
Thursday, November 21, 2024, 5pm
This thesis explores diverse decision-making strategies for autonomous agents by examining knowledge-dependent and data-dependent approaches in stationary and dynamic data environments. We address five core research problems across three thematic areas: knowledge-dependent, stationary data-dependent, and evolving data-dependent decision-making.
We first investigate knowledge-driven decision-making within robotic swarms, characterizing vulnerabilities in systems governed by consistent rule-following behaviors. Here, adversarial agents exploit predictable patterns in swarm actions, demonstrating the risks inherent in structured decision protocols.
The second theme shifts to stationary data, where we leverage expert demonstrations to inform decision-making. Two studies illustrate this: one develops socially intelligent robotic interactions through imitation learning, while the other unifies multiple methods of reward parameter estimation in expert policies under a common optimization framework. Together, these studies highlight how structured, stable examples can enhance model precision and generalization in social and reward-driven contexts.
The final focus is on continual learning to mitigate catastrophic forgetting in dynamic environments. We propose methods for incremental object detection, first by incorporating new object classes in images without destabilizing existing knowledge, and then extending this framework to videos in a domain-incremental setting. By leveraging temporal context, this approach aims to support models capable of adapting to varied, evolving environments, crucial for applications like autonomous driving and surveillance.
Thesis Committee
Kris Kitani (Chair)
Maxim Likhachev
Deva Ramanan
Hironobu Fujiyoshi (Chubu University)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3001
Speaker's Name: NAVYATA N. SANGHVI
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Knowledge and Data Dependence in Decision-Making
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, November 21, 2024, 9am
Robotic simulation, planning, estimation, and control, have all been built on top of numerical optimization. In this same time, modern convex optimization has matured into a robust technology delivering globally optimal solutions in polynomial time. With advances in differentiable optimization and custom solvers capable of producing smooth derivatives, convex modeling has become fast, reliable, and fully differentiable. This thesis demonstrates the effectiveness of convex modeling in areas such as Martian atmospheric entry guidance, nanosatellite space telescope pointing, collision detection, contact dynamics of point clouds, online model learning, and finally, a derivative-free method for trajectory optimization that leverages modern parallelized simulation. In all of these domains, the reliability and speed of differentiable convex optimization enables real-time algorithms that are rigorous, performant, and easy to understand and modify.
Thesis Committee
Zachary Manchester (Chair)
Zico Kolter
Changliu Liu
Tom Erez (Google DeepMind Robotics)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: KEVIN TRACY
Speaker Website: kevintracy.info
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Differentiable Convex Modeling for Robotic Planning and Control
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Monday, November 18, 2024, 9am
In an age of autonomous driving and robotics, we are increasingly engaging with robots that deploy autonomous assistance. Cognitive science and human-computer interaction literature tells us that, when we apply autonomy in assistive settings, we are often augmenting the user’s sense of agency over the system. Sense of agency is a phenomenon from cognitive science that represents the experience of being in control of one’s environment. If our assistive systems had some notion of the user’s sense of agency, we could deploy robotic assistance that maintains the user’s feeling of control over their assistive device, which is an important factor in technology adoption and use. To build systems that deploy assistance while maintaining a strong user sense of agency during the interaction, we must understand assistive robot users’ experiences of control in the context of the assistance the robot provides.
Although we know that sense of agency experiences are prevalent in human-machine interactions, assistive robotics literature rarely addresses this concept explicitly. Gap 1: The assistive robotics literature lacks an understanding of the subjective sense of agency experience among users with disabilities during assistive interactions. Gap 2: Additionally, we lack measures of sense of agency that can be computed online, which might enable us to monitor and maintain sense of agency throughout assistive interactions. Gap 3: Finally, assuming we had a real-time measure for sense of agency, it is unclear how we could use the measures to dynamically adjust the level of assistance throughout assistive interactions. This thesis addresses the above three research gaps in two assistance domains: physical and cognitive assistance.
To quantitatively address Gap 1, we run experiments in both assistance domains that investigate the effects of level of assistance on the user’s sense of agency. To qualitatively address Gap 1, we will employ semi-structured interviews and scenario-based design techniques to query participants with disabilities about common scenarios in which assistive technology violates their sense of agency. For Gap 2, we propose real-time proxy metrics for sense of agency based on cognitive science theories in both the physically and cognitively assistive domains. Finally, for Gap 3, we implement novel assistive paradigms that dynamically adjust the level of assistance based on an estimation of the user’s sense of agency, which is computed from our proxy metrics. These novel paradigms are then compared to conventional assistive systems which do not consider sense of agency.
In this thesis, we contribute a quantitative and qualitative understanding of the subjective experience of sense of agency among assistive robot users with disabilities in the cases of physical and cognitive assistance. Additionally, we contribute some of the first real-time proxy metrics for sense of agency in assistive robotics. Finally, we contribute novel assistance paradigms that consider the user’s sense of agency when providing assistance to the user, and we compare these paradigms to conventional assistance approaches. We hope to build assistive systems that respect the user’s sense of agency, potentially leading to improved assistive interactions that leave users feeling in control of their assistive devices.
Thesis Committee
Henny Admoni (Chair)
Aaron Steinfeld
Patrick Carrington
Elaine Short (Tufts University)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305
Speaker's Name: MAGGIE COLLIER
Speaker Website: collierma.github.io
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Leveraging Sense of Agency to Improve the Experience of Control Over Assistive Robots
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Tuesday, November 19, 2024, 1pm
Proteins are essential regulators of cellular processes. Intrinsically disordered proteins (IDPs), despite lacking stable tertiary structures under physiological conditions, play crucial yet often underexplored roles in biological processes. With recent experimental advances like DisP-seq for probing IDP-DNA binding, there is a pressing need for efficient, interpretable computational methods to identify sequence determinants of IDP-DNA interactions and analyze their cooperative effects on gene regulation. To address this, we develop U-DisCo, a novel deep learning model that predicts base-resolution IDP-DNA binding profiles directly from DNA sequences. Leveraging a U-Net architecture, U-DisCo captures both local base-level interactions and long-range dependencies up to 20 kilobases with high accuracy and computational efficiency, outperforming the baseline BPNet. By incorporating ATAC-seq data, U-DisCo enables robust cross-cell type predictions as a multimodal framework. U-DisCo identified key IDP-binding motifs, revealing distinct interaction patterns and cooperative behaviors across different IDPs. Interestingly, we observed short-range interactions for motifs like AP-2 and EWS-FLI1 (single GGAA motif), while others exhibited independent, enhancer-like functions. Further analysis revealed that some IDPs favored certain strand orientations, suggesting their involvement in specific regulatory mechanisms. Overall, U-DisCo is the first computational approach to explore multiple IDPs within a single cell type, offering a versatile framework for studying IDP-mediated gene regulation and genome-wide regulatory elements.
Thesis Committee
Jian Ma (Chair)
Lei Li
Additional Information
Event Type: Master's Thesis Presentation
Room Number: In Person
Building: Reddy Conference Room, Gates Hillman 4405
Speaker's Name: HONGWEI TU
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Master's Student, Computer Science Department, Carnegie Mellon University
Talk Title: Learning Genome-Wide Interactions of Intrinsically Disordered Proteins with DNA Using U-DisCo
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: amalloy@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: csd.cmu.edu…
Monday, November 18, 2024, 3:30pm
As a result of recent advancements in foundation models, including large vision-language models, several researchers have explored methods of combining multiple modalities of data as inputs for visual question answering. One key application of visual question answering in the context of the healthcare domain is automated medical report generation, where x-ray images and text-based symptom data for a patient might be provided as inputs, with the intention of generating a relevant medical report as an output. However, very few studies analyze the performance of these models alongside uni-modal encoder-decoder models, and even fewer compare the performance of these multimodal models depending on whether they are provided symptom information as an input. Furthermore, past studies often use simple evaluation metrics that look at n-gram overlaps, such as BLEU and ROUGE scores, which are not effective for generative foundation models that can generate different sentences with the same semantic meaning.
In this paper, we present two main contributions. First, we compare the performance of a variety of approaches for generating medical reports on a dataset of Chest X-Ray medical reports, including an encoder-decoder model, a multimodal model without symptom data, and a multimodal model with symptom data. Second, we design a new metric for evaluating the similarity between generated and reference medical reports using medical term transformation, sentence embeddings, and cosine vector similarity. Our results show that multimodal approaches to medical report generation far outperform encoder-decoder approaches, and providing symptom data slightly improves accuracy for generated medical reports. We also find that our evaluation metric more closely measures similarity between generated and reference medical reports than standard techniques, as evidenced by both quantitative and qualitative case-study comparisons.
This research pushes the frontier of medical report generation by further reinforcing the accuracy benefits of using multimodal models with symptom inputs and introducing a more comprehensive, customized scoring metric for evaluating generated medical reports.
Thesis Committee
Min Xu (Chair)
Martin Zhang
Bryan Wilder
Additional Information
Event Type: Master's Thesis Presentation
Room Number: In Person
Building: Newell-Simon 4305
Speaker's Name: ANKIT GUPTA
Speaker's Professional Title: Master's Student, Computer Science Department, Carnegie Mellon University
Talk Title: Analyzing Multimodal Machine Learning Model Performance and Evaluation Metrics for Medical Report Generation
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: amalloy@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: csd.cmu.edu…
Tuesday, November 19, 2024, 4:30 – 5:30pm
Join us for a distinguished lecture featuring
Ashok Elluswamy, Vice President of AI Software, and
Pete Bannon, Vice President of Hardware Engineering
Get insights from industry leaders about the latest in AI technology.
Event Type: Career Presentation
Room Number: In Person
Building: Rashid Auditorium, Gates Hillman 4401
Speaker's Name: TESLA DISTINGUISHED LECTURE
Event Poster Title: Posters - all Tesla Presentations
Event Poster URL: www.cs.cmu.edu…
For More Information: careers@cs.cmu.edu
Event Website Title: SCS Careers
Event Website URL: www.cs.cmu.edu…
Wednesday, November 20, 2024, 12 – 1pm
Intermittent computing is gaining popularity in applications that rely on batteryless energy-harvesting devices, which experience frequent and arbitrary power failures. To ensure progress, programs running on these devices rely on runtime support to save state and re-execute after a power failure.
In this talk, we study the logical underpinning of intermittent computing and model checkpoint, crash, restore, and re-execution operations as computation on crash types. We draw inspiration from adjoint logic to reason about the relationship between persistent and transient memories through (re-)execution, checkpointing, and restoration. Using crash types, we show that any correct intermittent execution can be simulated by a continuously-powered execution.
Presented as part of the PLunch Seminar Series
and in Partial Fulfillment of the CSD Speaking Skills Requirement
Event Type: Speaking Skills
Room Number: In Person
Building: Gates Hillman 8102
Speaker's Name: MYRA DOTZEL
Speaker Website: www.andrew.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Modal Crash Types for Intermittent Computing
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: csd.cmu.edu…
Wednesday, November 13, 2024, 12 – 1pm
In this talk I will survey (block) Krylov methods for solving systems of linear equations. Such methods have close connections with conjugate gradient, Lanczos method, Wiedemann's algorithm, and can be viewed as generalizations of the power method. What I know about these mostly occur over reals, so I'll mainly focus on the continuous setting. However, I will also attempt to discuss how such algorithms work over finite fields, and connections with matrix rank, eigenvalues, and minimum polynomials.
Event Type: Seminars
Room Number: In Person
Building: Reddy Conference Room, Gates Hillman 4405
Speaker's Name: RICHARD PENG
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Associate Professor, Computer Science Department, Carnegie Mellon University
Talk Title: Krylov Space Methods
For More Information: wrhe@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Event Website Title: Series Website
Event Website URL: www.cs.cmu.edu…
Tuesday, November 19, 2024, 3:30 – 4:30pm
Social networks scaffold the diffusion of information on social media. Much attention has been given to the spread of true vs. false content on social media, including the structural differences between their diffusion patterns. However, much less is known about how platform interventions on false content alter the diffusion of such content. In this work, we estimate the causal effects of a novel fact-checking feature, Community Notes, adopted by Twitter (now X) to solicit and vet crowd-sourced fact-checking notes for false content. An important aspect of this feature is its use of a bridging-based decision algorithm whereby fact-checking notes are shown only if they are seen as broadly informative and helpful by users from across the political spectrum. To estimate the causal effect of bridging-based fact-checking, we gather detailed time series data for 40,000 posts for which notes have been proposed and use synthetic control methods to produce counterfactual estimates of a range of diffusion-based outcomes. We find that attaching fact-checking notes significantly reduced the reach of and engagement with false content. In reducing reach, we observe that diffusion trees for fact-checked content are less deep, but not less broad, than synthetic control estimates for non-fact-checked content with similar reach. This finding contrasts notably with differences between false vs. true content, where false information diffuses farther, but with structural patterns that are otherwise indistinguishable from those of true information, conditional on reach.
—
Johan Ugander is an Associate Professor at Stanford University in the Department of Management Science & Engineering, within the School of Engineering. His research develops algorithmic and statistical frameworks for analyzing social networks, social systems, and other large-scale social and behavioral data. Prior to joining the Stanford faculty he was a postdoctoral researcher at Microsoft Research Redmond 2014-2015 and held an affiliation with the Facebook Data Science team 2010-2014. He obtained his Ph.D. in Applied Mathematics from Cornell University in 2014. His awards include a NSF CAREER Award, a Young Investigator Award from the Army Research Office (ARO), several Best Paper Awards, and the 2016 Eugene L. Grant Undergraduate Teaching Award from the Department of Management Science & Engineering.
Faculty Host: Nihar Shah
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Gates Hillman 8102 and Zoom
Speaker's Name: JOHAN UGANDER
Speaker Website: web.stanford.edu…
Speaker's Professional Title: Associate Professor, Department of Management Science & Engineering, Institute for Computational & Mathematical Engineering, School of Engineering, Stanford University
Talk Title: Bridging-based fact-checking moderates the diffusion of false information on social media
For More Information: sharonw@cs.cmu.edu
Affiliations: Computer Science Department (CSD), Machine Learning Department (MLD)
Organization(s): School of Computer Science
Monday, November 18, 2024, 12 – 1pm
Reliability, security, and resiliency of the cyber-physical systems has been an active area of research, in one form or the other. With every advancement in enabling technology comes new challenges in terms of reliability and resiliency. The past few decades have seen a sharp rise in communication and computational technologies applied to large-scale systems. The cyber-physical layer grows exponentially as these systems undergo a transformation to an extensive dependence on distributed resources with associated digital control and communication interfaces, many of these located beyond the grid edge.
Consequently, the problem of securing cyber-physical systems has become technically more challenging on multiple fronts: (1) Ubiquity of internet of things (IoT) and industrial IoT (IIoT) devices increases the vulnerability and threat landscape exponentially; (2) The increased variability due to the introduction of distributed resources makes contingency analysis challenging; (3) Despite advancements in computation technology, the sheer size of the cyber landscape often renders computational processes infeasible; and (4) The tight coupling of the cyber and physical components makes pure information technology (IT) or operational technology (OT)-based security technologies less effective.
To address these challenges, current state-of-the-art approaches often incorporate AI/ML technologies to detect anomaly in the system operational data. This has shown significant promise with high true positive rates when the available data adequately captures the operating conditions of the system. However, performance degradation sets in when new operation regimes, not represented in the available dataset, are encountered. Unfortunately, this is well known and exploited by malicious attackers to mimic extreme event situations, forcing the system into a panic mode.
In this talk, I will discuss some recent results leveraging the cyber-physical nature to develop algorithms for holistic vulnerability assessment of these systems. This approach seamlessly merges data-driven machine learning models, for the cyber layer, with domain knowledge physics-based models, for the physical layer, to simultaneously achieve high accuracy and high generalizability for understanding the effects of both known and unknown extreme events. This knowledge promises to enable the development of resilient control algorithms to enable the systems to survive malicious or natural extreme events while sustaining critical functions.
—
Dr. Olugbenga Moses Anubi is an Associate Professor of Electrical and Computer Engineering at the Florida State University, with affiliations with the Center for Advanced Power Systems (CAPS) and the Center for Intelligent Systems, Controls and Robotics (CISCOR). He is the director of the Resilient and Autonomous Systems Lab (RASLab). He was a Lead Control Systems Engineer at the GE Global Research Center, NY. His work has resulted in more than 15 patents and several recognitions including the 2023 FAMU-FSU College of Engineering Faculty Rising Star Award, the GE Technology Award (Physical+Digital), the Connected Controls Technical Achievement Award, the Whitney Award and the Dushman Technology Award. His work is supported by DOE, ONR, DARPA, DOT and several industry partners. His research interests include control of autonomous systems and resilient cyber-physical systems with applications to energy, transportation and other critical infrastructures. He is an inducted senior member of the National Academy of Inventors (NAI) and a senior member of IEEE.
Host: Michael Lisanti
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Panther Hollow Room 4105, Mehrabian Collaborative Innovation Center
Speaker's Name: OLUBENGA MOSES ANUBI
Speaker Website: eng-web1.eng.famu.fsu.edu…
Speaker's Professional Title: Associate Professor, and Director, Resilient and Autonomous Systems Lab, Department of Electrical and Computer Engineering, Florida State University
Talk Title: Generative Vulnerability Assessment of cyber-physical Systems
For More Information: bethbuch@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): CyLab, School of Computer Science
Event Website Title: Event Website
Event Website URL: www.cylab.cmu.edu…
Wednesday, November 13, 2024, 2 – 3pm
I’ll describe the design of Spanner’s new storage engine, Ressi, which replaced untyped sorted string tables (inherited from Bigtable) with a strongly typed SQL-native representation. Live migration of 6 exabytes of data and multiple billion-user products to the new engine posed unique challenges. Sound methodology from experimental computer science was the key to its success.
The simplicity and power of declarative queries combined with strongly consistent transactional semantics has scaled to many thousands of machines running an aggregate of over 2 billion queries per second for some of the largest applications in the world. While challenges emerge as we continue to scale, I argue that the dominant obstacle to achieving zettabyte scale databases is in experimental methodology rather than in the underlying technical problems themselves.
—
David F. Bacon leads Google’s Spanner storage engine team, responsible for over 70% of the total fleet-wide cost of Spanner. His current work includes compression, RAM efficiency, ASIC support for databases, protection against “mercurial cores”, and tools for predicting fine-grained impact of software and hardware changes. Prior to Google, he worked at IBM Research on programming language design, optimization, and hardware synthesis. He was named an ACM Fellow for pioneering work on real-time garbage collection. He holds a Ph.D. from UC Berkeley, and his thesis work on optimizing virtual functions is used in most modern C++ and Java compilers. He has published over 80 papers and holds 29 patents.
Zoom Participation. See announcement.
Event Type: Seminars
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: DAVID F. BACON
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Principal Engineer, Leads, Spanner Storage Engine Team, Google
Talk Title: Evolution of the Storage Engine for Spanner, an Exabyte-scale Database System
For More Information: db-www@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: db.cs.cmu.edu…
Tuesday, November 12, 2024, 12:30 – 1:50pm
The patent process can be confusing at best and overwhelming at worst. This presentation aims to cut through the confusion and provide a clear, actionable understanding of how to protect your innovations. In this talk Frank will walk users through one of his patents from ideation to issuance.
Key Takeaways:
Wednesday, November 20, 2024, 3:30pm
Large text-to-image models learn from training data to synthesize “novel” images, but how the models use the training data remains a mystery. The problem of data attribution is to identify which training images are influential for generating a given output. Specifically, removing influential images and retraining the model would prevent it from reproducing that output image. Unfortunately, directly searching for these “ground truth” influential images is computationally infeasible since it would require repeatedly retraining from scratch.
My research aims to develop effective and scalable attribution methods and evaluation schemes for large text-to-image models. First, I present a computationally feasible attribution benchmark for large text-to-image models. Through “customization” methods, we define ground truth attribution labels by creating synthetic images computationally influenced by exemplar images. This scheme allows efficient evaluation by avoiding retraining repeatedly. Next, I will present a new data attribution approach for general text-to-image models. We simulate unlearning the synthesized image, find training images that are forgotten after the unlearning process, and label these as influential.
Finally, I will present ongoing work on improving the efficiency of attribution algorithms and propose a future research direction for developing interpretable attribution algorithms.
Thesis Committee
Jun-Yan Zhu (Chair)
Deva Ramanan
Ruslan Salakhutdinov
Alexei A. Efros (University of California, Berkeley)
David Bau (Northeastern University)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: SHENG-YU WANG
Speaker Website: peterwang512.github.io
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Data Attribution for Text-to-Image Models
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, November 14, 2024, 4:30 – 5:30pm
We construct a quantum oracle relative to which BQP = QCMA but quantum-computation-classical-communication (QCCC) key exchange, QCCC commitments, and two-round quantum key distribution exist. We also construct an oracle relative to which BQP = QMA, but quantum lightning (a stronger variant of quantum money) exists. This extends previous work by Kretschmer [Kretschmer, TQC22], which showed that there is a quantum oracle relative to which BQP = QMA but pseudorandom state generators (a quantum variant of pseudorandom generators) exist.
We also show that QCCC key exchange, QCCC commitments, and two-round quantum key distribution can all be used to build one-way puzzles. One-way puzzles are a version of "quantum samplable" one-wayness and are an intermediate primitive between pseudorandom state generators and EFI pairs, the minimal quantum primitive. In particular, one-way puzzles cannot exist if BQP = PP.
Our results together imply that aside from pseudorandom state generators, there is a large class of quantum cryptographic primitives which can exist even if BQP = QCMA, but are broken if BQP = PP. Furthermore, one-way puzzles are a minimal primitive for this class. We denote this class "CountCrypt".
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Blelloch-Skees Conference Room, Gates Hillman 8115 and Zoom
Speaker's Name: ELI GOLDIN
Speaker Website: eligoldin.com
Speaker's Professional Title: Ph.D. Student, Department of Computer Science, New York University
Talk Title: CountCrypt: Quantum Cryptography between QCMA and PP
For More Information: qvd@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): CyLab, School of Computer Science
Event Website Title: Series Website
Event Website URL: sites.google.com…
Friday, November 15, 2024, 12:30pm
As a researcher who has been working on speech recognition for more than 10 years, I'd like to introduce three main projects I was involved in, and share the lessons I learned from it with the students.
—
Yu Zhang is currently a research scientist at OpenAI. Previously, he was a research scientist at Google Brain working on speech processing. Yu received his Ph.D degree in computer science from Massachusetts Institute of Technology in 2017. During his Ph.D, he worked on improving speech recognition performance. Yu is a main contributor to Google's next generation RNNT ASR model and Tacotron based text-to-speech system. Yu led Google's Universal Speech Model efforts. After joining OpenAI, Yu is now a key contributor to GPT-4o that can reason across audio, vision, and text in real time.
Event Type: Colloquium
Room Number: In Person
Building: Doherty Hall A 302
Speaker's Name: YU ZHANG
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Research Scientist, Open AI
Talk Title: Hearing the AGI: from GMM-HMM to GPT-4o
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jclark2@andrew.cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): School of Computer Science
Event Website Title: Series Website
Event Website URL: lti.cmu.edu…
Saturday, November 16, 2024, 9am – 3pm
Join us for the finals of Carnegie Mellon University's annual Hack-a-Startup Pitch Competition!
Come support 15 talented finalist teams as they showcase the innovative startups they’ve developed in just two weeks, all competing for nearly $10,000 in cash prizes. Don’t miss this inspiring day of creativity, ambition, and entrepreneurial spirit.
Tentative Schedule
Monday, November 18, 2024, 2pm
Resource-bound analysis aims to infer symbolic bounds of worst-case resource usage (e.g., running time, memory, and energy) of programs as functions of program inputs. Resource analysis has numerous applications, including job scheduling in cloud computing and prevention of side-channel attacks. Various resource analysis technique have been developed, and they have unique strengths and weaknesses that complement each other. (Automatic) static resource analysis, which analyzes the source code of programs, is sound: if it successfully infers a cost bound, it is guaranteed to be a valid bound. However, every static analysis technique is incomplete: there exists a program that the analysis technique cannot handle. Meanwhile, data-driven analysis, which statistically analyzes cost measurements obtained by running programs on many inputs, can infer a candidate cost bound for any program. However, it does not guarantee soundness of inference results.
To overcome limitations of individual analysis techniques, I propose hybrid resource analysis, which integrates two complementary analysis techniques to retain their strengths while mitigating their respective weaknesses. The user first specifies which analysis techniques are used to analyze which code fragments and quantities. Hybrid analysis then performs its constituent analysis techniques on their respective code fragments and quantities. Finally, their inference results are combined into an overall cost bound.
The development of hybrid resource analysis has been driven by the desire to go beyond Automatic Amortized Resource Analysis (AARA), a state-of-the-art type-based static resource analysis technique. I start by proving polynomial-time completeness of AARA. I next introduce Bayesian data-driven analysis, which conducts Bayesian inference on cost measurements to infer a posterior distribution of symbolic cost bounds. I then present the first hybrid resource analysis, Hybrid AARA, followed by a discussion of its limitations. To overcome these limitations, I introduce the second hybrid resource analysis, resource decomposition. I additionally describe Swiftlet, which instantiates the resource-decomposition framework with AARA and Bayesian resource analysis. Finally, for proposed work, my collaborators and I plan to develop data-driven-analysis for statistically inferring not only a worst-case symbolic cost bound but also a worst-case input generator, which is a program generating worst-case program inputs of various sizes.
Thesis Committee
Jan Hoffmann (Chair)
Feras Saad
Matt Fredrikson
Nadia Polikarpova (University of California, San Diego)
Additional Information
Event Type: Thesis Proposals
Room Number: In Person
Building: ASA Conference Room, Gates Hillman 6115
Speaker's Name: LONG PHAM
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Hybrid Resource-Bound Analyses of Programs
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: csd.cmu.edu…
Friday, November 15, 2024, 12:30pm
Autonomous robots—including self-driving vehicles, sidewalk delivery robots, and more—must navigate among humans in a safe and socially-compliant manner. Current approaches for building and evaluating such autonomous systems rely on data-driven techniques; however, a generalization gap emerges, as methods trained in these traditional paradigms are unable to cope with unexpected real-world scenarios. Therefore, this thesis aims to develop improved evaluation settings and methodologies to increase and assess robustness in autonomous robot navigation against these challenges.
This thesis proposal describes several completed works that assess and improve different facets of robustness in autonomy:
Monday, November 18, 2024, 2 – 3pm
In this talk, I will present the research and development efforts in computer vision and large language models (LLMs) at PAII, the U.S. research lab of PingAn Group. We focus on applying these technologies across diverse financial scenarios, such as autonomous car damage estimation, elderly care, and satellite image analysis for agricultural insurance. I will delve into the technical aspects of multi-modal LLM development for AI-enabled medical diagnostics and share insights into current research directions and concerns in multi-modal large language models (MLLMs).
—
Mei Han is the director of PAII Inc, US Research Lab of Ping An Group. Her research interests are in the fields of video analysis, geometric modeling, computer vision and multi-modality large language model. She has published more than 120 papers at top-tier conferences/journals and filed 80 patents. Her research has made impacts to Ping An Property Insurance, Car Insurance, Smart City, Ping An Bank, Investment and many other internal and external business partners. Prior to joining Ping An, she held the position of research scientist at Google and research staff member at NEC Labs America. She’s made significant contributions to the products of Google Earth, StreetView, Photos, Image Search, YouTube, Cloud. Technologies developed by Dr. Han and her colleagues are at the core of the company Vidient's innovative surveillance products. Mei Han holds Doctorates in Robotics and Computer Science from Carnegie Mellon University and Tsinghua University. She has served as the Industry Chair for CVPR’22, CVPR’19, CVPR’17, CVPR’16, ACM MM’17, 3DV’16 and ICASSP’21, and Area Chair for CVPR'22, WACV'25, WACV'24, ICASSP'25, ICASSP'24. She was a Keynote Speaker at IEEE GlobalSIP’19.
Faculty Host: Jian Ma
Event Type: Seminars
Room Number: In Person
Building: Reddy Conference Room, Gates Hillman 4405
Speaker's Name: MEI HAN
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Director, PAII Inc, US Research Lab, Ping An Group
Talk Title: AI/LLM Applications at PAII: AI-Enabled Medical Diagnostics at Scale
For More Information: aricarte@andrew.cmu.edu
Affiliations: Computational Biology Department (CBD), Language Technologies Institute (LTI), Machine Learning Department (MLD), Robotics Institute (RI)
Organization(s): School of Computer Science
Tuesday, November 19, 2024, 9am
This dissertation addresses the problem of enhancing the efficiency and trustworthiness of neural models.
On the efficiency side, my work focuses on the problem of Hyper-parameter tuning (HPT), a crucial but expensive step to optimize the performance of Neural Networks (NN). In this dissertation, I propose two new HPT methods, HyperJump and TrimTuner. Both methods aim to maximize model’s quality while reducing training and optimization time. Despite using different techniques to solve the optimization problem, both rely on low-fidelity observations (e.g., training with sub-sampled datasets) to efficiently identify promising configurations to be then tested via high-fidelity observations (e.g., using the full dataset).
On the trustworthiness side, the focus of this work is on adversarial robustness and uncertainty estimation. On the adversarial robustness front, I investigate the challenges that arise when performing HPT for models that are adversarially trained, showing that, although the complexity of the HPT problem is exacerbated in adversarial settings, tuning the HPs independently for standard and Adversarial Training (AT) can improve accuracy. To reduce HPT costs, I propose leveraging cheap AT methods to obtain inexpensive, yet highly correlated, estimations of the quality of more robust methods. This approach, combined with a recent multi fidelity optimizer, enhances significantly the efficiency of the HPT process. On the uncertainty estimation front, I introduce Error-Driven Uncertainty Aware Training (EUAT), a method that strives to ensure that the model is highly uncertain when making inaccurate predictions and confident when making accurate ones. During training EUAT selectively employs two loss functions based on the model’s performance on training examples: i) it reduces uncertainty for correct predictions and ii) increases uncertainty for mispredictions, while preserving the accuracy.
This current proposal presents the research results already achieved so far and plans for future work in order to complete my dissertation.
Thesis Committee
David Garlan (Chair)
Paolo Romano (Co-Chair, Instituto Superior Técnico, University of Lisbon)
Matt Fredrikson
Steven Wu
Chrysoula Zerva (Instituto Superior Técnico, University of Lisbon)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: TCS Hall 358 and Zoom
Speaker's Name: PEDRO GONÇALO BRAVO MENDES
Speaker Website: web.tecnico.ulisboa.pt…
Speaker's Professional Title: Ph.D. Student, Ph.D. Program in Software Engineering, Software and Societal Systems Department, Carnegie Mellon University
Talk Title: Techniques for Enhancing the Efficiency and Trustworthiness of Neural Networks
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: aroudebu@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science
Thursday, November 21, 2024, 4:30 – 6pm
Large language models (LLMs) have demonstrated remarkable capabilities in generating coherent text and completing various natural language tasks. Nevertheless, their ability to perform complex, general reasoning has remained limited. In this talk, I will describe OpenAI's new o1 model, an LLM trained via reinforcement learning to generate a hidden chain of thought before its response. We have found that the performance of o1 consistently improves with more reinforcement learning compute and with more inference compute. o1 surpasses previous state-of-the-art models in a variety of benchmarks that require reasoning, including mathematics competitions, programming contests, and advanced science question sets. I will discuss the implications of scaling this paradigm even further.
—
Noam Brown is a research scientist at OpenAI investigating reasoning and multi-agent AI. He co-created Libratus and Pluribus, the first AIs to defeat top humans in two-player no-limit poker and multiplayer no-limit poker, respectively, and Cicero, the first AI to achieve human-level performance in the natural language strategy game Diplomacy. He has received the Marvin Minsky Medal for Outstanding Achievements in AI, was named one of MIT Tech Review's 35 Innovators Under 35, and his work on Pluribus was named by Science as one of the top 10 scientific breakthroughs of 2019. Noam received his PhD from Carnegie Mellon University.
About the Lecture: The Katayanagi Lectures recognize the best and the brightest in the field of computer science and are presented by the School of Computer Science at Carnegie Mellon University in cooperation with the Tokyo University of Technology (TUT). The lectures recognize both senior and junior talent. The series were established through a gift from Japanese entrepreneur and education advocate, Mr. Koh Katayanagi, who founded TUT and several other technical institutions in Japan over many multiple decades.
Event Type: SCS Distinguished Lectures
Room Number: In Person
Building: Rashid Auditorium, Gates Hillman 4401
Speaker's Name: NOAM BROWN
Speaker Website: noambrown.github.io
Speaker's Professional Title: Research Scientist, OpenAI
Talk Title: Learning to Reason with LLMs
For More Information: scs-dls@cs.cmu.edu
Affiliations: Computational Biology Department (CBD), Computer Science Department (CSD), Human-Computer Interaction Institute (HCII), Language Technologies Institute (LTI), Partnerships, Robotics Institute (RI), Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science
Thursday, November 14, 2024, 4 – 5pm
Summer Undergraduate Research Fellowships (SURF) are open to undergraduates interested in research in any discipline, whether in the arts, humanities, sciences, social sciences, engineering or business. Awards are $4,500 for eight to ten weeks of full-time summer research on campus with a faculty mentor; students can join an existing project or they can propose one of their own. The fellowships are competitive and, as per the website description, include additional application materials beyond the requisite proposal. Students may work alone or in a group, but must apply for the SURF as an individual — no group awards are available.
Friday, November 15, 2024, 1:30 – 2:30pm
Quantifying greenhouse gas sources and sinks from the atmosphere is essential for assessing the success of emission reduction efforts. Observations of atmospheric greenhouse gases have become major tools for tracking these fluxes. Because atmospheric transport links emissions to downwind concentration changes, this presents an inverse problem. In this presentation, I’ll introduce the general methodology for quantifying emissions, highlighting key successes and ongoing challenges. I’ll also provide an overview of diverse applications, from tracking emissions at individual facilities to monitoring trends on a global scale.
—
Brendan Byrne is a Senior Data Scientist at Qube Technologies, where he works on continuous monitoring of methane emissions. Previously, he was a Scientist at the NASA Jet Propulsion Laboratory (JPL), where he led research on the global carbon cycle and its implications for climate change. He is an expert on flux inversion analyses, where surface-atmosphere trace gas fluxes are estimated from atmospheric concentration data and holds a Ph.D. from the University of Toronto and both M.Sc. and B.Sc. degrees from the University of Victoria.
To Sign up or the Seminar
Event Type: Seminars
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: BRENDAN BYRNE
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Senior Data Scientist Qube Technologies
Talk Title: Quantifying greenhouse gas emissions through atmospheric inversion systems
For More Information: tsukiant@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): Statistics and Data Science Department, Stamps
Event Website Title: Event Website
Event Website URL: www.cmu.edu…
Friday, November 15, 2024
At the Human-AI Integration Lab (HAL), we design, build, and study human-AI systems that amplify human potential by enhancing cognitive, creative, physical, and social capabilities. This talk will explore the challenges of developing these systems while addressing the unpredictability of AI and the complexity of human behavior. I will present our recent work on generative AI for learning and well-being, as well as AI systems that augment creativity, improve accessibility, and provide physical task guidance in mixed reality. The talk will conclude with my lab's vision to transform AI into a universal tool for augmenting human potential.
—
Misha Sra is the John and Eileen Gerngross Assistant Professor at the University of California, Santa Barbara where she directs the Human-AI Integration Lab in the Computer Science department. Misha received her PhD from the MIT Media Lab in 2018, advised by Prof. Pattie Maes in the Fluid Interfaces Group. She has published at the most selective HCI, VR, and machine learning venues such as CHI,UIST, IEEE VR, CVPR, ECCV and EMNLP where she received four best paper awards and honorable mentions. MIT selected her as an EECS Rising Star in 2018. In 2023, she was awarded an NSF CAREER Award for her work in Human-AI Interaction design. Her research has received extensivecoverage from leading media outlets (e.g., from MIT News, The Verge, PCMag) and has drawn the attention of industry research, such as Toyota Research, Samsung Research, and Unity 3D.
Faculty Host: David Lindbauer
In Person and Zoom (Internal to CMU) and Livestream (All Guests)
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Mauldin Auditorium, Newell-Simon 1305 and Livestream
Speaker's Name: MISHA SRA
Speaker Website: sites.cs.ucsb.edu…
Speaker's Professional Title: John and Eileen Gerngross Assistant Professor, Computer Science Department, University of California, Santa Barbara
Talk Title: Design of Human-AI Systems to Augment Human Potential
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: rpetaeiz@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.hcii.cmu.edu…
Thursday, November 14, 2024, 3pm
One reason for the widespread adoption of SAT solvers is that they are trustworthy: their answers can be checked with verified software. In particular, many SAT solvers can emit proof certificates of unsatisfiability that are efficient to check. However, the standard proof systems in use today struggle to succinctly express proofs for problem instances with a high degree of symmetry.
In this talk, we discuss our recent work on proof checking tools for the substitution redundancy (SR) proof system. We discuss a few problems that admit short SR proofs, as well as how we can express and check those proofs. Our verified proof checker was developed in the Lean theorem prover.
Presented in Partial Fulfillment of the CSD Speaking Skills Requirement
Event Type: Speaking Skills
Room Number: In Person
Building: Newell-Simon 3305
Speaker's Name: CAYDEN CODEL
Speaker Website: crcodel.com
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Verified Substitution Redundancy Checking for SAT Solving
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: csd.cmu.edu…
Tuesday, November 12, 2024, 12 – 1:15pm
The availability of large code corpora, coupled with advances in machine learning have made it possible to build software development tools grounded in statistical principles, paving way for capabilities that were not possible with technologies that relied on program semantics alone. In the last couple of years, large language models have taken the world by storm, and have shown remarkable ability to create, explain, critique and debug code. In this talk, I will provide an overview of this area both from a research as well as technology point of view. I’ll describe how at Google we have been working on weaving AI capabilities in developer workflows, how we collect data, how we prioritize our work, and the impact that this work is showing. I will discuss how model quality and user experience interact in interesting ways that have a material implication on the success of such tools. I will share some thoughts on how the field is evolving from its erstwhile focus on code completion to higher-level tasks. Finally, I will discuss the role of benchmarks in our community, and what we can do to push the state of the art together at a higher pace.
—
Satish Chandra is a researcher at Google, where he applies machine learning techniques to improve developer productivity. His work has spanned many areas of programming languages and software engineering, including program analysis, type systems, software synthesis, bug finding and repair, software testing and, of course, application of AI to software development. His research has been widely published in leading conferences in his field. Satish Chandra obtained a PhD from the University of Wisconsin-Madison, and a B.Tech from the Indian Institute of Technology-Kanpur, both in computer science. He is an ACM Distinguished Scientist and an elected member of WG 2.4
In Person and Zoom Participation. See announcement.
Event Type: Lecture
Room Number: In Person and Virtual - ET
Building: TCS Hall 358 and Livestream
Speaker's Name: SATISH CHANDRA
Speaker Website: sites.google.com…
Speaker's Professional Title: Principal Engineer, Core Developer Group, Google
Talk Title: AI in Software Engineering at Google
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: lv2c@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science
Event Website Title: Series Website
Event Website URL: s3d.cmu.edu…
Tuesday, November 12, 2024, 10am
Leading design in large organizations often feels like fitting a square peg into a round hole—it doesn’t always come together seamlessly. Yet, how we show up and deliver can determine whether we earn a seat at the table.In this session, we’ll explore key principles to help designers navigate the unique complexities of leadership in business environments. While not exhaustive, these principles offer actionable insights, especially for designers transitioning into leadership roles. Topics include:
Come ready to share your experiences and engage in a lively discussion as we unpack what it takes to lead design successfully in a business context.
—
Aradhana Goel is a seasoned Product and Design leader with over 20 years of experience addressing complex business challenges, guiding diverse product and service portfolios, building high-performing teams, and driving meaningful impact for users and stakeholders. Most recently, she served as Head of Product Design and Behavioral Science for Bayer Pharmaceuticals’ Integrated Care Team, where she led the vision, strategy, development, and launch of digital solutions in Cardiovascular and Women’s Health. Previously, as Head of New Product Development at Capital One, she oversaw the growth and scale of the innovative Capital One Café concept.Aradhana has also held prominent consulting roles, including over 12 years with IDEO and MAYA (now BCG Platinion). An entrepreneur at heart, she co-founded IDEO’s office in India, establishing its core offerings, business model, and client relationships, while building and leading a local design team.
Currently, Aradhana is an adjunct faculty member at Carnegie Mellon University’s Integrated Innovation Institute, where she teaches Methods & Tools for Product Innovation. She also serves as a strategic advisor and leadership coach for organizations, helping leaders and teams work more effectively individually, collaboratively, and at scale.
Aradhana frequently speaks on design thinking and product innovation, and has presented at conferences and events such as the Digital Therapeutics Conference, Lesbians Who Tech, Penn State’s Stuckeman School, CMU’s HCI Institute, and TEDx India.
Faculty Host: Laura Vinchesi
In Person and Zoom. See announcement.
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: Newell-Simon Hall 3305 and Zoom
Speaker's Name: ARADHANA GOEL
Speaker Website: www.cmu.edu…
Speaker's Professional Title: Adjunct Faculty, Integrated Innovation Institute, Carnegie Mellon University
Talk Title: The Business of Leading Design
For More Information: cbstumpf@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): School of Computer Science
Tuesday, November 12, 2024, 9am
Foundation models have become central to modern machine learning, introducing new capabilities such as zero-shot and few-shot learning. These paradigms offer significant advantages in terms of generalization and robustness. However, as their applications expand, so do the associated risks and limitations, including potential privacy violations and intellectual property concerns.
This thesis proposal seeks to analyze foundation models through the lens of information theory, focusing on three interconnected areas: robustness, privacy, and copyright protection. First, we investigate how contrastive vision-language models respond to distribution shifts, where training and test data differ significantly, proposing information-theoretic measures to quantify and enhance model robustness. Second, we examine how existing unlearning algorithms fail to remove private information from models, and develop efficient auditing tools for machine unlearning. Third, we explore the memorization issues in large language models, advocating for a compression-based adversarial prompt method to measure memorization, which is essential in identifying copyright infringement.
For future work, we first extend our afore-mentioned memorization measurement to continuous soft token space. Previously, this measurement requires a computation in the discrete space, which is not computationally efficient. We aim to achieve a more efficient algorithm by searching in the continuous space, and develop corresponding information-theoretic measure. Second, we investigate the suboptimal out-of-distribution (OOD) tokenization issue in large language models (LLM), and propose to improve OOD tokenization via a sparse optimal transport token translation.
Thesis Committee
J. Zico Kolter (Chair)
Graham Neubig
Ruslan Salakhutdinov
Lester Mackey (Microsoft Research, New England)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates Hillman 4405 and Zoom
Speaker's Name: ZHILI FENG
Speaker Website: zhilif.github.io
Speaker's Professional Title: Ph.D. Student, Machine Learning Department, Carnegie Mellon University
Talk Title: Leveraging Information Theoretic Tools for Foundation Model Analysis
For More Information: stidle@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): School of Computer Science
Tuesday, November 12, 2024, 8am
Deep learning has made significant progress to analyze an unprecedented amount of rich visual information from the real world to enable applications such as robotics, surveillance, and public safety monitoring. The successful deployment of deep learning techniques highly relies on the availability of large-scale domain-specific annotated data. However, these constraints are unlikely to be met in many real-world scenarios. In practice, various domain gaps exist between the training and test data. Test data are typically drawn from out-of-domain distributions, encompassing novel viewpoints, varied noise conditions, and diverse scenes. In addition to the diversity in visual representations, deep learning models trained on fixed, closed-set labels may not meet the query requirements of arbitrary text prompts from users. Additionally, novel vocabularies may not be accessible during training. To enable the deployment of a robust visual perception system, learning generalized feature representations during training is crucial.
In this thesis, with the goal of developing systems which can generalize to novel viewpoints, scenes and vocabularies, we explore different representation learning methods based on Siamese learning, masked visual modeling, and generatively pre-training. This thesis consists of three parts. The first part conducts robust semantic instance segmentation for videos and 3D data. We aim to learn feature representations that are invariant to various viewpoints and noise conditions via Siamese learning. We propose to leverage temporal consistency for videos and spatial consistency for 3D volumetric images, such that the learned feature representations have strong generalization ability. In the second part, we tackle the problem of human action analysis, which requires the model to learn from dynamic cues. We propose representation learning techniques based on masked visual modeling, such that the model can learn better spatial-temporal context. We also exploit both RGB videos and 3D human meshes for robust multi-modal action analysis. Finally, in the third part, we leverage generatively pre-trained vision-language models and develop systems that can handle novel vocabularies and text prompts. Our final goal is to build a robust system that can generalize to novel viewpoints, scenes, and vocabularies.
Thesis Committee
Alexander Hauptmann (Chair)
Teruko Mitamura
Yonatan Bisk
Junwei Liang (Hong Kong University of Science and Technology)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: ASA Conference Room, Gates Hillman 6115 and Zoom
Speaker's Name: XIAOYU ZHU
Speaker Website: zgzxy001.github.io
Speaker's Professional Title: Ph.D. Candidate, Language Technologies Institute, Carnegie Mellon University
Talk Title: Learning Generalizable Visual Representations Towards Novel Viewpoints, Scenes and Vocabularies
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: StaceyYoung@cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): School of Computer Science
Thursday, November 14, 2024, 10am
This thesis takes a comprehensive network discovery and computational approach to understanding state-sponsored operations on social media. The focus is on mapping out China’s public diplomacy and covert information operations to find key players, algorithmic tactics, and the role of bots and influencers in amplifying messaging. A core component of my research focuses on narrative shifts within these campaigns in response to global events, such as Russia's invasion of Ukraine. By temporally analyzing transformer-based embeddings, I map out how China’s narratives towards regional neighbors have shifted, particularly regarding its territorial claims around Taiwan and the South China Sea. I then analyze the relationship between social media and kinetic offline activity, analyzing China’s military flights around Taiwan and its social media messaging around the 2022 Nancy Pelosi visit. The culmination of my research contributes to constructing a scenario design for synthetic social media campaigns within a digital training environment, aimed at understanding state actor behavior in manipulating public opinion and policy. Lastly, I discuss policy implications and the impact of state-sponsored activity in a climate of declining platform moderation. My work advances the understanding of how state actors leverage and manipulate the information environment through diverse information maneuvers to further strategic objectives, providing a comprehensive view of the complex landscape of state-sponsored operations on social media.
Thesis Committee
Kathleen M. Carley (Chair)
Patrick Park
John Chin
Col. Matthew Benigni (US Army)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: TCS Hall 360 and Zoom
Speaker's Name: CHARITY S. JACOBS
Speaker Website: charityking2358.github.io
Speaker's Professional Title: Ph.D. Candidate, Ph.D. Program in Societal Computing, Software and Societal Systems Department, Carnegie Mellon University
Talk Title: Characterizing State-Sponsored Information Campaigns through Network Discovery
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: aroudebu@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science
Wednesday, November 13, 2024, 6 – 8:30pm
Spark – Startups and Emerging Companies is an innovative in-person networking event designed to provide a platform for small businesses and early-stage start-ups to engage with Carnegie Mellon University students. Companies will have the opportunity to network, recruit our students and share information about their company story, mission, and products.
Spark is hosted by the CPDC in collaboration with the Swartz Center for Entrepreneurship.
Event Type: Career Center Event
Room Number: In Person
Event Website Title: SCS Careers
Event Website URL: www.cs.cmu.edu…
Friday, November 22, 2024, 1 – 2:30pm
This virtual panel features 5 leaders from industry, finance, academia, and the not-for-profit sectors discussing matters related to sustainability.
Panelists include
Monday, November 18, 2024, 4 – 5pm
The current leading approach for building multilingual NLP systems, such as machine translation, involves fine-tuning large foundation models for specific tasks. While this often results in strong performance, it can also diminish some of the core capabilities of the original model. This issue becomes particularly problematic when there is a mismatch between training and testing conditions. In this talk, we will highlight two critical abilities of large language models: multilinguality and context. Although foundation models are trained on a wide range of languages, their multilingual abilities often degrade when adapted to specific tasks. We will present two strategies to retain these abilities while incorporating new knowledge: an attribute-specific translation system using an attribute classifier and a multilingual summarization method based on query-key (QK) fine-tuning. Additionally, we explore how foundation models' ability to process long contexts can be leveraged in machine translation. We will present methods for integrating local context, specialized terminology, and multimodal information into translation systems.
—
Jan Niehues is a professor at the Karlsruhe Institute of Technology, where he heads the "AI for Language Technologies" research group. He earned his doctoral degree from the Karlsruhe Institute of Technology in 2014, specializing in "Domain Adaptation in Machine Translation." He has contributed significantly to the field of machine translation and spoken language translation through extensive research conducted at several institutions including Carnegie Mellon University, LIMSI/CNRS, and Maastricht University.
His expertise spans various facets of machine translation, and he has played pivotal roles in numerous international projects, including the German-French Project Quaero, the EU H2020 project QT21, EU-Bridge, and Meetween. Notably, he serves as one of the organizers of the International Conference on Spoken Language Translation (IWSLT), showcasing his commitment to advancing the forefront of language technology and fostering global collaboration in the field.
Faculty Host: Lei Li
Event Type: Talks
Room Number: In Person
Building: Gates Hillman 4301
Speaker's Name: JAN NIEHUES
Speaker Website: ai4lt.anthropomatik.kit.edu…
Speaker's Professional Title: Professor, and Lead, Artificial Intelligence for Language Technologies (AI4LT), Karulsruhe Institute of Technology
Talk Title: When Fine-Tuning Isn't Enough: Preserving Core Abilities in Multilingual NLP Models
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jclark2@andrew.cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): School of Computer Science
Friday, November 15, 2024, 6:30 – 11pm
Imagine an evening of magic and mystery, with the chance to decorate your own masquerade mask, indulge in delicious food, sip on refreshing non-alcoholic mocktails, dance the night away, and much more!
SCS Undergraduate Students →the ticket portal goes live on Halloween, October 31 @ 5:15 pm!
Event Type: Special Events
Room Number: In Person
Speaker's Name: SCS Undergraduates!
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: scsball2024.my.canva.site
Monday, November 18, 2024, 12 – 1:30pm
Join President Farnam Jahanian for his annual update to the university community and hear about key university achievements and priorities.
Event registration close November 14th at 12:00 AM EST
Event Type: Special Events
Room Number: In Person and Virtual - ET
Building: Rangos Ballroom, Cohon University Center
Speaker's Name: PRESIDENT FARNAM JAHANIAN
Affiliations: Carnegie Mellon University
Organization(s): School of Computer Science
Friday, November 15, 6pm – Saturday, November 16, 2024, 10:30pm
Demosplash is one of the largest and longest-running demoparties in North America, catering both to newcomers to the demoscene as well as established artists. We show demos live on original hardware as much as humanly possible, offering a viewing experience that can't be matched by emulators or recordings. In addition to screenings, we feature a variety of events, including tech talks, workshops, and celebrations of retro gaming.
Stay tuned for this year's full events lineup. We will of course have a whole roomful of retro gaming computers (Sharp X68000, Apple ][, Sega Genesis/Mega Drive, NES, and much much more) for anyone who wants to take a break from the demos or talks and play some video games!
REGISTER | Learn More
Demosplash 2024 is presented by the Carnegie Mellon University Computer Club.
Event Type: Fun
Room Number: In Person and VIrtual - ET
Building: Cohon University Center and Livestream
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: organizers@demosplash.org
Organization(s): CMU Computer Club, School of Computer Science
Event Website Title: Event Website
Event Website URL: www.demosplash.org
Tuesday, November 12, 2024, 12pm
Machine learning (ML) models increasingly make or inform decisions in domains such as financial markets, e-commerce, and fintech lending. Due to the high-stakes nature of the decisions being made, ML-based systems operating in these domains need to be able to reliably reason about different outcomes in the presence of various forms of strategic behavior. In particular, the principal (i.e. the person/institution deploying the ML model) often needs to reason about the incentives of other individuals in the market, leverage the information discrepancy between themselves and others, and learn causal relationships between observable features and outcomes of interest, often under partial feedback about the underlying learning/decision-making problem. Moreover, these issues often compound in realistic decision-making scenarios, requiring the principal to handle two or more of them simultaneously. In this thesis proposal, I will highlight the research I have done so far to address the additional challenges which come with learning and decision-making in online markets, and I will overview exciting directions for future research.
Thesis Committee
Nina Balcan (Co-chair)
Steven Wu (Co-chair)
Tuomas Sandholm
Michael I. Jordan (University of California, Berkeley / INRIA Paris)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates Hillman 4405
Speaker's Name: KEEGAN HARRIS
Speaker Website: keeganharris.github.io
Speaker's Professional Title: Ph.D. Student, Machine Learning Department, Carnegie Mellon University
Talk Title: Foundations of Data-Driven Decision-Making in Online Markets
For More Information: stidle@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): School of Computer Science
Wednesday, November 13, 2024, 8am – 5pm
Our researchers will detail how they are crafting connections for software engineering by building partnerships to execute the SEI’s technical strategy to deliver tangible results. They will highlight methods, prototypes, and tools aimed at solving the most important problems facing the DoD, industry, and academia and advancing the state of the practice. Each session will explore how we were able to rapidly move research into practice, working together to develop practical solutions.
Join us to learn about our collaborative research advancements designed to address the four big software challenges for national defense and security: capability, timeliness, affordability, and trustworthiness. Learn how you can integrate these tools, techniques, and processes into your own work contexts and hear about the positive impact of these technologies on the DoD’s mission.
While the SEI Research Review 2024 is a free event, we ask that guests register to assure enough space for all participants.
REGISTER | Questions?
There will be no virtual component to this event, but we do plan to record the presentations and upload them to our website at a later date.
Event Type: Colloquium/Forum
Room Number: In Person
Building: Software Engineering Institute Building, 4500 Fifth Avenue
Speaker's Name: Hosted by the Carnegie Mellon University SEI
Affiliations: Carnegie Mellon University, Partnerships, Software Engineering Institute (SEI)
Organization(s): School of Computer Science
Event Website Title: Event Website and Registration
Event Website URL: www.eventbrite.com…
Thursday, November 14, 2024, 4:30 – 6pm
Camille Fournier is a distinguished technology leader who most recently served as Global Head of Engineering and Architecture for the Commercial and Investment Bank at JPMorgan Chase, where she led an 800+ person engineering organization. An accomplished author of the bestselling book "The Manager's Path" and "Platform Engineering: A Guide for Technical, Product, and People Leaders", she previously led Platform Engineering at Two Sigma and was the CTO of Rent the Runway.
Camille is known for her expertise in distributed systems, engineering management, and scaling both technology and teams. She has contributed to open source including the Apache ZooKeeper project, served on the founding technical oversight committee for the Cloud Native Compute Foundation, and is currently on the board of the ACM Queue. She holds a BS in Computer Science from Carnegie Mellon University, and an MS in Computer Science from the University of Wisconsin-Madison.
Event Type: SCS Distinguished Lectures
Room Number: In Person
Building: Rashid Auditorium, Gates Hillman 4401
Speaker's Name: CAMILLE FOURNIER
Speaker's Professional Title: Distinguished Technology Leader, and Bestselling Author
Talk Title: Engineering Your Own Path: From University to Universal Impact
Affiliations: Computational Biology Department (CBD), Computer Science Department (CSD), Human-Computer Interaction Institute (HCII), Language Technologies Institute (LTI), Machine Learning Department (MLD), Robotics Institute (RI), Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science
Thursday, November 14, 2024, 8:30am – 4:30pm
Through collaboration with our partners, we actively engage with our Deployment Partner Consortium to identify real-world transportation needs, research project development and deployment, technology licensing and commercialization, student recruitiment for jobs and internships, as well as class and capstone projects.
This one-day, one-of-a-kind event will include a keynote from PA Department of Transportation Secretary Michael Carroll, Pennsylvania Turnpike Commission Chief Technology Officer Bob Taylor, plenary sessions,featuring national policy and deployment experts from industry, labor, government and nonprofit sectors, a research showcase (including live demos!) and a networking reception. This event will be held in person at CMU's Mill 19 campus in Hazelwood Green. RSVP now to hold your spot.
Putting our research and development and deployment approach into action – the annual deployment partner symposium provides an opportunity for interaction and discussion among deployment partners, researchers, and students (including our six nation-wide academic partners). Conversations are held not only during the formal program, panels and poster sessions, but also during breaks and over lunch.
Over 100+ participants are expected to attend, including UTC faculty and students along with our community, government and industry partners. Plan to join us!
By Invitation - RSVP | Additional Information
Presented by: Carnegie Mellon University’s Safety21 US DOT National University Transportation Center (UTC) — Director Raj Rajkumar | Traffic21 Institute Director Chris Hendrickson
Event Type: Conference/Workshop
Room Number: in Person
Building: Mill 19, Hazelwood Green
Affiliations: College of Engineering, Heinz College, Partnerships
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: safety21.cmu.edu…
Thursday, November 14, 2024, 3:30 – 4:30pm
What do we need to do to polish the write-up of our research papers? Papers that are otherwise worth publishing often get rejected due to presentation pitfalls. After about 1,000 rejections over the past 30+ years, some patterns started to emerge. In this talk, we discuss the three most important of these patterns, their potential remedies, as well as a list of an additional dozen of patterns and remedies.
—
Christos Faloutsos is a Professor in the Computer Science and Machine Learning Departments at Carnegie Mellon University and an Amazon Scholar. He is the recipient of the Fredkin Professorship in Artificial Intelligence (2020); he has received the Presidential Young Investigator Award by the National Science Foundation (1989), the Research Contributions Award in ICDM 2006, the SIGKDD Innovations Award (2010), the PAKDD Distinguished Contributions Award (2018), 31 “best paper” awards (including 8 “test of time” awards), and four teaching awards.
Eight of his advisees or co-advisees have received KDD or SCS dissertation awards. He is an ACM Fellow, he has served as a member of the executive committee of SIGKDD; he has published over 500 refereed articles, 17 book chapters and three monographs. He holds 12 patents (and several more are pending), and he has given over 50 tutorials and over 25 invited distinguished lectures. His research interests include large-scale data mining with emphasis on graphs and time sequences; anomaly detection, tensors, and fractals.
REGISTER
→ open to all SCS PhD Students and Post-docs
Additional Information
Host by the Computer Science Department
Event Type: Talks
Room Number: In Person
Building: ASA Conference Room, Gates Hillman 6115
Speaker's Name: CHRISTOS FALOUTSOS
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Fredkin University Professor of Computer Science Computer Science Department, Carnegie Mellon University
Talk Title: Lessons Learned from 1,000 Research Paper Rejections
Event Poster Title: Poster with QR Code
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD), Machine Learning Department (MLD)
Organization(s): School of Computer Science
Sunday, November 17, 2024, 1 – 2pm
Join us for this illuminating session with CMU’s NSF-funded AI Institute for Societal Decision Making (AI-SDM) as we explore Artificial Intelligence (AI) and Generative AI in our surrounding communities.
Wednesday, November 20, 2024, 9am – 6pm
Join in at this free and open event showcasing cutting-edge robotics, automation, and artificial intelligence (AI) solutions that are driving innovation across multiple industries. Pittsburgh Robotics Discovery Day will feature over 130 exhibitors with live demonstrations of groundbreaking technologies that are transforming the way humans live, move and work.
From business leaders looking to innovate, to tech enthusiasts exploring the latest trends, to job seekers searching for emerging career opportunities, to those simply curious about how robotics and AI are reshaping our world - this event has something for everyone. Be part of the action, engage with industry influencers, and witness firsthand the power of robotics and advanced technology in the heart of Western Pennsylvania.
Your journey into the future starts here—mark your calendar and join the thousands attending Pittsburgh Robotics Discovery Day!
Among the programs
► 9:00 am - 6:00 pm → Exhibitor Floor
— Get to our robotics, autonomy, and AI companies. Check out live demonstrations of their cutting edge technology. Visit manufacturers that are leveraging autonomous solutions to grow their business. Get to know organizations that are building community and career opportunities inside the ecosystem.
► 9:15 AM - 11:30 PM → Humans Behind the Robots
— Meet the people that are building Pittsburgh robotics, autonomy, and AI companies. Explore their career trajectories, efforts to diversity the workforce, and learn how you can join this fast-growing workforce.
► 9:15 AM - 11:30 PM → STEM Programming for Students
— Join in for a variety of engaging activities designed to introduce high school students to the robotics, autonomy, and AI ecosystem.
► 12:00 PM - 1:00 pm → New Economy Collaborative Annual Meeting
— Join our partner and facilitator of the region's $62M Build Back Better award, the New Economy Collaborative for a review of accomplishments.
► 2:00 - 4:00 pm → The Robotics Factory Startup Showcase
— Join main stage sponsor, Innovation Works, and the Robotics Factory for a look at this year's startups emerging from the Accelerate Program.
and much more...
Multiple Zones to Explore
Wednesday, November 20 – Thursday, November 21, 2024
Watch for details.
Event Type: Conference/Workshop
For More Information: alacovar@andrew.cmu.edu | ckissell@andrew.cmu.edu
Affiliations: Partnerships, Robotics Institute (RI)
Organization(s): School of Computer Science, XRTC
Event Website Title: Center Website
Event Website URL: www.cmu.edu…
Thursday, October 3, 8:30am – Friday, October 4, 2024, 5pm
By invitation only.
Event Type: Corporate Visit
Room Number: In Person
For More Information: lalford@cs.cmu.edu
Affiliations: Partnerships, Research
Monday, September 30, 2024, 3:30 – 5pm
► Courtney Miller — Ph.D. Student, Software Engineering
— Supporting the Sustainable use of Open Source Software
Thesis proposal practice talk
In this dissertation, I study how to support and improve the processes used by developers facing open source dependency abandonment. Open source software forms the digital infrastructure that most modern software is built on, and expectations regarding ongoing maintenance are a widespread norm despite the reality that many open source projects become abandoned, even widely-used ones. However, supporting downstream users facing potential or actual dependency abandonment is a topic that has been largely neglected by open source sustainability research.
To address this, I shift the focus of sustainability research from maintainers to users through the identification of both the challenges developers face when dealing with dependency abandonment as well as how they currently react at scale, improving the resiliency and adaptability of open source digital infrastructure and the many software supply chains that depend on them. I demonstrate the efficacy of information transparency in encouraging timely downstream responses, highlight the unmet need for tooling to automate the identification of dependency abandonment, and investigate when and how to inform developers while minimizing notification fatigue, thus facilitating the sustainable use of open source.
► Chenyang Yang — Ph.D. Student, Software Engineering
— Machine Learning in Production: A Case Study on Amazon’s Product Rankers
I will talk about my experience as an intern working on Amazon's product rankers. In the talk, I will first present my observations on what challenges industry practitioners are faced with, and connect my observations to existing software engineering research on collaboration and evaluation challenges for ML in production. Finally, I will discuss how my observations motivate the design and implementation of a well-received tool for industry practitioners.
► Jonathan Aldrich — Professor, Software and Societal Systems Department
— The Meerkat Vision: Language Support for Live, Scalable, Reactive Web Apps
The reactive programming paradigm has become ubiquitous for modern web and mobile app development. But despite its many benefits, today reactive programming is limited to the client and to data updates, leaving to the programmer the tedious and error-prone tasks of managing updates to code and synchronizing data updates between reactive clients and a server database. In this paper, we lay out the vision for Meerkat, a multitier, reactive, and live programming language designed to scale to the needs of modern applications. We introduce the language through a chat application which runs on our prototype implementation. We then describe approaches for modularizing and scaling Meerkat programs, customizing tradeoffs between consistency and availability, supporting local-first software and rich data models, and scaling live updates to full DevOps in software organizations. The Meerkat research program will enable a new era of developing apps that are more responsive, reliable, and evolvable than ever before.
→ This is a preview / practice talk for an Onward! 2024 paper to be presented next month. It's an example of a "vision talk/paper" for a new research project.
In Person and Zoom/Livestream Participation. See announcement.
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: TCS Hall 358 and Livestream
Speaker's Name: COURTNEY MILLER, CHENYANG YANG, and JONATHAN ALDRICH
Speaker's Professional Title: Software and Societal Systems Department, Carnegie Mellon University
Talk Title: Three Talks
For More Information: sssg@cs.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science
Event Website Title: Series Website
Event Website URL: s3d.cmu.edu…
Monday, September 30, 2024, 4 – 5pm
In this talk, I’ll share some behind-the-scenes career highs and lows that led to my current (very fun) role at Los Alamos National Laboratory. I’ll also offer thoughts on creating career resilience by expanding the definition of “communities” and bringing an intentionality to how you engage with them.
—
Kary Myers is a fellow of the American Statistical Association and currently leads a group of ~40 scientists and R&D engineers in the Space Remote Sensing and Data Science Group at Los Alamos National Laboratory (LANL). With support from an AT&T Labs Fellowship, she earned her PhD from Carnegie Mellon’s Statistics and Data Science Department and her MS from their Machine Learning Department before joining LANL in 2006. She spent 15 years as a scientist in the Statistical Sciences Group at Los Alamos, including a few years as their deputy group leader and as the Deputy Director for Data Science in LANL’s Information Science and Technology Institute. She also served as LANL’s Intelligence and Emerging Threats Program Manager for Data Science.
She’s been involved with a range of data-intensive projects, from analyzing electromagnetic measurements, to aiding large scale computer simulations, to developing analyses for chemical spectra from the Mars Science Laboratory Curiosity Rover. She served as an associate editor for the Annals of Applied Statistics and the Journal of Quantitative Analysis in Sports, and she created and organizes CoDA, the Conference on Data Analysis, to showcase data-driven research from across the Department of Energy.
Event Type: Seminars
Room Number: In Person
Building: Poster Hall 153
Speaker's Name: KARY MYERS
Speaker Website: en.wikipedia.org…
Speaker's Professional Title: Space Remote Sensing and Data Science Group, Department of Statistics, Los Alamos National Laboratory
Talk Title: Community Detection (the life kind, not the network science kind)
For More Information: cveselkl@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): Department of Statistics and Data Science
Event Website Title: Series Website
Event Website URL: www.cmu.edu…
Friday, September 27, 2024, 11:30am – 12:30pm
NewLimit is developing epigenetic reprogramming medicines to treat diseases with significant unmet needs.
Our Discovery Engine leverages functional genomics and machine learning to test thousands of reprogramming interventions per experiment. In each experimental cycle, we deliver unique combinations of reprogramming factors to cells, profile them using single-cell multi-omics, and employ machine learning models to infer how reprogramming impacts cellular function. We validate the most promising interventions with a suite of functional assays.
Rather than randomly exploring all possible combinations, our Engine intelligently selects interventions by integrating our knowledge of reprogramming factor biology with experimental results. This iterative approach ensures that each experimental cycle informs and enhances the next. This presentation will provide an overview of NewLimit’s discovery process and detail how we use machine learning and computational biology to accelerate therapeutic development.
Faculty Host: David Koes (PITT)
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Frick Fine Arts Building/Library, Room 125, 650 Schenley Drive and Zoom
Speaker's Name: GREGORY JOHNSON - To Be Rescheduled
Speaker Website: www.newlimit.com…
Speaker's Professional Title: Head of Machine Learning, NewLimit
Talk Title: Accelerating Therapeutic Discovery with Epigenetic Reprogramming and Machine Learning at NewLimit
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: kmg120@pitt.edu
Affiliations: Computational Biology Department (CBD)
Organization(s): School of Computer Science, CMU , PITT
Event Website Title: Series Webiste
Event Website URL: www.compbio.cmu.edu…
Friday, September 27, 2024, 1 – 10pm
Family Weekend brings together undergraduate and graduate students, families and friends for several days to experience the vibrancy of the Carnegie Mellon campus! Attending Family Weekend is free, however some events require registration or purchased tickets.
NOTE:
→ Please include your CMU student in your family’s registration.
→ The full event schedule can be found on the CMU Events App.
Event Type: Special Events
Room Number: In Person
Building: Various Locations and Events on Campus
Affiliations: Carnegie Mellon University
Organization(s): School of Computer Science
Event Website Title: Event Website and Schedule
Event Website URL: www.cmu.edu…
Friday, September 27, 2024, 11am – 12pm
The AI Institute for Societal Decision Making (AI-SDM) — which brings together AI and social sciences researchers to develop human-centric AI for societal good -- hosts student-led brainstorming discussion sessions. Our goal is to foster interdisciplinary collaboration and generate ideas on how AI can help solve societal problems, particularly from an angle of decision-making.
This will be our next informal brainstorm session.
RSVP → for rough headcounts
In Person and Zoom Participation. See announcement.
Event Type: Meeting
Room Number: In Person and Virtual - ET
Building: Gates Hillman 6121 and Zoom
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: shcarter@andrew.cmu.edu
Affiliations: Computer Science Department (CSD), Dietrich College of Humanities and Social Sciences, Human-Computer Interaction Institute (HCII), Language Technologies Institute (LTI), Machine Learning Department (MLD), Robotics Institute (RI)
Organization(s): School of Computer Science, AI-SDM
Event Website Title: Additional Information
Event Website URL: www.cmu.edu…
Friday, September 27, 2024, 1pm
A fundamental goal of cognitive neuroscience has been understanding how the human visual cortex supports perceiving and interpreting visual information in the world around us. Traditional approaches to mapping the visual cortex have relied on manually assembled stimulus sets, often employing isolated objects in artificial contexts with simplified backgrounds. These approaches do not fully capture the complexity and richness of real-world visual experience, potentially biasing results and limiting our understanding of visual processing. My thesis introduces a suite of computational approaches leveraging naturalistic image stimuli to identify and characterize the high-level organization of visual information in the human brain. Specifically, I present:
Friday, September 27, 2024, 1:30 – 2:45pm
Virtual Reality (VR) offers compelling ways for people to interact with digital content in various domains such as education, gaming, communication, and design. However, VR platforms can be partially or completely inaccessible to people with disabilities. In particular, the expectation that people can move their bodies to interact with virtual content can present many challenges to people with limited mobility. As VR technology matures, and as commercial VR systems continue to grow in popularity, we have an opportunity to incorporate accessibility as a fundamental component in the design of VR systems and applications. In this talk, I will describe ongoing research that identifies and eliminates accessibility barriers that prevent people with limited mobility from engaging with VR.
—
Dr. Martez Mott is a Senior Researcher in the Ability group at Microsoft Research where he conducts research in the fields of human-computer interaction, accessibility, mixed reality, and human-centered AI. His research focuses on designing, implementing, and evaluating novel intelligent interactive technologies that are guided by scientific understandings of people’s experiences with computers and information. He is best known for his research on improving accessibility for people with limited mobility by identifying and dismantling accessibility barriers found in a range of computing technologies, including touch screens, gaze-based text entry, and virtual reality hardware. Dr. Mott is passionate about improving diversity in Computer and Information Science. He co-chaired the 2020 and 2021 CHI Mentoring Workshops at the ACM CHI conference and co-founded the Black
Researchers @ Microsoft Research employee resource group. Dr. Mott received a M.S. and Ph.D. in Information Science from the Information School at the University of Washington and a B.S. and M.S. in Computer Science from Bowling Green State University. He is the recipient of the 2024 Skip Ellis Early Career Award from the Computing Research Association.
Faculty Host: Patrick Carrington
In Person and Zoom (Internal to CMU) and Livestream (All Guests)
Event Type: Seminars
Room Number: In Person
Building: Mauldin Auditorium, Newell-Simon 1305
Speaker's Name: MARTEZ MOTT
Speaker Website: www.microsoft.com…
Speaker's Professional Title: Senior Researcher, Ability Team, Microsoft Research Redmond
Talk Title: Designing Accessible Virtual Reality Experiences for People with Limited Mobility
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: rpetaeiz@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.hcii.cmu.edu…
Friday, September 27, 2024, 12:30 – 1:50pm
Robust and comprehensive evaluations of generative AI models play a critical role in ensuring safe, and beneficial technologies being deployed in society. These evaluations rely heavily on semi-structured data annotated by humans. Both the data and human perspectives involved in the process, thus play a key role in what is taken as ground truth by models, and who the models are eventually able to serve. Historically, this perspective has been Western-oriented which leads to a lack of representation of global contexts and identities in models as well as evaluation strategies, and the risk of disregarding marginalized groups that are most significantly affected by implicit harms. Accounting for cross-cultural differences in interacting with technology is an important step for building and evaluating AI holistically. We will talk through different strategies on broadening the scope of GenAI evaluations to be more inclusive of global perspectives and challenges.
—
Sunipa Dev is a Senior Research Scientist at Google Research in its Responsible AI and Human Centered Technologies organization, working at the intersection of language, society, and technology. Previously, she was an NSF Computing Innovation Fellow at UCLA, before which she completed her PhD from the University of Utah. Her research strives to ground evaluations of generative AI, especially language technologies in real world experiences of people, and foster inclusion of diverse, cross-cultural, and marginalized perspectives into AI pipelines. Her work has been awarded with an Outstanding Paper award ACL 2023, the NSF CI Fellows Award and DAAD AINet Award 2021, and she has been named one of 100 Brilliant Women in AI Ethics in 2022. She is also an advisor for the Widening NLP at *CL conferences which argues the importance of diversity and inclusion in NLP for better technologies of the
future.
Zoom Participation. See announcement.
Event Type: Colloquium
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: SUNIPA DEV
Speaker Website: sunipa.github.io
Speaker's Professional Title: Senior Research Scientist, Google Research
Talk Title: Geocultural Inclusion and Representation in GenAI Evaluations
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jclark2@andrew.cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): School of Computer Science
Event Website Title: Series Website
Event Website URL: www.lti.cs.cmu.edu…
Friday, September 27, 2024, 2:30 – 3:30pm
Living materials represent a new frontier in engineering materials for robotic systems, incorporating biological living cells and synthetic materials into their design. These bio-hybrid robots are dynamic and intelligent and potentially harness living matter’s capabilities, such as growth, regeneration, morphing, biodegradation, and environmental adaptation. Such attributes position bio-hybrid devices as a transformative force in robotics development, promising enhanced dexterity, adaptive behaviors, sustainable production, robust performance, and environmental stewardship. Nature’s musculoskeletal design can act as an inspiration for artificial and living robots. We will touch on the transformative potential of living systems in crafting sophisticated, intelligent machines and delve into our recent advances in culturing biohybrid actuators and engineering bio-interfaces to produce contracting muscles and biohybrid robots.
—
Robert Katzschmann is an Assistant Professor of Robotics at ETH Zurich, where he leads the Soft Robotics Lab. He is associated with the Center for Robotics (RobotX), the ETH AI Center, and the Center for Learning Systems, a collaboration between ETH and the Max Planck Institute (MPI). His research primarily focuses on developing musculoskeletal robots that effectively combine soft, rigid, and living materials to perform complex tasks in real-world scenarios. Before he started his tenure at ETH Zurich, he served as the CTO of Dexai Robotics and as a Senior Applied Scientist at Amazon Robotics in the USA. He earned his Ph.D. in Mechanical Engineering from the Massachusetts Institute of Technology (MIT) in 2018 and his Diplom from the Karlsruhe Institute of Technology, Germany, in 2013. His work has been published in leading journals and conferences such as Nature, Nature Communications, Science Advances, and Science Robotics, as well as at prominent robotics conferences including ICRA, IROS, CoRL, ICLR, ICML, and RoboSoft. In addition to his research, he contributes as an editor for the International Journal of Robotics Research (IJRR) and has organized several workshops for the RoboSoft conference. He also works as an associate editor for ICRA, IROS, RoboSoft, and RSS, and he is an editorial board. member of npj Robotics. His research has been featured in premier news outlets such as the New York Times, Wall Street Journal, and BBC.
Faculty Host: Zachary Manchester
Event Type: Seminars
Room Number: In Person
Building: Tepper Building 1403
Speaker's Name: ROBERT KATZSCHMANN
Speaker Website: srl.ethz.ch…
Speaker's Professional Title: Assistant Professor, Institute for Robotics and Intelligent Systems, ETH Zürick
Talk Title: Can Robots Based on Musculoskeletal Designs Better Interact With the World?
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: kbuss@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Friday, September 27, 2024, 12 – 1pm
Currently, there is a substantial push towards autonomous vehicles (AV) in the market. However, largely or autonomous vehicles, though using extensive fault-tolerance e.g., in x-by-wire functions, are still not quite safe from an accidental faults’ perspective, leave alone malicious faults.
The growing number of recent AV architectures hinging on the advancements in AI/ML models, given their functional power, must be put in context with an equally significant number of related serious or fatal accidents. I advance by presenting important misconceptions and pitfalls originating from the use of inappropriate AI/ML techniques in the AV area, which may be the cause of serious accidents.
Furthermore, AV present an even greater threat surface to combined accidental faults and malicious attacks. These pitfalls have been very slowly recognized by car makers, with potentially harming results.
However, simultaneously securing unavoidable properties of Safety and Security is indeed a hard problem. I raise a bit of the curtain on how to break this chicken and egg dilemma—closing the safety-security gap—presenting some recent solution avenues based on cyber resilience, a core subject of my research.
Namely, I will discuss how in-car architectures might evolve to achieve fault and intrusion resilience of ECUs at system level, as well as reconciling the data-level stochastic nature of AI/ML paradigms with the determinism of driving control theory at system level, leveraging the best from both worlds: trustworthiness and intelligence.
—
Paulo Esteves-Veríssimo is a professor of Computer Science at KAUST, founding director of the Resilient Computing and Cybersecurity Center , and research fellow at the University of Luxembourg (LU). He is Fellow of IEEE and of ACM, author of over 200 peer-refereed publications and co-author of 5 books. He is currently interested in resilient computing, in areas like: SDN-based infrastructures; autonomous vehicles; distributed control systems; digital health and genomics; or blockchain and cryptocurrencies.
Faculty Host: William Sanders
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: PAULO ESTEVES-VERÍSSIMO
Speaker Website: cemse.kaust.edu.sa…
Speaker's Professional Title: Paulo Esteves-Veríssimo, Professor of Computer Science, and, Director of the Resilient Computing and Cybersecurity Center (RC3), King Abdullah University of Science and Technology (KAUST)
Talk Title: Safe and Secure AI/ML-driven Autonomous Vehicles? Not anywhere near yet...
For More Information: bethbuch@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): CyLab, Department of Electrical and Computer Engineering, School of Computer Science
Event Website Title: Event Website
Event Website URL: www.cylab.cmu.edu…
Tuesday, September 3, 2024, 12:30 – 1:50pm
The first seminar of the term will be Part 1 of presentations from our current students on their Summer internships and research. The second seminar on September 10, will be Part 2 of our student presenters.
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Hamburg Hall 1002 and Zoom
Speaker's Name: JINGXIN SHI, LIMIN GE, AMAN PRIYANSHU, SURIYA AYYAMPERUMAL
Speaker's Professional Title: Master of Privacy Engineering Students, Software and Societal Systems Department, Carnegie Mellon University
Talk Title: Summer Internship/Research Presentations
For More Information: adamm2@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Event Website Title: Series Website
Event Website URL: privacy.cs.cmu.edu…
Tuesday, September 3, 2024, 10:50am
In my research, I want to design and develop practically efficient and provably secure distributed systems. To this end, I combine applied cryptography and formal verification tools. The goal of this proposal is to provide primitives that can be used in distributed systems, as well as methodologies to verify consensus protocols, to ensure the security, efficiency, and correctness of distributed systems. Specifically, the research focuses on three main areas: practical implementations of oblivious algorithms for Trusted Execution Environments (TEEs); practical and verified implementations of Garbled RAM; and methodologies to verify safety and liveness of consensus protocols.
TEEs can be used to offer efficient crash fault nodes with confidential computations; however, most TEEs implementations leak the page-level memory access pattern to the host machine where the TEE is running. Therefore, to guarantee confidential computations, TEE programs need not only correct implementations but also to be memory trace-oblivious. There has been extensive theoretical research in oblivious algorithms; however, there is a gap with practical implementations, particularly in the TEE setting. In this proposal, we aim to close this gap, providing an oblivious data structure library akin to C++'s STL, and extending it with oblivious graph algorithms.
TEEs require trust in the hardware manufacturer and a certain level of hardware/software integrity. In scenarios where this isn't possible, Garbled Circuits can be used to provide equivalent secure processor guarantees based on cryptographic assumptions. To achieve an efficient Garbled Circuit processor, Garbled RAM is necessary, and recent theoretical advancements suggest using tristate circuits to implement it. In this proposal, we aim to achieve concretely more efficient Garbled RAM constructions, as well as provide methodologies to verify the correctness of tristate circuits.
Finally, while TEEs and Garbled RAM aim to achieve secure computations, ensuring the correctness of the underlying protocols that use them is critical. We have previously developed a python DSL to verify safety properties of distributed system protocols. In this proposal, we aim to extend this framework to verify liveness properties of distributed system protocols, focusing on proof automation and generalization.
Thesis Committee:
Elaine Shi (Co-chair)
Rodrigo Rodrigues (Co-chair, University of Lisbon, Instituto Superior Técnico)
Pedro Adão (University of Lisbon, Instituto Superior Técnico)
José Fragoso (University of Lisbon, Instituto Superior Técnico)
Aayush Jain
Andrew Miller (University of Illinois Urbana-Champaign)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Gates Hillman 8102 and Zoom
Speaker's Name: AFONSO TINOCO
Speaker Website: cmuportugal.org…
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Towards Practical and Verifiable Distributed Systems: Applications of Oblivious Algorithms, Garbled Circuits and Formal Methods+
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: csd.cmu.edu…
Tuesday, September 3, 2024, 11am
With modern robotic technologies, seafloor imageries have become more accessible to both researchers and the public. This thesis leverages deep learning and 3D vision techniques to deliver valuable information from seafloor image observations.
Despite the widespread use of deep learning and 3D vision algorithms across various fields, underwater imaging presents unique challenges, such as lack of annotations, color distortion, and inconsistent illumination, which limit the effectiveness of off-the-shelf algorithms. This thesis first develops a method to learn consistent deep features from underwater observations at different scales by introducing an algorithm based on contrastive learning. Without any annotations but geo-tags, we show that such deep features are efficient in inferring the vehicle location in a 3D reconstructed map at a small map scale. This thesis further tackles the more fundamental problem of building 3D reconstruction from raw images with heavy effects from light sources and medium interference. The following algorithms are developed to achieve seafloor 3D reconstruction with photorealistic quality: (i) Deep water true color restoration with NeRF (ii) Camera-light calibration for robotic platforms (iii) Dark environment relighting with 3DGS (iv) Recurrent underwater caustic removal.
From the real-world data we collected from robot deployments, we learned that simply enforcing consistency in geometry, appearance, and embedding does not necessarily produce accurate results. In this thesis, we develop algorithms and systems that wrap around 3D representations, which learn useful information from real-world underwater robotic data. These systems improve the ability of robots to navigate, map, and understand the environment, with zero annotations from humans.
Thesis Committee:
Matthew Johnson-Roberson (Chair)
Matthew O’Toole
Shubham Tulsiani
Katie Skinner (University of Michigan)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305
Speaker's Name: TIANYI ZHANG
Speaker Website: tyz1030.github.io
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Towards Underwater 3D Visual Perception
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, August 15, 2024, 1pm
Intelligent vehicles have been proposed as one path to increasing traffic safety and reducing on-road crashes. Driving “intelligence” today takes many forms, ranging from simple blind spot occupancy or forward collision warnings to distance-aware cruise and all the way to full driving autonomy in certain situations. Primarily, these methods are outward-facing and operate on information about the state of the vehicle and surrounding traffic elements. However, another less explored domain of intelligence is cabin-facing modeling information about the driver’s cognitive states.
In this thesis, we investigate the utility of a signal that can help us achieve cabin-facing intelligence: driver eye gaze. Eye gaze allows us to infer driver internal cognitive states and we explore how this can improve both autonomous driving methods and intelligent driving assistance. To enable this research, we first contribute DReyeVR, an open-source virtual reality driving simulator, which was designed with behavioural and interaction research priorities in mind but exists in the same experimental environments used by vehicular autonomy researchers, effectively bridging the two fields. We show how DReyeVR can be used to conduct psychophysical experiments by designing one to characterize the extent and dynamics of driver peripheral vision. We make good on the promise of bridging behavioural and autonomy research by using similar naturalistic driver gaze data to provide additional supervision to autonomous driving agents trained via imitation learning to mitigate causal confusion. We then turn to the assistive domain. First, we study false positives in a real-world dataset of forward collision warnings deployed in vehicles during a longitudinal study in-the-wild. We find that deploying FCWs purely based on scene physics without accounting for driver attention leads to overwhelming them with redundant alerts. We demonstrate a warning strategy that accounts for driver attention to explicitly model their hypothesis of other vehicles’ behaviour. Finally, we propose the shared awareness paradigm, a framework for continuously supporting driver situational awareness (SA) with an intelligent perception system. We track dynamic objects (e.g. vehicles, pedestrians etc.) and reason about them on two simultaneous fronts — drivers’ situational awareness and importance to driving safety for each object. To build the driver situational awareness model, we first collect data using a novel SA labeling method, to obtain continuous, per-object driver awareness labels along with their gaze, driving actions and the simulated world state. We use this data to learn a model that predicts drivers’ situational awareness of traffic elements given a history of their gaze and scene context. In parallel, we reason about the importance of objects in a counterfactual fashion by studying the impact of perturbing it on the ego vehicle’s motion plan. Finally, we put it all together, in an offline demonstration on replayed simulated drives to show how we could alert drivers of important objects they are unaware of.
We conclude by reflecting on how eye gaze can be used to model the internal cognitive states of human drivers, in service of improving both vehicle autonomy and driving assistance.
Thesis Committee:
Henny Admoni (Chair)
David Held
Nik Martelaro
Chien-Ming Huang (Johns Hopkins University)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: ABHIJAT BISWAS
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Ph.D. Candidate, Robotics Institute, Carnegie Mellon University
Talk Title: Eye Gaze for Intelligent Driving
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Monday, August 5, 2024, 12 – 1pm
Join in for a panel series built to inform, inspire, and explore! Learn about our intern and early career hiring process and what it is like to work and find community at Lockheed Martin. Panelists will share their experiences, insights, and advice and on navigating job searches, a career, and life after college.
Wednesday, August 7, 2024, 12 – 1pm
Large GPU clusters are increasingly becoming more heterogeneous due to advances in GPU design and incremental deployment of a mix of GPU types over time. Deep learning (DL) training jobs running on these GPU clusters can see varying job completion times depending on the resources allocated by the cluster scheduler and job hyper-parameters configured by users at the time of job submission. Sia is a cluster scheduler that (1) efficiently assigns heterogeneous GPU resources to elastic resource-adaptive DL training jobs, and (2) configures the job hyper-parameters to maintain high training efficiency for all running jobs without sacrificing the quality of trained models.
We will discuss challenges in optimizing resource-adaptivity for deep learning training (DLT) jobs on large clusters with many GPU types, and introduce a new scheduling formulation that efficiently matches DLT jobs and their configurations to GPU types and counts, while adapting to changes in cluster load and job mix over time. On job traces derived from real datacenters, Sia improves job completion times by 30-93% while using 12-60% fewer GPU hours. Furthermore, its scheduling policy is quick to evaluate and easily scales to GPU clusters with many GPU types and 1000s of GPUs.
—
Suhas Jayaram Subramanya is a final-year PhD student in the CS Department, advised by Prof. Greg Ganger. His primary research area is deep learning systems.
Zoom Participation. See announcement.
Event Type: Talks
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: SUHAS JAYARAM SUBRAMANYA
Speaker Website: suhasjs.github.io
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Sia: Heterogeneity-aware, goodput-optimized ML-cluster scheduling
For More Information: karenl@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): Department of Electrical and Computer Engineering, PDL
Event Website Title: Series Website
Event Website URL: pdl.cmu.edu…
Thursday, August 8, 2024, 2 – 4pm
With the Robotics Institute Summer Scholar (RISS) Program ending, it’s time to celebrate our scholars and show appreciation for the faculty, RISS team members, and sponsors who have made this summer possible.
Our 46 scholars will be presenting their final research posters at this event.
Snacks and drinks will be provided; mill around, eat, and learn about the amazing work our students have been doing this summer. We’re proud to showcase their hard work!
Meet this year's scholars and learn more about their work at this event.
Event Type: Project Presentations
Room Number: In Person
Building: Collaborative Commons, ASA Conference Room, Gates Hillman 6115, and Gates Hillman 6121
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: riss-info@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Program Website
Event Website URL: riss.ri.cmu.edu…
Monday, August 5, 2024, 12:15pm
Multi-view stereo omnidirectional distance estimation usually needs to build a cost volume with many hypothetical distance candidates. The cost volume building process is often computationally heavy considering the limited resources a mobile robot has. We propose a new geometry-informed way of distance candidates selection method which enables the use of a very small number of candidates and reduces the computational cost. We demonstrate the use of the geometry-informed candidates in a set of model variants. We find that by adjusting the candidates during robot deployment, our geometry-informed distance candidates also improve a pre-trained model's accuracy if the extrinsics or the number of cameras changes. Without any re-training or fine-tuning, our models outperform models trained with evenly distributed distance candidates. Models are also released as hardware-accelerated versions with a new dedicated large-scale dataset. The project page, code, and dataset can be found here.
Additionally, the field of reinforcement learning (RL) has transformed strategic game play, enabling AI agents to achieve superhuman performance in games like chess, Go, and StarCraft. These advancements underscore the potential of RL in handling complex, long-horizon planning tasks against intelligent adversaries with a large search space of potential winning strategies. This project introduces a new competitive multi-phasic strategy game with partial observability and specialized units, demonstrating the use of RL to achieve winning performance. Additionally, this project explores the dynamics of the new competitive strategy game, how certain mechanics lead to different dominant strategies, and how to properly incentivize RL agents to learn winning strategies in this environment.
Thesis Committee:
Sebastian Scherer (Advisor)
Jeff Schneider
Cherie Ho
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: CONNER PULLING
Speaker Website: theairlab.org…
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Mellon University
Talk Title: Learning for Perception and Strategy: Adaptive Omnidirectional Stereo Vision and Tactical Reinforcement Learning
For More Information: brobbins@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Friday, August 9, 2024, 10am
Motion planning for dynamically complex robotic tasks requires explicit reasoning within constraints on velocity, acceleration, force/torque, and kinematics such as avoiding obstacles. To meet these constraints, planning algorithms must simultaneously make high-level discrete decisions and low-level continuous decisions. For example, pushing a heavy object involves making discrete decisions about contact locations and continuous decisions about fine interactions. Existing methods either search on a graph constructed by sampling or systematically discretizing the planning space or optimize parameterized trajectories subject to differential constraints. However, these methods suffer from combinatorial complexity or lack of convergence over long horizons. We hypothesize that these discrete high-level decisions often lie in a lower-dimensional subspace of the full planning space. Consequently, this thesis argues that by interleaving searching in this lower-dimensional discrete space with selective reasoning in the full planning space, we can efficiently discover global, long-horizon, dynamically rich capabilities to complete a task.
The goal of this thesis is to enable the automatic discovery of well-reasoned long-horizon plans for complex dynamical systems. To this end, we present the INterleaved Search And Trajectory optimization (INSAT) algorithm. INSAT combines the benefit of graph search-based planning algorithms to find paths over non-convex state spaces and that of trajectory optimization to find dynamically feasible trajectories in high-dimensional spaces. We demonstrate the effectiveness of INSAT in two challenging domains 1) aggressive quadrotor flight in large environments (in simulation) and 2) contact-rich manipulation of heavy objects in confined spaces. We also show that, by interleaving graph search and trajectory optimization, INSAT solves planning problems that a naively initialized trajectory optimization or standalone graph search does not solve. We then present INSAT*, a provably optimal variant of INSAT, and demonstrate its ability to discover optimal solutions for canonical dynamical systems.
The second half of the thesis explores three different ways of accelerating the INSAT planner: (1) CPU Parallelization: By leveraging recent advances in parallelized graph search, we enable CPU acceleration for optimization-based edge computation in INSAT, (2) Richer Planning Representation: We use sparse and optimization-friendly planning space representation called graphs of convex sets to speed up planning with INSAT. We also demonstrate that using INSAT as a planner on graphs of convex sets (IxG) is superior to mixed-integer convex optimization in terms of theoretical properties and runtime efficiency, (3) Preprocessing: By computing a motion library offline we can guarantee constant-time solutions for any planning query to IxG. These methods collectively enhance the performance and efficiency of the INSAT planner, making it more capable of addressing complex planning tasks.
Thesis Committee:
Maxim Likhachev (Co-chair)
Howie Choset (Co-chair)
Zachary Manchester
Russ Tedrake (Massachusetts Institute of Technology)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual -ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: RAMKUMAR NATARAJAN
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Ph.D. Candidate, Robotics Institute, Carnegie Mellon University
Talk Title: Interleaving Discrete Search and Continuous Optimization for Kinodynamic Motion Planning
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Friday, August 9, 2024, 9am – 5pm
By invitation only.
Event Type: Corporate Visit
For More Information: ckissell@andrew.cmu.edu
Affiliations: Partnerships
Organization(s): School of Computer Science
Wednesday, August 7, 2024, 9am – 5pm
By invitation only.
Event Type: Corporate Visit
For More Information: gdarakos@andrew.cmu.edu
Affiliations: Partnerships
Thursday, August 8, 2024, 12pm
Human beings sense and express themselves through multiple modalities. To capture multimodal ways of human communication, I want to build adaptable robot policies that infer task pragmatics from video and language prompts, reason about sounds and other sensors, take actions, and learn mannerisms of interacting with people and objects. Existing solutions for robot policies rely on visual environment observations and structured language as goals. However, these assumptions limit sensory observations of the environment and the expressivity of the desired task from a user’s perspective. In this thesis, I present learning approaches for adaptable robot policies using different modalities to explicitly and implicitly convey task constraints to a learned robot policy.
The thesis proposal is organized into two parts: (1) completed and ongoing work focusing on video, language, and audio modalities, and (2) proposed work combining multiple modalities to fast adaptation of Robotics Foundation Models like OpenVLA. First, I present how we can train robot policies to infer the underlying tasks and preferences from the visual demonstration. I show how to infer the implicit task shown with cross-attention transformers to perform simulated dish-loading tasks. Then, I apply the same philosophy to train policies that infer the underlying task semantics from raw pixels in a prompt video and execute it in the robot's own environment. Second, I challenge the strong assumptions about language-based goal conditioning in robot policies. In one of the main works, I present sample-efficient robot policies that use the hierarchical decomposition of language into a sequence of interaction points and their relative waypoints.
I am currently developing a learning algorithm that allows a robot to efficiently predict how loud the robot's action noise is at the listener’s location and plan its actions accordingly. Humans inherently understand how their actions impact the acoustic environment around them, and we need this ability in home robots too. We train our model to visually predict how loud a listener may perceive the robot's noise at different indoor locations. Through these works, I study each modality individually, particularly how each modality can be used to improve the diversity of tasks performed and the ease of use of robots at home. Moving forward, I propose to enhance state perception and task specifications for more rapid adaptation and versatile robot control. Having examined how robots can explicitly and implicitly understand the specified task using different sensing modalities, my aim is to develop fast adaptation algorithms that connect foundational models by adapting them for visual cues and pragmatic task instructions.
Thesis Committee:
Yonatan Bisk (Chair)
Oliver Kroemer
Henny Admoni
Dieter Fox (University of Washington / NVIDIA)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: VIDHI JAIN
Speaker Website: vidhijain.github.io
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Multimodal Representations for Adaptable Robot Policies in Human-Inhabited Spaces
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Tuesday, August 6, 2024, 7pm
Events are crucial discourse elements in natural language, playing a vital role in semantic understanding due to their complex structures that interconnect various parts of discourse. Events interact with other discourse elements to form diverse structures. Extensive research has been conducted on analyzing them, primarily focusing on frame structures (examining semantic roles such as participants, time, and location) and various forms of anaphora involving multiple events and entities, such as event coreference, event schema (event sequence, script), and ellipsis. The rich interactive nature of events presents both challenges and opportunities. On one hand, predicting and analyzing event structures can be complex. For example, conducting a standard document level event slot filling, can involve multiple structure prediction tasks (e.g., event mention, coreference, arguments, and schemas). On the other hand, the interactions among these structures can be leveraged to enhance model predictions, or provide a lens to study the mechanisms of models. This thesis explores the complexities and benefits of such interactions across different data availability scenarios, developing prediction methods including direct supervised training, crowdsourced event datasets, and studying automatically formed mechanisms related to them.
In the first part, we present empirical results analyzing event semantics with expert-annotated task-specific annotated datasets. We start by introducing methods studying isolated structures, such as event mention prediction, pair-wise event coreference, and event sequencing. We then present approaches to solve problems involving multiple structures, using multi-step or joint learning methods, such as joint coreference and sequencing, slot filling and verb phrase ellipsis. Recognizing the high cost of scaling expert-annotated datasets, the second part of this thesis explores methods to increase data availability through crowdsourcing and indirect supervision signals. An intriguing outcome of these approaches is their ability to reveal previously unspecified interactions between different textual structures. A key contribution in this area is our LLM360 language model project, which shares intermediate checkpoints throughout a model’s training process. We demonstrate the project’s utility for interpretability analysis, using the complex anaphora task of Winograd schemas as a case study.
This thesis demonstrates methods to address and utilize the complex nature of events. We find that scaling up data size leads to more iterations of such structures “automatically” appearing during analysis. Looking ahead, this work opens avenues for developing more sophisticated models that better capture relationships between event structures and for exploring large language models’ potential in understanding complex event semantics. Additionally, our interpretability analysis, particularly through LLM360, paves the way for investigating how these models processevent semantics internally. This research could lead to more transparent and explainable AI systems, advancing our understanding of complex language processing.
Thesis Committee:
Teruko Mitamura (Chair)
Eduard Hovy
Taylor Berg-Kirkpatrick (University of California San Diego)
Vicent Ng (The University of Texas at Dallas)
Additional Information
Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: ZHENGZHONG (HECTOR) LIU
Speaker Website: hunterhector.github.io
Speaker's Professional Title: Ph.D. Candidate, Language Technologies Institute, Carnegie Mellon University
Talk Title: Diving Deep into Event Semantics
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: StaceyYoung@cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): School of Computer Science
Monday, August 5, 2024, 3pm
Autonomous robot navigation in off-road environments currently presents a number of challenges. The lack of structure makes it difficult to handcraft geometry-based heuristics that are robust to the diverse set of scenarios the robot might encounter. Many of the learned methods that work well in urban scenarios require massive amounts of hand-labeled data, but the nuances of deciding where a robot can and cannot drive in off-road terrain make it difficult to label large-scale data the same way. Many state-of-the-art approaches instead leverage self-supervised methods in training, using either expert demonstrations or proprioceptive feedback, but often still require a lot of data and can be vulnerable to domain shifts.
We adopt a philosophy that learned methods for off-road driving should be both self-supervised and adaptive, such that the robot can learn online without a human in the loop. In this work we propose a method that leverages proprioceptive cues and pre-trained visual foundation models to rapidly adjust its understanding of its environment in real-time, eliminating the need for large-scale training data and hand-labels. Specifically, we introduce a framework that predicts costmaps, speedmaps, and uncertainty by associating incoming visual features with roughness experienced by the system. With just seconds of collected experience, our results demonstrate navigation performance with as few interventions as methods trained on 100-1000x more data, while travelling as quickly as possible within the constraints of rider comfort. Furthermore, we aim to reduce the barrier to entry to full-scale off-road driving research by presenting TartanDrive 2.0, a large multi-modal dataset geared towards self-supervised learning methods.
Thesis Committee:
Sebastian Scherer (Advisor)
Wenshan Wang
Samuel Triest
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: MATTHEW SIVAPRAKASAM
Speaker Website: matthewjsiv.github.io
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Mellon University
Talk Title: Online-Adaptive Self-Supervised Learning with Visual Foundation Models for Autonomous Off-Road Driving
For More Information: barbarajean@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Wednesday, August 7, 2024, 10am
Concurrent software is notoriously difficult to write correctly, so to increase confidence in it, it is often desirable to apply formal verification techniques. One technique that is especially promising for verifying concurrent software is concurrent separation logic (CSL), which uses reasoning principles based on resource ownership. However, even with CSL, verifying complex systems at scale (e.g., those with 1000s of lines of code) remains challenging. The reasons it remains challenging include:
Tuesday, August 6, 2024, 3pm
The training performance of a deep learning (DL) training job is determined by the number, type and arrangement of the allocated GPU resources, and the job parameters (like batch size and learning rate) used for execution. Modern clusters for DL training contain tens of thousands of GPUs of many types, and a cluster scheduler allocates GPUs to training jobs to maximize collective training progress in the cluster. Existing DL cluster schedulers cannot handle the large space of adaptivity choices (i.e., combined space of GPU allocations and job parameters) for large, heterogeneous GPU clusters — many are not heterogeneity-aware, few are adaptivity-aware, and none scale to large clusters without sacrificing allocation fidelity and cluster efficiency.
In this thesis, we introduce (a) a scheduler to facilitate efficient job-resource adaptivity for DL training jobs on large heterogeneous GPU clusters, and (b) a method to scale optimization-based scheduling to much larger cluster sizes without sacrificing allocation fidelity and resource efficiency. Our adaptivity-aware scheduler, Sia, uses GPU resources judiciously to learn a job's training performance across different GPU types, and continuously co-optimizes the GPU allocation and job execution parameters to maximize cluster-wide training progress in heterogeneous GPU clusters. We then scale Sia to large cluster sizes by modeling the scheduling policy as a continuous optimization problem. We show that it is possible to augment the interface between a scheduler and the optimization problem solver to efficiently track changes to the scheduling problem arising from changing cluster conditions like job arrivals, departures and phase changes. We develop a prototype solver with the augmented interface for the Sia scheduling policy that can efficiently recover allocations for very large clusters. As an additional contribution, we observe that many other resource-allocation problems can also be formulated as continuous optimization problems and can be solved both quickly and efficiently using our proposed solver.
Thesis Committee:
Greg Ganger (Chair)
Zhihao Jia
Virginia Smith
Amar Phanishayee (Meta)
Additional Information
Event Type: Thesis Proposals
Room Number: In Person
Building: Reddy Conference Room, Gates Hillman 4405
Speaker's Name: SUHAS JAYARAM SUBRAMANYA
Speaker Website: suhasjs.github.io
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Efficient job-resource co-adaptivity for deep learning workloads on large heterogeneous GPU clusters
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: csd.cmu.edu…
Monday, August 5, 2024, 1:30pm
A painting is more than just a picture on a wall; a painting is a process comprised of many intentional brush strokes, leading to a performance far richer than the final output. The shapes of individual strokes are an important component of a painting's style. This is especially true for sparse sketches, where individual strokes are likely to be visible. Prior work in modeling brush stroke trajectories either does not work with real-world robotics or is not flexible enough to capture the complexity of human-made brush strokes. In this work, we aim to develop a robotic drawing agent with controllable stroke-level style based on human trajectories.
To achieve this, we develop a framework to collect brush trajectories from human artists on a real canvas. We model these trajectories with an autoencoder. Finally, we incorporate the autoencoder into the planning pipeline in the FRIDA robotic painting system. We find that, off-the-shelf, FRIDA's brush stroke renderer struggles or fails to learn the complex trajectories from the human demonstration data, especially with narrow brushes or markers. We present a novel brush stroke renderer that is capable of generalizing to complex, human-made brush strokes while maintaining a small Sim2Real gap. Our code is open sourced along with the dataset of drawing trajectories collected from people using real-world drawing tools.
Thesis Committee:
Jean Oh (Chair)
Jim McCann
Additional Information
Event Type: Master's Thesis Presentation
Room Number: In Person
Building: Traffic21 Classroom, Gates Hillman 6501
Speaker's Name: LAWRENCE CHEN
Speaker Website: lawrencedchen.com
Speaker's Professional Title: Master's Student, Computer Science Department, Carnegie Mellon University
Talk Title: Spline-FRIDA: Enhancing Robot Painting with Human Brushstroke
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: tracyf@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Wednesday, August 7, 2024, 12pm
Isaac Newton famously said, “stand on the shoulders of giants,” to emphasize the importance of pre-existing synthesis for making new challenges tractable in a single human brain. Newton himself learned partial abstractions from Ptolemy, Copernicus, Kepler, and Galileo, as well as Descartes’ analytic paradigm, which he used as foundations for his calculus problem. However, rapidly accumulating knowledge makes it increasingly difficult to be aware of existing approaches and innovate upon them.
In this thesis, I argue that what we need are new tools to help people synthesize useful cross-cutting abstractions from knowledge, effectively organize knowledge with those abstractions, and use them to find novel cross-domain insights. I present four systems toward this goal, where I explore several kinds of abstractions to enable new interaction capabilities. These include research threads' for supercharging people's reading experiences with AI to enable seamless interaction with thread-level abstractions while reading, the purpose-mechanism schema and how AI can help users find cross-domain analogical, andactive ingredients,' a mechanism abstraction that helps designers engage with and transfer insights from biology to mobility design.
Through controlled laboratory studies, I demonstrate the value of these abstractions in elevating people's focus during reading and exploration to a higher level (e.g., from individual papers to how notable threads divide a research field; from individual species to active ingredients of mechanisms), thereby gaining efficiency and helping them broaden their pursuit of problem-solving strategies. The end result is more creative ideas.
In a world of abundant knowledge and large language models, the structuring and distilling of conceptual insights will be the defining characteristics of driving value in knowledge work. By putting powerful techniques that empower conceptual interaction with information into the hands of everyday people, I envision a future where innovators everywhere deeply engage with insights that overcome domain boundaries and develop novel ideas that address personal challenges they face to bring forth positive effects for the world.
Thesis Committee:
Aniket Kittur (Chair)
Sherry Tongshuang Wu
Nikolas Martelaro
Michael Terry (Google)
Additional Information
Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: HYEONSU BUTTWEILER KANG
Speaker Website: www.hyeonsukang.com
Speaker's Professional Title: Ph.D. Candidate, Human-Computer Interaction Institute, Carnegie Mellon University
Talk Title: Accelerating Innovation through AI-Powered Conceptual Abstraction and Interaction Design
For More Information: lbuffing@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.hcii.cmu.edu…
Friday, July 26, 2024, 3pm
Interactive task learning (ITL) is a machine learning paradigm that envisions AI that can learn whole programs directly from non-programmers' natural instruction. In this dissertation I present a system called AI2T that improves upon an ITL sub-paradigm called authoring-by-tutoring, whereby highly adaptive educational technology known as intelligent tutoring systems (ITSs) are authored by teaching an agent with rapid human-like learning capabilities. In the course of about 20-30 minutes authors can tutor AI2T with demonstrations and interactive feedback instead of needing to program an ITS by hand; a process which typically requires 200-300 developer hours per hour of instruction.
Authoring-by-tutoring presents a significant opportunity to democratize the authoring of ITSs. The defining characteristic of an ITS is the automatic delivery of detailed step-by-step feedback and hints characteristic of human-to-human tutoring. ITSs are typically more effective than traditional instruction and in some cases even more effective than human tutors. Authoring-by-tutoring is a path toward building the cognitively focused, precisely engineered, and reliably accurate behaviors of traditional ITSs without needing to hand-program behaviors or rely upon costly pretrained AI systems like large language models (LLMs) that are prone to hallucinating incorrect solutions and feedback. Toward this aim, this work innovates on methods of machine-learning that robustly learns complex behaviors via rapid bottom-up induction, instead of by mimicking patterns in big-data.
In this dissertation, I present two novel machine-learning algorithms that enable a data-efficient and robust interactive task learning, whereby 100% complete and accurate rule-based programs can be induced from interactive instruction. First I present STAND, a highly data-efficient algorithm for inducing preconditions for rules from binary reward signals. STAND out-performs algorithms like random forests and XGBoost known for their data-efficient learning on tabular data. STAND also enables a measure called instance certainty, an estimate of prediction probability that is more highly correlated with actual increases in holdout set performance than methods that rely on weighted ensembles. I show in simulation and with users that instance certainty can help authors estimate when AI2T has induced 100% complete programs, and show that it can provide active-learning support, helping authors identify the most helpful problems to tutor AI2T on next. Second, I introduce a method for learning hierarchical task networks (HTNs) from action sequences that helps AI2T induce simpler and more robust hierarchical programs than past systems. This approach is agnostic to action sequence lesson ordering, and induces HTNs with features like unordered groups and conditional actions that are useful for ITS rules.
Thesis Committee:
Kenneth Koedinger (Chair)
Brad Myers
Vincent Aleven
Erik Harpstead
Kurt VanLehn (Arizona State University)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: DANIEL WEITEKAMP
Speaker Website: www.hcii.cmu.edu…
Speaker's Professional Title: Ph.D. Candidate, Human-Computer Interaction Institute, Carnegie Mellon University
Talk Title: Building Educational Technology Quickly and Robustly with an Interactively Teachable AI
For More Information: lbuffing@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.hcii.cmu.edu…
Thursday, July 25, 2024, 3 – 4:30pm
The final poster session for the Research Experiences for Undergraduates in Software Engineering (REUSE) program is a welcomed opportunity to learn about the great research that our students conducted this summer. Join in as your schedule permits.
Posters will be presented on the following topics:
Thursday, July 25, 2024, 3 – 4pm
Over the last 50 years, autonomous robots have made the leap from being novel research contributions in university labs to becoming the fundamental technology upon which companies are built. While they traditionally have belonged to the engineering and computer science disciplines, robots have now crossed into other areas of study and research – making impacts in oceanography, geology, archaeology, biomechanics and biology. To exemplify these crossovers, the speaker will discuss several interdisciplinary projects that his research team have contributed to: altruistic robotics, underwater archeology, autonomous shark tracking, and education. These projects not only showcase several technical aspects of traditional robotics including motion planning, machine learning, state estimation, systems integration, and control theory, but also highlight the impact of interdisciplinary research and education.
—
Christopher Clark is research scientist at Apple, and has been a Professor at Harvey Mudd College since 2012. Before joining HMC’s faculty, he served as a faculty member at the University of Waterloo and California Polytechnic State University, San Luis Obispo. Clark is a Fulbright Scholar and for the 2011-2012 academic year, he held the William R. Kenan, Jr. Visiting Professorship for Distinguished Teaching at Princeton University. In 2004, he was a first hire at the startup company Kiva Systems (now Amazon Robotics), which changed warehouse management via multi-robot systems. He earned his undergraduate degree in engineering physics from Queen’s University, Canada, a master’s in mechanical engineering from the University of Toronto and a PhD in aeronautics and astronautics with a minor in computer science from Stanford University. Clark’s research areas include multi-robot systems, underwater robot systems, applied ML, control theory, intelligent vehicles, state estimation and motion planning.
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Mehrabian Collaborative Innovation Center, Conference Room 1, Lower Level and Zoom
Speaker's Name: CHRISTOPHER CLARK
Speaker Website: www.lair.hmc.edu…
Speaker's Professional Title: Research Scientist, Apple, and Professor, Harvey Mudd College
Talk Title: Robots Crossing Boundaries
For More Information: asilwal@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, July 25, 2024, 10am
As robots become increasingly integrated into human society, ensuring their safety is a paramount concern that has not been thoroughly addressed. This thesis tackles crucial questions on providing formal safety guarantees for robots operating in complex real-world scenarios and enabling these robots to perform diverse tasks intelligently and safely. By developing novel methodologies that build upon safe control, model-based control, and large language models (LLMs), my research bridges the gap between theoretical safety guarantees and practical implementation. This thesis presents three significant contributions: creating reliable safety measures and strategies, extending safety assurances to complex robotic systems, and achieving reliable open-world task execution. The benefits of this research are substantial, offering a framework for deploying robots that can safely and efficiently interact with their surroundings, thereby enhancing their utility and trustworthiness in various applications and fostering their integration into human society.
Thesis Committee:
Changliu Liu (Chair)
Yuejie Chi
Yorie Nakahira
Andrea Bajcsy
Chuchu Fan (Massachusetts Institute of Technology)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual
Building: Newell-SImon 3305 and Zoom
Speaker's Name: TIANHAO WEI
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Ph.D. Candidate, Department of Electrical and Computer Engineering, Carnegie Mellon University
Talk Title: Safeguarding and Empowering General Purpose Robots
Affiliations: Robotics Institute (RI)
Organization(s): Department of Electrical and Computer Engineering, School of Computer Science
Friday, July 26, 2024, 10 – 11am
When outputting information to our senses, almost all wearable interfaces follow the same principle: externally generating stimuli (e.g., lights, sounds, vibrations) and then presenting them via devices placed at the endpoints of our sensory system, such as head-mounted displays in front of the eyes and vibration motors on the skin. While this intuitive approach of stimulating the endpoints might be sufficient for audiovisual interfaces, I argue that when it comes to engaging the sense of touch (i.e., haptics), it will fail to support a wide variety of interactive experiences. Even a single haptic device on the hand will obstruct users from touching or grabbing objects in the real world, making it undesirable for mixed reality. Let alone scaling this approach to a larger portion of the body, which would restrict the user’s whole body.
My research introduces an alternative approach to haptic output: instead of stimulating endpoints with external stimuli, I explore interactive devices that “internally” send electrical signals to the nervous system — intercepting the user’s nervous system. My approach creates haptic sensations beyond the point where the device is worn, establishing a basis for enabling haptic feedback while keeping the user’s body free, and scaling haptic interfaces to work for the entire body. In this talk, I will detail: (1) how intercepting the nerves can provide touch (CHI’23) and force (CHI’22) feedback without obstructing the user’s body with actuators; (2) how this approach can integrate into practical wearable devices such as a smartwatch (UIST’24); and (3) its potential to eventually generalize to a full-body interface by intercepting the user’s brain (CHI’24).
—
Yudai Tanaka is a PhD student in the Department of Computer Science at University of Chicago advised by Prof. Pedro Lopes. In his research, Yudai explores computer interfaces that output sensory feedback by intercepting the user’s brain or nervous system. These interfaces free up the user’s body from hardware in touch interactions; or even envision a new form of interactive experiences by presenting sensations directly to the brain. Yudai has published work at top Human-Computer Interaction (HCI) conferences including ACM CHI & UIST, with Best Paper Award (CHI’23), Best Paper Honorable Mention (CHI’24), and Best Demo Award (CHI’22).
Faculty Host: Alexandra Ion
In Person and Zoom (internal CMU audiences only) and Livestream (All Guests)
Event Type: Talks
Room Number: In Person
Building: 407 S. Craig Street, 2nd Floor
Speaker's Name: YUDAI TANAKA
Speaker Website: yudai-tanaka.com
Speaker's Professional Title: Ph.D. Student, Department of Computer Science, University of Chicago
Talk Title: Intercepting User's Brain and Nervous System: A New Paradigm for Haptic Output
For More Information: alexandraion@cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.hcii.cmu.edu…
Friday, July 26, 2024, 9am
The Internet has become the central source of information and communication in modern society. Congestion control algorithms (CCAs) are critical for the stability of the Internet: ensuring that users are able to fairly and efficiently share the network. Over the past 30 years, researchers and Internet content providers have proposed and deployed dozens of new CCAs designed to keep up with the growing demands of faster networks, diverse applications, and mobile users. Without tools to understand this growing heterogeneity in CCAs deployed in the Internet, the fairness of the Internet is at stake.
Towards understanding this growing heterogeneity, we develop CCAnalyzer, a tool to determine what CCA a particular web service deploys, outperforming previous classifiers in accuracy and efficiency. With CCAnalyzer, we show that new CCAs, both known and unknown, have widespread deployment in the Internet today, including a recently proposed CCA by Google: BBRv1. Next, we develop the first model of BBRv1, and prove BBRv1 can be very unfair to legacy loss-based CCAs, an alarming finding given the prolific deployment of BBRv1.
Consequently, we argue the need for a better methodology for determining if a new CCA is safe to deploy in the Internet today. We describe how the typical methodology testing for equal-rate fairness (every user gets the same bandwidth) is both an unachievable goal and ultimately, not the right threshold for determining if a new CCA is safe to deploy alongside others. Instead of equal-rate fairness, we propose a new metric we call, harm, and argue for a harm-based threshold. Lastly we present RayGen, a novel framework for evaluating interactions between heterogeneous CCAs. RayGen uses a genetic algorithm to efficiently explore the large state space of possible workloads and network settings when two CCAs compete. With a small budget of experiments, RayGen finds more harmful scenarios than a parameter sweep and random search.
Thesis Committee:
Justine Sherry (Co-Chair)
Srinivasan Seshan (Co-Chair)
Theophilus A. Benson
Jim Kurose (University of Massachusetts Amherst)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates Hillman 4405 and Zoom
Speaker's Name: RANYSHA WARE
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Ph.D. Candidate, Computer Science Department, Carnegie Mellon University
Talk Title: Battle for Bandwidth: On The Deployability of New Congestion Control Algorithms
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: csd.cmu.edu…
Thursday, July 25, 2024, 4pm
Online peer support groups provide a conducive environment, allowing members to get connected with peers who share similar difficulties. There, members are able to provide informational and emotional support to each other without restrictions of time and geographic location. However, peer support also suffers from a variety of challenges, including members’ lack of commitment and expertise in providing support. Failure to address these challenges might lead to unwanted consequences such as volunteer burnout and mistreatment of helpees.
In my work, I started off studying peer support in a health-related context, emphasizing two research questions, 1) how to keep members committed to providing support and 2) how to empower committed members with skills so that they can provide better support. It is not clear, however, the extent to which conclusions obtained from this research can be applied to support groups where members might have conflicts of interest. I then expand my work to peer support groups where members have competition by examining how gig workers provide and receive support online.In a specific case study, I explored how gig workers collectively make sense of algorithms that manage their work in online communities.
Thesis Committee:
Bob Kraut (Co-Chair)
Haiyi Zhu (Co-Chair)
Sarah Fox
Julia Ticona (University of Pennsylvania)
Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: ZHENG YAO
Speaker Website: zheng-yao.com
Speaker's Professional Title: Ph.D. Candidate, Human-Computer Interaction Institute, Carnegie Mellon University
Talk Title: Peer Support in Online Communities
For More Information: lbuffing@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.hcii.cmu.edu…
Friday, July 26, 2024, 11am
This work investigates a constrained inverse kinematic (IK) problem that seeks a feasible configuration of an articulated robot under various constraints such as joint limits and obstacle collision avoidance. Due to the high-dimensionality and complex constraints, this problem is often solved numerically via iterative local optimization. Classic local optimization methods take joint angles as the decision variable, which suffers from non-linearity caused by the trigonometric constraints. Recently, distance-based IK methods have been developed as an alternative approach that formulates IK as an optimization over the distances among points attached to the robot and the obstacles. Although distance-based methods have demonstrated unique advantages, they still suffer from low computational efficiency, since these approaches usually ignore the chain structure in the kinematics of serial robots. This work proposes a new method called propagative distance optimization for constrained inverse kinematics (PDO-IK), which captures and leverages the chain structure in the distance-based formulation and expedites the optimization by computing forward kinematics and the Jacobian propagatively along the kinematic chain. Test results show that PDO-IK runs up to two orders of magnitude faster than the existing distance-based methods under joint limits constraints and obstacle avoidance constraints. It also achieves up to three times higher success rates than the conventional joint-angle-based optimization methods for IK problems. The high runtime efficiency of PDO-IK allows the real-time computation (10−1500 Hz) and enables a simulated humanoid robot with 19 degrees of freedom (DoFs) to avoid moving obstacles, which is otherwise hard to achieve with the baselines.
Thesis Committee:
Howie Choset (Advisor)
Guanya Shi
Chao Cao
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Traffic21 Classroom, Gates Hillman 6501 and Zoom
Speaker's Name: YU CHEN
Speaker Website: neuling-jpg.github.io…
Speaker's Professional Title: Master's Student, Robotics Institute, Carnegie Mellon University
Talk Title: Propagative Distance Optimization for Constrained Inverse Kinematics
For More Information: barbarajean@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Friday, July 26, 2024, 10:30am
Quadruped robots offer a versatile solution for navigating complex terrain, making them valuable for applications such as industrial automation or search and rescue. Although quadrupeds are more complex than bipeds, they are easier to balance and control and require fewer joints to actuate compared to hexapods. Traditional quadruped designs, however, often feature complex leg mechanisms that are difficult to scale and require many actuators. We introduce the DeltaWalker, a novel quadruped robot that uses linear delta robots as legs. Delta robots offer advantages such as precision and scalability, while still being able to move with three degrees of freedom. This design is inspired by DeltaHands, a 4-fingered hand robot with soft, 3D-printed linear delta robots. We turn the DeltaHands upside down and adapt the design for locomotion. We explore various gait patterns, including manually designed and trajectory-optimized gaits, evaluated in both simulated and real-world environments. We also describe the system kinematics and investigate other capabilities, such as rotating in place. The findings from these evaluations demonstrate the potential of the DeltaWalker as a simpler, scalable, omnidirectional quadruped robot.
Thesis Committee:
Prof. Zeynep Temel (Advisor)
Prof. Zachary Manchester
Zilin Si
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: JENNIFER YANG
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Mellon University
Talk Title: DeltaWalker: A Soft, Linearly Actuated Delta Quadruped Robot
For More Information: barbarajean@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Friday, July 26, 2024, 3pm
Achieving human and animal-level agility has been a long-standing goal in robotics research. Recent advancements in numerical optimization and machine learning have pushed legged systems to greater capabilities than ever before, enabling black flips, parkour, and manipulation of heavy objects. Despite these exciting developments, this thesis identifies two key limitations of current legged robot technology and aims to improve upon existing art.
First, legged robots today require manual specifications of desired behaviors and fail to learn from their human and animal counterparts. We introduce SLoMo, a first-of-its-kind framework for transferring skilled motions from casually captured videos of humans and animals to legged robots. From a monocular RGB video, SLoMo synthesizes physically plausible trajectories for downstream offline trajectory optimization and online predictive control of quadruped or humanoid robots. We demonstrate SLoMo by transferring cat and dog motions to quadruped robot hardware and human motions to a simulated humanoid robot.
Second, current model-predictive control (MPC) for legged systems often resort to simplified models due to computational limitations in real-time settings. This is due to the high dimensionality of these robots and the reliance of existing numerical optimization algorithms on fundamentally serial, CPU-friendly linear algebra routines. We leverage advancements in GPU parallelization by developing a quadratic programming (QP) solver that uses only GPU-friendly operations. We refer to our solver as ReLU-QP, thanks to its computational similarities to inferencing a deep neural network with rectified linear unit (ReLU) activation functions. Across benchmarks on solving random QPs and high-dimensional MPC tasks in simulation, including balancing a full-order Atlas humanoid robot on one foot under control limits, ReLU-QP shows an order-of-magnitude speed improvement over state-of-the-art CPU-based QP solvers and solves MPC for modern legged robots at kilohertz rates.
Thesis Committee:
Zachary Manchester (Advisor)
Deva Ramanan
Guanya Shi
Kevin Tracy
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: JOHN ZHANG
Speaker Website: johnzhang3.github.io
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Institute
Talk Title: Advancing Legged Robot Agility: from Video Imitation to GPU Acceleration
For More Information: barbarjean@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Sunday, July 14, 2024, 3 – 4pm
Are you are wondering what CMU Buggy is all about?
Buggy Alumni Associate (BAA) recently digitized video from Raceday 2001, and are holding a 2001 Raceday Rewatch, on the CMUBuggy YouTube Channel. This was the first broadcast ever produced by cmuTV, and some of this footage (and commentary) hasn't been seen since that day in 2001 (or maybe ever). We'll be live streaming all 29 heats from those 2 rain-soaked days, along with some pre-produced packages and live interviews conducted by cmuTV at Raceday 2001.
We'll also have some Raceday 2001-related trivia, a live chat for people to reminisce and catch up with old and new friends, and hopefully we'll have some guests on the stream to talk about that Raceday and share some of their favorite buggy stories. If you were involved in Raceday 2001, whether as a participant, Sweepstakes, or a spectator, and want to join the broadcast as well, just let me know!
So grab your favorite Sunday afternoon beverage, your favorite Sunday afternoon people, and join us for an afternoon of fun, excitement, and nostalgia as we release the world broadcast premiere of Raceday 2001. And feel free to pass this along to anyone and everyone - it's a virtual event, so all are welcome!
WATCH!
Event Type: Fun
Room Number: Virtual Viewing - ET
Building: Remote Access - YouTube
Affiliations: Alumni, Carnegie Mellon University, Student Groups and Organizations, Traditions
Event Website Title: Event Website
Event Website URL: cmubuggy.org…
Monday, July 15, 2024, 2pm
The era of vision-language models (VLMs) trained on large web-scale datasets challenges conventional formulations of “open-world" perception. In this work, we revisit the task of few-shot object detection (FSOD) in the context of recent foundational VLMs.
First, we point out that zero-shot VLMs such as GroundingDINO significantly outperform state-of-the-art few-shot detectors (48 vs. 33 AP) on COCO. Despite their strong zero-shot performance, such foundational models may still be sub-optimal. For example, trucks on the web may be defined differently from trucks for a target application such as autonomous vehicle perception. We argue that the task of few-shot recognition can be reformulated as aligning foundation models to target concepts using a few examples. Interestingly, such examples can be multi-modal, using both text and visual cues, mimicking instructions that are often given to human annotators when defining a target concept of interest.
Concretely, we propose Foundational FSOD, a new benchmark protocol that evaluates detectors pre-trained on any external datasets and fine-tuned on multi-modal (text and visual) K- shot examples per target class. We repurpose nuImages for Foundational FSOD, benchmark several popular open-source VLMs, and provide an empirical analysis of state-of-the-art methods. Lastly, we discuss our recent CVPR 2024 Foundational FSOD competition and share insights from the community. Notably, the winning team significantly outperforms our baseline by 23.9 mAP!
Committee:
Prof. Deva K. Ramanan (Advisor)
Prof. Katerina Fragkiadaki
Neehar Peri
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Rashid Auditorium, Gates Hillman 4401
Speaker's Name: ANISH MADAN
Speaker Website: anishmadan23.github.io
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Mellon University
Talk Title: Automating Annotation Pipelines by leveraging Multi-Modal Data
For More Information: barbarajean@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, July 11, 2024, 2pm
The use of unmanned aerial vehicles (UAVs) for time critical tasks is becoming increasingly popular. Operators are expected to use information from these swarms to make real-time and informed decisions. Consequently, detecting and recognizing targets from video is extremely pivotal to the success of these systems. At greater altitudes or with more vehicles, this process becomes increasingly difficult and requires significant scrutiny from an operator. Hence, it is important to try and optimize the information passed between a UAV and the operator. In this work, we present a system that can be used to recreate high-fidelity environments as well as simulate the behavior and data of a UAV swarm. This simulation extends AirSim, a flight simulator plugin for Unreal Engine, to deploy fixedwing aircrafts and other vehicles for the use of conspicuity measurement and other visual salience studies. Through the use of this simulator, we showcase the effects that various factors can have on an operator’s target recognition including altitude, velocity, and conspicuity.
Committee:
Katia Sycara (Advisor)
Henny Admoni
Renos Zabounidis
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Mauldin Auditorium, Newell-SImon 1305 and Zoom
Speaker's Name: BRANDON RISHI
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Mellon University
Talk Title: Simulation as a Tool for Conspicuity Measurement
For More Information: barbarajean@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Wednesday, July 10, 2024, 10:30am
Global localization is essential for the smooth navigation of autonomous vehicles. To obtain accurate vehicle states, on-board localization systems typically rely on Global Navigation Satellite System (GNSS) modules for consistent and reliable global positioning. However, GNSS signals can be obstructed by natural or artificial barriers, leading to temporary system failures and degraded state estimation. On the other hand, off-road driving presents unique challenges for ground vehicles due to irregular terrain, leading to unstable surfaces for traversal and affects state estimation accuracy. Additionally, visual odometry performance may suffer due to the lack of distinct and reliable features for accurate state estimation. To address these challenges, we propose a novel learning-based method that synthesizes a local bird's-eye-view (BEV) image of the surrounding area by aggregating visual features from camera images. The proposed model combines a deformable attention-structured network with an image rendering head to generate top-down BEV images. The synthesized images are subsequently matched with an aerial map for cross-view vehicle registration in GNSS-denied off-road environments. Extensive real-world experimentation validates our method's advancement over existing GNSS-denied visual localization methods, demonstrating notable enhancements in both localization accuracy and registration frequency. Our method effectively reduces visual inertial odometry (VIO) drifts when integrated with an on-board VIO system via factor graph optimization.
Committee:
Prof. Michael Kaess (Advisor)
Dr. Wenshan Wang
Easton Potokar
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: LIHONG (LEAH) JIN
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Mellon University
Talk Title: GNSS-denied Ground Vehicle Localization for Off-road Environments with Bird's-eye-view Synthesis
For More Information: barbarajean@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Monday, July 8, 2024, 11am – 12pm
Dr. Andy Kilianski will provide an overview of ARPA-H, a new U.S. government funding agency pursuing R&D for health challenges. He will review the unique niche occupied by ARPA-H within the Department of Health and Human Services and how ARPA-H is already partnering with academia and industry to transform health outcomes across the country. Discussion will include current funding opportunities, future research interests, and how to become a program manager and get involved.
Faculty Host: Artur Dubrawski
Additional Information on ARPA-H
In Person and Zoom Participation. See announcement.
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: ANDY KILIANSKI
Speaker Website: arpa-h.gov…
Speaker's Professional Title: ARPA-H Program Manager, Health Science Futures Group
Talk Title: ARPA-H and America’s Health: Pursuing High-Risk/High-Reward Research to Improve Health Outcomes for All
For More Information: awd@cs.cmu.edu
Affiliations: Computational Biology Department (CBD), Computer Science Department (CSD), Human-Computer Interaction Institute (HCII), Language Technologies Institute (LTI), Machine Learning Department (MLD)
Tuesday, July 9, 2024, 12:30pm
The rapid integration of artificial intelligence (AI) into human life underscores the importance of studying human-AI interaction and complementarity. The vast majority of AI research has focused on high-performance systems, typically on objective performance measures. However, as AI permeates through all facets of our lives, it is crucial to understand how AI can enhance human experiences and capabilities. To this end, interest has increasingly shifted towards identifying ways to develop AI not only with the goal of building capable systems but with the goal of complementing human behavior and decision making. To make progress towards human-AI complementarity, it is critical to understand both human behavior and the capabilities of AI agents that take human preferences into account. This work proposes three contributions to advance work on human-AI complementarity in shared workspaces.
First, in Chapter 1, we address the lack of generalized frameworks for human-AI interaction by developing an open-source framework for real-time shared workspace experiments. This framework allows us to explore how human-AI complementarity can incorporate subjective preferences and human skill learning. In Chapter 2 we investigate human preferences for AI teammates in a collaborative task using a novel method for constructing robust, controllable AI policies. This research provides insights into what humans value in AI partners. Lastly, in Chapter 3 we propose a learning perspective on human-AI complementarity, exploring how AI partners can complement human learning in multi-agent control settings. Together, these contributions expand the study of human-AI complementarity by providing new tools for the research community and deepening our understanding of human behavior, preferences, and learning in human-AI interactions.
Thesis Committee:
Cleotilde Gonzalez (Chair)
John Miller
Henny Admoni
Event Type: Thesis Proposals
Room Number: In Person
Building: Porter Hall 223D
Speaker's Name: CHASE C. McDONALD
Speaker Website: chasemcd.com
Speaker's Professional Title: Ph.D. Student, Department of Social and Decision Sciences, Carnegie Mellon University
Talk Title: On Human-AI Complementarity in Shared Workspaces
For More Information: jmarch@andrew.cmu.edu
Organization(s): Department of Social and Decisions Sciences, AI Institute for Societal Decision Making (AI-SDM)
Tuesday, July 9, 2024, 12 – 12:30pm
The need for fleet-wide power and data management has never been higher. Automation is soaring. Electrification is everywhere. But managing charging, batteries and fleet uptime cost effectively remains a significant challenge for growing fleets.
WiBotic provides infrastructure that every autonomous fleet needs at scale: power and data. Without reliable power and data, autonomous systems cannot provide the value they promise to businesses all over the world. In this tech talk, WiBotic CEO and Co-Founder Ben Waters will provide an overview of wireless charging for autonomous systems, and will discuss some of the decisions that robotics companies and end-users should consider when it comes to charging infrastructure.
—
Ben Waters is the CEO and co-founder of WiBotic, a company that develops wireless charging solutions and fleet-wide battery management software for industrial mobile platforms of all shapes and sizes. Their mission is to energize businesses with autonomous systems to grow and scale without limitation, while creating a workplace filled with brilliant people who are passionate about leadership. Ben has a PhD in Electrical Engineering from the University of Washington, where he worked on wireless power technologies for implanted devices and a Bachelors Degree in Electrical Engineering and Physics from Columbia.
At WiBotic, Ben leads a team of engineers, designers, and business developers who are dedicated to solving the challenges of powering autonomous robots. They have created a highly flexible wireless charging platform that can charge mobile robots, medical carts, floor cleaning scrubbers, space infrastructure and underwater vehicles, regardless of their battery type, size, or shape. WiBotic Commander Software optimizes battery charging and provides cost-saving insights into battery maintenance, fleet uptime and simplifies autonomous charging. The WiBotic platform has been used by customers across various industries, such as e-commerce, manufacturing, agriculture, defense, security, and logistics, to improve the efficiency, reliability, and safety of their robotic operations.
REGISTER
About ARM M2M Tech Talks: This member-exclusive series features a subject matter expert from the ARM Member Consortium providing a brief overview of some of the technology driving their business. Following the presentation, we will open the event up for some quick interactive Q&A, discussion, and networking. Unlike our traditional webinar series, attendees will be able to join using both video and voice functionality (if desired) to connect with our session speaker. Connecting with the speaker after the Tech Talk using the Member Community is highly encouraged!
The ARM Institute is the nation’s leading Robotics and AI Manufacturing Innovation Institute part of the Manufacturing USA Network. With our 380+ member organization partners, we advance critically needed robotics and workforce solutions to strengthen U.S. manufacturing.
Event Type: Talks
Room Number: Virtual Presentation - ET
Speaker's Name: BEN WATERS
Speaker Website: www.wibotic.com…
Speaker's Professional Title: CEO and Co-founder, WiBotic
Talk Title: How wireless opportunity charging saves time, efficiency and battery life
Affiliations: Carnegie Mellon University, College of Engineering, Partnerships
Organization(s): School of Computer Science
Tuesday, July 2, 2024, 3pm
Causal inference focuses on uncovering cause-effect relationships from data, diverging from conventional machine learning which primarily relies on correlation analysis. By identifying these causal relationships, causal inference improves feature selection for predictive models, leading to predictions that are more accurate, interpretable, and robust. This approach proves especially effective with interventional data, such as randomized control trials (RCTs), where deliberate changes in variables allow for observing their effects.
In this study, we begin by examining if existing tabular datasets contain interventional data, such as natural experiments. Natural experiments occur when events affect individuals or groups differently, akin to the varied impact of the COVID-19 pandemic on different populations. Our findings demonstrate that real-world datasets indeed contain natural experiments, which can be utilized to enhance classification performance through causal inference. We further extend this methodology to investigate lung ultrasound video datasets, aiming to glean additional insights and enhance diagnostic accuracy.
Committee:
John Galeotti
Deva Ramanan
Peter Spirtes
Gokul Swamy
In Person and Zoom Participation. See announcement.
Event Type: Speaking Skills
Room Number: In Person and Virtual - ET
Building: Mauldin Auditorium, Newell-Simon 1305 and Zoom
Speaker's Name: GAUTAM RAJENDRAKUMAR GARE
Speaker Website: ggare-cmu.github.io
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Enhancing Model Performance and Interpretability with Causal Inference as a Feature Selection Algorithm
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Tuesday, July 2, 2024, 10am
Place Recognition is essential for achieving robust robot localization. However, current state-of-art systems remain environment/domain-specific and fragile. By leveraging insights from vision foundation models, we present AnyLoc, a universal VPR solution that performs across diverse environments without retraining or fine-tuning, significantly outperforming supervised baselines. We further introduce MultiLoc, and enable zero-shot cross modal place recognition across lidar and thermal modalities by distilling features from vision foundation models. Our comprehensive evaluation across structured and unstructured datasets demonstrates the feasibility of building universal place recognition systems that can operate anytime, anywhere, anyview and across any sensor.
Thesis Committee:
Prof. Sebastian Scherer (Chair)
Prof. Michael Kaess
Dr. Wenshan Wang
Zhao Shibo
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual -ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: JAY KARHADE
Speaker Website: jaykarhade.github.io
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Mellon University
Talk Title: Towards Universal Place Recognition
For More Information: barbarajean@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Monday, July 1, 2024, 9am
Touch is an essential sensing modality for making autonomous robots more dexterous and allowing them to work collaboratively with humans. In particular, the advent of vision-based tactile sensors has resulted in efforts to design them for different robotic manipulation tasks. However, this design task remains a challenging problem. This is for two reasons: first, the design of the sensor itself requires the compact integration of multiple optical elements to improve optical signal fidelity during interaction with the environment; second, the successful integration of vision-based tactile sensors into robotic manipulation tasks requires the co-design of both the sensors and the robot structure itself for optimal sensing and control.
This thesis aims to alleviate these two challenges by creating a general design framework that allows a roboticist to quickly iterate on the design and evaluation of vision-based tactile sensors for designated robotic manipulation tasks. First, our framework uses an optical simulator, based on physics-based rendering, that can accurately and efficiently generate the images captured by arbitrary sensor designs upon tactile indentation. Second, our framework uses a procedural sensor shape generator and introduces novel objective functions (perceptual and geometric) to improve tactile sensor designs automatically. Thirdly, we develop a general modular and interactive pipeline for rapid sensor prototyping with focus on novice users, that can automatically generate parameterized designs and optimize optical components within minutes. We provide an implementation of our framework as a design toolbox, OptiSense Studio.
We showcase the sim2real comparisons of a range of GelSight-like tactile sensors, specifically sensors that include optical components like mirrors, curved sensing surface, fluorescence, and light piping. Furthermore, we demonstrate the utility of our procedural sensor shape optimization for a curved tactile sensor shape and compare the optimized design performance against sensor expert’s hand-optimized designs by manufacturing a real-world prototype. We show the design of a new tactile sensor using our interactive toolbox and improve existing ones completely virtually.
This thesis tackles a critical problem in enabling the development of vision-based tactile sensors and consequently their adoption in sensing for diverse applications. Through this thesis, we demonstrate the utility of our design framework for the design of vision-based tactile sensors and compliant tactile sensors. More broadly, we want to create a new point of convergence between disparate communities such as computer graphics (physics-based rendering and simulation), optics (optical lens and material design), and robotics, and foster new research directions within and across these communities.
Thesis Committee:
Wenzhen Yuan (Co-chair, University of Illinois Urbana-Champaign)
Ioannis Gkioulekas (Co-chair)
Nancy Pollard
Edward Adelson (Massachusetts Institute of Technology)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person
Building: Newell-Simon 4305
Speaker's Name: ARPIT AGARWAL
Speaker Website: www.andrew.cmu.edu…
Speaker's Professional Title: Ph.D. Candidate, Robotics Institute, Carnegie Mellon University
Talk Title: A Modularized Approach to Vision-based Tactile Sensor Design Using Physics-based Rendering
For More Information: lyonsmuth@cmu.edu
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Monday, July 1, 2024, 11am
In this thesis, we present a new method to solve algorithmic and combinatorial problems by (1) reducing them to bounding the maximum, over x in {-1,1}n, of homogeneous degree-q multilinear polynomials, and then (2) bounding the maximum value attained by these polynomials by analyzing the spectral properties of appropriately chosen induced subgraphs of Cayley graphs on the hypercube (and related variants) called "Kikuchi matrices".
We will present the following applications of this method.
Monday, September 9, 2024, 4 – 6pm
President Farnam Jahanian invites you to save the date for a
Celebration of Life
Honoring
Jared L. Cohon
Jared L. Cohon served as Carnegie Mellon University’s eighth president from 1997 to 2013. Jerry was widely respected and immensely beloved, and his leadership and scholarship have shaped the trajectories of an untold number of Tartans over the years. His brilliant mind, unyielding energy and unimpeachable integrity have made our institution — and our society — better in innumerable ways.
Additional information to follow in the coming weeks.
Event Type: Special Events
Room Number: In Person
Building: Rangos Ballroom, Cohon University Center
For More Information: CMUevents@andrew.cmu.edu
Affiliations: Carnegie Mellon University
Organization(s): School of Computer Science
Thursday, July 18, 2024, 6 – 8pm
Join BNY and Innovation Works for the UpPrize 2024 Semi-finals at the Nova Place Concourse. During the event, we'll hear from a panel of our 2023 UpPrize Finalists to see where they are now and how the BNY UpPrize Social Innovation Challenge impacted their businesses.
Join in to celebrate social innovation in Southwestern PA - as they announce the ten UpPrize 2024 Semifinalists who will proceed in the challenge for a chance to win up to $125,000 for their business!
Finalists will be part of this inaugural cohort starting in January 2025. Led by entrepreneurial experts, this module is specifically designed to provide insights into customer acquisition and retention. Additionally, participants will receive access to Innovation Works' networking events and support.
REGISTER
Event Type: Career Presentation
Room Number: Nova Place Concourse
Building: 100 South Commons, Pittsburgh, PA 15212
Speaker's Name: Semi-Finalists Announcement, Panel Discussion, and Networking
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
Event Website Title: Program Website and Registration
Event Website URL: www.upprize.org
Friday, June 28, 2024, 2pm
After correctness, the most important properties of programs concern their resource requirements, like how much time they take to run or how much memory they need. It is therefore desirable to automate the
derivation of a program’s costs. One successful approach to such automatic derivation is the type system
known as Automatic Amortized Resource Analysis (AARA). AARA finds polynomial bounds on resource usage by using its types to apply the physicist’s method of amortized cost analysis. Type inference in AARA can be reduced to linear programming, thereby automating resource analysis. This balance of expressive bounds and efficient analysis has brought AARA success.
Unfortunately, deriving a program’s resource usage can be difficult — in fact it is generally not computable.
Thus, despite AARA’s success, it is not surprising that there are many natural program patterns that it cannot analyze well. Sometimes AARA finds loose resource bounds, other times it finds bounds slowly, and sometimes it cannot find any bounds at all.
This thesis addresses such shortcomings by developing a variety of upgrades to the AARA type system that
allow the efficient derivation of tight resource bounds for more programs. The key theme underlying these
upgrades is the leveraging of linear reasoning principles. These ideas integrate well with AARA because AARA exists in the intersection of various forms of linearity: the linear flavor its type system, the linear relations of its cost bound templates, and the linear physicality behind the physicist’s method of amortized cost analysis.
This work first upgrades the type system with remainder contexts to better reason about reusable resources like memory. Then the class of AARA’s bounding functions is enlarged to include, e.g., exponential bounds. This class of functions is further enlarged to be multivariate, allowing dependence on products of data structure sizes. Next, this work provides a more efficient, matrix-based approach to inferring the cost-free AARA types needed for, e.g., non-tail recursion. Finally the physicist’s method of amortized cost analysis is refined into the quantum physicist’s method, which provides an automatable framework for reasoning about resource reallocation, while also allowing resource bounds to depend on data structure height.
Thesis Committee:
Jan Hoffmann (Chair)
Frank Pfenning
Stephanie Balzer
Thomas Reps (University of Wisconsin)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person
Building: Mauldin Auditorium, Newell-Simon 1305
Speaker's Name: DAVID KAHN
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Ph.D. Candidate, Computer Science Department, Carnegie Mellon University
Talk Title: Leveraging Linearity to Improve Automatic Amortized Resource Analysis
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: csd.cmu.edu…
Wednesday, July 3, 2024, 12pm
Industrial control systems (ICS) govern critical infrastructure and processes, such as power generation, chemical processing, and water treatment. Given their widespread impact and their critical nature, there is a strong incentive for adversaries to attack ICS. An adversary that gains access to an ICS network can manipulate its process values to cause physical damage and harm. Machine-learning-based anomaly detection can be used to detect such manipulated data and is a common proposal for defending ICS. To make anomaly detection more effective for ICS, this thesis investigates and proposes solutions to several challenges when applying anomaly detection to an ICS. First, it is unclear what models and methods are best for detecting ICS anomalies; we comprehensively evaluate prior approaches and compare their performance, identifying what strategies were most effective. Second, it is unclear if and how anomaly-detection outputs can be used to diagnose ICS anomalies; we evaluate a variety of approaches for attributing ICS anomalies to the underlying components that were manipulated. Third, we identify fundamental issues with prior anomaly-detection approaches for ICS, and we are investigating how incorporating domain knowledge through graphs can improve current detection and attribution approaches. Finally, to better understand if current anomaly-detection approaches appropriately match the needs of ICS in practice, we are conducting an interview-based study to understand the workflows and perspectives of practitioners that monitor ICS.
Thesis Committee:
Lujo Bauer (Chair)
Eunsuk Kang
Vyas Sekar (CSD/ECE)
Michael Reiter (Duke University)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Mehrabian Collaborative Innovation Center 2101 and Zoom
Speaker's Name: CLEMENT FUNG
Speaker Website: clementfung.me
Speaker's Professional Title: Ph.D. Student, Ph.D. Program in Societal Computing, Software and Societal Systems Department, Carnegie Mellon University
Talk Title: Proposing Guidelines and Approaches to Make Anomaly Detection More Effective for Industrial Control Systems
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: aroudebu@andrew.cmu.edu | cherold@cs.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science
Saturday, September 7, 2024, 11am – 6pm
Entrepreneurship Bootcamp, a fall semester, one-day glimpse into entrepreneurship at CMU and Pittsburgh.
Sponsored by: Swartz Center for Entrepreneurship and Graduate Entrepreneurship Club
Event Type: Career Presentation
Room Number: In Person
Affiliations: Entrepreneurship
Event Website Title: Event Website and Updates
Event Website URL: www.cmu.edu…
Monday, July 29, 2024, 8:30am
Datathon is a data science competition series similar to hackathons tackling real-world social challenges in topics such as urban traffic, renewable energy, and education. Teams of students receive complex datasets, then analyze them, use real-world findings, and prepare a report of their discoveries to a panel of judges.
Hosted by Citadel | Citadel Securities in cooperation with Correlation One.
The Datathon will be held 29 July through 5 August 2024.
→ Location: Virtual
→ Open to undergraduate and graduate students
— Undergraduate and graduate students in good standing, eighteen years of age or older
residing in the US or Canada
— Must be pursuing a bachelor’s or master’s degree in Math, Engineering, Statistical Modeling,
Calculus, Computer Science, Physics, Economics, or related disciplines.
→ Application deadline: 11:59:59 pm EST on 21 July 2024
→ Prizes! $15,000 + recruiting networking opportunities
Additional Information | APPLY
Event Type: Career Center Event
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Wednesday, June 26, 2024, 1pm
Large pre-trained models and internet data sources are key to general and efficient robot task learning. However, learning contact-rich behaviors, semantic task constraints, and robust task planning from internet data sources remains an open challenge. This proposal seeks to make progress towards a general robot task learning system leveraging pre-trained models and internet data. We limit our study to tasks in the cooking and food preparation domain. This proposal discusses our work in two key areas: skill learning and task planning. To improve skill learning, we present an approach for selecting between basic robot behaviors to accomplish cooking skills. We then propose further work to learn these basic robot behaviors and reduce the need for real-world execution when performing behavior selection. To improve task planning we conduct a large-scale study on Large Language Models as task planners. We identify key deficiencies and propose a new planning framework to address them. Finally, we propose a method for learning task ordering constraints from human video based on our prior constraint-learning work. Ultimately, we seek to produce a robot task-learning system capable of quickly acquiring new tasks in a home environment.Thesis Committee:
Christopher Atkeson (Chair)
David Held
Oliver Kroemer
Ruta Desai (Meta FAIR)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: MRINAL VERGHESE
Speaker Website: mrinal.verghese.org
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Accelerating Robot Task Learning with Large Pretrained Models and Internet Data
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, June 27, 2024, 10am
A grand challenge in human-computer interaction (HCI) is constructing user interfaces (UIs) that make computers useful for all users across all contexts. Conventional UI development processes have approached this goal by iteratively converging towards a single “final” UI through prototyping, implementation, and testing. However, even when following best practices, this approach locks in a set of assumptions that often cannot accommodate the diversity of user abilities, usage contexts, or computing technologies, ultimately limiting how we can use computers. For example, UIs designed for one context might not perform well in another, and UIs can be inaccessible to users with different abilities and preferences. In this dissertation, I propose a new approach that uses machine-learning-driven systems that automatically understand and manipulate existing UIs. Using content and functionality inferred from the UI, combined with sensed usage context, a new interface can be synthesized that better meets the immediate needs of individual users.
My work represents the initial technical foundation for this vision. First, I describe approaches for understanding user ability and context (user understanding), which HCI suggests is the basis for building good interfaces. I describe a recommendation system that recommends device settings (e.g., accessibility features) based on sensed usage behaviors and user interaction logs. Results from a user study showed that the majority (74%) of predicted recommendations were rated as helpful. Nevertheless, this approach of adapting interfaces through configuration changes has traditionally been limited, since applications often do not properly expose their semantics to external services. To this end, I describe several projects in the area of UI understanding, which shows that it is possible to overcome this barrier using data-driven ML models that predict interface layout, structure, and functionality from visual information, which is how UIs are generally assumed to be used. These predicted semantics can enable many forms of existing computing infrastructure, such as accessibility and UI agents to work more reliably and robustly. Finally, I combine both user and UI understanding to dynamically generate and adapt UIs that meet the specific needs of users. I describe ML-driven systems that generate UIs by modifying existing application layouts and generating UI code based on personalized user profiles and design objectives. Ultimately, through my work, I show that computational understanding of user interfaces allows UIs to be transformed from static objects into malleable representations that can be dynamically reshaped for new devices, modalities, and users.
Thesis Committee
Jeffrey P. Bigham (Chair)
Jodi Forlizzi
Tom Mitchell (MLD)
Sherry Tongshuang Wu
Jeffrey Nichols (Apple)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Mauldin Auditorium, Newell-Simon 1305 and Zoom
Speaker's Name: JASON WU
Speaker Website: jasonwunix.com
Speaker's Professional Title: Ph.D. Candidate, Human-Computer Interaction Institute, Carnegie Mellon University
Talk Title: Computational Understanding of User Interfaces
For More Information: lbuffing@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): School of Computer Science
Event Website Title: Program Website
Event Website URL: www.hcii.cmu.edu…
Friday, August 2, 2024, 8am
Red Bull Basement empowers student innovators in all areas of study to kickstart their ideas using technology to drive positive change. The aim is to connect and inspire all students to constructively challenge the status quo and make positive impacts, now and for the future.
You don’t have to be an entrepreneur or an inventor to join – everyone is invited to the brainstorm. The climax is a Global Final (2-5 December 2024 in Tokyo), where finalist teams bring their ideas to life for a pitch to global judges. Along the way are opportunities for networking, expert mentoring and more.
Every idea is welcome – you can offer a solution for a pressing, unmet need affecting life on campus or a greater challenge in the community. Technology and Artificial Intelligence may be the whole solution, or one part of it. Topics are limited only by your imagination, but to get started, think of: AI, ESG Innovation, Extended Realities or Robotics & Automation.
Applications open in August 2024, and we've made the process smoother than ever with our newest innovation: an AI Chatbot assistant! Be among the first to experience this cutting-edge tool that simplifies bringing your idea to life on paper. The chatbot will guide you through each step, making it easier to craft a compelling application. Don't miss out—register to receive an alert as soon as applications go live. No matter your background, this is your chance to contribute to positive change with the power of your ideas.
Tuesday, June 25, 2024, 12:30pm
The value alignment problem considers how robots can learn to behave in accordance with human values. Today, robot learning paradigms enable humans to provide data (e.g., preference labels or demonstrations), which the robot uses to update its behavior (e.g., reward model or policy) to be closer to the human’s values. However, the current paradigm requires the user to constantly supervise, provide new feedback, and—more fundamentally—perfectly understand where the robot is misaligned. Even if the robot eventually learns a perfect model of how the user wanted it to behave, the overall human-robot interaction during alignment could have been demanding, confusing, or arduous for the person.
This dissertation proposes that alignment isn’t just about a robot’s understanding of the task; it must also account for the overall interaction during the alignment process. In other words, alignment shouldn’t be treated as just a destination; it’s a journey. To achieve this goal, we break down the value alignment process into two levels: task alignment (wherein the robot understands and behaves in accordance with the human’s goals and intents) and interaction alignment (wherein the robot communicates with and seeks feedback from the user in accordance with the user’s interaction preferences). In our completed work, we enable task alignment in multi-agent collaborative games via online strategy adaptation and propose a way for shared robot controllers to measure their misalignment via conformal prediction. We further demonstrate a first step towards interaction alignment via proactive robot strategy explanations. In our proposed work, we will (1) formalize how different types of uncertainty (ie. action uncertainty, ambiguous human instruction, skill failure) inform different interactive, in-the-moment queries to the user, and will (2) mathematically model interaction-alignment over both physical and communicative robot behaviors. Our ultimate goal is to enable robots that are proactive participants in the value alignment process: robots that seek feedback strategically when they are uncertain during task execution and are cognizant of the capacity for human feedback constrained by the human’s state and the nature of the task.
Thesis Committee:
Henny Admoni (Co-chair)
Reid Simmons (Co-chair)
Andrea Bajcsy
Anirudha Majumdar (Princeton University)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: MICHELLE ZHAO
Speaker Website: mzhao98.github.io
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Aligning Robot Task and Interaction Policies to Human Values
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Tuesday, June 25, 2024, 11am
Although agriculture is a highly mechanized industry, numerous sectors like horticulture and floriculture heavily depend on manual labor because they require safe handling of plants and produce that can only be left to humans. However, many research and commercial robots have succeeded in several challenging dexterous manipulation tasks like harvesting, pruning, and plant health monitoring. These robots are typically designed as monolithic systems that are expensive to develop and, as a consequence, are prohibitively costly to adopt for regular farm use.
Using modular, reconfigurable robots (MRRs) for mobile robot manipulation in agriculture enables the automation of complex tasks with versatile and robust systems that offer cost-effective designs tailored to specific requirements. Researchers also benefit from MRRs, as they reduce non-recurring engineering costs, freeing up resources for critical areas of investigation. However, using MRRs presents a significant challenge: given an MRR system, how can a user generate the optimal design for their task? This problem is difficult, even for experts, and becomes more complex for mobile manipulation robots operating in highly cluttered environments.
In this thesis, we introduce an automated robot reconfiguration pipeline designed to solve the challenge of obtaining the best robot design for the task when using modular reconfigurable robots. We adopted a robot optimization framework that breaks down the design problem into (a) the robot model, (b) task and environment representations, (c) the task performance metric, and (d) the optimizer. This approach allows the users to choose their preferred MRR system, task description, and environment.
We introduce new task metrics evaluation methods for manipulation and navigation to deal with highly cluttered environments. For manipulation, we develop a new inverse kinematics solver for redundant manipulators that can efficiently obtain a solution if it exists. We also introduce a new approach to measuring the robot’s capacity to navigate a crop field without colliding with obstacles. With the addition of better environment representations, we seek to obtain the best MRR configurations for mobile manipulation in real-world agricultural tasks.
The results of this work will enhance the adoption of mobile manipulation robots for challenging agricultural tasks that require specialized skills and often go understaffed. Many stand to benefit from the automated robot reconfiguration tools proposed in this work: farmers and agronomists will improve labor efficiency, experts will save time, and researchers will reduce R&D costs.
Thesis Committee:
George Kantor (Chair)
Oliver Kroemer
Zeynep Temel
Changying (Charlie) Li (University of Florida)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and VIrtual - ET
Building: Newell-Simon 3305
Speaker's Name: DOMINIC GURI
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Optimal Modular Robot Design for Mobile Manipulation in Agriculture
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Wednesday, June 26, 2024, 12 – 2pm
► SHASANK CHAVAN
Vice President, Data In-Memory and AI Technologies, Oracle
— Leveraging Generative AI with Oracle AI Vector Search
AI Vector Search in Oracle 23ai is a new, transformative way to intelligently search through your unstructured business data efficiently, and accurately, by using AI techniques to match on the semantics, or meaning, of the underlying data. With the inclusion of a new VECTOR datatype, new approximate search indexes, and new SQL operators and extensions, enterprise companies can quickly and easily leverage AI Vector Search to build modern, generative-ai applications with just a few lines of SQL! And with this simplicity comes power, as AI Vector Search is fully integrated with Oracle’s enterprise-grade functionality, such as transactions, RAC, and Exadata. This talk will dive into the mechanics of AI Vector Search, ensuring a solid understanding of its implementation and benefits.
Shasank Chavan is the Vice President of the Data, In-Memory and AI Technologies group at Oracle. He leads an organization of brilliant engineers working on the nexus between AI systems and modern databases. His team is currently hyper-focussed on developing the next-generation, AI-centric data storage engine, designed for in-memory OLTP, Analytics and Vector Search capabilities to power the AI and Generative AI revolution to come. Shasank earned his BS/MS in Computer Science at the University of California, San Diego. He has accumulated 50+ patents over a span of 25 years working on systems software technology.
► GREG GANGER
Jatras Professor of Electrical and Computer Engineering, Carnegie Mellon University
Director, Parallel Data Laboratory (PDL)
— Cluster Storage Systems Need Declarative IO Interfaces
Storage systems continue to be built around decades-old imperative interfaces, like read/write and get/put. Although this low-level interface can be used for any framework or application, it can lead to significant IO inefficiencies, especially in cases (e.g., data maintenance tasks like compaction, integrity checks, rebalancing, etc.), for which caches tend to be least effective. Although not a new fact, IO efficiency is reaching emergency status, as the IOPS/TB (or BW/TB) available from each storage device in large-scale cluster storage drops with each increase in device capacity...new approaches are needed to more efficiently use the IOPS/TB available.
It's time to augment cluster storage with declarative interfaces, whereby data maintenance tasks and data management applications can register need for sets of data items and allow the storage system to orchestrate the corresponding IO. So, rather than converting order-flexible and time-flexible needs into an arbitrary ordering of "do this now" imperative IO, the flexibility can be exposed to and exploited by the storage system. With this flexibility, significant opportunities arise for eliminating redundant IO (e.g., data read for an integrity check could also be used for rebalancing), smoothing IO bursts, and coelescing IOs.
This talk will describe the declarative IO concept, argue for their importance, talk about our early exploration into them, and invite discussion and collaboration.
Greg Ganger is the Jatras Professor of ECE and CS (by courtesy) at Carnegie Mellon University (CMU). Since 2001, he has also served as the Director of CMU's Parallel Data Laboratory (PDL) research center focused on data storage and processing systems. He has broad research interests in computer systems, including storage/file systems, cloud computing, ML systems, distributed systems, and operating systems. He earned his collegiate degrees from the University of Michigan and did a postdoc at MIT before joining CMU. He still loves playing basketball..he's lost a step but developed a sweet 3-point shot. And, no, the surfing pictures are not photoshopped.
Zoom Participation. See announcement.
Event Type: Talks
Room Number: Virtual Presentations
Building: Remote Access - Zoom
Speaker's Name: Two Talks: SHASANK CHAVAN, GREG GANGER
For More Information: karenl@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): Department of Electrical and Computer Engineering, SCS
Event Website Title: Event Website
Event Website URL: pdl.cmu.edu…
Thursday, June 20, 2024, 11am
Wheel odometry is not often used in state estimation for off-road vehicles due to frequent wheel slippage, varying wheel radii, and the 3D motion of the vehicle not fitting with the 2D nature of integrated wheel odometry. This paper proposes a novel 3D preintegration of wheel encoder measurements on manifold. Our method additionally estimates wheel slip, radii, and baseline online to improve accuracy and robustness. Further, due to the preintegration, many measurements can be summarized into a single motion constraint using first-order updates for wheel slippage and intrinsics, allowing for efficient usage in an optimization-based state estimation framework. While our method can be used with any sensors in a factor graph framework, we validate its effectiveness and observability of parameters in a vision-wheel-odometry system (VWO) in a Monte Carlo simulation. Additionally, we illustrate its accuracy and robustness in real-world off-road scenarios in both a VWO and visual-inertial-wheel odometry (VIWO) system.
Committee:
Michael Kaess (Advisor)
George Kantor
David Wettergreen
Dan McGann
In Person and Zoom Participation. See announcement.
Event Type: Speaking Skills
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: EASTON POTOKAR
Speaker Website: eastonpots.com
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Robust Off-road Wheel Odometry with Slip Estimation
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, June 20, 2024, 1:30pm
The Frontiers of Knowledge Awards, established in 2008, recognize and reward contributions of singular impact in science, art and the humanities, privileging those that significantly expand the frontiers of the known world, open up new fields, or emerge from the interaction of various disciplinary areas.
SCS Founders University Professor Takeo Kanade will receive the BBVA (Banco Bilbao Vizcaya Argentaria) Foundation's Frontiers of Knowledge Award in Information and Communication Technologies (2023) for developing mathematical foundations that underlie the current capabilities of computers and robots to comprehend and interpret visual images and scenes.
The event will be streamed live on the BBVA Foundation website.
Additional Details
Event Type: Special Events
Room Number: Livestream
Building: 17:30 pm Spanish Standard Time | 1:30 pm Eastern Standard Time
Speaker's Name: Honoring TAKEO KANADE
Speaker Website: www.frontiersofknowledgeawards-fbbva.es…
For More Information: akohlhaa@andrew.cmu.edu
Thursday, June 20, 2024, 10am
In this proposal, I investigate the collaboration challenges between software engineers and data scientists in building machine learning (ML) products, and propose interventions to facilitate their collaboration by bridging the identified knowledge boundaries.
Despite significant advancements in ML algorithms and model development, integrating ML models into operational products remains challenging, with collaboration issues frequently cited as one of the major challenges. I identify collaboration challenges, and triangulate them with existing domain knowledge through a qualitative interview study with industry practitioners and a comprehensive meta-summary study of academic literature. I demonstrate principles or ideas of how those collaboration problems can be solved, illustrated with three interventions: (a) a novel approach for supporting data scientists and software engineers in deriving actionable model requirements, which aims to bridge gaps during the requirements elicitation process, (b) an innovative method to engage practitioners in responsible AI practices, fostering a culture of ethical awareness and compliance, and (c) a policy for guiding the development of explainable AI, ensuring transparency and understandability of ML models within products. These interventions are designed to address the syntactic, semantic, and pragmatic knowledge boundaries that hinder effective teamwork in ML product development. Lastly, I compile a comprehensive dataset of ML products from GitHub to further support research and education in the domain. The methodological approach combines various research techniques tailored to address the specific research questions in each study.
By systematically identifying and addressing collaboration challenges among practitioners, this proposal aims to support the successful development and deployment of ML products in real-world settings.
Thesis Committee:
Christian Kästner (Chair)
Jim Herbsleb
Claire Le Goues
Ken Holstein
Samir Passi (Microsoft Research)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: TCS Hall 360 and Zoom
Speaker's Name: NADIA NAHAR
Speaker Website: sites.google.com…
Speaker's Professional Title: Ph.D. Student, Ph.D. Program in Software Engineering, Software and Societal Systems Department, Carnegie Mellon University
Talk Title: Facilitating Collaboration in Building Machine Learning Products
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: aroudebu@andrew.cmu.edu | cherold@cs.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science
Friday, June 21, 2024, 1pm
Advances in artificial intelligence (AI) enable impressive new technical capabilities: computers can diagnose diseases, translate between languages, and drive cars. Interestingly, today nearly 90% of AI initiatives fail; few projects survive until deployment. I argue that a lack of effective ideation leads teams to select suboptimal innovations to pursue. In addition, AI product teams fail to see low-hanging fruit, situations where simple predictive models can generate value for users and stakeholders. Currently, data science teams propose innovations customers do not want, while product teams ask for things AI cannot do. As AI capabilities become more pervasive and commoditized, discovering the right human problems to solve while mitigating potential harm remains a great challenge.
My research addresses this breakdown in early stage ideation and problem formulation. I studied practitioners and observed that teams better at ideating are more effective in developing AI solutions that generate value and minimize risk. Based on the industry best practices, I created new innovation processes and resources for helping cross-functional product teams effectively explore the AI solution space before selecting what to implement. I developed a taxonomy of AI capabilities and examples of these in product forms. These resources sensitize stakeholders to what AI can do and search for opportunities where these might be valuable. I developed a hybrid ideation method that blends technology-centered development and human-centered design. I conducted a preliminary assessment of these resources and processes through case studies with innovation teams working in critical care, radiology, insurance, and accounting. Overall, this dissertation provides a glimpse into the future of human-centered AI innovation, where human needs and concerns are given equal importance as technical advances in deciding what to build with artificial intelligence.
Thesis Committee:
James McCann (Co-Chair, Robotics Institute)
John Zimmerman (Co-Chair, HCII)
Jodi Forlizzi
Kayur Patel (Meta)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: ASA Conference Room, Gates Hillman 6115 and Zoom
Speaker's Name: NUR YILDIRIM
Speaker Website: nuryildirim.github.io
Speaker's Professional Title: Ph.D. Candidate, Human-Computer Interaction Institute, Carnegie Mellon University
Talk Title: Discovering the Right Things to Design with Artificial Intelligence
For More Information: lbuffing@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): School of Computer Science
Event Website Title: Program Calendar
Event Website URL: www.hcii.cmu.edu…
Thursday, May 30, 12pm – Monday, June 24, 2024, 1pm
Capital One is excited to host a variety of virtual and in-person events aimed at supporting you as you continue to navigate the recruiting process. Please see below for the event details and registration information for our upcoming events.
A full list of virtual Capital One events can be found here.
Virtual Information Sessions:
Thursday, May 30, 2024, 5pm
In interactive computing devices (VR/XR headsets), users interact with the virtual world using hand gestures and body actions. Typically, models deployed in such XR devices are static and limited to their default set of action classes. The goal of our research is to provide users and developers with the capability to personalize their experience by adding new action classes to their device models continually. Importantly, a user should be able to add new classes in a low-shot and efficient manner, while this process should not require storing or replaying any of the user's sensitive training data. We formalize this problem as privacy-aware few-shot continual action recognition.
Towards this end, we propose POET: Prompt-Offset Tuning. While existing prompt tuning approaches have shown great promise for continual learning of image, text, and video modalities; they demand access to extensively pre-trained transformers. Breaking away from this assumption, POET demonstrates the efficacy of prompt tuning a significantly lightweight backbone, pre-trained exclusively on the base class data. We propose a spatio-temporal learnable prompt tuning approach, and apply additive prompts to Graph Neural Networks. We demonstrate our method on two new benchmarks for 3D skeleton human activity recognition and hand gesture recognition.
Thesis Committee:
Prof. Fernando De La Torre (Advisor)
Prof. Deva Ramanan
Prof. Kris Kitani
Russell Mendonca
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: PRACHI GARG
Speaker Website: prachigarg23.github.io
Speaker's Professional Title: Masters Student, Robotics Institute, Carnegie Mellon University
Talk Title: Continual Personalization of Human Actions with Prompt Tuning
For More Information: barbarajean@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, May 30, 2024, 3pm
Sketching refers to a wide variety of techniques to compress large datasets into much smaller forms that can be efficiently processed to answer questions about the original dataset. Over the past few decades, sketching has emerged as a key tool to efficiently handle large datasets in majorly three settings: (i) the Classic setting, in which the dataset is given to us and we want to solve a problem as quickly as possible, (ii) the Streaming setting, in which the underlying dataset is defined by a large stream of updates and we want to compute interesting properties of the dataset using a small amount of space, and (iii) the Distributed setting, in which the dataset of interest is split among multiple servers and we want protocols that use a small amount of communication among servers to solve problems of interest on the underlying dataset.
Each of the above settings presents a different challenge with regard to the measure of efficiency we are interested in. In this thesis, we study sketching algorithms in these three settings for a variety of problems. While the techniques required to obtain our algorithms differ across problems and settings, the underlying idea of (possibly randomized) data compression to convert the original large dataset into a much smaller form is a key ingredient behind all of the results in this thesis.
Thesis Committee:
David P. Woodruff (Chair)
Pravesh K. Kothari
Richard Peng
Rasmus Pagh (University of Copenhagen)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates HIllman 4405 and Zoom
Speaker's Name: PRANEETH KACHAM
Speaker Website: www.praneethkacham.com
Speaker's Professional Title: Ph.D. Candidate, Computer Science Department, Carnegie Mellon University
Talk Title: On Efficient Sketching Algorithms
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Monday, June 3, 2024, 11am
Optimal Control is a popular formulation for designing controllers for dynamic robotic systems. Under the formulation, the desired long-term behavior of the system is encoded via a cost function and the policy, i.e. a mapping from the state of the system to control commands, to achieve the desired behavior are obtained by solving an optimization problem. A fundamental challenge in scaling up policy optimization to complex systems is that the computational requirement scales exponentially with the dimensionality of the state-space. Owing to this curse of dimensionality simplifying hierarchies are employed to reduce the computational burden. Very often, these hierarchies are hand-designed based on intuitions about the system’s dynamics, and do not account for their effect on the system’s closed-loop behavior under the resulting policies. The systematic design of hierarchies to simplify controller synthesis is a critical and active area of research and is the focus of this work.
This thesis introduces Policy Decomposition, a framework that alleviates the curse of dimensionality by algorithmically reducing a complex policy optimization problem into a hierarchy of simpler subproblems that are much more tractable to solve. Two standout features of this framework are its ability to 1) automatically propose control hierarchies and 2) estimate a priori how the control performance under policies resulting from different hierarchies compares with the optimal policy. Additionally, we develop search methods based on Genetic Algorithm and Monte Carlo tree search to automatically discover promising hierarchies. Therefore, hierarchies that dramatically reduce the required computation in policy optimization while sacrificing minimally on control performance can be readily identified. The framework is agnostic to the choice of policy representations and optimization algorithms.
We demonstrate the generality of the Policy Decomposition framework by applying it towards finding hierarchies for several robotic systems, including the control of a simplified biped, and a quadcopter. Furthermore, we present results using Policy Iteration with look-up table based policy representations as well as more modern methods such as Proximal Policy Optimization with neural network policies. The discovered hierarchies either outperform heuristically constructed ones in closed-loop performance or provide dramatic reductions in required compute but marginally suboptimal control performance.
Thesis Committee:
Hartmut Geyer (Chair)
Christopher Atkeson
Zachary Manchester
Nikolai Matni (University of Pennsylvania)
Alex Gorodetsky (University of Michigan)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: ASHWIN KHADKE
Speaker Website: www.andrew.cmu.edu…
Speaker's Professional Title: Ph.D. Candidate, Robotics Institute, Carnegie Mellon University
Talk Title: Policy Decomposition
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Tuesday, May 28, 2024, 1pm
Transformer is a neural network architecture centered on the self-attention mechanism. In recent years, it has become the de-facto architecture for deep learning, e.g., Large Language Models (LLMs) and Vision Transformers (ViTs). However, these models, with millions to billions of parameters, remain largely opaque and their mechanisms are difficult to interpret. As their real-world applications grow, gaining a deep understanding of their internal representations is essential for effectively utilizing and improving these models.
In this work, we closely examine the activation landscape in Transformers. We demonstrate that understanding the intriguing activation phenomena in Transformers can have practical and meaningful implications. First, we identify a fundamental limitation of the well-established magnitude pruning method, where it fails to consider the existence of features with large activations in large-scale Transformers. Leveraging this key insight, we develop a simple and effective pruning approach. Second, we discover and study the presence of very few activations with extremely large magnitudes, which we call massive activations. We investigate the role of massive activations in Transformers and show how they are fundamentally connected to the self-attention mechanism. Last, we discuss our proposed extensions of this work, primarily focusing on developing a unified framework for LLM compression, through a principled investigation of existing works.
Thesis Committee:
J. Zico Kolter (Chair)
Graham Neubig
Aditi Raghunathan
Kaiming He (Massachusetts Institute of Technology)
Additional Information
Event Type: Thesis Proposals
Room Number: In Person
Building: Traffic21 Classroom, Gates Hillman 6501
Speaker's Name: MINGJIE SUN
Speaker Website: eric-mingjie.github.io
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Understanding and Leveraging the Activation Landscape in Transformers
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Wednesday, May 29, 2024, 2pm
Foundational Machine Learning (ML) models are trained on massive datasets collected and curated over months and years and largely deployed in hyperscale datacenters. As a result, such collection and training are strongly decoupled in which learning is not urgent. This is optimal when the cost of an incorrect response to a query is not catastrophic. However, ML systems that operate in adversarial or hostile physical environments must learn in a unique, edge computing paradigm on limited a priori training data. This proposal introduces Survival-Critical Machine Learning (SCML), a new ML framework that defines optimal system design and operation that maximizes an ML system’s survivability in adversarial environments. In such scenarios, threats can evolve and morph continuously and an incorrect inference can potentially be catastrophic. In classical ML, the key performance indicator (KPI) of a system is some measure of output accuracy or quality with respect to the input. In SCML, the KPI is defined by the time delay between the initial arrival of new data and when the derived knowledge from it is embedded in a newly deployed model, when learning is urgent.
In order to maximize survivability by adapting to evolving threats, SCML systems leverage Live Learning. Live Learning tightly couples data collection, inference, transmission, labeling, and training. It is feasible to implement SCML, which is a new model of continuous learning, for improved survival of edge-based systems in adversarial environments. This work defines critical enhancements to Live Learning and its integration into a scalable and distributed SCML system. It explores the optimization of both traditional system-level design and properties as well as ML-focused improvements. Combined, these minimize an SCML system’s exposure to threats, thus maximizing its survivability in adversarial or hostile environments. We seek to inform and influence future SCML system design by modeling and evaluating the behaviors of a team of distributed SCML systems that perform Live Learning.
Thesis Committee:
Mahadev Satyanarayanan (Chair)
Rashmi Vinayak
Jeff Schneider
Babu Pillai (Intel Labs)
Additional Information
Event Type: Thesis Proposals
Room Number: In Person
Building: Reddy Conference Room, Gates Hillman 4405
Speaker's Name: ERIC STURZINGER
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Survival-Critical Machine Learning
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Tuesday, June 4, 9am – Wednesday, June 5, 2024, 5pm
SME is excited to host the Smart Manufacturing Experience on June 4-5, 2024, in Pittsburgh. This event will showcase the latest advancements in smart manufacturing technologies, with a focus on adoption and implementation to transform your manufacturing operations to digital technologies. Career development and training opportunities will also be a major focus to support small to mid-sized businesses in finding and retaining a skilled workforce.
The Smart Manufacturing Experience is the premier event focused on the disruptions transforming manufacturing, including:
Tuesday, May 21, 8:30am – Friday, May 24, 2024, 5pm
Invitation Only
Event Type: Corporate Visit
Affiliations: Partnerships
Organization(s): School of Computer Science
Monday, May 20, 2024, 11am – 12:15pm
Before AI showed up, software engineers spent only 20-30 percent of their time coding, with the remaining time dedicated to discussing their code. With the AI revolution, stakeholders expect that ratio to decrease even more. Therefore, developers will be increasingly expected to excel in communication, writing, presenting, articulating a technical vision, resolving conflicts, and collaboration. Regarding developer productivity, it's crucial to remember that the ultimate goal is not to produce code but instead deliver outcomes that delight our customers. This shift in perspective from "output" to "outcome" means we must hone our communication skills and foster creativity, as these tools will help us build products that truly satisfy our customers. Investing in your personal growth and developing skills beyond coding allows you to gain more recognition, unlock numerous opportunities, and effectively advocate for your ideas. By attending this talk, you can gain valuable insights and practical tips on fostering better collaboration, practicing active listening, and building meaningful relationships with stakeholders and colleagues, all of which will enhance your professional development. In this talk, Chris will explore creativity, productivity, and communication. If you are an engineer or work with engineers, you will find this talk valuable and entertaining.
—
Chris Laffra has been a staff+ engineer at Uber, Google, IBM, and JPM. He is the author of the C4E book and is currently developing a product, to innovate in the Python Data Analytics space.
Faculty Host: Brad Myers
In Person and Zoom (Internal to CMU only) and Livestream (All Guests). See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Livestream
Speaker's Name: CHRIS LAFFRA
Speaker Website: chrislaffra.com
Speaker's Professional Title: Founder, PySheets
Talk Title: Creativity, Productivity and Communication
For More Information: rpetaeiz@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): School of Computer Science
Monday, May 20, 2024, 12pm
Automatic speech recognition (ASR) is an essential technology which facilitates effective human-computer interaction. With the rapid progress in deep learning techniques, end-to-end (E2E) neural network-based ASR has brought significant advancements with remarkable performance. The success of ASR models have inspired various applications such as virtual assistants and automatic transcription services. Despite these achievements, recognizing conversational speech remains a challenging task, especially in the presence of environmental noise, room reverberations and speech overlaps.
This thesis aims to address the challenges of recognizing everyday conversation speech in ASR systems using E2E neural networks. The proposed research will explore techniques and methodologies to enhance the performance of ASR in challenging real-word conversational scenarios. We divide the problem into several sub-problems focusing on speech overlaps, noise, and reverberations, where each of these factors will be individually analyzed and addressed. In addition, we conduct diverse investigations on E2E neural network architectures to leverage the benefits of joint training to handle these challenges. Specifically, we build E2E ASR models by integrating ad-hoc modules, including speech enhancement, feature extraction and speech recognition.
We begin with the fundamental task of speech recognition using single-channel input containing a single speaker. Environmental noises and room reverberations significantly degrade speech recognition performance in such scenarios. To address this challenge, we propose a novel model architecture, integrating speech enhancement, self-supervised learning, and ASR models into a single neural network with an efficient training strategy. This integration has led to notable performance improvements, demonstrating the feasibility and effectiveness of employing end-to-end (E2E) neural networks for speech recognition with complex acoustic and linguistic properties. We then extend our approach to accept multi-channel speech input with a single speaker. Inspired by recent advancements in large speech foundation models, we expand the capabilities of a model trained on thousands of hours of single-channel speech data to handle multi-channel input. This extension significantly enhances performance, particularly evident in real meeting transcription data. Furthermore, we address the challenge of speech overlaps, an area that has been underexplored. Overlapping speech poses difficulties in accurately decoding and aligning individual utterances. To tackle this, we propose several end-to-end (E2E) models designed specifically to recognize overlapping speech within single-channel input. Finally, we turn our attention to multi-channel speech input with speech overlaps present in the signal. We introduce a model capable of processing multi-channel input from multiple speakers, leveraging spatial information for improved performance. We also integrate various approaches proposed earlier, further enhancing its effectiveness in challenging scenarios.
Thesis Committee:
Shinji Watanabe (Chair)
Bhiksha Ramakrishnan
Rita Singh
Naoyuki Kanda (Microsoft Research)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: ASA Conference Room, Gates Hillman 6115 and Zoom
Speaker's Name: XUANKAI CHANG
Speaker Website: www.xuankaic.com
Speaker's Professional Title: Ph.D. Candidate, Language Technologies Institute, Carnegie Mellon University
Talk Title: Everyday Conversation Speech Recognition with End-to-End Neural Networks
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: StaceyYoung@cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): School of Computer Science
Thursday, May 9, 2024, 5:30 – 6:30pm
At AMD we push the limits of innovation to solve the world’s most important challenges!
Please join us for the Discover AMD Speaker Series: An Hour with the University Relations Team. This is an opportunity for you to ask questions and learn more about the AMD intern/co-op program and timelines, the application process, and our company culture.
REGISTER ⇒ 5:30 pm ET [4:30 pm CT]
Event Type: Career Presentation
Room Number: Virtual Presentation
Speaker's Name: An Hour with the University Relations Team
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Thursday, May 9, 2024, 12:30 – 1:30pm
Production agriculture plays a critical role in our lives, providing food security and enabling sustainability. Despite its immense importance, it currently faces many challenges including shortage of farmworkers, increasing production costs, excess use of herbicides just to name a few. Robotics and artificial intelligence-based technologies have the potential to increase the efficiency, long-term sustainability, safety, and profitability of agricultural production methods. Application of these advanced technologies often leads to proof-of-concept robotic systems that demonstrate novel concepts to do things that have never been done before. In this talk, I will showcase some of my recent research efforts towards robot enabled agricultural systems ranging from imaging systems that enable robust perception in the outdoor, autonomous robots for time critical tasks such as weeding, pruning, phenotyping etc., to robot systems for vertical farming. I will discuss key lessons learned implementing these systems in commercial farms, while highlighting its complexity and challenges it presents to robotics, but also the societal benefit it offers through technological advancements. Finally, I will provide some thought on key research challenges looking forward and envision the next generations of agricultural robot systems that we should build focusing on low-cost designs, general purpose use, and entrepreneurship.
—
Abhisesh Silwal (Abhi) is a Senior Project Scientist at the Field Robotics Center, Robotics Institute, Carnegie Mellon University. Before this appointment, he also completed his post-doctoral fellowship from CMU, received his Ph.D. from Washington State University and holds a Master’s degree in Mechatronics Engineering, and an Undergraduate degree in Electrical Engineering. His research interest includes systems research at the intersection of multi-disciplines of robotics including perception, navigation, manipulation and Artificial Intelligence. His research aim is to bring the state of the art from all disciplines of robotics to provide robust robotic solutions to agricultural and field robotics problems.
Faculty Host: David Wettergreen
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Newell-Simon Hall 3305 and Zoom
Speaker's Name: ABHISESH SILWAL
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Senior Project Scientist, Field Robotics Center, Robotics Institute, Carnegie Mellon University
Talk Title: Robotics and AI for Sustainable Agriculture
For More Information: hhp@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Tuesday, May 7, 2024, 10am
The widespread use of large language models has resulted in a multitude of tokenizers and embedding spaces, making knowledge transfer in prompt discovery tasks difficult.
In this work, we propose FUSE (Flexible Unification of Semantic Embeddings), an inexpensive approach to approximating an adapter layer that maps from one model's textual embedding space to another, even across different tokenizers.
We introduce a third-order tensor-based representation of a model's embedding space that aligns semantic embeddings that have been split apart by different tokenizers, and use this representation to derive an approximation of the gradient of one model's outputs with respect to another model's embedding space.
We show the efficacy of our approach via multi-objective optimization over vision-language and causal language models for image captioning and sentiment-based image captioning.
Presented in Partial Fulfillment of the CSD Speaking Skills Requirement
Event Type: Speaking Skills
Room Number: In Person
Building: ASA Conference Room, Gates Hillman 6115
Speaker's Name: JOSHUA WILLIAMS
Speaker Website: jnwilliams.github.io
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: FUSE-ing Language Models: Zero-Shot Adapter Discovery for Prompt Optimization Across Tokenizers
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Tuesday, May 7, 2024, 3:30pm
We investigate two modifications to the traditional rules of Wythoff Nim, a combinatorial game. In Wythoff Nim, players take turns removing stones from a pair of piles. In each turn, a player chooses to either (1) take any number of stones from one pile or (2) take an equal number from both. The player removing the last stone wins. A seminal result of Wythoff states that at any point in the game, the current player is in a P-position — that is, guaranteed to lose assuming the other player plays optimally — if and only if the pair of pile sizes is of the form (nø, nø^2) for some natural number n, where ø = 1.618… represents the golden ratio.
This thesis introduces a variant of Wythoff Nim, which we call W(a,b), characterized by positive integers a and b, where players' moves are constrained to either removing a multiple of a from the first pile, a multiple of b from the second, or an equal number from both. We prove that the P-positions of this variant also follow sloping “beams”, but with slopes determined by a and b. Additionally, we explore the consequences of modifying Wythoff's Nim by introducing additional fixed winning and losing positions. Our empirical observations suggest a convergence of the P-positions in the long run, resembling those of the regular Wythoff game. Together, these results shed light on the applicability of Wythoff's theory to variants of his original game.
Thesis Committee:
Danny Sleator (Advisor)
Klaus Sutner
Additional Information
Event Type: Master's Thesis Presentation
Room Number: In Person
Building: Traffic21 Classroom, Gates Hillman 6501
Speaker's Name: MIRABEL HU
Speaker's Professional Title: Masters Student, Computer Science Department, Carnegie Mellon University
Talk Title: Exploring Variations of Wythoff Nim
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: tracyf@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Monday, May 6, 2024, 10am
Large language models pre-trained on extensive web corpora demonstrate remarkable performance across a wide range of downstream tasks. However, a growing concern surrounds data contamination, where evaluation datasets may unintentionally influence the pretraining corpus, potentially inflating model performance. Despite these concerns, there remains a lack of comprehensive understanding regarding how such contamination impacts the performance of language models on downstream tasks, highlighting the necessity to investigate and mitigate this issue for accurate model evaluation. In this thesis, we present a taxonomy that categorizes the various types of contamination encountered by LLMs during the pretraining phase and identify which types pose the highest risk. We analyze the impact of contamination on two key NLP tasks—summarization and question answering—revealing how different types of contamination influence task performance during evaluation. Our findings yield concrete recommendations for prioritizing data decontamination for pretraining.
Thesis Committee:
Matt Gormley (Chair)
Lori Levin
Additional Information
Event Type: Master's Thesis Presentation
Room Number: In Person
Building: Traffic21 Classroom, Gates Hillman 6501
Speaker's Name: MEDHA PALAVALLI
Speaker's Professional Title: Masters Student, Computer Science Department, Carnegie Mellon University
Talk Title: A Taxonomy for Data Contamination in Large Language Models
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: tracyf@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Friday, May 3, 2024, 10am
The approximation of matrices by smaller, simpler, or structured matrices is a fundamental problem in various fields of mathematics and computer science including numerical linear algebra, graph algorithms, computational geometry, signal processing, statistics, machine learning, and optimization. Recently, matrix approximation has been particularly important in modern computing as a key technique for efficiently processing enormous datasets in running time and memory scaling linearly, or even sublinearly, in the size of the dataset. In this thesis, we develop new and improved algorithms for a wide variety of matrix approximation tasks, drawing particularly heavily from sketching and sampling techniques from randomized numerical linear algebra, as well as sparse optimization techniques. We also utilize and develop connections of these problems with the literature of geometric functional analysis.
We develop and improve foundational tools for matrix approximation, and find novel applications of these building blocks to solve central questions in matrix approximation. Some of the basic tools that we develop and sharpen include nearly optimal constructions of oblivious and non-oblivious subspace embeddings, improved low rank approximation algorithms, and new properties of L1 regularization. Using our improved understanding of these primitives, we obtain a suite of applications such as the first polynomial space algorithms for high-dimensional computational geometry, nearly optimal algorithms for active linear regression, and the first nearly optimal coresets for multiple regression and subspace approximation. Many of our results have implications in big data computing settings, such as streaming, online, and distributed computation.
Thesis Committee:
David Woodruff (Chair)
Anupam Gupta
Richard Peng
Cameron Musco (University of Massachusetts Amherst)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: McWilliams Classroom, Gates Hillman 4303 and Zoom
Speaker's Name: TAISUKE YASUDA
Speaker Website: taisukeyasuda.github.io
Speaker's Professional Title: Ph.D. Candidate, Computer Science Department, Carnegie Mellon University
Talk Title: Algorithms for Matrix Approximation: Sketching, Sampling, and Sparse Optimization
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Thursday, May 2, 2024, 3pm
In many systems, servers do not turn on instantly; instead, a setup time must pass before a server can begin work. These “setup times” can wreak havoc on a system's queueing; this is especially true in modern systems, where servers are regularly turned on and off as a way to reduce operating costs (energy, labor, CO2, etc.). To design modern systems which are both efficient and performant, we need to understand how setup times affect queues.
Unfortunately, despite successes in understanding setup in the single server setting, setup in the multiserver setting remains poorly understood. To circumvent the main difficulty in analyzing multiserver setup, all existing results assume that setup times are memoryless, i.e. distributed Exponentially. However, in most practical settings, setup times are close to Deterministic, and the widely used Exponential-setup assumption leads to unrealistic model behavior and a dramatic underestimation of the true harm caused by setup times.
This thesis represents a comprehensive characterization of the average waiting time in a multiserver system with Deterministic setup times, the M/M/k/Setup-Deterministic. In particular, we derive multiplicatively-tight lower and upper bounds on the average waiting time, demonstrating that setup times, along with their distributions, can not be ignored; setup times can cause profound increases in waiting time, especially when the distribution of setup time has low variability. Our bounds are the first closed-form bounds on waiting time in any finite-server system with setup times, including the extensively-studied Exponential setup system. Furthermore, we use our bounds to derive a highly-accurate approximation, which we evaluate in a variety of settings. These results are made possible via our new method for bounding the expectation of a random time integral, called the Method of Intervening Stopping Times or MIST.
Thesis Committee:
Weina Wang (Chair)
Mor Harchol-Balter
Alan Scheller-Wolf
Jamol Pender (Cornell University)
Bill Massey (Princeton University)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates Hillman 4405 and Zoom
Speaker's Name: JALANI K. WILLIAMS
Speaker Website: jalaniw.github.io
Speaker's Professional Title: Ph.D. Candidate, Computer Science Department, Carnegie Mellon University
Talk Title: Setup Times in Multiserver Systems
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Monday, April 29, 2024, 12:30 – 1:45pm
User-Centered Research and Evaluation is a core course for the bachelor and master programs at the Human-Computer Interaction Institute at Carnegie Mellon's School of Computer Science. The course provides students with real-world practice of UX research methods, including data analysis, usability testing, contextual inquiry, and lo-fi prototyping.
This past semester, about 70 undergraduate and graduate students across 14 teams tackled the questions of how we can empower and incentivize everyday users to uncover harmful algorithmic behaviors in a wide range of Generative AI systems (e.g., ChatGPT, Stable Diffusion) and assist AI/ML teams in addressing these issues. During this poster session, students will present the findings from their research and propose future directions for algorithmic auditing.
We will do this in a virtual poster session style, where students will be in breakout rooms, and you can move freely to the rooms you choose to discuss the research work. This allows you to come and go as you please, so you do not have to be present for the entire hour and fifteen minutes. You can visit the Breakout Rooms by Theme and Posters.
Faculty Hosts: Raelin Musuraca, Jason Hong
Zoom Participation. See announcement.
Event Type: Project Presentations
Room Number: Virtual Presentations - ET
Building: Remote Access - Zoom Meeting and Rooms
Speaker's Name: Project: Harnessing Everyday Users to Detect Harmful Behaviors in Generative AI
For More Information: rmusurac@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): School of Computer Science
Thursday, May 2, 2024, 12 – 1pm
Historically, computer vision systems struggle with sensor limits, bandwidth usage and power draw when applied in the wild, limiting their practicality. In this thesis, we explore how light diffraction can be used to mitigate these challenges in real applications. Thanks to the unique coding of light that diffractive optics provide, we demonstrate compressive high-speed imaging that better encodes scene content into available camera bandwidth compared to past approaches. Leveraging the unique image formation model of diffracting light, we implement high-dynamic range illumination systems that enable faster, more programmable structured light systems and longer range time-of-flight cameras without increasing power usage. With these ideas in mind, we propose a technique for sensing the fine vibrations of objects over a large field-of-view via diffraction, an approach for probing light transport based on programming the coherence of a projector system, and a methodology for spatially controlling camera resolution by using a programmable diffraction grating.
Thesis Committee:
Matthew O'Toole (Chair)
Ioannis Gkioulekas
Aswin Sankaranarayanan
Mohit Gupta (University of Wisconsin-Madison)
Additional Information
Event Type: Thesis Proposals
Room Number: In Person
Building: Reddy Conference Room, Gates Hillman 4405
Speaker's Name: DORIAN CHAN
Speaker Website: dorianchan.com
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Diffraction and Computer Vision
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Wednesday, May 1, 2024, 2pm
Fully autonomous flight by low-cost, lightweight commercial off-the-shelf (COTS) drones could transform many use cases involving real-time computer vision. We show how such autonomy can be achieved using edge computing from a flight platform costing less than $800, and composed of a 320 g COTS drone with a 26 g COTS wearable device as payload. In spite of the extreme austerity of this platform and thermal limits on its LTE transmission, the system is able to perform tasks such as detecting and then tracking a target. It is also able to visually navigate around obstacles in its flight path. Such capabilities are only found on heavier and more expensive drones today.
Presented in Partial Fulfillment of the CSD Speaking Skills Requirement
Event Type: Speaking Skills
Room Number: In Person
Building: Traffic21 Classroom, Gates Hillman 6501
Speaker's Name: MIHIR BALA
Speaker Website: www.mihirbala.com
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Democratizing Drone Autonomy Via Edge Computing
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Monday, April 29, 2024, 12pm
Current deep-learning models for object recognition are known to be heavily biased toward texture. In contrast, human visual systems are known to be biased toward shape and structure. What could be the design principles in human visual systems that led to this difference? How could we introduce more shape bias into the deep learning models?
In this talk, I report that sparse coding, a ubiquitous principle in the brain, can in itself introduce shape bias into the network. We found that enforcing the sparse coding constraint using a non-differential Top-K operation can lead to the emergence of structural encoding in neurons in convolutional neural networks, resulting in a smooth decomposition of objects into parts and subparts and endowing the networks with shape bias. We demonstrated this emergence of shape bias and its functional benefits for different network structures with various datasets.
For object recognition convolutional neural networks, the shape bias leads to greater robustness against style and pattern change distraction. For the image synthesis generative adversarial networks, the emerged shape bias leads to more coherent and decomposable structures in the synthesized images. Ablation studies suggest that sparse codes tend to encode structures, whereas the more distributed codes tend to favor texture.
Additionally, we also propose a new benchmark to evaluate shape bias and show that sparse code empowered compositional encoding schemes provide human level shape based generalization, pushing the machine vision towards humans one step further.
Presented in Partial Fulfillment of the CSD Speaking Skills Requirement
Event Type: Speaking Skills
Room Number: In Person
Building: Gates Hillman 8102
Speaker's Name: TIANQIN LI
Speaker Website: crazy-jack.github.io
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Emergence of Shape Bias in Convolutional Neural Networks through Activation Sparsity
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Thursday, May 2, 2024, 5:30 – 8:30pm
Come See Final Projects
Open-Source Nanofabrications Tools
Built entirely by CMU Students!
Course Instructors: Elio Bourcart, Alexander Hakim
Event Type: Project Presentations
Room Number: In Person
Building: Bosch Room, Scott Hall 5201
Speaker's Name: Open-Source Nanofabrications Tools Built by CMU Students
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: ahakim@andrew.cmu.edu
Organization(s): Department of Electrical and Computer Engineering
Wednesday, June 5 – Thursday, June 6, 2024
The CMU WebAssembly Research Center Day brings together researchers from academia and industry, as well as participants in the Community Group (CG) standards body, to discuss research and long-term topics related to WebAssembly. The Research Day provides a unique opportunity for participants to discuss both ongoing standardization work and strategic directions for WebAssembly.
By invitation only.
Watch for Details.
Event Type: Conference/Workshop
Room Number: In Person
For More Information: wrc-team@cs.cmu.edu
Affiliations: Partnerships, Software and Societal Systems Department (S3D)
Event Website Title: Event Website
Event Website URL: www.cs.cmu.edu…
Tuesday, June 4, 2024, 9am – 5pm
The CMU WebAssembly (WASM) Research Center Day brings together researchers from academia and industry, as well as participants in the Community Group (CG) standards body, to discuss research and long-term topics related to WebAssembly.
Co-located with the June 5-6 Wasm Community Group Meetiing, this events offers a unique opportunity for participants to discuss both ongoing standardization work and strategic directions for WebAssembly.
By invitation only.
More details to come.
Event Type: Conference/Workshop
Room Number: In Person
Building: ASA Conference Room, Gates Hillman 6115
For More Information: wrc-team@cs.cmu.edu
Affiliations: Partnerships, Software and Societal Systems Department (S3D)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.cs.cmu.edu…
Tuesday, April 30, 2024, 4:30 – 5:30pm
Private Information Retrieval (PIR) enables a client to retrieve a database element from a semi-honest server while hiding the element being queried from the server. Maliciously-secure PIR (mPIR) [Colombo et al., USENIX~'23] strengthens the guarantees of plain (i.e., semi-honest) PIR by ensuring that even a misbehaving server:
Thursday, May 2, 2024, 10am
The ever-increasing scale of foundation models, such as ChatGPT and AlphaFold, has revolutionized AI and science more generally. However, increasing scale also steadily raises computational barriers, blocking almost everyone from studying, adapting, or otherwise using these models for anything beyond static API queries. In this talk, I will present research that significantly lowers these barriers for a wide range of use cases, including inference algorithms that are used to make predictions after training, finetuning approaches that adapt a trained model to new data, and finally, full training of foundation models from scratch. For inference, I will describe our LLM.int8() algorithm, which showed how to enable high-precision 8-bit matrix multiplication that is both fast and memory efficient. LLM.int8() is based on the discovery and characterization of sparse outlier sub-networks that only emerge at large model scales but are crucial for effective Int8 quantization. For finetuning, I will introduce the QLoRA algorithm, which pushes such quantization much further to unlock finetuning of very large models on a single GPU by only updating a small set of the parameters while keeping most of the network in a new information-theoretically optimal 4-bit representation. For full training, I will present SWARM parallelism, which allows collaborative training of foundation models across continents on standard internet infrastructure while still being 80% as effective as the prohibitively expensive supercomputers that are currently used. Finally, I will close by outlining my plans to make foundation models 100x more accessible, which will be needed to maintain truly open AI-based scientific innovation as models continue to scale.
—
Tim Dettmers’s research focuses on making foundation models, such as ChatGPT, accessible to researchers and practitioners by reducing their resource requirements. This involves developing novel compression and networking algorithms and building systems that allow for memory-efficient, fast, and cheap deep learning. These methods enable many more people to use, adapt, or train foundation models without affecting the quality of AI predictions or generations. He is a PhD candidate at the University of Washington and has won oral, spotlight, and best paper awards at conferences such as ICLR and NeurIPS. He created the bitsandbytes library for efficient deep learning, which is growing at 1.7 million installations per month and received Google Open Source and PyTorch Foundation awards.
Faculty Host: Zico Kolter, Ameet Talwalkar
In Person and Zoom Participation. See announcement.
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: TIM DETTMERS
Speaker Website: timdettmers.com
Speaker's Professional Title: Ph.D. Candidate, Paul G. Allen School of Computer Science & Engineering, University of Washington
Talk Title: Accessible Foundation Models: Systems, Algorithms, and Science
For More Information: dhyde@cmu.edu
Affiliations: Computer Science Department (CSD), Machine Learning Department (MLD)
Organization(s): School of Computer Science
Tuesday, April 30, 2024, 4 – 5pm
The European Repository of Cyber Incidents (EuRepoC) is an independent research consortium dedicated to better understanding the cyber threat environment in the European Union and beyond. Launched in November 2022, EuRepoC's key objectives are to promote data-driven discussions and policymaking within the field of cyber security and raise awareness of cyber security threats by providing an analytical framework for assessing and comparing the ‘life cycle’ of cyber incidents, focusing on technical, political and legal aspects. The presentation will introduce the Repository's approach and discuss the importance of a data-driven, open source approach to analyzing cybersecurity incidents and cyber threats.
—
Matthias C. Kettemann is Professor of Innovation, Theory and Philosophy of Law and head of the Department for Theory and Future of Law at the University of Innsbruck. He leads the University’s Quantum Ethics Lab and heads research programmes at the Humboldt Institute for Internet and Society in Berlin and the Leibniz Institute for Media Research in Hamburg. After studying law in Graz, Geneva and at Harvard Law School he taught in Frankfurt, Heidelberg and Jena. He works and publishes on the power of rules and the rules of power in online spaces and has been engaged as an expert for the Council of Europe, UNESCO, OSCE, and national parliaments and ministries.
REGISTER → Attendees must register. Confirmation email will be provided upon receipt of registration.
Event Type: Seminars
Room Number: Virtual Presentation - ET
Building: Remote Access
Speaker's Name: MATTHIAS C. KETTEMANN
Speaker Website: leibniz-hbi.de…
Speaker's Professional Title: Professor of Innovation, Theory and Philosophy of Law, Head, Department for Theory and Future of Law, University of Innsbruck
Talk Title: Promoting Cybersecurity and a Consistent Cyber Policy through Analytics: Introducing the European Repository of Cyber Incidents
For More Information: centerforideas@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): IDeaS, School of Computer Science, Block Center for Technology and Society
Event Website Title: Series Website
Event Website URL: www.cmu.edu…
Thursday, May 2, 2024, 4pm
Retinal surgery procedures require surgeons to manipulate very delicate tissues with little room for error. During epiretinal membrane surgery, to reduce chances of recurrence, surgeons may have to remove the 10 µm thick internal limiting membrane from the retinal surface. An experimental procedure to treat retinal vein occlusion is retinal vein cannulation. During this procedure, surgeons are required to inject drugs into retinal veins that are less than 100µm thick. The difficulty of performing these procedures is exacerbated by natural human hand tremor, a constrained workspace, and limited visualization. Robotic surgery systems can aid surgeons during these demanding procedures by cancelling tremor at the surgical tooltip, providing improved visualization, implementing motion scaling, and constraining the tool to remain within certain regions.
An essential piece of information that is required to create and enforce safeguards using such robotic systems is the distance of the surgical tool tip from the retinal surface. Cameras attached to the microscope above the surgical workspace are accessible sources of information about the state of the tool and the retina in real time. However, the light path from the retinal surface to the camera is complex and pictures of the retina during surgery can be featureless and cloudy. Thus, many classical computer vision techniques that assume a pinhole model for the light path fail. OCT scans do provide high resolution scans of the underlying tissue, but they can be expensive to develop and have a limited range of around 2mm.
One remedy to the lack of features in retinal images is the use of a laser-aiming beam attached to the surgical tool. The laser spot emanating from the tool is quite visible in images and the spot itself is very easy to detect. Cases where the projected laser spot cannot be detected included obfuscation by light from the light pipe. However in this case, the tool’s shadow becomes a prominent indicator of retinal distance. This research aims to estimate retinal distance with acceptable accuracy using 3 metrics present in the camera image: (i) Projected laser area (ii) Distance of the laser from the tool tip (iii) Distance of tool tip from its shadow. The proposed framework to combine these 3 metrics is a dual Kalman filter that can update both states and parameters of a system. This is necessary as parameters estimated in lab conditions will inevitably be incorrect during the unpredictable conditions of in-vivo surgery.
Preliminary results include a dual Kalman filter formulation that uses the projected laser area for surface estimation. The method is shown to be independent of microscope magnification. The filter is able to predict retinal distance with errors less than 100 µm with controlled tool movement and also shows acceptable performance during freehand motion. Some preliminary results using the other two metrics, distance of the laser from the tool tip and distance of tool tip from its shadow are also explored.
This research also aims to use the developed retinal surface estimation method to implement virtual fixtures to reduce force applied during peeling and cannulation procedures. Some virtual fixture formulations are explored and their efficacy at reducing trauma to the retina and aid better tool movement is shown using phantoms in lab conditions. This research eventually aims to show the effectiveness of the surface estimation method and virtual fixtures in assisting retinal surgery procedures in in-vivo conditions like pig eyes.
Thesis Committee:
Cameron Riviere (Chair)
John Galeotti
Zeynep Temel
Iulian Iordachita (Johns Hopkins University)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: 1305
Building: Mauldin Auditorium, Newell-Simon 1305 and Zoom
Speaker's Name: ARPITA ROUTRAY
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Improved Surface Estimation for use in Virtual Fixtures during Retinal Surgery
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website URL: www.ri.cmu.edu…
Wednesday, May 1, 2024, 10am
We study the problem of finding a trajectory for an agent to intercept a number of moving targets while avoiding obstacles. Applications include resupplying naval ships at sea and recharging aerial vehicles with a ground vehicle. We model the problem as an extension of the traveling salesman problem, which we refer to as the moving target traveling salesman motion planning problem with obstacles (MT-TS-MP-O). Prior approaches to this problem can find feasible solutions, but do not provide bounds on the suboptimality of these solutions, due to a lack of a lower bound on the optimal cost. We develop two methods of providing lower bounds. The first method relaxes the continuity requirement on the agent’s trajectory, and the second method relaxes the agent’s collision avoidance constraints. We present the benefits and drawbacks of each method, as well as future directions.Committee:
Howie Choset
Matt Travers
Maxim Likhachev
Charles Noren
In Person and Zoom Participation. See announcement.
Event Type: Speaking Skills
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: ANOOP BHAT
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Lower Bounds for Moving Target Traveling Salesman Motion Planning with Obstacles
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Monday, April 29, 2024, 12 – 1pm
In recent years succinct zero knowledge proof systems have become a very active area of research with many commercial applications. In this talk we will discuss a number of recent advances in the space, as well as an important application that is outside of the realm of decentralized systems.
—
Dr. Dan Boneh is a Professor of Computer Science at Stanford University where he heads the applied cryptography group and co-directs the computer security lab. Dr. Boneh's research focuses on applications of cryptography to computer security. His work includes cryptosystems with novel properties, cryptography for blockchains, web security, and cryptanalysis. He is the author of over 200 publications in the field and is a recipient of the 2014 ACM prize and the 2013 Godel prize, and is a member of the National Academy of Engineering.
Faculty Host: Elaine Shi
In Person and Livestream Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Simmons Auditorium A , Tepper Building and Youtube
Speaker's Name: DAN BONEH
Speaker Website: profiles.stanford.edu…
Speaker's Professional Title: Professor, Computer Science Department, Stanford University
Talk Title: Recent Developments in Succinct Proof Systems and Their Applications
For More Information: bethbuch@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): CyLab, School of Computer Science
Event Website Title: Event Website
Event Website URL: www.cylab.cmu.edu…
Wednesday, May 1, 2024, 9:45am – 3pm
Our annual tradition of undergraduate research continues next Wednesday, May 1, at Meeting of the Minds. Please come to celebrate undergraduate research and maybe even find some new students with whom to work.
Senior Thesis presentations
→ Rashid Auditorium, Gates Hillman 4401
→ 9:45 am - 3:00 pm
Abstracts and Schedule of Presentations
Tuesday, April 30, 2024, 11am
Navigating through unfamiliar environments is a challenging task. For people who are blind or have low vision (BLV), navigation can be particularly daunting. Guide robots are a type of service robot that can assist BLV people with navigation tasks. A significant amount of research related to guide robots has focused on technical contributions, while a dearth of research has centered on exploring the affordances BLV users desire from these robots. We conducted a two-phase user study with 16 BLV participants aimed at identifying features, functions, and behaviors of guide robots that enhance BLV users' sense of orientation, perceived safety, and comfort. The first phase centered on robot interaction, during which participants were guided by a robot along pre-computed trajectories (detailed in Shih & Boadi-Agyemang et al., under review). This work focuses on the second phase, which occurred after the participants experienced navigating with a guide robot that exhibited four different behaviors. In this phase, we conducted semi-structured interviews and participatory design (PD) sessions with each of the participants. The PD sessions utilized a scenario-based design (SBD) approach aimed at identifying ideal features and functionality of guide robots and a dialogue-simulated activity to verify these requirements. We identified three key themes that serve as design considerations for future robotic mobility aids for BLV people: (1) features that enhance the usability of guide robot systems, and factors that (2) influence BLV users' desires for shared robot control and (3) enhance BLV users' perceived safety in public settings. Our work reiterates the importance of interactive PD approaches, such as SBD, for facilitating accessible idea generation and iteration when working with BLV populations.
Committee:
Dr. Aaron Steinfeld (Advisor)
Dr. Henny Admoni
Dr. Nikolas Martelaro
Michelle Zhao
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: ABENA BOADI-AGYEMANG
Speaker Website: abena.myportfolio.com
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Simulated Encounters of the Third Kind: Scenario-Based Approach to Designing Guide Robots
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, May 2, 2024, 9am
Augmented reality (AR) glasses have become increasingly discreet and capable given the advancements in their design, sensor technology, and processing power over the past decade. Equipped with egocentric video cameras, gaze trackers, and other sensors, AR glasses offer a unique opportunity to study human behavior in an unobtrusive and naturalistic manner. This thesis specifically focuses on predicting engagement in dyadic social interactions, as engagement is a key component of human communication. The ability to understand and model engagement can augment and improve human communication, as well as inform the development of increasingly user-centric and socially intelligent technologies.
As part of this work, we assembled a novel dataset featuring 17 pairs of participants engaged in casual conversations recorded on AR glasses. Engagement was measured by each participant providing a self-reported engagement rating accompanied by external raters’ scores. Inspired by successful applications of Large Language Models (LLM) in other domains, we also introduce a novel fusion strategy to convert behavioral data into text and combine participant information to predict user engagement using multiple pretrained models and the inference abilities of LLMs. To the best of our knowledge, this is the first approach to “reason” about human behavior using language representations of non-verbal cues and LLMs. We show this can be a powerful, simple, and flexible framework for future work on modeling human behavior and the development of socially intelligent technologies.
Thesis Committee
Fernando De La Torre (Chair)
Daphne Ippolito
Lori Holt (University of Texas at Austin)
Additional Information
Event Type: Master's Thesis Presentation
Room Number: In Person
Building: Traffic21 Classroom, Gates Hillman 6501
Speaker's Name: CHENG CHARLES MA
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Masters Student, Computer Science Department, Carnegie Mellon University
Talk Title: Large Language Model Aided Modeling of Dyadic Engagement
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: tracyf@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Wednesday, May 1, 2024, 1:30pm
This thesis develops Monte Carlo algorithms based on the walk on spheres (WoS) method to reliably solve fundamental partial differential equations (PDEs) like the Poisson equation on geometrically complex domains. Elliptic PDEs are a basic building block of algorithms and applications throughout science, engineering, and geometric computing. Yet despite decades of research on methods for solving such PDEs, conventional solvers still struggle to deal with the level of geometric complexity found in the natural world. A constant challenge is the need for spatial discretization, which traditionally involves dividing the domain into a high-quality volumetric mesh or grid to perform PDE-based analysis. Unfortunately, this approach does not scale well to modern computer architectures as it is inherently sequential and memory intensive. It also falters when dealing with imperfect data containing poorly-shaped elements or self-intersections. These shortcomings together hinder the ability of scientists, engineers and designers to analyze geometric data and iterate on designs.
Walk on spheres makes a radical departure from conventional PDE solvers by reformulating the problem in terms of recursive integral equations that can be solved using the Monte Carlo method, allowing it to avoid volumetric mesh generation and function space approximation altogether. Furthermore, since these integral equations closely resemble those found in light transport theory, one can leverage deep knowledge from Monte Carlo rendering to build new algorithms for solving PDEs.
In this work, we take inspiration from rendering to generalize WoS to solve a much broader set of linear elliptic PDEs on solid regions of ℝN. We develop complete “black box” solvers encompassing integration, variance reduction and acceleration. Our solvers share many benefits with Monte Carlo methods from rendering: no volumetric meshing, trivial parallelism, output-sensitive evaluation of the PDE solution and its gradient without the need to solve a globally-coupled system of equations, and the ability to handle geometric data of size and complexity that is essentially hopeless for grid-based techniques.
Thesis Committee:
Keenan Crane (Chair)
Ioannis Gkioulekas
Matthew O'Toole
Gautam Iyer
Matt Pharr (NVIDIA)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: McWilliams Classroom, Gates HIllman 4303 and Zoom
Speaker's Name: ROHAN SAWHNEY
Speaker Website: rohansawhney.io
Speaker's Professional Title: Ph.D. Candidate, Computer Science Department, Carnegie Mellon University
Talk Title: Monte Carlo Geometry Processing: A Grid-Free Approach to Solving Partial Differential Equations on Volumetric Domains
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Wednesday, May 1, 2024, 2pm
We study various aspects related to the efficient training of deep networks. In doing so, we also discuss and contribute to various theoretical facets of the field.
An unavoidable component in dealing with very large models is the need for distributing the training over many computational devices. This usually induces a considerable communication overhead that increases the risk of under-utilization of the system resources. To address this, we show that the entropy of the weights decreases during training, which thus become highly compressible; allowing for a considerable reduction in said overhead.
It is common practice to use squashing functions, like the softmax, at the output layer of neural nets. We study the effect these functions have on the gradient signal and argue that they may contribute to the well-known vanishing gradient problem. To this end, we introduce non-squashing alternatives and provide evidence that suggests, that they improve the convergence rate.
Our main contribution is in layer-wise training of deep networks. First, we make various useful observations on the properties of hidden layers and representations. We then show that layer-wise training can match the results of full-model backprop, while considerably reducing the memory footprint of the training process. We discuss the effect of implicit interlayer regularization and introduce new conjectures on its theoretical origin. Based on these, we show that interlayer regularization can be simulated in a few simple steps. Additionally, we discuss partition-wise training, which may speed up the optimization process by allowing for larger batch sizes and improved model parallelism.
Finally, we take a look beyond gradient descent. A novel solution to fitting multilayer perceptrons to training data is introduced. While it can outperform backpropagation with stochastic gradient descent on various toy problems, it tends to overfit and be capacity-hungry on more complex real data. We discuss why and point to future ways of addressing this. This solution can be expressed in closed form, albeit we expect that it will evolve into a hybrid iterative approach. Also, we suspect that our method might be a substantially better candidate for training deep nets on quantum computers than backprop.
Thesis Committee:
Roger B. Dannenberg (Co-Chair)
Bhiksha Raj (Co-Chair)
Zico Kolter
Ruslan Salakhutdinov
Douglas Eck (Google DeepMind)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Gordon Bell Conference Room, Gates Hillman 5117 and Zoom
Speaker's Name: ANDERS ØLAND
Speaker Website: scholar.google.com…
Speaker's Professional Title: Ph.D. Candidate, Computer Science Department, Carnegie Mellon University
Talk Title: Efficient Deep Learning
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Tuesday, April 30, 2024, 12 – 1pm
Deep Learning is driving unprecedented progress in a wide range of Artificial Intelligence domains, including natural language processing, vision, speech, and multimodal. Sustaining this rapid pace of AI revolution, however, requires practical solutions to the extreme demands of model scaling on the compute, memory, communication and storage components of modern computing hardware. To address this challenge, we created a deep learning optimization library called DeepSpeed to make distributed model training and inference efficient, effective, and easy on commodity hardware. This talk will focus on DeepSpeed optimizations for improving memory, compute, communication, and data efficiency of extreme-scale model training.
—
Olatunji (Tunji) Ruwase is the lead and co-founder of the DeepSpeed project at Microsoft. His broad industry and research background spans compilers, operating systems, and hardware accelerators. His current focus is on systems and convergence optimizations, and frameworks for efficient distributed training and inference of deep learning models. His research results on deep learning training, inference, and hyperparameter search are used in multiple Microsoft systems and products, such as Azure, Ads, Bing, Catapult, and HyperDrive. Tunji earned a PhD in Computer Science from Carnegie Mellon University under the guidance of Professor Todd Mowry.
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: OLATUNJI RUWASE
Speaker Website: www.microsoft.com…
Speaker's Professional Title: Lead and Co-founder, DeepSpeed Project, Microsoft Research
Talk Title: DeepSpeed: Enabling efficient trillion parameter scale training for deep learning models
For More Information: vakinwan@andrew.cmu.edu
Affiliations: Computer Science Department (CSD), Language Technologies Institute (LTI), Machine Learning Department (MLD), Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Series Website
Event Website URL: www.cs.cmu.edu…
Monday, April 29, 2024, 10:30 – 11:30am
Distributional Reinforcement Learning (RL) fits Q-functions by learning the whole conditional distribution of rewards-to-go and then taking its mean (e.g., C51, IQN). Empirically it often improves on analogous approaches that learn the conditional mean directly (e.g., DQN) even in risk-neutral RL where we only care about the mean, but a principled understanding as to why and when has been elusive. We resolve this by showing that distributional RL enjoys first- and second-order regret bounds in both online and offline RL in general MDPs with function approximation. In some cases these are the first bounds of their kind for any RL algorithm. First-order bounds scale with the cost of the optimal policy and, for example, establish fast regret rates in goal-based MDPs when a policy exists reaching the goal reliably. Second-order bounds scale with the variance of the return and, for example, establish fast regret rates in nearly deterministic systems. We explain this phenomenon in terms of sensitivity to heteroskedasticity and demonstrate the predictions of the theory empirically on real-world tasks. Beyond distributional RL, I will discuss the implications for choosing the right loss function for decision making.
—
Nathan Kallus is an Associate Professor at the Cornell Tech campus of Cornell University in NYC and a Research Director at Netflix. Nathan's research interests include the statistics of optimization under uncertainty, causal inference especially when combined with machine learning, sequential and dynamic decision making, and algorithmic fairness. He holds a PhD in Operations Research from MIT as well as a BA in Mathematics and a BS in Computer Science from UC Berkeley. Before coming to Cornell, Nathan was a Visiting Scholar at USC's Department of Data Sciences and Operations and a Postdoctoral Associate at MIT's Operations Research and Statistics group.
Papers:
Monday, April 29, 2024, 2:30pm
Peer review has been the method of choice for academics to ensure the overall quality of published research. Conferences in computer science, which are typically the primary venues to publish research, have grown tremendously with over 10,000 papers submitted to some conferences. Consequently, many parts of the review process are now automated, notably the assignment of expert reviewers to the submitted papers. These automated assignments depend on, among other things, similarities computed between reviewers and papers using natural language processing (NLP) techniques. A higher similarity between a reviewer and a submitted paper means that this reviewer is envisaged to have higher expertise for the paper.
A major problem in peer review is the existence of collusion rings, where groups of researchers try to get assigned each others' papers and then provide positive reviews to each other irrespective of the true qualities. It is commonly believed that the NLP-matching component of reviewer assignments is safe from manipulation by collusion rings. Consequently, most work on defending or investigating collusion rings focuses on other components of the review process, assuming the NLP-matching is not manipulated.
In this thesis, we show that the automated reviewer assignments used by OpenReview, the main peer review platform for conferences in machine learning and related fields, can be manipulated to ensure fellow colluders get assigned to other colluders' papers. We demonstrate this susceptibility via methods to modify colluders' abstracts, by both manual and algorithmic means, that can fool the automated assignments. Our findings have significant implications for defending against fraudulent behavior in peer review, for fairness and integrity of science.
Thesis Committee:
Nihar Shah (Chair)
Aditi Raghunathan
Additional Information
Event Type: Master's Thesis Presentation
Room Number: In Person
Building: Traffic21 Classroom, Gates Hillman 6501
Speaker's Name: JHIH-YI HSIEH
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Masters Student, Computer Science Department, Carnegie Mellon University
Talk Title: Automated Peer-Reviewer Assignment can be Manipulated to Secure Reviews from Colluders
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: tracyf@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Friday, May 3, 2024, 9:30am
Two decades into the third age of AI, the rise of deep learning has yielded two seemingly disparate realities. In one, massive accomplishments have been achieved in deep reinforcement learning, protein folding, and large language models. Yet, in the other, the promises of deep learning to empower robots that operate robustly in real-world environments have yet remained unfulfilled. Vast diversity of objects, distribution shifts, long-tailed phenomena: outside of laboratories, real-world environments challenge modern statistical learning assumptions of the data.
Although such environments have generally been referred to as “unstructured,” this terminology belies their nature. Real-world environments are not “unstructured,” but arise because of structure: the underlying causal processes that generate the observed data. In this view, robots should not only reason and learn with respect to data, but also the data generating processes. Such processes can be formalized by the language of causality. Therefore, to learn and leverage the structure of these “open-world” environments, new causal-based robot learning algorithms are needed.
Towards this end, this thesis explores new avenues in causal learning and reasoning for a diversity of robot learning problems, from perception to control. First, we explore how causal features can be learned for perception models using sim-to-real transfer from synthetic data (DREAM, FormNet). We continue this theme in the introduction of structural sim-to-real transfer, where simulation can serve as a causal reasoning engine for the robot to select the relevant features for a control policy (CREST) or skill (SCALE). By construction, these policies are robust to irrelevant distribution shifts that would otherwise stymie correlation-based deep learning. Next, the rich interplay between control, dynamical systems, and causality is explored through the Learning By Doing (LBD) competition and LMeshNet, a methodology for constructing hybrid causal world models that integrate both latent and semantic information. Lastly, in causal curriculum learning, we first explore the commonalities and differences between human and agent curriculum learning (ACL). Then, we employ these lessons learned for CURATE: how agents can perform interventions to manipulate the sequencing of training data to efficiently learn a control policy to solve a desired, difficult task.
The advantages of adopting the principles of causal inference have been witnessed to date in fields such as biomedical sciences, economics, and genomics. In the machine learning community, it has recently been argued that such principles should be integrated to harness deep learning, towards causal learning of representations. Analogously, this thesis forwards that the robot learning community stands to gain by leveraging the principles of causality. In so doing, this new paradigm holds promise for robots to learn and leverage structure within the open world through causal robot learning for manipulation.
Thesis Committee:
Oliver Kroemer (Chair)
Shubham Tulsiani
Kun Zhang
Jonas Martin Peters (ETH Zürich)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Mauldin Auditorium, Newell-Simon 1305
Speaker's Name: TABITHA EDITH LEE
Speaker Website: www.andrew.cmu.edu…
Speaker's Professional Title: Ph.D. Candidate, Robotics Institute, Carnegie Mellon University
Talk Title: Causal Robot Learning for Manipulation
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Tuesday, April 30, 2024, 10am
From smartphones to microscopes and telescopes, optical lenses can be found in almost every part of modern society. Lens designs themselves span a large gamut of use cases, imaging microscopic phenomena, accommodating wide angle views, and viewing objects astronomically far away from us to name a few. Behind each of these lenses is an expert lens designer who has extensively used design tools that simulate the optics and optimize the designs using brute force methods like finite differencing or random sampling. Designers often need to intervene during the optimization process as these programs fail to produce better designs.
We present differentiable rendering techniques that efficiently calculates gradients of design objectives with respect to lens design parameters. Specifically, our contribution is twofold. First is a memory efficient method for calculating gradients of optical elements made of heterogeneous materials (so called, GRIN optics). Second is a method for calculating the gradient of light throughput with respect to lens parameters, a quantity that previous methods were not able to optimize directly. In this proposal, we seek to develop methods for searching for high performing designs over non-differentiable parameters in the lens design space, such as number of elements in the device.
Thesis Committee:
Ioannis Gkioulekas (Co-chair)
Matthew O'Toole (Co-chair)
Jim McCann
Bernd Bickel (ETH - Eidgenössische Technische Hochschule Zürich)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates Hillman 4405 and Zoom
Speaker's Name: ARJUN TEH
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Computational Lens Design
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Monday, May 6, 2024, 10:30am
AI models have the potential to support and complement human decision-makers and users. And yet, the deployment of human-AI teams still faces practical challenges. The goal of my thesis is to (i) better understand how existing AI support fails to account for downstream user interactions, (ii) develop informative proxies to enable faster prototyping of AI support, and (iii) use insights from human studies to improve the design of human-AI teams.
In the first part of my proposal, I will focus on predictive decision-making, where explanations have been hypothesized to help decision-makers make sense of AI predictions. I will overview user studies where we observe that this is not the case and present follow-up work to understand the failure modes of existing explanation methods. In the second part of my proposal, we explore one path to addressing the challenges of evaluating human-AI team designs in practice. I will present a use-case-grounded approach for predictive decision-making contexts called simulated evaluations. The final part of my proposal will cover our ongoing and proposed work to improve human-AI teaming in more complex, interactive settings, focusing on code co-pilots. I will present a recent evaluation and data collection effort to understand the effect of a model’s benchmark performance on downstream user helpfulness and proposed work on how insights and interaction data can be incorporated to build better AI pair programmers.
Thesis Committee:
Ameet Talwalkar (Chair)
Hoda Heidari
David Sontag (Massachusetts Institute of Technology)
Hal Daumé III (University of Maryland / Microsoft Research)
Dan Weld (University of Washington / AI2)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Gates Hillman 8102 and Zoom
Speaker's Name: VALERIE CHEN
Speaker Website: valeriechen.github.io
Speaker's Professional Title: Ph.D. Student, Machine Learning Department, Carnegie Mellon University
Talk Title: Towards a science of human-AI teams
For More Information: stidle@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): School of Computer Science
Wednesday, May 1, 2024, 11am
Fine-tuned language models catastrophically forget tasks outside the fine-tuning distribution. On the flip side, fine-tuning is often used to remove unsafe behavior such as toxic content generation. Both this failure mode and success require that fine-tuning removes a capability from the model. We show that fine-tuning does not remove such capabilities, which is encouraging for reducing forgetting, and pessimistic for defending jailbreaks.
Via synthetic experiments, we hypothesize that language models implicitly infer the task of the prompt and that fine-tuning skews this inference towards tasks in the fine-tuning distribution. To test this, we propose Conjugate Prompting, which artificially makes the task look farther from the fine-tuning distribution while requiring the same capability, and we find that this recovers in-context learning abilities lost via instruction tuning and natural reasoning capability lost during code fine-tuning. More concerningly, conjugate prompting can recover harmful content generation suppressed by safety fine-tuning in chatbots like ChatGPT. Can algorithms like fine-tuning and input defenses reliably remove unwanted behavior? We find that the best fine-tuning and input defenses can not enforce one of the simplest, perfectly defined behaviors: do not output the word "purple".
Both forgetting and jailbreaking demonstrate that fine-tuning currently does not fully remove/change model capabilities. We propose future directions on improving capabilities by investigating length generalization and reliably removing capabilities via machine unlearning.
[1] Understanding Catastrophic Forgetting in Language Models via Implicit Inference
[2] Jailbreaking is Best Solved by Definition
Thesis Committee
Aditi Raghunathan (Chair)
Daphne Ippolito
Additional Information
Event Type: Master's Thesis Presentation
Room Number: In Person
Building: Wean Hall 5328
Speaker's Name: SUHAS KOTHA
Speaker Website: www.andrew.cmu.edu…
Speaker's Professional Title: Masters Student, Computer Science Department, Carnegie Mellon University
Talk Title: Fine-tuning Does Not Remove Language Model Capabilities
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: tracyf@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Tuesday, April 30, 2024, 10:30am
Most large-scale storage systems employ erasure coding to provide resilience against disk failures. Recent work has shown that tuning this redundancy to changes in disk failure rates leads to substantial storage savings. This process requires code conversion, wherein data encoded using an [nI,kI] initial code has to be transformed into data encoded using an [nF,kF] final code. Convertible codes are a class of codes that enable efficient code conversion while maintaining other desirable properties. In this thesis, we focus on the access cost of conversion (corresponding to the total number of symbols accessed in the conversion process) and on an important subclass of conversions known as the merge regime (corresponding to combining multiple initial codewords into a single final codeword).
In this setting, explicit constructions are known for systematic access-optimal Maximum Distance Separable (MDS) convertible codes for all parameters in the merge regime. However, the existing construction for a key subset of these parameters, which makes use of Vandermonde parity matrices, requires a very large field making it unsuitable for practical applications. In this thesis, we provide (1) sharper bounds on the minimum field size requirement for such codes, and (2) explicit constructions for low field sizes for several parameter ranges. In doing so, we provide a proof of super-regularity of specially designed classes of Vandermonde matrices that could be of independent interest.
Thesis Committee
Rashmi Vinayak (Chair)
Ryan O'Donnell
Additional Information
Event Type: Master's Thesis Presentation
Room Number: In Person
Building: Traffic21 Classroom, Gates Hillman 6501
Speaker's Name: SARANSH CHOPRA
Speaker Website: saranshchopra.github.io
Speaker's Professional Title: Masters Student, Computer Science Department, Carnegie Mellon University
Talk Title: Low Field Size Constructions of Access-Optimal Convertible Codes
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: tracyf@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Monday, May 6, 2024, 11am
Companies leverage personalization techniques to tailor user experiences. Personalization ap- pears in search engines and online stores, which include salutations and statistically learned correlations over search-, browsing- and purchase-histories. However, users have a wider variety of substantive, domain-specific preferences that influence their choices when they use directory services, and these have largely been overlooked or ignored. Specifically, users have preferences about what they are looking for, and are using services with varying levels of personalization to aid in discovering their things of interest. In the realm of requirements engineering, requirement analysts endeavor to gather, comprehend, and prioritize requirements, with an important fo- cus on stakeholder preferences and needs, employing diverse requirement elicitation techniques. Advances in Machine Learning (ML) and Natural Language Processing (NLP) have revolutionized the way people understand and interact with natural language, and opened up new opportunities to enhance and automate various facets of requirements engineering, including stakeholder preference elicitation.
The thesis aims to explore the potential of NLP techniques to enhance and automate stake- holder preference elicitation practices. Specifically, we demonstrate the following NLP-assisted preference elicitation methods: 1) we study the efficacy of extracting domain knowledge from user-authored scenarios using typed dependency parsing techniques, and from word embed- dings using a BERT-based Masked Language Model (MLM); 2) we research on how stakeholder preferences are expressed in text scenarios, whether elicited preferences represent missing re- quirements in existing systems, and how we may use named entity recognition techniques to build classifiers to label preference words in scenarios and link them to form preference phrases; 3) we build a tool to support and improve preference elicitation practices in interviews by using various NLP techniques, including MLM, transformers, speech-to-text transcription, and part- of-speech tagging. We also propose to build on and improve existing research findings with Large Language Models (LLM). The expected outcome of the thesis is to shed light on how NLP can be integrated into existing requirement elicitation practices to enhance and enrich them, while advancing our understanding about how stakeholder preference may be elicited more effectively and comprehensively.
Thesis Committee
Travis Breaux (Chair)
Christian Kästner
Bogdan Vasilescu
Fabiano Dalpiaz (Utrecht University)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: TCS Hall 310 and Zoom
Speaker's Name: YUCHEN SHEN
Speaker Website: se-phd.s3d.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Ph.D. Program in Software Engineering, Software and Societal Systems Seminar, Carnegie Mellon University
Talk Title: NLP-Assisted Preference Elicitation in Requirements Engineering
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: cherold@cs.cmu.edu | aroudebu@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science
Tuesday, April 30, 2024, 9am
Before the ubiquity of social media, the information space was dominated by a small number of trusted originators (e.g., news organizations). This paradigm was shattered and replaced with a more diffused information environment where content originates from often unknown actors and is propagated nearly instantaneously. The need to rapidly identify factually inaccurate information (misinformation) in this environment is critical. Though some solutions exist to this problem, most current systems rely on human-driven fact-checking.
Existing fact-checking systems cannot operate at scale and are subject to significant human bias. In this thesis, I will describe a methodology for a fully automated misinformation detection pipeline that operates on multiple social media platforms. The pipeline leverages natural language processing (NLP) approaches to find, extract, and contextualize claims that could contain misinformation. Another set of NLP models and network science approaches assigns a likelihood to the truth value of these claims to arrive at a final misinformation likelihood score.
As part of this thesis, I will validate the misinformation detection pipeline in terms of its ability to accurately detect misinformation in labeled datasets as well as its research utility in the social cybersecurity domain by applying it in case studies on multiple social media platforms that focus on diverse topics/communities. The resulting system will serve as a valuable part of the social cybersecurity researchers' toolkit, to be used alongside the BEND framework to characterize the information environment and ultimately inform effective countermeasures.
Thesis Committee
Kathleen Carley (Chair)
Brandy Aven
Hong Shen
COL David Beskow (United States Military Academy)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: TCS Hall 460 and Zoom
Speaker's Name: IAN KLOO
Speaker Website: sc.s3d.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Ph.D. Program Societal Computing, Software and Societal Systems Department, Carnegie Mellon University
Talk Title: Automated Misinformation Detection with Natural Language Processing and Network Models
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: cherold@cs.cmu.edu | aroudebu@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science
Friday, May 3, 2024, 11am
Software testing is an integral part of software development. However, testing faces challenges due to the time-consuming and challenging nature of writing high quality tests, leading to poorly maintained test suites and lower overall software quality. Prior work for automatically generating tests, like EvoSuite and Randoop can generate high-coverage tests, however often these tests are hard to read, unrealistic, or incorrect, necessitating additional effort from developers for verification. In contrast, language models have shown promise in generating human-like, high quality code functions, benefiting tools like Copilot in code generation.
However, language models are not as successful at generating tests, struggling with both hallucination and correctly invoking internal methods present in the code under test. This is because code generation language models only consider source code immediately before the generated code, and thus miss context in the file under test. To help overcome these limitations, I focus on how we can incorporate domain specific properties of testing such as the strong coupling between source and test files along with important test execution data to improve the application of language models to software testing. I also examine how we can better evaluate test generation approaches with metrics that are more meaningful to developers. My thesis statement is: We can exploit the structure of test code and close relationship between code and test files to enable the practical application of language models to software testing in both pretraining and fine-tuning. This approach can be used to a) generate useful unit test cases b) identify weaknesses in existing test suites and c) improve test suites to overcome found weaknesses.
My thesis will make the following contributions:
Work I have already completed (ASE 2023) demonstrated that pretraining language models on dual objectives of code and test generation significantly improves unit test generation. I also leveraged the joint relationship between code and tests (FSE 2023) to improve predictive mutation testing techniques, modeling mutants at the token level, and incorporating both source and test methods during fine-tuning.
I propose to further apply these insights to a specialized case of mutation testing: generating tests that kill existing live mutants. I plan to include additional execution context into test generation models and use reinforcement learning. This will enable me to automatically generate test suites that are more comprehensive and similar to what an actual developer would write than current tools. I intend to complete this work by May 2025.
Thesis Committee:
Christian Kästner (Chair)
Daniel Fried
Claire Le Goues
Alex Groce (Northern Arizona University)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: TCS Hall 358 and Zoom
Speaker's Name: KUSH DAVE JAIN
Speaker Website: www.kushjain.com
Speaker's Professional Title: Ph.D. Student, Ph.D. Program in Softare Engineering, Software and Societal Systems Department, Carnegie Mellon University
Talk Title: Exploiting Test Structure to Enhance Language Models for Software Testing
For More Information: cherold@cs.cmu.edu | aroudebu@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science
Tuesday, April 30, 2024, 1:30pm
In most of the world's democracies, policy decisions are primarily made by elected political officials. However, under mounting dissatisfaction with representative government due to issues ranging from social inequality to public distrust, a new proposal is taking off: to augment representative democracy with mechanisms by which the public can directly participate in policymaking.
The guiding application of this thesis will be one particular model of participation, deliberative minipublics (DMs), though we will argue that our contributions may apply to many models of direct participation. In a DM, a panel of citizens is selected by lottery from the population; then, this panel convenes around a particular policy issue to study background information, deliberate amongst themselves, and then weigh in on the issue. DMs have been gaining momentum over the past decade, and they are now being used at national and supranational levels, and integrated into representative governments.
Motivated by this application domain, we make the following main contributions: In Part I, we design algorithms for performing the random selection of DM participants, a process known as sortition. Our sortition algorithms permit users to make optimal trade-offs between descriptive representation and other desirable properties conferred by randomness, and we characterize these tradeoffs using game theory, optimization, and empirics. In Part II, we use a novel social choice theory framework to investigate a notion of representation that departs from descriptive representation in a key way: it accounts for the political reality that people may be affected to widely varying degrees by any given policy decision. In Part III, we study a key potential impact of the background information/deliberation phase of a DM: increases in the extent to which participants consider how others in their society may be affected by different policy options. In Part IV, we discuss why our contributions can be useful regardless of how DMs ultimately fare in the political sphere, and we highlight how the enclosed research illustrates new ways to combine tools from political science and computer science.
Thesis Committee
Ariel Procaccia (Chair) (Carnegie Mellon University / Harvard University)
Nihar Shah
Anupam Gupta (New York University)
Nika Haghtalab (University of California, Berkeley)
Ashish Goel (Stanford University)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates Hillman 4405 and ZOom
Speaker's Name: BAILEY FLANIGAN
Speaker Website: sites.google.com…
Speaker's Professional Title: Ph.D. Candidate, Computer Science Department, Carnegie Mellon University
Talk Title: Strengthening our Participatory Democracy Toolkit using Algorithms, Social Choice, and Social Science
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Tuesday, April 30, 2024, 2pm
Multiple-choice questions (MCQs) are the predominant form of assessment in educational environments, known for their efficiency and scalability. Traditionally, these questions are crafted by instructors, a method that despite its expertise often results in inconsistencies and errors. In response to these limitations and the need for scalability, learnersourcing has been leveraged, which involves students in the question creation process. Although this method capitalizes on the diverse perspectives of students, it also leads to significant variability in the quality of the questions produced. Additionally, while recent advances in artificial intelligence have facilitated more scalable and automated methods for generating MCQs, these AI-driven methods still suffer from many of the same shortcomings as those created by humans. Current evaluation methods for MCQs predominantly rely on human judgment, which introduces subjectivity and lacks scalability. While automated evaluation methods provide scalability, they fall short in adequately assessing the educational value of questions, focusing instead on surface-level features that do not match expert evaluation.
To improve the evaluation of MCQs across all creation methods, I propose the Scalable Automated Question Usability Evaluation Toolkit (SAQUET). This toolkit provides a domain-agnostic approach to evaluate the quality of educational MCQs with a focus on their pedagogical implications. Utilizing natural language processing techniques, SAQUET applies 19 criteria from the Item-Writing Flaws (IWF) rubric, classifies questions according to Bloom's Revised Taxonomy levels, and suggests a set of hypothesized skills that the question might require. This multifaceted approach allows for a more nuanced evaluation of MCQs, providing immediate and actionable feedback to instructors, students, and other educational stakeholders who engage in question creation.
In my research thus far, I have demonstrated that students are capable of generating high-quality assessments when given minimal scaffolding and support from technology. I have investigated the potential of involving students and crowdworkers in generating and evaluating the skills required to solve problems. I have shown how crowdworkers can leverage the IWF rubric to evaluate questions akin to human experts. Finally, through a preliminary study I have indicated that the automated application of the IWF rubric to evaluate question quality yields results similar to those of human evaluations. In my proposed work, I plan to extend the capabilities of SAQUET, testing its effectiveness across various educational domains, integrating skill tagging, and refining Bloom’s Revised Taxonomy classifications within the toolkit. I will conduct case studies with educational practitioners to delve deeper into the challenges and opportunities in the MCQ evaluation process, aiming to enhance the reliability and pedagogical effectiveness of these assessments.
Thesis Committee
John Stamper (Chair)
Ken Koedinger
Sherry Tongshuang Wu
Christopher Brooks (University of Michigan)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: STEVEN MOORE
Speaker Website: stevenjamesmoore.com
Speaker's Professional Title: Ph.D. Student, Human-Computer Interaction Institute, School of Computer Science
Talk Title: Creating and Evaluating Pedagogically Valid Assessments at Scale
For More Information: lbuffing@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.hcii.cmu.edu…
Sunday, April 28, 2024, 6pm
The program includes compositions by:
Monday, April 29, 2024, 1pm
Large GPU clusters are increasingly becoming more heterogeneous due to advances in GPU design and incremental deployment of a mix of GPU types over time. Deep learning (DL) training jobs running on these GPU clusters can see varying job completion times depending on the resources allocated by the cluster scheduler and job hyper-parameters configured by users at the time of job submission. Sia is a cluster scheduler that (1) efficiently assigns heterogeneous GPU resources to elastic resource-adaptive DL training jobs, and (2) configures the job hyper-parameters to maintain high training efficiency for all running jobs without sacrificing the quality of trained models.
We will discuss challenges in optimizing resource-adaptivity for deep learning training (DLT) jobs on large clusters with many GPU types, and introduce a new scheduling formulation that efficiently matches DLT jobs and their configurations to GPU types and counts, while adapting to changes in cluster load and job mix over time. On job traces derived from real datacenters, Sia improves job completion times by 30-93% while using 12-60% fewer GPU hours. Furthermore, its scheduling policy is quick to evaluate and easily scales to GPU clusters with many GPU types and 1000s of GPUs.
Presented in Partial Fulfillment of the CSD Speaking Skills Requirement
Event Type: Speaking Skills
Room Number: In Person
Building: McWilliams Classroom, Gates Hillman 4303
Speaker's Name: SUHAS JAYARAM SUBRAMANYA
Speaker Website: suhasjs.github.io
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Sia: Heterogeneity-aware, goodput-optimized ML-cluster scheduling
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: matthewstewart@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Wednesday, May 1, 2024, 12 – 1:15pm
Conspiracy theories are a paradigmatic example of beliefs that, once adopted, are extremely difficult to dispel. Influential psychological theories propose that conspiracy beliefs are uniquely resistant to counterevidence because they satisfy important needs and motivations. Here, we raise the possibility that previous attempts to correct conspiracy beliefs have been unsuccessful merely because they failed to deliver counterevidence that was sufficiently compelling and tailored to each believer’s specific conspiracy theory (which vary dramatically from believer to believer). To evaluate this possibility, we leverage recent developments in generative artificial intelligence (AI) to deliver well-argued, person-specific debunks to a total of N = 2,190 conspiracy theory believers. Participants in our experiments provided detailed, open-ended explanations of a conspiracy theory they believed, and then engaged in a 3 round dialogue with a frontier generative AI model (GPT-4 Turbo) which was instructed to reduce each participant’s belief in their conspiracy theory (or discuss a banal topic in a control condition). Across two experiments, we find robust evidence that the debunking conversation with the AI reduced belief in conspiracy theories by roughly 20%. This effect did not decay over 2 months time, was consistently observed across a wide range of different conspiracy theories, and occurred even for participants whose conspiracy beliefs were deeply entrenched and of great importance to their identities. Furthermore, although the dialogues were focused on a single conspiracy theory, the intervention spilled over to reduce beliefs in unrelated conspiracies, indicating a general decrease in conspiratorial worldview, as well as increasing intentions to challenge others who espouse their chosen conspiracy. These findings highlight that even many people who strongly believe in seemingly fact-resistant conspiratorial beliefs can change their minds in the face of sufficient evidence.
—
David Rand is the Erwin H. Schell Professor and Professor of Management Science and Brain and Cognitive Sciences at MIT. Bridging the fields of cognitive science, behavioral economics, and social psychology, David’s research combines behavioral experiments and online/field studies with mathematical/computational models to understand human decision-making. His work focuses on illuminating why people believe and share misinformation and “fake news”; understanding political psychology and polarization; and promoting human cooperation. He has published over 200 articles in peer-reviewed journals such Nature, Science, PNAS, the American Economic Review, Psychological Science, Management Science, New England Journal of Medicine, and the American Journal of Political Science, and his work has received widespread media attention.
David regularly advises technology companies such as Google, Meta/Facebook, and TikTok in their efforts to combat misinformation, and has provided testimony about misinformation to the US and UK governments. He has also written for popular press outlets including the New York Times, Wired, and New Scientist. He was named to Wired magazine’s Smart List 2012 of “50 people who will change the world,” chosen as a 2012 Pop!Tech Science Fellow, awarded the 2015 Arthur Greer Memorial Prize for Outstanding Scholarly Research, chosen as fact-checking researcher of the year in 2017 by the Poyner Institute’s International Fact-Checking Network, awarded the 2020 FABBS Early Career Impact Award from the Society for Judgment and Decision Making, and selected as a 2021 Best 40-Under-40 Business School Professor by Poets & Quants. Papers he has coauthored have been awarded Best Paper of the Year in Experimental Economics, Social Cognition, and Political Methodology.
Additional Information:
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: TCS Hall 358
Speaker's Name: DAVID RAND
Speaker Website: davidrand-cooperation.com…
Speaker's Professional Title: Erwin H. Schell Professor of Management Science and Brain and Cognitive Sciences, Institute for Data, Systems, and Society, and Director, Human Cooperation Laboratory, and Applied Cooperation Initiative, Massachusetts Institute of Technology
Talk Title: Durably reducing conspiracy beliefs through dialogues with AI
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: lv2c@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science
Wednesday, May 1, 2024, 2pm
The widespread adoption of time series machine learning (ML) models faces multiple challenges involving data, modeling and evaluation.Data. Modern ML models depend on copious amounts of cohesive and reliably annotated data for training and evaluation. However, labeled data is not always available and reliable, and can also be dispersed across different locations. We propose systematic solutions to making time series data ML-ready.
Modeling. Most current time series ML models are built, trained and evaluated on individual datasets from a specific application domain. Thus, to build an effective model for a particular application scenario, substantial effort, time, and domain expertise are required to develop a successful task-specific design. We propose to partially address this limitation by developing large pre-trained foundation models for time series, to ease development of useful models across diverse application domains with limited resources, data and labels.
Evaluation. Currently, time series models are commonly evaluated using relatively small, specific and highly tailored benchmarks, which may obfuscate assessment of their performance. We highlight the gaps in evaluation techniques and propose addressing the most important of them through comprehensive, multi-metric assessment.
In summary, this thesis aims to democratize time series artificial intelligence by simplifying and accelerating development of models, while improving their performance in real-world application scenarios facing resource constraints and imperfect data.
Thesis Committee:
Artur Dubrawski (Chair)
Jean Oh
Barnabás Póczos
Frederic Sala (University of Wisconsin-Madison)
Laurent Callot (Amazon)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Mauldin Auditorium, Newell-Simon 1305 and Zoom
Speaker's Name: MONONITO GOSWAMI
Speaker Website: mononitogoswami.github.io
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Towards Pragmatic Time Series Intelligence
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Monday, April 29, 2024, 5pm
As traffic demand continues to increase globally, improving the efficiency and safety of the interconnected network of transportation systems around the world has become an increasingly critical priority. Various AI technologies have been designed to this end, and many have achieved good performance in simulation-based evaluations. However, a disconnect between theory and practice exists: few state-of-the-art AI technologies have been deployed to actually help resolve these challenges in the real world. One important cause of this disconnect is that these AI technologies have made unrealistic simplifying assumptions, which have made them unable to address the pain points of human stakeholders. In this thesis, I propose to answer research questions related to how AI technologies can be better designed for deployment by addressing four common challenges: uncertainty in underlying and observed levels of demand; coordination between individuals and systems; interpretability and controllability for complicated decision-making algorithms; and heterogeneity among end-users and deployment contexts. My completed, in-progress, and proposed work tackles these challenges through the lens of two key problem domains, traffic signal control and gig driving. Ultimately, the goal of this thesis is to design AI systems which are capable of being physically deployed and creating tangible impacts in these domains.
Thesis Commitee
Fei Fang (Co-chair)
Norman Sadeh (Co-chair)
Sean Qian
Matteo Pozzi
Peter Stone (The University of Texas at Austin)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Traffic21 Classroom, Gates Hillman 6501 and Zoom
Speaker's Name: REX CHEN
Speaker Website: lythronaxargestes.github.io
Speaker's Professional Title: Ph.D. Student, Ph.D. Program in Societal Computing, Software and Societal Systems Department, Carnegie Mellon University
Talk Title: Rethinking the Design of Coordinated, Human-Centric AI Systems for Deployment in Transportation
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: aroudebu@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science
Monday, April 29, 2024, 11:30am
Reconstructing 3D scenes from multi-view images has always been a challenging problem in computer vision and computer graphics. Traditional methods like structure from motion and multi-view stereo have been widely used for pose estimation and dense point cloud reconstruction. However, these methods have limited ability to reconstruct complex scenes with fine details. Recently, since the introduction of neural radiance fields (NeRF), volumetric neural rendering has shown great promise in reconstructing complex scenes with high fidelity. To accurately reconstruct scene geometry, other works have also proposed ways to directly model the signed-distance function or occupancy of a scene. However, these methods are often slow to train and cannot effectively leverage known scene information.
In this thesis, we propose a novel point-based representation that combines the efficiency of point clouds with the expressiveness of neural rendering. Point clouds are particularly appealing as a scene representation for rendering tasks, as they are the natural output of many 3D sensing modalities, including structure from motion, multi-view stereo, and lidar. They also come with a rich library of geometric queries. In our work, we utilize point clouds to efficiently reconstruct 3D scenes by using the generalized winding number as a proxy for the scene occupancy and by interpolating per-point neural features with appropriate kernels. We leverage the Barnes-Hut approximation and fast dipole sums to perform fast winding number queries and feature interpolation, as well as logarithmic complexity backpropagation for efficient differentiable rendering. We empirically show that our method consistently outperforms existing methods in both reconstruction quality and efficiency on a wide range of real-world scenes.
Thesis Committee:
Ioannis Gkioulekas (Chair)
Matthew O'Toole
Additional Information
Event Type: Master's Thesis Presentation
Room Number: In Person
Building: Gates Hillman 7501
Speaker's Name: HANYU CHEN
Speaker Website: hanyuc.com
Speaker's Professional Title: Master's Student, Computer Science Department, Carnegie Mellon University
Talk Title: 3D Reconstruction with Fast Dipole Sums
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: tracyf@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Monday, April 29, 2024, 1pm
Large Language Models have been shown to perform well on natural language tasks, even those they were not explicitly trained to perform. Fine tuning these models on smaller datasets has become a popular technique to achieve high performance on specific tasks. However, fine tuning can lead to the memorization of training data, which may be a privacy concern. In this work, I investigated the extraction of training data from fine-tuned large language models. I conducted a series of experiments to determine how easily private training data can be extracted from fine-tuned models using different data extraction techniques. I also investigated how the amount of training data used for fine-tuning, the number of epochs, the length and content of each training sample, and the fine-tuning technique and parameters used affect the ease of data extraction. I found that data extraction is simple with direct access to the model if the model is not trained only on prompt completions. I also found that the proportion of data that can be extracted increased with the amount of data used for fine-tuning (for a constant number of epochs). This work has implications for the privacy of individuals whose data is used for fine-tuning, as well as for businesses or groups that use fine-tuned models in public facing software.
Thesis Committee:
Matt Fredrikson (Chair)
Yuvraj Agarwal
Additional Information
Event Type: Master's Thesis Presentation
Room Number: In Person
Building: Gates HIllman 9115
Speaker's Name: MIHIR DHAMANKAR
Speaker Website: mdkar.github.io
Speaker's Professional Title: Master's Student, Computer Science Department, Carnegie Mellon University
Talk Title: Extraction of Training Data from Fine-Tuned Large Language Models
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: tracyf@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science
Saturday, May 11, 2024, 10am – 2pm
Honors materials will also be distributed on
Friday, May 10, 2024, 12 – 5pm
Honors materials will also be distributed on
Monday, April 29, 2024, 1pm
Spectral mapping holds significant importance in many exploration endeavors as it facilitates a deeper comprehension of material composition within a surveyed area. While imaging spectrometers excel in recording reflectance spectra into spectral maps, their large physical footprint, substantial power requirements, and operational intricacies render them unsuitable for integration into small rovers or resource-constrained missions. Conversely, RGB cameras offer advantages in terms of portability, energy efficiency, and widespread applicability for fundamental tasks like hazard identification and terrain analysis but do not measure many of the most diagnostic wavelengths.
In our study, we introduce a method to leverage data from RGB cameras for spectral mapping purposes. This is achieved by representing broad spectra in a latent space and learning a transform from RGB image to this latent space. Despite the inherent lower dimensionality of RGB images, characterized by only three channels compared to the hundreds of channels present in hyperspectral images, we illustrate the feasibility of constructing a regression framework using a sparse set of hyperspectral measurements for training. Our approach employs deep learning methods to encode regional remote sensing spectra and Gaussian methods to learn the transform between the latent representation and image data. By harnessing texture and spatial information from RGB imagery, we observe enhancements in reconstruction accuracy. We demonstrate that the system can be trained using spectra sourced from a broad general spectral catalog, thus eliminating the need for specialized pre-training and enabling deployment flexibility across diverse locations.
The efficacy of our system is evaluated through mineral prediction tasks, yielding prediction accuracies of up to 80% against ground truth. No other method has achieved comparable levels of accuracy in mineral prediction utilizing images. Our experimental evaluation reveals the efficacy of the method at three distinct mineral-rich sites, and establishes its potential for enhancing spectral mapping for exploration.
Thesis Committee:
David Wettergreen (Chair)
George Kantor
Michael Kaess
Roger Clark (Planetary Science Institute)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3002 and Zoom
Speaker's Name: SRINIVASAN VIJAYARANGAN
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Ph.D. Candidate, Robotics Institute, Carnegie Mellon University
Talk Title: Spectral Mapping using Simple Sensors
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, June 13, 2024, 9am – 12:30pm
We are excited to announce the first-ever GenAI Practical Workshop. Organized by Computing Services, this half-day event from 9 am to 12:30 pm will explore the innovative applications of Generative AI in solving real-world problems.
We invite CMU faculty and staff to submit proposals for presentations. This is a unique opportunity to showcase your work with AI in areas such as teaching, learning, research, and administration. Whether you're on campus or remote, we encourage you to participate, as virtual presentation options are available.
Breakfast and lunch will be provided for in-person attendees.
What to Submit:
Abstract: Please provide a summary of approximately 250 words (1250 characters) detailing the focus of your talk and its relevance to the event's theme. Presenter Information: Include names and department affiliations for all presenters.
Important Dates:
Monday, April 29, 2024, 3:30 – 4:30pm
Burst imaging pipelines allow cellphones to compensate for less-than-ideal optical and sensor hardware by computationally merging multiple lower-quality images into a single high-quality output. The main challenge for these pipelines is compensating for pixel motion, estimating how to align and merge measurements across time while the user's natural hand tremor involuntarily shakes the camera. In this work, we explore continuous projective models of burst photography, backed by multi-resolution neural field representations, and fit to real in-the-wild mobile burst captures. These task-specific models not only estimate and compensate for pixel motion, but use it as a powerful source of geometric information to estimate scene depth, see behind occlusions, separate reflections, and erase photographer-cast shadows.
—
Ilya Chugunov is a PhD candidate in the Princeton Computational Imaging Lab, advised by Professor Felix Heide. His work focuses on neural field representations for inverse imaging problems, depth reconstruction, and computational photography. He received his bachelor's in electrical engineering and computer science from UC Berkeley, where he worked on low-rank reconstruction methods for magnetic resonance imaging with Professors Moriel Vandsburger and Miki Lustig. Ilya is an NSF graduate research fellow and, when not in the office, an amateur nature photographer.
The VASC Seminar is sponsored in part by Meta Reality Labs Pittsburgh
Event Type: Seminars
Room Number: In Person
Building: Newell-Simon 3305
Speaker's Name: ILYA CHUGUNOV
Speaker Website: ilyac.info
Speaker's Professional Title: Ph.D. Candidate, Computational Imaging Lab, Department of Computer Science, Princeton University
Talk Title: Neural Field Representations of Mobile Computational Photography
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: cdowney@andrew.cmu.edu
Affiliations: Computer Science Department (CSD), Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Wednesday, May 8, 2024, 5:30 – 8:30pm
Join SCS Alumni Relations and your SCS Advisors for a senior send off event at Dave and Buster's at the Waterfront. We want to recognize and reward you for all you have done to reach this accomplishment. There will be free transportation, food, and games, so RSVP today!
We look forward to celebrating with you!
See announcement.
Event Type: Fun
Room Number: In Person
Building: Dave and Busters, 180 E. Waterfront Drive
For More Information: scs-alumni@cs.cmu.edu
Affiliations: Alumni
Organization(s): School of Computer Science
Thursday, May 16, 2024, 8:30am – 1pm
8:30 am → Registration/Breakfast/Vendor Tables Open (Connan Room)
9:00 - 10:30 am → Announcements/Keynote Presentation (McConomy Auditorium)
►Chancey Fleet is a Blind tech educator and activist based in Brooklyn. She is the founding Assistive Technology Coordinator at the New York Public Library, where she runs a free- peer-powered tech coaching service that connects library patrons with print-reading disabilities to 150 hours of one-to-one coaching each month; curates a rotating selection of workshops on tech topics with accessibility in mind; and runs the Dimensions Lab for free and open tactile graphics creation. Chancey is a 2017 Library Journal Mover and Shaker. She serves as President of the National Federation of the Blind’s Assistive Technology Trainers’ Division. Check out Chancey’s library.
10:45 - 11:45 am → Breakout Sessions
Saturday, May 11, 2024, 11am
10:00-10:50 am - Robing and Assembly - Carnegie Music Hall Grand Lobby
⇒ Faculty and Doctoral Graduates
Sunday, May 12, 2024, 1:30pm
Students Check-in begins 1:00 pm
Program Begins at 1:30 pm
In person program with Livestream ⇒ will be available closer to the event
STUDENTS
Friday, May 10, 2024, 11:30am
Students: Please arrive at the Hall by 11:00 am
Regalia Required for Faculty/Graduates
Reception to Follow
Registration required for all students attending. Check in with your graduate program manager!
In Person Program with Livestream - will be available closer to the date
Wednesday, May 8, 2024, 12 – 1:30pm
Faculty Hosts: Carolyn Rose, Kenneth Holstein
In Person and Zoom Participation. See announcement.
Event Type: Meeting
Room Number: In Person and Virtual - ET
Building: Gates Hillman 9115 (New date/location)
Speaker's Name: SCS Faculty Only
For More Information: cp3a@andrew.cmu.edu
Affiliations: Computational Biology Department (CBD), Computer Science Department (CSD), Human-Computer Interaction Institute (HCII), Language Technologies Institute (LTI), Machine Learning Department (MLD), Robotics Institute (RI), Software and Societal Systems Department (S3D)
Organization(s): SCS
Wednesday, May 1, 2024, 4 – 5pm
SCS Founders Day is our once-a-year opportunity to get together to catch up on everything new in SCS. As always, the stars will be the recipients of the annual SCS Awards
Agenda includes
Join your colleagues and friends in SCS!
Event Type: Special Events
Room Number: In Person and Virtual - ET
Building: Rashid Auditorium, Gates Hillman 4401 and Simulcast
Affiliations: Computational Biology Department (CBD), Computer Science Department (CSD), Human-Computer Interaction Institute (HCII), Language Technologies Institute (LTI), Machine Learning Department (MLD), Robotics Institute (RI), Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science
Event Website Title: Program Website
Event Website URL: scsdean.cs.cmu.edu…
Wednesday, May 1, 2024, 10am – 5pm
The Undergraduate Research Symposium, or the "Meeting of the Minds," is a university-wide celebration of undergraduate research. All Carnegie Mellon undergrads engaged in research and creative projects are encouraged to apply!
Undergraduates!
REGISTER if you intend to present.
→ Registration Deadline: 5 April 2024
→ Final Online Presentation Upload Deadline: Friday, 26 April 2024
Learn more...
The CMU Community is welcome to join in to watch/see the work of all our students.
Event Type: Colloquium/Forum
Room Number: In Person (and some virtual)
Building: Cohon University Center
Affiliations: Carnegie Mellon University
Organization(s): School of Computer Science - Undergraduate Students
Event Website Title: Event Website
Event Website URL: www.cmu.edu…
Tuesday, September 24, 8:30am – Wednesday, September 25, 2024, 5pm
Attendees can look forward to brief talks, poster sessions, and ample opportunities for both students and faculty to connect with our partners.
Stay tuned for additional event details as the date approaches!
Event Type: Conference/Workshop
Room Number: In Person
For More Information: iglassmi@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): CyLab, Department of Electrical and Computer Engineering
Wednesday, May 15, 2024, 11:30am – 1:30pm
We look forward to seeing everyone at the picnic to celebrate another successful academic year!
Event Type: Special Events
Room Number: In Person
Building: Wiegand Gymnasium and the Tartan Pavilion, Resnik House / Legacy Plaza
Affiliations: Carnegie Mellon University
Thursday, October 17, 12pm – Sunday, October 20, 2024, 9pm
This 3 day research-focused workshop aims to improve gender balance in computing research. Undergraduate students from the USA and around the globe are encouraged to explore research. Students will work on exploratory problems in teams led by researchers from industry, academia and other computing related domains.
Watch for updates...
Event Type: Conference/Workshop
Room Number: In Person
Building: Gates Hillman Center
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: michelle@andrew.cmu.edu
Affiliations: Diversity Equity and Inclusion
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.cmu.edu…
Monday, October 7, 8:30am – Thursday, October 10, 2024, 6pm
The Summit for AI Institute Leadership 2024 is scheduled for October 7-9 in Pittsburgh, Pennsylvania. The Expo Day is scheduled for October 10.
Watch for Updates.
Event Type: Conference/Workshop
Affiliations: Carnegie Mellon University, Partnerships
Wednesday, September 18, 8:30am – Friday, September 20, 2024, 6pm
Social Computing harnesses the power of computational methods to study social behavior, such as during team collaboration. Cultural Behavioral Modeling refers to representing behavior and culture in the abstract, and is a convenient and powerful way to conduct virtual experiments and scenario analysis. Both social computing and cultural behavioral modeling are techniques designed to achieve a better understanding of complex behaviors, patterns, and associated outcomes of interest. Moreover, these approaches are inherently interdisciplinary; subsystems and system components exist at multiple levels of analysis (i.e., “cells to societies”) and across multiple disciplines, from engineering and the computational sciences to the social and health sciences.
The SBP-BRiMS conference invites modeling and simulation papers from academics, research scientists, technical communities and defense researchers across traditional disciplines to meet, share ideas, discuss research results, identify capability gaps, highlight promising technologies, and showcase the state-of-the-art in applications in the areas of cultural behavioral modeling, prediction, and social computing.
Conference Chairs
Thursday, May 16, 2024, 9am – 12:30pm
The CMU Digital Accessibility Office invites you to the second annual Global Accessibility Awareness Day (GAAD) event. Presenters are encouraged to attend in person but virtual options may be available for those who are unable to travel to campus.
Suggested topics include but are not limited to:
Tuesday, September 12, 2023, 11am – 12:30pm
Join entrepreneur Samay Kohli as he traces his journey taking industrial robotics from university research to mass adoption. Kohli will reflect on key inflection points in scaling his company’s solutions, including pivoting from individual robot products to an integrated system, building for variability in emerging markets, and aligning with industry needs. He’ll discuss critical mindset shifts required at each stage of evolution – from an idea, to a product, to an application, and eventually a scalable solution.
In the second half of his talk, Kohli will share insights on how he could have accelerated this expansion through clearer focus on core problems first rather than technology, seeking global expertise early, and identifying adjacent growth opportunities like software services. Attendees will learn frameworks for developing university research into real-world technologies, strategies for survival and growth amid industry disruptions, and lessons in entrepreneurial perseverance from Kohli’s 15+ year journey. With Kohli’s experience taking robotics from labs to warehouses worldwide, this talk provides a unique perspective for aspiring entrepreneurs at the intersection of innovation and implementation.
—
Mr. Samay Kohli is a Co-Founder and serves as a Board Member at GreyOrange. He served as Chief Executive Officer at GreyOrange. GreyOrange is an industry-leading robotics company that develops warehouse automation solutions. Under Samay’s leadership over the past decade, GreyOrange has become one of the fastest-growing robotics companies globally, with over 650 employees and offices in India, Japan, Germany, Singapore, and the US. The extraordinary growth pace of GreyOrange speaks volumes of Samay’s contribution both as a builder/leader and a visionary who has transformed the supply chain automation industry globally with over 10k robots deployed.
Samay himself is an impressive entrepreneur and thought leader in the robotics space. He has over 13 years of experience working in robotics, supply chain technology, and manufacturing industries. Samay’s passion for Robotics started about a decade ago. He was part of the team that created one of India’s first indigenous humanoid robots – AcYut. Samay has participated in robotics competitions across 13 countries; winning a Gold medal at the ROBOlympics in 2009. An alumnus of BITS (Pilani), India, Samay has been a keynote speaker at several prominent technology conferences around the world, and has been featured in many publications including Forbes, Economic Times, Fortune, and has made his way to MIT Technology Review’s global list of “35 Innovators under 35”.
Hosts: John Dolan, Abhinav Gupta
Event Type: Seminars
Room Number: In Person
Building: Newell-Simon 3305 (rescheduled from September 11)
Speaker's Name: SAMAY KOHLI
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Co-Founder and Board Member, GreyOrange
Talk Title: Founding a Successful Robotics Startup
For More Information: ag6@andrew.cmu.edu
Affiliations: Entrepreneurship, Robotics Institute (RI)
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Monday, September 11, 2023, 6 – 7pm
Join CMU alumni Andrew Klein, Data Scientist (Data Science) * Yusheng Chang, Senior Application Support Analyst (Platform)*
to learn more about The Trade Desk, a global technology company with a mission to create a better, more open internet for everyone through principled, intelligent advertising.
Because processing a trillion queries a day matters
Working at The Trade Desk
Grow your brand everywhere. For modern marketers, leveraging data is the key to brand growth. Which is why more advertisers are prioritizing the value of the open internet. Unlike walled gardens, the open internet lets you use data to grow your audience across the widest range of websites, apps, podcasts, streaming TV platforms, and more — comparing performance openly and objectively. Learn more
Also join The Trade Desk at the Meet and Greet by the 5th floor Pausch Bridge entrance to Gates Hillman in the late morning through early afternoon on September 11.
Event Type: Career Presentation
Room Number: In Person
Building: ASA Conference Room, Gates Hillman 6115
Talk Title: Decoding Programmatic Advertising Tech Talk
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: careers@cs.cmu.edu | ece-careers@cmu.edu
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Tuesday, September 12, 2023, 12 – 2pm
At a16z, our College Talent Program focuses on connecting the best engineering and design students with our portfolio companies for internships and new grad opportunities.
Join a16z and Applied Intuition and Believer. You will have an opportunity to interact live with company representatives and learn more about their latest product launches and future career opportunities.
RSVP
Applied Intuition enables engineering and product development teams to safely develop, test, and deploy autonomous vehicles at scale.
Believer was founded by industry veterans obsessed with players and creating worlds worthy of them. We believe we come to games for broad, sweeping, holistic experiences that overwhelm, and strive to wow not just with games to play, but lifestyles to embrace, communities to belong, sports to live by, worlds-come-alive to immerse yourselves in. They are a global games company with developers all over the world, headquartered in Los Angeles, California.
—
Andreessen Horowitz (known as "a16z") is a venture capital firm that backs bold entrepreneurs building the future through technology. We invest in seed to venture to late-stage technology companies, across bio + healthcare, consumer, crypto, enterprise, fintech, games, and companies building toward American dynamism. a16z has $35B in assets under management across multiple funds. , We aim to connect entrepreneurs, investors, executives, engineers, academics, industry experts, and others in the technology ecosystem. a16z uses this network as part of our commitment to help our portfolio companies grow their business, so our operating teams provide entrepreneurs with access to expertise and insights across the entire spectrum of company building.
Event Type: Career Presentation
Room Number: In Person
Building: Newell-Simon 3001
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Monday, September 11, 2023, 12 – 1pm
Join this weekly seminar to learn more about accessibility for people with disabilities, discuss accessibility with colleagues, and get feedback on your accessibility related projects and presentations. As always, we will have some sort of light lunch available. No prior experience in accessibility is required!.
The first meeting of Fall term agenda: welcome and introductions * discuss schedule for the semester (come with ideas you'd like to present about!*) * discussion of Accessibility Overlays (as time permits)
Event Type: Talks
Room Number: In Person
Building: Newell-Simon 4201
For More Information: jbigham@cs.cmu.edu
Affiliations: Computer Science Department (CSD), Human-Computer Interaction Institute (HCII)
Event Website Title: Accessibility@CMU Website
Event Website URL: accessibility.cs.cmu.edu
Monday, September 11, 2023, 1 – 2pm
Join entrepreneur Samay Kohli as he traces his journey taking industrial robotics from university research to mass adoption. Kohli will reflect on key inflection points in scaling his company’s solutions, including pivoting from individual robot products to an integrated system, building for variability in emerging markets, and aligning with industry needs. He’ll discuss critical mindset shifts required at each stage of evolution – from an idea, to a product, to an application, and eventually a scalable solution.
In the second half of his talk, Kohli will share insights on how he could have accelerated this expansion through clearer focus on core problems first rather than technology, seeking global expertise early, and identifying adjacent growth opportunities like software services. Attendees will learn frameworks for developing university research into real-world technologies, strategies for survival and growth amid industry disruptions, and lessons in entrepreneurial perseverance from Kohli’s 15+ year journey. With Kohli’s experience taking robotics from labs to warehouses worldwide, this talk provides a unique perspective for aspiring entrepreneurs at the intersection of innovation and implementation.
—
Mr. Samay Kohli is a Co-Founder and serves as a Board Member at GreyOrange. He served as Chief Executive Officer at GreyOrange. GreyOrange is an industry-leading robotics company that develops warehouse automation solutions. Under Samay’s leadership over the past decade, GreyOrange has become one of the fastest-growing robotics companies globally, with over 650 employees and offices in India, Japan, Germany, Singapore, and the US. The extraordinary growth pace of GreyOrange speaks volumes of Samay’s contribution both as a builder/leader and a visionary who has transformed the supply chain automation industry globally with over 10k robots deployed.
Samay himself is an impressive entrepreneur and thought leader in the robotics space. He has over 13 years of experience working in robotics, supply chain technology, and manufacturing industries. Samay’s passion for Robotics started about a decade ago. He was part of the team that created one of India’s first indigenous humanoid robots – AcYut. Samay has participated in robotics competitions across 13 countries; winning a Gold medal at the ROBOlympics in 2009. An alumnus of BITS (Pilani), India, Samay has been a keynote speaker at several prominent technology conferences around the world, and has been featured in many publications includingForbes, Economic Times,Fortune, and has made his way to MIT Technology Review’s global list of “35 Innovators under 35”.
Hosts: John Dolan, Abhinav Gupta
Event Type: Talks
Room Number: In Person
Building: Newell-Simon 3305
Speaker's Name: SAMAY KOHLI
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Co-Founder and Board Member, GreyOrange
Talk Title: Founding a Successful Robotics Startup
Affiliations: Entrepreneurship, Robotics Institute (RI)
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Monday, September 11, 2023, 6 – 7:15pm
CMU Students!
You are invited to join representatives from Citadel | Citadel Securities to learn about 2024 internship and full-time opportunities. Who will you meet? Software Engineers, Quantitative Researchers, and Traders will be in attendance. * Who's invited to the event? Students interested in learning about internship and full-time opportunities are invited to register. We strongly encourage sophomores and juniors to attend. * Will food and swag be provided?* Food will be provided. Swag links will be provided to students who check-in at the event.
RSVP
Event Type: Career Presentation
Room Number: In Person
Building: Rashid Auditorium, Gates Hillman 4401
For More Information: careers@cs.cmu.edu | ece-careers@cmu.edu
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Monday, September 11, 2023, 3:30 – 5pm
3:30 pm
► Madeline Endres, Ph.D. Student, Computer Science and Engineering, University of Michigan
— Cognitive training and psychoactive substances: two different lenses into
developer productivity and wellbeing
"Can technical reading training make students better at programming? Do professional developers think cannabis use leads to more creative programs?" This talk considers two lenses for approaching programmer productivity and wellbeing. First, we measure and leverage the cognition of programming to help novices become experts faster. Second, we explore the role of external factors on programming productivity, with a particular focus on the impact of psychoactive substance use by professional developers. Finally, we conclude with a brief discussion of how interdisciplinary approaches, specifically those from psychology and medicine, can provide insight into human-factored software engineering problems.
Madeline Endres is a final year computer science PhD student at the University of Michigan where she is advised by Westley Weimer. Her research interests lie at the intersection of Software Engineering and human factors, where she explores programmer productivity and wellbeing. Current projects include using medical imaging techniques to learn more about the cognitive basis of programming, building tools and methods to support developers to write more correct code faster, and studying the impact of psychoactive substances on software developers. When she is not doing research, she enjoys cooking, biking, and playing with her cat, Cleo.
4:00 pm
► Ian Dardik, Ph.D. Student in Software Engineering, Software and Societal Systems Department
— Model Checking TLA+ via Recursive Decomposition
TLA+ is a formal specification language used in both academia and the industry for designing reliable software systems. TLA+ owes much of its success to the TLC model checker, a program that automatically verifies TLA+ specifications so users do not need to write proofs. However, TLC—as well as model checkers in general—suffer from the state explosion problem in which model checking times grow exponentially with the size of a specification. In our work, we propose a novel model checking algorithm that aims to reduce state explosion by recursively decomposing large specifications into smaller, more manageable specifications. We have implemented our technique in a TLA+ model checker we call Decomp-Verify. Preliminary results show that the runtime for Decomp-Verify is competitive with TLC for a benchmark suite of distributed protocols; Decomp-Verify even outperforms TLC in several cases.
4:30 pm
► Catarina Gamboa, Ph.D. Student, Software Engineering, Software and Societal
Systems Department
— Exploring the Barriers in Liquid Types
Software reliability is a growing concern in software development, leading developers to adopt techniques like strong-type systems to detect bugs early in development. Liquid types, an extension of type systems with expressive predicates, can catch diverse bugs. However, they are yet to be widely used. This work in progress investigates the current usability issues and barriers by employing qualitative research with three groups: experts, former users, and newcomers, and focusing on LiquidHaskell, the most mature implementation of Liquid Types. By exploring these perspectives, we aim to identify and find ways to address usability barriers in liquid types.
In Person and livestream. See announcement.
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: TCS Hall 358 and Livestream
Speaker's Name: MADELINE ENDRES, IAN DARDIK, CATARINA GAMBOA
Speaker's Professional Title: Ph.D. Student, University of Michigan
Talk Title: There Talks
For More Information: jtliang@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Event Website Title: Series Website
Event Website URL: s3d.cmu.edu…
Monday, September 11, 2023, 5:30 – 6:30pm
Come and join Milwaukee tool at the Tech Talk (5:30 pm) and
the Meet & Greet by the Gates Hillman | Newell-Simon Hall Bridge (10:00 am - 5:00 pm)!
Learn how we apply ML and Robotics in real industry!
With Eagle Zhao, Machine Learning Engineer II, Technical Lead * Daniel Medeiros*, Senior Engineering Manager
joined by Eric Pfeiffer, Senior Campus Recruiter * Janelle McHugh,* TA Business Partner
Milwaukee Tool is hiring!* Machine Learning * Robotics * Electrical & Computer Engineering * Computer Science * Mechanical Engineering * Software Engineering * and more...
APPLY!
Event Type: Career Presentation
Room Number: In Person
Building: Newell-Simon 4305
Event Poster Title: Poster (with QR)
Event Poster URL: www.cs.cmu.edu…
For More Information: careers@cs.cmu.edu | ece-careers@cmu.edu
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Monday, September 11, 2023, 4:30 – 5:30pm
This is a public seminar series that will cover the latest developments in (1) database systems that optimize ML apps (e.g., vector databases) and (2) ML apps that optimize database systems (e.g., auto-tuners). It is appropriate for anyone that wants to learn more about the internals of these modern systems.
This talk is part of the ML⇄DB Seminar Series: Machine Learning for Databases + Databases for Machine Learning
Zoom Participation. See announcement.
Event Type: Seminars
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: ANDREY VASNETSOV
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Co-Founder and Chief Technology Officer, Qdrant
Talk Title: Qdrant: Vector Search Engine Internals
For More Information: pavlo@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): Department of Electrical and Computer Engineering (ECE)
Event Website Title: Event Website
Event Website URL: db.cs.cmu.edu…
Monday, September 11, 2023, 3:30 – 4:30pm
In this talk, I will present three experiments that use low-level image statistics to generate high-resolution detailed outputs. In the first experiment, I will use 2D pixels to efficiently mine hard examples for better learning. Simply biasing ray sampling towards hard ray examples enables learning of neural fields with more accurate high-frequency detail in less time. The second experiment leverages 2D pixels to learn a denoising model from the collection of images. This denoising model enables detailed high-frequency outputs from the model trained on low-resolution samples. The final experiment builds a representation of a pixel that contains color and depth information accumulated from multi-views for a particular location and time along a line of sight. This pixel-based representation alongside a multi-layer perceptron allows us to synthesize novel views given a discrete set of multi-view observations as input. The proposed formulation reliably operates on sparse and wide-baseline multi-view images/videos and can be trained efficiently within a few seconds to 10 minutes for hi-res (12MP) content.—
Aayush Bansal received his Ph.D. in Robotics from Carnegie Mellon University under the supervision of Prof. Deva Ramanan and Prof. Yaser Sheikh. He was a Presidential Fellow at CMU, and a recipient of the Uber Presidential Fellowship (2016-17), Qualcomm Fellowship (2017-18), and Snap Fellowship (2019-20). His research has been covered by various national and international media such as NBC, CBS, WQED, 90.5 WESA FM, France TV, and Journalist. He has also worked with production houses such as BBC Studios, Full Frontal with Samantha Bee (TBS), etc.
Sponsored in part by: Meta Reality Labs Pittsburgh
Event Type: Seminars
Room Number: In Person
Building: Newell-Simon 3305
Speaker's Name: AAYUSH BANSAL
Speaker Website: www.aayushbansal.xyz
Speaker's Professional Title: Start-Up
Talk Title: Generating Beautiful Pixels
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: cdowney@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): VASC, SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Friday, September 8, 2023, 10:30 – 11:30am
Faculty Host: Oana Carja (CMU)
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: 125 Frick Frine Arts Building (650 Schenley Drive, Oakland)
Speaker's Name: MARTIN ZHANG
Speaker Website: mzhanglab.github.io
Speaker's Professional Title: Assistant Professor, Computational Biology Department, Carnegie Mellon University
Talk Title: Estimating SNP-pair effect correlations across functional annotations
For More Information: aricarte@andrew.cmu.edu
Affiliations: Computational Biology Department (CBD)
Organization(s): SCS
Event Website Title: Series Website
Event Website URL: www.compbio.cmu.edu…
Friday, September 8, 2023, 12:30 – 1:50pm
Large language models (LLMs) have demonstrated incredible power, but they also possess vulnerabilities that can lead to misuse and potential attacks. In this presentation, we will address two fundamental questions regarding the responsible utilization of LLMs: (1) How can we accurately identify AI-generated text? (2) What measures can safeguard the intellectual property of LLMs? We will introduce two recent watermarking techniques designed for text and models, respectively. Our discussion will encompass the theoretical underpinnings that ensure the correctness of watermark detection, along with robustness against evasion attacks. Furthermore, we will showcase empirical evidence validating their effectiveness. These findings establish a solid technical groundwork for policymakers, legal professionals, and generative AI practitioners alike.
Joint work with Xuandong Zhao, Yu-Xiang Wang, Prabhanjan Ananth
—
Lei Li is an Assistant Professor in the Language Technology Institute at Carnegie Mellon University. He received Ph.D. from Carnegie Mellon University School of Computer Science. He is a recipient of ACL 2021 Best Paper Award, CCF Young Elite Award in 2019, CCF distinguished speaker in 2017, Wu Wentsün AI prize in 2017, and 2012 ACM SIGKDD dissertation award (runner-up), and is recognized as Notable Area Chair of ICLR 2023. Previously, he was a faculty member at UC Santa Barbara. Prior to that, he founded ByteDance AI Lab in 2016 and led its research in NLP, ML, Robotics, and Drug Discovery. He launched ByteDance’s machine translation system VolcTrans and AI writing system Xiaomingbot, serving one billion users.
Event Type: Colloquium/Forum
Room Number: In Person
Building: Poster Hal A35
Speaker's Name: LEI LI
Speaker Website: lileicc.github.io
Speaker's Professional Title: Assistant Professor, Language Technology Institute, Carnegie Mellon University
Talk Title: Empowering Responsible Use of Large Language Models
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: kiras@andrew.cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: lti.cs.cmu.edu…
Tuesday, September 5, 2023, 10:30 – 11:30am
This talk will cover a pair of recent results unified by the method of approximation with simple linear error feedback. First, we will look at training example ordering for stochastic gradient descent, which has long been known to affect convergence rate. We will develop a theoretical characterization of what it is about the example order that affects convergence, and use this to motivate GraB (gradient balancing), an efficient linear-error-feedback-based example selection algorithm that yields a theoretically optimal convergence rate that's faster than the classic random-reshuffling scheme. Second, we will look at post-training quantization (PTQ), an especially important task in the practice of Large Language Model (LLM) inference, where a trained model is compressed without any additional fine-tuning. A theoretical characterization of the accuracy of "adaptive" linear-feedback quantization schemes will motivate QuIP (quantization with incoherence processing), a new approach to quantization that enables 2-bit LLMs and comes with theoretical error guarantees. The talk will conclude with some thoughts about future work along these lines in machine learning systems.
—
Chris De Sa is an Assistant Professor in the Computer Science department at Cornell University. He is a member of the Cornell Machine Learning Group and leads the Relax ML Lab. His research interests include algorithmic, software, and hardware techniques for high-performance machine learning systems, with a focus on relaxed-consistency variants of stochastic algorithms such as asynchronous and low-precision stochastic gradient descent (SGD) and Markov chain Monte Carlo. The RelaxML lab builds towards using these techniques to construct data analytics and machine learning frameworks, including for deep learning, that are efficient, parallel, and distributed.
In Person and Zoom Participation. See announcement.
Friday, September 1, 2023, 11am – 1:30pm
Talk with individuals who are as passionate about civic engagement as you are.
Students, faculty, staff and local alumni can connect with more than 50 local, non-profit and campus student organizations that focus on direct service, activism, philanthropy, and community building.
Event Type: Special Events
Room Number: In Person
Building: Rangos Ballroom, Cohon University Center
Affiliations: Carnegie Mellon University
Event Website Title: Event Website
Event Website URL: tockify.com…
Friday, September 1, 2023, 12pm
Accurate satellite based positioning revolutionized several industries over the past two decades from agriculture to transportation. However, conventional GNSS receivers consume significant amounts of energy and are too large for many applications, including wildlife-tracking which is critical for conservation efforts and improving our understanding of the global climate. To address this capability gap, we propose a new positioning system to minimize the size, mass, power, and size of the terrestrial tracking device. We analyze, through extensive modeling and simulation, a mission concept that relies on space-based receivers hosted on a constellation of small satellites in low-Earth orbit (LEO) that detect and localize signals from very small transmitter tags. We compare a variety of positioning techniques, including both Doppler and time-of-arrival methods, and evaluate the achievable position accuracy across a wide range of design parameters. Our model also accounts for errors in satellite orbital state knowledge, clock offsets, frequency measurement errors, and ionospheric effects. This thesis will present the results of our end to end system architecture modeling along with a trade study, unified positioning algorithms for doppler and time of arrival measurements, and an accurate state estimation algorithm for satellites in low earth orbit.Committee:
Dr. Zachary Manchester (Advisor)
Dr. Michael Kaess
Kevin Tracy
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Traffic21 Classroom, Gates Hillman 6501 and Zoom
Speaker's Name: FAUSTO VEGA
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Architecture and Algorithms for Space-Based Global Wildlife Tracking
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, August 31, 2023, 3pm
Humans adapt continuously to the world around us, allowing us to acquire new skills and explore diverse environments seamlessly. Current AI methods, however, cannot attain this versatility. Instead, they are typically trained with vast datasets, and learn all tasks simultaneously. However, the trained models have limited ability to adapt to changing contexts, and are limited by available data. This challenge is particularly pronounced in robotics, where real world interaction data is scarce.
Instead, we envision a robot capable of continuously learning from both the environment and human interactions, quickly acquiring new information without overwriting past knowledge, and capable of adapting to a user's specific needs.
In this thesis, we apply continual learning to robotics, with the goal of enabling crucial capabilities, including: the ability to apply prior information to new settings, maintain old information, sustain capacity for new skills, and understand context. We explore these across two learning modes: continual reinforcement learning (CRL), where the agent learns from experience, and continual imitation learning (CIL), where it learns from demonstrations.
However, substantial barriers hinder progress, including limited open-source resources, resource-intensive benchmarks, and impractical metrics for robotics. To address these challenges, we present CORA (COntinual Reinforcement Learning Agents), an open-source toolkit with benchmarks, baselines, and metrics to enhance CRL accessibility. CORA extends beyond catastrophic forgetting, evaluating models for forward transfer and generalization.
With this foundation, we introduce SANE (Self-Activating Neural Ensembles) to create a dynamic library of adaptable skills. SANE's ensemble of independent modules learns and applies skills as needed, reducing forgetting. We demonstrate this method on several Procgen reinforcement learning task sets.
We then adapt SANE to a physical robot, the Stretch, with SANER (SANE for Robotics) using CIL. Leveraging our novel Attention-Based Interaction Policies (ABIP), SANER excels in few-shot learning, showcasing its effectiveness at generalization across various tasks.
SANERv2 further advances this capability, integrating natural language and achieving strong performance over a diverse set of 15 manipulation tasks in a simulated environment, RLBench. Remarkably, SANERv2 was also able to display the potential of independent modules, demonstrating that a node could be moved between agents without loss of performance, promising possible future composable ensembles.
Thesis Committee:
Abhinav Gupta (Chair)
Chris Atkeson
Shubham Tulsiani
Chris Paxton (Meta AI)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Traffic21 Classroom, Gates Hillman 6501 and Zoom
Speaker's Name: SAMANTHA POWERS
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Ph.D. Candidate, Robotics Institute, Carnegie Mellon University
Talk Title: Continual Robot Learning: Benchmarks and Modular Methods
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Friday, September 1, 2023, 1pm
People regularly interact with human-in-the-loop learning (HiLL) agents that attempt to adapt to their priorities, tastes, and preferences. Examples of such systems include web search engines, movie recommender systems, text prediction, and even large-language model based chat applications. To be adaptive, these HiLL systems must first learn an accurate model of an individual’s behavior and preferences.
The ability to learn such a model depends on the quality of the information the HiLL system is able to elicit from the people with whom it interacts, and how well it is then able to leverage that information. Typically, this information is generated via a loop where an agent or model takes actions or makes suggestions that a person responds to with some feedback, and that response is then used to train future behavior. Henceforth, we will refer to this query-feedback pair as an interaction.
We note that the informativeness of a learning interaction is limited by how fully it empowers a person to share their knowledge. We demonstrate that it is possible to improve a person’s teaching performance by providing them with (1) more appropriate modalities for sharing feedback (i.e. interaction types) and (2) insight into the context of the learner they are instructing. Our approach therefore moves towards a model that prioritizes a human teacher’s ability to provide informative feedback.
To do this, we first formalize the space of interactions that can be used to learn from human feedback and present four interaction archetypes: Showing, Categorizing, Sorting, and Evaluating. Then, we analyze the effects that these different interaction types may have on learning outcomes via both direct and indirect influences on collected training data. We build on this to contribute a learning approach that enables an algorithmic learner to learn from multiple interaction types based on which would be the most immediately informative. Finally, we develop and evaluate an interaction type-based approach towards bridging the gap between an algorithmic learner and a human teacher's mental model of that learner.
Thesis Committee:
Reid Simmons (Co-chair)
Henny Admoni (Co-chair)
Rayid Ghani
Gonzalo Ramos (Microsoft Research)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates Hillman 4405 and Zoom
Speaker's Name: PALLAVI KOPPOL
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Ph.D. Candidate, Computer Science Department, Carnegie Mellon University
Talk Title: Interactive Machine Learning from Humans: Knowledge Sharing via Mutual Feedback
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jennsbl@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Wednesday, August 30, 2023, 12 – 1:15pm
Software and hardware innovation has led to new consumer products and services with significant benefits to consumers and society. These advances, however, can come with great cost to society when they fail to comply with government laws and regulations. While compliance failures do result from technical missteps in design, there is also a wide gap between the technical expertise and culture shared by legal analysts and software engineers, as well as competing priorities between legal requirements and business objectives. To address this gap, I propose changing legal compliance from a corporate oversight activity to a principal design activity, wherein lawyers and software engineers employ enhanced methods and tools tailored to bridge the cultural and knowledge gap and assess legal and business trade-offs. In this talk, I describe a new software quality, called Legal Accountability, which can be evaluated alongside other qualities, such as usability, modifiability, performance and testing. Legal Accountability has five properties that lawyers and designers must attend to, including legal traceability, completeness, validity, auditability and continuity. I will illustrate the quality with examples from the U.S. data processing perspective, and prior work in requirements engineering, and provide a research update on recent results from interviewing U.S. privacy attorneys, before concluding with future and ongoing research challenges.
—
Travis D. Breaux is an Associate Professor of Computer Science in the Software and Societal Systems Department, School of Computer Science, Carnegie Mellon University. Dr. Breaux's research program searches for new methods and tools for developing correct software specifications and ensuring that software systems conform to those specifications in a transparent, reliable and trustworthy manner. This includes demonstrating compliance with U.S. and international privacy laws, policies and standards. His research has been funded by the National Science Foundation, Department of Homeland Security and National Security Agency. Dr. Breaux's early paper on extracting legal requirements from laws received Honorable Mention for the IEEE Requirements Engineering Conference's 2016 Most Influential Paper award, and his work on privacy policy ambiguity was cited by the California Department of Justice as an influence in drafting the California Consumer Privacy Act (CCPA). Dr. Breaux is the Director of the Requirements Engineering Laboratory at Carnegie Mellon University. Dr. Breaux has several publications in ACM and IEEE-sponsored journals and conference proceedings. Dr. Breaux is a member of the ACM SIGSOFT, IEEE Computer Society and USACM Public Policy Committee. More...
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Remote - ET
Building: TCS Hall 358, overflow/watch room TCS 460, and Zoom
Speaker's Name: TRAVIS BREAUX
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Associate Professor, Software and Societal Systems Department, Carnegie Mellon University
Talk Title: Legal Accountability as Software Quality
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: lv2c@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Friday, August 18, 2023, 10am
Automatic amortized resource analysis (AARA) is a type-based technique for inferring symbolic resource bounds for programs at compile time. Since its first introduction, the technique has been extended to the analysis to different resource metrics, evaluation strategies, non-linear bounds, and various language features.
This thesis builds upon AARA. The contribution consists of two parts. First, we present a new soundness proof of the type system of AARA with respect to a small-step, operational cost semantics on an abstract machine that makes control flow explicit. Compared to the big-step, structural cost semantics adopted in the previous works, it leads to a more concise type soundness proof that is amenable to extension to complex language features, such as polymorphism and nonstandard control flows. Second, we extend the technique of AARA to a language with exception handling in the style of Standard ML. We present a type system, prove its soundness by extending the small-step soundness proof, and show resource safety as a corollary of the type soundness theorem. We discuss how type inference can be automated to achieve, for the first time, automatic amortized resource analysis for programs with exception handling.
Thesis Committee:
Jan Hoffmann (Chair)
Robert Harper
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Remote - ET
Building: Gates Hillman 7101and Zoom
Speaker's Name: YIYANG GUO
Speaker's Professional Title: Master's Student, Computer Science Department, Carnegie Mellon Universit
Talk Title: Automatic Amortized Resource Analysis for Exception Handling
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: tracayf@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Monday, August 14, 2023, 12pm
Recent advances in high-throughput mass spectrometry have enabled the collection of billions of mass spectra from hundreds of thousands of host-oriented/environmental samples. Due to the increasingly large datasets, the standard computational routines used in the field of metabolomics have become so prohibitively slow that scientists avoid running these routines and thus miss out on potentially new knowledge. In this thesis defense, I present three algorithms that are two to three orders of magnitude faster than the previous state of the art, thereby enabling the routine use of computational procedures critical to the field of metabolomics.
Thesis Committee:
Hosein Mohimani (Chair, CMU_
Yi Shi (PITT)
Guillaume Marcais (CMU)
Daniel Petras (University of California, San Diego)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Remote - ET
Building: Gates Hillman 7501 and Zoom
Speaker's Name: MIHIR MONGIA
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Ph.D. Candidate, Joint CMU-PITT Ph.D. Program in Computational Biology, Computational Biology Department, Carnegie Mellon University
Talk Title: Principled Methods to Process Massive Datasets in Metabolomics
For More Information: nstenger@cs.cmu.edu
Affiliations: Computational Biology Department (CBD)
Organization(s): SCS
Tuesday, August 8, 2023, 9am
Soft robotic manipulators present many unique advantages in difficult manipulation tasks. The inherent compliance of soft robots’ constituent deformable material makes them safe and reliable in delicate tasks such as harvesting fruit and assisting in household work. To address challenges in proprioceptive and tactile sensing for soft robots, we present a family of vision-based methods that rely on cameras embedded in the soft robot’s body. For proprioceptive sensing, we present a pipeline to generate soft robot shape data in simulation and zero-shot transfer the trained model to the real world. For tactile sensing, we propose a method to reconstruct 3D textures of contacting objects with our novel soft robotic manipulator that we call PneuGelSight. Experimental results demonstrate that the high spatial resolution of the cameras enables us to capture both high degrees of freedom of soft robotic manipulators and minute tactile features.
Committee:
Prof. Wenzhen Yuan
Prof. Jean Oh
Prof. Nancy Pollard
Dominik Bauer
In Person and Zoom Participation. See announcement.
Event Type: Speaking Skills
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: UKSANG YOO
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Vision-based Proprioceptive and Tactile Sensing for Soft Robots
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Monday, August 7, 2023, 11:30am
Ultrasound is an important modality for medical intervention such as vascular access because it is safe, portable, and low-cost. However, ultrasound scanning requires trained sonographers who are scarce, and it can be challenging to perform ultrasound examinations in disaster or battlefield scenarios. This motivates us to automate ultrasound scanning. One significant challenge in automating ultrasound scanning is performing the scan on a highly curved surface while simultaneously maintaining proper contact with the surface to capture high-quality images. Another major challenge while automating ultrasound scanning is that if an ultrasound probe is pressed too hard against the skin it causes significant anatomical deformations. Subsequently, these deformations present a major challenge in the generalization of tasks like segmentation and registration in ultrasound images. Therefore, in this work, I aim to improve the autonomy of a robotic ultrasound system and improve the generalizability of ultrasound imaging algorithms to work at different force values.
In the first part of the thesis, I present an enhanced strategy for ultrasound scanning using a robot with minimal expert guidance. Our methods demonstrate improved quality in the collected ultrasound images compared to existing approaches. In the subsequent section, I address the challenge of deformable registration in ultrasound images, particularly when these images are acquired at different force levels. Instead of relying on supervised learning methods, that require exhaustive and expensive ground truth calculations, I propose an unsupervised approach to estimate the displacement field between various stages of deforming anatomy in ultrasound images. Furthermore, by analyzing displacement field patterns for different compression forces, we develop an accurate physics model for ultrasound image compression. This model enables the generation of photo-realistic ultrasound images at different compression forces. Leveraging these photo-realistic images, I augment a vessel segmentation model to enhance its generalization capabilities, particularly for higher force values.
I further showcase the versatility of our method by successfully predicting accurate deformation fields for various medical ultrasound tasks, including respiratory motion cancellation and curved needle registration. The application of our approach to different medical scenarios highlights its effectiveness and broad applicability.
Thesis Committee:
Dr. Howie Choset (Advisor)
Dr. John Galeotti
Ceci Morales
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: FNU ABHIMANYU
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Mellon University
Talk Title: Improving Robotic Ultrasound AI Using Optical Flow
For More Information: barbarajean@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Tuesday, August 8, 2023, 10am
Robots deployed in underground scenarios require a SLAM system that can handle a variety of challenges, such as the absence of GPS, large scale maps, bad illumination, and geometrically degenerate environments. It is nearly impossible for any SLAM solution to handle all these challenges perfectly, specially if the robot is exploring its environment for the first time. In this case, the SLAM system must adapt to the diverse scenarios it finds and recognize any eventual failure so the other robot modules can handle it appropriately. Therefore, it is imperative to design fail-aware SLAM systems. A common architecture for modern SLAM systems is to separate a sensor-dependent front-end algorithm from a back-end based on pose graph optimization (PGO). In these cases, the PGO needs to estimate the uncertainty of the relative keypose transformation generated by the front-end. However, important state-of-the-art LIDAR-based odometry algorithms do not provide this information at all. This work proposes an algorithm that can estimate this uncertainty by analysing only the sequence of odometry poses produced in the keyframe window and comparing them to the gyroscope and accelerometer readings of an inertial measurement unit (IMU). This uncertainty estimation (UE) algorithm is used to build a complete SLAM solution, with LIDAR-inertial SuperOdometry as the front-end, and a PGO back-end. Additionally, underground place recognition capabilities are added this back-end via a slightly modified ScanContext descriptor. The UE algorithm is tested with the use of simulated and motion capture data, due to the availability of a ground-truth in these cases. The back-end SLAM system, named SuperLoop, is tested with data from wheeled robots exploring an abandoned hospital. The results show that the proposed UE algorithm may be better than using a constant diagonal covariance, as is common practice. It is also shown how it can detect odometry failure cases and may fix them before they contaminate the back-end.
Thesis Committee:
Prof. Sebastian Scherer (Advisor)
Prof. Michael Kaess
Jay Patrikar
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: LUCAS CASANOVA DE OLIVEIRA NOGUEIRA
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Mellon University
Talk Title: SuperLoop: a LIDAR-based SLAM Back-end for Underground Exploration
For More Information: barbarajean@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Monday, August 7, 2023, 10am
The spinal cord plays a crucial role in the control of human locomotion, generating motor patterns and coordinating reflex responses to sensory signals. Although this spinal control is traditionally viewed as a simple relay system, more recent neurophysiological evidence points to a remarkable functional plasticity of the spinal circuitry, indicating that it can, to some extent, learn the control of locomotion. In line with this observation, a recent computational model of human hopping demonstrated how spinal control learning may be achieved by a transfer of control from the brain to the spinal cord through heterosynaptic modulation of spinal interneurons. However, this model did not account for the multiple behaviors that the spinal cord commonly has to accommodate and lacked an explicit mechanism by which the human nervous system could decide when to engage or disengage this control transfer between the brain and cord. To overcome these drawbacks, we here extend this model by incorporating physiologically plausible spinal controller and responsibility circuit networks that enable the automatic selection and learning of multiple behaviors. Equipped with these adaptive networks, we demonstrate that the spinal control of the model can simultaneously learn competing behaviors such as the generation of human hopping motions and the recovery from infrequent and random push disturbances while automatically deciding when to rely on spinal control or re-engage control supervision by the brain. In addition, we find that the learned spinal networks contain muscle reflexes well-known from physiological experiments. Thus, our results not only suggest specific neural mechanisms for the spinal plasticity observed in neurophysiological experiments but also may help to elucidate how multiple behaviors are controlled at the spinal cord level.
Thesis Committee:
Prof. Hartmut Geyer (Advisor)
Prof. Nancy Pollard
Omar El Sayed
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: YUYAO SHI
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Mellon University
Talk Title: A Learning Approach to Understand How Spinal Cord Learns Multiple Behaviors
For More Information: barbarajean@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Friday, August 4, 2023, 10am
Variable Geometry Truss excels in shape-changing and reconfiguration, enabling it to perform a wide variety of motions, such as stretching, locomotion, and adapting to different tasks in various terrains. Despite all these advantages, most of these designs have a fixed topology. In this work, we aim to design a system of truss robots with variable topology by introducing the concept of dissolvable beams. Specifically, we leveraged a genetic algorithm-based computational pipeline to explore channel optimization and control policy before and after dissolving. We present the results of our system executing complex, coordinated tasks before dissolving and diverse, parallel tasks after dissolving.
Thesis Committee:
Lining Yao (Chair)
Jiaoyang Li
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Gates Hillman 9115 and Zoom
Speaker's Name: ZIWEN YE
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Master's Student, Computer Science Department, Carnegie Mellon University
Talk Title: Evolutionary Topology in Truss Robot Optimization via Dissolvable Beams
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: tracyf@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Tuesday, August 1, 2023, 9am
Multi-Agent Path Finding (MAPF) and Combined Target-Assignment and Path-Finding problem (TAPF) arise in many applications such as robotics, computer gaming, warehouse automation and traffic management at road intersections. Combined Target-Assignment and Path-Finding problem (TAPF) requires simultaneously assigning targets to agents and planning collision-free paths for agents from their start locations to their assigned targets. As a leading approach to address TAPF, Conflict-Based Search with Target Assignment (CBS-TA) leverages both K-best target assignments to create multiple search trees and Conflict-Based Search (CBS) to resolve collisions in each search tree. While being able to find an optimal solution, CBS-TA suffers from scalability due to the duplicated collision resolution in multiple trees and the expensive computation of K-best assignments. We therefore develop Incremental Target Assignment Conflict-Based Search (ITA-CBS) to bypass these two computational bottlenecks. ITA-CBS generates only a single search tree and avoids computing K-best assignments by incrementally computing new 1-best assignments during the search. We show that, in theory, ITA-CBS is guaranteed to find an optimal solution and, in practice, is computationally efficient.
Thesis Committee:
Prof. Katia Sycara (Chair)
Prof. Jiaoyang Li
Prof. Changliu Liu
Sha Yi
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: YIMIN TANG
Speaker Website: sites.google.com…
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Mellon University
Talk Title: Solving Multi-Agent Target Assignment and Path Finding with a Single Constraint Tree
For More Information: brobbins@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Wednesday, August 2, 2023, 1:30pm
Fast and reliable non-destructive phenotyping of plants plays an important role in precision agriculture, as the information enables farmers to make real-time crop management decisions without affecting yield. To non-destructively phenotype crops, computer and stereo-vision based methods are commonly used, as they are low-cost and resolve finer details compared to other systems such as LiDAR. However, most approaches are targeted towards large and sparsely populated crops, where occlusions and sensor error pose less of a challenge.
In this thesis, we tackle the problem of using computer vision to non-destructively phenotype smaller crops by leveraging semantic information. First, we present a method for creating 3D models of Sorghum panicles by using seeds as semantic 3D landmarks. Next, we present a computer vision-based method to measure the sizes and growth rates of apple fruitlets using a hand-held stereo camera and an Attentional Graph Neural Network to associate
fruitlets across different days. Finally, we build upon our sizing pipeline by designing a robotic system that adopts a next-best-view planning approach targeted towards sizing smaller fruit to make the sizing process fully autonomous.
Thesis Committee:
George Kantor (Advisor)
Michael Kaess
Daniel McGann
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: HARRY FREEMAN
Speaker Website: harrynvfreeman.com
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Mellon Univeresity
Talk Title: Computer Vision-Based Phenotyping in Agriculture: Leveraging Semantic Information for Non-Destructive Small Crop Analysis
For More Information: barbarajean@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Wednesday, August 2, 2023, 1:30pm
Legged robotics has seen significant advancements in both manipulation and locomotion. However, there remain significant gaps compared to their biological counterparts, particularly in energy efficiency, natural motion, and the capacity for agile skills. This thesis primarily focuses on two aspects: the unified control of legged manipulators and the development of novel control algorithms for multi-skill quadrupeds. The first study presents a strong counter to the standard hierarchical control pipeline for legged manipulators, which is characterized by immense engineering to support coordination between the arm and legs, often resulting in non-smooth unnatural motions. In this work, we propose to learn a unified policy for whole-body control of a legged manipulator using reinforcement learning. We propose Regularized Online Adaptation to bridge the sim2real gap for high-DoF control, and Advantage Mixing exploiting the causal dependency in the action space to overcome local minima during training the whole-body system. We also present a simple design for a low-cost legged manipulator, and find that our unified policy can demonstrate dynamic and agile behaviors across several task setups.
The second study dives further into the field where robotic quadrupeds are still far behind their biological counterparts, such as dogs, which display a variety of agile skills and can use the legs beyond locomotion to perform several basic manipulation tasks like interacting with objects and climbing. We train quadruped robots not only to walk but also to use the front legs to climb walls, press buttons, and perform object interaction in the real world. To navigate this challenging optimization, we decouple the skill learning broadly into locomotion, involving movement whether via walking or climbing a wall, and manipulation, involving using one leg to interact while balancing on the other three legs. We also devise a behavior tree that encodes a high-level task hierarchy from one clean expert demonstration, thereby combining these skills into a robust long-term plan. Finally, we apply a sim2real variant that builds upon recent locomotion success to transfer these skills to the real world. Evaluations in both simulation and real-world settings exhibit successful executions of both short and long-range tasks, underscoring the robustness confronting external perturbations.
Thesis Committee:
Prof. Deepak Pathak (Advisor)
Prof. Abhinav Gupta
Tianyi Zhang
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: XUXIN CHENG
Speaker Website: chengxuxin.github.io
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Mellon University
Talk Title: Learning Legged Robot Agility: Sim-to-Real and Beyond
For More Information: barbarajean@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, August 3, 2023, 4:30 – 5:30pm
The HCII Summer Research Experience for Undergraduates (REU) Poster Session!
— For 10 weeks, 34 undergraduate students from schools around the country worked on exciting research projects with HCII faculty, staff, postdoc and graduate student mentors across many different areas of the field.
Join us for our final poster session to meet our students and learn about their work!
Marcus Alenius
Intelligent Tutors Can Open New Pathways to Digital Economy Jobs
Alesandra Baca-Vazquez
Co-Designing the Future of Transit Work
Kenneth Browder
Optimizing Metamaterial Mechanisms for Self-Actuation
Erik Chou, Mialy Rasetarinera
Empowering and Enhancing Workers Through Building A Community-Centered Gig Economy
Jamie Conlin, Eric Tang
ICE Illustrations: Supporting Designers in Learning to Co-create with AI for Complex Computational Design Tasks
Jamie Espinosa, Claudia Robles
Exploring Health & Safety Interventions for Unionized Hospitality Workers
Julia Gersey, Angela Gui
Automated recognition and visualization of classroom activity for instructor professional
development
Gillian Gold
Exploration of Learning Variability in Different Student Subgroups
Kennion Gubler
Advancing Learning through AI Tutoring Systems: Cultivating a Mastery Goal Orientation in Students
Aditi Haiman
Angle Jungle: gender differences in learning games
Kevin He How
Gender Themes may Affect the Effectiveness of Learning Decimals Through Games
Anna Huang
AI-CARING: Boundaries of Agent Intervention in Care Networks of Older Adults with MCI
Sam Hulbert
Privacy by Design: Biometric Surveillance In The Workplace
Ritesh Kanchi
Rock, Paper, A.I. Tutor: Analyzing the effect of ITSs compared to paper on variation in learning rate and initial knowledge
Jordyn Kim
Iterative Co-Design of Rules and Tools
Rachana Kommineni
Privacy by Design: Systemically Giga-Mapping Workplace Biometric Monitoring
Courtney Kreitzer, Quentin Romero Lauro
Simplify the Spreadsheet: Enhancing Financial and Creative Insights for Maker Entrepreneurs
Seyoung Lee, Jessie Chen, Roland Tumbokon
Augmenting Live Streaming Experiences With Dynamic Interfaces (**2 total posters)
Becky Martinez
AI-Caring: Can an agent meet the tech needs of older adults?
Lex Miller
Developing CSCL activities for SAIL() cloud administration course
Abdullah Mohammad Ali
AI-Caring: Financial Monitoring to Encourage Early Adoption of Agents
Ha Tien Nguyen
Enhancing Middle School Mathematics Mastery: The Role of Parental Engagement in AI-based Tutoring Systems
Anissa Patel
Peer Feedback in Open-Source Communities for First-Time Contributors
Cindy Peng
AI-Based Tutoring Systems: Student Preferences for Fostering Motivation of Mobile Math Homework Practices
Ellie Seehorn, Mia Ellis-Einhorn
Design Challenges and Opportunities in Integrating Individualized Education Programs into Adaptive Learning Tools for Special Ed
Ming Wang
Multiple Proxy Curves: An Evaluation Tool to Assess Human vs. Model Performance from a Cost Perspective
Event Type: Project Presentations
Room Number: In Person
Building: Perlis Atrium, 3rd Floor, Newell-Simon Hall
For More Information: dabbish@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): SCS
Wednesday, August 2, 2023, 3 – 4pm
Customer statistics collected in several real-world systems have reflected that users often prefer eliciting their liking for a given pair of items, say (A,B), in terms of relative queries like: "Do you prefer Item A over B?", rather than their absolute counterparts: ``How much do you score items A and B on a scale of [0-10]?". Drawing inspirations, in the search for a more effective feedback collection mechanism, led to the famous formulation of Dueling Bandits (DB), which is a widely studied online learning framework for efficient information aggregation from relative/comparative feedback. However despite the novel objective, unfortunately, most of the existing DB techniques were limited only to simpler settings of finite decision spaces, and stochastic environments, which are unrealistic in practice.
In this talk, we will start with the basic problem formulations for DB and familiarize ourselves with some of the breakthrough results. Following this, will dive deep into a more practical framework of contextual dueling bandits (C-DB) where the goal of the learner is to make customized predictions based on the user contexts: We will see a new algorithmic approach that can efficiently achieve the optimal O(\sqrt T) regret performance for this problem, resolving an open problem from Dudík et al. [COLT, 2015]. We will conclude the talk with some interesting open problems.
—
Aadirupa Saha is currently a research scientist at Apple ML research, broadly working in the area of Machine Learning theory. She just finished a short-term research visit at Toyota Technological Institute at Chicago (TTIC), after finishing her postdoc stint at Microsoft Research New York City. She completed her Ph.D. from IISc Bangalore with Aditya Gopalan and Chiranjib Bhattacharyya.
Her research interests include Online learning theory, Reinforcement Learning, Optimization or Learning theory more broadly. Off late, she is also working on some problems at the intersection of ML and Game theory, Algorithmic fairness, and Differential privacy.
Event Type: Seminars
Room Number: In Person
Building: Gates Hillman 8102
Speaker's Name: AADIRUPA SAHA
Speaker Website: aadirupa.github.io
Speaker's Professional Title: Research Scientist, Apple ML Research
Talk Title: Contextual Preference-Bandits: Learning To Make Customized User Predictions Through Preference Elicitation
For More Information: anupamg@cs.cmu.edu
Affiliations: Computer Science Department (CSD), Machine Learning Department (MLD)
Ongoing through Sunday, August 6, 2023, 6:30pm
Talented teams from around the globe - including CMU TAUV - showcase their ingenuity, technical expertise, and autonomous underwater vehicles (AUVs) in an exciting display of innovation and engineering prowess.
RoboSub is an international competition that invites participants to tackle simplified versions of challenges facing the underwater maritime industry. These challenges may include oceanographic exploration and mapping, detection and manipulation of objects, and pipeline identification and tracking. It promises to be an unforgettable experience as we celebrate the fusion of science, technology, and the boundless possibilities that await in the deep blue sea.
Event Type: Special Events
Building: NIWC Pacific's TRANSDEC San Diego, California
Affiliations: Student Groups and Organizations
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: robosub.org…
Wednesday, August 2, 2023, 3:30pm
Developing machine learning models heavily relies on access to data. To build a responsible data economy and protect data ownership, it is crucial to enable learning models from separate, heterogeneous data sources without centralization. Federated learning (FL) aims to train models collectively across massive remote devices or isolated organizations, while keeping user data local. However, federated networks introduce a number of challenges beyond traditional distributed learning scenarios. While FL has shown great promise for enabling edge applications, current FL systems are hindered by several constraints. In addition to being accurate, federated methods must scale to potentially massive and heterogeneous networks of devices, and must exhibit trustworthy behavior—addressing pragmatic concerns related to issues such as fairness, robustness, and user privacy.
In this thesis, we aim to address the practical challenges of federated learning in a principled fashion. We study how heterogeneity lies at the center of the constraints of federated learning—not only affecting the accuracy of the models, but also competing with other critical metrics such as fairness, robustness, and privacy. To address these metrics, we develop new, scalable learning objectives and algorithms that rigorously account for and address sources of heterogeneity. In particular, in terms of accuracy, we propose novel federated optimization frameworks with convergence guarantees under realistic heterogeneity assumptions. In terms of trustworthiness, we develop and analyze fair learning objectives which offer flexible fairness/utility tradeoffs. We consider the joint constraints between fairness and robustness, and explore personalized FL to provably address both of them simultaneously. Finally, we study new differentially private optimization methods with improved convergence behavior, achieving state-of-the-art performance under privacy constraints.
Although our work is grounded by the application of federated learning, we show that many of the techniques and fundamental tradeoffs extend well beyond this use-case to more general applications of large-scale and trustworthy machine learning.
Thesis Committee:
Virginia Smith (Chair)
Tianqi Chen
Ameet Talwalkar
H. Brendan McMahan (Google Research)
Dawn Song (University of California, Berkeley)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates Hillman 4405 and Zoom
Speaker's Name: TIAN LI
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Ph.D. Candidate, Computer Science Department, Carnegie Mellon University
Talk Title: Scalable and Trustworthy Learning in Heterogeneous Networks
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jennsbl@cs.cmu.edu | deb@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Wednesday, August 2, 2023, 4 – 5:30pm
Please join in for an info session about careers at Dow in Research and Development. PhD candidates and Post-docs in Chemistry, Chemical Engineering, Materials Science, Polymer Science, Mechanical Engineering, Computer Science, or other science- or engineering-related disciplines are encouraged to attend. An opportunity for individual resume review will follow the info session.
Be sure to Apply for On-Campus Interviews on August 3 and 4 ⇒ HERE
Space is limited, so please register to attend this event and the interview sessions.
—
NOTE: Some opportunities for BS / MS level students. DOW is hiring people interested in automation and software development (including MechE, EE, Computer Engineering, CS, Robotics).
Event Type: Career Presentation
Room Number: In Person
Building: Doherty Hall 4201
Talk Title: Ph.D. and Post-doc Info Session and Interviews
For More Information: careers@cs.cmu.edu | ece-careers@cmu.edu
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Thursday, July 20, 2023, 10 – 11am
Drones and remote sensing can provide observations of forests at scale, but this raw data needs to be interpreted to further scientific understanding and inform effective management decisions. This thesis studies two problems under the realistic constraint of limited domain-specific training data: tree detection for understanding carbon sequestration and vegetation mapping for forest fire mitigation.
For tree detection, we process the drone data using structure from motion and align it to remote sensing imagery. Then, we compare different strategies using a deep learning detector on drone and remote sensing imagery with limited training data. For vegetation mapping, we localize fuel that causes forest fires by coupling image-based semantic segmentation trained on very few examples and LiDAR-based geometric reasoning. Finally, we introduce RAPTORS, a novel algorithm that plans where to collect sparse drone observations based on existing remote sensing data. We show that training a remote sensing-based vegetation classification model on observations from RAPTORS is more accurate than training on observations from a coverage-based approach, especially for rare classes. Overall, these experiments show how using machine learning, data harmonization across scales, and intelligent sampling can advance automated forest understanding with limited training data.
Committee:
Prof. David Wettergreen (Advisor)
Prof. George Kantor
Prof. Marija Popović (University of Bonn)
Kshitij Goel
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: DAVID RUSSELL
Speaker Website: russelldj.github.io
Speaker's Professional Title: Master's Student, Robotics Institute, Carnegie Mellon University
Talk Title: Using Drones and Remote Sensing to Understand Forests with Limited Labeled Data
For More Information: barbarajean@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, July 20, 2023, 12pm
Massive AI systems that can be guided with text prompts or fine-tuned with small datasets are enabling millions of people to prototype complex AI products. But it remains a significant challenge to go from an initial prototype to a robust, deployable model that is equitable, safe, and works for most users and edge cases. This challenge is compounded by the increasingly complex tasks for which AI is used, such as text and image generation, which do not have clearly defined metrics or evaluation methods. As it becomes easier and faster to create candidate AI systems, the brunt of development work moves from getting a system working towards the design problem of which AI system should be built and how it should behave.
This thesis proposes an AI development philosophy called behavior-driven AI development (BDAI) that centers the AI development lifecycle on the desired behaviors of complex AI systems. By centering development on a model's desired behaviors instead of the training data and model architecture, developers can focus on creating responsible AI systems that best fulfill end-users' needs. This dissertation presents four major research contributions defining and validating the BDAI framework. I first describe qualitative interview studies with 27 practitioners investigating how they understand and improve behaviors of complex AI systems. Next, I introduce a theoretical framework that describes this process as a form of sensemaking and show how the framework can be used to describe and create AI development tools. I further show how insights into model behavior can be shown to end users to improve human-AI collaboration by calibrating end-users reliance on model outputs. Lastly, I use the sensemaking framework to create a general-purpose evaluation tool, Zeno, built specifically for behavior-driven development. To complete my dissertation, I propose conducting longitudinal case studies with practitioners using Zeno in deployment to understand better how BDAI evolves across an AI system's lifecycle.
Thesis Committee:
Adam Perer (Co-Chair)
Jason I. Hong (Co-Chair)
Kenneth Holstein
Ameet Talwalkar
Aditya Parameswaran (University of California, Berkeley)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Gates Hillman 6121 and Zoom
Speaker's Name: ALEXANDER CABRERA
Speaker Website: cabreraalex.com
Speaker's Professional Title: Ph.D. Student, Human-Computer Interaction Institute, Carnegie Mellon University
Talk Title: Behavior-Driven AI Development
For More Information: cabrera@cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): SCS
Thursday, July 20, 2023, 11am
3D scene reconstruction from 2D image supervision alone is an under-constrained problem. Recent neural rendering frameworks have made great strides in learning 3D scene representations to enable novel view synthesis, but they struggle to reconstruct geometry of low-texture regions or from sparse views. The prevalence of active depth sensors in common devices (e.g., iPhone, Kinect, RealSense) has stimulated the use of depth-supervised neural models to accurately capture the scene’s geometry. However, the depth processed from these sensors can be prone to error, or even fail outright. Instead, a more principled approach is to explicitly model the raw structured light images themselves. In this work, we present an image formation model and optimization procedure that combines the advantages of neural radiance fields and structured light imaging. Our proposed approach enables the estimation of high-fidelity depth maps from sparse views, including for objects with complex material properties (e.g., partially-transparent surfaces). Additionally, the raw structured light images confer useful radiometric cues, which enable predicting surface normals and decomposing scene appearance in terms of a direct, indirect, and ambient component. We evaluate our framework quantitatively and qualitatively on a range of real and synthetic scenes, and decompose scenes into their constituent components for novel views.
Committee:
Prof. Matthew P. O'Toole (Advisor)
Prof. Shubham Tulsiani
Kangle Deng
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: AARRUSHI SHANDILYA
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Mellon University
Talk Title: Lights, Camera, Render: Neural Fields for Structured Lighting
For More Information: barbarajean@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Monday, July 17, 2023, 3pm
Agricultural robots operate in environments with myriad challenges, such as nonflat terrain, nontraversable regions, strict tolerances on deviation from intended trajectories, and long travel distances. Many robots operate in agriculture today, but a large number of them are bespoke and intended for a single application. Repurposing an agricultural robot intended for one application for another typically takes significant effort, even in the case of simple changes such as performing the same task for a different crop.
This thesis presents the design of a robotic platform which is highly maneuverable and easily configurable to accommodate a wide variety of tasks with minimal reconfiguration effort. It is four-wheel steered and four-wheel driven, allowing a number of different operational modes which enable it to follow complex trajectories with tighter turns than many other agricultural robots.
These operational modes are described and evaluated, and different controllers are benchmarked on the robot over various trajectory profiles typical in agricultural settings. A pure pursuit controller is presented as a baseline geometric control algorithm, then a model predictive controller is implemented and tested on the robot. Finally, a mode-switching controller is proposed which reasons about the different operational modes available to the robot and intelligently switches between them to follow trajectories augmented with heading information.
Committee:
Prof. George Kantor (Advisor)
Prof. Zachary Manchester
Samuel Triest
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: ROHAN DESHPANDE
Speaker Website: www.ri.cmu.edu…
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Mellon University
Talk Title: Design and Control of a Highly Articulated Agricultural Robot
For More Information: brobbins@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, July 6, 2023, 12pm
Explicit communication among humans is key to coordinating and learning. In multi-agent reinforcement learning for partially-observable environments, agents may convey information to others via learned communication, allowing the team to complete its task. However, agents need to be able to communicate more than simply referential messages about their observations. Agents must use communication to coordinate their actions to effectively accomplish their goals. This thesis argues that sparse emergent communication in multi-agent teams is essential for agents to encompass general decision-making prowess and fully reach potential in decentralized and social settings.
First, I show the previous issues with emergent communication through the lens of interfacing between humans and groups of agents. Through human experiments, I find that humans learn to work best with agent partners which use discrete communication tokens with continuous encodings and a sparse message rate. An interpretability analysis shows that the tokens that work best with humans have the best representation capacity. Then, I investigate the usage of autoencoders to increase the representational capacity of observations. These results further confirm that sparser communication can be enabled without any loss of performance strictly based on intrinsic messaging objectives through mutual information and the information bottleneck. Lastly, I explore the development of language and communication through a social learning lens. In order to understand the minimal amount of communication, one needs to understand how communication may arise, especially in decentralized systems and teams where new agents are added without prior experience. Together, these techniques allow for sparse, intelligent communication between agents and groups of agents with a human partner with strong representational properties that allow for low empirical sample complexity and the potential to learn in social scenarios.
Committee:
Prof. Katia Sycara (Chair)
Prof. Fei Fang
Benjamin Freed
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: SETH KARTEN
Speaker Website: sethkarten.github.io
Speaker's Professional Title: Master's Student (MSR), Robotics Institute, Carnegie Mellon University
Talk Title: Emergent Communication and Decision-Making in Multi-Agent Teams
For More Information: brobbins@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, July 6, 2023, 3:30pm
Robotic cloth manipulation is an active area of research with numerous applications in domestic and industrial environments. However, prior work in this field have limitations that restrict their applicability in real-world scenarios, such as handling unaligned configurations and requiring subgoals for long-horizon tasks. The objective of this thesis is to develop an approach for cloth manipulation that is efficient, robust, and capable of long-horizon planning. To achieve this, we propose the utilization of point-based correspondences, which capture geometric relationships and deformations in cloth surfaces. Leveraging these correspondences can enhance the accuracy and reliability of cloth manipulation algorithms. In this work, we present a general framework for cloth manipulation that incorporates the use of point-based correspondences. We focus on fundamental cloth manipulation tasks such as folding, smoothing, and alignment. Through extensive experiments and evaluations, we demonstrate the effectiveness of our proposed approach, surpassing state-of-the-art methods. Experiments comparing our methods against existing techniques highlight the advantages of using point-based correspondences to achieve efficient, robust, long-horizon cloth manipulation.
Committee:
Prof. David Held (Advisor)
Prof. Oliver Kroemer
Prof. Shubham Tulsiani
Alex LaGrassa
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: MANSI AGARWAL
Speaker Website: mansiagarwal11.github.io
Speaker's Professional Title: Master's Student, Robotics Institute, Carnegie Mellon University
Talk Title: Unfolding the Potential of Point-Based Correspondences for Cloth Manipulation
For More Information: brobbins@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, July 6, 2023, 9:30am
Strong robustness and privacy properties are emerging as essential requirements, in addition to producing optimal solutions, in many practical applications of machine learning and optimization. Consequently, a plethora of techniques exist in the literature to address these requirements. Most of these techniques are developed for either specific problems like linear regression, logistic regression, support vector machines, etc or specific classes of problems like strongly convex loss functions, generalized linear models, etc. Moreover, the two questions of robustness and privacy are usually handled using separate techniques. This makes it very challenging for a practitioner to find the correct set of techniques which are backed by theoretical guarantees when faced with novel practical circumstances, especially ones involving DNNs that specify loss functions that have no closed form description beyond being reasonably smooth.
In this thesis, we propose geometric techniques which work only under the assumption of smoothness on loss functions. This naturally covers a large class of ML problems. For this general setting we propose a single novel random walk and study its convergence properties. Moreover, we propose strong notions of robustness and privacy for this general setting and establish that our random walk satisfies these properties.
Thesis Committee:
Pradeep Ravikumar (Chair)
Virginia Smith
Ramarathnam Venkatesan (Microsoft Research)
Stephen D. Miller (Rutgers University)
Additional Information
Zoom Participation. See announcement
Event Type: Thesis Proposals
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: KARTIK GUPTA
Speaker's Professional Title: Ph.D. Student, Machine Learning Department, Carnegie Mellon University
Talk Title: A geometrical approach to optimization in Machine Learning for robustness and privacy
For More Information: stidle@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): SCS
Thursday, June 29, 2023, 12 – 1pm
The modern systems and architectures we build today are mostly either in the hands of the privileged or on the ground as e-waste in under-developed communities, since we in the systems community don’t often consider the ethical implications of the systems we build. In this rather non-traditional talk that is more of a call to action (than one that delves into low-level technical details), I will outline how you, as a systems researcher, can make ethical computing as a first-order systems consideration to enable efficient systems that are also sustainable, bias-free, and equitable.
—
Akshitha Sriraman is an Assistant Professor at Carnegie Mellon University. Her research interests are in the area of bridging computer architecture and systems software, with a focus on making hyperscale data centers more efficient, sustainable, and equitable (via solutions that span the systems stack). Sriraman's research has been recognized with the 2022 ACM SIGARCH/TCCA Outstanding Dissertation Award Honorable Mention, the 2022 ACM SIGOPS Dennis M. Ritchie Doctoral Dissertation Award Honorable Mention, an IEEE Micro Top Picks distinction, the 2021 ProQuest Distinguished Dissertation Award, the 2022 BenchCouncil Distinguished Doctoral Dissertation Award, and the 2021 David J. Kuck Dissertation Prize. She was awarded a Facebook Fellowship, a Rackham Merit Ph.D. Fellowship, and a CIS Full-Tuition Scholarship. She was also named a 2019 Rising Star in EECS. Sriraman completed her Ph.D. in Computer Science and Engineering at the University of Michigan.
Zoom Participation. See announcement.
Event Type: Talks
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: AKSHITHA SRIRAMAN
Speaker Website: users.ece.cmu.edu…
Speaker's Professional Title: Assistant Professor, Department of Electrical and Computer Science, Carnegie Mellon University
Talk Title: Lifting the Systems Ostrich’s Head from the Sand: Introducing Ethical Systems
For More Information: karenl@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): Department of Electrical and Computer Science (ECE)
Event Website Title: Event Website
Event Website URL: pdl.cmu.edu…
Friday, June 30, 2023, 9am
Autonomous systems are increasingly being deployed in stochastic real-world environments. Often, these agents are trying to find the shortest path to a commanded goal. But what does it mean to find the shortest path in stochastic environments, where every strategy has a non-zero probability of failing? At the core of this question is a conflict between two seemingly-natural notions of planning: maximizing the probability of reaching a goal state, and minimizing the expected number of steps to reach that goal state. Reinforcement learning (RL) methods based on minimizing the steps to a goal make an implicit assumption: that the goal is always reached, at least within some finite horizon. This assumption is violated in practical settings and can lead to very suboptimal strategies.
In this work, we bridge the gap between these two notions of planning by estimating the probability of reaching the goal at different future timesteps. This is not the same as estimating the distance to the goal — rather, probabilities convey uncertainty in ever reaching the goal at all. We then propose a practical RL algorithm, Distributional NCE, for estimating these probabilities. Our value function will resemble that used in distributional RL, but will be used to solve (reward-free) goal-reaching tasks rather than (single) reward-maximization tasks. Not only does Distributional NCE outperform state-of-the-art contrastive RL algorithms on standard goal-reaching tasks, but it can also be used to estimate the distribution of dynamical distances to the goal. Taken together, we believe that our results provide a cogent framework for thinking about probabilities and distances in stochastic settings, along with a practical and effective algorithm for goal-conditioned RL.
Committee:
Prof. Jeff Schneider (Advisor)
Prof. David Held
Homanga Bharadhwaj
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: RAVI TEJ AKELLA
Speaker Website: akella17.github.io
Speaker's Professional Title: Master's Student, Robotics Institute, Carnegie Mellon University
Talk Title: Distributional Distance Classifiers for Goal-Conditioned Reinforcement Learning
For More Information: brobbins@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Friday, June 30, 2023, 11am – 12:30pm
In this talk, Manuela will present examples of recent AI research and practice experience in the finance domain, addressing data, reasoning and execution AI approaches. Presented projects will be on AI for data discovery, data standardization, synthetic data, behavior understanding, multiagent simulations and explainability.
—
Manuela Veloso is head of J.P. Morgan Chase AI Research and the Herbert A. Simon University Professor Emerita at CMU, where she was previously faculty in the Computer Science Department and head of the Machine Learning Department. Her recent interests are in AI, symbiotic human-robot autonomy, continuous learning systems and AI in finance. She is past president of the Association for the Advancement of Artificial Intelligence (AAAI), and the co-founder and a past president of the RoboCup Federation. She has received numerous awards and honors, including a National Science Foundation CAREER Award, the Allen Newell Medal for Excellence in Research, a Radcliffe Fellowship, the Einstein Chair Professor of the Chinese Academy of Sciences, and the ACM/SIGART Autonomous Agents Research Award. Veloso is a fellow of AAAI, AAAS, ACM and IEEE. In 2022, she was elected to the National Academy of Engineering for her “contributions to artificial intelligence and its applications in robotics and the financial service industry.”
Learn more about the Generative AI Innovation Incubator.
REGISTER → Registration is required, but there is no fee to register and attend.
Links provided upon registration.
Event Type: Conference/Workshop
Remote: Yes
Room Number: Virtual Presentation - ET
Speaker's Name: MANUELA VELOSO
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Head, J.P.Morgan Chase AI Research
Talk Title: AI in Finance: Examples and Discussion
For More Information: llmhackathon2023@cs.cmu.edu
Affiliations: Computational Biology Department (CBD), Computer Science Department (CSD), Human-Computer Interaction Institute (HCII), Language Technologies Institute (LTI), Machine Learning Department (MLD), Partnerships, Software and Societal Systems Department (S3D)
Organization(s): School of Computer Science (SCS)
Event Website Title: Series Website
Event Website URL: www.cs.cmu.edu…
Wednesday, July 5, 2023, 12pm
Complex sensemaking, whether for scientists, designers, or lawyers, involves discovering diverse domains and iteratively curating their core structures to gain new insights. Typical bottom-up processes involving collecting, synthesizing, and integrating examples are cognitively demanding and require frequent context-switching between different tools and stages. Bootstrapping explorations with existing synthesis (e.g., extracting research threads described in scientific papers, re-mixing moodboards on a theme, re-using core argument structures from legal cases) or generative artificial intelligence (GenAI) can reduce some costs but may introduce new interaction and cognitive challenges. Furthermore, users are often left alone when leveraging their curated data for creative insights.
My research aims to address this gap by developing systems and interaction techniques that facilitate users’ bootstrapping from existing synthesis and GenAI, while enhancing downstream discovery using user-curated data. I focus on two significant domains: scientific research (completed work) and industrial design (proposed work).
In the first part of the proposal, I explore how users can curate a specific form of ‘research threads’ (i.e., sentences describing and citing specific groups of prior research) while reading an individual paper, and ‘expert committees’ (i.e., a group of authors representing a particular perspective on a topical area) to make sense of the knowledge landscape and discover diverse and relevant results. I propose two approaches that each centers threads and committees as first-class objects in the interaction design. These approaches leverage citation graphs, AI-based retrieval, and GenAI-based summarization to enable broader exploration beyond relevant research examined in the source papers. The objects also act as boundary objects, translating users’ intents to AI during exploration and augmenting the discovery process. They help users to find other significant papers, identify high-level themes that emerge from them, and generate relevance explanations for retrieved results that enhance users’ engagement.
In the second part of the proposal, I introduce a simple schema that abstracts users’ synthesis during scientific research ideation. Using this schema, I develop an analogical search engine for scientists to retrieve analogical papers addressing similar high-level challenges as the user query despite differences in low-level specifics, and demonstrate that they trigger creative adaptation ideas. In the proposed work, I plan to extend this paradigm to the industrial design domain, which involves designers’ continuous explorations to gain design inspirations and emphasizes processing of information from the visual modality during exploration.
Thesis Committee:
Aniket Kittur (Chair)
Sherry Tongshuang Wu
Nikolas Martelaro
Michael Terry (Google)
Additional Information
Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: HYEONSU BUTTWEILER KANG
Speaker Website: www.hyeonsukang.com
Speaker's Professional Title: Ph.D. Student, Human-Computer Interaction Institute, Carnegie Mellon University
Talk Title: Supporting Synthesis with AI and Interaction Design to Enhance Sensemaking and Creativity
For More Information: hyeonsuk@cs.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.hcii.cmu.edu…
Friday, July 7, 8am – Friday, July 14, 2023, 5pm
Terminal Live is an online game where software engineers and computer scientists build an algorithm to play a tower defense game in a team-based setting.
We are inviting students to compete in Terminal Live: a games-based coding competition. Taking place this summer, teams will be able to work remotely on their submissions for a week on their own schedule. Top performing students will have opportunities to win prestige and cash prizes.
Video to see Terminal in action! | Questions
APPLY
⇒ Admissions are made on a rolling basis, so we encourage you to apply now before we reach full capacity.⇒ Who? For First-year and second-year undergraduate students
⇒ Prizes: $15,000 + recruiting/networking opportunities with Citadel and Citadel Securities
Event Type: Career Presentation
Room Number: Virtual Competition
Speaker's Name: First-year and Second-year Undergraduate Students
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Friday, June 30, 2023, 2:30pm
Dialogue systems have made significant advancements by leveraging large public corpora and the progress in neural architectures. With the aid of large pre-trained language models and recent developments in neural networks, dialogue generation systems are now capable of producing increasingly fluent and engaging responses in diverse dialogue contexts. However, deploying fully neural models in real-world applications still poses challenges. The black-box nature and heightened complexity of end-to-end neural dialogue models make them susceptible to unknown failure modes that often emerge only after deployment. Additionally, dialogue systems encounter a wide range of inputs, making it difficult to anticipate their performance. Incorporating neural dialogue models into practical tasks is not straightforward, as current systems exhibit unreliability in several aspects. Firstly, defining and establishing robust and bias-free evaluation and ranking models for dialogue is a challenging task. Secondly, effectively controlling the outputs of dialogue response generation models to align with developers’ intended goals presents a challenge. There is a pressing need to develop flexible, intuitive, and interpretable methods for developers to exercise control. Lastly, enhancing safety measures is crucial to ensure that the model does not generate offensive or factually incorrect responses, thereby avoiding unintended harm to users.
This thesis addresses the challenges in enhancing the reliability of neural dialogue models by introducing novel techniques for robust evaluation modeling and providing finer, more intuitive control over the response generation process. The thesis comprises two main parts. The first part focuses on the development of techniques for creating robust dialogue response evaluation and ranking algorithms. These techniques leverage multiple references, automatically generated adversarial responses, and improved benchmarking methods for factuality assessment. By incorporating these approaches, the thesis aims to establish more reliable and comprehensive evaluation metrics for dialogue systems. The second part of the thesis proposes techniques to empower developers with flexible, intuitive, and interpretable means of controlling the generation process. This includes the utilization of templates, examples, instructions, and guidelines to guide the system towards generating responses that align with the specific task and developer intent. Furthermore, this part also introduces safety mechanisms for dialogue systems to prevent misuse and harm to users. These safety mechanisms are designed using natural language instructions and guidelines to ensure responsible and ethical system behavior.
Thesis Committee:
Jeffrey P. Bigham (Chair)
Maarten Sap
Emma Strubell
Dilek Hakkani-Tur (Amazon, Alexa AI)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Traffic21 Classroom, Gates Hillman 6501 and Zoom
Speaker's Name: PRAKHAR GUPTA
Speaker Website: prakharguptaz.github.io
Speaker's Professional Title: Ph.D. Candidate, Language Technologies Institute, Carnegie Mellon University
Talk Title: Improving Reliability in Dialogue Systems
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: StaceyYoung@cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): SCS
Wednesday, June 28, 2023, 9am
Recently, the performance of speech recognition has witnessed rapid improvement due to modern architectures. Those models typically require thousands of hours of training data for the target language. However, there are around 8000 languages in the world, the majority of which do not have any audio or text dataset, which significantly restricts the scope of target languages.
This thesis attempts to expand the target languages of speech recognition to more than thousands of languages by reducing the dataset requirement. In particular, we present a speech recognition pipeline that does not require any audio for the target language. The only assumption is that we have access to raw text datasets or a set of n-gram statistics for the target language. In the minimalist assumption, we only employ the lexicon from the target language. Our speech pipeline consists of three components: acoustic model, pronunciation model, and language model. Unlike the standard pipeline, our acoustic and pronunciation models use multilingual models without any supervision of the target language.
The first part of this thesis discusses the hierarchical acoustic model which can be decomposed into two submodules: the universal phone recognition model recognizes language-independent phones using phonological articulatory features, and subsequently the allophone model mapping phones into language-dependent phonemes. In the second part, we turn our focus on the pronunciation model and language model. We develop a zero-shot learning grapheme-to-phoneme (G2P) model which approximates the target language using nearest languages from the phylogenetic tree. The G2P model serves as a pronunciation model. The language model can be built using n-gram statistics or the raw text dataset. We build our language model by combining it with a large endangered languages n-gram database and a lexicon database. In the last part, we introduce two databases we use in the pipeline and relevant alignment applications. Using the proposed pipeline and datasets, we build speech recognition systems for 6185 languages, which significantly expands the scope of target languages in speech recognition.
Thesis Committee:
Shinji Watanabe (Co-Chair)
Alan W Black (Co-Chair)
David R Mortensen
Florian Metze
Patrick Littell, (National Research Council of Canada)
Additional Information
Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: XINJIAN LI
Speaker Website: www.xinjianl.com
Speaker's Professional Title: Ph.D. Candidate, Language Technologies Institute, Carnegie Mellon University
Talk Title: Low-Resource Speech Recognition for Thousands of Languages
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: StaceyYoung@cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): SCS
Monday, June 26, 2023, 1pm
One of the fundamental questions in biology is how cells divide and differentiate to generate tissues, organs and ultimately the entire human body. The newly developed technologies are able to measure molecular features at unprecedented resolution and scale and thus enable the study of such processes in a data-driven manner. The most recent ones can even measure these in intact tissue and also capture their spatial relationships. Advanced computational methods are required to fully utilize these technologies and overcome issues related to sample quality, the size of the data, model inference and interpretation. Methods that can reveal new biological insights at various spatial scales are especially crucial to understand such developmental processes.
In my thesis, I propose to focus on developing computational methods which utilize time-series and spatial data at single cell or subcellular-level resolution to characterize the types and states of cells and understand how they interact in time and space. We first present an unsupervised method which uses neural networks to simultaneously cluster and annotate scRNA-seq data with biological processes / pathways leading to accurate identification of cell types. We next use the inferred cell types and the pseudotime orderings learned from scRNA-seq to study cell type - cell type interactions and to identify those crucial to developmental processes. To move from cell type to individual cells, we next incorporate more explicit location information. We develop cell level predictive models that use single cell spatial transcriptomics data to learn communication signals and how these signals impact the cell states. Given the availability of subcellular-level spatial transcriptomics data, we then propose a transformer-based method to segment cells from these data to facilitate downstream cell-level analysis. Combined, these methods provide a comprehensive set of tools for using time-series and spatial transcriptomics data to model cell states and cell-cell interactions in biological processes.
Thesis Committee
Ziv Bar-Joseph (Chair, CMU)
Jian Ma
Mo Ebrahimkhani (PITT)
Jun Ding (McGill University)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Gates Hillman 7501 and Zoom
Speaker's Name: DONGSHUNYI DORA LI
Speaker Website: scholar.google.com…
Speaker's Professional Title: Ph.D. Candidate, Joint CMU-PITT Ph.D. Program in Computational Biology, Computational Biology Department, Carnegie Mellon University
Talk Title: Spatio-Temporal Analysis of Single Cell Data
For More Information: nstenger@cs.cmu.edu
Affiliations: Computational Biology Department (CBD)
Organization(s): SCS
Wednesday, June 28, 2023, 12pm
This thesis studies algorithms for teaching autonomous agents to complete tasks through trial and error learning. Typically, this problem is posed as a reinforcement learning (RL) problem, wherein agents attempt to maximize a user-provided reward function. The algorithms studied here take a different approach, largely eschewing the reward function and instead learning to achieve desired outcomes directly from data. This approach allows users to employ algorithmic tools from the supervised and unsupervised learning, while also surfacing an interface that allows non-expert users to teach agents new tasks.
The main challenge in the design of these methods is predicting the probability of desired outcomes, especially when the outcomes only occur hundreds of steps into the future, and especially when using off-policy data. To this end, the first part of this thesis develops an algorithm based on recursive classification that estimates the probability of future states via a temporal difference update. This method is directly applicable to environments with continuous states and actions, does not require any hand-crafted distance metrics, and leads to an algorithm for goal-conditioned RL that outperforms prior methods. We then generalize this idea to tasks that can be solved in many ways, allowing more flexible task specification and providing broader generalization capabilities.
While framing control problems in terms of desired outcomes provides an easy mechanism to specify what the task is, it leaves no room for specifying how the task should be solved, raising the question of whether these methods are restricted to simple tasks. To lift this limitation, we consider inferring the structure of solutions to complex tasks. Because the algorithms introduced in the first part are probabilistic in nature, it is easy to incorporate this structure as an unobserved latent variable. These new algorithms infer this task structure; in doing so, they decompose the control problem into a series of easier problems, thereby accelerating learning. We first discuss the goal-conditioned setting, where this inferential perspective leads to a simple and theoretically justified method for integrating goal-conditioned RL into classical planning pipelines. This approach substantially outperforms standard goal-conditioned RL algorithms. We then consider a different way of structuring the task solution: as a composition of a learned dynamics model and policy. The result is an algorithm for model-based RL where the model and policy are jointly optimized using the same objective, which is a lower bound on expected returns.
Thesis Committee:
Ruslan Salakhutdinov (Chair)
Jeff Schneider
Leslie Kaelbling (Massachusetts Institute of Technology)
Sergey Levine (University of California, Berkeley)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates Hillman 4405 and Zoom
Speaker's Name: BENJAMIN EYSENBACH
Speaker Website: ben-eysenbach.github.io
Speaker's Professional Title: Ph.D. Candidate, Machine Learning Department, Carnegie Mellon University
Talk Title: Probabilistic Reinforcement Learning: Using Data to Define Desired Outcomes, and Inferring How to Get There
For More Information: stidle@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): SCS
Friday, June 30, 2023, 2pm
Flash caches are used to reduce peak backend load for throughput-constrained data center services, reducing the total number of backend servers required. Bulk storage systems are a large-scale example, backed by high-capacity but low-throughput hard disks, and using flash caches to provide a more cost-effective storage layer underlying everything from blobstores to data warehouses.
However, flash caches must address the limited write endurance of flash by limiting the long-term average flash write rate to avoid premature wearout. To do so, most flash caches must use admission policies to filter cache insertions and attempt to maximize the workload-reduction value of each flash write.
We present the Baleen flash cache, which uses coordinated ML admission and prefetching to reduce peak backend load. After learning painful lessons with early ML policy attempts, we exploit a new cache residency model (which we call episodes) to guide models used and model training, and focus on optimizing for an end-to-end system metric (disk-head time) balancing IOPS and bandwidth rather than hit rate. Evaluation using Meta traces from seven storage clusters shows that Baleen reduces Peak Disk-head Time (and backend capacity required) by 11.8% over state-of-the-art policies.
In proposed work, we apply ML to item placement to improve eviction and optimize the use of DRAM in hybrid caches. To improve eviction, we will reduce cache dead time by classifying items by their eviction age and placing them into different eviction queues. We will use ML to select a few items for placement in DRAM that are most helpful for reducing flash writes, instead of letting every item pass through DRAM.
Workloads change over time, requiring the cache to adapt to maintain performance. We propose strategies to actively target peak load reduction and to mitigate workload drift. We plan to augment admission to prioritize items based on their benefit during peak load and to adapt to load levels.
Thesis Committee:
Gregory R. Ganger (Chair)
David G. Andersen
Nathan Beckmann
Daniel S. Berger (Microsoft Research / University of Washington)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Panther Hollow Conference Room, Mehrabian Collaborative Innovation Center 4105
Speaker's Name: DANIEL LIN-KIT WONG
Speaker Website: wonglkd.fi-de.net
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Machine learning for flash caching in bulk storage systems
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jennsbl@cs.cmu.edu | deb@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Thursday, June 29, 2023, 12pm
Machine learning is increasingly used to aid or automate decision making. Yet, algorithmic solutions often suffer from bias and disparate impact across demographic groups. For many application settings, the mechanisms by which bias arises and the effects of applying fairness-aware learning methods are not sufficiently understood. In this thesis, I focus on differential noise and missingness as drivers of bias, and long-term dynamics of fairness promoting interventions.
In this talk, I will focus on presenting my thesis chapter on the fairness impact of differential feature under-reporting. We use the term `under-reporting’ to refer to a specific type of data missingness that is prevalent in administrative data settings. Predictive risk models in the public sector are generally developed using administrative data that is more complete for individuals who have more greatly relied on publicly-funded services. For example, in the U.S., administrative records may contain medical claim information for individuals covered by Medicaid and Medicare but not for those privately insured. Thus, when a count or indicator of 0 is observed in the data, it is not known whether the feature is correctly observed as 0 (e.g. the individual in fact had 0 emergency room visits in the past year) or the feature is under-reported (e.g. the individual had 3 ER visits, but was privately insured, so no record of the visits exists in the local government's administrative data).
My work proposes and studies an analytically tractable model of differential feature under-reporting to characterize the impact of this type of data bias on algorithmic fairness. The results demonstrate that, theoretically, differential underreporting can lead to both increasing and decreasing disparities. However, experiments on semi-synthetic and real-world data suggest that the case of decreasing disparities rarely occurs in practice. We also demonstrate that popular missing data methods like omission of mismeasured features or data imputation, in general, do not lead to more equitable outcomes as compared to using the mismeasured data directly. Instead, we propose and evaluate a method based on loss augmentation and imputation at prediction time to combat the bias introduced through under-reporting.
Thesis Committee:
Alexandra Chouldechova (Co-Chair)
Zachary Lipton (Co-Chair)
Hoda Heidari
Arun Kuchibhotla
Cyrus DiCiccio (Meta)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Gates Hillman 8102 and Zoom
Speaker's Name: NIL-JANA AKPINAR
Speaker Website: nakpinar.github.io
Speaker's Professional Title: Ph.D. Candidate, Joint Ph.D. Program in Statistics and Machine Learning, Machine Learning Department and Department of Statistics and Data Science, Carnegie Mellon University
Talk Title: The Role of Noise, Proxies, and Dynamics in Algorithmic Fairness
For More Information: stidle@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): SCS, Department of Statistics and Data Science
Wednesday, June 28, 2023, 1:30pm
A long-standing vision in computer science has been to evolve computing devices into proactive assistants that enhance our productivity, health and wellness, and many other facets of our lives. User digitization is crucial in achieving this vision as it allows computers to intimately understand their users, capturing activity, pose, routine, and behavior. Today’s consumer devices – like smartphones and smartwatches – provide a glimpse of this potential, offering coarse digital representations of users with metrics such as step count, heart rate, and a handful of human activities like running and biking. Even these very low-dimensional representations are already bringing value to millions of people’s lives, but there is significant potential for improvement. On the other end, professional, high-fidelity comprehensive user digitization systems exist. For example, motion capture suits and multi-camera rigs that digitize our full body and appearance, and scanning machines such as MRI capture our detailed anatomy. However, these carry significant user practicality burdens, such as financial, privacy, ergonomic, aesthetic, and instrumentation considerations, that preclude consumer use. In general, the higher the fidelity of capture, the lower the user’s practicality. Most conventional approaches strike a balance between user practicality and digitization fidelity.
My research aims to break this trend, developing sensing systems that increase user digitization fidelity to create new and powerful computing experiences while retaining or even improving consumer practicality and accessibility, allowing such technologies to have a societal impact. Armed with such knowledge, our future devices could offer longitudinal health tracking, more productive work environments, full-body avatars in extended reality, and embodied telepresence experiences, to name just a few domains. In my research, I have worked across two domains to enable this. First, I explore techniques to advance activity recognition to create a vocabulary to digitize and express behavior routines. Second, I develop pose-sensing systems that are comprehensive and mobile.
Thesis Committee:
Chris Harrison (Co-Chair)
Mayank Goel (Co-Chair)
Nikolas Martelaro
Andrew D. Wilson (Microsoft Research)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Newell-Simon 1109 and Zoom
Speaker's Name: KARAN AHUJA
Speaker Website: karan-ahuja.com
Speaker's Professional Title: Ph.D. Candidate, Human-Computer Interaction Institute, Carnegie Mellon University
Talk Title: Enabling Practical and Rich User Digitization
For More Information: kahuja@cs.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): SCS
Friday, July 7, 2023, 9:30am
Gene networks hold immense importance in understanding the underlying mechanisms that govern cellular activities and organismal behavior. As the true gene interaction is not observable, people often resort to observable gene expression data to statistically infer the gene network. In this thesis, we address the immense challenges in the statistical gene network, including 1) benchmark tool for gene network estimation; 2) nonlinear gene network estimation methods; 3) the application of gene networks in Autism associated gene understanding.
I will present Chapter 4 of my thesis, which focuses on the final challenge. To better understand autism spectrum disorders (ASD), we focus on two types of ASD-related genes: Differential Expression genes (DE) which are differentially expressed in ASD versus neurotypical brains, and TADA genes, which are identified by unusual patterns of genetic mutations. While TADA genes are thought to be "active", DE genes are thought to be either active (cause of ASD) or reactive (outcome of ASD). We aim to dive deep into the mechanism of DE genes: discriminating the "active" ones from "reactive". Relying on the conjecture that active DE gene modules are enriched with TADA genes, while reactive ones are not, we develop a network-assisted approach to bridge these two sources of information and identify an assortment of unique "active" and "reactive" DE gene communities. Our work brings new insights toward understanding the role genes play in the development of ASD and how ASD affects gene expression as well.
Thesis Committee:
Kathryn Roeder (Co-chair)
Jing Lei (Co-chair)
Alessandro Rinaldo
Andrej Risteski
Wei Chen (School of Public Health, University of Pittsburgh)
Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: JINJIN TIAN
Speaker Website: jinjint.github.io
Speaker's Professional Title: Ph.D. Candidate, Joint Ph.D. Program in Statistics and Machine Learning, Carnegie Mellon University
Talk Title: Advances in Statistical Gene Networks
For More Information: stidle@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): SCS, Department of Statistics and Data Science
Thursday, June 8, 2023, 12 – 2pm
TWO TALKS
► Saurabh Kadekodi, Research Scientist, Google
— Improving Data Reliability in Exascale Storage Clusters
Fundamental physical limitations have slowed down hardware scaling, thus ending the “free” scaling benefits of processing power and storage capacity. At the same time, data is growing at an unprecedented rate. This data juggernaut is highly disruptive. It morphs benign assumptions into critical bottlenecks, and forces radical system (re-)designs. My work replaces design decisions of distributed systems that are disrupted by scale with new, data-driven solutions that are efficient, scalable, nimble, and robust. As an example, I will describe disk-adaptive redundancy (DARE): a novel redesign of data reliability in exascale storage clusters driven by insights gleaned from studying over 5.3 million disks from production environments of Google, NetApp and Backblaze. I will also describe three new DARE systems that reduce conservative over-protection of data by up to 20% amounting to millions of dollars of cost savings along with a significant carbon footprint reduction, while always meeting desired data reliability targets. Additionally, I will briefly describe some past and current research efforts to improve the availability and performance of local and distributed storage systems including new erasure codes that reduce observed unavailability events at Google by up to 33%.Saurabh Kadekodi obtained his PhD in the Computer Science Department at Carnegie Mellon University (CMU) in 2020 as part of the Parallel Data Laboratory (PDL) under the guidance of Prof. Gregory Ganger and Prof. Rashmi Vinayak. After graduation Saurabh joined Google as a Visiting Faculty Researcher, and is currently a Research Scientist in the Storage Analytics team. Saurabh is broadly interested in designing distributed systems with special focus on the performance and reliability of storage systems.
► Andy Pavlo, Associate Professor, Computer Science Department, Carnegie Mellon University
— Why Machine Learning for Automatically Optimizing Databases Doesn't Work
Database management systems (DBMSs) are complex software that requires sophisticated tuning to work efficiently for a given workload and operating environment. Such tuning requires considerable effort from experienced administrators, which is not scalable for large DBMS fleets. This problem has led to research on using machine learning (ML) to devise strategies to optimize DBMS configurations for any application, including automatic physical database design, knob configuration, and query tuning. Despite the many academic papers that tout the benefits of using ML to optimize databases, there have been only a few major success stories in industry in the last decade.
In this talk, I discuss the challenges of using ML-enhanced tuning methods to optimize databases. I will address specific assumptions that researchers make about production database environments that are incorrect and identify why ML is not always the best solution to solving real-world database problems. As part of this, I will discuss state-of-the-art academic research and real-world tuning implementations.
Andy Pavlo is an Associate Professor with Indefinite Tenure in the Computer Science Department at Carnegie Mellon University. He is also the co-founder of the OtterTune automated database optimization start-up.
Zoom Participation (CMU only). See announcement.
⇒ CMU community may sign up for updates and future announcements.
Event Type: Talks
Room Number: Virtual Presentations - ET
Building: Remote Access - Zoom
Speaker's Name: SAURABH KADEKODI, ANDY PAVLO
For More Information: karen@ece.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): Department of Electrical and Computer Engineering
Event Website Title: Event Website
Monday, June 5, 2023, 2pm
Offline reinforcement learning (RL) holds promise as a means to learn high-value policies from a static dataset, without the need for further environment interactions. However, a key challenge in offline RL lies in effectively stitching portions of suboptimal trajectories from the static dataset while avoiding extrapolation errors arising due to a lack of support in the dataset. Existing approaches use conservative objectives that favor pessimistic value functions or rely on generative modelling with noisy Monte Carlo return-to-go samples for reward conditioning. The key challenge in offline RL is identifying the behavioral primitives (a.k.a skills) that exist in the offline dataset, and chain these behaviors together to produce high-value policies.
In this thesis, we investigate latent variable models having different levels of expressiveness to model skills as compressed latent vectors, and then compose these skills to solve a specific task. We first describe a Variational Autoencoder (VAE) based method which learns a temporally abstract world model that predicts the state outcome of executing a skill, and then uses this model to do Online Planning with Offline Skill Models (OPOSM). We then extend this method to instead work with a Vector-Quantized VAE to learn a bank of discrete latents skills (VQSkills). Finally we investigate using latent diffusion models to learn a multimodal skill prior, and then use this prior to perform batch constrained Q-learning. We call this algorithm Latent Diffusion Constrained Q-Learning (LDCQ). We empirically demonstrate the effectiveness of these algorithms to learn high-value policies in the D4RL benchmark suite.
Committee:
Prof. Jeff Schneider (Advisor)
Prof. David Held
Lili Chen
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates Hillman 4405 and Zoom
Speaker's Name: SIDDHARTH VENKATRAMAN
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Master's Student, Robotics Institute, Carnegie Mellon University
Talk Title: Latent Skill Models for Offline Reinforcement Learning
For More Information: brobbins@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Monday, June 5, 2023, 3pm
Random matrices have found various applications in computer science. Some examples include data analysis, numerical linear algebra, wireless communications and more. In particular, spectral properties of random matrices can have many applications and have been widely studied. A common class of matrices which we have results on is matrices with independent and identically distributed (i.i.d.) entries. However, random matrices with relations between entries tend to be harder to analyze.
In this thesis, we study three applications of random matrices without i.i.d. entries in algorithms.
1. We study random graphs which have adjacency matrices which are matrix-coefficient polynomials evaluated on random permutation and matching matrices. We identify properties of these graphs, and give some examples.
We investigate two algorithmic properties of these graphs: first, we analyze an algorithm which constructs in deterministic polynomial time examples of these graphs which have spectrums close to certain infinite graphs.
2. For the other application, we interpret graphs of this form as degree-2 constraint satisfaction problems (CSPs), and we find a tight estimate of the SDP value of these CSPs.
3. Finally, we will look at an application in quantum tomography, i.e. learning properties of quantum states. We will prove a lower bound on the number of samples needed of an unknown state in order to learn the value of measurements of observables with respect to the state. To do so, we will need to prove some technical results involving tensor products of random unitary matrices.
Thesis Committee:
Ryan O'Donnell (Co-chair)
Pravesh Kothari Co-chair)
Aayush Jain
Tselil Schramm (Stanford University)
Additional Information
Event Type: Thesis Proposals
Room Number: In Person
Building: Traffic21 Classroom, Gates Hillman 6501
Speaker's Name: XINYU WU
Speaker Website: www.andrew.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Applications of spectral properties of random matrices in algorithms
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jennsbl@cs.cmu.edu | deb@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Tuesday, June 6, 2023, 9:30am
The rapid growth in the areas of language generation and reasoning has been significantly facilitated by the availability of user-friendly libraries wrapped around large language models. These out-of-the-box solutions typically involve leveraging the Seq2Seq paradigm, where text-based input and output are the norm. While this approach provides a convenient foundation for many tasks, practical deployments demand solutions capable of addressing the shortcomings such as brittleness when handling complex problems, the absence of feedback mechanisms, and an inherent black-box nature hindering model interpretability.
This thesis proposes to address these limitations and enhance contemporary language models by integrating structured elements into their design and operation. Structure, in this context, is defined as the organization and representation of data in a systematic, hierarchical, or relational way, coupled with incorporating structural elements or constraints into the learning and reasoning processes. These elements are integrated at different model development and deployment stages: training, inference, and post-inference. During training, we present techniques for training a graph-assisted question-answering model, and discovering orders that help in effectively generating sets as sequences. In the inference stage, we present techniques for incorporating structure by leveraging code to represent the input. For the post-inference stage, we introduce methods that integrate a memory to allow the model to leverage feedback without additional training. Together, these techniques demonstrate that conventional text-in-text-out solutions may fail to leverage beneficial structural properties apparent to model stakeholders. Including structure in the model development process requires a careful look at the problem setup, but often relatively straightforward implementation can pay significant dividends---a little structure goes a long way.
Thesis Committee:
Yiming Yang (Chair)
Graham Neubig
Daniel Fried
Niket Tandon (Allen Institute for Artificial Intelligence)
Additional Information
Event Type: Thesis Proposals
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: AMAN MADAAN
Speaker Website: madaan.github.io…
Speaker's Professional Title: Ph.D. Student, Language Technologies Institute, Carnegie Mellon University
Talk Title: Enhancing Language Models with Structured Reasoning
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: StaceyYoung@cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): SCS
Thursday, June 1, 2023, 1 – 2pm
Blockchain security is fundamentally anchored in the incentive system that promotes compliance among miners. However, the stability and security of these protocols face potential disruptions from factors such as variable transaction rewards and strategic deviations by miners. Deep Reinforcement Learning (RL), an advanced analytical tool, is deployed to dissect these intricate dynamics and understand their implications.
Employing a novel deep reinforcement learning framework, the role of variable rewards in influencing miner behavior is effectively modeled and evaluated. This framework demonstrates that occasional large rewards can decrease the amount of computational power a miner needs to amass before it becomes advantageous for them to deviate from the protocol. An exploration of miner behavior also reveals that deviating miners may benefit from bribing others to act in their interest, further lowering the critical computational power ratio and posing a significant security concern.
These findings underscore the value of sophisticated tools like deep RL in blockchain security analysis. They enable researchers and protocol designers to bring potential threats into focus and analyze modifications to bolster protocol resilience against exploitation.
Event Type: Talks
Room Number: In Person
Building: Mehrabian Collaborative Innovation Center, Room 2101
Speaker's Name: ROI BAR-ZUR
Speaker Website: roibarzur.github.io
Speaker's Professional Title: Ph.D. Candidate, Andrew and Erna Viterbi Faculty of Electrical & Computer Engineering, Technion, and, Member, The Initiative for Cryptocurrencies and Contracts
Talk Title: Deep Reinforcement Learning: A New Frontier in Blockchain Security Analysis
For More Information: gfanti@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): CyLab, Department of Electrical and Computer Engineering
Thursday, June 8, 2023, 3 – 4pm
In this talk, I present recent work on fully-automated (expected) amortised cost analysis of self-adjusting data structures, like splay trees or splay heaps, as well as probabilistic data structures like randomised splay trees or splay heaps and randomised meldable heaps. Prior to our work, these data structures have only (semi-)manually been analysed in the literature.
Our analysis is stated as a type-and-effect system for a first-order functional programming language with support for sampling over discrete distributions, non-deterministic choice and a ticking operator. The latter allows for the specification of fine-grained cost models.
With our prototype implementation, we have been able automatically infer bounds on the (expected) amortised cost, which could previously only be obtained by sophisticated pen-and-paper proofs. In particular, we verify that the amortised costs of randomised variants of self-adjusting data structures improve upon their non-randomised variants.
This is joint work with Lorenz Leutgeb and Florian Zuleger.
—
Georg Moser is a Full Professor of Theoretical Computer Science at the University of Innsbruck since February 2020. He studied Computer Science and Logic at the Vienna University of Technology and the University of Leeds, respectively. Prior to his appointment to full professor, he has been an associate professor at the University ofInnsbruck, heading a research group on computation with bounded resources. His research interests center around logic and program analysis. For the latter, a recent focus of his work is on probabilistic programming and Quantum computation. He has lead a number of national and international research consortia. He has acted as steering committee chair and member of international conference series and similar research consortia and continues to do so. Moreover, he has been chair of the IFIP Working Group 1.6. His expertise is frequently sought as a program committee member of most prominent conferences such as FSCD, LICS, etc. Further, he has frequently provided editorial services.
Faculty Host: Jan Hoffman
Event Type: Seminars
Room Number: In Person
Building: Reddy Conference Room, Gates Hillman 4405
Speaker's Name: GEORG MOSER
Speaker Website: tcs-informatik.uibk.ac.at…
Speaker's Professional Title: Full Professor of Theoretical Computer Science, Department of Computer Science, Universität Innsbruck
Talk Title: Automated Expected Cost Analysis of Splaying et al.
For More Information: mstanle2@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): PoP
Friday, June 16, 2023, 12 – 1:30pm
Wil Haygood is a best-selling author, prize-winning journalist, acclaimed biographer and cultural historian. His work tells the story of America through the lens of history, politics, sports, race and the lives of change-making African Americans. Best known as the author of the New York Times bestsellers “The Butler “and “Showdown,” his work has chronicled America’s civil rights journey through acclaimed biographies of Thurgood Marshall, Adam Clayton Powell, Jr., Sammy Davis, Jr., Sugar Ray Robinson and Eugene Allen, the real-life inspiration for Lee Daniels’ award-winning film, “The Butler.” He is an award-winning author who will join us to discuss the power and legacy of true liberty and freedom for all. Learn more.
REGISTER
→ This event is in person only.
→ Please register by Wednesday, 14 June 2023. On-site registration is available as space permits.
A storyteller for our times, Haygood has earned high praise for connecting the civil rights movement and its iconic heroes with current events and enduring struggles. Above all, he brings the powerful perspective that this is the history of all Americans, shaping our national identity and common values. His book “Tigerland: 1968-1969: A City Divided, a Nation Torn Apart, and a Magical Season of Healing” tells the uplifting story of teams from a poor, black segregated high school that won two state championships in the same year, uniting a racially charged community in the aftermath of the assassination of Martin Luther King. The Wall Street Journal, praised Haygood’s juxtapositions of race and class against the historic backdrop of the events of 1968-69, declaring Tigerland “a haunting, unforgettable book.” The book has won the Ohioana Book Award, was runner up for the Dayton International Literary Peace Prize and was a Hooks National Book Award Finalist. Haygood’s latest book, “Colorization: One Hundred Years of Black Films in a White World,” considered one of the Best Books of 2021 by NPR, gives an unprecedented history of Black cinema and a groundbreaking perspective on racism in modern America. Haygood uses the struggles and triumphs of the artists, and the films themselves, as a prism through which to explore Black culture and the civil rights movement.
Haygood’s talent for looking at events from multiple points of view comes from his background as a journalist. For 30 years, he was a national and foreign correspondent for the Washington Post and Boston Globe, covering events such as Nelson Mandela’s release from prison after 27 years, the ascent of President Obama, the aftermath of Hurricane Katrina, and his own experience as the hostage of Somali rebels. While at the Globe, he was honored as a Pulitzer Prize finalist for feature writing. The author of eight books, Haygood continues to capture the attention of the media and some of the leading entertainment figures of our time. “The Butler” drew Academy Award winners Forest Whittaker, Cuba Gooding, Jr., Robin Williams, Vanessa Redgrave, Jane Fonda and Oprah Winfrey and won numerous awards and nominations. His biography of Sugar Ray Robinson, “Sweet Thunder,” is being adapted for the screen by Oprah Winfrey’s Harpo Productions with Golden Globe winner David Oyelowo (Selma) as Robinson. In “Black and White,” his biography of Sammy Davis, Jr. is under option to director Lee Daniels. Haygood was also called upon as the go-to biographer of Thurgood Marshall when the biopic “MARSHALL” drew renewed interest in the life and career of the first African-American Supreme Court Justice.
B0orn to a poor single mother and raised in the projects, Haygood’s path to Pulitzer recognition, the New York Times bestseller list, Guggenheim and National Endowment for the Humanities fellowships, receiving the Ambassador Richard C. Holbrooke Distinguished Achievement Award and the upper echelons of Hollywood has defied the odds. He became the first in his family to attend college, studying urban studies and English literature while playing on the junior varsity basketball team at Miami University (Ohio). In 2013, he returned to his alma mater as a Broadway Distinguished Scholar-in-Residence in the department of Media, Journalism and Film. In the fall of 2018, Haygood debuted his book “Tigerland” to the Miami University community at their convocation. For his contributions to the university and society, he was presented with the Miami University President’s medal, the highest honor the university awards. Haygood's other honorary degrees are from Loyola University (Chicago), Ohio Wesleyan University, Hood College, Goucher College and Ohio Dominican University.
Event Type: Lecture
Room Number: In Person
Building: Simmons Auditorium B, First Floor, Tepper School
Speaker's Name: WIL HAYGOOD
Speaker Website: miamioh.edu…
Speaker's Professional Title: Author and Journalist
For More Information: vp-dei@andrew.cmu.edu
Affiliations: Carnegie Mellon University, Diversity Equity and Inclusion
Event Website Title: Program Website
Event Website URL: www.cmu.edu…
Friday, June 2, 2023, 11am
The defining feature of many modern large-scale computer systems is the sheer amount of data that they generate and process. In 2008, it was reported that Google's MapReduce clusters process over twenty petabytes of data per day. Facebook has reported processing over 4 petabytes of data per day and running over one million map-reduce computations over this data. Modern systems for processing this kind of data make extensive use of parallel and distributed computation to achieve the necessary level of throughput. An important property of the datasets involved in such computations, however, is that they are not static. Rather, they are frequently evolving. Large social networks, for example, undergo rapid changes; users are added, and links between uses are created and deleted rapidly, but each such update affects a relatively tiny portion of the data.
This thesis explores a relatively under-explored area of algorithm design intended to tackle these kinds of problems: parallel batch-dynamic algorithms. Classic algorithms for handling dynamic data support a single update at a time, but this model is insufficient for handling the scale of modern rapidly changing datasets, and furthermore yields little room to exploit parallelism within the updates. A batch-dynamic algorithm consumes multiple updates at a time, which allows for increased throughput and more opportunities for parallelism.
In the first part of the thesis, we will design algorithms for parallel batch-dynamic trees based on Rake-Compress Trees (RC-Trees). In the second part of this thesis, we will design algorithms for batch-dynamic graph connectivity and batch-incremental minimum spanning trees. Then, in Part Three, we show that batch-dynamic algorithms can be used as ingredients in designing highly-efficient parallel static algorithms. Using our parallel RC-Tree data structure as an ingredient, we obtain the first ever work-efficient parallel algorithm for minimum cuts. The final part of this thesis will explore the implementation of systems for processing batch-dynamic data. We show that self-adjusting computation can be generalized to automatically dynamize parallel algorithms, allowing programmers to reap the benefits of parallel batch-dynamic algorithms without the burden of implementing them from scratch.
Thesis Committee:
Guy Blelloch (Chair)
Phil Gibbons
Danny Sleator
Julian Shun (Massachusetts Institute of Technology)
Valerie King (University of Victoria, Canada)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person
Building: Reddy Conference Room, Gates Hillman 4405
Speaker's Name: DANIEL LIAM ANDERSON
Speaker Website: danielanderson.net
Speaker's Professional Title: Ph.D. Candidate, Computer Science Department, Carnegie Mellon University
Talk Title: Parallel Batch-Dynamic Algorithms: Dynamic Trees, Graphs, and Self-Adjusting Computation
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jennsbl@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Wednesday, May 31, 2023, 3 – 4pm
Cognitive aging is associated with substantial interindividual variability. While some individuals exhibit poor and accelerated cognitive aging, others appear to be more protected from normal and pathological age-associated cognitive decline. Marked variability is particularly notable in the progression of cognitive decline along the Alzheimer’s disease (AD) continuum. Constraining this variability is instrumental for the future success of preventive and disease-modifying interventions for AD. In my talk I will describe recent work from my laboratory, where we developed methods based on explainable deep learning to examine progression along the AD continuum, focusing on the contribution of regional brain atrophy and biomarker synergies to progression rates. Altogether, our research demonstrates the utility of using deep learning methods to better understand variation in progression rates observed in normal and pathological cognitive aging.
Zoom Presentation. See announcement.
Hosted by the Department of Biomedical Informatics, University of Pittsburgh; the Hariri Institute for Computing, Boston University; and the University of Toronto
Event Type: Seminars
Speaker's Name: ERAN DAYAN
Speaker Website: dayanlab.web.unc.edu…
Speaker's Professional Title: Associate Professor, Department of Radiology, University of North Carolina at Chapel Hill
Talk Title: Studying the mechanisms of Alzheimer’s disease progression with deep learning
For More Information: bartgm@pitt.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): MLxMED, PITT
Event Website Title: Series Website
Event Website URL: ml-in-medicine.org
Tuesday, May 30, 2023, 3pm
This thesis quantitatively characterizes the optimization dynamics of neural network training, focusing mostly on the simplified scenario where the training algorithm is deterministic. First, we demonstrate that for gradient flow training (i.e. gradient descent in the limit of small learning rates), the curvature of the objective function tends to monotonically increase during training, which can perhaps be interpreted as continual growth in the complexity of the network. Next, we show that for gradient descent with a fixed step size, the curvature increases until the largest Hessian eigenvalue hits the critical threshold 2/(step size), at which point training enters a phase we refer to as "edge of stability" in which: (1) the learning algorithm oscillates in weight space along the largest eigenvalue of the Hessian; (2) the training loss decreases non-monotonically; (3) the largest Hessian eigenvalue equilibrates near the value 2/(step size). In this regime, gradient descent effectively performs constrained optimization - optimizing the training objective while keeping all Hessian eigenvalues approximately beneath the threshold 2/(step size). Subsequent work has explained these dynamics by noting that when gradient descent oscillates in a high-curvature region, the oscillations implicitly perform gradient descent on the curvature itself. Next, we demonstrate that the phenomenon generalizes to the setting of adaptive gradient methods (notably, Adam) as well, though here the curvature regularization has a different form. Finally, for future work, we propose to: (1) quantitatively analyze the dynamics of adaptive gradient methods at the edge of stability, by extending the simplified analysis of Damian et al (2022) from gradient descent to adaptive gradient methods; (2) release a benchmark set of small-scale neural network training problems to facilitate future research in this area.
Thesis Committee:
Zico Kolter (Co-advisor)
Ameet Talwalkar (Co-advisor)
Sebastien Bubeck (Microsoft)
Jason Lee (Princeton University)
Tom Goldstein (University of Maryland)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates Hillman 4405 and Zoom
Speaker's Name: JEREMY COHEN
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Machine Learning Department, Carnegie Mellon University
Talk Title: The Dynamics of Neural Network Training
For More Information: stidle@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): SCS
Wednesday, June 7, 2023, 12 – 1pm
Hugh Ryan is a writer, curator and author. Back at CMU by popular demand, Ryan is the author of “The Women’s House of Detention: A Queer History of a Forgotten Prison,” winner of a 2023 Stonewall Book Award from the American Library Association. His first book, “When Brooklyn Was Queer,” was a New York Times Editor’s Pick. His writing has appeared in The New York Times, Tin House, Buzzfeed, the LA Review of Books, Out Magazine and many others. His lecture will look at the changing nature of LGBTQ+ identity in America today, and how this strange, exciting and sometimes frightening moment we are in has direct parallels to the changes that happened in queer identity at the end of the 19th century.
This event is in person only.
→ Please Register by June 6.
→ On-site registration is available as space permits.
Event Type: Lecture
Room Number: In Person
Building: Simmons Auditorium B, First Floor, Tepper Building
Speaker's Name: HUGH RYAN
Speaker Website: www.hughryan.org…
Speaker's Professional Title: Writer, Historian, and Curator
Talk Title: Where Are We Now and How Did We Get Queer
For More Information: vp-dei@andrew.cmu.edu
Affiliations: Carnegie Mellon University
Event Website Title: Event Website
Event Website URL: www.cmu.edu…
Tuesday, May 30, 2023, 9:30am
Pangenomic studies have enabled a more accurate depiction of the human genome landscape. Genome graphs are suitable data structures for analyzing collections of genomes due to their efficiency and flexibility of encoding shared and unique substrings from the population of encoded genomes. Novel challenges arise when genome graphs are applied to thousands of genomes because current genome graph models are insufficient in addressing the questions: (1) How can genome graphs be constructed efficiently that optimize the storage space? (2) How can genome graphs be used to more accurately and more efficiently compare heterogeneous sequences such as cancer genomes or immune repertoires? To answer these questions, we lay algorithmic foundations for genome graph construction and comparison.
The size of a genome graph is crucial to both efficient storage and analysis. However, few genome graph construction methods directly optimize the graph size. By drawing connections to data compression, we develop an algorithmic framework for genome graph construction that prioritizes genome graph size and show that the new framework produces small genome graphs efficiently compared to other genome graph schemes. Our compression-based framework not only removes the dependency on hyper-parameters but also opens up the potential for adapting established compression algorithms to construct better genome graphs.
In many scenarios, such as immune repertoire analysis, we need to quantify the similarity between heterogeneous sets of genomic strings, but the complete strings are unknown due to limitations in sequencing technology. The distance between genome graphs can be used to estimate to the difference between these strings. One important metric is defined as the graph traversal edit distance (GTED). We revisit the complexity of and the previously proposed algorithms for GTED. We prove that GTED is NP-complete and show that the previously proposed algorithms are wrong and compute a lower bound of GTED. In addition, we propose two correct ILP formulations of GTED and characterize the relationship between GTED and the previous lower bound ILPs. We evaluate the empirical efficiency of solving GTED and its lower bound ILP and show that solving GTED exactly with ILPs is currently not practical on larger genomes.
Genome graphs are often highly expressive and represent more than one string sets, and thus the distance between two graphs using standard graph distances does not always model the actual edit distance between true string sets. To quantify this discrepancy, we formally define genome graph expressiveness as its diameter and use it to bound the deviation of the genome graph distance from string set distances. We produce a more accurate distance measure between (unseen) collections of strings encoded as genome graphs. The new distance measure and its deviation from string set distances are evaluated on simulated human T-cell repertoire sequences and Hepatitis B virus genomes.
Thesis Committee:
Carl Kingsford (Chair, CMU)
Jian Ma (CMU)
Takis Benos (PITT)
Adam Phillippy (National Human Genome Research Institute)
In Person and Zoom Participation. See announcement.
Tuesday, June 6, 2023, 11am
This thesis concerns nonparametric statistical methods for comparing black-box predictors, namely sequential forecasters and abstaining classifiers.
In this talk, I will focus on the second part of the thesis, where we consider the problem of evaluating and comparing black-box abstaining classifiers. Abstaining classifiers have the option to withhold predictions on inputs that they are uncertain about, making them increasingly popular in safety-critical applications. We introduce a novel approach and perspective to the evaluation problem by treating the abstentions of a classifier as missing data. The missing data perspective clarifies the precise identifying conditions for the counterfactual score and paves the way for a nonparametrically efficient and doubly robust estimator. The approach also straightforwardly extends to estimating the difference in two counterfactual scores under distinct abstention mechanisms.
Thesis Committee:
Aaditya Ramdas (Chair)
Aarti Singh
Edward H. Kennedy
Johanna F. Ziegel (University of Bern)
Alexander D'Amour (Google Brain)
In Person and Zoom Participation. See announcement.
Saturday, June 10, 2023, 11am – 2pm
Daphne Ippolito is an assistant professor in the Language Technologies Institute at CMU. Before joining the CMU community, she completed her Ph.D. at the University of Pennsylvania in LLMs, specifically in the area of language generation. She is also a research scientist at Google. Her interests include the properties of generative language models for text and the challenges of automatically generating narratives that are simultaneously coherent and interesting. She also looks at ways human writers can use generative text models as creative tools.
In the first half of the Generative AI tutorial, you will learn about the building blocks of modern neural language models and text-to-image diffusion models. We will go over the terminology commonly seen in technical discussions of these models, and we will describe step-by-step how they turn your input prompt into generated text or images. We will also discuss the key differences between popular models, and why you might choose one or another.
In the second half of the tutorial, you will complete a guided exercise to build a basic application using these models. The practical portion of the tutorial will assume competency in Python and access to a Python development environment, such as Google Colab.
⇒ The tutorial will be three hours long and take place remotely over Zoom.
⇒ This is the first of three tutorials Dr. Ippolito will present on June 10, 18 and July 18.
Learn more about the Generative AI Innovation Incubator.
REGISTER → Registration is required, but there is no fee to register and attend.
Event Type: Conference/Workshop
In Person: No
Remote: Yes
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: DAPHNE IPPOLITO
Speaker Website: daphnei.com
Speaker's Professional Title: Assistant Professor, Language Technologies Institute, Carnegie Mellon University
Talk Title: Tutorial One
For More Information: llmhackathon2023@cs.cmu.edu
Affiliations: Carnegie Mellon University, Computational Biology Department (CBD), Computer Science Department (CSD), Language Technologies Institute (LTI), Machine Learning Department (MLD), Software and Societal Systems Department (S3D)
Event Website Title: Series Website
Event Website URL: www.cs.cmu.edu…
Friday, June 16, 2023, 11am – 12pm
Opportunities for AI to impact finance and economics have grown in abundance over the recent past as the largest financial institutions have made an investment in these technologies with an eye toward transforming business processes. Leaders from industry and academia will discuss challenges related to process-optimization broadly, as well as quantitative reasoning, extrapolation and multimodal document processing in particular.
Learn more about the Generative AI Innovation Incubator
REGISTER → Registration is required, but there is no fee to register and attend.
Event Type: Conference/Workshop
In Person: No
Remote: Yes
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom Webinar
Talk Title: Generative AI Panel 3: Finance and Economics
For More Information: llmhackathon2023@cs.cmu.edu
Affiliations: Carnegie Mellon University, Computational Biology Department (CBD), Computer Science Department (CSD), Language Technologies Institute (LTI), Machine Learning Department (MLD), Software and Societal Systems Department (S3D), Software Engineering Institute (SEI)
Event Website Title: Series Website
Event Website URL: www.cs.cmu.edu…
Friday, June 9, 2023, 11am – 12pm
Across government, industry and academia, LLMs are impacting medicine and public health in a variety of areas including diagnostic imaging and extraction of information from medical records. The fields of computational biology, medical informatics and natural language processing come together to discuss privacy concerns, liability and trust in this important space.
Learn more about the Generative AI Innovation Incubator
REGISTER → Registration is required, but there is no fee to register and attend.
Event Type: Conference/Workshop
In Person: No
Remote: Yes
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom Webinar
Talk Title: GENERATIVE AI PANEL 2: Medicine and Public Health
For More Information: llmhackathon2023@cs.cmu.edu
Affiliations: Carnegie Mellon University, Computational Biology Department (CBD), Computer Science Department (CSD), Language Technologies Institute (LTI), Machine Learning Department (MLD), Robotics Institute (RI), Software and Societal Systems Department (S3D)
Event Website Title: Series Website
Event Website URL: www.cs.cmu.edu…
Friday, June 2, 2023, 11am – 12pm
Researchers and practitioners in the learning sciences and technology, economics, and administration of education will talk about new challenges and opportunities resulting from the rise of large language models (LLMs). The discussion will focus on assessment, formal instruction, professional development and learning on the job. The changing employment landscape will also be addressed.
Learn more about the Generative AI Innovation Incubator
REGISTER → Registration is required, but there is no fee to register and attend.
Event Type: Conference/Workshop
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom Webinar
Talk Title: GENERATIVE AI PANEL 1: Education and the Future of Work
For More Information: llmhackathon2023@cs.cmu.edu
Affiliations: Carnegie Mellon University, Computational Biology Department (CBD), Computer Science Department (CSD), Language Technologies Institute (LTI), Machine Learning Department (MLD), Robotics Institute (RI), Software and Societal Systems Department (S3D)
Event Website Title: Series Website
Event Website URL: www.cs.cmu.edu…
Thursday, June 8, 2023, 1 – 2pm
The CMU Libraries Open Science and Open Source Programs will host a virtual town hall for SCS faculty. They will provide an overview of the services and tools available to support areas of your research and any class efforts, and answer any questions you may have.
The Open Science team will cover the following topics:
Monday, May 8, 2023, 11:30am
Wrist force-torque sensors were among the first proprioception sensors to be developed when robotics emerged as a field. They are now a mature technology already used in structured industrial applications like sanding and drilling. While they provide essential feedback in many manipulation algorithms, they do not garner as much excitement as exteroception sensors like cameras. However, force feedback is a better sensory feedback modality in unstructured and occlusion-riddled conditions typically faced in agricultural robotics. Such situations present a need to develop better estimation methods for compensating for inertial forces and estimating unpredictable contact forces. This work reviews the design principles for force-torque sensors to understand the internal operating mechanisms and their limitations. Additionally, calibration and contact force estimation methods are investigated, particularly for dynamic manipulation applications like plant manipulation in agriculture, where unpredictable contact forces significantly affect the sensor output. Finally, we discuss potential research opportunities that are still outstanding in developing and using force-torque sensors.
Committee:
George Kantor
Michael Kaess
Oliver Kroemer
Cherie Ho
Monday, May 8, 2023, 12pm
Inspired by the common subtask of ensembling or calibrating private models, we study the problem of computing an mepsilon-differentially private majority of K epsilon-differentially private algorithms for m < K. We introduce a general framework to compute the private majority via Randomized Response (RRM) with a data-dependent noise function gamma that subsumes any non-trivial private majority algorithm, including the natural subsampling approach. Using the RRM framework, we derive an analytical framework for well-behaved gamma functions that explores the privacy utility tradeoff for different noise functions, showing a privacy amplification by a factor of 2 for computing the majority for i.i.d. mechanisms. Furthermore, we exploit the generality of our framework by applying a novel learning approach to find an optimized gamma that maximizes the utility while guaranteeing the output to be mepsilon-differentially private. To support our theory, we demonstrate the effectiveness of the optimization approach in both simulations and a private image classification task, highlighting the outstanding performance of the optimized gamma against several baselines.
Committee:
Gauri Joshi (Chair)
Steven Wu
Jean Oh
Jack Good
In Person and Zoom Participation. See announcement.
Tuesday, May 2, 2023, 1 – 4pm
Student teams of 3-6 have spent the last half of the semester hard at work with the goal of creating excellent educational games for their final projects. Overcoming the challenges of hybrid collaboration and playtesting, they have created 8 great games that they are excited to share.
The event will take place in the Kiesler-Kraut Commons (HCII's Lobby space) enabling all interested to stop in. During the showcase members of each team will be standing by to give walk-throughs and hands-on demos of their completed games.
Information on each of the games.
Event Type: Project Presentations
Room Number: In Person
Building: Kiesler-Kraut Commons, Newell-Simon 3rd Floor Entry to HCII
For More Information: harpstead@cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): SCS
Event Website Title: Project Website
Event Website URL: docs.google.com…
Thursday, April 27, 2023, 9am
Delta-complete analysis demonstrates the decidability and complexity of delta-complete decision procedures through appropriate relaxations of exact decision problems. This framework presents a potential for addressing various practical problems in science and engineering involving high-order polynomials, transcendental
functions, and ordinary differential equations. However, significant challenges remain in the development of viable and practical delta-decision procedures.
This dissertation aims to address the challenge of designing and implementing a scalable delta-decision procedure that incorporates rich theories and support for quantifiers, as well as a bounded
reachability analysis tool that is based on such a procedure.
First, we propose algorithms for solving SMT problems that involve ordinary differential equations (ODEs) by utilizing ODE constraints to design pruning operators within a branch-and-prune framework. Furthermore, we prove the delta-completeness of our algorithms.
Second, we present algorithms for solving SMT problems that involve universal quantification and a broad range of nonlinear functions by integrating interval constraint propagation, counterexample-guided synthesis, and numerical optimization. The proposed algorithms are demonstrated to be effective in handling a wide range of challenging global optimization and control synthesis problems.
Finally, we present dReal and dReach, delta-SMT solver and delta-reachability analysis tool respectively, for nonlinear real formulas and hybrid systems. dReal is capable of handling various nonlinear real functions, such as polynomials, trigonometric functions, and exponential functions, and implements the delta-complete decision procedure framework. dReach, on the other hand, encodes reachability problems as first-order real formulas and
solves them using dReal. As a result, dReach is equipped to handle a wide range of highly nonlinear hybrid systems, as demonstrated by its scalability on various realistic models from biomedical and robotics applications.
Thesis Committee:
Randal E. Bryant (Co-Chair)
Edmund M. Clarke (Co-Chair)
Jeremy Avigad
Marijn J.H. Heule
Leonardo de Moura (Amazon Web Services)
Additional Information
Event Type: Thesis Orals
Room Number: In Person
Building: Gordon Bell Conference Room, Gates Hillman 5117
Speaker's Name: SOONHO KONG
Speaker Website: soonhokong.github.io
Speaker's Professional Title: Ph.D. Candidate, Computer Science Department, Carnegie Mellon University
Talk Title: Efficient Delta-decision Procedure
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jennsbl@cs.cmu.edu | deb@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Tuesday, April 25, 2023, 12 – 1pm
Selecting the best hyperparameters for a particular optimization instance, such as the learning rate and momentum, is an important but nonconvex problem. As a result, iterative optimization methods such as hypergradient descent lack global optimality guarantees in general.
We propose an online nonstochastic control methodology for mathematical optimization. First, we formalize the setting of meta-optimization, an online learning formulation of learning the best optimization algorithm from a class of methods. The meta-optimization problem over gradient-based methods can be framed as a feedback control problem over the choice of hyperparameters, including the learning rate, momentum, and the preconditioner.
Although the original optimal control problem is nonconvex, we show how recent methods from online nonstochastic control using convex relaxations can be used to circumvent the nonconvexity, and obtain regret guarantees vs. the best offline solution. This guarantees that in meta-optimization, given a sequence of optimization problems, we can learn a method that attains convergence comparable to that of the best optimization method in hindsight from a class of methods.
—
Xinyi Chen is a fourth-year Ph.D. student in the Computer Science department at Princeton University, advised by Prof. Elad Hazan. Her research is at the intersection of online learning, optimization, and control. Previously, she obtained her undergraduate degree from Princeton in Mathematics, where she received the Middleton Miller Prize. She is a recipient of the NSF Graduate Research Fellowship and a participant of EECS Rising Stars at UC Berkeley.
The AI Seminar is generously sponsored by SambaNova Systems.
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: XINYI CHEN
Speaker Website: xinyi.github.io
Speaker's Professional Title: Ph.D. Student, Department of Computer Science, Princeton University
Talk Title: A Nonstochastic Control Approach to Optimization
For More Information: ashert@cs.cmu.edu
Affiliations: Computer Science Department (CSD), Language Technologies Institute (LTI), Machine Learning Department (MLD)
Event Website Title: Event Website
Event Website URL: www.cs.cmu.edu…
Thursday, April 20, 2023, 12 – 1pm
Algorithmic reasoning requires capabilities which are most naturally understood through recurrent models of computation, like the Turing machine. However, Transformer models, while lacking recurrence, are able to perform such reasoning using far fewer layers than the number of reasoning steps. This raises the question: what solutions are these shallow and non-recurrent models finding? In this talk, we will formalize reasoning in the setting of automata, and show that the computation of an automaton on an input sequence of length T can be replicated exactly by Transformers with o(T) layers, which we call "shortcuts". We provide two constructions, with O(log T) layers for all automata and O(1) layers for solvable automata. Empirically, our results from synthetic experiments show that shallow solutions can also be found in practice.
—
Bingbin Liu is a fourth-year PhD student at the Machine Learning Department of Carnegie Mellon University, co-advised by Pradeep Ravikumar and Andrej Risteski. Her research focuses on the theoretical understanding of self-supervised learning and unsupervised learning, often motivated by findings in vision and language.
The AI Seminar is generously sponsored by SambaNova Systems.
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: ASA Conference Room, Gates Hillman 6115 and Zoom
Speaker's Name: BINGBIN LIU
Speaker Website: clarabing.github.io
Speaker's Professional Title: Ph.D. Student, Machine Learning Department, Carnegie Mellon University
Talk Title: Thinking Fast with Transformers: Algorithmic Reasoning via Shortcuts
For More Information: ashert@cs.cmu.edu
Affiliations: Computer Science Department (CSD), Language Technologies Institute (LTI), Machine Learning Department (MLD)
Event Website Title: Series Website
Event Website URL: www.cs.cmu.edu…
Thursday, April 20, 2023, 2 – 3pm
Recent advances in machine learning often rely on large and centralized datasets. However, curating such data can be challenging when they hold private information, and policies/regulations may mandate that they remain distributed across data silos (e.g. mobile devices or hospitals). Federated learning (FL) has emerged as a paradigm for learning from such distributed data, though it has been shown that its data minimization principle alone may not provide adequate privacy protection. To this end, past work has applied differential privacy (DP) to various parts of the FL pipeline to obtain formal privacy guarantees.
In this talk, we study the application of differential privacy in cross-silo federated learning, a setting characterized by a limited number of resource-abundant clients each with many data subjects. We examine a natural privacy granularity for such settings and reconsider the role of model personalization and its interplay with privacy and statistical heterogeneity. We also establish mean-regularized multi-task learning as a simple and strong baseline, providing an empirical and theoretical characterization of its behaviors. Finally, we describe how these insights helped us develop a winning solution at the US/UK PETs prize challenge.
Thesis Committee:
Prof. Artur Dubrawski (Co-advisor)
Prof. Virginia Smith (Co-advisor)
Prof. Steven Wu
Prof. Elaine Shi
Shengyuan Hu
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: KEN ZIYU LIU
Speaker Website: kenziyuliu.github.io
Speaker's Professional Title: Master's Student, Robotics Institute, Carnegie Mellon University
Talk Title: On Privacy and Personalization in Federated Learning: Analyses and Applications
For More Information: brobbins@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): MSR, SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, April 20, 2023, 3:30 – 4:30pm
Despite the recent progress in computer vision and deep learning, robot perception remains a tremendous challenge due to the variations of the objects and the scenes in manipulation tasks. Ideally, a robot trying to manipulate a new object should be able to reason about the object's geometric, physical, and topological properties. In this thesis, we aim to investigate different strategies for enabling a robot to reason about objects using 3D visual signals in a generalizable manner.
Thesis Committee:
Prof. David Held (Advisor)
Prof. Jeffrey Ichnowski
Jianren Wang
In Person and Zoom Participation. See announcement.
Event Type: Master's Thesis Presentation
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: HAOLUN "HARRY" ZHANG
Speaker Website: harryzhangog.github.io
Speaker's Professional Title: Master's Student, Robotics Institute, Carnegie Mellon University
Talk Title: Seeing in 3D: Towards Generalizable 3D Visual Representations for Robotic Manipulation
For More Information: brobbins@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, April 20, 2023, 12 – 1pm
The environment surrounding organizations is becoming more complex and dynamic, and the increased use of AI-based technology both contributes to complexity (by enabling us to do more, faster) but can also enhance the functioning of human systems if designed and integrated effectively. Doing so requires moving beyond structuring teams and organizations for performance, but instead designing them for collective intelligence. Research on intelligence has focused on the capabilities that enable a system to adapt and accomplish goals in changing environments for over a century. Building on that work, my collaborators and I have examined collective intelligence in human and human-computer systems, identifying the memory, attention, and reasoning functions that need to be fulfilled for intelligence to emerge. We apply these insights in our current research where we teach AI agents how to recognize collaboration in human systems in order to develop new ways to intervene to increase collective intelligence.
—
Anita Williams Woolley is a Professor of Organizational Behavior and the Associate Dean of Research at Carnegie Mellon University's Tepper School of Business. Dr. Woolley received her doctorate in organizational behavior at Harvard University. Her research focuses on collective intelligence in human teams and human-computer collaboration, with current projects funded by DARPA and the National Science Foundation focusing on how artificial intelligence can enhance the quality of synchronous and asynchronous collaboration in co-located and remote teams. Dr. Woolley's research has been published in Science and PNAS as well as many top journals in management, applied psychology, and computer science. She has served as a Senior Editor at Organization Science and is a founding Associate Editor of the ACM Journal Collective Intelligence.
Thursday, April 20, 2023, 4:30 – 5:30pm
Public verification of quantum money has been one of the central objects in quantum cryptography ever since Wiesner's pioneering idea of using quantum mechanics to construct banknotes against counterfeiting. So far, we do not know any publicly-verifiable quantum money scheme that is provably secure from standard assumptions.
In this talk, we provide both negative and positive results for publicly verifiable quantum money.
Thursday, April 20, 2023, 2 – 3pm
In this talk, Dr. Salter will discuss how what we collectively remember or forget about the past has implications for contemporary intergroup relations. She will share data from two programs of research that highlight the relationships between historical knowledge, ignorance, and the reproduction of social inequality in practice and policy. Specifically, she will discuss her empirical research on the role of critical history knowledge in perceptions of racism and when individualist narratives become racialized rhetoric.
—
Phia S. Salter is an Associate Professor of Psychology at Davidson College. She earned her M.A. and Ph.D. in Social Psychology from the University of Kansas in 2010. In her research, she utilizes cultural-psychological and critical race perspectives to inform her work on collective memory, racial identity, and systemic racism. Her contributions to teaching and learning about racism have been recognized with an Outstanding Teaching Award from the Society for the Psychological Study of Social Issues.
Livestream - Open to the Public
Event Type: Lecture
Room Number: Virtual Presentation - ET
Building: Remote Access - Livestream
Speaker's Name: PHIA SALTER
Speaker Website: www.davidson.edu…
Speaker's Professional Title: Associate Professor of Psychology, Davidson College
Talk Title: (Un)Knowing Inequality: A Critical Race Psychology Perspective on Engaging Systemic Racism
For More Information: jlscanlo@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): Collabory Against Hate, IDeaS
Event Website Title: Event Website
Event Website URL: www.collabagainsthate.org…
Thursday, April 20, 2023, 2pm
The information environment encompasses various organizations, individuals, and systems that deal with information, with three interconnected dimensions: physical, informational, and cognitive. Today’s internet plays a crucial role in the information environment, where information can be disseminated widely through viral tweets, controlled via state censor protocols, or suppressed through government internet censorship. State actors are leveraging social networks for information campaigns, making it imperative to understand who is disseminating what to whom. However, existing research on state-sponsored campaigns, particularly related to China’s activities, faces challenges due to proprietary data restrictions, resource constraints, and the anonymous nature of many public forums, resulting in a gap in identifying state-sponsored inauthentic behavior on social media.
To address this research gap, my thesis leverages computational and network science methods with political and sociological groundings to identify and characterize state actor campaigns within the information environment. At the singular campaign level, I use the network structure of a campaign to identify key actors and their functions across different types of information campaigns. I then employ information theory methods to analyze how China’s dialogue towards regional countries in the area has shifted over time, examining the aggregated effects of campaign narratives. Furthermore, I expand the research by utilizing a social cybersecurity framework to map out how the People’s Republic of China (PRC) uses information maneuvers to shape the information environment. To account for the technical means that state actors may use to manipulate web browser results, particularly for websites that are frequently used in information campaigns, I employ network structures of China’s top website domains to identify common PRC search engine optimization techniques that artificially boost a given site’s browser visibility. Lastly, I aggregate my findings by expanding a decision-making game designed for analysts who are studying how different types of actors manipulate the social media domain. I integrate key measurements in the synthetic creation of a PRC information campaign and validate generated data. These contributions enhance the understanding of state-sponsored information campaigns and provide valuable tools to researchers in the field.
Thesis Committee:
Kathleen M. Carley (Chair)
Patrick Park,
John Chin
Matthew Benigni (US Army Futures Command)
In Person and Zoom Participation. See announcement.
Monday, April 17, 2023, 12 – 1pm
In observational studies, potential confounders may distort the causal relationship between an exposure and an outcome. However, under some conditions, a causal dose-response curve can be recovered by using the G-computation formula. When the exposure is continuous-valued, nonparametric inference on this curve can be challenging since it cannot be estimated at regular rates. We show that if the causal dose-response curve is known to be monotone, asymptotically valid inference can be carried out using causal isotonic regression, an extension of classical isotonic regression. We discuss the statistical properties and implementation of causal isotonic regression. We also discuss extensions of causal isotonic regression for use when the data-generating mechanism includes various sampling complications. These extensions are critical for contemporary applications, including the assessment of correlates of protection in vaccine trials. We illustrate our proposed methods by studying controlled vaccine efficacy curves using data from COVID vaccine trials.
—
Marco Carone is an Associate Professor of Biostatistics and Adjunct Associate Professor of Statistics at the University of Washington, and an Affiliate Investigator in the Vaccine and Infectious Disease Division at the Fred Hutchinson Cancer Research Center. He is also the Norman Breslow Endowed Faculty Fellow. He completed his doctoral studies in Biostatistics at the Johns Hopkins Bloomberg School of Public Health under the guidance of Daniel Scharfstein. Before joining UW, he was a postdoctoral fellow and lecturer at UC Berkeley, where he worked with Mark van der Laan. His research centers on causal inference, high-dimensional statistics, survival analysis, longitudinal data, and more.
Zoom Participation. See announcement.
Event Type: Seminars
Room Number: Virtual Presentation - ET
Building: Remote Access -Zoom
Speaker's Name: MARCO CARONE
Speaker Website: faculty.washington.edu…
Speaker's Professional Title: Associate Professor of Biostatistics, Adjunct Associate Professor of Statistics, University of Washington, Affiliate Investigator, Fred Hutchinson Cancer Research Center
Talk Title: Causal isotonic regression: theory and practice
For More Information: edward@stat.cmu.edu
Affiliations: Computer Science Department (CSD), Machine Learning Department (MLD)
Organization(s): Department of Statistics & Data Science
Wednesday, April 12, 2023, 12 – 1pm
Lucas Gil Nadolskis is a masters student in Biomedical Engineering at CMU working on neural prosthesis for the blind. His talk will be titled - Building an accessible pathway to neuroscience research: challenges and solutions on papers, presentations and books. He will be previewing a talk he’s giving to the arXiv Accessibility Forum next week alongside his research.
Yunzhi Li, a Ph.D. student in the Human-Computer Interaction Institute, will be presenting on his work for CHI - Breaking the "Inescapable" Cycle of Pain: Supporting Wheelchair Users' Upper Extremity Health Awareness and Management with Tracking Technologies.
In Person and Zoom Participation. See announcement.
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: Newell-Simon 1109 and Zoom
Speaker's Name: LUCAS GIL NADOLSKIS and YUNZHI LI
Speaker's Professional Title: jiwoongj@andrew.cmu.edu
Talk Title: 2 Talks
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): SCS
Event Website Title: Accessibiltiy Group Website
Event Website URL: accessibility.cs.cmu.edu
Monday, April 10, 2023, 9:30am
Antimicrobial drugs have revolutionized the world. Since the accidental discovery of penicillin, infectious disease is no longer a death sentence, and antimicrobial drugs have saved tens of millions of lives. Yet with the rise of resistant pathogens such as Candida Auris, which are resistant to many known antimicrobial drugs, the looming threat of antimicrobial resistance is more pressing than ever. Unfortunately, development of these drugs has stagnated, as large pharmaceutical companies have shifted focus to more lucrative drugs for long-term treatment of chronic conditions. An alternative approach for drug discovery is to turn to nature to find novel antimicrobials and other drugs. Optimized through millions of years of natural selection, natural products represent a valuable resource for finding drug candidates with novel mechanisms of action. In this work I will focus on Non-Ribosomal Peptides (NRPs), which are one such class of natural products synthesized by both bacteria and fungi. NRPs exhibit great chemical diversity beyond just antimicrobial activity, and are commonly on the World Health Organization (WHO) list of essential medicines, including access group antibiotics, end-of-line antibiotics, antifungals, immunosuppressants, and cytotoxic compounds with anticancer properties. In my first aim, I will build methods and tools to efficiently identify novel and natural NRP drug candidates via genome mining and machine learning. I will use these tools to help elucidate the structure of a new antifungal agent which can kill the drug-resistant C. Auris strain. In my second aim, I will expand my focus to NRPs synthesized by fungi and NRPs which are hybridized with other classes of natural products. In my third aim, I will use my methods to connect NRPs of unknown biological origin to the species and gene sequences which can synthesize them. With the appropriate advancements in synthetic biology, my work will help scale the biosynthesis of natural and unnatural (i.e. engineered) NRPs with potentially new mechanisms of action.
Thesis Committee:
Hosein Mohimani (Chair, CMU)
Russell Schwartz
Erik Wright (PITT)
Louis Felix Nothias (University Côte d’Azur)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Traffic21 Classroom, Gates Hillman 6501 and Zoom
Speaker's Name: ABHINAV ADDURI
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Ph.D. Student, Computational Biology Department, Carnegie Mellon University
Talk Title: Algorithms for Natural Drug Discovery via Bacterial and Fungal Genome Mining and Machine Learning
For More Information: nstenger@cs.cmu.edu
Affiliations: Computational Biology Department (CBD)
Organization(s): SCS
Monday, April 10, 2023, 11am
I will present work on an embodied artificial intelligent agent designed to tidy up disordered scenes by utilizing learned commonsense object placement and room arrangement priors. The agent explores a home environment, detects misplaced objects, infers their proper contexts, localizes those contexts in the current scene, and repositions the objects. The effectiveness of the agen is demonstrated throu testing in the AI2THOR simulation environment, using only pixel and raw depth input without prior observations of the specific room and relying solely on priors learned from a set of training houses. The project website can be found here.
Monday, April 10, 2023, 1pm
In the past two decades, the field of randomized numerical linear algebra has been extremely successful in developing algorithmic techniques for the problem of matrix approximation, in which large matrices are approximated by much smaller ones. This problem is fundamental to many areas of mathematics and computer science, and algorithmically, matrix approximation has found applications ranging from machine learning to graph algorithms to computational geometry and beyond.
In this thesis proposal, we further develop the theory of matrix approximation algorithms from the perspective of randomized numerical linear algebra, drawing particularly heavily from techniques based on sampling and sketching. We focus on obtaining nearly optimal trade-offs for fundamental problems in this literature, and succeed in resolving such bounds for problems including oblivious ℓp subspace embeddings, ℓp Lewis weight sampling, streaming Löwner--John ellipsoid approximation, active ℓp linear regression, and entrywise low rank approximation.
Thesis Committee
David Woodruff (Chair)
Anupam Gupta
Richard Peng
Cameron Musco (University of Massachusetts Amherst)
Additional Information
Event Type: Thesis Proposals
Room Number: In Person
Building: Reddy Conference Room, Gates Hillman 4405
Speaker's Name: TAISUKE YASUDA
Speaker Website: taisukeyasuda.github.io
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Advances in Algorithms for Matrix Approximation via Sampling and Sketching
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jennsbl@cs.cmu.edu | deb@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Monday, April 10, 2023, 10am
Graphs are among the most well-studied objects in combinatorics and optimization, and are central to many areas of algorithm design. In this talk, I describe some powerful new tools critical to recent progress on fundamental problems in graph algorithms, including long-standing problems such as all-pairs minimum cut, parallel shortest paths, and dynamic connectivity. Specifically, I demonstrate how the interplay between structure, approximation, and iteration forms the basis of my research process, and discuss how these ideas can lead to further breakthroughs.
—
Jason Li is a Simons Institute postdoctoral fellow working on fundamental graph optimization problems such as minimum cut and maximum flow. His research efforts have led to state-of-the-art algorithms for a wide array of classic problems, including deterministic global minimum cut, minimum k-way cut, Gomory-Hu tree or all-pairs minimum cut, and single-source shortest paths in parallel. He has received the EATCS Distinguished Dissertation Award, the Machtey Best Student Paper Award at FOCS 2019, and the Best Paper Award at ESA 2021.
Faculty Host: Richard Peng
In Person and Zoom Participation. See announcement.
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: JASON LI
Speaker Website: simons.berkeley.edu…
Speaker's Professional Title: Simons-Berkeley Postdoctoral Fellow, Simons Institute, University of California, Berkeley
Talk Title: Structure, Approximation, and Iteration for Graph Algorithms
For More Information: astowers@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Monday, April 10, 2023, 1pm
Typically, reinforcement learning (RL) methods rely on trial-and-error interaction with the environment from scratch to discover effective behaviors. While this sort of paradigm has the potential to discover good strategies, this paradigm also inhibits RL methods from collecting enough experience or training data in real-world problems where active interaction is expensive (e.g., in drug design) or dangerous (e.g., for robots operating around humans). My work develops approaches to alleviate this limitation: how can we learn policies to effectively make decisions entirely from previously-collected, static datasets in an offline manner? In this talk, I will discuss challenges that appear in this kind of offline reinforcement learning (offline RL) and develop algorithms and techniques to address these challenges. I will then discuss how my approaches for offline RL and decision-making have enabled us to make progress in real-world problems such as hardware accelerator design and robotic manipulation. Finally, I will discuss how we can start to enable offline RL methods to benefit from generalization capabilities offered by large and expressive models by understanding how these methods behave.
—
Aviral Kumar is a final year Ph.D. student at UC Berkeley. His research focuses on developing effective and reliable approaches for (sequential) decision-making. Towards this goal, he focuses on designing reinforcement learning techniques to static datasets and on understanding and applying these methods in practice. Before his Ph.D., Aviral obtained his B.Tech. in Computer Science from IIT Bombay in India. He is a recipient of the C.V. & Daulat Ramamoorthy Distinguished Research Award, awarded to 1 PhD student in Berkeley EECS for outstanding contributions to a new area of research in computer science, Facebook Ph.D. Fellowship in Machine Learning and Apple Scholars in AI/ML Ph.D. Fellowship.
Faculty Hosts: Russ Salakhutdinov, Zico Kolter
In Person and Zoom Participation. See announcement.
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: AVIRAL KUMAR
Speaker Website: aviralkumar2907.github.io
Speaker's Professional Title: Ph.D. Student, Berkeley AI Research (BAIR) Lab Electrical Engineering and Computer Sciences, University of California, Berkeley
Talk Title: Reinforcement Learning from Static Datasets: Algorithms, Analysis and Applications
For More Information: astowers@andrew.cmu.edu
Affiliations: Computer Science Department (CSD), Machine Learning Department (MLD)
Organization(s): SCS
Saturday, April 8, 2023, 12 – 7pm
You're invited to the Carnegie Mellon University Venture Challenge Demo Day, where you'll witness the brightest and most innovative startups present their cutting-edge ideas to a panel of esteemed judges. You'll also have the chance to hear from two distinguished guest speakers - Vinod Khosla, co-founder of Khosla Ventures, and Lucy Guo, co-founder of Scale AI, - who will be sharing their insights and experience in the tech industry.
Don't miss the opportunity to learn from these industry titans and connect with fellow innovators on the final demo day at Swartz Center for Entrepreneurship. This year, we are proud to feature a diverse array of startups from a variety of industries, including technology, healthcare, and sustainability.
In addition to the pitch presentations, attendees will have the opportunity to network with entrepreneurs, investors, and other members of the Carnegie Mellon and Pittsburgh communities.
The CMU Venture Challenge provides a meaningful experience for all attendees. Whether you are pitching your startup, a current student, a recent grad, or well into your career, the CMU VC offers a fun filled day with awesome speakers, an experienced panel, engaging startup pitches, a networking session, and great food!
REGISTER: CMU VC Eventbrite
Schedule Includes
2:00 PM - 1:00 PM → Fireside Chat with Vinod Khosla, Founder, Khosla Ventures
1:00 PM - 3:00 PM → Pitches
3:00 PM - 3:30 PM → Short Break
3:30 PM - 5:30 PM → Pitches
5:30 PM - 6:30 PM → Fireside Chat with Lucy Guo, Co-Founder, Scale AI
6:30 PM - 7:00 PM → Closing Ceremony
7:00 PM → Networking
Additional Information
Vinod Khosla (born 28 January 1955) is an Indian-American businessman and venture capitalist. He is a co-founder of Sun Microsystems and the founder of Khosla Ventures. Khosla made his wealth from early venture capital investments in areas such as networking, software, and alternative energy technologies. He is considered one of the most successful and influential venture capitalists.
Lucy Guo is the founder and general partner at Backend Capital, a San Francisco-based venture capital firm, and a co-founder of Scale AI, a data platform for artificial intelligence which enables developers to use an API for repetitive human tasks. Guo studied Computer Science and Human Computer Interaction at Carnegie Mellon University. She dropped out her senior year upon winning a 2014 Thiel Fellowship, which awards twenty people under twenty-two years old a $100,000 scholarship and mentorship to build a business.
The student entrepreneurs pitching their startups at the CMU VC MUST be undergraduate students. Teams are allowed to have non-undergraduates, but the main founders must be undergraduates.
Event Type: Career Presentation
Room Number: In Person
Building: Swartz Center, 3rd floor, Tepper QUad
Speaker's Name: CMU Annual National Startup Competition
Affiliations: Entrepreneurship, Student Groups and Organizations
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Saturday, April 1, 9am – Sunday, April 2, 2023, 6pm
Join us for:
Tuesday, March 28, 2023, 12 – 1pm
We develop a versatile new methodology for multidimensional mechanism design that incorporates side information about agent types with the bicriteria goal of generating high social welfare and high revenue simultaneously. Side information can come from a variety of sources---examples include advice from a domain expert, predictions from a machine-learning model trained on historical agent data, or even the mechanism designer's own gut instinct---and in practice such sources are abundant. In this work we adopt a prior-free perspective that makes no assumptions on the correctness, accuracy, or source of the side information.
First, we design a meta-mechanism that integrates input side information with an improvement of the classical VCG mechanism. The welfare, revenue, and incentive properties of our meta-mechanism are characterized by a number of novel constructions we introduce based on the notion of a \emph{weakest competitor}, which is an agent that has the smallest impact on welfare. We then show that our meta-mechanism---when carefully instantiated---simultaneously achieves strong welfare and revenue guarantees that are parameterized by errors in the side information. When the side information is highly informative and accurate, our mechanism achieves welfare and revenue competitive with the total social surplus, and its performance decays continuously and gradually as the quality of the side information decreases.
Finally, we apply our meta-mechanism to a setting where each agent's type is determined by a constant number of parameters. Specifically, agent types lie on constant-dimensional subspaces (of the potentially high-dimensional ambient type space) that are known to the mechanism designer. We use our meta-mechanism to obtain the first known welfare and revenue guarantees in this setting.
—
Siddharth Prasad is a fourth-year PhD student in the Computer Science Department at Carnegie Mellon University advised by Nina Balcan and Tuomas Sandholm. His research interests span machine learning, integer programming, mechanism design, algorithms, and their various interactions. He was a student researcher at Google Research during Summer 2022, hosted by Craig Boutilier and Martin Mladenov. He received a B.S. in math and computer science from Caltech in 2019.
Presented as part of the AI Seminar
Presented in Partial Fulfillment of the CSD Speaking Skills Requirement.
In Person and Zoom Participation. See announcement.
Event Type: Speaking Skills
Room Number: In Person and Virtual - ET
Building: ASA Conference Room, Gates Hillman 6115 and Zoom
Speaker's Name: SIDDHARTH PRASAD
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Bicriteria Multidimensional Mechanism Design with Side Information
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jennsbl@cs.cmu.edu | deb@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Tuesday, March 28, 2023, 10am
Algorithms govern our lives, shaping how we experience and interact with the world around us. It is imperative that we envision a world where algorithmic systems serve as a catalyst for promoting a more just, equitable, and democratic society for all, not just the progress of a privileged few. The rapid advancement of AI has made it abundantly clear that these systems can either enhance human well-being or cause serious harm. The design choices in AI simulations are not value-neutral and often negatively impact marginalized communities that experience the most severe consequences of real-world algorithmic decision-making in both the public and private sectors. Achieving equity in algorithmic decisions and balancing competing values, such as community preferences, moral trade-offs, human autonomy, algorithmic power, and distributive justice, remains a significant challenge. To address these issues, I will introduce the Public Interest Computing research program, which promotes ethical pluralism in the design, engineering, evaluation, deployment, and governance of AI and policies for sustainable development. By incorporating sociological imagination and political philosophy theories, I will demonstrate how to co-design society-in-the-loop AI systems that inspire research beyond focusing solely on the model and data-centric views of AI fairness in high-stakes decision-making. Using examples from my field research and deployments in resource-constrained environments, I will showcase how ethically responsible digital-twin AI systems can inform public policy on critical issues such as climate change, identification of missing millions, equitable design of the future of work in digital data markets, platform monopoly, and AI governance. These examples highlight the importance of collaborations among academia, industry, civil society, and government in algorithmic risk assessment. Finally, I will discuss the future directions of Public Interest Computing to ensure AI and policy align with ethical, social, and legal values, promoting global development, equity and justice in our constantly changing socio-technical world
—
Neil Gaikwad is a Ph.D. candidate, a Social and Ethical Responsibilities of Computing Scholar, and a fellow of the Dalai Lama Center for Ethics and Transformative Values at MIT. His research in computational sustainability straddles the interface of AI Ethics, Pluralistic Design, and Policy for promoting global development. This work has led to publications in premier AI and HCI conferences, global public policy engagements, and large-scale deployments of open-source systems. He has established the AI and Policy Research Initiative, a collaboration involving universities, industries, think tanks, NGOs, and governments, aimed at addressing significant societal challenges by understanding both the opportunities and risks associated with algorithmic decision-making.
Neil’s research has been recognized with numerous awards in science and engineering, including the Facebook Ph.D. Fellowship, Schmidt Science Fellows Nominee, Rising Star in Data Science by the University of Chicago, INK Fellowship, and MIT Graduate Teaching Award. His scholarship has also been featured in major publications such as The New York Times, New Scientist, Bloomberg, WIRED, and Wall Street Journal. To make scientific research accessible and raise public awareness about critical societal issues, he creates data-driven installations and exhibitions by combining computational creativity with environmental art. National Geographic has showcased his artwork on melting glaciers.
Neil has mentored over 20 students, who have gone on to publish impactful papers, receive prestigious fellowships, pursue research careers, and shape the technology policy concerning AI fairness and racial equity. In recognition of his efforts to promote DEI values and improve the community's welfare, he has been awarded MIT's highest student honor, the Karl Taylor Compton Prize. He holds a master’s degree from the School of Computer Science at Carnegie Mellon University.
Faculty Host: Eunsuk Kang
Joint Software and Societal Systems Department / Department of Engineering and Public Policy Candidate
In Person and Zoom Participation. See announcement.
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: NEIL GAIKWAD
Speaker Website: web.media.mit.edu…
Speaker's Professional Title: Ph.D. Candidate, Media Lab, Social and Ethical Responsibilities of Computing Scholar, Fellow of the Dalai Lama Center for Ethics and Transformative Values, Massachusetts Institute of Technology
Talk Title: Public Interest Computing: Pluralistic Design of Ethically Responsible AI and Policy
For More Information: astowers@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): Department of Engineering and Public Poiicy (EPP), SCS
Thursday, March 16, 9am – Friday, March 17, 2023, 9pm
Event Type: Special Events
Speaker's Name: for Admitted Ph.D. Students
For More Information: stidle@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): SCS
Wednesday, March 15, 2023, 12 – 1pm
In Person and Zoom Participation. See announcement.
Event Type: Talks
Room Number: In Person and Zoom - ET
Building: Newell-Simon 1109 and Zoom
Speaker's Name: LYNN KIRABO
Speaker's Professional Title: Ph.D. Student, Human-Computer Interaction Institute, Carnegie Mellon University
Talk Title: Forging a Path Toward Equity in Smart Public Transit Systems
For More Information: jiwoongj@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Wednesday, March 15, 2023, 12 – 1pm
Polynomial-time approximation algorithms have been widely studied for constraint satisfaction problems (CSPs). In this setting, the prototypical problem is Max-CUT, whose approximability was (conditionally) settled in several seminal works. A more recent line of work explores CSP approximability in the purportedly weaker, and more information-theoretic, setting of streaming algorithms.
In the streaming setting, nontrivial approximations to Max-CUT have been ruled out in very strong models. Hence, attention has turned to the “next simplest” CSP: Max-DICUT, the variant of Max-CUT for directed graphs. Chou, Golovnev, and Velusamy settled Max-DICUT’s approximability in the small-space streaming regime: for all ε>0, 4/9-ε approximations are possible in O(log n) space, but 4/9+ε approximations require Ω(sqrt n) space.
We present a surprising simplification of the O(log n) space algorithm for Max-DICUT [1]. This leads naturally to a more general notion which we call a “snapshot” of a directed graph. We describe how snapshots can be measured by streaming algorithms, and how they in turn enable a 0.486-approximation to Max-DICUT in O-tilde(sqrt n) space [2]. (For comparison, 4/9≈0.445.) This work opens the way for a rich landscape of possibilities, both for space complexities beyond sqrt n, and for other CSPs beyond Max-DICUT.
Based on joint works with [1] Joanna Boyland, Michael Hwang, Tarun Prasad, and Santhoshini Velusamy (APPROX'22), and [2] Raghuvansh R. Saxena, Madhu Sudan, and Santhoshini Velusamy (SODA'23 and preprint).
Event Type: Seminars
Room Number: In Person
Building: Gates Hillman 8102
Speaker's Name: JEFF XU
Speaker Website: noahsinger.org
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Improved streaming approximation algorithms for Maximum Directed Cut
For More Information: jeffxusichao@cmu.edu
Affiliations: Computer Science Department (CSD)
Event Website Title: Series Website
Event Website URL: www.cs.cmu.edu…
Wednesday, March 15, 2023, 1pm
We are rapidly moving towards a world with a trillion internet-connected devices, from smartwatches to industrial sensors. However, computing has yet to disappear into everyday objects and surfaces we interact with, as Mark Weiser envisioned 30 years ago. Today's Internet of Things (IoT) devices are bulky, expensive, and battery-powered, making them environmentally harmful and heavily reliant on regular maintenance and replacement. Four system design challenges keep us from building functional, integrated, and low-impact ubiquitous computational things: form factor, maintenance-free power operation, low-cost, and environmental sustainability.
With this vision in mind, I build sustainable computational materials by rethinking the computing stack from the bottom up, going beyond off-the-shelf device components, and co-designing across novel materials, fabrication methods, low-power circuits, and industrial design. To illustrate this, I will provide an example of an easy-to-retrofit, inexpensive, battery-free sticky note that can wirelessly sense acoustic vibrations and provide feedback. This work will encompass three projects with increasing capability. SATURN is a self-powered flexible acoustic sensor based on a triboelectric generator made from inexpensive everyday materials like paper and plastic. MARS demonstrates simultaneous wireless sensing of speech, direction, identity, and touch by multiple interactive stickers in an indoor environment in nano-power. VENUS adds feedback to the stickers in the form of a low-voltage display powered by the human body or ambient room light. I discuss the potential application of sustainable stickers in interaction sensing, mobile health, and infrastructure monitoring. I will conclude by laying a path forward for systems, toolkits, and applications that help progress the ambitious research agenda of sustainable computational materials throughout their full lifecycle - manufacturing, operation, and reuse or disposal.
—
Nivedita Arora is a postdoctoral researcher in the School of Interactive Computing at the Georgia Institute of Technology. She recently received her Ph.D. in Computer Science, advised by Gregory Abowd and Thad Starner. Nivedita is passionate about designing sustainability-first computing systems and exploring their applications. For this, she works at the intersection of novel materials, low-power embedded systems, human-computer interaction, and industrial design. Her research has been published in top-tier ACM Systems and HCI venues such as IMWUT, UIST, and MobiSys. It has won several recognitions, including research highlights in Communications of the ACM and SIGMOBILE's GetMobile Magazine, two best papers (ACM IMWUT, ACM SenSys-ENSsys), and two best posters awards (MobiSys, UIST). In addition, she has received the ACM UbiComp Gaetano Borriello Outstanding Student Award, Georgia Tech's GVU Foley Scholar, Outstanding GRA award in GT's College of Computing, Rising Stars in EECS, and GT's Faces of Inclusive Excellence. Learn more.
Faculty Host: Mayank Goel
Joint with the Department of Electrical and Computer Engineering
In Person and Zoom Participation. See announcement.
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: NIVEDITA ARORA
Speaker Website: niveditaarora.com
Speaker's Professional Title: Postdoctoral Researcher, School of Interactive Computing, Georgia Institute of Technology
Talk Title: Building Sustainable Computational Materials
For More Information: astowers@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): SCS, Department of Electrical and Computer Engineerint
Wednesday, March 15, 2023, 11am
Soft pneumatic robot manipulators have garnered widespread interest due to their compliance and flexibility, which enable soft, non-destructive grasping and strong adaptability to complex working environments. Tactile sensing is crucial for these manipulators to provide real-time contact information for control and manipulation. Vision-based tactile sensing has been used in soft pneumatic robot manipulators to achieve high spatial resolution of contact information. However, designing a high-quality vision-based tactile sensor for soft pneumatic robot manipulators is challenging because of the manipulator's deformation during pneumatic actuation.
In this thesis, we present a physics-based optical simulation pipeline to guide the design of vision-based tactile sensing on a soft robot finger. Our simulation pipeline enables faster iteration cycles and automatic optimization of design parameters, eliminating the need to manufacture the entire robot finger for each design iteration. The simulation utilizes physics-based rendering (PBR) with highly accurate optical modeling of the robot finger to ensure that performance improvements in tactile sensing in the simulation are transferrable to the real-world robot finger. We introduce a fast numerical metric to test tactile sensing performance at different robot actuation statuses and contact locations to evaluate designs. We rely on human expertise to perform a coarse search on initial soft manipulator designs and then select the best based on defined metrics. Then, we apply the covariance matrix adaptation evolution strategy (CMA-ES) as a numerical optimization method to iteratively fine-tune design parameters. We compare the tactile sensing performance of the optimized design and the initial design in both simulation and real-world setup and demonstrate an improvement in both cases.
Thesis Committee:
Prof. Wenzhen Yuan (Advisor)
Prof. Matthew O’Toole
Arpit Agarwal
In Person and Zoom Participation. See announcement.
Thursday, March 16, 2023, 1pm
Privacy policies are long, complex documents that end-users seldom read. Privacy labels aim to ameliorate these issues by providing succinct descriptions that comprehensively summarize privacy policies. In December 2020, Apple began requiring that app developers submit privacy labels describing their app's data collection practices; however, research indicates that these labels are often incorrect, which in many jurisdictions can introduce potential legal compliance issues.
In this work, we introduce the Automated Privacy Label Analysis System (ATLAS). ATLAS includes three components: a pipeline to systematically retrieve iOS App Store listings and privacy policies; an ensemble based classifier that can generate privacy labels from the text of privacy policies with 91.3% accuracy using state-of-the-art document classification techniques; and a compliance analysis mechanism that enables a large scale privacy analysis of the iOS App Store.
Our system has enabled us to analyze 354,725 iOS apps. We find several concerning trends. For example, only 40.3% of apps provide legitimate privacy policies, even though all apps are required to submit them, and only 29.6% of apps provide both privacy policies and privacy labels. And for apps that provide both, 88.0% have at least one discrepancy between the text of their privacy policy and their privacy label, which we characterize as a potential compliance issue. Overall, we find that apps have 5.32 potential compliance issues on average.
We hope that ATLAS can be used by app developers, researchers, regulators, and mobile markets alike. For example, app developers can use our classifier to aid in automatically generating privacy labels consistent with their privacy policies, and regulators can use our system to effectively review apps for potential compliance issues.
Thesis Committee:
Norman Sadeh (Chair)
Eunsuk Kang
Additional Information
Event Type: Master's Thesis Presentation
Room Number: In Person
Building: TCS Hall 360
Speaker's Name: AKSHATH JAIN
Speaker Website: akshathjain.com
Speaker's Professional Title: Masters Student, Computer Science Department, Carnegie Mellon University
Talk Title: ATLAS: Automatically Generating Privacy Labels for Analyzing Mobile App Compliance
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: tracyf@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Tuesday, March 14, 2023, 1pm
Given two candidate functions, can we identify which one is the true value function of a large Markov decision process (MDP), given a "benign" dataset? Trivial as it might seem, a version of the question was open for 30+ years in reinforcement learning (RL), and the core difficulties are intimately related to the training instability of modern deep RL. In this talk, I will argue that by rethinking fundamental questions like this, RL theory can provide unique perspectives and solutions to practically relevant problems that are critical to the deployment of RL in real-world scenarios. The first part of the talk concerns holdout validation in offline RL, where the aforementioned question naturally arises. I will show how our algorithm, Batch Value-Function Tournament (BVFT), breaks the theoretical barrier and enjoys promising empirical performances. The second part of the talk is about offline training: when we learn policies from a pre-collected dataset, how to avoid over-estimating the policies that would induce state distributions not covered by the data? I will present the Bellman-consistent pessimism framework, which achieves SoTA empirical performance and theoretical guarantees at the same time and gives a surprising unification of offline RL and imitation learning.
—
Nan Jiang is an assistant professor of Computer Science at University of Illinois at Urbana-Champaign. Prior to joining UIUC, he was a postdoc researcher at Microsoft Research NYC. He received his PhD in Computer Science and Engineering at the University of Michigan. His research interests lie in the theory of reinforcement learning. Specific research topics include sample complexity of exploration under function approximation, offline RL and evaluation, learning in partially observable systems, etc. He is the recipient of the Best Paper Awards in AAMAS 2015 and ICML 2022, Adobe Data Science Award in 2021, and NSF CAREER Award in 2022.
Faculty Host: Andrej Risteski
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: NAN JIANG
Speaker Website: nanjiang.cs.illinois.edu
Speaker's Professional Title: Assistant Professor of Computer Science, Electrical & Computer Engineering, The Grainger College of Engineering, University of Illinois at Urbana-Champaign
Talk Title: Rethinking the theoretical foundation of reinforcement learning
For More Information: astowers@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Thursday, March 16, 2023, 1pm
Social media platforms have become vital in our society as the new public squares where users learn the news of the day and engage in public discourse. However, misinformation has become a pervasive problem that social media companies have struggled to contain. In my research, I bring a cybersecurity approach to bear on this problem by combining platform-provided and independently-collected data to study the ecosystems of information in which misinformation attacks occur. By doing this, I seek to understand the systemic incentives that make platforms vulnerable to such attacks and leverage those insights to learn how to design safer systems. I also argue that researchers who study how to make social media safer should engage not just with the platforms they study, but also with the public and with policymakers. In cases where platforms' interests are not aligned with their users and with broader society, the most effective path to safer systems may involve changes in law and regulation.
—
Laura Edelson is a Postdoctoral Researcher at New York University with the Cybersecurity for Democracy project, which she co-directs with Damon McCoy. There, she leads the Ad Observatory and Ad Observer projects, which aim to increase public transparent of digital advertising, particularly during elections. Her research focuses on studying the spread of misinformation and other forms of harmful content in both paid and organic content on Facebook. She also currently serves as the Chief Technologist of the Antitrust Division of the Department of Justice. Prior to her time in academia, Laura worked as a software engineer for over a decade, finishing her industry career with Palantir Technologies.
In Person and Zoom Participation. See announcement.
Wednesday, March 15, 2023, 12 – 1pm
The goal of this series is to expand the understanding of those both new and experienced with Planning in the context of Robotics. Sessions will include research talks, as well as introductions to various themes of Planning and thought provoking open-ended discussions. The lineup of events aim to foster fun, provocative discussions on robotics.
Each session will be one hour with a talk and open-ended discussion towards the end.
Event Type: Talks
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom and Youtube
Speaker's Name: MAXIM LIKHACHEV
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Associate Professor, Robotics Institute and National Robotics Engineering Center (NREC), Carnegie Mellon University
Talk Title: Search-based Planning: Positives, Importance of thereof in Real-world, Challenges, Some of the Solutions
For More Information: bradym@andrew.cmu.edu
Affiliations: Robotics Institute (RI)
Event Website Title: Series Website
Event Website URL: theairlab.org…
Thursday, March 16, 2023, 2 – 3pm
Concurrent software is notoriously difficult to write correctly, as programmers face the possibility of data races, potentially unintuitive memory ordering rules, or exponentially many possible thread-interleavings. Furthermore, these problems may be exacerbated in highly-tuned performant systems, where custom, low-level synchronization logic may be deeply intertwined with domain logic.
As an example of such intertwining, we consider a certain multi-threaded page cache implementation. This page cache, as part of its many optimizations, uses a single bit of a status flag both for the purposes of memory synchronization and its high-level cache logic, thus intertwining the two. In order to gain confidence in sophisticated systems like these, one solution is to produce a formally verified implementation, but this task may seem unwieldy for seemingly un-modular programs like the above.
We present our verification framework, IronSync, which can handle tasks like the above. The main ingredient we employ is a linear type system, which as we will see lets us utilize efficient techniques originally developed for sequential programs in order to also handle concurrent programs. Our second ingredient is our way of structuring proofs about concurrent systems via abstract transition systems. In this talk, I will explain how the techniques work, and I will highlight key aspects of our formal verification of the page cache and their usage of the above techniques.
Presented in Partial Fulfillment of the CSD Speaking Skills Requirement.
Event Type: Speaking Skills
Room Number: In Person
Building: Traffic21 Classroom, Gates Hillman 6501
Speaker's Name: TRAVIS HANCE
Speaker Website: www.andrew.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Verifying Highly-Optimized Concurrent Systems with IronSync
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jennsbl@cs.cmu.edu | deb@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Tuesday, March 14, 2023, 1:30pm
The use of machine learning (ML) in many domains has led to the development of many ML systems for deploying and training ML models. Beyond achieving high accuracy, ML systems must also use computing infrastructure efficiently and tolerate unreliable infrastructure.
Coding-theoretic tools enable many systems to operate both reliably and efficiently. These tools are used in production storage and communication systems, and there is growing interest in their use for distributed computing.
This thesis explores the interplay between ML systems and practical applications of coding-theoretic tools. Specifically, we show how ML systems can be made more reliable and efficient via novel uses of coding-theoretic tools, and how coding-theoretic tools can be expanded in reach and be made more efficient through techniques from ML and systems. We illustrate this via multiple thrusts:
(1) Properties unique to ML systems can be exploited to efficiently integrate coding-theoretic tools into ML systems. First, we reduce the execution-time overhead of fault-tolerant inference on GPUs by exploiting trends in neural network design and GPU hardware. Second, we show how coding-theoretic tools can be coupled with the unique properties of recommendation models to enable low-overhead fault tolerance in training.
(2) Co-designing coding-theoretic tools with ML systems offers new opportunities to extend the reach of these tools. Specifically, we enable resource-efficient fault tolerance in distributed prediction serving systems by using ML to overcome a key barrier in prior coding-theoretic tools.
(3) Ideas inspired by coding theory can be used to improve the performance of ML systems even when reliability is not a concern. We increase the throughput and GPU utilization of specialized convolutional neural network inference by inferring over images in a coding-theory-inspired manner and making small modifications to the model.
(4) Coding-theoretic tools can operate at higher throughput with little developer effort via advancements in ML systems. We exploit similarities between operations in erasure codes, a popular coding-theoretic tool, and those in ML libraries to enable erasure codes to be easily represented via ML libraries, and thus allow erasure-coding libraries to immediately adopt the many optimizations that have gone into ML libraries.
Thesis Committee:
Rashmi Vinayak (Chair)
Phillip Gibbons
J. Zico Kolter
Ion Stoica (University of California, Berkeley)
Pramod Viswanath (Princeton University)
Additional Information
Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: JACK KOSAIAN
Speaker Website: jackkosaian.github.io
Speaker's Professional Title: Ph.D. Candidate, Computer Science Department, Carnegie Mellon University
Talk Title: Practical Coding-Theoretic Tools for Machine Learning Systems and by Machine Learning Systems
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jennsbl@cs.cmu.edu | deb@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Wednesday, March 15, 2023, 2pm
With the slowing down of Moore's law, persistent storage hardware has continued to scale at the cost of exposing hardware-level write idiosyncrasies to the software. Thus, a key challenge for systems developers is to reason about and design around these idiosyncrasies to create replicated storage systems that can effectively leverage these new technologies. Two examples of such new and emerging persistent storage technologies are Intel Optane non-volatile main memory and Zoned Namespace (ZNS) solid-state drives.
Through our experiences and setbacks when designing, implementing, and evaluating systems based on Optane and ZNS, we propose three guidelines to assist developers in designing storage systems on new and emerging persistent storage technologies: (1) systems, even those expected to serve read-heavy workloads, should be optimized for write performance, (2) set and fulfill performance, durability, and fault tolerance guarantees, but do not exceed them as that may result in excessive write overheads, and (3) systems can overcome limitations of write-constrained persistent hardware by optimizing data placement and internal data flows based on assumptions about temporal and spatial locality of the expected client workload.
The first system we present is CANDStore, a highly-available, cost-effective, replicated key-value store that uses Intel Optane for primary storage, and solves the challenge of bottlenecked data ingestion during primary failure recovery through a novel online workload-guided recovery protocol. The second system we present is RAIZN, which is a system that provides RAID-like striping and redundancy for arrays of ZNS SSDs, and solves the various challenges that arise as a result of the lack of overwrite semantics in ZNS. We describe how the above guidelines arose from the setbacks and successes during the development of the above two systems, then apply these guidelines to extend the functionality of RAIZN to create RAIZN+.
The final part of this thesis details exactly how we applied these principles to RAIZN+, and demonstrates the efficacy of these design guidelines through the evaluation of RAIZN+, which is able to achieve near-zero write amplification when serving RocksDB workloads.
Thesis Committee:
David G. Andersen (Chair)
Michael Kaminsky
Gregory R. Ganger
Matias Bjørling (Western Digital)
Event Type: Thesis Orals
Room Number: In Person
Building: Reddy Conference Room, Gates Hillman 4405
Speaker's Name: THOMAS KIM
Speaker Website: www.pdl.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Design principles for replicated storage systems built on emerging storage technologies
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jennsbl@cs.cmu.edu | deb@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Wednesday, March 15, 2023, 10am
This teaching demonstration will introduce linked lists as if to a population of undergraduates seeing the topic for the first time in a data structures course. We will begin by briefly highlighting some of the strengths and weaknesses of arrays, which will serve as a launching point into our discussion of linked lists. We will then explore the basic anatomy of a linked list before diving headlong into a live coding session where we will implement -- from scratch and in real time -- a variety of linked list operations. Our focus will be on writing clean, beautiful, efficient code. This talk assumes knowledge of Java.
—
Sean Szumlanski is an Associate Lecturer at the University of Central Florida (UCF). He earned his Ph.D. from UCF with a focus in natural language processing in 2013 and worked as a full-time software engineer at Google from 2014-2015, after which his love for CS education brought him back to the classroom. Since then, he has taught thousands of students across core CS courses at UCF in the areas of data structures, algorithms, object-oriented programming in Java, and introductory programming in C. He is the recipient of his university's most distinguished teaching awards, including the Excellence in Undergraduate Teaching Award for the College of Engineering and Computer Science (2018 and 2022) and the Teaching Incentive Program (TIP) Award (2018).
Faculty Host: Kelly Rivers
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: SEAN SZUMLANSKI
Speaker Website: cs.ucf.edu…
Speaker's Professional Title: Associate Lecturer, University of Central Florida
Talk Title: Introduction to Linked Lists
For More Information: astowers@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Tuesday, March 14, 2023, 10am
Discrete combinatorial structures such as graphs and Boolean matrices are prevalent in modern computation. The massive size of modern data motivates the design of efficient algorithms for processing these combinatorial datasets. In this talk, I will describe how to use techniques from continuous optimization and geometry to gain insights into the structure of problems in these combinatorial settings. Using these insights, I will present new efficient algorithms for several fundamental problems at the intersection of combinatorial algorithms, continuous optimization, and high-dimensional geometry, including maximum flows in almost linear time, discrepancy minimization, and linear regression. We conclude by discussing the exciting new lines of research and open problems that these techniques have opened up.
—
Yang P. Liu is a fifth year PhD student at Stanford advised by Aaron Sidford. He completed his undergraduate studies at MIT in 2018. He has broad interests in computer science, and his research focuses on the design of efficient algorithms based on graph theory, convex optimization, and high-dimensional geometry. His work has been recognized by ITCS and STOC best student paper awards, and a FOCS best paper award.
Faculty Host: Pravesh Kothari
In Person and Zoom Participation. See announcement.
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: YANG LIU
Speaker Website: yangpliu.github.io
Speaker's Professional Title: Ph.D. Candidate, Department of Mathematics Stanford University
Talk Title: Graphs, Optimization, Geometry, and Fast Algorithms
For More Information: astowers@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Wednesday, March 8, 2023, 11am – 12pm
Making a webapp collaborative is hard: you either need a custom server and lots of ad-hoc sync protocols, or you need to fit your app’s shared state into the restrictive data model of an existing client-side sync library. What if instead, you could directly replace frontend data structures with “collaborative” versions, while preserving the structure and type safety of your app’s state?
In this talk, I describe Collabs, a comprehensive TypeScript library of collaborative data structures (specifically CRDTs). It supports a variety of data types and operations, plus composition techniques that make it easy to use and extend. I demonstrate how to use Collabs to make a webapp collaborative without changing its underlying data model or losing type safety, while also supporting offline work, server-free collaboration, and end-to-end encryption. I also discuss some of the distributed systems theory underlying Collabs.
Expansion of talk given at Strange Loop 2021.
Presented in Partial Fulfillment of the CSD Speaking Skills Requirement.
Event Type: Speaking Skills
Room Number: In Person
Building: Traffic21 Classroom, Gates Hillman 6501
Speaker's Name: MATTHEW WEIDNER
Speaker Website: mattweidner.com
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon Univeresity
Talk Title: Making Webapps Collaborative with Composable CRDTs
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jennsbl@cs.cmu.edu | deb@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Monday, March 6, 7am – Friday, March 10, 2023, 11:55pm
Event Type: Career Presentation
Room Number: No Classes
Affiliations: Carnegie Mellon University
Thursday, March 2, 2023, 3:30 – 4:30pm
Let G be a graph on n vertices, and assume that its minimum degree is at least k, or its independence number is at most t. What can be said then about various graph-theoretic parameters of G, such as connectivity, large minors and subdivisions, diameter, etc.? Trivial extremal examples (disjoint cliques, unbalanced complete bipartite graphs, random graphs and their disjoint unions) supply rather prosaic bounds for these questions.
We show that the situation is bound to change dramatically if one adds relatively few random edges on top of G
(the so called randomly perturbed graph model, launched in a paper by Bohman, Frieze and Martin from 2003). Here are representative results, in a somewhat approximate form:
Thursday, March 2, 2023, 3pm
Causal representation learning tackles the problem of discovering high-level variables and their relations from low-level observations and aligns with the general goal of learning meaningful data representations that are also robust, explainable, and fair.
In this talk, I will discuss opportunities and challenges in discovering latent structure and causal relations from data. First, I will discuss the identifiability of causal and disentangled representations. Second, I will question whether neural networks can represent abstract causal variables and introduce Slot Attention, an architectural interface between distributed representations and sets of high-level variables. Third, I will explore how advances in machine learning enable a new generation of causal discovery algorithms. Finally, I will present my future plans for causal representation learning and, more generally, broadening the applicability of causal models in machine learning.
—
Dr. Francesco Locatello is a Senior Applied Scientist at Amazon AWS, where he leads the Causal Representation Learning research team. He obtained his Ph.D. at ETH Zurich, supervised by Gunnar Rätsch (ETH Zurich) and Bernhard Schölkopf (Max Planck Institute for Intelligent Systems) in 2020. He held doctoral fellowships at the Max Planck ETH Center for Learning Systems and at ELLIS. In addition, he received the Google Ph.D. Fellowship in Machine Learning in 2019. His research has won several awards, including the best paper award at ICML 2019, the ETH medal for outstanding doctoral dissertation, and the 2023 Hector-Stiftung prize.
Faculty Host: Pradeep Ravikumar
In Person and Zoom Participation. See announcement.
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: FRANCESCO LOCATELLO
Speaker Website: www.francescolocatello.com
Speaker's Professional Title: Senior Applied Scientist, Amazon AWS
Talk Title: Causal Representation Learning
For More Information: astowers@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): SCS
Thursday, March 2, 2023, 10am
Developing high-quality machine translation (MT) systems is crucial for cross-language communication. However, building massively multilingual MT systems is incredibly challenging, particularly for low-resource languages used by underserved communities. In this talk, I will introduce our group's research, which addresses critical challenges in MT through three fundamental aspects: a) Learning optimal vocabulary, b) Learning high-quality unified models for massive languages, and c) Learning to align with human experts in evaluating translation quality. We have developed the LegoMT model that currently supports 440 languages -- the most extensive language coverage. Our work has been deployed into VolcTrans and Huggingface. TikTok and Lark are using VolcTrans to serve their one billion users, significantly enhancing cross-cultural communication and entertainment. Finally, I will share my vision for advancing MT for 1000 languages.
—
Lei Li is an assistant professor in Computer Science Department at University of California Santa Barbara. He received Ph.D. from Carnegie Mellon University School of Computer Science. He is a recipient of ACL 2021 Best Paper Award, CCF Young Elite Award in 2019, CCF distinguished speaker in 2017, Wu Wen-tsün AI prize in 2017, and 2012 ACM SIGKDD dissertation award (runner-up). Previously, he founded ByteDance AI Lab in 2016 and led the research in NLP, ML, Robotics, and Drug Discovery. He launched ByteDance’s machine translation system VolcTrans and AI writing system Xiaomingbot.
Faculty Host: David Mortensen
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: LEI LI
Speaker Website: sites.cs.ucsb.edu…
Speaker's Professional Title: Assistant Professor, Computer Science Department, University of California Santa Barbara
Talk Title: Breaking Language Barriers with Massive Multilingual Machine Translation
For More Information: astowers@andrew.cmu.edu
Affiliations: Language Technologies Institute (LTI)
Thursday, February 23, 8:30am – Friday, February 24, 2023, 5pm
Event Type: Meeting
Room Number: In Person
For More Information: prote@cs.cmu.edu
Affiliations: Partnerships
Organization(s): SCS
Thursday, February 23, 9:30pm – Friday, February 24, 2023, 2pm
Event Type: Corporate Visit
Room Number: In Person
For More Information: danjenkins@cmu.edu
Affiliations: Partnerships
Organization(s): SCS
Monday, February 20, 9am – Thursday, February 23, 2023, 5pm
Event Type: Corporate Visit
Room Number: In Person
For More Information: ckissell@andrew.cmu.edu
Affiliations: Partnerships
Organization(s): SCS
Friday, February 17, 2023, 12 – 1pm
We observe and interact with myriad of objects in our everyday lives, from cups and bottles to hammers and tennis rackets. In this talk, I will outline our group’s efforts towards understanding these objects and our everyday interactions with them in 3D. I will first focus on scaling 3D prediction for isolated objects across generic categories, and describe approaches that allow coarse prediction from single view and detailed inference given multi-view. Moving beyond isolated objects, I will present approaches aimed to understanding hand-object interactions in 3D — both in terms of reconstructing and imagining them from images. Finally, I will highlight applications of this 3D inference in robot manipulation task, and outline some interesting future directions in this space.
—
Shubham Tulsiani is an Assistant Professor in the CMU School of Computer Science. Prior to this, he was research scientist at Facebook AI Research (FAIR). He received a PhD. in Computer Science from UC Berkeley in 2018. He is interested in building perception systems that can infer the spatial and physical structure of the world they observe.
In Person and Zoom Participation. See announcement.
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305
Speaker's Name: SHUBHAM TULSIANI
Speaker Website: shubhtuls.github.io
Speaker's Professional Title: Assistant Professor, Robotics Institute, Carnegie Mellon University
Talk Title: Perceiving Objects and Interactions in 3D
Affiliations: Robotics Institute (RI)
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Tuesday, February 14, 2023, 12 – 1pm
In this talk, I will show that LMs that were pretrained on code can be better natural language reasoners than LMs that were trained (mostly) on natural language, even when the task does not involve source code at all.
In a class of structured NL reasoning tasks, I will show how we can frame the task as code generation; this makes LMs of code such as Codex better reasoners than LMs of natural language such as T5 and GPT-3. Another class of mathematical reasoning tasks was recently unlocked by methods that require LLMs to generate their explicit reasoning steps, such as “chain-of-thought” (Wei et al., 2022).
Such methods employ LMs for both understanding the problem description by decomposing it into steps, as well as solving each step of the problem. While LMs seem adept at the step-by-step decomposition part, they often make logical and arithmetic mistakes in the solution part. I will show how LMs of code can decompose the natural language problem into runnable steps, which allows us to offload the solution to a programmatic runtime such as a Python interpreter. That is, instead of learning to solve the problem directly, we teach the model to generate a program that solves the problem. Across a variety of benchmarks, this approach leads to more accurate results than much larger models such as PALM-540B using chain-of-thought.
—
Uri Alon is a Postdoctoral Researcher at LTI, working with Prof. Graham Neubig on NLP and learning from source code. Previously, he obtained his PhD at the Technion (Israel), where he worked on modeling programming languages and graphs. Currently, he is also interested in the synergy of neural models with symbolic components such as retrieval, programs, and automata. Feel free to reach out with any questions or comments about the talk.
The AI Seminar is generously sponsored by SambaNova Systems
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: ASA Conference Room, Gates Hillman 6115 and Zoom
Speaker's Name: URI ALON
Speaker Website: urialon.ml
Speaker's Professional Title: Postdoctoral Researcher, Language Technologies Institute, Carnegie Mellon University
Talk Title: Natural Language Reasoning with Language Models of Code
For More Information: ashert@cs.cmu.edu
Affiliations: Computer Science Department (CSD), Language Technologies Institute (LTI), Machine Learning Department (MLD)
Organization(s): SCS
Event Website Title: Series Website
Event Website URL: www.cs.cmu.edu…
Tuesday, February 14, 2023, 5:30 – 7pm
Come hear from CMU-alumni founded startups, who are currently hiring/recruiting, discuss the innovations and problems they are solving.
This event is open to all CMU students.
Come ready to network!
REGISTER ⇒ on Handshake
Wednesday, February 15, 2023, 10am
Traditionally, multimodal information consumption has been entity-centric with a focus on concrete concepts (such as objects, object types, physical relations, e.g., a person in a car), but lacks ability to understand abstract semantics (such as events and semantic roles of objects, e.g., driver, passenger, mechanic). However, such event-centric semantics are the core knowledge communicated, regardless whether in the form of text, images, videos, or other data modalities.
At the core of my research in Multimodal Information Extraction (IE) is to bring such deep semantic understanding ability to the multimodal world. My work opens up a new research direction Event-Centric Multimodal Knowledge Acquisition to transform traditional entity-centric single-modal knowledge into event-centric multi-modal knowledge. Such a transformation poses two significant challenges: (1) understanding multimodal semantic structures that are abstract (such as events and semantic roles of objects): I will present my solution of zero-shot cross-modal transfer (CLIP-Event), which is the first to model event semantic structures for vision-language pretraining, and supports zero-shot multimodal event extraction for the first time; (2) understanding long-horizon temporal dynamics: I will introduce Event Graph Model, which empowers machines to capture complex timelines, intertwined relations and multiple alternative outcomes. I will also show its positive results on long-standing open problems, such as timeline generation, meeting summarization, and question answering. Such Event-Centric Multimodal Knowledge Acquisition starts the next generation of information access, which allows us to effectively access historical scenarios and reason about the future. I will lay out how I plan to grow a deep semantic understanding of language world and vision world, moving from concrete to abstract, from static to dynamic, and ultimately from perception to cognition.
—
Manling Li is a Ph.D. candidate at the Computer Science Department of University of Illinois Urbana Champaign. Her work on multimodal knowledge extraction won the ACL'20 Best Demo Paper Award, and the work on scientific information extraction from COVID literature won NAACL'21 Best Demo Paper Award. She was a recipient of Microsoft Research PhD Fellowship in 2021. She was selected as a DARPA Riser in 2022, and a EE CS Rising Star in 2022. She was awarded C.L. Dave and Jane W.S. Liu Award, and has been selected as a Mavis Future Faculty Fellow. She led 19 students to develop the UIUC information extraction system and ranked 1st in DARPA AIDA evaluation in 2019 and 2020. She has more than 30 publications on multimodal knowledge extraction and reasoning, and gave tutorials about event-centric multimodal knowledge at ACL'21, AAAI'21, NAACL'22, AAAI'23, etc.
Faculty Host: Jamie Callan
In Person and Internal Zoom Participation. See announcement.
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: MANLING LI
Speaker Website: limanling.github.io
Speaker's Professional Title: Ph.D. Candidate, Computer Science Department, University of Illinois Urbana-Champaign
Talk Title: Toward Deep Semantic Understanding: Event-Centric Multimodal Knowledge Acquisition
For More Information: astowers@andrew.cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): SCS
Wednesday, February 15, 2023, 11am
Assistive robots should take actions that support people's goals. This is especially true as robots enter into environments where personal agency is paramount, such as a person's home. Home environments have a wide variety of "optimal' solutions that depend on personal preference, making it difficult for a robot to know the goal it should support when entering into a new relationship with a new person in a new environment.
Furthermore, a person's goals can change. People change their goals in a household task, such as setting a table, based on contextual information, who is coming over for dinner, their current capabilities, or even, sometimes, on a whim. These sources of variation further hinder a robot's ability to know how to support people in advance of an interaction.
A natural solution to this problem might be for people to directly state their goals to an assistive robot prior to interaction. These goals, however, can be burdensome for people to fully describe, often requiring the production of a full task demonstration or cumbersome natural language description. During task execution though, a person's goal directed behaviors are easily and naturally expressed and can be used to infer their goal within a task.
In this proposal, we suggest that assistive human robot interactions should be framed as collaborative inverse reinforcement learning problems, where a robot uses people's goal directed behaviors to infer their preferred outcomes during the execution of a collaborative task.
We first provide evidence that people change their goals during assistive interactions and that online, naturalistic behaviors can be used to infer peoples' intent through a case study of interactions with a high-degree of freedom robot arm. We then set-up the problem of robotic assistance as a multi-agent problem where the robot should take actions that align with peoples' goals and scope the space of possible robotic assistive actions. We follow this problem definition with a formalization of assistive robotics as collaborative inverse reinforcement learning, and introduce a algorithm TILR, that aims to provide a good initialization over unknown partners and fast adaptation to individuals through their expressed behavior, which is tested in a simulated household task, which we term surface rearrangement.
Following this, we propose new contributions to extend TILR to more realistic surface rearrangement scenarios. We first focus on technical contributions that allow TILR to model large populations of varying peoples' preferences and operate over large state spaces, a characteristic of many real-world surface rearrangement problems. These contributions should allow TILR to generalize across novel relationships and environments. We then focus on contributions that further reduce the burden on people to express their preferences by incorporating multiple modalities of preference expression, specifically language. Finally, we tie these contributions together through a study of assistive human robot interaction in a proof of concept demonstration with real people in a real surface rearrangement problem.
Thesis Committee:
Henny Admoni (Co-Chair)
Kris Kitani (Co-Chair)
Andrea Bajcsy
Dylan Losey (Virginia Tech)
Chris Paxton (Meta AI)
In Person and Zoom Participation. See announcement.
Friday, February 10, 2023, 12 – 1pm
Program termination is an essential component of formal verification, including in systems code and safety-critical applications where software is expected to be responsive.
In this talk, I will discuss the size-change principle for ensuring termination — a simple criterion that, when integrated into static type checking, scales to complex programs that operate on both finite and, surprisingly, infinite data structures. This talk draws from my joint work with Frank Pfenning on enabling size-change termination analysis in statically typed programming with futures.
Presented in Partial Fulfillment of the CSD Speaking Skills Requirement.
Event Type: Speaking Skills
Room Number: In Person
Building: Gates Hillman 8102
Speaker's Name: SIVA SOMAYYAJULA
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Size-Change Termination
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: jennsbl@cs.cmu.edu | deb@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Friday, February 10, 2023, 12 – 1pm
Erika Cheung is the executive director of Ethics in Entrepreneurship, a non-profit whose mission is to foster ethical questioning, culture, and systems in startups and startup ecosystems. Erika is an advisor to several family offices, venture capital firms, and governmental investment programs focused on healthcare, biosciences, and biotechnology companies. She invests a portion of her time building cross-border networks between the US and the Asia Pacific region to facilitate the growth of companies operating in emerging markets.
The media extensively covered her as a key whistleblower in the Theranos scandal. She reported the fraud case to regulators preventing the company from providing false lab results to patients. She's currently working towards obtaining her ACFE-certified fraud examiner's license to educate others on fraud prevention strategies and develop programs to protect business stakeholders from high-risk ventures. She is also an advisor to several whistleblower advocacy organizations to support individuals who may be retaliated against while reporting misconduct. Erika is passionate about innovation ecosystem building, development, economic mobility, affordable healthcare, and public-interest technology projects. She is an avid mixed martial artist in her free time and hopes to support efforts that leverage martial arts to empower trauma survivors.
Please RSVP → By Noon, 7 February 2023 (to assure free boxed lunch)
Learn More: Tepper Ethics
Event Type: Seminars
Room Number: In Person
Building: Room 2202, Tepper Quad
Speaker's Name: ERICKA CHEUNG
Speaker's Professional Title: Executive Director and Co-Founder, Ethics in Entrepreneurship
Talk Title: Uncovering a Silicon Valley Fraud: A Whistleblower Perspective on Theranos
For More Information: jkukawa@andrew.cmu.edu
Affiliations: Tepper School of Business
Event Website Title: Event Website and RSVP
Event Website URL: cmu.ca1.qualtrics.com…
Tuesday, February 7, 2023, 12 – 1pm
Despite the emergence of principled methods for domain adaptation under label shift, the sensitivity of these methods for minor shifts in the class conditional distributions remains precariously under explored. Meanwhile, popular deep domain adaptation heuristics tend to falter when faced with shifts in label proportions. While several papers attempt to adapt these heuristics to accommodate shifts in label proportions, inconsistencies in evaluation criteria, datasets, and baselines, make it hard to assess the state of the art. In this paper, we introduce RLSbench, a large-scale relaxed label shift benchmark, consisting of ≥500 distribution shift pairs that draw on 14 datasets across vision, tabular, and language modalities and compose them with varying label proportions. First, we evaluate 13 popular domain adaptation methods, demonstrating more widespread failures under label proportion shifts than were previously known. Next, we develop an effective two-step meta-algorithm that is compatible with most deep domain adaptation heuristics: (i) pseudo-balance the data at each epoch; and (ii) adjust the final classifier with (an estimate of) target label distribution. The meta-algorithm improves existing domain adaptation heuristics often by 2—10\% accuracy points under extreme label proportion shifts and has little (i.e., < 0.5%) effect when label proportions do not shift. We hope that these findings and the availability of RLSbench will encourage researchers to rigorously evaluate proposed methods in relaxed label shift settings.
—
Saurabh Garg is a fourth-year Ph.D. student in the Machine Learning Department at Carnegie Mellon University, advised by Zachary Lipton and Sivaraman Balakrishnan. Saurabh is interested in building robust and deployable machine learning systems. The primary focus of his research is to improve and evaluate deep learning models in the face of distribution shifts. Before Saurabh started his Ph.D., he received his bachelor's degree from the Indian Institute of Technology (IIT) Bombay, majoring in Computer Science and Engineering.
The AI Seminar is generously sponsored by SambaNova Systems.
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: ASA Conference Room, Gates Hillman 6115 and Zoom
Speaker's Name: SAURABH GARG
Speaker Website: saurabhgarg1996.github.io
Speaker's Professional Title: Ph.D. Student, Machine Learning Department, Carnegie Mellon University
Talk Title: Domain Adaptation under Relaxed Label Shift
For More Information: ashert@cs.cmu.edu
Affiliations: Computer Science Department (CSD), Machine Learning Department (MLD)
Event Website Title: Event Website
Event Website URL: www.cs.cmu.edu…
Monday, February 6, 2023, 1:30 – 2:30pm
Summary: In this talk I will draw inspiration from comparative psychology to highlight the challenges and opportunities of comparing language models to humans — challenges of ensuring that comparisons are fair, and opportunities to reevaluate our assumptions about human capabilities. I will focus on recent comparisons we have made in processing of recursive grammar structures, and how content affects logical reasoning.
Abstract: Language Models (LMs) are the first class of system that is capable of evaluation on a broad range of human cognitive experiments using the same stimuli that humans receive. Is there value in comparing the behavior of language models and humans? And if so, how should we make such comparisons? In this talk, I will draw inspiration from comparative psychology, to suggest that careful methods are needed to ensure that comparisons between humans and models are made fairly, and to highlight an important distinction between LMs and cognitive models that can lead to unfair comparisons. But I will also argue that careful comparisons of LMs to humans offer an opportunity to reconsider our assumptions about the origin and nature of human capabilities. I will illustrate these arguments by focusing on two of our recent papers comparing language models to humans: we find that LMs can process recursive grammar structures more reliably than prior work has suggested (https://arxiv.org/abs/2210.15303), and that LMs show human-like content effects on logical reasoning tasks (https://arxiv.org/abs/2207.07051).
Zoom Participation. See announcement.
Event Type: Seminars
Room Number: Virtual Presentation - ET
Building: Remote Access - ET
Speaker's Name: ANDREW LAMPINEN
Speaker Website: lampinen.github.io
Speaker's Professional Title: Senior Research Scientist, DeepMind
Talk Title: Comparing language models to humans: reasoning & grammar
For More Information: joelye@cmu.edu
Affiliations: Computer Science Department (CSD), Language Technologies Institute (LTI), Machine Learning Department (MLD)
Organization(s): Neuroscience Institute
Event Website Title: Series Website
Event Website URL: brain.andrew.cmu.edu…
Monday, February 6, 2023, 11am
Anomaly detection (AD) algorithms are widely used for data-driven decision support in domains where quantifying risk is critical, such as identifying fraudulent healthcare providers in public health insurance, consumer lending, and detecting aberrant patterns in human electroencephalography (EEG) records. However, AD in decision support is challenging due to the multitude of data modalities (e.g. time-series, or structural data) and data scale, unavailability of ground truth labels for learning and evaluation, and difficulty in yielding human interpretable results for domain-specific problems. This thesis proposes to address the challenges and build intelligent detection systems with the following desirable properties: unsupervised, explainable, scalable, and equitable. Throughout, we propose novel AD algorithms that enable better decision support by addressing domain-specific key challenges such as including domain or expert knowledge, mitigating bias that may adversely affect minority groups, and handling aberrant behavior involving a group of actors. We present applications in public healthcare fraud, and health monitoring in critical care.
Thesis Committee:
Leman Akoglu (Co-chair)
Christos Faloutsos (Co-chair)
Daniel Nagin
David Choi
Jetson Leder-Luis (Boston University)
Additional Information
Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: SHUBHRANSHU SHEKHAR
Speaker Website: shubhranshu-shekhar.github.io
Speaker's Professional Title: Ph.D. Student, Joint Ph.D. Program in Machine Learning and Public Policy, Carnegie Mellon University
Talk Title: Data-driven Decisions — An Anomaly Detection Perspective
For More Information: stidle@andrew.cmu.edu
Affiliations: Heinz College, Machine Learning Department (MLD)
Organization(s): SCS
Monday, February 6, 2023, 10am
Natural language communication has long been considered a defining characteristic of human intelligence; as such, it acts as a north star in the pursuit of artificially intelligent agents. However, despite the recent explosion of interest and progress in the broad field of Artificial Intelligence, agents that can communicate both with humans and each other remain rather primitive. Many autonomous agents, such as Siri-like voice assistants, lack the ability to learn from their failures or draw effectively from both immediately relevant context and worldly commonsense knowledge. Unless addressed, these flaws will continue to hamstring future attempts to create practically usable natural language agents.
This talk thus focuses on the research question of how to imbue learning agents with the ability to understand and generate contextually relevant natural language in service of achieving a goal. It will focus on creating reinforcement learning agents inspired by communication strategies in humans that can: (1) interactively gather and align to human preferences via feedback to shape “how” a given task is executed, and (2) build and use neuro symbolic world models that tell an agent “what” action to take in the current context and “why” to take that action given the dynamics of a grounded environment.
—
Prithviraj Ammanabrolu is a postdoctoral researcher at the Allen Institute for AI advised by Professors Yejin Choi and Hannaneh Hajishirzi. He received his PhD in Computer Science from the School of Interactive Computing at the Georgia Institute of Technology, advised by Professor Mark Riedl. His research focuses on creating trustworthy and practically usable language agents via interaction and environment grounding. This work spans the fields of reinforcement learning, natural language processing, computational creativity, and knowledge graphs. It has been recognized at a broad array of conferences such as NeurIPS, ICLR, *ACL, EMNLP, AAAI, IJCAI, AIIDE, and ICCC. Learn more
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: PRITHVIRAJ AMMANABROLU
Speaker Website: prithvirajva.com
Speaker's Professional Title: Postdoctoral Researcher, Allen Institute for AI
Talk Title: Interactive and Grounded Language Learning
For More Information: astowers@andrew.cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): SCS
Friday, January 27, 2023, 9am – 4pm
9:00-9:30 am — Neeta Khanuja
— Self-perception of aging to inform HCI research
9:30-10:00 am — Nathan Riopelle
10:00-10:30 am — Alicia DeVos
— Building, Shifting, & Employing Power: A framework of user responses to algorithmic harm
10:30-11:00 am — Noor Hammad
— HCI + ICH: Exploring The Safeguarding of Intangible Cultural Heritage
11:00 am -1:00 pm — Faculty PhD Program Discussion Preview and Faculty Lunch Discussion
1:00-1:30 pm — Will Epperson
— AutoProfiler: Always On Profiles for Data Programming
1:30-2:00 pm — Anna Fang
— Measuring the Stigmatizing Effects of Highly Publicized Events on Online Mental Health Discourse
2:00-2:30 pm — Franklin Li
— Freedom to Choose: Understanding Input Modality Preferences of People with Upper-body Motor Impairments for Activities of Daily Living
2:30-3:00 pm — Naomie Williams
3:00-4:00 pm — Faculty Discussion
In Person and Zoom Participation. See announcement.
Thursday, January 26, 2023, 3:30 – 4:30pm
A well known conjecture of Burr and Erdos asserts that the Ramsey number r(Qn) of the hypercube Qn on 2n vertices is of the order O(2n). In this paper, we show that r(Qn) = O(22n−cn) for a universal constant c > 0, improving upon the previous best known bound r(Qn) = O(22n), due to Conlon, Fox and Sudakov.
Event Type: Seminars
Room Number: In Person
Building: Wean 8220
Speaker's Name: KONSTANTIN TIKHOMIROV
Speaker Website: www.andrew.cmu.edu…
Speaker's Professional Title: Associate Professor, Department of Mathematical Sciences, Carnegie Mellon University
Talk Title: A remark on the Ramsey number of the hypercube
For More Information: amzij@cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): Department of Mathematical Sciences, Tepper
Event Website Title: Series Website
Event Website URL: aco.math.cmu.edu…
Thursday, January 26, 2023, 12 – 1:30pm
There is extensive, yet fragmented, evidence of gender differences in academia suggesting that women are underrepresented in most scientific disciplines and publish fewer articles throughout a career, and their work acquires fewer citations. Here, we offer a comprehensive picture of longitudinal gender differences in performance through a bibliometric analysis of academic publishing careers by reconstructing the complete publication history of over 1.5 million gender-identified authors whose publishing career ended between 1955 and 2010, covering 83 countries and 13 disciplines. We find that, paradoxically, the increase of participation of women in science over the past 60 years was accompanied by an increase of gender differences in both productivity and impact. Most surprisingly, though, we uncover two gender invariants, finding that men and women publish at a comparable annual rate and have equivalent career-wise impact for the same size body of work. Finally, we demonstrate that differences in publishing career lengths and dropout rates explain a large portion of the reported career-wise differences in productivity and impact, although productivity differences still remain. This comprehensive picture of gender inequality in academia can help rephrase the conversation around the sustainability of women’s careers in academia, with important consequences for institutions and policy makers.
Event Type: Seminars
Room Number: In Person
Building: TCS Hall 358
Speaker's Name: JUNMING HUANG
Speaker Website: www.junminghuang.com
Speaker's Professional Title: Associate Research Scientist, Paul and Marcia Wythes Center on Contemporary China, Princeton University
Talk Title: Historical comparison of gender inequality in scientific careers across countries and disciplines
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: poprocky@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Tuesday, January 24, 2023, 12:30 – 1:50pm
Omer Tene is a partner at Goodwin in the firm's technology group and its data, privacy and cybersecurity practice. He is also an affiliate scholar at the Stanford Center for Internet and Society and a senior fellow at the Future of Privacy Forum. He was appointed to the Arbitration Panel under the U.S.-EU Privacy Shield Agreement and was the Rapporteur for the 30-year review of the OECD Privacy Guidelines.
Prior to joining Goodwin, Tene was vice president and chief knowledge officer at the International Association of Privacy Professionals, the principal professional organization for privacy lawyers and professionals worldwide. He was the IAPP’s leading subject matter expert and led the organization’s creation and distribution of content, including its research, publications, programming and external affairs.
Prior to his time at IAPP, Tene was globally recognized as a thought leader in the privacy and data protection space. He advised governments, regulators, international organizations, multinational companies and start ups on privacy legislation, regulation, strategy, governance and compliance. He was an associate professor at the College of Management, School of Law in Israel, and also served as managing director at Tene & Associates, where he provided legal advice to dozens of companies, ranging from Fortune 50 multinationals to technology start-ups, on privacy and data protection, including M&A transactions, launch of new products and services, cross-border data transfers, research and clinical trials.
In Person Group Viewing and Zoom Participation.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Hamburg 1002 and Zoom
Speaker's Name: OMER TENE
Speaker Website: www.goodwinlaw.com…
Speaker's Professional Title: Partner at Goodwin Law, Technology Group and Data, Privacy and Cybersecurity Practice
Talk Title: Privacy Policy in 2023: Federal, State, and Global
For More Information: adamm2@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): CyLab, PE
Event Website Title: Series Website
Event Website URL: privacy.cs.cmu.edu…
Tuesday, January 24, 2023, 12:30 – 1:50pm
Notice and choice has dominated the discourse on consumer privacy protection and is the foundation of existing privacy regulation in the United States. Under this paradigm, companies disclose their data handling practices to consumers, who in turn are expected to make decisions according to their privacy preferences. As such, many companies have incorporated consent notices and other privacy choices into their web interfaces. The notice and choice model presents several challenges for providing effective consumer privacy protection, one of which is related to the usability of privacy choice mechanisms. The design of consent and privacy choice interfaces can significantly affect consumer choices and their privacy outcomes. This talk will highlight usability issues related to existing privacy choice mechanisms, as well as provide guidance for conducting usability evaluations of such interactions.
—
Hana Habib is a Special Faculty Instructor and the Associate Director of Carnegie Mellon University's Masters in Privacy Engineering program. She is also part of the Collaboratory Against Hate working with a team of researchers to explore design interventions informed by social psychology that could combat the proliferation of hate on online forums.
Prior to becoming a faculty member, Habib earned her Ph.D. in Societal Computing from Carnegie Mellon, her master's in Information Technology - Information Security from Carnegie Mellon, her bachelor's in Electrical and Computer Engineering from Cornell University, and worked as a software engineer for the U.S. Department of Defense. Habib's research focuses on studying people's behaviors and preferences when interacting with technology, focusing on issues that have a societal impact, such as security and privacy.
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Hamburg Hall 1002 and Zoom
Speaker's Name: HANA HABIB
Speaker Website: www.hanahabib.com
Speaker's Professional Title: Special Faculty Instructor and Associate Director, Masters in Privacy Engineering Program, Carnegie Mellon University
For More Information: adamm2@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): CyLab
Event Website Title: Series Website
Event Website URL: privacy.cs.cmu.edu…
Friday, January 20, 2023, 9am – 3:30pm
Schedule
9:00 - 9:30 am → Venkat Sivaraman
— Ignore, Trust, or Negotiate: Understanding Clinician Acceptance of AI-Based Treatment Recommendations in Health Care”
9:30-10:00 am → Yi-Hao Peng
10:00 - 10:30 am → Pranav Khadpe
— Nooks: Social Spaces to Lower Hesitations in Interacting with New People at Work
10:30 - 11:00 am → Jiajia Wenjia Hu
— Grievance and Ressentiment: Studying Linguistic Features in Social Media Posts That Spread Inaccurate Content"
11:00 - 11:30 am → Hank Hao-Ping Lee
— "When and Why Do People Want Ad Targeting Explanations? Evidence from a Four-Week, Mixed-Methods Field Study
►11:30 am - 1:00 pm → Faculty Lunch Discussion
1:00 - 1:30 pm → David Chuan-en Lin
— Videogenic: Video Highlights via Photogenic Moments
1:30 - 2:00 pm → Franky Franchesca Spektor
— Charting the Automation of Hospitality
2:00 - 2:30 pm → Frank Elavsky
►2:30-3:30 pm → Faculty Discussion
In Person and Zoom Participation (zoom during student presentations only)
See event website for updates.
Event Type: Speaking Skills
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: HCII Ph.D. Students
For More Information: gfk@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Event Website Title: Event Website
Event Website URL: www.hcii.cmu.edu…
Wednesday, January 18, 2023, 12 – 1:30pm
Interested in a statistics or data science position in the industry sector?
Then this session should interest you!
This event is part of a series of Virtual Career Fairs that NISS has been hosting for over 3 years! (Check out earlier virtual career fair sessions!)
Some of these sessions have focused on academic positions, others on positions in government agencies and industry. This session describes opportunities for statisticians/data scientists from various large companies. Senior statisticians from the industry sector will provide attendees with an inside look at the research that statisticians in these companies get involved in and career opportunities for you to consider.
SpeakersEach presenter will have 15 minutes to address the following general topics:
Tuesday, January 17, 2023, 10:30 – 11:30am
AI is undergoing a paradigm shift with the rise of models pre-trained with self-supervisions and then adapted to a wide range of downstream tasks. However, their working largely remains a mystery—classical learning theory does not apply to situations where training and test tasks are different. This talk will first investigate the role of pre-training losses, showing that contrastive loss extracts meaningful structural information from unlabeled data and the Euclidean distance between embeddings captures the manifold distance between raw datapoints (or, more generally, the graph distance of a so-called positive-pair graph). Moreover, directions in the embedding space correspond to relationships between clusters in the positive-pair graph. Then, I will discuss two other elements necessary for a sharp characterization of the practical pre-trained models: inductive bias of architectures and implicit bias of optimizers. I will introduce two recent projects, where we strengthen the previous theoretical framework by incorporating the inductive bias of architectures and analyze the role of implicit bias of optimizers in pre-training, empirically and theoretically.
Based on arxiv.org/abs/2106.04156, arxiv.org/abs/2204.02683, arxiv.org/abs/2211.14699, and arxiv.org/abs/2210.14199
—
Tengyu Ma is an assistant professor of Computer Science at Stanford University. He received his Ph.D. from Princeton University and B.E. from Tsinghua University. His research interests include topics in machine learning, algorithms, and their theory, such as deep learning, (deep) reinforcement learning, pre-training / foundation models, robustness, non-convex optimization, distributed optimization, and high-dimensional statistics. He is a recipient of the ACM Doctoral Dissertation Award Honorable Mention, the Sloan Fellowship, the NSF CAREER Award, NeurIPS 2016 best student paper award, and COLT 2018 best paper award.
In Person and Zoom Participation.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: TENGYU MA
Speaker Website: ai.stanford.edu…
Speaker's Professional Title: Assistant Professor, Computer Science Department, Stanford University
Talk Title: Three Facets of Understanding Pre-training: Loss, Inductive Bias of Architectures, and Implicit Bias of Optimizers
For More Information: sharonw@cs.cmu.edu
Affiliations: Computer Science Department (CSD), Machine Learning Department (MLD)
Tuesday, January 17, 2023, 12:30 – 1:50pm
Targeted online advertising is a well-known but extremely opaque phenomenon. Though the targeting capabilities of the ad tech ecosystem are public knowledge, from an outside perspective, it is difficult to measure and quantify ad targeting at scale. To shed light on the extent of targeted advertising on the web today, we conducted a controlled field measurement study of the ads shown to a representative sample of 286 participants in the U.S. Using a browser extension, we collected data on ads seen by users on 10 popular websites, including the topic of the ad, the value of the bid placed by the advertiser (via header bidding), and participants’ perceptions of targeting. We analyzed how ads were targeted across individuals, websites, and demographic groups, how those factors affected the amount advertisers bid, and how those results correlated with participants’ perceptions of targeting. Among our findings, we observed that the primary factors that affected targeting and bid values were the website the ad appeared on and individual user profiles. Surprisingly, we found few differences in how advertisers target and bid across demographic groups. We also found that high outliers in bid values (10x higher than baseline) may be indicative of retargeting. Our measurements provide a rare in situ view of targeting and bidding across a diversity of users.
—
Eric Zeng is a Postdoctoral Researcher in CyLab Institute at Carnegie Mellon University, where he is currently advised by Professor Lujo Bauer. His research interests are broadly in computer security and privacy, with a focus on usable security and privacy and web measurement. He recently graduated with a PhD in Computer Science & Engineering from the University of Washington, where he was fortunate to be advised by Professor Franzi Roesner, and worked in the Security and Privacy Lab.
His research addresses security, privacy, and UX issues in online advertising, such as deceptive and misleading ads for online scams, content farms, and affiliate marketing. His recent work in this space investigated misleading political ads during the 2020 elections, such as ads disguised as polls and sensationalist political clickbait articles. His other work in usable security and privacy is broadly about identifying users' security and privacy needs and concerns in emerging technologies, such as smart homes and encrypted email.
He has also collaborated on various projects with researchers in industry. He recently interned with the Cryptography and Privacy Research Group at Microsoft Research, where he worked with Kim Laine and Esha Ghosh on authentication and recovery for decentralized services. In the past, he has interned on the Google Chrome Security team, where he worked with Emily Stark on improving HTTPS adoption.
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Hamburg 1002 and Zoom
Speaker's Name: ERIC ZENG
Speaker Website: www.ericwzeng.com
Speaker's Professional Title: Postdoctoral Researcher, CyLab, Carnegie Mellon University
Talk Title: What Factors Affect Targeting and Bids in Online Advertising? A Field Measurement Study
For More Information: adamm2@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): CyLab, PE
Event Website Title: Series Website
Event Website URL: privacy.cs.cmu.edu…
Tuesday, January 17, 2023, 11am – 2:30pm
Two talk about our guests new work.
Tuesday, January 17, 2023, 5pm
The Artificial Intelligence (AI) Residency Program is a one-year research training position designed to give you hands-on experience with artificial intelligence research while working in Meta AI. This program is ideal for those interested in applying to Ph.D. programs, publishing research papers, and maximizing their experience before applying or attending a graduate program in the designated field.
The program pairs you with AI Researchers to help guide your project. With the team, you will pick a research problem of mutual interest and then devise new machine learning techniques to solve it. The research will be communicated to the academic community through collaboration across Meta AI, academic papers and conferences (i.e. NeurIPS, ICML, ICLR, CVPR), and open-source code releases or product impact.
We encourage applications from people with technical backgrounds who hope to apply to a graduate program or would like more preparation before doing so. Prior experience in machine learning is certainly a strength, but we seek people with a passion for AI from a diverse range of backgrounds, including areas ostensibly unrelated to machine learning such as (but not limited to) math, physics, finance, economics, linguistics, computational social science, neuroscience, and bioinformatics. This is a full-time program that cannot be undertaken in conjunction with university study or a full-time job.
Responsibilities
Thursday, January 12, 8:30am – Friday, January 13, 2023, 5pm
The purpose of this workshop (12-14 January 2023) is to bring together an interdisciplinary group of scholars, who can reason about the critical research needed to understand the impact of the digital world on the physical/physiological and vice versa. We would like to invite you to join us for the workshop to contribute to the discussion.
New harms, such as the next pandemic or the impacts of climate change on state stability, are likely
to be carried out on two levels at once; e.g., as a pandemic spreads so too does misinformation on the
web. In the case of COVID-19, we saw that the pandemic and the disinfodemic co-evolved with the
type of disinformation changing as the stage of the pandemic changed. The purpose of this workshop
is to bring together an interdisciplinary group of scholars, who can reason about the critical research
needed to understand the impact of the digital world on the physical/physiological and vice versa.
Illustrative issues include:
Thursday, January 12, 2023, 3pm
Configuration tuning is often a key element in achieving outstanding performance with parameterized algorithmic solutions. However, it often requires extensive manual effort to satisfactorily configure an algorithm for a specific task instance, thus preventing these algorithms to be deployed at scale. More importantly, without a principled method to configure these deployment settings, it will be difficult to reproduce the obtained results under other experimental conditions. To address these problems, this thesis focuses on developing novel automated algorithm design (AAD) frameworks capable of configuring algorithms for specific use cases in a data-driven manner. Particularly, we cast these AAD problems as optimization tasks that aim to maximize some performance metric with respect to the configurations of the solution model. We ground our investigation in three specific classes of AAD problems, including kernel selection for Bayesian inference, architecture search for deep neural network and minimizer construction for sequence sketching. In all of these problems, the variables to be optimized often have underlying discrete structures such as trees, graphs or permutations. Our contribution is a suite of reformulation techniques that result in efficient and accurate tuning methods for these configuration domains. Finally, we demonstrate the performance of our methods on practical scenarios and show that they have significantly outperformed state-of-the-art benchmarks.
Thesis Committee:
Carl Kingsford (Chair)
David P. Woodruff
Maria-Florina Balcan
Risto Miikkulainen (University of Texas at Austin)
Additional Information
In Person and Zoom Participation. See announcement.
Wednesday, January 11, 2023, 10 – 11am
While supervised learning sparked the deep learning boom, it has some critical shortcomings: (1) it requires an abundance of expensive labeled data, and (2) it solves tasks from scratch rather than the human-like approach of leveraging knowledge and skills acquired from prior experiences. Pre-training using unlabeled data, a.k.a. self-supervised learning, has emerged as an alternative and effective paradigm to overcome these shortcomings, demonstrating successes in diverse domains like text, vision, speech, etc. This raises an interesting and challenging question: why should pre-training on unlabeled data help with seemingly unrelated downstream tasks?
In this talk, I will present works that build a theoretical framework to study why self-supervised learning methods like contrastive learning, auto-regressive language modeling and self-prediction are beneficial for downstream tasks. Central to the framework is the idea that pre-training helps learn low-dimensional representations of data, that subsequently help solve downstream tasks of interest with linear classifiers. A common theme is to formalize what are desirable properties of the unlabeled data used to construct the self-supervised learning task. Under appropriate formalizations, it can be shown that approximately minimizing the right pre-training objectives can extract the downstream signal that is implicitly encoded in the unlabeled data distribution. This signal can be decoded from the learned representations using linear classifiers, thus providing a formalization for transference of “skills and knowledge” across tasks.
—
Nikunj Saunshi recently received his PhD from Princeton University where he was advised by Sanjeev Arora. He will be joining Google NYC as a Research Scientist. His research interests lie in using a mix of theory and empirics to understand the success of modern machine learning, and in improving/designing algorithms that are grounded in mathematical principles. His research has spanned topics like self-supervised learning (contrastive learning, language modeling), representation learning, meta-learning and natural language processing.
Faculty Host: Andrej Risteski
Event Type: Talks
Room Number: In Person
Building: Gates Hillman 8102
Speaker's Name: NIKUNJ SAUNSHI
Speaker Website: www.cs.princeton.edu…
Speaker's Professional Title: Research Scientist (will be joining), Google NYC
Talk Title: Towards Understanding Self-Supervised Representation Learning
For More Information: aristesk@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Tuesday, January 10, 2023, 10am
The past few decades have seen an explosion in techniques and applications for computational fabrication. Research has expanded the range of computationally-fabricable media to include everything from traditional metal, wood, and plastic, to reshapable clay and wax, to edible materials, to living cells and self-actuating polymers; it has enabled broadly accessible fabrication in many media by improving inexpensive, DIY hardware and designing for novice users. These are not just outcomes that would have been tedious to produce without computation: they are outcomes that may not have even been imagined.
However, tools for working with computational fabrication processes have typically approached them as production tools, with fabrication support software focused on refining the user's vision, e.g. through viability checks, optimization, and visualizations to help the user understand how the output will be and adjust accordingly to be increasingly in line with what they imagined. This presupposes that the user knows what they want to make, which itself presupposes that the user knows what kinds of things are possible and how their options align with their preferences.
In contrast, creativity is frequently understood as an interactive/cyclic process which typically has phases of both narrowing and broadening the space of possible outcomes. By focusing on refinement of an implicitly predetermined goal, computational fabrication tooling neglects users who want these kinds of atypical or ongoing engagement with a medium. In this work, we investigate interactive computational fabrication systems to support creativity across creative modes, explicitly including "broadening" processes.
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Remote - ET
Building: ASA Conference Room, Gates Hillman 6115 and Zoom
Speaker's Name: LEA ALBAUGH
Speaker Website: lea.zone
Speaker's Professional Title: Ph.D. Student, Human-Computer Interaction Institute, Carnegie Mellon University
Talk Title: Narrowing & Broadening: Tactics to Support Creative Exploration in Computational Fabrication
For More Information: lea@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): SCS
Monday, January 9, 2023, 10am
Engineering synthetic gene networks with desired behavior for robust adaptation or tailor decision-making is challenging. Currently approaches rely on different negative strategies and/or logic-based operators, which suffer from suboptimal performance. To address these limitations, we introduce two design principles: (1) ultrasensitive input-output behavior with (2) tunable thresholds. Here, we engineered ultrasensitive-based networks to both achieve adaptive behavior through feedback control and building synthetic programs for molecular pattern recognition by implementing neuromorphic computing in mammalian cells.
—
Christian Cuba Samaniego received the B.S. degrees in Mechatronic Engineering from the "Universidad Nacional de Ingenieria, Peru”, in 2013, and Ph.D. degrees in Mechanical Engineering from University of California Riverside, CA, USA, in 2017. He was a postdoctoral with the university of Massachusetts Institute of Technology from 2017 to 2019. Currently, he is a postdoctoral research associate with the University of California Los Angeles, CA, USA. His research interests lies at the intersection of Control Theory, Systems Biology, and Synthetic Biology. He is specially interested in the design, analysis and applications of biomolecular feedback control and biomolecular neural networks for tailor decision-making in living cells.
In Person and Zoom Participation. See announcement.
Event Type: Talks
Room Number: In Person and Remote
Building: Gates Hillman 8102 and Zoom
Speaker's Name: CHRISTIAN CUBA SAMANIEGO
Speaker Website: christiansami.wixsite.com…
Speaker's Professional Title: Postdoctoral Research Associate, University of California, Los Angeles
Talk Title: Neuromorphic computing and feedback control in living cells
For More Information: aricarte@andrew.cmu.edu
Affiliations: Computational Biology Department (CBD)
Organization(s): SCS
Friday, December 23, 2022 – Tuesday, January 3, 2023
But we'll be back in no time.
Enjoy the best of the season!
Monday, December 19, 2022, 9am
In today's age of big data, data sharing among companies, customers, and researchers has become a critical activity that drives advancements across industry and academia. In these data sharing scenarios, stakeholders want the shared data to have high fidelity, meaning that it accurately reflects the important properties of the original data for downstream applications. At the same time, the shared data must be privacy-preserving, so that sensitive business and personal information from the data holder is not disclosed during the data sharing process. Unfortunately, achieving both of these goals simultaneously is challenging with existing data sharing techniques such as anonymization, simulation, or simple generative models.
Recent advances in generative adversarial networks (GANs) offer a new opportunity to tackle this long-standing challenge. Given a dataset of images, GANs can synthesize new, random images that are from the same distribution as the original images. Their impressive results in synthesizing photorealistic, high-resolution images suggest the potential of GANs as a building block for a data sharing tool. However, notable challenges remain. On the fidelity front, GANs' generated samples often lack diversity, and GANs are notoriously unstable to train—small changes to hyper-parameters can lead to poor sample fidelity. Moreover, real-world data required in data sharing applications (e.g., long and multidimensional time series) has its own unique characteristics different from images, which creates additional fidelity challenges. On the privacy front, the privacy properties of GANs are not well understood, and making them privacy-preserving is still an open question.
In this dissertation, we explore how to build a high-fidelity and privacy-preserving data sharing tool with GANs. We tackle this question in a full-stack fashion, from studying and improving the theoretical foundations of GANs to applying these insights in practical data sharing applications. On the fidelity front, we propose theoretical frameworks for analyzing GAN's sample diversity and training stability problems. Based on these insights, we propose simple and effective fixes to boost GANs' sample diversity and training stability, resulting in better sample fidelity. On the privacy front, we analyze the fundamental privacy properties of GANs, identify the privacy issues, and design new frameworks and approaches to protect sensitive business and personal information in the original data. Finally, based on these insights, we build a practical GAN-based data sharing tool for time series data and demonstrate its fidelity across applications in systems and networking domains. We also package the algorithmic contributions in this dissertation in a modular library for future applications.
Thesis Committee:
Giulia Fanti (Advisor, ECE)
Vyas Sekar (Co-Advisor, ECE)
Jun-Yan Zhu (RI)
Steven Wu (HCII/S3D)
Sewoong Oh (University of Washington)
Zoom Participation. See announcement.
Tuesday, December 13, 2022, 9:30am
Decades of research in the field of database management systems (DBMSs) have focused on improving system performance with impressive results. Modern analytical databases take advantage of innovative methods such as vectorization and compilation to improve single query performance, use supporting data structures such as indexes or views to reduce data access requirements, and support the execution of multiple queries in parallel while maintaining necessary isolation guarantees.
We propose a new line of work with workload and architecture-aware scheduling algorithms to optimize system performance beyond the now limited incremental gains beyond the aforementioned approaches. In a modern execution environment with heterogeneous query performance and parallelism characteristics and with datasets predominantly residing in memory, resource allocation and system efficiency become paramount. Our proposed scheduling approaches take advantage of known query characteristics to intelligently order query sub-tasks in our execution environment.
In this work, we discuss modifications to a highly optimized execution engine supporting both vectorization and compilation to support newly proposed scheduling algorithms with minimal overhead. Changes to the execution architecture and in-memory data layout mitigate access pattern and function invocation overheads on the path to support NUMA-aware execution. These improvements enable the performance benefits of more intelligent scheduling approaches, which, when implemented, result in average query latency decreases of over 30%.
Thesis Committee:
Andy Pavlo (Chair)
Justine Sherry
Additional Information
See also: Database Seminar
Event Type: Master's Thesis Presentation
Room Number: In Person
Building: Gates Hillman 7101
Speaker's Name: DEEPAYAN PATRA
Speaker Website: deepayan.dev
Speaker's Professional Title: Masters Student, Computer Science Department, Carnegie Mellon University
Talk Title: High Performance DBMS Design for Intelligent Query Scheduling
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: tracyf@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Tuesday, December 13, 2022, 11am
Database management systems (DBMSs) have become more complex to meet increasingly demanding usage. To owners and operators, the need for a self-driving DBMS that can automatically tune and optimize itself without human intervention is apparent now more than ever. Such a self-driving DBMS considers a set of candidate actions to apply to reach a configuration that improves performance for a given workload. Furthermore, the DBMS would continuously adjust the configuration in anticipation of changing workloads and data distributions.
Efforts to architect self-driving DBMSs suffer from the engineering overhead of combining different tuning subtasks, such as index tuning and knob tuning. These individual subtasks have a vast candidate action space, requiring the tuning algorithms to reduce the action space before searching. However, each subtask and algorithm has its own representation of the action space and methods for obtaining requisite inputs for the algorithm, including a representative workload and the database schema.
This thesis presents an extensible framework for defining the action space of tuning subtasks. The framework allows the self-driving DBMS engineer to define action types, rules for constructing the action space, and input information for the tuning algorithm – all in a standard interface shared across subtasks. The framework reduces the overhead of developing and evaluating new tuning algorithms and allows the DBMS to dynamically define the subset of the action space to explore in any given tuning task. By restricting the search space before executing the tuning algorithm, the framework reduces the time expended on evaluating suboptimal configurations. It thereby improves the speed at which the algorithm converges on a solution.
We then use this framework to alter and restrict the action spaces of existing algorithms for index tuning and knob tuning. We demonstrate that by filtering the search space against low-quality candidate actions, the framework enables tuning algorithms to converge more quickly on tuning actions that can match or outperform the baseline solution.
Thesis Committee:
Andy Pavlo (Chair)
Zhihao Jia
Additional Information
Also see: Database Seminar
Event Type: Master's Thesis Presentation
Room Number: In Person
Building: Gordon Bell Conference Room, Gates Hillman 5117
Speaker's Name: PEIJING 'MIKE' XU
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Masters Student, Computer Science Department, Carnegie Mellon University
Talk Title: Extendable Rule-Based Action Generation for Self-Driving Database Systems
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: tracyf@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Tuesday, December 13, 2022, 12 – 3:20pm
► 12:00 pm - 12:40 pm → Gates Hillman 4405 and Zoom
Understanding of Molecular and Evolutionary Mechanisms for Protein Temperature Adaptation
— Yuting Deng
Billions of years of evolution have produced millions of diverse species. Adaptation is driven by changes in molecules whose functions give rise to life. Temperature acting as the driving force for evolutionary processes decides the adaptation of protein stability and activities. To demystify the molecular mechanisms underlying protein and temperature adaptation, this project aims to investigate proteins' thermostability through computational methods. Since a well-annotated functional database of protein is lacking, we curated a large-scale well-annotated functional database across archaea and bacterias, including ~9947 ortholog groups annotated by 40 critical function labels under rigorous quality control. In the future, this dataset would be of great value in dissecting biophysical forces that drive protein evolution through identifying temperature-associated residues and trends in temperature-associated residue properties and interactions.
► 12:40 pm - 1:20 pm → Gates Hillman 4405 and Zoom
Information Retrieval: NERQ (Named Entity Recognition for Queries)
— Dhruv Arya, Nidhi Dhar, Sarthak Tandon
Named Entity Recognition on web search queries (NERQ) has been noted as a challenging problem in the literature. The reduction in context, irregular grammar, and lack of proper casing in queries makes it difficult for off-the-shelf NER models to perform well on queries. This paper introduces a new and challenging supervised dataset for NERQ created from the MS MARCO dataset and performs experiments to improve the performance of the current state-of-the-art models on this dataset. These models show significant performance gains in experiments that perform finetuning with domain-transferred data.
► 1:20 pm - 2:00 pm → Gates Hillman 8102 and Zoom
Exploring Trust and Strategies in Agent-Human Teaming
— Annie Johnson
This work delves into evaluating trust in agent-human teaming in the gaming domain. This capstone project combines a Human-Computer Interaction (HCI) component as well as an analytic component. Here we provide a definition of “trust” relevant to the Overcooked game and perform a study where volunteers play this game and answer survey questions based on their experience. The game-play videos recorded during the study were used to train an Object Recognition model to test the robustness of the video. Self-Organizing Maps were used to cluster the trajectories obtained from the game to identify the factors that influence trust.
► 2:00 pm - 2:40 pm → Gates Hillman 4405 and Zoom
AI2F: Artificial Intelligence Integrated Fires
— Simon Knapp, Eric Youn, Rebecca Wilson
The current military planning process is slow and deliberate and requires days or even weeks of dedicated staff personnel. Our solution attempts to solve this problem for artillery planning by applying reinforcement learning to develop agents that can rapidly develop courses of action and wargame various scenarios. On a broader scale, the simulation environment we are currently developing alongside the US Army Engineer Research and Design Center (ERDC) provides researchers with a valuable tool for rapidly developing agents for other aspects of military planning. Our experiments explore the training methods for agents using this framework and how agents learn to apply indirect fires and ammunition selection in it.
► 2:40 pm - 3:20 pm → Gates Hillman 4405 and Zoom
Nudge
— Hermes Suen
Nudge is a project aimed at creating a platform for individuals, institutions, and organizations to invest in real-life behavior change. It is built on the assumption of memetic desire and social contagion and provides monetary rewards to creators of viral TikToks that are related to the desired behavior change.
Event Type: Project Presentations
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates Hillman 4405 and Zoom
For More Information: ahan2@andrew.cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): MCDS
Event Website Title: Full Schedule of Daily Presentations
Event Website URL: mcds-cmu.github.io…
Monday, December 12, 2022, 9am
The three-dimensional (3D) genome organization in the nucleus is crucial for a wide variety of fundamental genome functions, but the complete view of the multiscale genome architecture remains poorly characterized. Whole-genome mapping methods such as Hi-C have been developed to reveal 3D genome features in different resolutions. However, computational methods to unveil global organization of genomic loci with distinct spatial compartmentalization are significantly lacking to identify patterns beyond the conventional, binary A/B compartments. In this dissertation, we develop machine learning methods focusing on identifying nuclear genome subcompartment patterns. Specifically, we develop 1) Sniper, a semi-supervised deep learning model that uses sparse Hi-C data to impute missing inter-chromosomal Hi-C contacts and predict subcompartment patterns, thereby generalizing subcompartment inferences to a multitude of cell types; 2) SLICE, an unsupervised learning model that can more accurately partition the genome using sparse Hi-C data to uncover finer scale subcompartment patterns across various cell types; 3) scGhost, a graph embedding based machine learning algorithm that is able to reveal subcompartment patterns in individual cells using single-cell Hi-C data, leading to insights into the cell-to-cell variability of gene expression and spatial positioning of genomic loci. Together, the research in this dissertation has developed a suite of computational methods for identifying functionally important subcompartments using both population Hi-C and single-cell Hi-C data. These methods have the potential to improve our understanding of 3D genome organization in a vast array of cellular conditions and resolutions and pave the way for a more complete map of the nuclear architecture.
Thesis Committee:
Jian Ma (Chair)
Ziv Bar-Joseph
Maria Chikina (University of Pittsburgh)
Erez Lieberman-Aiden (Baylor College of Medicine)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Gates Hillman 7101 and Zoom
Speaker's Name: KYLE XIONG
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Ph.D. Candidate, Joint CMU-PITT Ph.D. Program in Computational Biology, Carnegie Mellon University
Talk Title: Application of Machine Learning Algorithms to Reveal 3D Genome Compartmentalization Patterns
For More Information: nstenger@cs.cmu.edu
Affiliations: Computational Biology Department (CBD)
Organization(s): SCS
Thursday, December 8, 2022, 11:50am – 1:10pm
Please join us for the final presentations from our Capstone projects in Privacy Engineering. Sixteen students in four teams will present their accomplishments from semester-long projects. Capstone is the culmination and integration of studies at the Masters degree level. Projects are real problems faced by sponsors in industry and privacy NGOs and range from pure research to building tools in software.
The 2022 projects include:
Thursday, December 8, 2022, 11:50am – 1:10pm
Come and check out the fantastic work our fourteen student teams have produced this semester, applying psychological theories to the design of transformational pro-social experiences.
Project topics include a focus on encouraging more sustainable everyday behaviors, providing tools to support well-being and joy (in relation to monitoring one's social media use, navigating one's job search journey, community-building and relationship-building, moving to a new city/country, etc.), engaging graduate students to reflect on issues of labor and collective action, improving students' experience in remote learning contexts, and counteracting misinformation and deceptive patterns in online interactions, among others.
All project teams will be running continuous and concurrent demos of their work throughout the session, so feel free to join us at any time.
Event Type: Project Presentations
Room Number: In Person
Building: 300 South Craig, Room 172
For More Information: gfk@cs.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): SCS
Thursday, December 8, 2022, 12pm
FRIDA, a Framework and Robotics Initiative for Developing Arts, is a robot painting system designed to translate an artist's high-level intentions into real world paintings. FRIDA can paint from combinations of input images, text, style examples, sounds, and sketches. Planning is performed in a differentiable, simulated environment created using real data from the robot allowing gradient descent to be used to generate high-fidelity painting plans. Vision is used to perceive the painting progress throughout creation to respond to and embrace the stochastic nature of paint as a medium.
Committee:
Jean Oh (Chair)
Jim McCann
Jun-Yan Zhu
Michelle Zhao
In Person and Zoom Participation. See announcement.
Thursday, December 8, 2022, 11:50am – 12:50pm
For the final lecture in CMU's Introduction to Database Systems]() (Fall 2022) course, we are allowing anyone to
call in with their database questions. The lecture will be livestreamed via Youtube and you will be, able to ask your questions to Professor Andy Pavlo directly.
—
Andy Pavlo is an Associate Professor (Indefinite Tenure) of Databaseology in the Computer Science Department at Carnegie Mellon University. He is also the co-founder of the OtterTune automated database optimization company. He is from the streets.
Livestream and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom / Youtube
Speaker's Name: ANDY PAVLO
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Associate Professor, Computer Science Department, Carnegie Mellon University
Talk Title: Live Call-in Q&A Lecture
For More Information: db-www@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Event Website Title: Event Website
Event Website URL: db.cs.cmu.edu…
Thursday, December 8, 2022, 9:15am – 1:10pm
► 8:35 - 9:15 am →Posner Hall 153 and Zoom
Secure NLP Inference
— Shreya Sharma
With the advent of cloud computing benefits such as elasticity and availability at affordable rates, a large number of machine learning workloads are migrating to the cloud for operations. However, in this paradigm, sensitive data may be leaked to service providers if they are curious or compromised. This project aims at making existing NLP models oblivious, i.e., enabling secure inference on a trained BERT model without revealing any information about the client input data. Such a service can find uses in audits or private contract reviews, and entity recognition.
► 9:15 - 9:55 am →Posner Hall 153 and Zoom
Data Augmentation for Information Retrieval
— Preksha Patel, Ramya Ramanathan, Riddhi Nisar, Sayani Kundu, Vivek Sourabh
In our capstone, we aim to build a data augmentation module, which can be easily plugged into the pipeline of Information Retrieval frameworks. We also aim to finetune and improve the re-ranker in FlexNeuART using augmented data. We use the MS MARCO passage re-ranking dataset for this task and implement three categories of data augmentation techniques - rule-based, model-based, and query reformulation. We evaluate our results on the mean reciprocal rank (MRR) metric.
► 11:50 am - 1:10 pm →Posner Hall 153 and Zoom
Simbot Dialogue and Language Generation
— Shubham Phal, Nikhil Gupta, Prasoon Varshney, Shubham Virmani, Benny Jiang,
Xinyue Chen
Our work on the Simbot Challenge asks a basic question: How does language change when situated? How do objects in the environment and behaviors of people around us inform how language utterances are interpreted? Our project uses advanced NLP techniques to model a two-way free-form dialogue between a commander and a multimodal embodied agent to perform a plethora of complex tasks in a simulated environment.
The MCDS Capstone projects continue December 8, 12 and 13.
Please join in as your schedule permits.
Event Type: Project Presentations
Room Number: In Person and Virtual - ET
For More Information: ahan2@andrew.cmu.edu
Event Website Title: Full Schedule of Daily Presentations
Event Website URL: mcds-cmu.github.io…
Wednesday, December 7, 2022, 10:10am – 3:40pm
► 10:10-10:50 am →Tepper 1403 and Zoom
ENVPOOL
—Yukun Jiang, Leo Guo, Yufan Song, Ting Luo, Tianyi Sun, Peilin Rao,
EnvPool is a C++-based batched environment pool with pybind11 and thread pool. It has high performance (~1M raw FPS with Atari games, ~3M raw FPS with Mujoco simulator on DGX-A100) and compatible APIs (supports both gym and dm_env, both sync and async, both single and multiplayer environment)
► 10:50-11:30 am →Tepper 1403 and Zoom
Multimodal Question Answering
— Kunal Dhawan, Manoj Ghuhan Arivazhagan, Wenxing Deng
Multimodal Question Answering (MQA) is a rapidly growing area of research that aims at
building intelligent systems that can respond to user queries by reasoning over information from multiple modalities. Such systems try to emulate human beings who also rely on cross-modal reasoning to answer any question thrown at them. Current MQA approaches suffer from various drawbacks like biased datasets used for training, the inability to answer simple counting-based questions, and the tendency to learn surface-level relationships rather than building reasoning.
In this work, we aim to overcome these limitations and propose a new end-to-end MQA system. The major contributions of this work would be: 1) Curation of an MQA dataset which consists of a diverse set of question types capturing complex interactions and relationships between different objects in the images and is devoid of any inherent biases, 2) Improved feature extraction module which can handle and even generate scene graphs given input images, 3) Instance segmentation module to improve MQA system performance for counting related questions, 4) End-to-end trainable MQA pipeline which outperforms the current state-of-the-art.
► 1:00 - 1:40 pm → Gates Hillman 4405 and Zoom
ASML YieldStar: Particle/Defect Detection and Classification
— Mahalakshumi Visvanathan, Wei-Chieh Chen, Yijia Zhang
YieldStar is an advanced wafer metrology technique provided by ASML. It is used to verify the quality of the produced wafer. However, even tiny errors could affect production since YieldStar has complicated and expensive optics. Currently, production technicians rely on their knowledge to catch defects. This process takes over 500 hours per year, which is very time-consuming. To improve production efficiency, we've proposed two major techniques to improve it: a classification Convolutional Neural Network (CNN), which can detect if a particle is present or not, and a Convolutional Auto-Encoder that can localize and measure the intensity of the particle.
► 1:40 - 2:20 pm → Gates Hillman 4405 and Zoom
Predicting Flatness Error with ASML Wafer Table
— Tz-Ruei Liu, I-Tsun Cheng, Xinyan Xie
At ASML, the flatness error of wafer tables is computed manually using a fixed formula. Although exact, the current system takes more than 5 minutes to compute all spec maps per sample, which is inefficient. In this work, we introduce a machine-learning method that predicts spec maps with sufficiently small errors while being substantially faster. We use U-Net and its variant SmaAt-UNet and show that they perform very effectively at our task. Equipped with attention and depthwise-separable convolutions, SmaAt-UNet achieves less than 2% error across all spec maps while taking only 30 seconds to compute, 10x faster than the current system.
► 2:20 - 3:00 pm → Gates Hillman 4405 and Zoom
Self Driving Databases Management System
— Kushagra Singh, Lichen Jin, He-Wei Lee
Our project presents the control plane for self-driving database systems -- a framework that orchestrates database tuning operations and manages resources for production database clusters hosted in heterogeneous environments.
► 3:00 - 3:40 pm → Gates Hillman 4405 and Zoom
Autobatch – Ragged Tensor’s Shape Representation and Efficient Computation
— Bowen Chen
In this report, we will introduce a new shape representation of the Ragged Tensor, which is a typical input workload in NLP models. We will discuss: the design of Ragged Tensor Intermediate Representation (IR), the implementation of Ragged Tensor API upon Relax, a graph level optimization based on RaggedTensor IR, and an auto-batch user interface enabled by Ragged Tensor IR.
The MCDS Capstone projects continue December 7, 8, 12 and 13.
Please join in as your schedule permits.
Event Type: Project Presentations
Room Number: In Person and Virtual Presentations - ET
For More Information: ahan2@andrew.cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): MCDS
Event Website Title: Full Schedule of Daily Presentations
Event Website URL: mcds-cmu.github.io…
Tuesday, December 6, 2022, 8:35am – 1:10pm
► 8:35 - 9:15 am → Posner Hall 153 and Zoom
Simbot Navigation and Interaction
— Adhokshaja Madhwaraj, Jessica Zhong, Kushagra Mahajan, Malaika Vijay,
Sai Vishwas Padigi, Vineeth Reddy Vatti
Embodied task-completion agents are intelligent agents that can perceive, navigate, and manipulate objects in an environment. We developed a bot for the SimBot challenge in conversational embodied task completion, where users can converse with and guide the bot to complete tasks in a 3D environment. The Navigation and Interaction thrust of the SimBot project focuses on scene understanding and action planning to perform actions that satisfy a user’s instruction. Our primary contributions include an Image Segmentation model to identify objects of interest and an Action Planning module capable of generating a logical sequence of actions to execute on the simulator.
► 9:15 - 9:55 am → Posner Hall 153 and Zoom
Simbot Dataset Collection: An Embodied Vision-Audio-Navigation Task
—Bharani Ujjaini Kempaiah, Linyi Li
Intelligent robotic agents that operate in human spaces must be capable of realizing and executing instructions that are conveyed in natural language via speech. Most existing vision and language benchmarks contain instructions in natural language via text, and subsequently, models trained on these datasets also rely heavily on text as an intermediate medium to achieve grounding. In this work, we aim to enhance the existing ALFRED benchmark by crowd-sourcing speech annotations for existing ALFRED demonstrations of household tasks. We build web interfaces to qualify crowd workers before collecting speech annotations online. With these speech annotations, we believe the research community can develop models that can power robots to achieve audio-visual grounding similar to how humans interact in the real world.
► 11:50 am - 1:10 pm → Posner Hall 153 and Zoom
Learn-to-Race: A Multimodal Control Environment for Autonomous Racing
— Kevin Chian, Arav Agarwal, Sidharth Kathpal, Yujun Qin, Tanay Gangey
Autonomous racing is a sub-field of autonomous driving which has been studied considerably less than urban driving. To further research in this area, we implement a set of extensions spanning reinforcement learning (RL), Computer Vision (CV), and robotics interfaces upon the Learn-to-Race framework, which itself runs on top of a racing simulator. Our project also has a software development component that involves creating interfaces to connect to an actual vehicle using ROS. These research and development thrusts are crucial to designing safe and fast autonomous agents, as failures in real-life are exceptionally costly. The safe policies learned by the autonomous racers can be generalized to the real world to have safer and faster autonomous driving agents.
The MCDS Capstone projects continue December 6, 7, 8, 12 and 13.
Please join in as your schedule permits.
Event Type: Project Presentations
Room Number: In Person and Virtual - ET
Event Poster Title: Full Schedule of Daily Presentations
Event Poster URL: mcds-cmu.github.io…
For More Information: ahan2@andrew.cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): MCDS
Friday, December 2, 2022
We will present an algorithm to learn an unknown unitary channel acting on a d-dimensional qudit to diamond-norm error ε, using O(d²/ε) applications of the unknown channel and only one qudit. This algorithm uses the optimal number of qudits and number of queries up to a sub-logarithmic factor, even if one has access to the inverse or controlled versions of the unknown unitary. This improves over prior work, which achieves entanglement infidelity δ using O(d²/√δ) applications in parallel, thereby requiring Ω(d²) qudits.
Based on joint work with Jeongwan Haah, Robin Kothari, and Ryan O'Donnell.
Event Type: Seminars
Room Number: In Person
Building: Gates Hillman 7501
Speaker's Name: EWIN TANG
Speaker Website: ewintang.com
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Theory Group, Paul G. Allen School of Computer Science and Engineering, University of Washington
Talk Title: Query-optimal estimation of unitary channels in diamond distance
For More Information: odonnell@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Event Website Title: Program Website
Event Website URL: theory.cs.cmu.edu/#talks
Thursday, December 1, 2022, 11:50am – 1:10pm
This presentation will discuss significant developments in worldwide privacy law. I will briefly review some basic structural features of the GDPR and compare and contrast them with a number of the other comprehensive data protection bills that have emerged around the world to provide a sense of the emerging state of play in the global privacy space. I will also spend some time discussing particular significant developments that occurred in 2022 — notably, the ongoing process around the United States’ development of a federal privacy law, and the recent Executive Order on transatlantic data transfers.
—
Lee Matheson, CIPP/US/E/A, CIPM, FIP, is a Senior Counsel for Global Privacy with the Future of Privacy Forum Global Privacy team. Lee monitors and analyzes privacy developments throughout the world, with a particular focus on comparing the approaches of different global jurisdictions with regard to core privacy issues, including the regulation of individual privacy rights, de-identification, ad and cookie technology, AI/ML, and international data transfers.
Before coming to the FPF, Lee was a member of the Privacy & Cybersecurity Group at Crowell & Moring, LLP, where he advised clients on U.S. and international privacy, security, and data transfer compliance. Lee was also a 2017-2018 Westin Research Fellow with the IAPP. Lee is a graduate of Denison University and The Ohio State University Moritz College of Law.
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Hamburg Hall 1002 and Zoom
Speaker's Name: LEE MATHESON
Speaker Website: fpf.org…
Speaker's Professional Title: Senior Counsel for Global Privacy, Future of Privacy Forum Global Privacy Team
Talk Title: Global Privacy in 2022: New Developments in Regulation and Law
For More Information: adamm2@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Organization(s): Privacy Engineering
Event Website Title: Series Website
Event Website URL: privacy.cs.cmu.edu…
Thursday, December 1, 2022, 11am
Serverless computing is an increasingly attractive cloud paradigm due to its ease of use and fine-grained pay for-what-you-use billing. However, serverless computing poses new challenges to system design due to its short-lived execution model. Our detailed analysis reveals that memory allocations in serverless functions are typically small and ephemeral: i.e., freed shortly after allocation. Unfortunately, these functions pay the full critical-path costs of memory management in both user space and the operating system without the opportunity to amortize these costs over their short lifetimes.
In this talk, I will present Memento, a hardware-centric design to management that alleviates the overheads of ephemeral memory management.Memento achieves its design goal with two key mechanisms. The first is a hardware object allocator that performs in-cache object allocation and free operations.The second is a hardware page allocator that manages a small pool of physical pages and handles physical memory allocation. Memento eliminates most of the memory management work from the critical path and almost accomplishes the theoretically optimal result that any optimization scheme can achieve.
Presented in Partial Fulfillment of the CSD Speaking Skills Requirement.
Event Type: Speaking Skills
Room Number: In Person
Building: Reddy Conference Room, Gates Hillman 4405
Speaker's Name: ZIQI WANG
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Memento: Architectural Support for Ephemeral Memory Management
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: deb@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Thursday, December 1, 2022, 12:30 – 1:30pm
Join the CMU Swartz Center for the Family Business Leadership Speaker Series talk featuring Giant Eagle, Inc. Chair and CEO Laura Shapira Karet and Chairman Emeritus David Shapira. This will be an intimate conversation about the growth and success of one of Western Pennsylvania's largest family-owned businesses.
REGISTER
► Laura Shapira Karet Chair and Chief Executive Officer, Giant Eagle, Inc.
— An accomplished and inspiring retail leader, Laura Shapira Karet is the Chair and CEO of Giant Eagle, Inc., one of the nation’s largest multi-format food, fuel, pharmacy and convenience retailers with approximately 34,000 Team Members and $10 billion in annual sales. Karet was appointed Chief Executive Officer on January 9, 2012, and most recently was appointed Executive Chair of the Board of Directors on January 1, 2022.
Giant Eagle is one of Forbes magazine’s largest private corporations. Founded in 1931, Giant Eagle has grown to be the number one supermarket retailer in the region with more than 470 corporate and independently owned and operated supermarkets, fuel and convenience store locations throughout western Pennsylvania, Ohio, north central West Virginia, western Maryland and Indiana.
► David S. Shapira Chairman Emeritus, Board of Directors, Giant Eagle, Inc.; Chairman, David S. and Karen A. Shapira Foundation
— During his thirty-plus years as chairman, chief executive officer and president, David Shapira positioned Giant Eagle, Inc. as an industry leader, and grew the company from a local chain of 50 grocery stores to an organization now employing 35,000 Team Members, with more than 425 locations and approximately $9.5 billion in revenue.
Boxed lunches will be provided.
Open to the Public.
Event Type: Talks
Room Number: In Person
Building: Tepper Quad 3rd Floor
Speaker's Name: LAURA SHAPIRA KARET and DAVID SHAPIRA
Speaker's Professional Title: Laura: Giant Eagle, Inc. Chair and CEO Laura Shapira Karet, David: Chairman Emeritus
Talk Title: Success and Innovation at Giant Eagle
Event Poster Title: Poster with Links
Event Poster URL: ww.cs.cmu.edu…
Affiliations: Entrepreneurship
Organization(s): Swartz Center for Entrepreneurship
Thursday, December 1, 2022, 4:30 – 5:30pm
We study the power of preprocessing adversaries in finding bounded-length collisions in the widely used Merkle-Damgård (MD) and Sponge hashing in the random oracle and random permutation models respectively. Specifically, we consider adversaries with arbitrary S-bit advice about the random oracle/permutation and can make at most T queries to it. Our goal is to characterize the advantage of such adversaries in finding a B-block collision in MD/Sponge hash functions.
For MD, the answer to this question is completely understood for very large values of B and for B=1,2. For B=\Omega(T), Coretti et al. (EUROCRYPT ’18) gave matching upper and lower bounds of \Theta(ST^2/N) where the range of the random oracle is of size N. Akshima et al. (CRYPTO ’20) observed that the attack of Coretti et al. could be adapted to work for any value of B>1, giving an attack with advantage \Omega(STB/N+T^2/N). Unfortunately, they could only prove that this attack is optimal for B=2. They formulated the STB conjecture, stating that the best-possible advantage of any attack for finding B block collisions is O(STB/N+T^2/N) for any B>1. In this work, we confirm the STB conjecture in many new parameter settings.
The analogous question for short collisions in the Sponge construction had not been studied at all. We initiate this study by giving two new attacks- an attack that is the analogue of the attack by Akshima et al. for B-block collisions in MD, and another attack for B=1 that crucially relies on the fact that an adversary can make inverse queries to the underlying permutation in the sponge construction. An analogue of the latter attack does not provably exist for MD, and to the best of our knowledge, this is the first natural application for which sponge hashing is provably less secure than the corresponding instance of Merkle-Damgård hashing. We complement the above attacks with bounds on the best possible attacks. Specifically, we prove that there is a qualitative jump in the advantage of best possible attacks for finding unbounded-length collisions and those for finding very short collisions.
The Crypto Seminar is generously sponsored by Smart Contract Research Forum *and CMU CyLab.
In Person and Zoom Participation. See announcement.*
Event Type: Seminars
Room Number: In Person and Virtual
Building: Blelloch-Skees Conference Room, Gates Hillman 8115 and Zoom
Speaker's Name: ASHRUJIT GHOSHAL
Speaker Website: homes.cs.washington.edu…
Speaker's Professional Title: Ph.D. Student, Cryptography Group, Paul G. Allen School of Computer Science and Engineering, University of Washington
Talk Title: Time-Space tradeoffs for short collisions in Sponge and Merkle-Damgard hashing
For More Information: kew2@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): CyLab
Event Website Title: Series Website
Event Website URL: sites.google.com…
Thursday, December 1, 2022, 3 – 4pm
Emily Postan is a Chancellor's Fellow in Bioethics at the University of Edinburgh Law School and a Deputy Director of the Mason Institute for Medicine, Life Sciences and the Law, with lead responsibility for the Institute’s policy engagement portfolio. Emily is an interdisciplinary bioethicist with a background in philosophy. Her main research focus lies in interrogating the roles played by biomedical technologies, personal information, and health informatics in our identities, and in characterizing the ethical significance of these roles. Dr. Postan’s monograph “Embodied Narratives: Protecting Identity Interests through Ethical Governance of Bioinformation” was published by Cambridge University Press in July 2022. This book establishes the ethical imperative for information disclosure practices to take seriously the impacts on our identity-constituting narratives of our encounters with bioinformation about ourselves.
REGISTER
Hosted by the University of Pittsburgh Center for Governance and Markets.
Event Type: Seminars
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: EMILY POSTAN
Speaker Website: www.law.ed.ac.uk…
Speaker's Professional Title: Chancellor’s Fellow in Bioethics, University of Edinburgh Law School
Talk Title: Embodied Narratives: Protecting Identity Interests Through Ethical Governance of Bioinformation
For More Information: madison@pitt.edu
Affiliations: Computational Biology Department (CBD), Computer Science Department (CSD), Machine Learning Department (MLD)
Organization(s): CyLab
Event Website Title: Series Website
Event Website URL: www.cgm.pitt.edu…
Thursday, December 1, 2022, 12pm
In this work we present a method for robust optimization for online incremental Simultaneous Localization and Mapping (SLAM). Due to the NP-Hardness of data association in the presence of perceptual aliasing, tractable (approximate) approaches to data association will produce erroneous measurements. We require SLAM back-ends that can converge to accurate solutions in the presence of outlier measurements while meeting online efficiency constraints. Existing robust SLAM methods either remain sensitive to outliers, become increasingly sensitive to initialization, or fail to provide online efficiency. We present the robust incremental Smoothing and Mapping (riSAM) algorithm, a robust back-end optimizer for incremental SLAM based on Graduated Non-Convexity. We demonstrate on benchmarking datasets that our algorithm achieves online efficiency, outperforms existing online approaches, and matches or improves the performance of existing offline methods.
Committee:
Michael Kaess (Chair)
David Wettergreen
George Kantor
Sudharshan Suresh
In Person and Zoom Participation. See announcement.
Event Type: Speaking Skills
Room Number: In Person and Virtual - ET
Building: Newell-Simon Hall 3001 and Zoom
Speaker's Name: DANIEL McGANN
Speaker Website: danmcgann.com
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Robust Incremental Smoothing and Mapping
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, December 1, 2022, 3:30 – 4:30pm
The Potts model is a distribution on q-colorings of a graph, used to represent spin configurations of a system of particles. Intuitively we expect most configurations to be "solid-like" at low temperatures and "gas-like" at high temperatures. We prove a precise version of this statement for d-regular edge-expanding graphs. We also consider the question of whether or not there are efficient algorithms for approximate counting and sampling from the model, and show that such algorithms exist at almost all temperatures. In this talk, I will introduce the different tools we use in our proofs, which come from both statistical physics (polymer models, cluster expansion) and combinatorics (a new container-like result, Karger's randomized min-cut algorithm).
This is joint work with Charlie Carlson, Ewan Davies, Nicolas Fraiman, Alexandra Kolla, and Aditya Potukuchi.
Event Type: Seminars
Room Number: In Person
Building: Wean Hall 8220
Speaker's Name: CORRINE YAP
Speaker Website: sites.math.rutgers.edu…
Speaker's Professional Title: Ph.D. Student, Department of Mathematics - Hill Center, Rutgers University
Talk Title: Algorithms for the Potts model on expander graphs
Affiliations: Computer Science Department (CSD)
Organization(s): Department of Mathematical Sciences
Event Website Title: Series Website
Event Website URL: www.cmu.edu…
Thursday, December 1, 2022, 1pm
3D reconstruction has been at the core of many computer vision applications, including autonomous driving, visual inspection in manufacturing, and augmented and virtual reality (AR/VR). Because monocular 3D sensing is fundamentally ill-posed, many techniques aiming for accurate reconstruction use multiple captures to solve the inverse problem. Depending on the amount of change in these captures relative to the scale of the scene, imaging methods can be categorized into two groups: non-differential imaging and differential imaging. For example, a stereo system with a large baseline is considered non-differential, while one with a tiny baseline is considered differential.
Differential imaging offers a few advantages over its non-differential counterparts. On the hardware side, because of the tiny changes in measurements, differential imaging systems can be made compact and portable. There are commercially-available sensors at our disposal that already facilitate differential imaging, such as light field cameras that capture images of a scene under slightly varying viewpoints. On the algorithm side, differential imaging makes it possible to locally linearize originally nonlinear phenomena so that inverse problems become easier to solve.
This thesis leverages differential imaging to solve three challenging reconstruction problems. First, we propose a novel method for non-line-of-sight (NLOS) imaging, a challenging scenario where the scene of interest is not directly visible. We apply differential imaging by densely scanning a visible surface using a transient imaging system. We then extract a geometric feature that we call the Fermat paths (defined as light paths that satisfy Fermat's principle) from each transient measurement of photons bouncing between the visible surface and the NLOS object. Using the collection of Fermat paths at all scan points, we apply well-established tools in differential geometry to conduct differential analysis and reconstruct the surface of NLOS objects.
Next, we consider the problem of reconstructing purely specular mirror-like objects illuminated by a near-field point light source and imaged by a differentially translating camera. The light interaction of mirror surfaces follows the law of specular reflection, which is derived from Fermat's principle. Therefore, our adopted method for specular shape reconstruction is also based on the theory of Fermat paths. We further examine the radiometric information of these specularities to eliminate the ambiguity in the reconstruction using only the geometric information of Fermat paths.
Finally, we address the problem of single-shot depth from defocus, which is fundamentally ill-posed using a conventional camera. We propose to use a commercially-available dual-pixel (DP) sensor, which emulates a stereo system with a differential baseline. We study the image formation model of a DP camera in the presence of defocus blur, and propose a method to simultaneously estimate the defocus map and the latent all-in-focus image from a single DP capture.
We hope this thesis will inspire the use of more differential imaging systems and algorithms for 3D reconstruction. The techniques developed in this thesis, especially the theory of Fermat paths, will also apply to other domains, including wavefront sensing, acoustic and ultrasound imaging, lensless imaging, and seismic imaging.
Thesis Committee:
Ioannis Gkioulekas (Co-chair)
Srinivasa G. Narasimhan (Co-chair)
Keenan Crane
Gordon Wetzstein (Stanford University)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates Hillman 4405 and Zoom
Speaker's Name: SHUMIAN XIN
Speaker Website: shumianxin.github.io
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: 3D Reconstruction using Differential Imaging
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, December 1, 2022, 2:30 – 3:30pm
In computational topology and geometry, theoretical guarantees for algorithms often take the following form: Start with a finite sample of points from a subspace of \mathbb{R}^n. If the sample is "dense enough" with respect to the subspace, then the algorithm outputs a quantity of interest for the subspace, for example its Betti numbers. The quantities associated to a subspace which determine how dense of a sample is necessary are well studied by computational geometers: the reach, local feature size, and weak feature size of a subspace. Rather than a set of points, an algebraic space X is specified by a system of polynomial equations. To apply the above methods in a theoretically sound way, one must use the space's defining equations both to compute its feature sizes and subsequently a dense point sample from the space.
In this talk, I will discuss new theory and algorithms to compute feature sizes of algebraic manifolds using numerical algebraic geometry methods. The corresponding theory investigates the differential critical point/value theory of a particular class of optimization problems, namely the constrained optimization distance-to-X function d_X:\mathbb{R}^n \to \mathbb{R}, from an algebraic geometry perspective.
This is joint with Sandra Di Rocco, David Eklund, Oliver Gävert, and Jonathan Hauenstein.
Zoom Participation. See announcement.
Event Type: Seminars
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: PARKER EDWARDS
Speaker Website: sites.nd.edu…
Speaker's Professional Title: Robert and Sara Lumpkins Postdoctoral Research Associate Department of Applied and Computational Mathematics and Statistics, University of Notre Dame
Talk Title: Feature Sizes and Bottlenecks for Algebraic Manifolds
For More Information: anezhad@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): Department of Mathematical Sciences
Event Website Title: Event Website
Event Website URL: www.cmu.edu…
Monday, November 28, 2022, 8am
Critical neurocognitive processes, such as maintaining circadian rhythms and performing natural activities, take place over minutes-to-days in chaotic, real-world environments. However, out of technical necessity, brain dynamics have been primarily studied on the scale of milliseconds-to-seconds while subjects are inside an artificial neural recording environment. Here we harness the rare opportunity to study brain dynamics during real-world behavior using intracranial electrode recordings in twenty humans for between 3-12 days of continuous recordings in each subject. During this time, subjects naturally interacted with friends and family, watched TV, slept, etc. while under simultaneous neural and video recordings. The functional networks that emerged possessed simple rules conserved over days that governed their individual dynamics, pairwise interactions, and relationships to circadian rhythm, arousal, and behavior. In contrast to single or paired network behavior, the mixture of all functional networks showed patterns of “punctuated equilibrium”: periods where networks would remain in stable states that corresponded to behavior and were interrupted by volatile transitions that were difficult to predict and displayed chaotic characteristics. Brain state statistics displayed characteristic power laws that are features of “self-organized criticality” – a characteristic of systems where complexity emerges from simple and stable building blocks. These results indicate that the complex and flexible brain dynamics that underpin real-world behavior are an emergent property of mixtures of individual, stable networks with simple dynamics.
In the second part of this project, we utilize the full week of data from each subject to learn interpretable nonlinear models that capture the overall network dynamics. We use a recurrent neural network and Koopman operator to learn a kernel that projects the original network feature space into an expanded non-linear feature set whose dynamics can be captured by standard discrete differential equations. Long-term dynamics of this expanded feature set are more accurately linked to natural behavior and can model behaviorally associated trajectories escaping a centroid attractor. This attractor naturally resembles the default mode network.
Thesis Committee:
Avniel Ghuman (Chair)
Robert Kass
Russell Schwartz
Tim Versynen
R. Mark Richardson (Massachusetts General Hospital)
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Gates Hillman 8102 and Zoom
Speaker's Name: MAXWELL WANG
Speaker Website: sites.google.com…
Speaker's Professional Title: Ph.D. Student, Joint Ph.D. Program in Neural Computation and Machine Learning, Carnegie Mellon University
Talk Title: A week in the life of the human brain: stable states punctuated by chaotic-like transitions
For More Information: stidle@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): Neuroscience Institute, SCS
Tuesday, November 22, 2022, 12 – 1pm
We will introduce the problem of online model selection where a learner is to select among a set of online algorithms to solve a specific problem instance. We would like to design algorithms that allow such a learner to select in an online fashion the best algorithm without incurring much regret. This problem is challenging because in contrast with for example multi armed bandits, the algorithms' rewards -due to the algorithm's own learning process- may be non-stationary. We will introduce the principle of regret balancing, a simple, practical and effective model selection algorithmic design technique that allows for online selection of the best among multiple (base) algorithms in a fully blackbox fashion. Regret balancing solves the problem of non-stationarity by introducing an elegant `misspecification test' that can efficiently detect when a base algorithm is not appropriate for the problem at hand. Regret balancing techniques have also been used to provide clarity to some long-standing problems in online learning such as corruption learning in MDPs.
—
Aldo Pacchiano is a postdoctoral researcher at Microsoft Research NYC. He obtained his PhD at UC Berkeley where he was advised by Prof. Peter Bartlett and Prof. Michael Jordan. His research lies in the areas of Reinforcement Learning, Online Learning, Bandits and Algorithmic Fairness. He is particularly interested in furthering our statistical understanding of learning phenomena in adaptive environments and use these theoretical insights and techniques to design useful algorithms in (among other things) bandits, RL, and experimental design.
*The AI Seminar is generously sponsored by SambaNova Systems.
In Person and Zoom Participation. See announcement.*
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: ALDO PACCHIANO
Speaker Website: www.aldopacchiano.ai…
Speaker's Professional Title: Postdoctoral Researcher, Microsoft Researcher NYC
Talk Title: Online Model Selection: the principle of regret balancing
For More Information: ashert@cs.cmu.edu
Affiliations: Computer Science Department (CSD), Language Technologies Institute (LTI), Machine Learning Department (MLD)
Event Website Title: Series Website
Event Website URL: www.cs.cmu.edu…
Tuesday, November 22, 2022, 5pm
Deep generative models make visual content creation more accessible to novice and professional users alike by automating the synthesis of diverse, realistic content based on a collected dataset. People often use generative models as data-driven sources, making it challenging to personalize a model easily. Currently, personalizing a model requires careful data curation, which is too time-consuming and costly for everyday users. Hence, my research directs towards enabling billions of everyday users to easily collaborate, create, and share their personalized models without ML expertise.In my talk, I present two directions towards achieving this goal: (1) “human-in-the-loop model creation”: bypassing the bottleneck of data collection process, and enable users to directly create models using simple interfaces (e.g., sketches, control points), (2) “content-based model search”: building a search engine “Modelverse”, where neural-network-based models are indexed and searchable, allowing users to search and share personalized models, creating a whole new community of content creators.
Committee:
Jun-Yan Zhu
Shubham Tulsiani
Deepak Pathak
Yufei Ye
In Person and Zoom Participation. See announcement.
Event Type: Speaking Skills
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: SHENG-YU WANG
Speaker Website: peterwang512.github.io
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Bridging Humans and Generative Models
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Friday, November 18, 2022, 12 – 1pm
The generation of high-throughput data will continue to increase. One of the computational challenges is how to model complex phenotypes using those data. In this presentation I will present some of computational approaches we have developed for leveraging high-throughput omics data in order to address challenges related to regenerative medicine and disease treatment. I will especially focus on collaborative works with experimentalists to show how computational biology could aid in experimental research.
Faculty Host: Nate Lord (PITT)
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual Seminar - ET
Building: 814 Murdoch Building and Zoom
Speaker's Name: SATOSHI OKAWA
Speaker's Professional Title: Vascular Medicine Institute, University of Pittsburgh
Talk Title: Computational systems Biology for Biomedicine
Event Poster Title: Series Website
Event Poster URL: www.compbio.cmu.edu…
For More Information: aba2511@pitt.edu
Affiliations: Computational Biology Department (CBD)
Organization(s): CMU / PITT
Friday, November 18, 2022, 12pm
In this work, we tackle two widespread challenges in real applications for time-series forecasting that have been largely understudied: distribution shifts and missing data. We propose SpectraNet, a novel multivariate time-series forecasting model that dynamically infers a latent space spectral decomposition to capture current temporal dynamics and correlations on the recent observed history. A Convolution Neural Network maps the learned representation by sequentially mixing its components and refining the output. Our proposed approach can simultaneously produce forecasts and interpolate past observations and can, therefore, greatly simplify production systems by unifying imputation and forecasting tasks into a single model. SpectraNet achieves SoTA performance simultaneously on both tasks on five benchmark datasets, compared to forecasting and imputation models, with up to 92% fewer parameters and comparable training times. On settings with up to 80% missing data, SpectraNet has average performance improvements of almost 50% over the second-best alternative.
Event Type: Speaking Skills
Room Number: In Person
Building: Traffic21 Classroom, Gates Hillman 6501
Speaker's Name: CRISTIAN CHALLU
Speaker's Professional Title: Ph.D. Student, Machine Learning Department, Carnegie Mellon University
Talk Title: SpectraNet: multivariate forecasting and imputation under distribution shifts and missing data
For More Information: stidle@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Friday, November 18, 2022, 11am – 12pm
The Heinz College, Carnegie Mellon University, Arizona State University and George Mason University invite you to join leading experts for a panel discussion on
Student Debt & the Future of Higher Education
*Is massive policy change needed or can the academy innovate from within?
Moderator Danielle Douglas-Gabriel**, National Higher Education Reporter, Washington Post
Panelists Ara Austin, Clinical Assistant Professor and Senior Director of Online Engagement and Strategic Initiatives, Arizona State University * Bryan Caplan*, Professor of Economics, George Mason University * Michael D. Smith, J. Erik Jonsson Professor of Information Technology and Marketing, Heinz College of Information Systems and Public Policy, Carnegie Mellon University
REGISTER → requested by Thursday, 17 November 2022
Event Type: Panel Discussion
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom Webinar
For More Information: CMUevents@andrew.cmu.edu
Affiliations: Carnegie Mellon University, Heinz College
Event Website Title: Event Website and Registration
Event Website URL: www.heinz.cmu.edu…
Thursday, November 17, 2022, 11:50am – 1:10pm
I’m a computer scientist. For much of the last two decades I’ve focused my research on online privacy. During this time, my views on privacy — its role in our society and how technology is changing privacy — have been turned upside down. This is mainly because of what I’ve learned about privacy from social scientists, legal experts, and philosophers. As an educator, I often see engineers and technologists harbor the same views on privacy that I did a while ago. So, today I’d like to share what I’ve learned with you.
—
Arvind Narayanan is a professor of computer science at Princeton. He co-authored a textbook on fairness and machine learning and is currently co-authoring a book on AI snake oil. He led the Princeton Web Transparency and Accountability Project to uncover how companies collect and use our personal information. Narayanan co-created a Massive Open Online Course and textbook on Bitcoin and cryptocurrency technologies which has been used in over 150 courses worldwide. His work was among the first to show how machine learning reflects cultural stereotypes, and his doctoral research showed the fundamental limits of de-identification. Narayanan is a recipient of the Presidential Early Career Award for Scientists and Engineers (PECASE), twice a recipient of the Privacy Enhancing Technologies Award, and thrice a recipient of the Privacy Papers for Policy Makers Award.
In Person Group Viewing and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: Group Viewing and Virtual - ET
Building: Hamburg Hall 1002 and Zoom
Speaker's Name: ARVIND NARAYANAN
Speaker Website: www.cs.princeton.edu…
Speaker's Professional Title: Professor of Computer Science, Department of Computer Science, Princeton
Talk Title: 10 things I've Learned About Data Privacy
For More Information: adamm2@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Event Website Title: Series Website
Event Website URL: privacy.cs.cmu.edu…
Monday, November 14, 2022, 12 – 1pm
In this talk Corina Pasareanu will attempt to examine how software engineering can be used to improve machine learning and how machine learning can be used to improve software engineering tasks, through the lens of recent CyLab projects. The reported work is the result of many collaborations with researchers and students at CyLab.
—
Corina Pasareanu performs research in software engineering at NASA Ames in the Robust Software Engineering group. She is also affiliated with CMU’s CyLab. Her research interests include: formal methods and automated testing with applications to autonomy, and security. She is/was Program/General Chair for several conferences including: ICSE 2025, FM 2021, ISSTA 2020, ICST 2020, ESEC/FSE 2018, CAV 2015, ISSTA 2014, ASE 2011 and NFM 2009. She is the recipient of several awards, including ETAPS Test of Time Award (2021), ASE Most Influential Paper Award (2018), ESEC/FSE Test of Time Award (2018), ISSTA Retrospective Impact Paper Award (2018), ACM Distinguished Scientist (2016), ACM Impact Paper Award (2010), and ICSE 2010 Most Influential Paper Award (2010).
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Panther Hollow Conference Room, 4th Floor, Mehrabian Collaborative Innovation Center and Zoom
Speaker's Name: CORINA PASAREANU
Speaker Website: www.cylab.cmu.edu…
Speaker's Professional Title: Principal Systems Scientist, CyLab, Carnegie Mellon University
Talk Title: Machine Learning and Software Engineering (An Overview of Recent CyLab Projects)
For More Information: jscanlon@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): CyLab, ECE
Event Website Title: Event Website
Event Website URL: www.cylab.cmu.edu…
Monday, November 14, 2022, 1 – 2pm
Are you thinking about attending graduate school in computer science or robotics? Ever wondered what makes a strong application? We are excited to announce three information sessions where we’ll talk about the Whys, Whats, and Hows of applying to graduate school.
During the sessions, Robotics Institute faculty and graduate students will discuss their experiences and perspectives on the following topics.* Why should you apply for graduate school? * How do you apply to graduate school? * What makes a strong graduate school application? * What is life like as a graduate student (at CMU)? * Q&A with the attendees.
We expect these sessions to benefit anyone from anywhere in the world who is interested in graduate school in robotics or a related area, especially those thinking about graduate school in the US.
DATES to join in Wednesday, November 9 → 7:00 PM Eastern Time * Monday, November 14* → 1:00 PM Eastern Time
Ask Questions in Advance
Event Type: Career Presentation
Room Number: Virtual Presentation - ET
Building: Zoom Webinar and Youtube Livestream
Speaker's Name: Thinking about attending grad school in CS or robotics?
Talk Title: Attend An Info Session to Explore Options & Ask Questions
Event Website Title: Event Website
Event Website URL: cmu-ri-resources.github.io
Thursday, November 10, 2022, 2:30 – 3:30pm
Gaussian mixture models are collections of continuous probability distributions used for clustering and density estimation with applications in a variety of fields in science and engineering. Model parameters for Gaussian mixture models are typically estimated from training data using the iterative expectation-maximization (EM) algorithm, which requires knowing the number of Gaussian components a priori. In this study we propose an approach using numerical algebraic geometry to identify the optimal number of Gaussian components in a Gaussian mixture model. The proposed approach transforms a Gaussian mixture model into equivalent polynomial regression splines and uses homotopy continuation methods to find the model, or, equivalently, the number of components that is most compatible with the training data.
Zoom Participation. See announcement.
Event Type: Seminars
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: ELIZABETH GROSS
Speaker Website: math.hawaii.edu…
Speaker's Professional Title: Associate Professor, Department of Mathematics, University of Hawaii at Mānoa
Talk Title: Model Selection for Gaussian Mixtures with Numerical Algebraic Geometry
For More Information: anezhad@andrew.cmu.edu
Affiliations: Computer Science Department (CSD), Tepper School of Business
Organization(s): Department of Mathematics
Monday, November 14, 2022, 4:30 – 5:30pm
GAIA database is an unusual engine - it offers a direct access model and supports memory pointers, applications are able to create and navigate complex data structures like graphs with no or very little API overhead: the engine implements transactional memory view with full transactional durability - whatever you do in memory gets captures and persistent in an efficient transparent manner. You get ACID properties of a database but with the look and feel of a "regular" C/C++ code that works with its object in memory directly. No data copies, no format conversions, no impedance mismatch between the database and the application, no need to learn SQL - everything just works.
—
Tengiz Kharatishvili is an architect in AWS Redshift team. Previously he worked on AWS Aurora project as one of the founding members. Before that Tengiz worked on various projects in Microsoft SQL Server engine development for more than a decade. In a previous life, though, he used to be a researcher in the field of physical acoustics and theoretical physics.
This talk is part of the !Databases! A Database Seminar Series
The Database Seminar is graciously sponsored by Ottertune and Google.
Zoom Participation. See announcement.
Event Type: Seminars
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: TENGIZ KHARATISHVILI
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Software Engineer/Architect, Amazon Web Services (AWS)
Talk Title: Gaia: Direct Database Access without Database APIs
For More Information: db-www@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): ECE
Event Website Title: Event Website
Event Website URL: db.cs.cmu.edu…
Tuesday, November 15, 2022, 12 – 1pm
This event is an opportunity to share your experiences and network with your colleagues whose research is relevant to the retail and service industries.
ENAiBLE’s mission is to create more humane, efficient, and positive retail and service experiences. We seek to accomplish this by building relationships with industry partners, alumni, students, and faculty alike. ENAiBLE creates communities of collaboration across the retail and service industries.
Following a brief explanation of ENAiBLE's role at CMU, we’ll focus our time on a series of 2-minute faculty lightning research talks from you (if you want to participate - you can also choose to just listen and learn today). We’ll then allow time for Q&A and casual networking.
This event will be a regular occurrence throughout the year, expanding our awareness of faculty engaging in this space as well as connecting one another to external opportunities.
Please RSVP by Thursday, Nov 10 EOD, and indicate whether you are interested in presenting your research. See announcement.
Lunch will be provided.
Event Type: Meeting
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates Hillman 4405 and Zoom
For More Information: rmusurac@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII), Tepper School of Business
Organization(s): School of Computer Science
Thursday, November 10, 2022, 4:30 – 5:30pm
The Goldman Sachs Americas Global Markets Women's Network is pleased to invite you to A Day in the Life panel.
Through this session, you will have an opportunity to learn more about various businesses within Goldman Sachs and get insights on what teams do on a day-to-day basis. In addition, you will also have the opportunity to ask questions during the panel.
Zoom WebinarMeeting ID: 963 3871 7645
Passcode: 676027
Event Type: Career Center Event
Room Number: Virtual Panel Discussion
Building: Remote Access - Zoom Webinar
Speaker's Name: Global Markets Division Women's Network
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Friday, November 11, 2022, 12 – 1pm
Faculty Host: Nate Lord (PITT)
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: IN Person and Virtual - ET
Building: 814 Murdoch Building and Zoom
Speaker's Name: ANDRES BIANCO
Speaker Website: www.vet.upenn.edu…
Speaker's Professional Title: Assistant Professor, Biomedical Sciences, School of Veterinary Medicine, University of Pennsylvania
Talk Title: Reversible and irreversible cell fate decisions: the role of chromatin in regulating blood cancer cell identity
For More Information: kmg120@pitt.edu
Affiliations: Computational Biology Department (CBD)
Organization(s): CMU / PITT
Event Website Title: Series Website
Event Website URL: www.compbio.cmu.edu…
Thursday, November 10, 2022, 4 – 5pm
Visual attention is essential for visual perception. I will discuss how endogenous (voluntary) and exogenous (involuntary) attention differentially alter performance, featural representations and cortical activity. I will present converging evidence from psychophysics, neuroimaging (fMRI), neurostimulation (TMS) and computational modeling. Together, these studies reveal how attention shapes perception by altering the processing of basic visual dimensions.
Join the Event
—
About the Prize: Established by the Carnegie Corporation of New York as part of its centennial celebration, the Carnegie Prize in Mind and Brain Sciences recognizes trailblazers in the brain and behavioral sciences whose research has helped advance the field and its applications. Each year, the winner is invited to Carnegie Mellon University's campus to deliver a scientific talk and they are presented with an original piece of artwork commissioned from artist Greg Dunn. The prize also awards a one-year graduate fellowship to a CMU student, who will typically have the opportunity to visit the recipient's lab.
Event Type: Lecture
Room Number: In Person and Virtual Presentation -ET
Building: Connan Room, Cohon University Center and Zoom
Speaker's Name: MARISA CARRASCO
Speaker Website: as.nyu.edu…
Speaker's Professional Title: Julius Silver Professor of Psychology and Neural Science,, and Collegiate Professor, New York University
Talk Title: How Attention Shapes Perception
For More Information: info@ni.cmu.edu
Affiliations: Carnegie Mellon University
Organization(s): Neuroscience Institute
Event Website Title: Series
Event Website URL: www.cmu.edu…
Monday, November 14, 2022, 11:15am – 12:10pm
Data splitting is an ubiquitous method in statistics with examples ranging from cross validation to cross-fitting. However, despite its prevalence, theoretical guidance regarding its use is still lacking. In this talk we will explore two examples and establish an asymptotic theory for it. In the first part of this talk, we study the cross-validation method, a ubiquitous method for risk estimation, and establish its asymptotic properties for a large class of models and with an arbitrary number of folds. Under stability conditions, we establish a central limit theorem and Berry-Esseen bounds for the cross-validated risk, which enable us to compute asymptotically accurate confidence intervals. Using our results, we study the statistical speed-up offered by cross validation compared to a train-test split procedure. We reveal some surprising behavior of the cross-validated risk and establish the statistically optimal choice for the number of folds. In the second part of this talk, we study the role of cross fitting in the generalized method of moments with moments that also depend on some auxiliary functions. Recent lines of work show how one can use generic machine learning estimators for these auxiliary problems, while maintaining asymptotic normality and root-n consistency of the target parameter of interest. The literature typically requires that these auxiliary problems are fitted on a separate sample or in a cross-fitting manner. We show that when these auxiliary estimation algorithms satisfy natural leave-one-out stability properties, then sample splitting is not required. This allows for sample re-use, which can be beneficial in moderately sized sample regimes.
—
Morgane Austern is an assistant professor of Statistics at Harvard University where she studies problems in probability and statistics that are motivated by machine learning. She graduated with a PhD in statistics from Columbia University in 2019, working in collaboration with Peter Orbanz and Arian Maleki on limit theorems for dependent and structured data. After that, Morgane was a postdoctoral researcher at Microsoft Research New England. Morgane is broadly interested in developing probability tools for modern machine learning and in establishing the properties of learning algorithms in structured and dependent data contexts.
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Doherty Hall 2315 and Zoom
Speaker's Name: MORGANE AUSTERN
Speaker Website: sites.google.com…
Speaker's Professional Title: Assistant Professor of Statistics, Department of Statistics, Harvard University
Talk Title: To split or not to split that is the question: From cross validation to debiased machine learning
For More Information: edward@stat.cmu.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): Statistics Department
Thursday, November 10, 2022, 12 – 1pm
Structured random strings (SRSs) and correlated randomness are important for many cryptographic protocols. In settings where interaction is expensive, it is desirable to obtain such randomness in as few rounds of communication as possible; ideally, simply by exchanging one reusable round of messages which can be considered public keys. In this seminar, we describe how to generate any SRS or correlated randomness in such a single round of communication, using, among other things, indistinguishability obfuscation. We introduce what we call a distributed sampler, which enables n parties to sample a single public value (SRS) from any distribution. We construct a semi-honest distributed sampler in the plain model and we upgrade it to active security by relying on a random oracle. We use these constructions to build public key PCFs. A public-key PCF can be thought of as a distributed correlation sampler; instead of producing a public SRS, it gives each party a large amount of private random values satisfying some correlation. In our constructions, the size of the public keys is logarithmic in the amount of correlated material we produce.
The Crypto Seminar is generously sponsored by Smart Contract Research Forum
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Traffic21 Classroom, Gates Hillman 6501 and Zoom
Speaker's Name: DAMIANO ABRAM
Speaker Website: damianoabram.github.io
Speaker's Professional Title: Ph.D. Student, Cryptography Group, Aarhus University
Talk Title: Distributed (Correlation) Samplers: How to Remove a Trusted Dealer in One Round
For More Information: kew2@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): CyLab
Event Website Title: Series Website
Event Website URL: sites.google.com…
Friday, November 11, 2022, 1:30 – 2:30pm
Fully autonomous or “self-driving” vehicles have been described as a potentially transformative advance in personal mobility for those unwilling or unable to manually operate conventional motor vehicles. For blind and significantly low-vision individuals, for whom assistive driving technologies are limited, the self-driving vehicle may prove to be life-changing; creating new possibilities for employment, education, and social engagement. Despite the well-documented potential benefits of automotive automation technologies for persons with disabilities, there is a concern that this emerging technology is being designed in a manner that will render it ultimately inaccessible.
Given the roughly 100-year history of automotive Human-Machine Interface design, there is concern that with the relatively rapid evolution of in-vehicle information systems (IVIS), that the HMI of emerging vehicles may be evolving in a way that perpetuates accessibility barriers. A growing belief is that the emerging self-driving vehicles are being designed around the driver of the present, who in all cases is sighted and has the physical ability to manipulate a vehicle’s manual controls, as opposed to the operator of the future who might be blind or have other physical or cognitive disabilities. In this talk, I discuss the evolution of automotive HMI, describe anti-patterns in emerging automotive design, and summarize my research that has sought to understand this problem, while designing, prototyping, and evaluating an accessible solution. I will then conclude the talk with a discussion of my Accessible Technology Leveraged for Autonomous Vehicles System prototype (ATLAS 2); a US Department of Transportation semi-finalist selection for the DOT’s Inclusive Design Challenge for Autonomous Vehicle Accessibility. ATLAS 2 is an ecosystem of technologies that combines natural language processing, machine learning, affective computing, and spatial audio with the goal of supporting the experiential needs of visually impaired users specifically.
—
Dr. Julian Brinkley is an Assistant Professor of Human-Centered Computing at Clemson University and the director of the Design and Research of In-Vehicle Experiences Lab (DRIVE Lab). His research is focused on the intersection between human factors, automotive engineering, and computer science; work that has been supported by grants from the Center for Connected and Automated Transportation, Google, the US Army, the US Department of Transportation, the National Highway Traffic Safety Administration, and the National Science Foundation. Beyond automotive research, he also explores how technology broadly may be leveraged for social good, public safety, and entertainment. Dr. Brinkley completed a Ph.D. in Human-Centered Computing at the University of Florida, holds an M.Sc. from East Carolina University in Software Engineering, and a B.A. from the University of North Carolina – Greensboro. He is currently spearheading the development of a new Center for Inclusive Design and Accessibility at Clemson University.
In Person and Zoom (CMU internal only) and Livestream (all Guests)
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Mauldin Auditorium, Newell-Simon 1305 and Livestream
Speaker's Name: JULIAN BRINKLEY
Speaker Website: www.drivelab.org
Speaker's Professional Title: Assistant Professor of Human-Centered Computing, School of Computing, Clemson University
Talk Title: (De)evolving Towards Inaccessibility? Exploring the Evolution of In-Vehicle Information Systems (IVIS) and the Implications for Human-Machine Interfaces in Emerging Self-Driving Vehicles
For More Information: rpetaeiz@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Event Website Title: Event Website
Event Website URL: www.hcii.cmu.edu…
Monday, November 14, 2022, 3pm
Dependently-typed λ-calculi collapse the distinction between functional programs and proofs of their correctness, providing a theoretical foundation for verified sequential functional programming, raising the question: what of communicating processes? In this thesis proposal, we work towards a framework for unifying processes and proofs within an asynchronous process calculus via type refinements, which integrate verification conditions into type checking.
In prior work, we established that a limited form of dependent types enabled by arithmetic refinements allows mixed inductive-coinductive processes, which exhibit nested finite-infinite runtime behavior, to encode their own termination and productivity proofs. Then, we show that the corresponding type system is sound with respect to a model that we construct of terminating and productive process configurations via techniques from infinitary proof theory.
For the proposed work, we give preliminary evidence that full dependent types enabled by many-sorted logical refinements allow processes to prove Hoare-style specifications. In particular, we show that proofs of observational equalities between mixed inductive-coinductive processes, which certify runtime-behavioral equivalence, can themselves be such processes.
The ongoing work includes finalizing the generalized type system, extending our soundness result to it, and further metatheory.
Thesis Committee:
Frank Pfenning, Chair
Robert Harper
Karl Crary
Brigitte Pientka, McGill University
Additional Information
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Gates Hillman 8102 and Zoom
Speaker's Name: SIVA KAMESH SOMAYYAJULA
Speaker Website: www.cs.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Type Refinements for Asynchronously Communicating Processes
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: deb@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Saturday, November 12, 2022, 11am – 6:30pm
If you're curious about Human Computer Interaction, plan to attend this coming weekend at the User Experience Association's (UXA) biggest event in fall: Flavors of HCI! The event will be held November 11 and 12.
Ph.D. students were invited with secret recipes of HCI, and they curated a "tasting menu" for you. Here's a sneak peek of featured flavors on the menu: *Human-AI Interaction, Social Studies in HCI, Technical Studies and Accessibility in HCI,Critical/Cultural Approaches in HCI
Schedule*
Saturday, 12 Nov 2022 Opening Remarks → 11:00 am -12:30 pm — Tepper 2701 * Lunch → 12:30 - 1:30 pm at Tepper 2610 * Technical Studies in HCI + Accessibility → 2:00 - 3:30 pm — Tepper 2610 * Human-AI Interactions → 4:30 - 6:00 pm — Tepper 2701*
Sunday, 13 Nov 2022 Social Studies in HCI → 3:00 - 4:30 pm — Tepper 2612 * Critical/Cultural Approaches in HCI → 5:00 - 6:30 pm — Tepper 2612*
REGISTER | Questions
Event Type: Career Presentation
Room Number: In Person
Building: Tepper Building
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
Affiliations: Computer Science Department (CSD), Human-Computer Interaction Institute (HCII), Student Groups and Organizations
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Friday, November 11, 2022, 1:25 – 2:45pm
There are often various ways to express the same thing. Think of, for example, the different words we can use for a given concept, or the many creative spellings in social media. Language variation is often seen as a challenge for developing robust NLP models. However, language variation is also an opportunity: it can help us develop representations and models that are more sensitive to social context. I‘ll discuss how insights from sociolinguistics can inform work on representation learning and challenges that I have encountered working in this area. I’ll present several studies that explore to what extent current NLP models encode language variation, with a focus on spelling and stylistic variation.
—
Dong Nguyen is an assistant professor at the department of Information and Computing Sciences at Utrecht University (NL). At Utrecht she leads the NLP and Society Lab. Her research focuses on the social aspects of language and the development of NLP methods to explore social science questions. Dong holds a PhD from the University of Twente (NL). From 2009-2011 she was a master’s student at LTI.
*The LTI Colloquium is generously sponsored by Abridge.
In Person and Zoom Participation. See announcement.*
Event Type: Colloquium
Room Number: In Person and Virtual - ET
Building: 407 South Craig Street, Room 104
Speaker's Name: DONG NGUYEN
Speaker Website: www.dongnguyen.nl
Speaker's Professional Title: Assistant Professor, Department of Information and Computing Sciences, Utrecht University
Talk Title: When NLP Meets Language Variation
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: emmat@andrew.cmu.edu
Affiliations: Language Technologies Institute (LTI)
Event Website Title: Series Website
Event Website URL: lti.cs.cmu.edu…
Thursday, November 10, 2022, 3 – 4pm
EdgeDB is a new database built around an evolution of the relational model that we call "graph-relational". In the graph-relational model, data is represented as strongly typed objects containing set-valued scalar properties and links to other objects. Missing values are represented in the language as empty sets (no NULL!), and have consistent semantics.
The query language, EdgeQL, supports convenient fetching and modification of nested data. EdgeQL queries are composable: queries can be used without restriction as subexpressions and bound to variables.
EdgeDB is open source and is implemented on top of PostgreSQL. The compiler maps EdgeDB's graph-relational schemas to Postgres schemas and compiles EdgeQL queries into Postgres's flavor of SQL.
Faculty Host: Jan Hoffmann
—
Michael (Sully) Sullivan is the lead compiler engineer at EdgeDB. Previously, he worked at Dropbox on the mypy typechecker for Python and was a principal developer of the mypyc compiler for typed Python. He completed his Ph.D at Carnegie Mellon University in 2017, advised by Karl Crary, writing a thesis on the design and implementation of a new language memory model for low level concurrency.
One-on-one meetings with the speaker are possible.
Event Type: Seminars
Room Number: In Person
Building: Gates Hillman 8102
Speaker's Name: MICHAEL SULLIVAN
Speaker Website: www.edgedb.com
Speaker's Professional Title: Senior Software Engineer, EdgeDB
Talk Title: Replacing SQL and Improving on the Relational Database Model
For More Information: ahornick@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Thursday, November 10, 2022, 11:50am – 1:10pm
On October 7, President Biden issued an “Executive Order on Enhancing Safeguards for United States Signals Intelligence Activities.” The executive order and related documents seek to create a new legal basis for transferring personal data from the European Union to the United States, in response to the 2020 decision by the Court of Justice of the European Union in the Schrems II case. Professor Swire, with co-authors, proposed in early 2022 a new structure to provide redress to EU persons to have an independent and effective review of whether the person’s privacy rights have been violated. Many parts of the proposal were adopted in the Executive Order, and Professor Swire will discuss legal and policy issues for cross-border flows.
In addition, Professor Swire began his scholarship on privacy in the 1990’s, and from 1999 to 2001 served as Chief Counselor for Privacy in the U.S. Office of Management and Budget, the first person to have U.S. government-wide responsibility for privacy policy. For the privacy engineering program at CMU, Professor Swire would be glad to answer questions and provide reflection upon this professional lifetime working in privacy.
—
Peter Swire is the Elizabeth and Tommy Holder Chair of Law and Ethics at the Georgia Tech Scheller College of Business, where he teaches cybersecurity and privacy. He is senior counsel with Alston & Bird LLP, and Research Director for the Cross-Border Data Forum. For the National Academies of Science, Engineering, and Medicine, he is a member of the study committee on The Future of Encryption, and served from 2015 to 2021 on The Forum on Cyber-Resiliency. In 2019, the Future of Privacy Forum honored him for Outstanding Academic Scholarship. In 2018, he was named an Andrew Carnegie Fellow for his project on cross-border data flows. In 2015 the International Association of Privacy Professionals awarded him its Privacy Leadership Award. In 2013, he served as one of five members of President Obama’s Review Group on Intelligence and Communications Technology. In 2009-10, he served as Special Assistant to President Obama for Economic Policy.
Under President Clinton, Swire was the Chief Counselor for Privacy, the first person to have U.S. government-wide responsibility for privacy policy. In that role, his activities included being White House coordinator for the HIPAA medical privacy rule, chairing a White House task force on how to update wiretap laws for the Internet age, and helping negotiate the US-EU Safe Harbor agreement for trans-border data flows.
Relevant recent work on these topics:* The redress mechanism in the Privacy Shield successor: On the independence and effective powers of the DPRC * Internet Governance to Digital Political Economy
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Hamburg Hall 1002 and Zoom
Speaker's Name: PETER SWIRE
Speaker Website: peterswire.net
Speaker's Professional Title: Elizabeth and Tommy Holder Chair of Law and Ethics, Scheller College of Business, Georgia Institute of Technology
Talk Title: The EU-U.S. Data Privacy Framework, and a Professional Lifetime Working on Privacy
For More Information: adamm2@andrew.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Event Website Title: Series Website
Event Website URL: privacy.cs.cmu.edu…
Thursday, November 10, 2022, 12 – 1pm
Data-driven AI systems, such as conversational AI agents, are increasingly capable and powerful, yet still suffer from severe toxic outputs. This harmful behavior hinders their safe deployment in the real world. In this talk, I will first examine how data-driven conversational AI systems acquire toxic behavior, by studying the conversation dynamics of contextually toxic language.
In a dataset called ToxiChat, we collect annotations of the toxicity and stance of human and model responses to toxic inputs, finding that both humans and models are more likely to agree with toxic content than neutral content. Then, I will present Prosocial Dialogues, a new large-scale multi-turn dialogue dataset to teach conversational AI systems to respond to problematic content. By grounding responses in social norms or rules-of-thumb predicted by our safety model Canary, dialogue models can push back in the face of toxic or problematic inputs and generate socially acceptable responses.
Finally, I will discuss the subjectivity challenges in conceptualizing toxicity detection as an NLP task, by examining perceptions of the offensiveness of text depending on reader attitudes and identities. Through an online study, we find several correlates between over- or under-detecting text as toxic based on political leaning, attitudes about racism, and free speech. I will conclude with future directions for designing NLP systems with positive societal impact.
—
Maarten Sap is an assistant professor in Carnegie Mellon University's Language Technologies Department (CMU LTI). His research focuses on making NLP systems socially intelligent, and understanding social inequality and bias in language. He has presented his work in top-tier NLP and AI conferences, receiving a best short paper nomination at ACL 2019 and a best paper award at the WeCNLP 2020 summit. His research has been covered in the New York Times, Forbes, Fortune, and Vox. Additionally, he and his team won the inaugural 2017 Amazon Alexa Prize, a social chatbot competition.
Before joining CMU, he was a postdoc/young investigator at the Allen Institute for AI (AI2) on project MOSAIC. He received his PhD from the University of Washington's Paul G. Allen School of Computer Science & Engineering where he was advised by Yejin Choi and Noah Smith. In the past, he has interned at the Allen Institute for AI working on social commonsense reasoning, and at Microsoft Research working on deep learning models for understanding human cognition.
Event Type: Seminars
Room Number: In Person
Building: TCS Hall 358
Speaker's Name: MAARTEN SAP
Speaker Website: maartensap.com
Speaker's Professional Title: Assistant Professor, Language Technologies Institute, Carnegie Mellon University
Talk Title: Towards Prosocial NLP: Reasoning about and Responding to Toxicity in Language
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: poprocky@cs.cmu.edu
Affiliations: Software and Societal Systems Department (S3D)
Thursday, November 10, 2022, 4pm
In this work, we introduce KeyClass, a weakly-supervised text classification framework that learns from class-label descriptions only, without the need to use any human-labeled documents. It leverages the linguistic domain knowledge stored within pre-trained language models and data programming to automatically label documents. We demonstrate its efficacy and flexibility by comparing it to state-of-the-art weak text classifiers across four real-world text classification datasets.Next, we’ll discuss an important clinical application of KeyClass: assigning diagnostic codes to medical notes in the publicly available MIMIC-III database. Healthcare providers usually record detailed notes of the clinical care delivered to each patient for clinical, research, and billing purposes. Due to the unstructured nature of these narratives, providers employ dedicated staff to assign diagnostic codes to patients’ diagnoses using the International Classification of Diseases (ICD) coding system. This manual process is not only time-consuming but also costly and error-prone. Prior work has demonstrated potential utility of Machine Learning in automating this process, but it has relied on large quantities of manually labeled data to train the models. Additionally, diagnostic coding systems evolve with time, which makes traditional supervised learning strategies unable to generalize beyond local applications.
Committee:
Prof. Artur Dubrawski (Chair)
Prof. Barnabás Póczos
Prof. Srinivasa Narasimhan
Benedikt Boecking
Relevant Paper:
In Person and Zoom Participation. See announcement.
Event Type: Speaking Skills
Room Number: In Person and Virtual - ET
Building: Newell-Simon 1109 and Zoom
Speaker's Name: MONONITO GOSWAMI
Speaker Website: mononitogoswami.github.io
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Text Classification with Class Descriptions Only
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Wednesday, November 16, 2022, 7:45am – 7pm
A common critique, “Oh, that is just technology for innovation’s sake” has unfortunately been applicable to an increasing number of projects. However, there have also been technology initiatives that have unlocked massive value for customers and ultimately transformed enterprises.
Join in for another exciting CSL Forum and find out how technology can and must play the role of a key enabler of transformative innovation. The event includes Keynote Speakers, Panels, and Start-Up Showcases investigating the latest ideas, inventions and trends in corporate entrepreneurship.
Forum Themes* Artificial Intelligence * Machine Learning * Data Science * New Products * Sensors and Mobility * Transformative Innovations
Agenda
Wednesday, November 16 7:45 am — Doors open, breakfast served * 9:00 am- 5:00 pm — Keynote Speakers, Panels, and Startup Showcases (lunch served at 12:00) * 5:00 - 7:00 pm* — Networking, Reception Hour
Thursday, November 17* 9:00 am — "How To" Workshop (optional)
REGISTER
This event is held in partnership with ENAiBLE: A CMU Retail & Services Collaborative.
The Carnegie Mellon Corporate Startup Lab (CSL) is an interdisciplinary group focused on researching and promoting the mission of transformative innovation within corporations. We believe startups can exist and thrive anywhere, including in large corporations.
Event Type: Colloquium/Forum
Room Number: In Person
Building: Simmons Auditorium, First Floor, Tepper Building
Speaker's Name: Technology for Innovation's Sake
Event Poster Title: Flyer
Event Poster URL: www.cs.cmu.edu…
For More Information: smawhinn@andrew.cmu.edu
Affiliations: Tepper School of Business
Organization(s): SCS
Event Website Title: Event Website and Registration
Event Website URL: cmucommunity.force.com…
Sunday, November 13, 2022, 11am
Would you like to be a part of history as among the very first students to operate a rover 200,000 miles away on the lunar surface?
Well, you very well may have a chance! Sometime in Spring 2023, the Iris Lunar Rover will be on the surface of the Moon, executing a mission that culminates over a century of effort from 250+ students. It will be an incredibly intense 60-hour mission, laying the groundwork for future rover missions at Carnegie Mellon University.
We will also hold this information session regarding the requirements to be operators. Please fill out this form in order to sign up for the information session and to put your name down.
There will be a zoom meeting for anyone that is remote.
More Details: Project Website
Event Type: Career Presentation
Room Number: In Person and Virtual - ET
Building: Rashid Auditorium, Gates Hillman 4401and Zoom
Speaker's Name: Would you like to be a part of history?
For More Information: nstefano@andrew.cmu.edu
Monday, November 14, 2022, 1pm
As machine learning models are more frequently deployed in applications with greater impact, there is a growing need to better understand and regulate their behaviors. Explainable machine learning is a research field dedicated to this need, whose primary focus initially has been developing new methods with favorable algorithmic properties that elicit important information about the model predictions. However, as critiques have emphasized the need for more critical evaluations based on concrete tasks, many recent studies highlight an end-to-end workflow that captures both method development and application. This proposal presents our contributions within the workflow for different methods and applications.
In Person and Zoom Participation. See announcement.
We first present new algorithms providing important information about the model behavior through influential training data points and the model's trade-offs with performance and fairness measures. We then discuss an evaluation framework that tests if the existing saliency methods on images are suitable for practical tasks like spurious correlation detection. Since the task relies on the ability of the methods to correctly highlight important input regions for the model, we test this correctness under various conditions. Lastly, motivated by practical issues in academic peer review, we present an ongoing work that evaluates the utility of new and existing methods in helping human users complete a document matching task. We discuss initial results and propose additional steps to address more general problem settings in document matching.
Thesis Committee:
Ameet Talwalkar (Chair)
Nihar Shah
Adam Perer
Chenhao Tan (University of Chicago)
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Gates Hillman 8102 and Zoom
Speaker's Name: JOON SIK KIM
Speaker Website: wnstlr.github.io
Speaker's Professional Title: Ph.D. Student, Machine Learning Department, Carnegie Mellon University
Talk Title: Perspectives on Methods and Applications for Explainable Machine Learning
For More Information: stidle@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): SCS
Friday, November 11, 2022, 2pm
In recent years, Deep Learning on Graphs (DLG) has broken ground across diverse domains by learning graph representations that successfully capture the underlying inductive bias in graphs. However, these groundbreaking DLG algorithms sometimes face limitations when applied to real-world scenarios. First, domain expertise and tedious work are required to find optimal algorithms for each application. Some algorithms are specialized to specific graph types (e.g., a set of small-sized graphs like molecule graphs) thus not proper for other graph types (e.g., one large-scale graph like e-commerce networks). Even after we narrow down which DLG algorithm to use, practitioners are then faced with laborious hyperparameter tuning. Second, a few assumptions made in academic research hamper the direct adaptation of DLG models to real-world problems. For instance, social graphs are many times billion to trillion scaled, while many DLG algorithms still assume full batch training. Finally, real-world graphs are mostly proprietary, while many DLG algorithms often assume they have full access to external graphs to learn their distributions or extract knowledge to transfer to other graphs.
In this thesis, I propose to make DLG more practical across four dimensions: 1)automation, 2) generalization, 3) scalability, and 4) privacy. First, we automate algorithm search and hyperparameter tuning under the message-passing framework. Then we propose a neural module that enables existing DLG algorithms specialized to molecule graphs to generalize to diverse types of graphs. To handle scalability issues, we propose to sample each node’s neighborhood to regulate the computation cost while filtering out noisy neighbors adaptively for the target task. Finally, we redefine conventional problem definitions, including graph generation and transfer learning, to be aware of the proprietary and privacy-restricted nature of real-world graphs.
Thesis Committee:
Christos Faloutsos (Co-chair)
Ruslan Salakhutdinov (Co-chair)
Tom M. Mitchell
Jure Leskovec (Stanford University)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Traffic21 Classroom, Gates Hillman 6501 and Zoom
Speaker's Name: MIN JI YOON
Speaker Website: minjiyoon.xyz
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Toward more Practical Deep Learning on Graphs
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: deb@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Tuesday, November 15, 2022, 11am – 12pm
Registrationis now open for the 2023 McGinnis Venture Competition.
Come learn about the 2023 McGinnis Venture Competition. Find out important deadlines and details, and also hear from past McGinnis Venture Competition winners regarding their experiences.
The McGinnis Venture Competition, a platform exclusively for Carnegie Mellon University's community of student entrepreneurs, brings together Carnegie Mellon's best and brightest student entrepreneurs to compete for $60K in investments. All participants receive crucial interaction with alumni entrepreneurs and venture capitalists, an opportunity to raise capital and valuable feedback about ventures.
This multi-round competition kicks off in early January, starting with two virtual rounds and culminating in a final live round celebration at Carnegie Mellon University.
REGISTERfor Info Session
→ This event will be hosted virtually and advanced registration is required.
→ Zoom information to all registered attendees will be sent the day before the event.
Event Type: Career Presentation
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
For More Information: ahince@andrew.cmu.edu
Affiliations: Entrepreneurship
Event Website Title: Program Website
Event Website URL: www.cmu.edu…
Thursday, November 10, 2022, 5 – 6pm
Google's Ph.D. engineers work on an incredibly wide variety of technologies and research areas.
Join this session with a Ph.D. Googler to learn more about how research gets done at Google, the main research focus areas and our current opportunities for Ph.D. students.
RSVP requested.
Event Type: Career Presentation
Room Number: In Person
Building: Newell-Simon 4305
Event Poster Title: Poster with Link
Event Poster URL: www.cs.cmu.edu…
For More Information: careers@cs.cmu.edu | ece-careers@cmu.edu
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Friday, November 11, 2022, 12 – 1pm
This year, the University will recognize 42 individual staff members and 14 staff teams for their meaningful contributions to Carnegie Mellon University (including members of SCS!). No matter their job title or daily role, all of the nominees share one thing in common — outstanding performance and commitment to service worthy of recognition via the Andy Awards.
Meet the Nominees
Reception to follow in Rangos Ballroom
No registration required.
Event Type: Special Events
Room Number: In Person
Building: McConomy Auditorium, Cohon University Center
For More Information: AndyAwards@andrew.cmu.edu
Event Website Title: Program Website
Event Website URL: www.cmu.edu…
Saturday, November 12, 2022, 9am – 9pm
We have a great opportunity for your Carnegie Mellon University students! TechTogether is a Hackathon Organization that serves people of marginalized genders, this includes transgender women, cisgender women, non-binary individuals, and all gender identities which have been systematically oppressed by those in power throughout history.
On November 12-13 we’re hosting a two-day in-person hackathon which your members can sign up here: Register here.
Some benefits to participating in our Hackathons are: 1. Build Confidence in your coding skills 2. Get to network in a welcoming environment 3. Collect cool swag and prizes!
TechTogether New York was TechTogether's second chapter location. Since the chapter was founded in 2018, TechTogether New York has served a total of 1,012 people of marginalized genders through it's annual hackathons. TechTogether New York is one of the few gender-focused hackathons based out of New York state.
TechTogether New York serves primarily high school, college, and bootcamp students in New York and New Jersey. The organizing team consists of students and residents across New York and New Jersey.
Event Type: Career Center Event
Room Number: Columbia University Campus
Building: New York, NY
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
Tuesday, September 27, 2022, 5:30 – 6:30pm
See yourself at Citadel and Citadel Securities...
Experience what it's like to drive real world outcomes, starting from day one.
Students interested in learning about the recruitment process for software engineering, quantitative research and investment & trading are encouraged to attend.
REGISTER
Networking to follow presentation.
Event Type: Career Presentation
Room Number: In Person
Building: ASA Conference Room, Gates Hillman 6115
Speaker's Name: Hosted in Partnership with ACM@CMU
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Monday, September 26, 2022, 4:30 – 7pm
Ph.D. Students!
Stop in and meet representatives from Intel informally. Bring questions or just stop by to meet the team.
Event Type: Career Presentation
Room Number: In Person
Building: ASA Conference Room, Gates Hillman 6115
Speaker's Name: Ph.D. Only
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Thursday, September 29, 2022, 11:50am – 1:10pm
Recent developments in computer graphics, hardware technology, and machine learning enable pervasive eye tracking and its applications – e.g., gaze-based interaction, foveated rendering, and assistive technologies, not only in stationary but also in highly mobile settings. Based on the viewed stimulus, it is possible to infer plenty of different information by using human eye movements and visual scanning patterns, for instance, activities, health status, or expertise to count a few. Such inferences include privacy risks that have not been studied extensively in the eye-tracking literature. In this talk, the basics of eye tracking, its applications including the ones in extended reality, and its use in various domains will be introduced. Then, possible privacy risks as well as existing and potential solutions will be discussed.
—
Efe Bozkir is a postdoctoral researcher at the University of Tübingen, Germany, supported by Cluster of Excellence – Machine Learning for Science, and a visiting postdoctoral researcher at CyLab of Carnegie Mellon University. He obtained his Ph.D. in Computer Science in 2022 also from the University of Tübingen where he conducted research at the Chair for Human-Computer Interaction. Prior to those, he received his M.Sc. and B.Sc. degrees from the Technical University of Munich and Istanbul Technical University in 2016 and 2014, respectively. His research revolves around eye tracking, human-computer interaction, extended reality, and privacy focusing on both computational techniques and human factors.
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Hamburg Hall 1002 and Zoom
Speaker's Name: EFE BOZKIR
Speaker Website: www.hci.uni-tuebingen.de…
Speaker's Professional Title: Postdoctoral Researcher, University of Tübingen, Germany, and Visiting Postdoctoral Research, CyLab, Carnegie Mellon University
Talk Title: Eye Tracking in Human-Computer Interaction and It's Privacy Aspects
For More Information: adamm2@andrew.cmu.edu
Affiliations: Institute for Software Research (ISR)
Organization(s): CyLab
Event Website Title: Series Website
Event Website URL: privacy.cs.cmu.edu…
Friday, October 7, 2022, 3 – 5pm
Advancing technology offers both challenges and opportunities for our labor markets. What new jobs is technology creating, and how can we safeguard future job quality? Can workforce training programs help in bridging the skills gap? How can we harness artificial intelligence to improve learning outcomes? This conference event will bring leading workforce economists and education technology experts to our campus for discussions on new and fast-growing skills and jobs, and innovative methods that educators, firms, and policymakers can use to prepare workers for these shifting career opportunities.
Join the Block Center in person or over Zoom for a keynote address by David Autor, MIT Ford Professor of Economics and co-chair of the MIT Task Force on the Work of the Future, giving cutting-edge insights into these questions.
Professor Autor will then join an expert panel with Avi Goldfarb, Rotman Chair in Artificial Intelligence and Healthcare at the University of Toronto * Sameena Shah, PhD, Managing Director at J.P. Morgan Artificial Intelligence Research * Majd Sakr, Professor at the Carnegie Mellon School of Computer Science * Anna Salomons, Professor of Economics at Utrecht University, Moderator*
REGISTER | This event is open to the public.
Event Type: Panel Discussion
Room Number: In Person and Virtual - ET
Building: Hamburg Hall A301 and Zoom
Speaker's Name: Preparing the Workforce of the Future
Affiliations: Carnegie Mellon University, Heinz College
Organization(s): SCS
Event Website Title: Event Website
Event Website URL: www.eventbrite.com…
Monday, October 10, 2022, 5:30 – 6:45pm
Event Type: Career Presentation
Room Number: In Person
Building: Rashid Auditorium, Gates Hillman 4401
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Thursday, October 13, 2022, 2 – 7pm
The Carnegie Mellon University School of Computer Science and iMerit is hosting an Autonomous Mobility Forum at the CMU Swartz Center for Entrepreneurship.
Leading autonomous mobility companies such as Aurora, Argo AI, iMerit, Motional, Waymo and more are expected to present their latest advancements and participate in an autonomous mobility executive roundtable to discuss the future of the industry. The day will conclude with a networking reception for all speakers, attendees and students.
Agenda CMU Presents the progress since the 2007 DARPA Urban Challenge * Autonomous Mobility Forum Company Presentation — Leading autonomous mobility companies such as Aurora, Argo AI, iMerit, Motional, Waymo, and more are targeted to present their latest advancements. * Autonomous Mobility Executive Roundtable — Top autonomous mobility executives will discuss where we are in the current and future state of autonomous mobility. * CMU and iMerit Reception* — Conclude the day with a networking reception for all speakers, attendees, and students.
REGISTER
⇒ All participants must register for this event.
Additional information will be provided before the program in a confirmation email.
Event Type: Conference/Workshop
Room Number: In Person
Building: CMU Swartz Center for Entrepreneurship, 3rd Floor, Tepper Quad
Map: 4765 Forbes Avenue, Pittsburgh PA 15213
For More Information: chrisbarker.cbc@gmail.com
Affiliations: Robotics Institute (RI)
Organization(s): School of Computer Science
Event Website Title: Event Website and Registration
Event Website URL: cmucommunity.force.com…
Wednesday, September 28, 2022, 1:30pm
Audio processing has not changed appreciably in the last 50 years. However, novel tasks and computational demands, an attention to human-centered evaluation, and a strong influence from machine learning, all point towards new ways of thinking about sound processing. In this talk I will go over multiple examples of how one can modernize standard audio processing in order to serve various ambitious project goals. I will specifically talk about the use of meta learning for adaptive filtering, and how we can outperform humans in the game of optimizer design; I will show new ways to represent and process sound based on graph networks that results in highly desirable scaling properties for audio and speech recognition; and I will also talk about how we can move towards unsupervised learning from real-world recordings in a way that (almost) matches curated data performance, and additionally allows highly-distributed learning from audio devices in the wild.
—
Paris Smaragdis is a Full Professor and an Associate Department Head in the Computer Science department (also holding an appointment in the Electrical and Computer Engineering Department) in the University of Illinois at Urbana-Champaign. He completed his graduate studies and postdoc at MIT in 2001. He has been a research scientist at Mitsubishi Electric Research Labs in Cambridge MA, a senior research scientist at Adobe Research, and currently an Amazon Scholar with AWS. His research lies in the intersection of signal processing and machine learning, where he has contributed multiple widely used methods for source separation and audio analysis throughout his 150+ publications and 60+ US and international patents. His work has been productized many times worldwide and has been widely used in personal computers and commercial systems.
He has been recognized by the MIT Technology Review as one of the “world’s top innovators under 35 years old” in 2006 (TR35 award) and he has received the IEEE Signal Processing Society (SPS) Best Paper Award twice (2017,2020) recently. He was elected an IEEE Fellow (class of 2015), and selected as an IEEE SPS Distinguished Lecturer (2016-2017). Within IEEE SPS he has served as the chair of the Machine Learning for Signal Processing Technical Committee, the Audio and Acoustic Signal Processing Technical Committee, and the Data Science Initiative. He has been elected to and served in the IEEE Signal Processing Society Board of Governors, and is currently the Editor in Chief of the ACM/IEEE Transactions on Audio, Speech, and Language Processing. At UIUC he was the initiator and lead designer of the CS+Music degree program (the first joint program between the Engineering and Fine Arts colleges), and is also the founder of the Center for Audio Arts and Sciences which acts as a nexus for audio-oriented faculty from multiple colleges.
Faculty Host: David Mortensen
In Person and Zoom Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: PARIS SMARAGDIS
Speaker Website: paris.cs.illinois.edu
Speaker's Professional Title: Full Professor and Associate Department Head, Computer Science Department University of Illinois at Urbana-Champaign
Talk Title: The Changing Face of Audio and Speech Processing
For More Information: jfriday@cs.cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): SCS
Monday, October 3, 2022, 3:30 – 4:30pm
In the not-too-distant future, small electric aircraft that can take off and land just about anywhere
without the need to fly through connecting hubs will revolutionize the way we move cargo and
passengers. Shorter travel times, flying over congested roads— what’s not to like?
For such aircraft to be successful, they must be both easy to use and highly reliable.
Any “flying cars” as these vehicles are often called, that pass muster for commonplace
usage will have to be autonomous simply because the pilot training required will be onerous.
Since aviation requires high reliability, it is not enough to demonstrate that autonomous aircraft can
recognize and react to rare hazards. In addition, it is necessary to ensure that autonomy will
always do the right thing.
I will describe how we analyze phases of flight for safety and propose a framework for assuring
a gamut of software and hardware subsystems that meet the rigorous standards of aviation.
—
Dr. Sanjiv Singh is an innovator, educator, and entrepreneur. He is currently a Consulting Professor at the Robotics Institute, Carnegie Mellon University, and the CEO of Near Earth Autonomy, a start-up that develops autonomy for next-generation aircraft that will inspect infrastructure, deliver cargo, and transport people. He is the founding editor of Field Robotics, an open access journal, a TEDx speaker, and a co-founder of four companies..
The AI-in-Action Seminar is generously sponsored by APTIV.
The presentation will be followed by refreshments and professional networking.
Event Type: Seminars
Room Number: In Person
Building: ASA Conference Room, Gates Hillman 6115
Speaker's Name: SANJIV SINGH
Speaker's Professional Title: Chief Executive Officer and Co-Founder, Near Earth Autonomy
Talk Title: Making Point to Point Transportation Real
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: aiinaction@andrew.cmu.edu
Organization(s): Hosted by: The AI Undergraduate Program in SCS
Monday, September 26, 2022, 3 – 3:30pm
This series will help bridge the gap between theoretical Computer Science knowledge and practical interviewing. The goal is to help you understand how to apply your data structures and algorithms knowledge to real-world problems and develop your intuition for how to approach tricky questions.
Taught by Google engineers with extensive interviewing experience, this course will also introduce you to tips and best practices to make the most of your interviews.
To get the most out of these events, a working knowledge of basic Data Structures and Algorithms is strongly recommended.
Register and Watch
→ Series continues through 29 September 2022
Topics 26 Sept 22 → Navigating Basic Data Structures * 27 Sept 22 → Graphs: Your Path to Success * 28 Sept 22 → Growing your Tree Knowledge * 29 Sept 22 → Technical Interviewing Tips and Best Practices*
Event Type: Career Center Event
Speaker's Name: A Guide from Google Engineers
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Wednesday, September 28, 2022, 12 – 1pm
The development of Blockchains technologies, including smart contracts and cryptographic tokens, have a potential to change the competition between platforms. In this presentation, based on a couple of projects, I will discuss how utility tokens can help new platforms enter the market, and how governance tokens can help platforms to increase social welfare. I will also discuss limitations of these technologies in improving platform strategy and competition.
Based on:
—
Hanna Halaburda joined New York University Stern School of Business as an Associate Professor of Technology, Operations and Statistics in September 2019.
In her research, Professor Halaburda studies how technology changes economic forces and thus affects business models and interactions in the marketplace. One strand of her work focuses on competition between digital platforms. Since 2011, she has built a research program in digital currencies and blockchain technologies, including analyses of incentives in consensus protocols, cryptocurrency adoption, smart contracts, and token issuance. Professor Halaburda’s work has been published in Management Science, RAND, American Economic Journal, Games and Economic Behavior, and other academic journals. In 2015 she co-authored Beyond Bitcoin: The Economics of Digital Currency, the first book analyzing digital currencies from the economic perspective. The book’s 2nd edition, co-authored with Miklos Sarvary and Guillaume Haeringer, was published by Palgrave Macmillan in 2022.
Prior to joining NYU Stern, Professor Halaburda was an Assistant Professor at Harvard Business School, and a senior economist at the Bank of Canada. She holds Master’s degrees in Economics from the Warsaw School of Economics and in Philosophy from Warsaw University, and a PhD in Economics from Northwestern University.
Faculty Host: Ariel Zetlin-Jones
In Person and Livestream Participation. See announcement.
Event Type: Seminars
Room Number: In Person and Livestream - ET
Building: Panther Hollow Conference Room, 4th Floor, Mehrabian Collaborative Innovation Center
Speaker's Name: HANNA HALABURDA
Speaker Website: www.stern.nyu.edu…
Speaker's Professional Title: Associate Professor of Technology, Operations, and Statistics, Stern School of Business New York University
Talk Title: How Blockchain Tokens are Changing Platform Economics
For More Information: jlscanlo@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): CyLab
Event Website Title: Event Website
Event Website URL: www.cylab.cmu.edu…
Monday, September 26, 2022, 10am
Originally designed for the Integrated Product Development course at the Integrated Innovation Institute, this lecture provides an introductory view into a survey of frameworks and processes that product and UX designers encounter in the world of work. It delves into a particular framework (the LUMA System) to demonstrate how design methodology can underpin those processes in support of human-centered innovation.
—Laura Vinchesi is a human-centered design leader in practice and education, with well over two decades of diverse experience focused on visual and product design in both B-to-C and B-to-B environments, and design thinking as a driver of innovation.Most recently at Seegrid, a leader in robotic material flow automation, Laura was Lead Visual & Information Designer on a new UX Design team. There Laura established functional infrastructure including a design system to support common visual design language; design principles and playbook; strategic product vision; and design strategy for client engagement.
As startup employee #1 at LUMA Institute—a Design Thinking training and tools company—Laura led or was involved in the design of experiences as diverse as certification programs; the flagship book “Innovating for People;” live-remote courses; curricular assets; marketing materials; and parts of LUMA Workplace, a digital platform of design thinking resources. Prior to joining LUMA, Laura worked in New York City as an art director on a number of branding initiatives for global consumer health and research companies including Pfizer, Novartis and Affymetrix, among others. In this capacity she drove the organization, design, and writing of projects such as branding style guides, product collateral systems, and international health & safety guides. Before and after her stint in NYC, Laura honed her teaching skills at the Carnegie Mellon Design School (her undergraduate alma mater) and more recently the Integrated Innovation Institute. As an adjunct instructor and visiting professor, Laura has designed and delivered graduate courses in Product Design/Design Thinking and Innovation Mindset, and taught at all levels of the undergraduate Design School Program. She also holds an MFA from Cranbrook Art Academy, where her award-winning work was selected for the loan collection by the CAA Museum.
In Person and Zoom Participation.
Event Type: Talks
Room Number: In Person and Virtual - ET
Building: Newell-Simon 4305 and Zoom
Speaker's Name: LAURA VINCHESI
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Adjunct Instructor and Visiting Professor, Integrated Innovation Institute, HCII: Human Computer Interaction Institute
Talk Title: Innovation Frameworks
For More Information: cbstumpf@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): SCS
Friday, September 30, 2022, 12 – 4pm
Spark: Startups and Emerging Companies is an innovative virtual career event designed to provide a platform for small business and early stage start-ups to engage Carnegie Mellon University students and alumni. Companies will be afforded the opportunity to network with, and recruit our students and alumni, as well as share information about their company story, mission, and/or products with all in attendance. Spark is presented in collaboration with CMU’s Swartz Center for Entrepreneurship.
Event Type: Career Center Event
Room Number: Virtual Fair - ET
Speaker's Name: Event Website
Speaker Website: www.cmu.edu…
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Monday, September 26, 2022, 4:30 – 5:30pm
Rockset is a real-time indexing database that enables companies to build data applications at cloud scale.
This talk is part of the ¡Databases! – A Database Seminar Series.
Zoom Participation. See announcement.
Event Type: Seminars
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: BEN HANNEL
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Software Engineer, RocketSet
Talk Title: Rockset: High Performance Queries with Dynamically Typed SQL
For More Information: pavlo@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): ECE
Event Website Title: Event Website
Event Website URL: db.cs.cmu.edu…
Thursday, September 29, 2022, 11:30am
Independent workers—such as gig workers, online freelancers, or micro-entrepreneurs---take on heightened uncertainty in pursuit of flexible working arrangements. While workers may be independent from organizations' directive control, a decade of ethnographic studies have highlighted how independent workers—who are digitally distributed in space and time—are in fact interdependent on each other for social, emotional, and material support. To augment workers' quests for peer support, scholars and practitioners have designed dozens of intricate sociotechnical systems which foster large-scale, online peer support networks. Yet, solely sociotechnical approaches to peer support systems---which aim for universal user adoption—have failed to create systems which provide inclusive support for this rapidly growing and diverse workforce. Such approaches often overlook existing peer networks which are entirely offline, and the resulting systems are rarely accessible, or desirable, to workers with limited trust in technology or limited technology literacy.
In this dissertation, I articulate a method to co-design community-based peer support systems for work. This method follows a participatory action protocol to work with community partners who already foster existing networks of peer workers to understand if technological interventions can provide supplemental support. In the case that community partners decide to explore technological supplements for peer support, this method follows a co-design software protocol to build a peer support system which builds on existing, offline networks. This method deprioritizes technological contributions, and therefore outcomes of this method include not just a system, but also educational materials and in-person workshops. I illustrate this method across two multi-year community partnerships with local hubs for independent workers in Pittsburgh, PA.
Additional Information
Thesis Committee:
Chinmay Kulkarni (Chair)
Sarah Fox
Jeffrey Bigham
Tawanna Dillahunt (University of Michigan)
Wendy Ju (Cornell Tech)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates Hillman 4405 and Zoom
Speaker's Name: YASMINE KOTTURI
Speaker Website: ykotturi.github.io
Speaker's Professional Title: Ph.D. Candidate, Human-Computer Interaction Institute, Carnegie Mellon University
Talk Title: Community Oriented Approaches to Building Peer Support Systems in Work
For More Information: ykotturi@andrew.cmu.edu
Affiliations: Human-Computer Interaction Institute (HCII)
Organization(s): SCS
Monday, September 26, 2022, 4:30 – 5:30pm
Moderna is a pioneer in the field of mRNA medicines. In addition to developing a successful vaccine against Covid-19, Moderna has over 40 additional vaccines and therapeutics active in their development pipeline. A key component of Moderna’s success so far has been its focus on enabling all parts of its business with digital technology and artificial intelligence (AI). This talk will explore Moderna’s mission to advance new mRNA medicines and how digital and AI are helping to accelerate that goal. The talk will also dive into several real-world examples of AI at Moderna that are delivering meaningful business impact.
—
Dave Johnson is chief data and artificial intelligence officer at Moderna, where he is responsible for all enterprise data capabilities, including data engineering, data integration, data science, and software engineering. Johnson earned a doctorate in information physics and has more than 15 years of experience in software engineering and data science. He has spent more than a decade working exclusively in enterprise pharma and biotech companies.
*Small reception to follow.
Learn more about the* Moderna-CMU AI Academy
Event Type: Career Presentation
Room Number: In Person
Building: Simmons Auditorium B, Tepper Building
Speaker's Name: DAVE JOHNSON
Speaker's Professional Title: Chief Data and Artificial Intelligence Officer, Moderna
Talk Title: Accelerating the Development of mRNA Medicines with Artificial Intelligence
For More Information: rnugent@andrew.cmu.edu
Affiliations: Dietrich College of Humanities and Social Sciences
Organization(s): SCS
Thursday, October 6, 2022, 4:30 – 6pm
The success of deep neural networks (DNNs) from Machine Learning (ML) has inspired domain specific architectures (DSAs) for them. ML has two phases: training, which constructs accurate models, and inference, which serves those models. Google’s first generation DSA offered 50x improvement over conventional architectures for inference in 2015. Google next built the first production DSA supercomputer for the much harder problem of training. Subsequent generations greatly improved performance of both phases. We start with ten lessons learned, such as DNNs grow rapidly; workloads quickly evolve with DNN advances; the bottleneck is memory, not floating-point units; and semiconductor technology advances unequally.
The rapid growth of DNNs rightfully raised concerns about their carbon footprint. The second part of the talk identifies the “4Ms” (Model, Machine, Mechanization, Map) that, if optimized, can reduce ML training energy by up to 100x and carbon emissions up to 1000x. By improving the 4Ms, ML held steady at <15% of Google’s total energy use despite it consuming ~75% of its floating point operations. Climate change is one of our most important problems, so ML papers should include emissions explicitly to foster competition on more than just model quality. External estimates have been off 100x–100,000x, so publishing emissions also ensures accurate accounting, which helps pinpoint the biggest challenges. With continuing focus on the 4Ms, we can realize the amazing potential of ML to positively impact many fields in a sustainable way.
—
David Patterson received BA, MS, and PhD degrees from UCLA. He is a UC Berkeley professor emeritus, a Google distinguished engineer, RIOS Laboratory Director, and the RISC-V International Vice-Chair. His most influential Berkeley projects were likely RISC and RAID. He received awards for teaching and service awards for his roles as ACM President, Berkeley CS Division Chair, and CRA Chair. The best known of his seven books is Computer Architecture: A Quantitative Approach. He and his co-author John Hennessy recently shared the 2017 ACM A.M Turing Award, the 2021 BBVA Foundation Frontiers of Knowledge Award, and the 2022 NAE Charles Stark Draper Prize for Engineering. The Turing Award is often referred to as the “Nobel Prize of Computing” and the Draper Prize is considered a “Nobel Prize of Engineering.”
Faculty Host: Ameet Talwalkar
Event Type: SCS Distinguished Lectures
Room Number: Group Viewing and Virtual Presentation -ET
Building: Rashid Auditorium, Gates Hillman 4401 and Remote
Speaker's Name: DAVID A. PATTERSON
Speaker Website: www2.eecs.berkeley.edu…
Speaker's Professional Title: Pardee Professor of Computer Science, Emeritus, University of California, Berkeley
Talk Title: A Decade of Machine Learning Accelerators: Lessons Learned and Carbon Footprint
For More Information: scs-dls@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): School of Computer Science (SCS)
Event Website Title: Event Website
Event Website URL: www.cs.cmu.edu…
Tuesday, September 27, 2022, 12pm
Machine learning algorithms now play a major part in all kinds of decision-making scenarios, such as college admissions, credit approval, and resume screening. When the stakes are high, self-interested agents --- about which decisions are being made --- are increasingly tempted to manipulate the machine learning algorithm, in order to better fulfill their own goals, which are generally different from the decision maker's. This highlights the importance of making machine learning algorithms robust against manipulation. The main focus of my research is on designing and analyzing machine learning algorithms that are robust against strategic manipulation, which is different from the relatively well-studied notion of adversarial robustness.
My research sets the foundations for some of the most important meta-problems in machine learning in the presence of strategic behavior:
Distinguishing distributions with samples: Due to various constraints, often we have to judge the quality of a data point based on a few samples (e.g., screening job candidates based on a few representative papers). How should we calibrate our judgment when these samples are strategically selected or transformed?
Empirical risk minimization and generalization in classification problems: Traditional wisdom suggests that a classifier trained on historical observations (i.e., an empirical risk minimizer) usually also works well on future data points to be classified. Is this still true in the presence of strategic manipulation?
Planning in Markov decision processes: Dynamic decision-making problems (traditionally modeled using Markov decision processes) can be solved efficiently when the decision maker always has complete and reliable information about the state of the world, as well as full control over which actions to take. What happens when the state of the world is reported by a strategic agent, or when a self-interested agent may interfere with the actions taken?
Thesis Committee:
Vincent Conitzer
Nina Balcan
Tuomas Sandholm
Nika Haghtalab (University of California, Berkeley)
Vahab Mirrokni (Google Research)
Renato Paes Leme (Google Research)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Reddy Conference Room, Gates Hillman 4405 and Zoom
Speaker's Name: HANRUI ZHANG
Speaker's Professional Title: Ph.D. Student, Computer Science Department, Carnegie Mellon University
Talk Title: Designing and Analyzing Machine Learning Algorithms in the Presence of Strategic Manipulation
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: deb@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Friday, September 30, 2022, 10am
Two decades into the third age of AI, the rise of deep learning has yielded two seemingly disparate realities. In one, massive accomplishments have been achieved in deep reinforcement learning, protein folding, and large language models. Yet, in the other, the promises of deep learning to empower robots that operate robustly in real-world environments have yet remained unfulfilled. Vast diversity of objects, distribution shifts, long-tailed phenomena: outside of laboratories, real-world environments challenge modern statistical learning assumptions of the data.
Although such environments have generally been referred to as "unstructured," this terminology belies their nature. Real-world environments are not "unstructured," but arise because of structure: the underlying causal processes that generate the observed data. In this view, robots should not only reason and learn with respect to data, but also the data generating processes. Such processes can be formalized by the language of causality. Therefore, to learn and leverage the structure of these "open-world" environments, new causal-based robot learning algorithms are needed.
Towards this end, our thesis work explores new avenues in structure and transfer learning. In our prior work, we explored how simulation can serve as a causal reasoning engine for the robot to select the relevant features for a control policy (CREST) or skill (SCALE). By construction, these policies are robust to irrelevant distribution shifts that would otherwise stymie correlation-based deep learning. This approach, structural sim-to-real transfer, is emblematic of the mission of this thesis. The rich interplay between control and causality has also been explored through related prior work in the Learning By Doing (LBD) competition.
Whereas our prior work centered transfer learning, our proposed methodologies (CURATE, TRACE) will elevate structure learning. In CURATE, we will explore causal curriculum learning: how agents can manipulate the sequencing of training data via task selection for more efficient and robust generalization. In the culminating work of the thesis, TRACE brings to bear all previous lessons learned for structural task transfer through causal discovery. Task transfer has broader implications for knowledge-based lifelong learning, which will also be explored.
The advantages of adopting the principles of causal inference have been witnessed to date in fields such as biomedical sciences, economics, and genomics. In the machine learning community, it has recently been argued that such principles should be integrated to harness deep learning, towards causal learning of representations. Analogously, this thesis forwards that the robot learning community stands to gain by leveraging the insights of causal inference and causal representation learning. In so doing, this new paradigm holds promise for robots to learn and leverage structure within the open world through causal robot learning for manipulation.
Thesis Committee:
Oliver Kroemer (Chair)
Shubham Tulsiani
Kun Zhang
Jonas Martin Peters (University of Copenhagen)
Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: Virtual Presentation - ET
Building: Remote Access - Zoom
Speaker's Name: TABITHA EDITH LEE
Speaker Website: www.andrew.cmu.edu…
Speaker's Professional Title: Ph.D. Student, Robotics Institute, Carnegie Mellon University
Talk Title: Causal Robot Learning for Manipulation
For More Information: lyonsmuth@cmu.edu
Affiliations: Robotics Institute (RI)
Event Website Title: Event Website
Event Website URL: www.ri.cmu.edu…
Thursday, October 6, 2022, 12 – 1pm
Watch for Details.
Event Type: Career Presentation
Room Number: Virtual Presentation
For More Information: careers@cs.cmu.edu | ece-careers@cmu.edu
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Tuesday, September 27, 2022, 1:30pm
Over the last decade, deep learning has achieved success in diverse domains, becoming one of the most widely employed approaches in artificial intelligence. These successes have also motivated their application in physics domains, such as solving differential equations, or predicting the motion of objects or the behavior of fluids.
Deep learning methods have as their strengths their flexibility, allowing complex dynamics to be learned directly from data, and their proven track-record working directly on unstructured, high-dimensional domains (such as image and video processing). However, deep learning approaches also face some issues, such as difficulty in generalizing outside the training domain, large data requirements, and costly training. Traditional models of physics, on the other hand, have been developed to be universally valid within their domain of application (i.e., generalizable) and require little to no data for modelling.
In this proposal, we introduce methods for leveraging the strengths of both types of approaches, by combining deep learning and physics models. This allows for the development of deep learning architectures that are more data-efficient and robust to generalization than their standard, “physics-unaware” counterparts.
The methods presented fall under two broad categories: differentiable physics layers and physics-informed learning. Differentiable physics layers allow us to embed full physics simulators into deep learning models alongside “traditional” layers, fully constraining their outputs to match the underlying dynamics. By having these simulations be fully differentiable, we maintain the ability to train these systems end-to-end. We present the application of such methods to problems in rigid body and fluid dynamics.
Physics-informed learning methods provide information about the underlying physics in the form of loss terms defined by the relevant differential equations, which act as regularizers pushing the model’s outputs to be physically consistent. We present methods to address common shortcomings of such approaches. We first present a method that allows efficient learning of parameterized systems of differential equations. Then, we present a neural network architecture with sinusoidal activations that addresses the issue of spectral bias in physics-informed learning, and through theoretical and empirical analyses demonstrate how to tune them in order to optimize their performance when solving differential equations.
Thesis Committee:
J. Zico Kolter (Chair)
Zachary Manchester
Katerina Fragkiadaki
Venkat Viswanathan
Fei Sha (Google Research)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Orals
Room Number: In Person and Virtual - ET
Building: Newell-Simon 3305 and Zoom
Speaker's Name: FILIPE DE AVILA BELBUTE PERES
Speaker Website: filipeabperes.github.io
Speaker's Professional Title: Ph.D. Candidate, Computer Science Department, Carnegie Mellon University
Talk Title: Combining Deep Learning and Physics Models for Efficient and Robust Architectures
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: deb@cs.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): SCS
Friday, October 7, 2022, 1 – 6pm
Whether you are looking for career and networking opportunities or just want to learn more about the Pittsburgh robotics industry, you are invited to attend!
Come meet the robotics companies who are feeding the world (agriculture), going to the moon (aerospace), driving hands free (autnomous vehicles), working in retail (collaborative robots), filling online orders (logistical robots) … and many more!
Sign up to attend or just join in!
Hosted by: School of Computer Science
Event Type: Career Presentation
Room Number: In Person
Building: Gates Hillman Centers, Floors 6/7
Speaker's Name: The Pittsburgh Robotics Network
For More Information: careers@cs.cmu.edu | ece-careers@cmu.edu
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Saturday, October 8, 2022, 12 – 6pm
We are pleased to announce a hackathon hosted at CMU for the AutoML Decathlon, an automated machine learning competition organized in collaboration with Morgan Stanley, Hewlett-Packard Enterprise, the University of Wisconsin Madison, and the NeurIPS 2022 Competition Track Program. There will be substantial cash prizes (including, but not limited to, $15,000 for 1st place) and prestige for the winners!
The hackathon is open to all students and levels of experience. Free pizza and swag will be provided, along with other goodies just for participation!
The AutomML Decathlon at CMU t will take place from Saturday, October 8, 12 PM ET to Sunday, October 9, 6 PM ET with our kick-off presentation session and closing session beginning at those respective times and held in Rashid Auditorium, Gates Hillman 4401.
The goals of the hackathon are for you to (1) learn about the conceptual problem of AutoML for diverse tasks; (2) gain hands-on experience in running and evaluating AutoML methods on a diverse set of tasks; and optionally (3) make an initial submission to the competition itself. To facilitate your hands-on efforts, we will provide a starter kit of code and create scaled-down versions of the competition datasets that can be processed using free tools such as Google Colab. Afterwards, we hope your experience will encourage you to continue participating in AutoML Decathlon through its November 10 deadline!
We hope to see you there, please RSVP with this link!
—
AutoML Decathlon is a competition that will evaluate the performance of participants' automated machine learning methods on carefully curated sets of tasks with an appropriate level of difficulty and coverage in application domain, size, and input/output characteristics. The competition is currently open to submission and we have released 10 public development tasks that vary in their domain (including image, finance time series, audio, and natural sciences), problem type (including regression, single-label, and multi-label classification), and scale (ranging from several thousands to hundreds of thousands of observations). These public tasks will be representative of (but distinct from) the final set of 10 test tasks on which participants' AutoML methods will be ultimately evaluated on at the conclusion of the competition.
Please also visit our website if you are interested in learning more.
Event Type: Career Presentation
In Person: No
Speaker's Name: An Automated Machine Learning Competition
Speaker Website: www.cs.cmu.edu…
Thursday, September 29, 2022, 4pm
Intelligent tutoring systems (ITSs) are an educational technology which provides millions of learners worldwide with access to learning materials and personalized instruction. At their core, ITSs depend on their ability to assess the student's evolving degree of proficiency to adapt the learning process by selecting effective instructional materials at each point in time. As we do not have a way to directly observe the student's latent knowledge state, machine learning algorithms are used to make inferences about the student's knowledge state based on sequence log data that describes the student's interactions with the ITS. In this thesis we study the question of how the large-scale data that is available in today's learning systems can be used to give those systems better methods for student assessments and for choosing the right teaching action for the individual student.
In the first part we focus on problems related to student assessments via student performance models (SPMs). We explore how to enhance SPM accuracy by leveraging alternative types of student data that go beyond conventional question-answering logs and by learning beneficial question embeddings via pre-training. ITSs face cold-start problems when new content is added and when new users enter the system. We introduce transfer learning techniques that use log data from existing courses to mitigate the new content cold-start problem for new courses. We address the new user cold-start problem by exploring algorithms for early success predictions that estimate a student's expected performance and time requirements before starting a new topic. The second part of this thesis asks how to bridge the gap between estimating a student's state to adapting the learning process to the student by selecting effective teaching actions. Based on the use case of a real-world online ITS frequented by hundreds of thousands of K-12 students we explore ways in which bandit and reinforcement learning techniques can leverage student state estimates to learn effective teaching policies.
Thesis Committee:
Tom Mitchell (Chair)
Barnabás Póczos
Vincent Aleven
Min Chi (North Carolina State University)
In Person and Zoom Participation. See announcement.
Event Type: Thesis Proposals
Room Number: In Person and Virtual - ET
Building: Gates Hillman 7101 and Zoom
Speaker's Name: ROBIN SCHMUCKER
Speaker Website: rschmucker.github.io
Speaker's Professional Title: Ph.D. Student, Machine Learning Department, Carnegie Mellon University
Talk Title: Sequence-Modeling for Assessments and Interventions in Intelligent Tutoring Systems
For More Information: stidle@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Organization(s): SCS
Monday, October 31, 11:55pm – Tuesday, November 1, 2022, 11:55pm
The James R. Swartz Fellows Program
This highly selective graduate student program hones entrepreneurial potential and skills through
hands-on experiences, networking, mentoring and courses in entrepreneurship. The core of the program is a mentored summer internship with a top tier VC-backed startup within the high-tech, high-growth environment of California’s Silicon Valley and San Francisco. Networking trips and mentoring shape each Fellow’s self-directed internship and career searches.
Program Requirements* Full-time status as a CMU graduate student (master’s or PhD program) * Availability to complete two minicourses in entrepreneurship * Participation in weekly proseminars * Commitment to a summer internship in California’s Bay Area (preferred, not mandatory)
Benefits of Being a Swartz Fellow* Summer internship at a top-tier VC-backed startup in California’s Bay Area * Networking opportunities and access to investors and business leaders * Speaker Series Roundtables With prominent entrepreneurial leaders such as Mark Cuban (Shark Tank) and Matt Rogers (Nest Labs) * Mentoring and guidance from CMU entrepreneurial faculty and staff, alumni, investors, C-level executives * Cohort and community building with current/alumni Swartz Fellows * Entrepreneurship coursework * Stipend ($2500 total) for networking trips to California’s Bay Area
Upcoming Information Sessions on the Program Wednesday, September 21 ⇒ 12:30 pm ET - Register * Tuesday, September 27 ⇒ 12:30 pm ET - Register * Wednesday, October 5 ⇒* 12:30 pm ET - Register
Learn More
APPLY
Event Type: Career Center Event
Building: Applications Now Open
Speaker's Name: Application Deadline: 31 October 2022
Speaker Website: www.cmu.edu…
Event Poster Title: Poster with Details
Event Poster URL: www.cs.cmu.edu…
For More Information: sonyaf@andrew.cmu.edu
Affiliations: Entrepreneurship
Organization(s): Swartz Center, SCS
Tuesday, October 25, 8am – Wednesday, October 26, 2022, 6pm
The event includes over 40 faculty, researchers and students presenting on current research projects, including topics such as Machine Learning & Analytics, Hardware & Network Security, IoT Security & Privacy, Human Factors in Privacy & Security, Software & Systems Security, and Blockchain & Crypto. We will highlight research initiatives including CyLab-Africa, Future Enterprise Security, and Secure Blockchain.
The event will also include presentation of the 2022 CYLab Distinguished Alumni Award, along with Student Poster Sessions.
Attendance is limited to invited guests, representatives of CyLab's partners, and CMU CyLab faculty, staff, and students.
Event Type: Conference/Workshop
Room Number: In Person
Building: Simmons Auditorium, Tepper Building
For More Information: jlscanlo@andrew.cmu.edu
Affiliations: Computer Science Department (CSD)
Organization(s): CyLab, Department of Electrical and Computer Engineering (ECE)
Event Website Title: Event Website
Event Website URL: www.cylab.cmu.edu…
Friday, October 14, 2022, 4:30 – 6:30pm
Martial Hebert, Dean and University Professor of Robotics, School of Computer Science invites you to join us for the Raj Reddy Aritifical Intelligence Lecture
REGISTER
Attend in person or virtually.
Space is limited.
In-person registration will close when capacity is reached.
To join us, respond by Friday, October 7.
Event Type: Lecture
Room Number: In Person and Virtual - ET
Building: Rashid Auditorium, Gates Hillman 4401
For More Information: CMUevents@andrew.cmu.edu
Event Website Title: Event Registration
Event Website URL: cmucommunity.force.com…
Thursday, October 20, 2022, 3 – 4:30pm
Energize your Ph.D. Dissertation with World-class Scientific Power
Extended Research Residencies at DOE National Laboratories
The SCGSR program provides supplemental awards to U.S. graduate students to pursue part of their graduate thesis research working side by side with science and engineering experts at a DOE laboratory or facility. Graduate students who are passionate about their research in the following areas are encouraged to apply:
Biology| Physics | Computer or Computational Sciences | Mathematics | Environmental Sciences
Join Dr. Igor Slowing, SCGSR Program Manager from U.S. Department of Energy and Dr. Maria Taydem, Project Manager from the Oak Ridge Institute for Science and Education for more information about the SCGSR program and for tips on creating and submitting competitive applications.
Both workshops will include question and answer sessions.
► Workshop 1 → General overview of the SCGSR Program
15 September 2022 | 3:00 – 4:30 pm. (EST) - REGISTER
► Workshop 2 → Q&A and Application Guidance
20 October 2022 | 3:00 – 4:30 pm (EST) - REGISTER
APPLICATION DEADLINE: 9 November 2022 at 5:00 pm EST
Event Type: Career Presentation
Speaker's Name: Office of Science Graduate Student Research Program - Application Workshops
Speaker Website: science.osti.gov…
Event Poster Title: Poster with Links/Registration
Event Poster URL: www.cs.cmu.edu…
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Wednesday, September 28, 2022, 1:30 – 2:30pm
The COVID-19 pandemic created a major upheaval in how work is conducted in many organizations, and now some are struggling to find ways to continue to provide flexibility to employees where possible while still maintaining a collaborative culture and effective operations.
In this session, Prof. Andrew Li, Assistant Professor of Operations Research and a faculty leader with ENAiBLE , a CMU Retail & Services Collaborative, will facilitate a discussion of some of the latest research on collective intelligence conducted by Prof. Anita Williams Woolley, Associate Dean of Research and Professor of Organizational Behavior and Theory at the Tepper School of Business.
Prof. Woolley will share some of the findings of recent work demonstrating ways that organizations can manage remote and hybrid work in a manner that promotes collective intelligence in the workplace including examples from retail and service industries.
REGISTER
Zoom link to be sent to registrants 24 hours prior to the event.
Event Type: Panel Discussion
Room Number: Virtual Panel - ET
Building: Remote Access - Zoom Webinar
Speaker's Name: Managing Remote Work: Building Collective Intelligence
Speaker Website: cmucommunity.force.com…
For More Information: tepper-alumni@andrew.cmu.edu
Affiliations: Tepper School of Business
Organization(s): School of Computer Science (SCS)
Event Website Title: Event Website and Registration
Event Website URL: cmucommunity.force.com…
Thursday, October 6, 2022, 4:30 – 6:30pm
By invitation.
Event Type: Special Events
Room Number: In Person
Building: 3rd Floor Patio, Gates Hillman Center
For More Information: alweis@andrew.cmu.edu
Affiliations: Computational Biology Department (CBD), Computer Science Department (CSD), Human-Computer Interaction Institute (HCII)
Organization(s): School of Computer Science (SCS)
Monday, November 7, 2022, 5 – 6pm
Kumar Garg is the Vice President of Partnerships at Schmidt Futures. In this role, Kumar works to help all major Schmidt Futures programs find successful leverage, as well as helping to run the Technology and Society portfolio.
He previously helped shape science and technology policy for the Obama Administration for nearly eight years, serving in a variety of roles in the White House Office of Science and Technology Policy (OSTP). Garg led the Obama Administration’s efforts to bolster science, technology, engineering, and math (STEM) education, including the Educate to Innovate campaign, with more than $1 billion in in-kind and philanthropic investment; development of major State of the Union initiatives to train 100,000 excellent STEM teachers and bring computer science to all K–12 students; and creation of iconic events such as the White House Science Fair.
Working with the OSTP Deputy Director, he supervised a team of 20 staff with portfolios including broad innovation policy, advanced manufacturing, behavioral sciences, biotechnology, broadband, digital media, entrepreneurship, the maker movement, space, nanotechnology, and prizes. As a senior leader at OSTP, Garg was involved in policy development, implementation, and communication of a wide range of science and technology issues.
Prior to his time in government, he worked on behalf of parents and children seeking educational reform as an education lawyer and advocate. He received a bachelor’s degree from Dartmouth College and a law degree from Yale Law School.
In conjunction with the University Lecture Series
Event Type: Lecture
Room Number: In Person
Building: Rangos Ballroom, Cohon University Center
Speaker's Name: KUMAR GARG
Speaker Website: www.schmidtfutures.com…
Speaker's Professional Title: Vice President of Partnerships, Schmidt Futures
Event Website Title: Series Website
Event Website URL: www.cmu.edu…
Wednesday, October 26, 2022, 10am
Watch for Details!
Event Type: Career Presentation
Affiliations: Computational Biology Department (CBD)
Thursday, September 29, 2022, 4:30 – 6:30pm
**Expand your professional training in a great area of economic growth and exciting opportunities!
Learn about the LTI Minor and LTI Concentration.
→ Meet current students, hear, hear about their experiences and project work.
→ And free food!
Event Type: Career Presentation
Room Number: In Person
Building: Collaborative Commons, 6th Floor Gates-Hillman
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: cprose@cs.cmu.edu
Affiliations: Language Technologies Institute (LTI)
Organization(s): SCS
Tuesday, September 27, 2022, 5:30 – 7pm
Everyone’s workstations are vulnerable to attacks if connected to the internet. Dylan Vrana will cover how to leverage the proven security of the Green Hills operating system, INTEGRITY, and Dawn Methodology to build a secure laptop.
*Free Food and iPad Raffle.
Green Hills Software: Secure Devices | Operating Systems | Compilers | Debugging*
Event Type: Career Presentation
Room Number: In Person
Building: Rashid Auditorium, Gates Hillman 4401
Speaker's Name: DYLAN VRANA
Talk Title: Designing a Secure Laptop for the FBI
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: careers@cs.cmu.edu | ece-careers@cmu.edu
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Wednesday, October 19, 2022, 12pm
Join Scale AI as we bring together over 120 of the world's brightest AI leaders, visionaries, practitioners, and researchers across industries to explore operationalizing AI and Machine Learning.
This year's conference will bring together 20,000 AI leaders and practitioners and feature three days of in-person and virtual keynote presentations, fireside chats, expert panel discussions, and hands-on workshops.
Among the Guest Speakers: Alexander Wang → CEO & Founder @ Scale AI * Eric Schmidt → Co-Founder, Schmidt Futures; Former CEO & Chairman, Google @ Schmidt Futures * Mike Schroepfer → Senior Fellow @ Meta * Daphne Koller → CEO & Founder @ Insitro * Greg Bockman → Presidnet, Chairman, and Founder @ OpenAI * Michael I. Jordan → Pehong Chen Distinguished Professor, EECS Department and Department of Statistics, University of California, Berkeley * Pieter Abbeel → Director of the Berkeley Robot Learning Lab and Co-Director of the Berkeley Artificial Intelligence * Boris Sofman* → Head of Engineering for Traucking @ Waymo * and more....
Free Registration
Learn more and Register!
Event Type: Career Presentation
Room Number: Online
Speaker's Name: Operationalizing AI at Scale
Speaker Website: exchange.scale.com…
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Thursday, September 29, 2022, 12 – 1:15pm
Jinyin Zhang graduated from CMU with a Ph.D. in Electrical and Computer Engineering in 2013. She joined Pinterest in February of 2020 as a Staff Machine Learning Engineering within Advertiser Solutions. Her team is responsible for developing models, systems and product features to make advertisers successful at Pinterest. Before joining Pinterest she worked at Google for over 6 years and at Lucent Technologies for 2 years.
Jinyin is thrilled to be chatting with the women at CMU to discuss navigating the workforce, overcoming challenges and answering any questions you may have.
REGISTER ⇒ Lunch will be provided.
Event Type: Career Presentation
Room Number: Virtual Presentation - ET
Building: Group Viewing and Lunch - Traffic21 Classroom, Gates Hillman 6501
Speaker's Name: JIYIN ZHANG
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Staff Machine Learning Engineer, Pinterest
For More Information: careers@cs.cmu.edu | ece-careers@cmu.edu
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Wednesday, October 12, 2022, 12 – 1pm
Pinterest is excited to host you for an exciting tech talk. You'll hear from our very own Praveen Kolli, Machine Learning Engineer and former CMU Alumni. He will be giving a deep dive into ML at Pinterest, more insight on how his team impacts the Pinterest Product, tips + tricks on entering the workforce, how to succeed in ML interviews and will be answering questions in a live Q&A.
Praveen graduated from CMU with a PhD in Probability Theory in 2018. He joined Pinterest in May 2021 as a Machine Learning Engineer within the Ads Ranking team where they are responsible for delivering ads aligned with the pinner’s context, interests, identity, and intent, increasing Pinner satisfaction and the long term value to Partners and Pinterest. He brings a deep expertise within machine learning, deep learning, NLP, DNN modeling and more! He is excited to connect with you all and answer any questions you may have about Pinterest and joining the workforce post grad.
REGISTER
Event Type: Career Presentation
Speaker's Name: PRAVEEN KOLLI
Speaker Website: www.linkedin.com…
Speaker's Professional Title: Machine Learning Engineer, Pinterest
Talk Title: A deep dive into ML at Pinterest, and more...
For More Information: careers@cs.cmu.edu
Event Website Title: SCS/ECE Careers
Event Website URL: www.cs.cmu.edu…
Monday, October 17 – Friday, October 21, 2022
Event Type: Career Presentation
Speaker's Name: No Classes this Week
Affiliations: Carnegie Mellon University
Organization(s): SCS
Monday, October 10, 2022, 11:55pm
Cadence is excited to announce the opening of three Cadence scholarship applications for the 2022-2023 academic year.
As part of our mission to foster a culture of diversity and inclusion, we're offering a $5,000 scholarship to students currently studying in a technical field in each of these groups:
Please review the application requirements, questionnaire sections, and eligibility,
⇒ then apply online by Monday, October 10, 2022 (11:59 pm)
Innovation happens when we encourage different perspectives and collaborate to overcome challenges.
The opportunity is yours. Anything is possible.
Event Type: Career Center Event
Room Number: APPLICATION DEADLINE: 10 October 2022
Speaker's Name: Applications Now Open
Friday, October 21, 8:30am – Sunday, October 23, 2022, 6pm
OurCS is a national research workshop for undergraduate women in computer science (CS). The purpose is to
broaden participation in computing research by women, and to demonstrate and build an inclusive and welcoming research culture.
OurCS 2022 will take place on the campus of Carnegie Mellon University on October 21-23. This exciting event will
bring together CMU faculty and graduate students, industry research professionals, and female computer science undergraduates for three days to work collaboratively on computer science-related problem solving.
Over the three day program, OurCS attendees will:* Explore the research experience in academia and industry * Meet others who share an interest in computer science * Work hands-on with leaders in the field from academia and industry * Tackle research questions * Interact with current graduate students and professionals * Learn more about the possibilities of graduate school and the * application process * Hear from great speakers and panels of CS researchers * Gain a deeper understanding of computer science research * Present a talk/poster
Event Type: Conference/Workshop
Room Number: In Person
Building: Gates Hillman Centers
Event Website Title: Event Website and Registration
Event Website URL: www.cmu.edu…
Friday, October 14, 2022, 9am – 10pm
We celebrate the 50th anniversary of the first working Speech Understanding System demonstration and the 50 years of Speech Research at Carnegie Mellon University.
The first demonstration of a working Speech Understanding System happened at Carnegie Mellon in 1972 using the task domain of Voice Chess, led by the team of Raj Reddy, Lee Erman, and Victor Lesser. This event was memorialized in the 1973 Hearsay video, which included a detailed explanation of how the system worked using Erman speaking “Pawn to Queen Four.” This demo showed the plausibility of building a large vocabulary, connected speech understanding system.
In 1971, a committee headed by Allen Newell proposed a 5-year research effort toward the development and demonstration of such a system. Based on this report, Cordell Green at DARPA crafted a unique multi-institution research model. Green was followed by Steve Crocker who oversaw the first few years of the program. That model has since proved, at DARPA and elsewhere, to be highly effective in organizing large-scale research efforts toward a clearly specified long-term goal.
In this case, five institutions were each charged with demonstrating a working system within five years satisfying the research goals laid out in the Newell report. In this model of co-opetition, the periodic review meetings and presentations ensured the open sharing of ideas among the institutions. At the end of the DARPA program, in 1976, the Harpy and Hearsay systems developed at CMU not only satisfied the original program goals but exceeded some of them. Building on this work and inventing many new paths, CMU has been at the forefront of speech understanding research for now over 50 years.
This 1-day symposium and celebration will include short talks and recollections of many of the key participants at CMU in this 50-year journey followed by a reception and banquet.
Event Type: Colloquium/Forum
Room Number: In Person
Building: Newell-Simon Hall
Speaker's Name: 50th Anniversary Symposium of The Beginning of Speech Understanding
Speaker Website: www.p2q4.org
Affiliations: Computer Science Department (CSD), Language Technologies Institute (LTI)
Organization(s): School of Computer Science
Event Website Title: Event Website and Registration
Event Website URL: www.p2q4.org
Thursday, September 29, 2022, 12 – 4pm
Spark – Startups and Emerging Companies is an event designed to provide a platform for small business and early stage start-ups to engage Carnegie Mellon University students and alumni. Companies will be afforded the opportunity to network with, and recruit our students and alumni, as well as share information about their company story, mission, and/or products with all in attendance.
In-person Event: Thursday, 29 September 2022 ⇒ 12:00 - 4:00 pm ET
Virtual Event: Friday, 30 September 2022 ⇒ 12:00 - 4:00 pm ET
Spark is presented by the CPDC in collaboration with CMU’s Swartz Center for Entrepreneurship.
Event Type: Career Center Event
Room Number: In Person Event
Building: Rangos Ballroom, 2nd Floor, Cohon University Center
Friday, October 14, 9am – Saturday, October 15, 2022, 7pm
Family Weekend brings together Carnegie Mellon undergraduate and graduate students and their families and friends for a weekend of events that showcase the vibrancy of the campus experience. Family Weekend features more than 40 events including academic welcomes, information sessions, campus tours, student performances and athletic events. We also encourage students and their families to use this time together to explore the city of Pittsburgh and learn why it's consistently been ranked among the Most Livable Cities in the United States.
Event Type: Special Events
Speaker Website: www.cmu.edu…
Affiliations: Carnegie Mellon University
Organization(s): SCS
Event Website Title: Weekend Website
Event Website URL: www.cmu.edu…
Wednesday, November 2 – Sunday, November 6, 2022
Join us as we race toward the future at for the largest gathering of Hispanics in STEM! SHPE changes lives by empowering the Hispanic community to realize its fullest potential and to impact the world through STEM awareness, access, support, and development.
Questions on attendance.
Event Type: Career Center Event
Room Number: Charlotte Convention Center
Building: Charlotte, North Carolina
Speaker's Name: Society of Hispanic Professional Engineers Convention
Speaker Website: www.shpe.org…
Friday, September 30 – Saturday, October 1, 2022
Watch for details.
Event Type: Reunion/Anniversary
For More Information: stidle@andrew.cmu.edu
Affiliations: Machine Learning Department (MLD)
Tuesday, October 25, 1pm – Wednesday, October 26, 2022, 12:30pm
Are you interested in learning about the newest Automated Vehicle technology or hearing from the leaders in the AV industry? If yes, the Pennsylvania Automated Vehicle Summit is for you. The 2022 Summit features presentations from those who live and breathe AVs. This year's presenters have extensive backgrounds in topics such as workforce, equity, freight, deployment, infrastructure, environment, and more.
The 2022 Pennsylvania Automated Vehicle Summit returns—in person—to Pittsburgh from October 25 – 26 at Stage AE. Registration will be available on the PA AV Summit website. The PA AV Summit is the largest dedicated Automated Vehicle conference in the Northeast region, bringing together both public and private industries. The conference’s subject matter experts and diverse group of attendees come together to discuss and engage with the broad range of issues related to these emerging technologies.
Additional Information/Prospectus
Event Type: Conference/Workshop
Building: Stage AE Pittsburgh
Speaker's Name: AUTOMATED VEHICLE SUMMIT
Event Poster Title: Poster
Event Poster URL: www.cs.cmu.edu…
For More Information: LKSchweyer@cmu.edu
Affiliations: Carnegie Mellon University, Heinz College
Organization(s): Metro21 / Traffic21 Institute
Event Website Title: Program Website
Event Website URL: paavsummit.org