Goto

Collaborating Authors

 Diagnosis


Synthetic Sampling for Multi-Class Malignancy Prediction

arXiv.org Machine Learning

We explore several oversampling techniques for an imbalanced multi-label classification problem, a setting often encountered when developing models for Computer-Aided Diagnosis (CADx) systems. While most CADx systems aim to optimize classifiers for overall accuracy without considering the relative distribution of each class, we look into using synthetic sampling to increase per-class performance when predicting the degree of malignancy. Using low-level image features and a random forest classifier, we show that using synthetic oversampling techniques increases the sensitivity of the minority classes by an average of 7.22% points, with as much as a 19.88% point increase in sensitivity for a particular minority class. Furthermore, the analysis of low-level image feature distributions for the synthetic nodules reveals that these nodules can provide insights on how to preprocess image data for better classification performance or how to supplement the original datasets when more data acquisition is feasible.


Feature Selection for Unsupervised Domain Adaptation using Optimal Transport

arXiv.org Machine Learning

In this paper, we propose a new feature selection method for unsupervised domain adaptation based on the emerging optimal transportation theory. We build upon a recent theoretical analysis of optimal transport in domain adaptation and show that it can directly suggest a feature selection procedure leveraging the shift between the domains. Based on this, we propose a novel algorithm that aims to sort features by their similarity across the source and target domains, where the order is obtained by analyzing the coupling matrix representing the solution of the proposed optimal transportation problem. We evaluate our method on a well-known benchmark data set and illustrate its capability of selecting correlated features leading to better classification performances. Furthermore, we show that the proposed algorithm can be used as a pre-processing step for existing domain adaptation techniques ensuring an important speed-up in terms of the computational time while maintaining comparable results. Finally, we validate our algorithm on clinical imaging databases for computer-aided diagnosis task with promising results.


A comparative study of artificial intelligence and human doctors for the purpose of triage and diagnosis

arXiv.org Artificial Intelligence

Online symptom checkers have significant potential to improve patient care, however their reliability and accuracy remain variable. We hypothesised that an artificial intelligence (AI) powered triage and diagnostic system would compare favourably with human doctors with respect to triage and diagnostic accuracy. We performed a prospective validation study of the accuracy and safety of an AI powered triage and diagnostic system. Identical cases were evaluated by both an AI system and human doctors. Differential diagnoses and triage outcomes were evaluated by an independent judge, who was blinded from knowing the source (AI system or human doctor) of the outcomes. Independently of these cases, vignettes from publicly available resources were also assessed to provide a benchmark to previous studies and the diagnostic component of the MRCGP exam. Overall we found that the Babylon AI powered Triage and Diagnostic System was able to identify the condition modelled by a clinical vignette with accuracy comparable to human doctors (in terms of precision and recall). In addition, we found that the triage advice recommended by the AI System was, on average, safer than that of human doctors, when compared to the ranges of acceptable triage provided by independent expert judges, with only a minimal reduction in appropriateness.


$1B Radar System to Detect Missile Threats Planned for Oahu

U.S. News

Agency officials say the radar will have a block-like shape with a face estimated to be up to 80 feet (24 meters) tall and up to 50 feet (15 meters) wide. The radar will identify, track and classify long-range missile threats in the midcourse of flight. Maintenance and support facilities are also planned for the site.


2018 World Cup Predictions using decision trees

#artificialintelligence

In this study, we predict the outcome of the football matches in the FIFA World Cup 2018 to be held in Russia this summer. We do this using classification models over a dataset of historic football results that includes attributes from the playing teams by rating them in attack, midfield, defence, aggression, pressure, chance creation and building ability. This last training data was a result of merging international matches results with AE games ratings of the teams considering the timeline of the matches with their respective statistics. Final predictions show the four countries with the most chances of getting to the semifinals as France, Brazil, Spain and Germany while giving Spain as the winner. The objective of this study is to build a predictive model that will allow us to make good predictions for the coming World Cup 2018 so we looked for dataset with historic data for match results, for this purpose we chose a dataset from Kaggle with data of almost 40,000 international matches played between 1872 and 2018.


Oklahoma Prison Water Tower Empties After Break Repaired

U.S. News

The Oklahoma Department of Corrections said Monday that crews are working to find the cause of the problem at the Oklahoma State Reformatory in Granite while two, 1,000 gallon water tanks are being used to provide water.


Decision Trees for Classification: A Machine Learning Algorithm Xoriant Blog

#artificialintelligence

Decision Trees are a type of Supervised Machine Learning (that is you explain what the input is and what the corresponding output is in the training data) where the data is continuously split according to a certain parameter. The tree can be explained by two entities, namely decision nodes and leaves. The leaves are the decisions or the final outcomes. And the decision nodes are where the data is split. An example of a decision tree can be explained using above binary tree.


Using Decision Trees to Identify White Nationalists

#artificialintelligence

Simple yet effective, they are easily visualized, intuitively understood, and a great place to start when trying to understand what this artificial intelligence stuff is all about. Right now, out in the real-world, decision trees are being used to predict which customers will default on a loan, which credit card transactions are fraudulent, and which stocks are a good buy this week. This technology is already embedded all around us. Smart corporations have already been using this stuff for years, and now government is getting in on the action. As these systems become more sophisticated, and more embedded in every aspect of our daily lives, being an informed citizen means having at least a basic understanding of this stuff.


NHS collaborates with VisualDX

#artificialintelligence

Six clinical commissioning groups (CCGs) across south east London will soon be able to access VisualDX's AI-powered visual diagnostic tool, as per terms of a deal between the NHS and the healthcare software company. The move, which focuses on enhancing diagnostic accuracy and aiding therapeutic decisions and diagnosis, marks a first for VisualDX, as it launches its first foothold into the UK's National Health Service (NHS). Art Papier, chief executive officer of VisualDX, said: "This agreement with NHS CCGs in South East London helps patients and clinicians alike to share in the decision-making process to optimise patient-centred outcomes in the pursuit of clinical excellence." According to the ECRI Institute, misdiagnoses took the top spot for safety concern among patients. While the cause for each misdiagnosis varies, VisualDX has build a library of more than 41,000 peer-reviewed medical images to help physicians, especially generalists, to make better informed diagnoses by allowing direct imagery comparison and offering diagnostic possibilities.


Pooling of Causal Models under Counterfactual Fairness via Causal Judgement Aggregation

arXiv.org Artificial Intelligence

In this paper we consider the problem of combining multiple probabilistic causal models, provided by different experts, under the requirement that the aggregated model satisfy the criterion of counterfactual fairness. We build upon the work on causal models and fairness in machine learning, and we express the problem of combining multiple models within the framework of opinion pooling. We propose two simple algorithms, grounded in the theory of counterfactual fairness and causal judgment aggregation, that are guaranteed to generate aggregated probabilistic causal models respecting the criterion of fairness, and we compare their behaviors on a toy case study.