Goto

Collaborating Authors

 Africa


Limits of Deepfake Detection: A Robust Estimation Viewpoint

arXiv.org Machine Learning

Deepfake detection is formulated as a hypothesis testing problem to classify an image as genuine or GAN-generated. A robust statistics view of GANs is considered to bound the error probability for various GAN implementations in terms of their performance. The bounds are further simplified using a Euclidean approximation for the low error regime. Lastly, relationships between error probability and epidemic thresholds for spreading processes in networks are established.


PRECOG: PREdiction Conditioned On Goals in Visual Multi-Agent Settings

arXiv.org Machine Learning

For autonomous vehicles (AVs) to behave appropriately on roads populated by human-driven vehicles, they must be able to reason about the uncertain intentions and decisions of other drivers from rich perceptual information. Towards these capabilities, we present a probabilistic forecasting model of future interactions of multiple agents. We perform both standard forecasting and conditional forecasting with respect to the AV's goals. Conditional forecasting reasons about how all agents will likely respond to specific decisions of a controlled agent. We train our model on real and simulated data to forecast vehicle trajectories given past positions and LIDAR. Our evaluation shows that our model is substantially more accurate in multi-agent driving scenarios compared to existing state-of-the-art. Beyond its general ability to perform conditional forecasting queries, we show that our model's predictions of all agents improve when conditioned on knowledge of the AV's intentions, further illustrating its capability to model agent interactions.


A general graph-based framework for top-N recommendation using content, temporal and trust information

arXiv.org Machine Learning

Recommending appropriate items to users is crucial in many e-commerce platforms that contain implicit data as users' browsing, purchasing and streaming history. One common approach consists in selecting the N most relevant items to each user, for a given N, which is called top-N recommendation. To do so, recommender systems rely on various kinds of information, like item and user features, past interest of users for items, browsing history and trust between users. However, they often use only one or two such pieces of information, which limits their performance. In this paper, we design and implement GraFC2T2, a general graph-based framework to easily combine and compare various kinds of side information for top-N recommendation. It encodes content-based features, temporal and trust information into a complex graph, and uses personalized PageRank on this graph to perform recommendation. We conduct experiments on Epinions and Ciao datasets, and compare obtained performances using F1-score, Hit ratio and MAP evaluation metrics, to systems based on matrix factorization and deep learning. This shows that our framework is convenient for such explorations, and that combining different kinds of information indeed improves recommendation in general.


Machine learning can fix how we manage health on a global scale

#artificialintelligence

Harnessing machine learning to improve health is a major ambition for both medical practitioners and the healthcare industry. If the two can join forces on a global scale in 2019, with the right investment and the right approach, AI could propel a revolution to democratise global health and to leapfrog access to health services in low- and middle-income countries. A chronic shortage of human resources is one of the major obstacles to better health and healthcare in many resource-poor settings. When it comes to global health, artificial intelligence offers huge opportunities to fill the gap left by critical healthcare worker shortages, particularly if combined with mobile phone technology. For example, social enterprises such as Peek Vision can use smart-phone based technology to enable healthcare providers to deliver cost-effective and targeted treatment to people with eyesight problems.


Obtaining constructive data for artificial intelligence MEED

#artificialintelligence

The human mind can process only a limited amount of information at any point in time. However, artificial intelligence (AI), which is modelled on natural human intelligence, harnesses the processing power of computers to capture large amounts of data then analyses this information to identify patterns and trends. AI uses machine learning to solve problems and execute tasks with greater speed and accuracy. As computers begin to process more data over a longer period, they continue to learn and adjust their algorithms in a similar way to the human brain. This process is known as'deep learning'.


Artificial Intelligence (AI) in Fintech Global Market Demand, Growth, Opportunities, Analysis of Top Key Player and Forecast to 2024

#artificialintelligence

May 03, 2019 (Heraldkeeper via COMTEX) -- As FinTech applies data and technology to financial services in an effort to address industry challenges, artificial intelligence is essential to FinTech's existence and usage. According to this study, over the next five years the Artificial Intelligence (AI) in Fintechmarket will register a xx% CAGR in terms of revenue, the global market size will reach US$ xx million by 2024, from US$ xx million in 2019. In particular, this report presents the global revenue market share of key companies in Artificial Intelligence (AI) in Fintech business, shared in Chapter 3. This report presents a comprehensive overview, market shares and growth opportunities of Artificial Intelligence (AI) in Fintech market by product type, application, key companies and key regions. This report also splits the market by region: Breakdown data in Chapter 4, 5, 6, 7 and 8. Americas United States Canada Mexico Brazil APAC China Japan Korea Southeast Asia India Australia Europe Germany France UK Italy Russia Spain Middle East & Africa Egypt South Africa Israel Turkey GCC Countries The report also presents the market competition landscape and a corresponding detailed analysis of the major vendor/manufacturers in the market.


Drone Delivers Lifesaving Kidney for Transplant Patient in World First Digital Trends

#artificialintelligence

Drone technology is increasingly proving itself across a variety of industries, including the medical field where the machine's ability to be quickly deployed and move at speed across urban areas for vital deliveries can be a literal lifesaver. In what's believed to be a world first, researchers at the University of Maryland this week announced the successful transportation of a kidney for a woman needing a transplant. "This whole thing is amazing," the unnamed patient said. "Years ago, this was not something that you would think about." Following the successful operation, the 44-year-old Baltimore resident was discharged from hospital on Tuesday.


Robots guarded Buddha's relics in a legend of ancient India

Robohub

By the third century B.C., engineers in Hellenistic Alexandria, in Egypt, were building real mechanical robots and machines. And such science fictions and historical technologies were not unique to Greco-Roman culture. In my recent book "Gods and Robots," I explain that many ancient societies imagined and constructed automatons. Chinese chronicles tell of emperors fooled by realistic androids and describe artificial servants crafted in the second century by the female inventor Huang Yueying. Techno-marvels, such as flying war chariots and animated beings, also appear in Hindu epics. One of the most intriguing stories from India tells how robots once guarded Buddha's relics.


Understanding Unconventional Preprocessors in Deep Convolutional Neural Networks for Face Identification

arXiv.org Machine Learning

Deep networks have achieved huge successes in application domains like object and face recognition. The performance gain is attributed to different facets of the network architecture such as: depth of the convolutional layers, activation function, pooling, batch normalization, forward and back propagation and many more. However, very little emphasis is made on the preprocessors. Therefore, in this paper, the network's preprocessing module is varied across different preprocessing approaches while keeping constant other facets of the network architecture, to investigate the contribution preprocessing makes to the network. Commonly used preprocessors are the data augmentation and normalization and are termed conventional preprocessors. Others are termed the unconventional preprocessors, they are: color space converters; HSV, CIE L*a*b* and YCBCR, grey-level resolution preprocessors; full-based and plane-based image quantization, illumination normalization and insensitive feature preprocessing using: histogram equalization (HE), local contrast normalization (LN) and complete face structural pattern (CFSP). To achieve fixed network parameters, CNNs with transfer learning is employed. Knowledge from the high-level feature vectors of the Inception-V3 network is transferred to offline preprocessed LFW target data; and features trained using the SoftMax classifier for face identification. The experiments show that the discriminative capability of the deep networks can be improved by preprocessing RGB data with HE, full-based and plane-based quantization, rgbGELog, and YCBCR, preprocessors before feeding it to CNNs. However, for best performance, the right setup of preprocessed data with augmentation and/or normalization is required. The plane-based image quantization is found to increase the homogeneity of neighborhood pixels and utilizes reduced bit depth for better storage efficiency.


Human Activity Recognition Using Visual Object Detection

arXiv.org Machine Learning

Visual Human Activity Recognition (HAR) and data fusion with other sensors can help us at tracking the behavior and activity of underground miners with little obstruction. Existing models, such as Single Shot Detector (SSD), trained on the Common Objects in Context (COCO) dataset is used in this paper to detect the current state of a miner, such as an injured miner vs a non-injured miner. Tensorflow is used for the abstraction layer of implementing machine learning algorithms, and although it uses Python to deal with nodes and tensors, the actual algorithms run on C++ libraries, providing a good balance between performance and speed of development. The paper further discusses evaluation methods for determining the accuracy of the machine-learning and an approach to increase the accuracy of the detected activity/state of people in a mining environment, by means of data fusion.