Goto

Collaborating Authors

 Energy


Battery Researchers Look to Artificial Intelligence to Slash Recharging Times

#artificialintelligence

The battery sector is turning to artificial intelligence for clues on how to improve recharging rates without increasing the degradation of lithium-ion batteries. Last month, a team from Stanford University, the Massachusetts Institute of Technology and the Toyota Research Institute published findings from battery testing aimed at cutting electric-vehicle charging times down to 10 minutes. The research, published in Nature, revealed how artificial intelligence could speed up the testing process required for novel charging techniques. The researchers wrote a program that predicted how batteries would respond to different charging approaches and was able to cut the testing process from almost two years to 16 days, Stanford reported. The technique was used to evaluate 224 possible high-cycle-life charging processes in just over two weeks, the researchers said.


Multi-target regression via output space quantization

arXiv.org Machine Learning

Multi-target regression is concerned with the prediction of multiple continuous target variables using a shared set of predictors. Two key challenges in multi-target regression are: (a) modelling target dependencies and (b) scalability to large output spaces. In this paper, a new multi-target regression method is proposed that tries to jointly address these challenges via a novel problem transformation approach. The proposed method, called MRQ, is based on the idea of quantizing the output space in order to transform the multiple continuous targets into one or more discrete ones. Learning on the transformed output space naturally enables modeling of target dependencies while the quantization strategy can be flexibly parameterized to control the trade-off between prediction accuracy and computational efficiency. Experiments on a large collection of benchmark datasets show that MRQ is both highly scalable and also competitive with the state-of-the-art in terms of accuracy. In particular, an ensemble version of MRQ obtains the best overall accuracy, while being an order of magnitude faster than the runner up method.


Interpretable machine learning models: a physics-based view

arXiv.org Artificial Intelligence

To understand changes in physical systems and facilitate decisions, explaining how model predictions are made is crucial. We use model-based interpretability, where models of physical systems are constructed by composing basic constructs that explain locally how energy is exchanged and transformed. We use the port Hamiltonian (p-H) formalism to describe the basic constructs that contain physically interpretable processes commonly found in the behavior of physical systems. We describe how we can build models out of the p-H constructs and how we can train them. In addition we show how we can impose physical properties such as dissipativity that ensure numerical stability of the training process. We give examples on how to build and train models for describing the behavior of two physical systems: the inverted pendulum and swarm dynamics. I. Introduction The necessity for interpretability comes from the fact that it is not always enough to train and model and get an answer, but is also important to understand why a particular answer was given. A simple but meaningful definition of model interpretability given in [17] relates this notion to the degree to which a human can understand the cause of a decision. In our case, since we care about models that describe the behavior of physical systems, we change the definition to the degree to which a human can understand the physical processes that cause a prediction. Throughout this paper we focus on physically-interpretable models: models that embed physical laws that explain how energy is transformed and exchanged in the system. A physically-interpretable model facilitates learning and updating the model when something unexpected happens. This update is done by finding an explanation for an unexpected event. For example, an electrical motor unexpectedly overheats and we ask ourselves: "Why is the motor overheating?".


Detecting Fake News in Social Media

Communications of the ACM

In March 2011, the catastrophic accident known as "The Fukushima Daiichi nuclear disaster" took place, initiated by the Tohoku earthquake and tsunami in Japan. The only nuclear accident to receive a Level-7 classification on the International Nuclear Event Scale since the Chernobyl nuclear power plant disaster in 1986, the Fukushima event triggered global concerns and rumors regarding radiation leaks. Among the false rumors was an image, which had been described as a map of radioactive discharge emanating into the Pacific Ocean, as illustrated in the accompanying figure. In fact, this figure, depicting the wave height of the tsunami that followed, still to this date circulates on social media with the inaccurate description. Social media is ideal for spreading rumors, because it lacks censorship.


Artificial Intelligence System Aimed at Preventing Drownings

#artificialintelligence

The Coral system, on the other hand, is passive, meaning it does not need human intervention to activate or deactivate. It watches swimmers on its own, having filtered through millions of images to learn what human heads look like. The machine emits a chirp when a person enters the pool, then learns who that person is so it won't chirp again if they hop out and hop back in. The system also connects to mobile devices, which will sound should the alarm get triggered. In the indoor YMCA's case, officials charge its back-up battery every few days.


Towards Automatic Bayesian Optimization: A first step involving acquisition functions

arXiv.org Artificial Intelligence

Bayesian Optimization is the state of the art technique for the optimization of black boxes, i.e., functions where we do not have access to their analytical expression nor its gradients, they are expensive to evaluate and its evaluation is noisy. The most popular application of bayesian optimization is the automatic hyperparameter tuning of machine learning algorithms, where we obtain the best configuration of machine learning algorithms by optimizing the estimation of the generalization error of these algorithms. Despite being applied with success, bayesian optimization methodologies also have hyperparameters that need to be configured such as the probabilistic surrogate model or the acquisition function used. A bad decision over the configuration of these hyperparameters implies obtaining bad quality results. Typically, these hyperparameters are tuned by making assumptions of the objective function that we want to evaluate but there are scenarios where we do not have any prior information about the objective function. In this paper, we propose a first attempt over automatic bayesian optimization by exploring several heuristics that automatically tune the acquisition function of bayesian optimization. We illustrate the effectiveness of these heurisitcs in a set of benchmark problems and a hyperparameter tuning problem of a machine learning algorithm.


2020 Innovations in Renewable Energy Generation, Desalination, Artificial Intelligence, LEDs and Vaccines - ResearchAndMarkets.com

#artificialintelligence

The "Innovations in Renewable Energy Generation, Desalination, Artificial Intelligence, LEDs, and Vaccines" report has been added to ResearchAndMarkets.com's offering. This edition of the Inside R&D TechVision Opportunity Engine (TOE) features an innovation for enhancing digital imaging in deep learning and an innovation based on using novel receptors for mitigating vector borne diseases. The TOE also provides intelligence on the efficient conversion of carbon dioxide in to value added products and the use of passive solar power for desalination. The TOE also features innovations based on the use of sustainable materials for oil water separation and environment friendly materials that can be used in the construction industry. The TOE additionally provides insights on numerous AI-based solutions for detection of cyber attacks, accurate assessment of diseases, and for the improvement of haptic feedback during telerobotic surgeries.


EchoNous, Inc. Announces CE Mark Approval for Its Healthcare AI KOSMOS Platform

#artificialintelligence

The KOSMOS platform employs multiple layers of applied deep learning โ€ฆ clinical value through the meaningful application of artificial intelligence.


Predicting Real-Time Locational Marginal Prices: A GAN-Based Video Prediction Approach

arXiv.org Machine Learning

In this paper, we propose an unsupervised data-driven approach to predict real-time locational marginal prices (RTLMPs). The proposed approach is built upon a general data structure for organizing system-wide heterogeneous market data streams into the format of market data images and videos. Leveraging this general data structure, the system-wide RTLMP prediction problem is formulated as a video prediction problem. A video prediction model based on generative adversarial networks (GAN) is proposed to learn the spatio-temporal correlations among historical RTLMPs and predict system-wide RTLMPs for the next hour. An autoregressive moving average (ARMA) calibration method is adopted to improve the prediction accuracy. The proposed RTLMP prediction method takes public market data as inputs, without requiring any confidential information on system topology, model parameters, or market operating details. Case studies using public market data from ISO New England (ISO-NE) and Southwest Power Pool (SPP) demonstrate that the proposed method is able to learn spatio-temporal correlations among RTLMPs and perform accurate RTLMP prediction.


aphBO-2GP-3B: A budgeted asynchronously-parallel multi-acquisition for known/unknown constrained Bayesian optimization on high-performing computing architecture

arXiv.org Machine Learning

High-fidelity complex engineering simulations are highly predictive, but also computationally expensive and often require substantial computational efforts. The mitigation of computational burden is usually enabled through parallelism in high-performance cluster (HPC) architecture. In this paper, an asynchronous constrained batch-parallel Bayesian optimization method is proposed to efficiently solve the computationally-expensive simulation-based optimization problems on the HPC platform, with a budgeted computational resource, where the maximum number of simulations is a constant. The advantages of this method are three-fold. First, the efficiency of the Bayesian optimization is improved, where multiple input locations are evaluated massively parallel in an asynchronous manner to accelerate the optimization convergence with respect to physical runtime. This efficiency feature is further improved so that when each of the inputs is finished, another input is queried without waiting for the whole batch to complete. Second, the method can handle both known and unknown constraints. Third, the proposed method considers several acquisition functions at the same time and sample based on an evolving probability mass distribution function using GP-Hedge scheme, where parameters are corresponding to the performance of each acquisition function. The proposed framework is termed aphBO-2GP-3B, which corresponds to asynchronous parallel hedge Bayesian optimization with two Gaussian processes and three batches. The aphBO-2GP-3B framework is demonstrated using two high-fidelity expensive industrial applications, where the first one is based on finite element analysis (FEA) and the second one is based on computational fluid dynamics (CFD) simulations.