Goto

Collaborating Authors

 Media


Facebook reveals it will use AI to fact-check photos and videos for fake news

Daily Mail - Science & tech

Facebook is expanding its fake news spotting systems to include photos and videos as part of its ongoing battle to halt the spread of misinformation on its service. Following successful trials in France, India, and Mexico, the company said it will now roll-out the system in 17 countries worldwide in a bid to staunch what it has branded'misinformation in these new visual formats.' The Artificial Intelligence (AI) system feeds potentially fake content to human fact-checkers, who use visual verification techniques such as reverse image searching and analysing image metadata to check the veracity of photos and videos. Previously, the company's efforts to tackle misinformation had been focused on rooting out false articles and webpage links. Russian agents and other malicious groups seeking to influence democratic elections in the US and elsewhere have repeatedly used images and video.


Preparing for our posthuman future of artificial intelligence

#artificialintelligence

What will happen as we enter the era of human augmentation, artificial intelligence and government-by-algorithm? James Barrat, author of Our Final Invention, said: "Coexisting safely and ethically with intelligent machines is the central challenge of the twenty-first century." A lot of folks are earnestly exploring the topic. "Will scientists soon be able to create supercomputers that can read a newspaper with understanding, or write a news story, or create novels, or even formulate laws?" asks J. Storrs Hall in Beyond AI: Creating the Conscience of the Machine (2007). "And if machine intelligence advances beyond human intelligence, will we need to start talking about a computer's intentions?" Sharing this concern, SpaceX/Tesla entrepreneur Elon Musk has joined with Y Combinator founder Sam Altman to establish OpenAI, an endeavor that aims to keep artificial intelligence research -- and its products -- accountable by maximizing transparency and openness. Among the most-worried is Swiss author Gerd Leonhard, whose new book Technology Vs. Humanity: The Coming Clash Between Man and Machine, coins an interesting term, "androrithm," to contrast with the algorithms that are implemented in every digital calculating engine or computer. Some foresee algorithms ruling the world with the inexorable automaticity of reflex, and Leonhard asks: "Will we live in a world where data and algorithms triumph over androrithms…i.e., all that stuff that makes us human?"


US lawmakers are concerned about deepfake technology

Engadget

Three US Representatives have sent a letter to the Director of National Intelligence asking for a report on deepfake technology, how it could be used to harm the US and any countermeasures that can be taken to detect and deter nefarious use of the technology. While deepfakes gained notoriety when Reddit users began swapping celebrity faces onto porn stars, the potential for the technology's use in misinformation campaigns has generated a fair amount of concern. "Forged videos, images or audio could be used to target individuals for blackmail or for other nefarious purposes," the lawmakers said in their letter. The added, "Of greater concern for national security, they could also be used by foreign or domestic actors to spread misinformation. As deep fake technology becomes more advanced and more accessible, it could pose a threat to United States public discourse and national security, with broad and concerning implications for offensive active measures campaigns targeting the United States."


Dual Memory Network Model for Biased Product Review Classification

arXiv.org Artificial Intelligence

In sentiment analysis (SA) of product reviews, both user and product information are proven to be useful. Current tasks handle user profile and product information in a unified model which may not be able to learn salient features of users and products effectively. In this work, we propose a dual user and product memory network (DUPMN) model to learn user profiles and product reviews using separate memory networks. Then, the two representations are used jointly for sentiment prediction. The use of separate models aims to capture user profiles and product information more effectively. Compared to state-of-the-art unified prediction models, the evaluations on three benchmark datasets, IMDB, Yelp13, and Yelp14, show that our dual learning model gives performance gain of 0.6%, 1.2%, and 0.9%, respectively. The improvements are also deemed very significant measured by p-values.


Incorporating Behavioral Constraints in Online AI Systems

arXiv.org Artificial Intelligence

AI systems that learn through reward feedback about the actions they take are increasingly deployed in domains that have significant impact on our daily life. However, in many cases the online rewards should not be the only guiding criteria, as there are additional constraints and/or priorities imposed by regulations, values, preferences, or ethical principles. We detail a novel online agent that learns a set of behavioral constraints by observation and uses these learned constraints as a guide when making decisions in an online setting while still being reactive to reward feedback. To define this agent, we propose to adopt a novel extension to the classical contextual multi-armed bandit setting and we provide a new algorithm called Behavior Constrained Thompson Sampling (BCTS) that allows for online learning while obeying exogenous constraints. Our agent learns a constrained policy that implements the observed behavioral constraints demonstrated by a teacher agent, and then uses this constrained policy to guide the reward-based online exploration and exploitation. We characterize the upper bound on the expected regret of the contextual bandit algorithm that underlies our agent and provide a case study with real world data in two application domains. Our experiments show that the designed agent is able to act within the set of behavior constraints without significantly degrading its overall reward performance.


A Multi-Stage Algorithm for Acoustic Physical Model Parameters Estimation

arXiv.org Machine Learning

One of the challenges in computational acoustics is the identification of models that can simulate and predict the physical behavior of a system generating an acoustic signal. Whenever such models are used for commercial applications an additional constraint is the time-to-market, making automation of the sound design process desirable. In previous works, a computational sound design approach has been proposed for the parameter estimation problem involving timbre matching by deep learning, which was applied to the synthesis of pipe organ tones. In this work we refine previous results by introducing the former approach in a multi-stage algorithm that also adds heuristics and a stochastic optimization method operating on objective cost functions based on psychoacoustics. The optimization method shows to be able to refine the first estimate given by the deep learning approach and substantially improve the objective metrics, with the additional benefit of reducing the sound design process time. Subjective listening tests are also conducted to gather additional insights on the results.


Extending Neural Generative Conversational Model using External Knowledge Sources

arXiv.org Artificial Intelligence

The use of connectionist approaches in conversational agents has been progressing rapidly due to the availability of large corpora. However current generative dialogue models often lack coherence and are content poor. This work proposes an architecture to incorporate unstructured knowledge sources to enhance the next utterance prediction in chit-chat type of generative dialogue models. We focus on Sequence-to-Sequence (Seq2Seq) conversational agents trained with the Reddit News dataset, and consider incorporating external knowledge from Wikipedia summaries as well as from the NELL knowledge base. Our experiments show faster training time and improved perplexity when leveraging external knowledge.


Training Deep Neural Networks with Different Datasets In-the-wild: The Emotion Recognition Paradigm

arXiv.org Machine Learning

Abstract--A novel procedure is presented in this paper, for training a deep convolutional and recurrent neural network, taking into account both the available training data set and some information extracted from similar networks trained with other relevant data sets. This information is included in an extended loss function used for the network training, so that the network can have an improved performance when applied to the other data sets, without forgetting the learned knowledge from the original data set. Facial expression and emotion recognition in-the-wild is the test bed application that is used to demonstrate the improved performance achieved using the proposed approach. In this framework, we provide an experimental study on categorical emotion recognition using datasets from a very recent related emotion recognition challenge. Index Terms --deep neural network training; classification; clustering internal representations; extended loss function; domain adaptation; transfer learning; emotion recognition in-the- wild; . Many real life problems are represented by a variety of data sets which may possess different characteristics. In such cases learning to classify correctly one data set does not generalize well in the other sets.


An Improved Relative Self-Attention Mechanism for Transformer with Application to Music Generation

arXiv.org Machine Learning

Music relies heavily on self-reference to build structure and meaning. We explore the Transformer architecture (Vaswani et al., 2017) as a generative model for music, as self-attention has shown compelling results on tasks that require long-term structure such as Wikipedia summary generation (Liu et al, 2018). However, timing information is critical for polyphonic music, and Transformer does not explicitly model absolute or relative timing in its structure. To address this challenge, Shaw et al. (2018) introduced relative position representations to self-attention to improve machine translation. However, the formulation was not scalable to longer sequences. We propose an improved formulation which reduces the memory requirements of the relative position computation from $O(l^2d)$ to $O(ld)$, making it possible to train much longer sequences and achieve faster convergence. In experiments on symbolic music we find that relative self-attention substantially improves sample quality for unconditioned generation and is able to generate sequences of lengths longer than those from the training set. When primed with an initial sequence, the model generates continuations that develop the prime coherently and exhibit long-term structure. Relative self-attention can be instrumental in capturing richer relationships within a musical piece.


End-to-end Audiovisual Speech Activity Detection with Bimodal Recurrent Neural Models

arXiv.org Artificial Intelligence

Speech activity detection (SAD) plays an important role in current speech processing systems, including automatic speech recognition (ASR). SAD is particularly difficult in environments with acoustic noise. A practical solution is to incorporate visual information, increasing the robustness of the SAD approach. An audiovisual system has the advantage of being robust to different speech modes (e.g., whisper speech) or background noise. Recent advances in audiovisual speech processing using deep learning have opened opportunities to capture in a principled way the temporal relationships between acoustic and visual features. This study explores this idea proposing a \emph{bimodal recurrent neural network} (BRNN) framework for SAD. The approach models the temporal dynamic of the sequential audiovisual data, improving the accuracy and robustness of the proposed SAD system. Instead of estimating hand-crafted features, the study investigates an end-to-end training approach, where acoustic and visual features are directly learned from the raw data during training. The experimental evaluation considers a large audiovisual corpus with over 60.8 hours of recordings, collected from 105 speakers. The results demonstrate that the proposed framework leads to absolute improvements up to 1.2% under practical scenarios over a VAD baseline using only audio implemented with deep neural network (DNN). The proposed approach achieves 92.7% F1-score when it is evaluated using the sensors from a portable tablet under noisy acoustic environment, which is only 1.0% lower than the performance obtained under ideal conditions (e.g., clean speech obtained with a high definition camera and a close-talking microphone).