Goto

Collaborating Authors

 Genre


Artificial Intelligence Set to Transform Insurance Industry but Integration Challenges Remain, According to Accenture Report

#artificialintelligence

Artificial Intelligence Set to Transform Insurance Industry but Integration Challenges Remain, According to Accenture Report Insurers are investing in AI technology to enhance the customer experience, empower their own people NEW YORK; Apr. 19, 2017 – Insurance executives believe that artificial intelligence (AI) will significantly transform their industry in the next three years, with insurers investing in AI to empower agents, brokers and employees to enhance the customer experience with automated personalized services, faster claims handling and individual risk-based underwriting processes, according to Accenture's Technology Vision for Insurance 2017. At the same time, however, the report found that insurers face challenges integrating AI into their existing technology, citing issues such as data quality, privacy and infrastructure compatibility. Titled "Technology for People," the report is based on the insights of a technology advisory board, interviews with industry technologists and a survey of more than 550 insurance executives across 31 countries. According to the report, three-quarters (75 percent) of insurance executives believe that AI will either significantly alter or completely transform the overall insurance industry in the next three years. One-third (32 percent) believe that their own company will be "completely transformed" by AI within that timeframe, and an additional 39 percent believe that AI will "significantly change" their company.


What Does It Mean to Prepare Students for a Future With Artificial Intelligence? (EdSurge News)

#artificialintelligence

Last year, in the height of the election season, the Obama administration quietly released a national strategic plan for artificial intelligence (AI) research and development. The plan was the beginning of a national effort to prepare Americans for a future with AI--a future some computer scientist believe our nation is ill-equipped to handle. AI has become a part of the American fabric for some time. Siri and Alexa are already taking orders, self-driving cars have hit some streets, and the concept of interconnectivity is now a reality through the Internet of Things. But experts assert that in order for the society to fully embrace AI, learning machines should not replace human workers, but complement them.


You Don't Need To Be A Data Scientist To Implement AI With Bonsai

#artificialintelligence

The architect defines the high-level mental model of the system which will eventually translate to the right algorithm. The instructor ensures that the system learns from existing data sources or simulated datasets. It creates an execution plan to make sure that the outcome defined by the architect can be achieved with higher accuracy. The learner component is responsible for carrying out the actual execution of the low level, underlying artificial intelligence algorithms. It takes the inputs from the instructor to define the parameters of the learning algorithm and evaluating the performance. Finally, the predictor is deployed in production to deal with live data points. The best thing about Bonsai's approach is its emphasis on business outcome rather than the technology. The platform exposes a high-level, domain-specific language called Inkling, which can be used to declare the concepts (what you want to teach the AI), and curriculum (how you want to teach the concepts) necessary to train the BRAIN.


Event-Triggered Algorithms for Leader-Follower Consensus of Networked Euler-Lagrange Agents

arXiv.org Artificial Intelligence

This paper proposes three different distributed event-triggered control algorithms to achieve leader-follower consensus for a network of Euler-Lagrange agents. We firstly propose two model-independent algorithms for a subclass of Euler-Lagrange agents without the vector of gravitational potential forces. By model-independent, we mean that each agent can execute its algorithm with no knowledge of the agent self-dynamics. A variable-gain algorithm is employed when the sensing graph is undirected; algorithm parameters are selected in a fully distributed manner with much greater flexibility compared to all previous work concerning event-triggered consensus problems. When the sensing graph is directed, a constant-gain algorithm is employed. The control gains must be centrally designed to exceed several lower bounding inequalities which require limited knowledge of bounds on the matrices describing the agent dynamics, bounds on network topology information and bounds on the initial conditions. When the Euler-Lagrange agents have dynamics which include the vector of gravitational potential forces, an adaptive algorithm is proposed which requires more information about the agent dynamics but can estimate uncertain agent parameters. For each algorithm, a trigger function is proposed to govern the event update times. At each event, the controller is updated, which ensures that the control input is piecewise constant and saves energy resources. We analyse each controllers and trigger function and exclude Zeno behaviour. Extensive simulations show 1) the advantages of our proposed trigger function as compared to those in existing literature, and 2) the effectiveness of our proposed controllers.


Instrument-Armed Bandits

arXiv.org Machine Learning

We extend the classic multi-armed bandit (MAB) model to the setting of noncompliance, where the arm pull is a mere instrument and the treatment applied may differ from it, which gives rise to the instrument-armed bandit (IAB) problem. The IAB setting is relevant whenever the experimental units are human since free will, ethics, and the law may prohibit unrestricted or forced application of treatment. In particular, the setting is relevant in bandit models of dynamic clinical trials and other controlled trials on human interventions. Nonetheless, the setting has not been fully investigate in the bandit literature. We show that there are various and divergent notions of regret in this setting, all of which coincide only in the classic MAB setting. We characterize the behavior of these regrets and analyze standard MAB algorithms. We argue for a particular kind of regret that captures the causal effect of treatments but show that standard MAB algorithms cannot achieve sublinear control on this regret. Instead, we develop new algorithms for the IAB problem, prove new regret bounds for them, and compare them to standard MAB algorithms in numerical examples.


Stochastic Recursive Gradient Algorithm for Nonconvex Optimization

arXiv.org Machine Learning

In this paper, we study and analyze the mini-batch version of StochAstic Recursive grAdient algoritHm (SARAH), a method employing the stochastic recursive gradient, for solving empirical loss minimization for the case of nonconvex losses. We provide a sublinear convergence rate (to stationary points) for general nonconvex functions and a linear convergence rate for gradient dominated functions, both of which have some advantages compared to other modern stochastic gradient algorithms for nonconvex losses.


Kernel-based Reconstruction of Space-time Functions on Dynamic Graphs

arXiv.org Machine Learning

Graph-based methods pervade the inference toolkits of numerous disciplines including sociology, biology, neuroscience, physics, chemistry, and engineering. A challenging problem encountered in this context pertains to determining the attributes of a set of vertices given those of another subset at possibly different time instants. Leveraging spatiotemporal dynamics can drastically reduce the number of observed vertices, and hence the cost of sampling. Alleviating the limited flexibility of existing approaches, the present paper broadens the existing kernel-based graph function reconstruction framework to accommodate time-evolving functions over possibly time-evolving topologies. This approach inherits the versatility and generality of kernel-based methods, for which no knowledge on distributions or second-order statistics is required. Systematic guidelines are provided to construct two families of space-time kernels with complementary strengths. The first facilitates judicious control of regularization on a space-time frequency plane, whereas the second can afford time-varying topologies. Batch and online estimators are also put forth, and a novel kernel Kalman filter is developed to obtain these estimates at affordable computational cost. Numerical tests with real data sets corroborate the merits of the proposed methods relative to competing alternatives.


Demystifying ResNet

arXiv.org Machine Learning

The Residual Network (ResNet), proposed in He et al. (2015), utilized shortcut connections to significantly reduce the difficulty of training, which resulted in great performance boosts in terms of both training and generalization error. It was empirically observed in He et al. (2015) that stacking more layers of residual blocks with shortcut 2 results in smaller training error, while it is not true for shortcut of length 1 or 3. We provide a theoretical explanation for the uniqueness of shortcut 2. We show that with or without nonlinearities, by adding shortcuts that have depth two, the condition number of the Hessian of the loss function at the zero initial point is depth-invariant, which makes training very deep models no more difficult than shallow ones. Shortcuts of higher depth result in an extremely flat (high-order) stationary point initially, from which the optimization algorithm is hard to escape. The shortcut 1, however, is essentially equivalent to no shortcuts, which has a condition number exploding to infinity as the number of layers grows. We further argue that as the number of layers tends to infinity, it suffices to only look at the loss function at the zero initial point. Extensive experiments are provided accompanying our theoretical results. We show that initializing the network to small weights with shortcut 2 achieves significantly better results than random Gaussian (Xavier) initialization, orthogonal initialization, and shortcuts of deeper depth, from various perspectives ranging from final loss, learning dynamics and stability, to the behavior of the Hessian along the learning process.


Balanced Policy Evaluation and Learning

arXiv.org Machine Learning

We present a new approach to the problems of evaluating and learning personalized decision policies from observational data of past contexts, decisions, and outcomes. Only the outcome of the enacted decision is available and the historical policy is unknown. These problems arise in personalized medicine using electronic health records and in internet advertising. Existing approaches use inverse propensity weighting (or, doubly robust versions) to make historical outcome (or, residual) data look like it were generated by a new policy being evaluated or learned. But this relies on a plug-in approach that rejects data points with a decision that disagrees with the new policy, leading to high variance estimates and ineffective learning. We propose a new, balance-based approach that too makes the data look like the new policy but does so directly by finding weights that optimize for balance between the weighted data and the target policy in the given, finite sample, which is equivalent to minimizing worst-case or posterior conditional mean square error. Our policy learner proceeds as a two-level optimization problem over policies and weights. We demonstrate that this approach markedly outperforms existing ones both in evaluation and learning, which is unsurprising given the wider support of balance-based weights. We establish extensive theoretical consistency guarantees and regret bounds that support this empirical success.


Forward Thinking: Building Deep Random Forests

arXiv.org Machine Learning

The success of deep neural networks has inspired many to wonder whether other learners could benefit from deep, layered architectures. We present a general framework called forward thinking for deep learning that generalizes the architectural flexibility and sophistication of deep neural networks while also allowing for (i) different types of learning functions in the network, other than neurons, and (ii) the ability to adaptively deepen the network as needed to improve results. This is done by training one layer at a time, and once a layer is trained, the input data are mapped forward through the layer to create a new learning problem. The process is then repeated, transforming the data through multiple layers, one at a time, rendering a new dataset, which is expected to be better behaved, and on which a final output layer can achieve good performance. In the case where the neurons of deep neural nets are replaced with decision trees, we call the result a Forward Thinking Deep Random Forest (FTDRF). We demonstrate a proof of concept by applying FTDRF on the MNIST dataset. We also provide a general mathematical formulation that allows for other types of deep learning problems to be considered.