Energy
PV Powershed to charge robotic lawnmowers – IAM Network
Solar Alliance Energy has launched a photovoltaic charging station for robotic lawnmowers. The Powershed system allows users to cut the cord and place a robotic mower anywhere the sun shines, the company said. Solar Alliance developed the design in cooperation with a researcher from the University of Tennessee and a provisional patent application has been filed with the US Patent office. The first Powershed unit has been installed at the University of Tennessee and is currently operating. Solar Alliance said the unit is designed to meet demand through a scalable production model and will initially be offered through commercial distribution partners and direct sales.
Are these the edge-case trends of AI in 2020? - Tech Wire Asia
Artificial intelligence (AI) continues to hold its title as the top buzzword of enterprise tech, but its appeal is well-founded. We now seem to be shifting from the era of businesses simply talking about AI, to actually getting hands-on, exploring the ways it can be used to tackle real-world challenges. AI is increasingly providing a solution to problems old and new, then again, while the technology is proving itself incredibly powerful, not all of its potential is necessarily positive. Here, we explore some of the more edge-case applications of AI taking place this year. Advances in deep-learning and AI continue to make deepfakes more realistic.
Green AI: How can AI solve sustainability challenges
Now is a particularly opportune time to drive towards this goal. As the world moves towards a COVID-19 post-pandemic recovery, the UN has called on governments to heed the "unprecedented wake-up call" and "build back better" by creating more sustainable, resilient and inclusive societies. There are two approaches to Green AI – using AI to solve sustainability challenges and using AI in a more sustainable way. How can AI solve sustainability challenges? Delivering societal and environmental well-being through AI are key strategic considerations of the European Commission, who acknowledge that "AI systems promise to help [tackle] the most pressing concerns, including climate change and environmental degradation".
SUNRISE: A Simple Unified Framework for Ensemble Learning in Deep Reinforcement Learning
Lee, Kimin, Laskin, Michael, Srinivas, Aravind, Abbeel, Pieter
Model-free deep reinforcement learning (RL) has been successful in a range of challenging domains. However, there are some remaining issues, such as stabilizing the optimization of nonlinear function approximators, preventing error propagation due to the Bellman backup in Q-learning, and efficient exploration. To mitigate these issues, we present SUNRISE, a simple unified ensemble method, which is compatible with various off-policy RL algorithms. SUNRISE integrates three key ingredients: (a) bootstrap with random initialization which improves the stability of the learning process by training a diverse ensemble of agents, (b) weighted Bellman backups, which prevent error propagation in Q-learning by reweighing sample transitions based on uncertainty estimates from the ensembles, and (c) an inference method that selects actions using highest upper-confidence bounds for efficient exploration. Our experiments show that SUNRISE significantly improves the performance of existing off-policy RL algorithms, such as Soft Actor-Critic and Rainbow DQN, for both continuous and discrete control tasks on both low-dimensional and high-dimensional environments. Our training code is available at https://github.com/pokaxpoka/sunrise.
Exploring the edge cases of artificial intelligence in 2020 - TechHQ
Artificial intelligence (AI) is at the top of the buzzword bingo reel in the world of tech, and for good reason. We're seemingly shifting from the era of businesses (and the public) talking about AI and marvelling at its mysterious power, to wondering how it can be used to best tackle real-world challenges day to day. That said, with the fine-tuning of the technology comes increasing attempts to exploit some of its frailties. So just how will the world harness, advance and protect AI technology within the year to come? Here are few of the more edge-case applications of AI taking place.
AI Fueling The Oil And Gas Industry: Interview With Tim Custer At Apache
In industries where data is key to gaining competitive advantage, artificial intelligence and machine learning have become necessities. This is most definitely the case in the oil and gas industries that ebb and flow over time as market demand waxes and wanes for critical resources we've come to depend on. After taking the role of land manager for the past ten years, Custer has shared how tied to real estate and traditional non-energy businesses the oil and gas sector is, and the role that machine learning and AI is playing to greatly change the way that the energy industry deals with documents. According to Custer, AI and machine learning are extracting valuable data from unstructured data. The oil and gas industry is particularly dependent on an intricate set of processes and document-centric needs for land leases.
Machine Learning: Heavy Industries Applications - Smart Artificial Intelligence
If you ask in the geek atmosphere, it's very easy to get examples of how Machine Learning is applied in the tech industry. You will get answers like product recommendations, spam filtering, online fraud detections, computer vision, and many others. However, if you ask the same question about the applications in heavy industries, they definitely have to think about it a little bit to give you an answer. In addition, we all know Artificial Intelligence and Machine Learning algorithms are everywhere, we are using them while we use Netflix, Apple's Siri, Amazon's Alexa, Google's Waze, or the weather forecasting app. Therefore, in this article I am going to cover several applications of Artificial Intelligence for heavy industries, in each part, I will also give you examples of actual AI companies delivering that kind of machine learning products.
MOReL : Model-Based Offline Reinforcement Learning
Kidambi, Rahul, Rajeswaran, Aravind, Netrapalli, Praneeth, Joachims, Thorsten
In offline reinforcement learning (RL), the goal is to learn a highly rewarding policy based solely on a dataset of historical interactions with the environment. The ability to train RL policies offline can greatly expand the applicability of RL, its data efficiency, and its experimental velocity. Prior work in offline RL has been confined almost exclusively to model-free RL approaches. In this work, we present MOReL, an algorithmic framework for model-based offline RL. This framework consists of two steps: (a) learning a pessimistic MDP (P-MDP) using the offline dataset; and (b) learning a near-optimal policy in this P-MDP. The learned P-MDP has the property that for any policy, the performance in the real environment is approximately lower-bounded by the performance in the P-MDP. This enables it to serve as a good surrogate for purposes of policy evaluation and learning, and overcome common pitfalls of model-based RL like model exploitation. Theoretically, we show that MOReL is minimax optimal (up to log factors) for offline RL. Through experiments, we show that MOReL matches or exceeds state-of-the-art results in widely studied offline RL benchmarks. Moreover, the modular design of MOReL enables future advances in its components (e.g. generative modeling, uncertainty estimation, planning etc.) to directly translate into advances for offline RL.
On Learned Sketches for Randomized Numerical Linear Algebra
Liu, Simin, Liu, Tianrui, Vakilian, Ali, Wan, Yulin, Woodruff, David P.
We study "learning-based" sketching approaches for diverse tasks in numerical linear algebra: least-squares regression, $\ell_p$ regression, Huber regression, low-rank approximation (LRA), and $k$-means clustering. Sketching methods are used to quickly and approximately compute properties of large matrices. Linear maps called "sketches" are applied to compress data, and these concise representations are used to compute the desired properties. Specifically, we consider sparse sketches (such as CountSketch). Recent works have dealt with optimizing sketches for data distributions to perform better than their random counterparts. We extend this theme to several important and ubiquitous tasks, each of which requires a new analysis and novel practical methods. Specifically, our contributions are: 1) For all tasks, we introduce fast algorithms using learned sketches with worst-case guarantees. We give a simple task-agnostic method for retaining the worst-case guarantees of randomized sketching, which yields time-optimal algorithms for LRA and least-squares regression. Also, for $k$-means clustering, we give a faster alternative for retaining worst-case guarantees. 2) We show empirically that learned sketches are reliable in improving approximation accuracy, with comparison against "non-learned" sketching baselines. 3) We introduce a greedy algorithm for optimizing the location of the nonzero entries of a sparse sketch and prove guarantees for certain distributions on the LRA task. Previous work only looked at optimizing the values rather than the locations. Also, we show empirically that it further improves learned sketch performance.
A Hierarchical Approach to Scaling Batch Active Search Over Structured Data
Myers, Vivek, Greenside, Peyton
Active search is the process of identifying high-value data points in a large and often high-dimensional parameter space that can be expensive to evaluate. Traditional active search techniques like Bayesian optimization trade off exploration and exploitation over consecutive evaluations, and have historically focused on single or small (<5) numbers of examples evaluated per round. As modern data sets grow, so does the need to scale active search to large data sets and batch sizes. In this paper, we present a general hierarchical framework based on bandit algorithms to scale active search to large batch sizes by maximizing information derived from the unique structure of each dataset. Our hierarchical framework, Hierarchical Batch Bandit Search (HBBS), strategically distributes batch selection across a learned embedding space by facilitating wide exploration of different structural elements within a dataset. We focus our application of HBBS on modern biology, where large batch experimentation is often fundamental to the research process, and demonstrate batch design of biological sequences (protein and DNA). We also present a new Gym environment to easily simulate diverse biological sequences and to enable more comprehensive evaluation of active search methods across heterogeneous data sets. The HBBS framework improves upon standard performance, wall-clock, and scalability benchmarks for batch search by using a broad exploration strategy across coarse partitions and fine-grained exploitation within each partition of structured data.