Spatial Reasoning
A typo created a 212-story monolith in 'Microsoft Flight Simulator'
Microsoft's latest Flight Simulator entry doesn't do anything small. It's a title that comes on 10 DVDs and allows you to explore the world in almost its entirety. It turns out that scale even extends to its accidental inclusions. Flight Simulator users recently found an unusual landmark: a 212-story monolith towering over an otherwise nondescript suburb in Melbourne, Australia. In Microsoft Flight Simulator a bizarrely eldritch, impossibly narrow skyscraper pierces the skies of Melbourne's North like a suburban Australian version of Half-Life 2's Citadel, and I am -all for it- pic.twitter.com/6AH4xgIAWg
Spatial Computing & IoT Can Unleash Data's Full Potential
The enterprise has been talking about Digital Transformation and Industry 4.0 for years. We have seen transformation accelerate and the adoption of artificial intelligence, connected devices, and even virtual reality speed-up over the last few months due to the pandemic. As enterprise digitization continues to be top of mind and data becomes even more critical in this process, we need to look at how all the data created can be better visualized to generate better business outcomes. The Internet of Things (IoT) allows devices to talk to each other through connected sensors - producing real-time data. Companies had to learn how to process large amounts of data from IoT devices.
Reasoning about Cardinal Directions between 3-Dimensional Extended Objects using Answer Set Programming
Izmirlioglu, Yusuf, Erdem, Esra
We propose a novel formal framework (called 3D-nCDC-ASP) to represent and reason about cardinal directions between extended objects in 3-dimensional (3D) space, using Answer Set Programming (ASP). 3D-nCDC-ASP extends Cardinal Directional Calculus (CDC) with a new type of default constraints, and nCDC-ASP to 3D. 3D-nCDC-ASP provides a flexible platform offering different types of reasoning: Nonmonotonic reasoning with defaults, checking consistency of a set of constraints on 3D cardinal directions between objects, explaining inconsistencies, and inferring missing CDC relations. We prove the soundness of 3D-nCDC-ASP, and illustrate its usefulness with applications. This paper is under consideration for acceptance in TPLP.
Combining Spatial Computing & IoT Can Unleash Data's Full Potential
The enterprise has been talking about Digital Transformation and Industry 4.0 for years. We have seen transformation accelerate and the adoption of artificial intelligence, connected devices, and even virtual reality speed-up over the last few months due to the pandemic. As enterprise digitization continues to be top of mind and data becomes even more critical in this process, we need to look at how all the data created can be better visualized to generate better business outcomes. The Internet of Things (IoT) allows devices to talk to each other through connected sensors - producing real-time data. Companies had to learn how to process large amounts of data from IoT devices.
Event Prediction in the Big Data Era: A Systematic Survey
Events are occurrences in specific locations, time, and semantics that nontrivially impact either our society or the nature, such as civil unrest, system failures, and epidemics. It is highly desirable to be able to anticipate the occurrence of such events in advance in order to reduce the potential social upheaval and damage caused. Event prediction, which has traditionally been prohibitively challenging, is now becoming a viable option in the big data era and is thus experiencing rapid growth. There is a large amount of existing work that focuses on addressing the challenges involved, including heterogeneous multi-faceted outputs, complex dependencies, and streaming data feeds. Most existing event prediction methods were initially designed to deal with specific application domains, though the techniques and evaluation procedures utilized are usually generalizable across different domains. However, it is imperative yet difficult to cross-reference the techniques across different domains, given the absence of a comprehensive literature survey for event prediction. This paper aims to provide a systematic and comprehensive survey of the technologies, applications, and evaluations of event prediction in the big data era. First, systematic categorization and summary of existing techniques are presented, which facilitate domain experts' searches for suitable techniques and help model developers consolidate their research at the frontiers. Then, comprehensive categorization and summary of major application domains are provided. Evaluation metrics and procedures are summarized and standardized to unify the understanding of model performance among stakeholders, model developers, and domain experts in various application domains. Finally, open problems and future directions for this promising and important domain are elucidated and discussed.
Computational Geometry
Computational geometry emerged from the?eld of algorithms design and analysis in the late 1970s. It has grown into a recognized discipline with its own journals, conferences, and a large community of active researchers. The success of the?eld as a research discipline can on the one hand be explained from the beauty of the problems studied and the solutions obtained, and, on the other hand, by the many application domains--computer graphics, geographic information systems (GIS), robotics, and others--in which geometric algorithms play a fundamental role. For many geometric problems the early algorithmic solutions were either slow or dif?cult to understand and implement. In recent years a number of new algorithmic techniques have been developed that improved and simpli?ed many of the previous approaches. In this textbook we have tried to make these modern algorithmic solutions accessible to a large audience. The book has been written as a textbook for a course in computational geometry, but it can also be used for self-study.
Understanding Spatial Relations through Multiple Modalities
Dan, Soham, He, Hangfeng, Roth, Dan
Recognizing spatial relations and reasoning about them is essential in multiple applications including navigation, direction giving and human-computer interaction in general. Spatial relations between objects can either be explicit -- expressed as spatial prepositions, or implicit -- expressed by spatial verbs such as moving, walking, shifting, etc. Both these, but implicit relations in particular, require significant common sense understanding. In this paper, we introduce the task of inferring implicit and explicit spatial relations between two entities in an image. We design a model that uses both textual and visual information to predict the spatial relations, making use of both positional and size information of objects and image embeddings. We contrast our spatial model with powerful language models and show how our modeling complements the power of these, improving prediction accuracy and coverage and facilitates dealing with unseen subjects, objects and relations.
Specification mining and automated task planning for autonomous robots based on a graph-based spatial temporal logic
Liu, Zhiyu, Jiang, Meng, Lin, Hai
We aim to enable an autonomous robot to learn new skills from demo videos and use these newly learned skills to accomplish non-trivial high-level tasks. The goal of developing such autonomous robot involves knowledge representation, specification mining, and automated task planning. For knowledge representation, we use a graph-based spatial temporal logic (GSTL) to capture spatial and temporal information of related skills demonstrated by demo videos. We design a specification mining algorithm to generate a set of parametric GSTL formulas from demo videos by inductively constructing spatial terms and temporal formulas. The resulting parametric GSTL formulas from specification mining serve as a domain theory, which is used in automated task planning for autonomous robots. We propose an automatic task planning based on GSTL where a proposer is used to generate ordered actions, and a verifier is used to generate executable task plans. A table setting example is used throughout the paper to illustrate the main ideas.
Tractable Fragments of Temporal Sequences of Topological Information
In this paper, we focus on qualitative temporal sequences of topological information. We firstly consider the context of topological temporal sequences of length greater than 3 describing the evolution of regions at consecutive time points. We show that there is no Cartesian subclass containing all the basic relations and the universal relation for which the algebraic closure decides satisfiability. However, we identify some tractable subclasses, by giving up the relations containing the non-tangential proper part relation and not containing the tangential proper part relation. We then formalize an alternative semantics for temporal sequences. We place ourselves in the context of the topological temporal sequences describing the evolution of regions on a partition of time (i.e. an alternation of instants and intervals). In this context, we identify large tractable fragments.
Spatial Data Science with PostgreSQL: Geometries
Geometries are the glues that hold together geospatial data. They form an integral part of any spatial data processing. In this tutorial, I will go through some of the different types of geometries available in Postgis. We also touch on some of the most used functions with real-world data examples. In my last article, I explained how to install PostgreSQL and activate Postgis extensions.