2021
Authors
Lazecky, M; Wadhwa, S; Mlcousek, M; Sousa, JJ;
Publication
INTERNATIONAL CONFERENCE ON ENTERPRISE INFORMATION SYSTEMS / INTERNATIONAL CONFERENCE ON PROJECT MANAGEMENT / INTERNATIONAL CONFERENCE ON HEALTH AND SOCIAL CARE INFORMATION SYSTEMS AND TECHNOLOGIES 2020 (CENTERIS/PROJMAN/HCIST 2020)
Abstract
We present outcomes from our experimental work towards identification of forest segments in Czech Jeseniky mountains damaged by a hurricane event on March 17, 2018. We have specifically processed Sentinel-1 satellite radar data and identified a functional methodology of extracting extents of the affected segments. The backscatter intensity of the damaged forest segments in Sentinel-1 images does not change significantly, subject to the sensitivity of the instrument. We have identified that a careful preprocessing of the data can lead to a state of possibility to identify edges of the affected areas in one of Principal Components (PC) generated from a set of dual-polarisation images before and after the event. In our case, these features were clearly visible in PC3 that was used in post-processing chain incorporating strong spatial filtering and edge detection routines. The identified damaged forest segments were validated by mapping during visiting one of the areas and by a comparison with multispectral satellite imagery, from data taken following year (as the damaged forest areas were already cleared and not regenerated). The approach can bring advantage in possibility of early preliminary mapping of the forest damages. (C) 2021 The Authors. Published by Elsevier B.V.
2021
Authors
Adao, T; Pinho, T; Padua, L; Magalhaes, LG; Sousa, JJ; Peres, E;
Publication
APPLIED SCIENCES-BASEL
Abstract
Business models built upon multimedia/multisensory setups delivering user experiences within disparate contexts-entertainment, tourism, cultural heritage, etc.-usually comprise the installation and in-situ management of both equipment and digital contents. Considering each setup as unique in its purpose, location, layout, equipment and digital contents, monitoring and control operations may add up to a hefty cost over time. Software and hardware agnosticity may be of value to lessen complexity and provide more sustainable management processes and tools. Distributed computing under the Internet of Things (IoT) paradigm may enable management processes capable of providing both remote control and monitoring of multimedia/multisensory experiences made available in different venues. A prototyping software to perform IoT multimedia/multisensory simulations is presented in this paper. It is fully based on virtual environments that enable the remote design, layout, and configuration of each experience in a transparent way, without regard of software and hardware. Furthermore, pipelines to deliver contents may be defined, managed, and updated in a context-aware environment. This software was tested in the laboratory and was proven as a sustainable approach to manage multimedia/multisensory projects. It is currently being field-tested by an international multimedia company for further validation.
2021
Authors
Lourenço, J; Teixeira, J; Carvalho, P; Pádua, L; Adao, T; Peres, E; Sousa, JJ;
Publication
2021 IEEE INTERNATIONAL GEOSCIENCE AND REMOTE SENSING SYMPOSIUM IGARSS
Abstract
The development and implementation of a virtual environment that aims to support farmers in managing their land and crops in a more sustainable way is presented in this paper. It allows both textual and 3D visualization of crop-related biophysical parameters, such as height, volume and length. Moreover, the latter can be dynamically altered according to various criteria. A case study was conducted in a Portuguese vineyard. The application was developed using the Unity software, while a real agricultural data feed was provided by mySense interface. The virtual environment can be seen as a valuable decision support system to assist farmers.
2021
Authors
Sousa, JJ; Liu, G; Fan, JH; Perski, Z; Steger, S; Bai, SB; Wei, LH; Salvi, S; Wang, Q; Tu, JA; Tong, LQ; Mayrhofer, P; Sonnenschein, R; Liu, SJ; Mao, YC; Tolomei, C; Bignami, C; Atzori, S; Pezzo, G; Wu, LX; Yan, SY; Peres, E;
Publication
REMOTE SENSING
Abstract
Geological disasters are responsible for the loss of human lives and for significant economic and financial damage every year. Considering that these disasters may occur anywhere-both in remote and/or in highly populated areas-and anytime, continuously monitoring areas known to be more prone to geohazards can help to determine preventive or alert actions to safeguard human life, property and businesses. Remote sensing technology-especially satellite-based-can be of help due to its high spatial and temporal coverage. Indeed, data acquired from the most recent satellite missions is considered suitable for a detailed reconstruction of past events but also to continuously monitor sensitive areas on the lookout for potential geohazards. This work aims to apply different techniques and methods for extensive exploitation and analysis of remote sensing data, with special emphasis given to landslide hazard, risk management and disaster prevention. Multi-temporal SAR (Synthetic Aperture Radar) interferometry, SAR tomography, high-resolution image matching and data modelling are used to map out landslides and other geohazards and to also monitor possible hazardous geological activity, addressing different study areas: (i) surface deformation of mountain slopes and glaciers; (ii) land surface displacement; and (iii) subsidence, landslides and ground fissure. Results from both the processing and analysis of a dataset of earth observation (EO) multi-source data support the conclusion that geohazards can be identified, studied and monitored in an effective way using new techniques applied to multi-source EO data. As future work, the aim is threefold: extend this study to sensitive areas located in different countries; monitor structures that have strategic, cultural and/or economical relevance; and resort to artificial intelligence (AI) techniques to be able to analyse the huge amount of data generated by satellite missions and extract useful information in due course.
2021
Authors
Silva, B; Sousa, JJ; Lazecky, M; Cunha, A;
Publication
Procedia Computer Science
Abstract
The success achieved by using SAR data in the study of the Earth led to a firm commitment from space agencies to develop more and better space-borne SAR sensors. This involvement of the space agencies makes us believe that it is possible to increase the potential of SAR interferometry (InSAR) to near real-time monitoring. Among this ever-increasing number of sensors, the ESA's Sentinel-1 (C-band) mission stands out and appears to be disruptive. This mission is acquiring vast volumes of data making current analyzing approaches inviable. This amount of data can no longer be analyzed and studied using classic methods raising the need to use and create new techniques. We believe that Machine Learning techniques can be the solution to overcome this issue since they allow to train Deep Learning models to automate human processes for a vast volume of data. In this paper, we use deep learning models to automatically find and locate deformation areas in InSAR interferograms without atmospheric correction. We train three state-of-the-art classification models for detection deformation areas, achieving an AUC of 0.864 for the best model (VGG19 for wrapped interferograms). Additionally, we use the same models as encoders to train U-net models, achieving a Dice score of 0.54 for InceptionV3. It is necessary more data to achieve better results in segmentation.
2021
Authors
Carneiro, GS; Ferreira, A; Morais, R; Sousa, JJ; Cunha, A;
Publication
5TH INTERNATIONAL CONFERENCE ON COMPUTER SCIENCE AND COMPUTATIONAL INTELLIGENCE 2020
Abstract
With an increasing interest in the digitization effort of ancient manuscripts, ancient character recognition becomes one of the most important areas in the automated document image analysis. In this regard, we propose a Convolutional Neural Network (CNN)-based classifier to recognize the ancient Sundanese characters obtained from a digital collection of Southeast Asian palm leaf manuscripts. In this work, we utilize two different preprocessing techniques for the dataset. The first technique involves the use of geometric transformations, noise background addition, and brightness adjustment to augment the imbalanced samples to be fed into the classifier. The second technique makes use of the Otsu's threshold method to binarize the characters and only uses the usual geometric transformations for the data augmentation. The proposed network with different data augmentation processes is trained on the training set and tested on the testing set. Image binarization from the second technique can outperform the performance of the CNN-based classifier upon the first technique by achieving a testing accuracy of 97.74%. (C) 2021 The Authors. Published by Elsevier B.V.
The access to the final selection minute is only available to applicants.
Please check the confirmation e-mail of your application to obtain the access code.