Goto

Collaborating Authors

 South America


RHOG: A Refinement-Operator Library for Directed Labeled Graphs

arXiv.org Artificial Intelligence

Intuitively, locally finiteness means that the refinement operator is computable, completeness means we can generate, by refinement of a, any element of G related to a given element g 1 by the order relation, and properness means that a refinement operator does not generate elements which are equivalent to the element being refined. When a refinement operator is locally finite, complete and proper, we say that it is ideal. Notice that all the subsumption relations presented above satisfy the reflexive 2 and transitive 3 properties. Therefore, the pair (G,), where G is the set of all DLGs given a set of labels L, and is any of the subsumption relations defined above is a quasi-ordered set. Thus, this opens the door to defining refinement operators for DLGs. Intuitively, a downward refinement operator for DLGs will generate refinements of a given DLG by either adding vertices, edges, or by making some of the labels more specific, thus making the graph more specific. In the following subsections, we will introduce a collection of refinement operators for connected DLGs, and discuss their theoretical properties. A summary of these operators is shown in Table 1, where we show that under the object-identity constraint, all the refinement operators presented in this document are ideal. If we do not impose object-identity, then the operators are locally complete and complete, but not proper.


Illiberal algorithms – Idees

#artificialintelligence

The close of the first decade of the 21st century marked the final end of the dream of deregulated global capitalism as a historical horizon of peace and prosperity. From 2008, the so-called Great Recession established new political coordinates characterised by the normalisation of precariousness and the rise of illiberal movements. Similarly, the close of the second decade of the 21st century has been marked by the end of the hopes placed on digital technology as a means of extra-political solution--analogous and complementary to the commercial--to our economic, cultural and social problems. For at least three decades--from the 1980s to the outbreak of the crisis--the vertigo of social weakening and the vital risk associated with global financialisation, labour flexibility and the loss of political sovereignty were somehow curbed by expectations of economic growth and, above all, technological progress. It is difficult to call into question the decomposition of this social programme.


F2A2: Flexible Fully-decentralized Approximate Actor-critic for Cooperative Multi-agent Reinforcement Learning

arXiv.org Artificial Intelligence

Traditional centralized multi-agent reinforcement learning (MARL) algorithms are sometimes unpractical in complicated applications, due to non-interactivity between agents, curse of dimensionality and computation complexity. Hence, several decentralized MARL algorithms are motivated. However, existing decentralized methods only handle the fully cooperative setting where massive information needs to be transmitted in training. The block coordinate gradient descent scheme they used for successive independent actor and critic steps can simplify the calculation, but it causes serious bias. In this paper, we propose a flexible fully decentralized actor-critic MARL framework, which can combine most of actor-critic methods, and handle large-scale general cooperative multi-agent setting. A primal-dual hybrid gradient descent type algorithm framework is designed to learn individual agents separately for decentralization. From the perspective of each agent, policy improvement and value evaluation are jointly optimized, which can stabilize multi-agent policy learning. Furthermore, our framework can achieve scalability and stability for large-scale environment and reduce information transmission, by the parameter sharing mechanism and a novel modeling-other-agents methods based on theory-of-mind and online supervised learning. Sufficient experiments in cooperative Multi-agent Particle Environment and StarCraft II show that our decentralized MARL instantiation algorithms perform competitively against conventional centralized and decentralized methods.


Unsupervised crop anomaly detection at the parcel-level using optical and SAR images: application to wheat and rapeseed crops

arXiv.org Machine Learning

This paper proposes a generic approach for crop anomaly detection at the parcel-level based on unsupervised point anomaly detection techniques. The input data is derived from synthetic aperture radar (SAR) and optical images acquired using Sentinel-1 and Sentinel-2 satellites. The proposed strategy consists of four sequential steps: acquisition and preprocessing of optical and SAR images, extraction of optical and SAR indicators, computation of zonal statistics at the parcel-level and point anomaly detection. This paper analyzes different factors that can affect the results of anomaly detection such as the considered features and the anomaly detection algorithm used. The proposed procedure is validated on two crop types in Beauce (France), namely, rapeseed and wheat crops. Two different parcel delineation databases are considered to validate the robustness of the strategy to changes in parcel boundaries.


Senior Machine Learning Software Engineer

#artificialintelligence

Beat is one of the most exciting companies to ever come out of the ride-hailing space. One city at a time, all across the globe we make transportation affordable, convenient, and safe for everyone. We also help hundreds of thousands of people earn extra income as drivers. Today we are the fastest-growing ride-hailing service in Latin America. But serving millions of rides every day pales in comparison to what lies ahead.


Screening blood samples for COVID-19 using artificial intelligence

#artificialintelligence

A promising new study published in the preprint online journal medRxiv in April 2020 shows the potential of artificial intelligence (AI) for developing a patient classifier that can separate patients likely to be negative for COVID-19 from among a pool of suspected patients visiting an emergency room (ER). This would reduce the rate of spread significantly, by making it possible to immediately separate the patients most likely to be positive from others with similar symptoms of respiratory illness. It would protect both patients and healthcare providers from severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) infection. The novel coronavirus (SARS-CoV-2) has spread across the world at unprecedented speed, placing a heavy and, in some cases, practically unsustainable, load on healthcare systems. Despite government aid, many healthcare providers find themselves requiring many more beds, intensive care units (ICU), and Personal Protective Equipment (PPE) than can be provided.


MARLeME: A Multi-Agent Reinforcement Learning Model Extraction Library

arXiv.org Artificial Intelligence

Multi-Agent Reinforcement Learning (MARL) encompasses a powerful class of methodologies that have been applied in a wide range of fields. An effective way to further empower these methodologies is to develop libraries and tools that could expand their interpretability and explainability. In this work, we introduce MARLeME: a MARL model extraction library, designed to improve explainability of MARL systems by approximating them with symbolic models. Symbolic models offer a high degree of interpretability, well-defined properties, and verifiable behaviour. Consequently, they can be used to inspect and better understand the underlying MARL system and corresponding MARL agents, as well as to replace all/some of the agents that are particularly safety and security critical.


Symmetry as an Organizing Principle for Geometric Intelligence

arXiv.org Artificial Intelligence

The exploration of geometrical patterns stimulates imagination and encourages abstract reasoning which is a distinctive feature of human intelligence. In cognitive science, Gestalt principles such as symmetry have often explained significant aspects of human perception. We present a computational technique for building artificial intelligence (AI) agents that use symmetry as the organizing principle for addressing Dehaene's test of geometric intelligence \cite{dehaene2006core}. The performance of our model is on par with extant AI models of problem solving on the Dehaene's test and seems correlated with some elements of human behavior on the same test.


A Methodology for Creating Question Answering Corpora Using Inverse Data Annotation

arXiv.org Artificial Intelligence

In this paper, we introduce a novel methodology to efficiently construct a corpus for question answering over structured data. For this, we introduce an intermediate representation that is based on the logical query plan in a database called Operation Trees (OT). This representation allows us to invert the annotation process without losing flexibility in the types of queries that we generate. Furthermore, it allows for fine-grained alignment of query tokens to OT operations. In our method, we randomly generate OTs from a context-free grammar. Afterwards, annotators have to write the appropriate natural language question that is represented by the OT. Finally, the annotators assign the tokens to the OT operations. We apply the method to create a new corpus OTTA (Operation Trees and Token Assignment), a large semantic parsing corpus for evaluating natural language interfaces to databases. We compare OTTA to Spider and LC-QuaD 2.0 and show that our methodology more than triples the annotation speed while maintaining the complexity of the queries. Finally, we train a state-of-the-art semantic parsing model on our data and show that our corpus is a challenging dataset and that the token alignment can be leveraged to increase the performance significantly.


Israeli Innovators Harness Artificial Intelligence Technologies To Curb The Global COVID-19 Pandemic

#artificialintelligence

As the number of people who've tested positive for coronavirus is mounting and could reach 2 million in the coming days, Israeli innovators are harnessing artificial intelligence technologies to curb the global pandemic, perhaps the most challenging public health crisis in modern history. What we know already is that scientists and researchers are working diligently to find treatments and to develop a vaccine for coronavirus. Meanwhile, artificial intelligence technologies are emerging as key solutions to combatting coronavirus, and Israel is well positioned in this field. Israel is well known for its strength in deep-tech, and is also home to a vibrant AI ecosystem that has been growing rapidly over the past few years. Israel's unique tech ecosystem includes companies and startups that utilize AI technologies in healthcare, cybersecurity, autonomous driving, and many other fields.