Goto

Collaborating Authors

 Government


Current State of Community-Driven Radiological AI Deployment in Medical Imaging

arXiv.org Artificial Intelligence

Artificial Intelligence (AI) has become commonplace to solve routine everyday tasks. Because of the exponential growth in medical imaging data volume and complexity, the workload on radiologists is steadily increasing. We project that the gap between the number of imaging exams and the number of expert radiologist readers required to cover this increase will continue to expand, consequently introducing a demand for AI-based tools that improve the efficiency with which radiologists can comfortably interpret these exams. AI has been shown to improve efficiency in medical-image generation, processing, and interpretation, and a variety of such AI models have been developed across research labs worldwide. However, very few of these, if any, find their way into routine clinical use, a discrepancy that reflects the divide between AI research and successful AI translation. To address the barrier to clinical deployment, we have formed MONAI Consortium, an open-source community which is building standards for AI deployment in healthcare institutions, and developing tools and infrastructure to facilitate their implementation. This report represents several years of weekly discussions and hands-on problem solving experience by groups of industry experts and clinicians in the MONAI Consortium. We identify barriers between AI-model development in research labs and subsequent clinical deployment and propose solutions. Our report provides guidance on processes which take an imaging AI model from development to clinical implementation in a healthcare institution. We discuss various AI integration points in a clinical Radiology workflow. We also present a taxonomy of Radiology AI use-cases. Through this report, we intend to educate the stakeholders in healthcare and AI (AI researchers, radiologists, imaging informaticists, and regulators) about cross-disciplinary challenges and possible solutions.


White-Box Multi-Objective Adversarial Attack on Dialogue Generation

arXiv.org Artificial Intelligence

Pre-trained transformers are popular in state-of-the-art dialogue generation (DG) systems. Such language models are, however, vulnerable to various adversarial samples as studied in traditional tasks such as text classification, which inspires our curiosity about their robustness in DG systems. One main challenge of attacking DG models is that perturbations on the current sentence can hardly degrade the response accuracy because the unchanged chat histories are also considered for decision-making. Instead of merely pursuing pitfalls of performance metrics such as BLEU, ROUGE, we observe that crafting adversarial samples to force longer generation outputs benefits attack effectiveness -- the generated responses are typically irrelevant, lengthy, and repetitive. To this end, we propose a white-box multi-objective attack method called DGSlow. Specifically, DGSlow balances two objectives -- generation accuracy and length, via a gradient-based multi-objective optimizer and applies an adaptive searching mechanism to iteratively craft adversarial samples with only a few modifications. Comprehensive experiments on four benchmark datasets demonstrate that DGSlow could significantly degrade state-of-the-art DG models with a higher success rate than traditional accuracy-based methods. Besides, our crafted sentences also exhibit strong transferability in attacking other models.


Error Analysis of Kernel/GP Methods for Nonlinear and Parametric PDEs

arXiv.org Machine Learning

We introduce a priori Sobolev-space error estimates for the solution of nonlinear, and possibly parametric, PDEs using Gaussian process and kernel based methods. The primary assumptions are: (1) a continuous embedding of the reproducing kernel Hilbert space of the kernel into a Sobolev space of sufficient regularity; and (2) the stability of the differential operator and the solution map of the PDE between corresponding Sobolev spaces. The proof is articulated around Sobolev norm error estimates for kernel interpolants and relies on the minimizing norm property of the solution. The error estimates demonstrate dimension-benign convergence rates if the solution space of the PDE is smooth enough. We illustrate these points with applications to high-dimensional nonlinear elliptic PDEs and parametric PDEs. Although some recent machine learning methods have been presented as breaking the curse of dimensionality in solving high-dimensional PDEs, our analysis suggests a more nuanced picture: there is a trade-off between the regularity of the solution and the presence of the curse of dimensionality. Therefore, our results are in line with the understanding that the curse is absent when the solution is regular enough.


Discovery of structure-property relations for molecules via hypothesis-driven active learning over the chemical space

arXiv.org Artificial Intelligence

Discovery of the molecular candidates for applications in drug targets, biomolecular systems, catalysts, photovoltaics, organic electronics, and batteries, necessitates development of machine learning algorithms capable of rapid exploration of the chemical spaces targeting the desired functionalities. Here we introduce a novel approach for the active learning over the chemical spaces based on hypothesis learning. We construct the hypotheses on the possible relationships between structures and functionalities of interest based on a small subset of data and introduce them as (probabilistic) mean functions for the Gaussian process. This approach combines the elements from the symbolic regression methods such as SISSO and active learning into a single framework. The primary focus of constructing this framework is to approximate physical laws in an active learning regime toward a more robust predictive performance, as traditional evaluation on hold-out sets in machine learning doesn't account for out-of-distribution effects and may lead to a complete failure on unseen chemical space. Here, we demonstrate it for the QM9 dataset, but it can be applied more broadly to datasets from both domains of molecular and solid-state materials sciences.


U.S. Sanctions Drive Chinese Firms to Advance AI Without Latest Chips

WSJ.com: WSJD - Technology

U.S. sanctions are spurring Chinese tech companies to accelerate research to develop cutting-edge artificial intelligence without relying on the latest American chips. A Wall Street Journal review of research papers and interviews with employees found that Chinese companies are studying techniques that could allow them to achieve state-of-the-art AI performance with fewer or less powerful semiconductors. They are also researching how to combine different types of chips to avoid relying on any one type of hardware.


'Chilling effect': Israel's ongoing surveillance of Palestinians

Al Jazeera

For activist Issa Amro, the latest revelations from human rights group Amnesty International about Israel's ever-growing use of facial recognition technology against Palestinians come as no surprise. My people are suffering from it," he told Al Jazeera from Hebron. On May 2, Amnesty published a report titled Automated Apartheid, detailing the workings of Israel's Red Wolf programme โ€“ a facial recognition technology used to track Palestinians since last year that is believed to be linked to similar, earlier programmes known as Blue Wolf and Wolf Pack. The technology has been deployed at checkpoints in the city of Hebron and other parts of the occupied West Bank โ€“ scanning the faces of Palestinians and comparing them against existing databases. Palestinians, like anyone else, have the right to live in a world that upholds equality and dignity. Help dismantle Israel's apartheid and call for an end to the supply of facial recognition technologies used in the Occupied Palestinian ...


Can YOU guess the odd one out? Google challenges you to find AI 'imposters' hidden among atworks

Daily Mail - Science & tech

From an image of Pope Francis wearing a puffer jacket to a snap of Donald Trump being arrested in New York City, several AI-generated images have fooled onlookers in recent months. Now, Google is putting our ability to spot AI-generated content to the test in a new game, called Odd One Out. The game shows players four artworks and tasks them with spotting the one that has been generated by AI. While it might sound easy, the game is fiendishly difficult, with the AI creating impressively convincing artworks. 'Can you spot the odd one out?


Optimizing National Security Strategies through LLM-Driven Artificial Intelligence Integration

arXiv.org Artificial Intelligence

Artificial Intelligence is revolutionizing the way military INCE the early days of cyber space technology strides in enhancing its strategic capabilities. Today, we and government organizations operate. These advanced find ourselves at the precipice of a new technological technologies enable machines to learn and reason revolution: Artificial Intelligence (AI). As a strategic autonomously, with applications ranging from situational imperative for national security, AI presents unparalleled awareness to decision-making support. In particular, the opportunities for strengthening our defense capabilities, advent of Large Language Models (LLMs) has significantly similar to how space and cyberspace technology transformed impacted the field of natural language processing, providing our approach to warfare and reconnaissance.


A-ePA*SE: Anytime Edge-Based Parallel A* for Slow Evaluations

arXiv.org Artificial Intelligence

Anytime search algorithms are useful for planning problems where a solution is desired under a limited time budget. Anytime algorithms first aim to provide a feasible solution quickly and then attempt to improve it until the time budget expires. On the other hand, parallel search algorithms utilize the multithreading capability of modern processors to speed up the search. One such algorithm, ePA*SE (Edge-Based Parallel A* for Slow Evaluations), parallelizes edge evaluations to achieve faster planning and is especially useful in domains with expensive-to-compute edges. In this work, we propose an extension that brings the anytime property to ePA*SE, resulting in A-ePA*SE. We evaluate A-ePA*SE experimentally and show that it is significantly more efficient than other anytime search methods. The open-source code for A-ePA*SE, along with the baselines, is available here: https://github.com/shohinm/parallel_search


Unlocking Practical Applications in Legal Domain: Evaluation of GPT for Zero-Shot Semantic Annotation of Legal Texts

arXiv.org Artificial Intelligence

We evaluated the capability of a state-of-the-art generative pre-trained transformer (GPT) model to perform semantic annotation of short text snippets (one to few sentences) coming from legal documents of various types. Discussions of potential uses (e.g., document drafting, summarization) of this emerging technology in legal domain have intensified, but to date there has not been a rigorous analysis of these large language models' (LLM) capacity in sentence-level semantic annotation of legal texts in zero-shot learning settings. Yet, this particular type of use could unlock many practical applications (e.g., in contract review) and research opportunities (e.g., in empirical legal studies). We fill the gap with this study. We examined if and how successfully the model can semantically annotate small batches of short text snippets (10-50) based exclusively on concise definitions of the semantic types. We found that the GPT model performs surprisingly well in zero-shot settings on diverse types of documents (F1=.73 on a task involving court opinions, .86 for contracts, and .54 for statutes and regulations). These findings can be leveraged by legal scholars and practicing lawyers alike to guide their decisions in integrating LLMs in wide range of workflows involving semantic annotation of legal texts.