Goto

Collaborating Authors

 Government


Certification Labels for Trustworthy AI: Insights From an Empirical Mixed-Method Study

arXiv.org Artificial Intelligence

Auditing plays a pivotal role in the development of trustworthy AI. However, current research primarily focuses on creating auditable AI documentation, which is intended for regulators and experts rather than end-users affected by AI decisions. How to communicate to members of the public that an AI has been audited and considered trustworthy remains an open challenge. This study empirically investigated certification labels as a promising solution. Through interviews (N = 12) and a census-representative survey (N = 302), we investigated end-users' attitudes toward certification labels and their effectiveness in communicating trustworthiness in low- and high-stakes AI scenarios. Based on the survey results, we demonstrate that labels can significantly increase end-users' trust and willingness to use AI in both low- and high-stakes scenarios. However, end-users' preferences for certification labels and their effect on trust and willingness to use AI were more pronounced in high-stake scenarios. Qualitative content analysis of the interviews revealed opportunities and limitations of certification labels, as well as facilitators and inhibitors for the effective use of labels in the context of AI. For example, while certification labels can mitigate data-related concerns expressed by end-users (e.g., privacy and data protection), other concerns (e.g., model performance) are more challenging to address. Our study provides valuable insights and recommendations for designing and implementing certification labels as a promising constituent within the trustworthy AI ecosystem.


Integrating Generative Artificial Intelligence in Intelligent Vehicle Systems

arXiv.org Artificial Intelligence

This paper aims to serve as a comprehensive guide for researchers and practitioners, offering insights into the current state, potential applications, and future research directions for generative artificial intelligence and foundation models within the context of intelligent vehicles. As the automotive industry progressively integrates AI, generative artificial intelligence technologies hold the potential to revolutionize user interactions, delivering more immersive, intuitive, and personalised in-car experiences. We provide an overview of current applications of generative artificial intelligence in the automotive domain, emphasizing speech, audio, vision, and multimodal interactions. We subsequently outline critical future research areas, including domain adaptability, alignment, multimodal integration and others, as well as, address the challenges and risks associated with ethics. By fostering collaboration and addressing these research areas, generative artificial intelligence can unlock its full potential, transforming the driving experience and shaping the future of intelligent vehicles.


Predictive Models from Quantum Computer Benchmarks

arXiv.org Artificial Intelligence

Holistic benchmarks for quantum computers are essential for testing and summarizing the performance of quantum hardware. However, holistic benchmarks -- such as algorithmic or randomized benchmarks -- typically do not predict a processor's performance on circuits outside the benchmark's necessarily very limited set of test circuits. In this paper, we introduce a general framework for building predictive models from benchmarking data using capability models. Capability models can be fit to many kinds of benchmarking data and used for a variety of predictive tasks. We demonstrate this flexibility with two case studies. In the first case study, we predict circuit (i) process fidelities and (ii) success probabilities by fitting error rates models to two kinds of volumetric benchmarking data. Error rates models are simple, yet versatile capability models which assign effective error rates to individual gates, or more general circuit components. In the second case study, we construct a capability model for predicting circuit success probabilities by applying transfer learning to ResNet50, a neural network trained for image classification. Our case studies use data from cloud-accessible quantum computers and simulations of noisy quantum computers.


TESS: Text-to-Text Self-Conditioned Simplex Diffusion

arXiv.org Artificial Intelligence

Diffusion models have emerged as a powerful paradigm for generation, obtaining strong performance in various domains with continuous-valued inputs. Despite the promises of fully non-autoregressive text generation, applying diffusion models to natural language remains challenging due to its discrete nature. In this work, we propose Text-to-text Self-conditioned Simplex Diffusion (TESS), a text diffusion model that is fully non-autoregressive, employs a new form of self-conditioning, and applies the diffusion process on the logit simplex space rather than the typical learned embedding space. Through extensive experiments on natural language understanding and generation tasks including summarization, text simplification, paraphrase generation, and question generation, we demonstrate that TESS outperforms state-of-the-art non-autoregressive models and is competitive with pretrained autoregressive sequence-to-sequence models.


MeeQA: Natural Questions in Meeting Transcripts

arXiv.org Artificial Intelligence

We present MeeQA, a dataset for natural-language question answering over meeting transcripts. It includes real questions asked during meetings by its participants. The dataset contains 48K question-answer pairs, extracted from 422 meeting transcripts, spanning multiple domains. Questions in transcripts pose a special challenge as they are not always clear, and considerable context may be required in order to provide an answer. Further, many questions asked during meetings are left unanswered. To improve baseline model performance on this type of questions, we also propose a novel loss function, \emph{Flat Hierarchical Loss}, designed to enhance performance over questions with no answer in the text. Our experiments demonstrate the advantage of using our approach over standard QA models.


Big tech says it can boost productivity, but AI wont solve meetings madness Gene Marks

The Guardian

Did you sign off on those expenses in Concur? Ever feel too busy at work to get any actual work done? Well, apparently you are right. According to a new report from Microsoft, our workplaces have a serious productivity problem. The study – which surveyed nearly 31,000 full-time employed or self-employed workers across 31 markets between 1 February 2023 and 14 March 2023 – found that 64% say they struggle with having the time and energy to do their job.


Five most likely ways the world will end

Daily Mail - Science & tech

From Armageddon to the Day After Tomorrow, there have been plenty of Hollywood movies about how our world might end. But if there is to be a global apocalypse, what might be to blame for wiping out all life on Earth? A wandering black hole, giant asteroid impact and nuclear war could all trigger such disaster, as could the rise of killer robots or the reversal of our planet's magnetic field. Many of these might seem far-fetched but with the Doomsday Clock being placed at a record 90 seconds to midnight this year – and scientists warning that humanity's continued existence is at greater risk than ever before – the threat is now all to real. So how exactly would these devastating possibilities come about? End of days: Ff there is to be a global apocalypse, what might be to blame for wiping out all life on Earth?


AI expert taps UN officials to learn how to build a global AI regulatory body

FOX News

Another challenge: Forming an AI regulatory body on a global scale would require significant funding. "We need money," he said. "We need some philanthropists probably to get us started." "It's still a very long road," Marcus told Fox News. "It's a big ask, but I think the time for it is right."


Israeli demolition of Palestinian Bedouin homes spike in Naqab

Al Jazeera

Naqab, Israel – In 1992, Mohamed Abu Qwaider watched his mother's home bulldozed by the Israeli army in the unrecognised Bedouin village of az-Zarnug in the Naqab Desert. The then-10-year-old helped his family rebuild the house using stone and concrete, sturdier than the previous metal shack. A few days after completing their new home, the family got another demolition order stating the structure was built illegally and had to watch it flattened to the ground. "I was too young so I didn't know the regulations," Abu Qwaider, now 41, said. "All I knew is that we had the right – anybody has the right to upgrade their house and live peacefully," he told Al Jazeera.


Exploiting Sparsity in Pruned Neural Networks to Optimize Large Model Training

arXiv.org Artificial Intelligence

Parallel training of neural networks at scale is challenging due to significant overheads arising from communication. Recently, deep learning researchers have developed a variety of pruning algorithms that are capable of pruning (i.e. setting to zero) 80-90% of the parameters in a neural network to yield sparse subnetworks that equal the accuracy of the unpruned parent network. In this work, we propose a novel approach that exploits these sparse subnetworks to optimize the memory utilization and communication in two popular algorithms for parallel deep learning namely -- data and inter-layer parallelism. We integrate our approach into AxoNN, a highly scalable framework for parallel deep learning that relies on data and inter-layer parallelism, and demonstrate the reduction in communication time and memory utilization. On 512 NVIDIA V100 GPUs, our optimizations reduce the memory consumption of a 2.7 billion parameter model by 74%, and the total communication time by 40%, thus providing an overall speedup of 34% over AxoNN, 32% over DeepSpeed-3D and 46% over Sputnik, a sparse matrix computation baseline.