Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Semantically Enriched Simplification of Trajectories

View through CrossRef
Abstract. Moving objects that are equipped with GPS devices generate huge volumes of spatio-temporal data. This spatial and temporal information is used in tracing the path travelled by the object, so called trajectory. It is often difficult to handle this massive data as it contains millions of raw data points. The number of points in a trajectory is reduced by trajectory simplification techniques. While most of the simplification algorithms use the distance offset as a criterion to eliminate the redundant points, temporal dimension in trajectories should also be considered in retaining the points which convey both the spatial and temporal characteristics of the trajectory. In addition to that the simplification process may result in losing the semantics associated with the intermediate points on the original trajectories. These intermediate points can contain attributes or characteristics depending on the application domain. For example, a trajectory of a moving vessel can contain information about distance travelled, bearing, and current speed. This paper involves implementing the Synchronized Euclidean Distance (SED) based simplification to consider the temporal dimension and building the Semantically Enriched Line simpliFication(SELF) data structure to preserve the semantic attributes associated to individual points on actual trajectories. The SED based simplification technique and the SELF data structure have been implemented in PostgreSQL 9.4 with PostGIS extension using PL/pgSQL to support dynamic lines. Extended experimental work has been carried out to better understand the impact of SED based simplification over conventional Douglas-Peucker algorithm to both synthetic and real trajectories. The efficiency of SELF structure in regard to semantic preservation has been tested at different levels of simplification.
Title: Semantically Enriched Simplification of Trajectories
Description:
Abstract.
Moving objects that are equipped with GPS devices generate huge volumes of spatio-temporal data.
This spatial and temporal information is used in tracing the path travelled by the object, so called trajectory.
It is often difficult to handle this massive data as it contains millions of raw data points.
The number of points in a trajectory is reduced by trajectory simplification techniques.
While most of the simplification algorithms use the distance offset as a criterion to eliminate the redundant points, temporal dimension in trajectories should also be considered in retaining the points which convey both the spatial and temporal characteristics of the trajectory.
In addition to that the simplification process may result in losing the semantics associated with the intermediate points on the original trajectories.
These intermediate points can contain attributes or characteristics depending on the application domain.
For example, a trajectory of a moving vessel can contain information about distance travelled, bearing, and current speed.
This paper involves implementing the Synchronized Euclidean Distance (SED) based simplification to consider the temporal dimension and building the Semantically Enriched Line simpliFication(SELF) data structure to preserve the semantic attributes associated to individual points on actual trajectories.
The SED based simplification technique and the SELF data structure have been implemented in PostgreSQL 9.
4 with PostGIS extension using PL/pgSQL to support dynamic lines.
Extended experimental work has been carried out to better understand the impact of SED based simplification over conventional Douglas-Peucker algorithm to both synthetic and real trajectories.
The efficiency of SELF structure in regard to semantic preservation has been tested at different levels of simplification.

Related Results

Le Conseil d'Etat et la simplification du droit.
Le Conseil d'Etat et la simplification du droit.
La simplification du droit se traduit aujourd’hui par une politique volontariste mise en place par les pouvoirs publics qui se concrétise particulièrement par le biais de lois de s...
Numerical Simplification and its Effect on Fragment Distributions in Genetic Programming
Numerical Simplification and its Effect on Fragment Distributions in Genetic Programming
<p>In tree-based genetic programming (GP) there is a tendency for the program trees to increase in size from one generation to the next. If this increase in program size is n...
Simplification of 3D CAD models with deep learning for augmented reality
Simplification of 3D CAD models with deep learning for augmented reality
Simplification des modèles CAO 3D avec l'apprentissage profond pour la réalité augmentée Dans l'Industrie 4.0, l'utilisation d'appareils de Réalité Augmentée (RA) t...
Learning particle dynamics: from diffusion to interactions
Learning particle dynamics: from diffusion to interactions
(English) Understanding how a complex system works from its components, such as a virus invading a cell or particles aggregating in a liquid, is a fundamental question in the study...
Oblique trajectory angles in robotic stereo-electroencephalography
Oblique trajectory angles in robotic stereo-electroencephalography
OBJECTIVE Traditional stereo-electroencephalography (sEEG) entails the use of orthogonal trajectories guided by seizure semiology and arteriography. Advances in...
Simplification automatique de textes techniques et spécialisés
Simplification automatique de textes techniques et spécialisés
La simplification automatique de textes est un domaine du traitement automatique des langues (TAL) qui vise à traiter des textes difficiles à lire pour un public donné de façon à l...
A Simplification Method for Point Cloud of T-Profile Steel Plate for Shipbuilding
A Simplification Method for Point Cloud of T-Profile Steel Plate for Shipbuilding
According to the requirements of point cloud simplification for T-profile steel plate welding in shipbuilding, the disadvantages of the existing simplification algorithms are analy...

Back to Top