Country
3 ways China is using drones to fight coronavirus
The civil aviation authority is working with industry, health officials and security services to put these policies into place. The CAAC unmanned aerial system office leadership stated, "Drones are playing key roles in managing the COVID-19 outbreak... It proves that lessons learnt from real world practices are critical for developing a sound regulatory framework whereby the potential of drone technology can be realized." As the world continues to tackle this crisis, these lessons can reshape how we protect and care for people during health emergencies.
How AI Is Future-Proofing the Cities of Tomorrow
The concept of "smart cities" is no longer confined to the realms of futuristic science fiction--they're quickly becoming part of our everyday reality. Technologies like self-driving buses that communicate with traffic lights and AI-monitored CCTV cameras are being implemented in cities from Singapore to Las Vegas, and the technology behind these smart-city initiatives promises innovative solutions for both municipalities and their citizens--offering safer and more efficient living for an ever-growing population. The smart-city promise is often delivered without the fine print though: namely, that a single attack waged against just one component of a connected infrastructure could disable an entire smart city in a matter of minutes. The attack could come from a single line of code. This looming threat is turning the promises of revolutionized living standards into a potential menace to public safety.
NEC and Siemens team up for IoT monitoring partnership
NEC Corporation has announced that it will be collaborating with Siemens to provide artificial intelligence (AI) monitoring and analysis. In a press release, NEC said that the collaboration will provide a solution for manufacturing that connects MindSphere, the cloud-based, open IoT operating system from Siemens, and NEC's System Invariant Analysis Technology (SIAT). According to the agreement that was signed by the two companies, NEC will be joining the MindSphere Partner Program, which can provide NEC with access to specialised technical training and support from Siemens as well as a number of joint go-to-market capabilities. Last April, Siemens announced the availability of Mendix, its low-code enterprise app development platform, on its MindSphere system. The move focused on offering essential support that is needed to easily test, develop and deliver MindSphere applications.
A Deep Multi-Agent Reinforcement Learning Approach to Autonomous Separation Assurance
Brittain, Marc, Yang, Xuxi, Wei, Peng
A novel deep multi-agent reinforcement learning framework is proposed to identify and resolve conflicts among a variable number of aircraft in a high-density, stochastic, and dynamic sector in en route airspace. Currently the sector capacity is limited by human air traffic controller's cognitive limitation. In order to scale up to a high-density airspace, in this work we investigate the feasibility of a new concept (autonomous separation assurance) and a new approach (multi-agent reinforcement learning) to push the sector capacity above human cognitive limitation. We propose the concept of using distributed vehicle autonomy to ensure separation, instead of a centralized sector air traffic controller. Our proposed framework utilizes an actor-critic model, Proximal Policy Optimization (PPO) that we customize to incorporate an attention network. By using the attention network, we are able to encode the information from a variable number of intruder aircraft into a fixed length vector and allow the agents to learn which intruder aircraft's information is critical to achieve the optimal performance. This allows the agents to have access to variable aircraft information in the sector in a scalable, efficient approach to achieve high traffic throughput under uncertainty. The agents are trained using a centralized learning, decentralized execution scheme where one neural network is learned and shared by all agents in the environment. To validate the proposed framework, we designed three challenging case studies in the BlueSky air traffic control environment. Numerical results show the proposed framework significantly reduces the offline training time without sacrificing performance.
An Automatic Attribute Based Access Control Policy Extraction from Access Logs
Karimi, Leila, Aldairi, Maryam, Joshi, James, Abdelhakim, Mai
With the rapid advances in computing and information technologies, traditional access control models have become inadequate in terms of capturing fine-grained, and expressive security requirements of newly emerging applications. An attribute-based access control (ABAC) model provides a more flexible approach for addressing the authorization needs of complex and dynamic systems. While organizations are interested in employing newer authorization models, migrating to such models pose as a significant challenge. Many large-scale businesses need to grant authorization to their user populations that are potentially distributed across disparate and heterogeneous computing environments. Each of these computing environments may have its own access control model. The manual development of a single policy framework for an entire organization is tedious, costly, and error-prone. In this paper, we present a methodology for automatically learning ABAC policy rules from access logs of a system to simplify the policy development process. The proposed approach employs an unsupervised learning-based algorithm for detecting patterns in access logs and extracting ABAC authorization rules from these patterns. In addition, we present two policy improvement algorithms, including rule pruning and policy refinement algorithms to generate a higher quality mined policy. Finally, we implement a prototype of the proposed approach to demonstrate its feasibility.
Finding Fair and Efficient Allocations When Valuations Don't Add Up
Benabbou, Nawal, Chakraborty, Mithun, Igarashi, Ayumi, Zick, Yair
In this paper, we present new results on the fair and efficient allocation of indivisible goods to agents that have monotone, submodular, non-additive valuation functions over bundles. Despite their simple structure, these agent valuations are a natural model for several real-world domains. We show that, if such a valuation function has binary marginal gains, a socially optimal (i.e. utilitarian social welfare-maximizing) allocation that achieves envy-freeness up to one item (EF1) exists and is computationally tractable. We also prove that the Nash welfare-maximizing and the leximin allocations both exhibit this fairness-efficiency combination, by showing that they can be achieved by minimizing any symmetric strictly convex function over utilitarian optimal outcomes. To the best of our knowledge, this is the first valuation function class not subsumed by additive valuations for which it has been established that an allocation maximizing Nash welfare is EF1. Moreover, for a subclass of these valuation functions based on maximum (unweighted) bipartite matching, we show that a leximin allocation can be computed in polynomial time.
Learning to Optimize Autonomy in Competence-Aware Systems
Basich, Connor, Svegliato, Justin, Wray, Kyle Hollins, Witwicki, Stefan, Biswas, Joydeep, Zilberstein, Shlomo
Interest in semi-autonomous systems (SAS) is growing rapidly as a paradigm to deploy autonomous systems in domains that require occasional reliance on humans. This paradigm allows service robots or autonomous vehicles to operate at varying levels of autonomy and offer safety in situations that require human judgment. We propose an introspective model of autonomy that is learned and updated online through experience and dictates the extent to which the agent can act autonomously in any given situation. We define a competence-aware system (CAS) that explicitly models its own proficiency at different levels of autonomy and the available human feedback. A CAS learns to adjust its level of autonomy based on experience to maximize overall efficiency, factoring in the cost of human assistance. We analyze the convergence properties of CAS and provide experimental results for robot delivery and autonomous driving domains that demonstrate the benefits of the approach.
Realistic Re-evaluation of Knowledge Graph Completion Methods: An Experimental Study
Akrami, Farahnaz, Saeef, Mohammed Samiul, Zhang, Qingheng, Hu, Wei, Li, Chengkai
In the active research area of employing embedding models for knowledge graph completion, particularly for the task of link prediction, most prior studies used two benchmark datasets FB15k and WN18 in evaluating such models. Most triples in these and other datasets in such studies belong to reverse and duplicate relations which exhibit high data redundancy due to semantic duplication, correlation or data incompleteness. This is a case of excessive data leakage---a model is trained using features that otherwise would not be available when the model needs to be applied for real prediction. There are also Cartesian product relations for which every triple formed by the Cartesian product of applicable subjects and objects is a true fact. Link prediction on the aforementioned relations is easy and can be achieved with even better accuracy using straightforward rules instead of sophisticated embedding models. A more fundamental defect of these models is that the link prediction scenario, given such data, is non-existent in the real-world. This paper is the first systematic study with the main objective of assessing the true effectiveness of embedding models when the unrealistic triples are removed. Our experiment results show these models are much less accurate than what we used to perceive. Their poor accuracy renders link prediction a task without truly effective automated solution. Hence, we call for re-investigation of possible effective approaches.
How to GAN away Detector Effects
Bellagente, Marco, Butter, Anja, Kasieczka, Gregor, Plehn, Tilman, Winterhalder, Ramon
LHC analyses directly comparing data and simulated events bear the danger of using first-principle predictions only as a black-box part of event simulation. We show how simulations, for instance, of detector effects can instead be inverted using generative networks. This allows us to reconstruct parton level information from measured events. Our results illustrate how, in general, fully conditional generative networks can statistically invert Monte Carlo simulations. As a technical by-product we show how a maximum mean discrepancy loss can be staggered or cooled.
Human Activity Recognition from Wearable Sensor Data Using Self-Attention
Mahmud, Saif, Tonmoy, M Tanjid Hasan, Bhaumik, Kishor Kumar, Rahman, A K M Mahbubur, Amin, M Ashraful, Shoyaib, Mohammad, Khan, Muhammad Asif Hossain, Ali, Amin Ahsan
Human Activity Recognition from body-worn sensor data poses an inherent challenge in capturing spatial and temporal dependencies of time-series signals. In this regard, the existing recurrent or convolutional or their hybrid models for activity recognition struggle to capture spatio-temporal context from the feature space of sensor reading sequence. To address this complex problem, we propose a self-attention based neural network model that foregoes recurrent architectures and utilizes different types of attention mechanisms to generate higher dimensional feature representation used for classification. We performed extensive experiments on four popular publicly available HAR datasets: PAMAP2, Opportunity, Skoda and USC-HAD. Our model achieve significant performance improvement over recent state-of-the-art models in both benchmark test subjects and Leave-one-subject-out evaluation. We also observe that the sensor attention maps produced by our model is able capture the importance of the modality and placement of the sensors in predicting the different activity classes.