Goto

Collaborating Authors

 Africa


Affective Computing Market to Witness a Pronounce Growth During 2017 to 2025 – Market Research Sheets

#artificialintelligence

The global affective computing market is envisioned to create high growth prospects on the back of the rising deployment of machine and human interaction technologies. With enabling technologies already making a mark with their adoption in a range of industry verticals, it could be said that the market has started to evolve. Facial feature extraction software collecting a handsome demand in the recent years is expected to augur well for the growth of the deployment of cameras in affective computing systems. Detection of psychological disorders, facial expression recognition for dyslexia, autism, and other disorders in specially-abled children, and various other applications could increase the use of affective computing technology. Life sciences and healthcare are prognosticated to showcase a promising rise in the demand for affective computing.


Fair Bandit Learning with Delayed Impact of Actions

arXiv.org Machine Learning

Algorithmic fairness has been studied mostly in a static setting where the implicit assumptions are that the frequencies of historically made decisions do not impact the problem structure in subsequent future. However, for example, the capability to pay back a loan for people in a certain group might depend on historically how frequently that group has been approved loan applications. If banks keep rejecting loan applications to people in a disadvantaged group, it could create a feedback loop and further damage the chance of getting loans for people in that group. This challenge has been noted in several recent works but is under-explored in a more generic sequential learning setting. In this paper, we formulate this delayed and long-term impact of actions within the context of multi-armed bandits (MAB). We generalize the classical bandit setting to encode the dependency of this action "bias" due to the history of the learning. Our goal is to learn to maximize the collected utilities over time while satisfying fairness constraints imposed over arms' utilities, which again depend on the decision they have received. We propose an algorithm that achieves a regret of $\tilde{\mathcal{O}}(KT^{2/3})$ and show a matching regret lower bound of $\Omega(KT^{2/3})$, where $K$ is the number of arms and $T$ denotes the learning horizon. Our results complement the bandit literature by adding techniques to deal with actions with long-term impacts and have implications in designing fair algorithms.


Coherent Gradients: An Approach to Understanding Generalization in Gradient Descent-based Optimization

arXiv.org Machine Learning

An open question in the Deep Learning community is why neural networks trained with Gradient Descent generalize well on real datasets even though they are capable of fitting random data. We propose an approach to answering this question based on a hypothesis about the dynamics of gradient descent that we call Coherent Gradients: Gradients from similar examples are similar and so the overall gradient is stronger in certain directions where these reinforce each other. Thus changes to the network parameters during training are biased towards those that (locally) simultaneously benefit many examples when such similarity exists. We support this hypothesis with heuristic arguments and perturbative experiments and outline how this can explain several common empirical observations about Deep Learning. Furthermore, our analysis is not just descriptive, but prescriptive. It suggests a natural modification to gradient descent that can greatly reduce overfitting.


LogicGAN: Logic-guided Generative Adversarial Networks

arXiv.org Machine Learning

Generative Adversarial Networks (GANs) are a revolutionary class of Deep Neural Networks (DNNs) that have been successfully used to generate realistic images, music, text, and other data. However, it is well known that GAN training can be notoriously resource-intensive and presents many challenges. Further, a potential weakness in GANs is that discriminator DNNs typically provide only one value (loss) of corrective feedback to generator DNNs (namely, the discriminator's assessment of the generated example). By contrast, we propose a new class of GAN we refer to as LogicGAN, that leverages recent advances in (logic-based) explainable AI (xAI) systems to provide a "richer" form of corrective feedback from discriminators to generators. Specifically, we modify the gradient descent process using xAI systems that specify the reason as to why the discriminator made the classification it did, thus providing the richer corrective feedback that helps the generator to better fool the discriminator. Using our approach, we show that LogicGANs learn much faster on MNIST data, achieving an improvement in data efficiency of 45% in single and 12.73% in multi-class setting over standard GANs while maintaining the same quality as measured by Fr\'echet Inception Distance. Further, we argue that LogicGAN enables users greater control over how models learn than standard GAN systems.


Supervised Deep Similarity Matching

arXiv.org Machine Learning

We propose a novel biologically-plausible solution to the credit assignment problem, being motivated by observations in the ventral visual pathway and trained deep neural networks. In both, representations of objects in the same category become progressively more similar, while objects belonging to different categories becomes less similar. We use this observation to motivate a layer-specific learning goal in a deep network: each layer aims to learn a representational similarity matrix that interpolates between previous and later layers. We formulate this idea using a supervised deep similarity matching cost function and derive from it deep neural networks with feedforward, lateral and feedback connections, and neurons that exhibit biologically-plausible Hebbian and anti-Hebbian plasticity. Supervised deep similarity matching can be interpreted as an energy-based learning algorithm, but with significant differences from others in how a contrastive function is constructed.


Top AI Ted Talks to Watch for Acquiring Better Technology Outlook

#artificialintelligence

In a fast paced world where people desire more in less, Ted Talks are evolving the landscape of learning and spreading education and awareness among people who need it. This platform of education is transforming lectures into interesting interactions consuming less time as several professionals are unable to attend day-long conferences to educate and update themselves. Moreover, in terms of technology or particularly artificial intelligence (AI), the introduction of TED Talks is also beneficial with regard to money owing to its free availability online. Presenters, who are passionate technology experts, take on the stage and speak with such energy and momentum where their enthusiasm contagiously boosts up youngsters. Therefore, here we have brought you the top AI Ted Talks that will elevate your reasoning and education about the technology.


Artificial Intelligence in Security Market May Set New Growth Nvidia, Intel, Xilinx - Chronicles 99

#artificialintelligence

Thanks for reading this article; you can also get individual chapter wise section or region wise report version like North America, Europe or Asia. About Author: HTF Market Report is a wholly owned brand of HTF market Intelligence Consulting Private Limited. HTF Market Report global research and market intelligence consulting organization is uniquely positioned to not only identify growth opportunities but to also empower and inspire you to create visionary growth strategies for futures, enabled by our extraordinary depth and breadth of thought leadership, research, tools, events and experience that assist you for making goals into a reality. Our understanding of the interplay between industry convergence, Mega Trends, technologies and market trends provides our clients with new business models and expansion opportunities. We are focused on identifying the "Accurate Forecast" in every industry we cover so our clients can reap the benefits of being early market entrants and can accomplish their "Goals & Objectives".


How Google used AI to supercharge Maps in 2019

#artificialintelligence

Google Maps celebrated its 15th birthday today by announcing a new milestone: in the last year, the company mapped as many buildings as it did in the previous decade. The service reached this landmark through a two-step process. Firstly, staff worked with Google's data operations team to manually trace common building outlines. They then trained machine learning models to recognize the edges and shapes of buildings. Another recent deployment of machine learning enabled Maps to recognize handwritten building numbers that were so unclear that even a passerby in a car couldn't see them.


Investigating the interaction between gradient-only line searches and different activation functions

arXiv.org Machine Learning

Gradient-only line searches (GOLS) adaptively determine step sizes along search directions for discontinuous loss functions resulting from dynamic mini-batch sub-sampling in neural network training. Step sizes in GOLS are determined by localizing Stochastic Non-Negative Associated Gradient Projection Points (SNN-GPPs) along descent directions. These are identified by a sign change in the directional derivative from negative to positive along a descent direction. Activation functions are a significant component of neural network architectures as they introduce non-linearities essential for complex function approximations. The smoothness and continuity characteristics of the activation functions directly affect the gradient characteristics of the loss function to be optimized. Therefore, it is of interest to investigate the relationship between activation functions and different neural network architectures in the context of GOLS. We find that GOLS are robust for a range of activation functions, but sensitive to the Rectified Linear Unit (ReLU) activation function in standard feedforward architectures. The zero-derivative in ReLU's negative input domain can lead to the gradient-vector becoming sparse, which severely affects training. We show that implementing architectural features such as batch normalization and skip connections can alleviate these difficulties and benefit training with GOLS for all activation functions considered.


Communication-Efficient Edge AI: Algorithms and Systems

arXiv.org Artificial Intelligence

Artificial intelligence (AI) has achieved remarkable breakthroughs in a wide range of fields, ranging from speech processing, image classification to drug discovery. This is driven by the explosive growth of data, advances in machine learning (especially deep learning), and easy access to vastly powerful computing resources. Particularly, the wide scale deployment of edge devices (e.g., IoT devices) generates an unprecedented scale of data, which provides the opportunity to derive accurate models and develop various intelligent applications at the network edge. However, such enormous data cannot all be sent from end devices to the cloud for processing, due to the varying channel quality, traffic congestion and/or privacy concerns. By pushing inference and training processes of AI models to edge nodes, edge AI has emerged as a promising alternative. AI at the edge requires close cooperation among edge devices, such as smart phones and smart vehicles, and edge servers at the wireless access points and base stations, which however result in heavy communication overheads. In this paper, we present a comprehensive survey of the recent developments in various techniques for overcoming these communication challenges. Specifically, we first identify key communication challenges in edge AI systems. We then introduce communication-efficient techniques, from both algorithmic and system perspectives for training and inference tasks at the network edge. Potential future research directions are also highlighted.