15,070 research outputs found

    Requirements for Explainability and Acceptance of Artificial Intelligence in Collaborative Work

    Full text link
    The increasing prevalence of Artificial Intelligence (AI) in safety-critical contexts such as air-traffic control leads to systems that are practical and efficient, and to some extent explainable to humans to be trusted and accepted. The present structured literature analysis examines n = 236 articles on the requirements for the explainability and acceptance of AI. Results include a comprehensive review of n = 48 articles on information people need to perceive an AI as explainable, the information needed to accept an AI, and representation and interaction methods promoting trust in an AI. Results indicate that the two main groups of users are developers who require information about the internal operations of the model and end users who require information about AI results or behavior. Users' information needs vary in specificity, complexity, and urgency and must consider context, domain knowledge, and the user's cognitive resources. The acceptance of AI systems depends on information about the system's functions and performance, privacy and ethical considerations, as well as goal-supporting information tailored to individual preferences and information to establish trust in the system. Information about the system's limitations and potential failures can increase acceptance and trust. Trusted interaction methods are human-like, including natural language, speech, text, and visual representations such as graphs, charts, and animations. Our results have significant implications for future human-centric AI systems being developed. Thus, they are suitable as input for further application-specific investigations of user needs

    The Influence of Neuroendocrine and Genetic Markers of Stress on Cognitive Processing and Intrusive Symptoms

    Full text link
    This body of research investigated the influence of neuroendocrine and genetic elements of arousal on cognitive processes in the development of intrusive memories and flash-forward intrusions as related to Post-Traumatic Stress Disorder. Specifically, this thesis investigated various mechanisms that may underlie intrusive symptoms as postulated by prevalent theories of PTSD. Study 1 examined the distinctive relationship between peritraumatic dissociation and subsequent re-experiencing symptoms. Network analyses revealed strong positive edges between peritraumatic dissociation and subsequent amnesia, as well as the re-experiencing symptoms of physical reactivity to reminders, flashbacks, intrusions, and dreams, and to a lesser extent emotional numbness and hypervigilance. The finding that peritraumatic dissociation is related to subsequent re-experiencing symptoms is consistent with cognitive models that emphasize the role of dissociative experiences during a traumatic event in the etiology of PTSD re-experiencing symptoms. Study 2 aimed to determine whether peri-traumatic stress, as measured via salivary cortisol and salivary alpha-amylase, as well as pre-existing genetic polymorphisms on the FKBP5 gene increased dissociation and data-driven processing, and subsequently impacted intrusive memories related to a trauma film. The findings revealed that greater noradrenergic arousal predicted less intrusive memory distress in individuals who scored higher on data-driven processing and trait dissociation, and in FKBP5 low-risk carriers. For individuals who reported less data-driven processing and trait dissociation, and in FKBP5 high-risk carriers, as noradrenergic arousal increased, intrusive memory distress increased. This study also showed no association between data-driven processing with memory fragmentation, and fragmentation with intrusive memories. Whilst these findings support some aspect of cognitive models of PTSD as they indicate a role for data-driven processing and dissociation in intrusive symptoms, they highlight a threshold at which these variables stop moderating the relationship between arousal and intrusive memories and suggest that memory fragmentation is not related to intrusive memories. Study 3 examined the role of cognitive control in flash-forward intrusions in the context of an enduring stressor, the COVID-19 pandemic. In line with expectations, results showed that as cognitive control worsened, FKBP5 high-risk carriers reported more flash-forward distress, and low-risk carriers reported less distress. These findings are considered in the context of hippocampal changes and are consistent with emerging theories of PTSD. Lastly, study 4 sought to investigate the role of two neurological processes, pattern separation and pattern completion in intrusive memories in individuals with PTSD compared to trauma exposed controls. Consistent with existing literature, the data indicate that individuals with PTSD reported more data-driven processing, more intrusive symptoms, and demonstrated better behavioural pattern completion than trauma-exposed controls. These findings are in line with current cognitive models of PTSD, as they again indicate a role for data-driven processing in PTSD. However, study 4 found no support for the postulate that deficient pattern separation is a feature of PTSD and found an opposite effect for the role of pattern completion. Whilst these findings are inconsistent with theory, they are in line with existing experimental studies. Overall, the findings from this thesis provide insight into cognitive and biological models of PTSD and shed light on the mechanisms underlying the nature and development of intrusive symptoms

    Designing a Direct Feedback Loop between Humans and Convolutional Neural Networks through Local Explanations

    Full text link
    The local explanation provides heatmaps on images to explain how Convolutional Neural Networks (CNNs) derive their output. Due to its visual straightforwardness, the method has been one of the most popular explainable AI (XAI) methods for diagnosing CNNs. Through our formative study (S1), however, we captured ML engineers' ambivalent perspective about the local explanation as a valuable and indispensable envision in building CNNs versus the process that exhausts them due to the heuristic nature of detecting vulnerability. Moreover, steering the CNNs based on the vulnerability learned from the diagnosis seemed highly challenging. To mitigate the gap, we designed DeepFuse, the first interactive design that realizes the direct feedback loop between a user and CNNs in diagnosing and revising CNN's vulnerability using local explanations. DeepFuse helps CNN engineers to systemically search "unreasonable" local explanations and annotate the new boundaries for those identified as unreasonable in a labor-efficient manner. Next, it steers the model based on the given annotation such that the model doesn't introduce similar mistakes. We conducted a two-day study (S2) with 12 experienced CNN engineers. Using DeepFuse, participants made a more accurate and "reasonable" model than the current state-of-the-art. Also, participants found the way DeepFuse guides case-based reasoning can practically improve their current practice. We provide implications for design that explain how future HCI-driven design can move our practice forward to make XAI-driven insights more actionable.Comment: 32 pages, 6 figures, 5 tables. Accepted for publication in the Proceedings of the ACM on Human-Computer Interaction (PACM HCI), CSCW 202

    Mutual Wasserstein Discrepancy Minimization for Sequential Recommendation

    Full text link
    Self-supervised sequential recommendation significantly improves recommendation performance by maximizing mutual information with well-designed data augmentations. However, the mutual information estimation is based on the calculation of Kullback Leibler divergence with several limitations, including asymmetrical estimation, the exponential need of the sample size, and training instability. Also, existing data augmentations are mostly stochastic and can potentially break sequential correlations with random modifications. These two issues motivate us to investigate an alternative robust mutual information measurement capable of modeling uncertainty and alleviating KL divergence limitations. To this end, we propose a novel self-supervised learning framework based on Mutual WasserStein discrepancy minimization MStein for the sequential recommendation. We propose the Wasserstein Discrepancy Measurement to measure the mutual information between augmented sequences. Wasserstein Discrepancy Measurement builds upon the 2-Wasserstein distance, which is more robust, more efficient in small batch sizes, and able to model the uncertainty of stochastic augmentation processes. We also propose a novel contrastive learning loss based on Wasserstein Discrepancy Measurement. Extensive experiments on four benchmark datasets demonstrate the effectiveness of MStein over baselines. More quantitative analyses show the robustness against perturbations and training efficiency in batch size. Finally, improvements analysis indicates better representations of popular users or items with significant uncertainty. The source code is at https://github.com/zfan20/MStein.Comment: Updated with the correction of the asymmetric mistake on the mutual information connectio

    Eunomia: Enabling User-specified Fine-Grained Search in Symbolically Executing WebAssembly Binaries

    Full text link
    Although existing techniques have proposed automated approaches to alleviate the path explosion problem of symbolic execution, users still need to optimize symbolic execution by applying various searching strategies carefully. As existing approaches mainly support only coarse-grained global searching strategies, they cannot efficiently traverse through complex code structures. In this paper, we propose Eunomia, a symbolic execution technique that allows users to specify local domain knowledge to enable fine-grained search. In Eunomia, we design an expressive DSL, Aes, that lets users precisely pinpoint local searching strategies to different parts of the target program. To further optimize local searching strategies, we design an interval-based algorithm that automatically isolates the context of variables for different local searching strategies, avoiding conflicts between local searching strategies for the same variable. We implement Eunomia as a symbolic execution platform targeting WebAssembly, which enables us to analyze applications written in various languages (like C and Go) but can be compiled into WebAssembly. To the best of our knowledge, Eunomia is the first symbolic execution engine that supports the full features of the WebAssembly runtime. We evaluate Eunomia with a dedicated microbenchmark suite for symbolic execution and six real-world applications. Our evaluation shows that Eunomia accelerates bug detection in real-world applications by up to three orders of magnitude. According to the results of a comprehensive user study, users can significantly improve the efficiency and effectiveness of symbolic execution by writing a simple and intuitive Aes script. Besides verifying six known real-world bugs, Eunomia also detected two new zero-day bugs in a popular open-source project, Collections-C.Comment: Accepted by ACM SIGSOFT International Symposium on Software Testing and Analysis (ISSTA) 202

    Using knowledge graphs to infer gene expression in plants

    Get PDF
    IntroductionClimate change is already affecting ecosystems around the world and forcing us to adapt to meet societal needs. The speed with which climate change is progressing necessitates a massive scaling up of the number of species with understood genotype-environment-phenotype (G×E×P) dynamics in order to increase ecosystem and agriculture resilience. An important part of predicting phenotype is understanding the complex gene regulatory networks present in organisms. Previous work has demonstrated that knowledge about one species can be applied to another using ontologically-supported knowledge bases that exploit homologous structures and homologous genes. These types of structures that can apply knowledge about one species to another have the potential to enable the massive scaling up that is needed through in silico experimentation.MethodsWe developed one such structure, a knowledge graph (KG) using information from Planteome and the EMBL-EBI Expression Atlas that connects gene expression, molecular interactions, functions, and pathways to homology-based gene annotations. Our preliminary analysis uses data from gene expression studies in Arabidopsis thaliana and Populus trichocarpa plants exposed to drought conditions.ResultsA graph query identified 16 pairs of homologous genes in these two taxa, some of which show opposite patterns of gene expression in response to drought. As expected, analysis of the upstream cis-regulatory region of these genes revealed that homologs with similar expression behavior had conserved cis-regulatory regions and potential interaction with similar trans-elements, unlike homologs that changed their expression in opposite ways.DiscussionThis suggests that even though the homologous pairs share common ancestry and functional roles, predicting expression and phenotype through homology inference needs careful consideration of integrating cis and trans-regulatory components in the curated and inferred knowledge graph

    A conceptual framework for developing dashboards for big mobility data

    Full text link
    Dashboards are an increasingly popular form of data visualization. Large, complex, and dynamic mobility data present a number of challenges in dashboard design. The overall aim for dashboard design is to improve information communication and decision making, though big mobility data in particular require considering privacy alongside size and complexity. Taking these issues into account, a gap remains between wrangling mobility data and developing meaningful dashboard output. Therefore, there is a need for a framework that bridges this gap to support the mobility dashboard development and design process. In this paper we outline a conceptual framework for mobility data dashboards that provides guidance for the development process while considering mobility data structure, volume, complexity, varied application contexts, and privacy constraints. We illustrate the proposed framework’s components and process using example mobility dashboards with varied inputs, end-users and objectives. Overall, the framework offers a basis for developers to understand how informational displays of big mobility data are determined by end-user needs as well as the types of data selection, transformation, and display available to particular mobility datasets

    Perceived Influence of Digital Competence on Knowledge Sharing Behaviour of College Librarians in the South-East and South-South Geo-Political Zones of Nigeria

    Get PDF
    Knowledge and the competence to share it in the digital age have become potent tools for the attainment of competitive advantage and sustainable development in organizations and institutions of learning. This awareness has necessitated the need to embark on a study with the main objective of determining how digital competence variables influence the knowledge sharing behaviour of librarians in college libraries in the South–East and South–South of Nigeria. The research was supported by the Theory of Planned Behaviour (TPB) and Technology Acceptance Model (TAM). Survey research method was used to investigate a sample of 264 librarians. A validated and structured questionnaire with a correlation coefficient of 0.92 was used to collect data for the research through the census method. A response rate of 82% (217) was received and analysed. Findings reveal that librarians in college libraries possess the ability to use and manipulate a broad range of digital devices like smart phones, tablets, lap/desk tops; have a working knowledge of the World Wide Web (www); use social media platforms to maintain workplace collaboration; and use popular library application software packages. The study concludes that librarians in the institutions studied have shown significant skills in the use of ICT in their knowledge sharing behaviour and therefore should be sustained. The research recommends amongst others regular ICT training, workshops and conferences to enhance the knowledge sharing behaviour of the librarians and the creation of digital platforms and infrastructure for knowledge creation and sharing for professional and institutional ranking and visibility. Keywords: Digital Competence, Knowledge Sharing Behaviour, College Librarians, Nigeria DOI: 10.7176/IKM/13-3-03 Publication date:March 31st 202

    Internal structure of intonational categories: The (dis)appearance of a perceptual magnet effect

    Get PDF
    The question of whether intonation events are speech categories like phonemes and lexical tones has long been a puzzle in prosodic research. In past work, researchers have studied categoricality of pitch accents and boundary tones by examining perceptual phenomena stemming from research on phoneme categories (i.e., intonation boundary effects—peaks in discrimination sensitivity at category boundaries, perceptual magnet effects—sensitivity minima near the best exemplar or prototype of a category). Both lines of research have yielded mixed results. However, boundary effects are not necessarily related to categoricality of speech. Using improved methodology, the present study examines whether pitch accents have domain-general internal structure of categories by testing the perceptual magnet effect. Perceived goodness and discriminability of re-synthesized productions of Dutch rising pitch accent (L*H) were evaluated by native speakers of Dutch in three experiments. The variation between these stimuli was quantified using a polynomial-parametric modeling approach. A perceptual magnet effect was detected: (1) rated “goodness” decreased as acoustic-perceptual distance relative to the prototype increased (Experiment 1), and (2) equally spaced items far from the prototype were more frequently discriminated than equally spaced items in the neighborhood of the prototype (Experiment 2). These results provide first evidence for internal structure of pitch accents, similar to that found in color and phoneme categories. However, the discrimination accuracy gathered here was lower than that reported for phonemes. The discrimination advantage in the neighborhood far from the prototype disappeared when participants were tested on a very large number of stimuli (Experiment 3), similar to findings on phonemes and different from findings for lexical tones in neutral network simulations of distributional learning. These results suggest a more transient nature of the perceptual magnet effect in the perception of pitch accents and arguably weaker categoricality of pitch accents, compared to that of phonemes and in particular of lexical tones

    Bildung in der digitalen Transformation

    Get PDF
    Die Coronapandemie und der durch sie erzwungene zeitweise Übergang von PrĂ€senz- zu Distanzlehre haben die Digitalisierung des Bildungswesens enorm vorangetrieben. Noch deutlicher als vorher traten dabei positive wie negative Aspekte dieser Entwicklung zum Vorschein. WĂ€hrend den Hochschulen der Wechsel mit vergleichsweise geringen Reibungsverlusten gelang, offenbarten sich diese an Schulen weitaus deutlicher. Trotz aller Widrigkeiten erscheint eines klar: Die zeitweisen VerĂ€nderungen werden Nachwirkungen zeigen. Eine völlige RĂŒckkehr zum Status quo ante ist kaum noch vorstellbar. Zwei Fragen bestimmen vor diesem Hintergrund die Doppelgesichtigkeit des Themas der 29. Jahrestagung der Gesellschaft fĂŒr Medien in der Wissenschaft (GMW). Erstens: Wie ‚funktioniert‘ Bildung in der sich derzeit ereignenden digitalen Transformation und welche Herausforderungen gibt es? Und zweitens: Befindet sich möglicherweise Bildung selbst in der Transformation? BeitrĂ€ge zu diesen und weiteren Fragen vereint der vorliegende Tagungsband
    • 

    corecore