Genre
New research shows that Swarm AI makes more ethical decisions than individuals - TechRepublic
With much current discussion of AI fixating on ethical implications--whether AI may eventually "outsmart" or harm us; how we can ensure that AI acts in our best interests--it's worth considering a new approach to AI that keeps humans in the loop: swarm intelligence. UNU, a software platform run by Unanimous A.I., brings groups of people together online to arrive at all kinds of real-time decisions and predictions, ranging from who will win March Madness to the top four horses at the Kentucky Derby. The system has proven remarkably effective at coming up with accurate answers. In fact, it has outperformed experts in a variety of contests--in the 2015 Oscar predictions, for instance, the swarm had a higher than 70% accuracy--New York Times critics, it should be noted, were right 55% of the time. SEE: How'artificial swarm intelligence' uses people to make better predictions than experts But, beyond accuracy, there is another advantage to using the swarm: according to new research, it makes more ethical decisions.
How can I perfom a regression (in the machine learning context) on images? - MATLAB Answers - MATLAB Central
By regression, I mean the derivation of a continuous property of an image (e.g. the mean area of the objects shown on the image) from its pixeldata. I'd like to train the algorithm with several images with known properties, in order to use it to analyze unknown images. From my limited understanding, this should be possible. Nevertheless, I only found examples of image classification or regressions of numerical values. Therefore, I'd be very thankful for hints to examples or tutorials.
AI is nearly as good as humans in detecting breast cancer
The team started training their machine by feeding it hundreds of slides marked to indicate which parts have cancerous cells and which have normal ones. They then identified which types of slides it was having the most trouble with and fed it more difficult samples. Using that method, the AI improved enough to be accurate 92 percent of the time and to win in two separate categories during the contest. It's still no match for human pathologists who are accurate 96 percent of the time, but it's clearly shown great promise. Beck said what's truly exciting is that when they combined pathologists' analysis with their creation's, the results showed 99.5 percent accuracy.
Quantifying and Reducing Stereotypes in Word Embeddings
Bolukbasi, Tolga, Chang, Kai-Wei, Zou, James, Saligrama, Venkatesh, Kalai, Adam
Machine learning algorithms are optimized to model statistical properties of the training data. If the input data reflects stereotypes and biases of the broader society, then the output of the learning algorithm also captures these stereotypes. In this paper, we initiate the study of gender stereotypes in {\em word embedding}, a popular framework to represent text data. As their use becomes increasingly common, applications can inadvertently amplify unwanted stereotypes. We show across multiple datasets that the embeddings contain significant gender stereotypes, especially with regard to professions. We created a novel gender analogy task and combined it with crowdsourcing to systematically quantify the gender bias in a given embedding. We developed an efficient algorithm that reduces gender stereotype using just a handful of training examples while preserving the useful geometric properties of the embedding. We evaluated our algorithm on several metrics. While we focus on male/female stereotypes, our framework may be applicable to other types of embedding biases.
A Probabilistic Generative Grammar for Semantic Parsing
Saparov, Abulhair, Mitchell, Tom M.
We present a framework that couples the syntax and semantics of natural language sentences in a generative model, in order to develop a semantic parser that jointly infers the syntactic, morphological, and semantic representations of a given sentence under the guidance of background knowledge. To generate a sentence in our framework, a semantic statement is first sampled from a prior, such as from a set of beliefs in a knowledge base. Given this semantic statement, a grammar probabilistically generates the output sentence. A joint semantic-syntactic parser is derived that returns the $k$-best semantic and syntactic parses for a given sentence. The semantic prior is flexible, and can be used to incorporate background knowledge during parsing, in ways unlike previous semantic parsing approaches. For example, semantic statements corresponding to beliefs in a knowledge base can be given higher prior probability, type-correct statements can be given somewhat lower probability, and beliefs outside the knowledge base can be given lower probability. The construction of our grammar invokes a novel application of hierarchical Dirichlet processes (HDPs), which in turn, requires a novel and efficient inference approach. We present experimental results showing, for a simple grammar, that our parser outperforms a state-of-the-art CCG semantic parser and scales to knowledge bases with millions of beliefs.
An Empirical Comparison of Sampling Quality Metrics: A Case Study for Bayesian Nonnegative Matrix Factorization
Masood, Arjumand, Pan, Weiwei, Doshi-Velez, Finale
In this work, we empirically explore the question: how can we assess the quality of samples from some target distribution? We assume that the samples are provided by some valid Monte Carlo procedure, so we are guaranteed that the collection of samples will asymptotically approximate the true distribution. Most current evaluation approaches focus on two questions: (1) Has the chain mixed, that is, is it sampling from the distribution? and (2) How independent are the samples (as MCMC procedures produce correlated samples)? Focusing on the case of Bayesian nonnegative matrix factorization, we empirically evaluate standard metrics of sampler quality as well as propose new metrics to capture aspects that these measures fail to expose. The aspect of sampling that is of particular interest to us is the ability (or inability) of sampling methods to move between multiple optima in NMF problems. As a proxy, we propose and study a number of metrics that might quantify the diversity of a set of NMF factorizations obtained by a sampler through quantifying the coverage of the posterior distribution. We compare the performance of a number of standard sampling methods for NMF in terms of these new metrics.
Kernel-based Generative Learning in Distortion Feature Space
Tang, Bo, Baggenstoss, Paul M., He, Haibo
This paper presents a novel kernel-based generative classifier which is defined in a distortion subspace using polynomial series expansion, named Kernel-Distortion (KD) classifier. An iterative kernel selection algorithm is developed to steadily improve classification performance by repeatedly removing and adding kernels. The experimental results on character recognition application not only show that the proposed generative classifier performs better than many existing classifiers, but also illustrate that it has different recognition capability compared to the state-of-the-art discriminative classifier - deep belief network. The recognition diversity indicates that a hybrid combination of the proposed generative classifier and the discriminative classifier could further improve the classification performance. Two hybrid combination methods, cascading and stacking, have been implemented to verify the diversity and the improvement of the proposed classifier. Keywords: Distortion feature space, kernel-based generative classifier, hybrid classification, deep belief nets, character recognition 1. Introduction Learning and inference are two important aspects for any machine learning application.
FSMJ: Feature Selection with Maximum Jensen-Shannon Divergence for Text Categorization
In this paper, we present a new wrapper feature selection approach based on Jensen-Shannon (JS) divergence, termed feature selection with maximum JS-divergence (FSMJ), for text categorization. Unlike most existing feature selection approaches, the proposed FSMJ approach is based on real-valued features which provide more information for discrimination than binary-valued features used in conventional approaches. We show that the FSMJ is a greedy approach and the JS-divergence monotonically increases when more features are selected. We conduct several experiments on real-life data sets, compared with the state-of-the-art feature selection approaches for text categorization. The superior performance of the proposed FSMJ approach demonstrates its effectiveness and further indicates its wide potential applications on data mining.
Complex Embeddings for Simple Link Prediction
Trouillon, Thรฉo, Welbl, Johannes, Riedel, Sebastian, Gaussier, รric, Bouchard, Guillaume
In statistical relational learning, the link prediction problem is key to automatically understand the structure of large knowledge bases. As in previous studies, we propose to solve this problem through latent factorization. However, here we make use of complex valued embeddings. The composition of complex embeddings can handle a large variety of binary relations, among them symmetric and antisymmetric relations. Compared to state-of-the-art models such as Neural Tensor Network and Holographic Embeddings, our approach based on complex embeddings is arguably simpler, as it only uses the Hermitian dot product, the complex counterpart of the standard dot product between real vectors. Our approach is scalable to large datasets as it remains linear in both space and time, while consistently outperforming alternative approaches on standard link prediction benchmarks.
Visualizing textual models with in-text and word-as-pixel highlighting
Handler, Abram, Blodgett, Su Lin, O'Connor, Brendan
We explore two techniques which use color to make sense of statistical text models. One method uses in-text annotations to illustrate a model's view of particular tokens in particular documents. Another uses a high-level, "words-as-pixels" graphic to display an entire corpus. Together, these methods offer both zoomed-in and zoomed-out perspectives into a model's understanding of text. We show how these interconnected methods help diagnose a classifier's poor performance on Twitter slang, and make sense of a topic model on historical political texts.