Government
MIT Cuts Ties With a Chinese AI Firm Amid Human Rights Concerns
MIT has terminated a research collaboration with iFlytek, a Chinese artificial intelligence company accused of supplying technology for surveilling Muslims in the northwestern province of Xinjiang. The university canceled the relationship in February after reviewing an upcoming project under tightened guidelines governing funding from companies in China, Russia, and Saudi Arabia. MIT has not said why it terminated the iFlytek collaboration or disclosed details about the project that prompted the review, but it has faced pushback from some students and staff about the arrangement since it began two years ago. "We take very seriously concerns about national security and economic security threats from China and other countries, and human rights issues," says Maria Zuber, vice president of research at MIT. US companies and universities have built ties with Chinese tech firms in recent years. But the relationships have come under increasing scrutiny as relations between the two countries have soured.
Can humans and artificial intelligence come together to predict the future? - ScienceBlog.com
It could be argued that scientists create superpowers in their labs. If Aram Galstyan, director of the Artificial Intelligence Division at the USC Viterbi Information Sciences Institute (ISI) had to pick just one superpower, it would be the ability to predict the future. What will be the daily closing price of Japan's Nikkei 225 index at the end of next week? How many 6.0 or stronger earthquakes will occur worldwide next month? Galstyan and a team of researchers at USC ISI are building a system to answer such questions.
A Bibliometric Approach for Detecting the Gender Gap in Computer Science
Women are underrepresented in the fields of science, technology, engineering, and mathematics (STEM) in most countries, including Germany and the U.S.29,32 This was demonstrated in several surveys investigating the proportion of women in the STEM fields for specific populations. Some of these studies, for example, investigated the number of enrolled students10,30 or the percentage of female professors at universities. Other studies analyzed the disparities in research funding.23 Nearly all these surveys selected a particular population of women in consideration of their university degree or their nationality.11,34 Like many other studies investigating the gender gap and its reasons in science, these surveys are usually based on data records from several kinds of registrations or enrollments, for example, the enrollment as student or doctoral student, the registration of finished doctoral theses or the membership as professor in a certain country.1,14,16,28 However, researchers at the postdoctoral level or industrial researchers are often not registered and unfortunately drop out of the surveys.
Revealing the Critical Role of Human Performance in Software
Four articles, published across the March through May issues of Communications, highlight how people are the unique source of the adaptive capacity essential to incident response in modern Internet-facing software systems. While it's reasonable for software engineering and operations communities to focus on the intricacies of technology, there is not much attention given to the intricacies of how people do their work. Ultimately, it is human performance that makes modern business-critical systems robust and resilient. As business-critical software systems become more successful, they necessarily increase in complexity. Ironically, this complexity makes these systems inherently messy so that surprising incidents are part and parcel of the capability to provide services at larger scales and speeds.13
Teaching CS Humbly, and Watching the AI Revolution
The Charisma Machine chronicles the life and legacy of the One Laptop Per Child project and explains why--despite its failures--the same utopian visions that inspired OLPC still motivate other projects trying to use technology to "disrupt" education and development. Announced in 2005 by MIT Media Lab cofounder Nicholas Negroponte, One Laptop Per Child promised to transform the lives of children across the Global South with a small, sturdy, and cheap laptop computer, powered by a hand crank. In reality, the project fell short in many ways, starting with the hand crank, which never materialized. Yet the project remained charismatic to many who were enchanted by its claims of access to educational opportunities previously out of reach. Behind its promises, OLPC, like many technology projects that make similarly grand claims, had a fundamentally flawed vision of who the computer was made for and what role technology should play in learning.
ACM's 2020 General Election
The ACM constitution provides that our Association holds a general election in the even-numbered years for the positions of President, Vice President, Secretary/Treasurer, and Members-at-Large. Biographical information and statements of the candidates appear on the following pages (candidates' names appear in random order). In addition to the election of ACM's officers--President, Vice President, Secretary/Treasurer--five Members-at-Large will be elected to serve on ACM Council. Please refer to the instructions posted at https://www.esc-vote.com/acm. To access the secure voting site, you will need to enter your email address (the email address associated with your ACM member record) and your unique PIN provided by Election Services Co. Please return your ballot in the enclosed envelope, which must be signed by you on the outside in the space provided. The signed ballot envelope may be inserted into a separate envelope for mailing if you prefer this method. All ballots must be received by no later than 16:00 UTC on 22 May 2020. Validation by the Tellers Committee will take place at 14:00 UTC on 26 May 2020. Elizabeth Churchill is a Director of User Experience at Google. Her field of study is Human Computer Interaction (HCI) and User Experience (UX), with a current focus on the design of effective designer and developer tools. Churchill has built research groups and led research in a number of well-known companies, including as Director of Human Computer Interaction at eBay Research Labs in San Jose, CA, as a Principal Research Scientist and Research Manager at Yahoo! in Santa Clara, CA, and as a Senior Scientist at the Palo Alto Research Center (PARC) and FXPAL, Fuji Xerox's Research lab in Silicon Valley. Working across a number of research areas, she has over 100 peer reviewed top-tier journal and conference publications in theoretical and applied psychology, cognitive science, human-computer interaction, mobile and ubiquitous computing, computer-mediated communication, and social media, more than 50 patents granted or pending, and 7 academic books. Her team produces research that impacts a large number of Google's products (by shaping Google's Flutter and Material Design), influencing the work of hundreds of thousands of designers and developers globally, and thus affecting the user experience of millions of end-users. She continues to guest lecture at universities and to mentor early stage career professionals and students.
Applications of shapelet transform to time series classification of earthquake, wind and wave data
Autonomous detection of desired events from large databases using time series classification is becoming increasingly important in civil engineering as a result of continued long-term health monitoring of a large number of engineering structures encompassing buildings, bridges, towers, and offshore platforms. In this context, this paper proposes the application of a relatively new time series representation named "Shapelet transform", which is based on local similarity in the shape of the time series subsequences. In consideration of the individual attributes distinctive to time series signals in earthquake, wind and ocean engineering, the application of this transform yields a new shape-based feature representation. Combining this shape-based representation with a standard machine learning algorithm, a truly "white-box" machine learning model is proposed with understandable features and a transparent algorithm. This model automates event detection without the intervention of domain practitioners, yielding a practical event detection procedure. The efficacy of this proposed shapelet transform-based autonomous detection procedure is demonstrated by examples, to identify known and unknown earthquake events from continuously recorded ground-motion measurements, to detect pulses in the velocity time history of ground motions to distinguish between near-field and far-field ground motions, to identify thunderstorms from continuous wind speed measurements, to detect large-amplitude wind-induced vibrations from the bridge monitoring data, and to identify plunging breaking waves that have a significant impact on offshore structures.
Tactical Decision-Making in Autonomous Driving by Reinforcement Learning with Uncertainty Estimation
Hoel, Carl-Johan, Wolff, Krister, Laine, Leo
Reinforcement learning (RL) can be used to create a tactical decision-making agent for autonomous driving. However, previous approaches only output decisions and do not provide information about the agent's confidence in the recommended actions. This paper investigates how a Bayesian RL technique, based on an ensemble of neural networks with additional randomized prior functions (RPF), can be used to estimate the uncertainty of decisions in autonomous driving. A method for classifying whether or not an action should be considered safe is also introduced. The performance of the ensemble RPF method is evaluated by training an agent on a highway driving scenario. It is shown that the trained agent can estimate the uncertainty of its decisions and indicate an unacceptable level when the agent faces a situation that is far from the training distribution. Furthermore, within the training distribution, the ensemble RPF agent outperforms a standard Deep Q-Network agent. In this study, the estimated uncertainty is used to choose safe actions in unknown situations. However, the uncertainty information could also be used to identify situations that should be added to the training process.
Identifiability and consistency of network inference using the hub model and variants: a restricted class of Bernoulli mixture models
Zhao, Yunpeng, Bickel, Peter, Weko, Charles
Statistical network analysis primarily focuses on inferring the parameters of an observed network. In many applications, especially in the social sciences, the observed data is the groups formed by individual subjects. In these applications, the network is itself a parameter of a statistical model. Zhao and Weko (2019) propose a model-based approach, called the hub model, to infer implicit networks from grouping behavior. The hub model assumes that each member of the group is brought together by a member of the group called the hub. The hub model belongs to the family of Bernoulli mixture models. Identifiability of parameters is a notoriously difficult problem for Bernoulli mixture models. This paper proves identifiability of the hub model parameters and estimation consistency under mild conditions. Furthermore, this paper generalizes the hub model by introducing a model component that allows hubless groups in which individual nodes spontaneously appear independent of any other individual. We refer to this additional component as the null component. The new model bridges the gap between the hub model and the degenerate case of the mixture model -- the Bernoulli product. Identifiability and consistency are also proved for the new model. Numerical studies are provided to demonstrate the theoretical results.
Trials begin of machine learning system to help hospitals plan and manage COVID-19 treatment resources developed by NHS Digital and University of Cambridge - NHS Digital
Trials have begun of a system that will use machine learning to help predict the upcoming demand for intensive care (ICU) beds and ventilators needed to treat patients with COVID-19 at individual hospitals and across regions in England. The COVID 19 Capacity Planning and Analysis System (CPAS), developed by NHS Digital data scientists and a team of researchers from the University of Cambridge, and using data from Public Health England, will support hospitals to plan more accurately and help ensure that resources are deployed to best effect to support COVID-19 throughout the NHS. The first stage alpha trials began this week at four hospitals, aiming to demonstrate the relative accuracy of the system and fine tune it to best meet the needs of hospitals. "With the pressure being placed on intensive care by the current coronavirus pandemic it is essential to be able to predict demand for critical care beds, equipment and staff,"says NHS Digital Chief Medical Officer Professor Jonathan Benger. "CPAS allows individual hospitals to plan ahead, ensuring they can give the best care to every patient. At the same time, the wider NHS can ensure that the ventilators, other equipment and drugs that each intensive care unit will need are in place at exactly the time they are required. In the longer term, it is hoped that CPAS can be used to predict hospital length of hospital stay, discharge planning and wider intensive care demand in the time that will come after the pandemic."