Cookies Policy
The website need some cookies and similar means to function. If you permit us, we will use those means to collect data on your visits for aggregated statistics to improve our service. Find out More
Accept Reject
  • Menu
Publications

Publications by CSE

2019

Graph-of-Entity: A Model for Combined Data Representation and Retrieval

Authors
Devezas, JL; Lopes, CT; Nunes, S;

Publication
8th Symposium on Languages, Applications and Technologies, SLATE 2019, June 27-28, 2019, Coimbra, Portugal.

Abstract
Managing large volumes of digital documents along with the information they contain, or are associated with, can be challenging. As systems become more intelligent, it increasingly makes sense to power retrieval through all available data, where every lead makes it easier to reach relevant documents or entities. Modern search is heavily powered by structured knowledge, but users still query using keywords or, at the very best, telegraphic natural language. As search becomes increasingly dependent on the integration of text and knowledge, novel approaches for a unified representation of combined data present the opportunity to unlock new ranking strategies. We tackle entity-oriented search using graph-based approaches for representation and retrieval. In particular, we propose the graph-of-entity, a novel approach for indexing combined data, where terms, entities and their relations are jointly represented. We compare the graph-of-entity with the graph-of-word, a text-only model, verifying that, overall, it does not yet achieve a better performance, despite obtaining a higher precision. Our assessment was based on a small subset of the INEX 2009 Wikipedia Collection, created from a sample of 10 topics and respectively judged documents. The offline evaluation we do here is complementary to its counterpart from TREC 2017 OpenSearch track, where, during our participation, we had assessed graph-of-entity in an online setting, through team-draft interleaving. © José Devezas, Carla Lopes, and Sérgio Nunes.

2019

Mineração de dados auxiliando na descoberta das causas da evasão escolar: Um Mapeamento Sistemático da Literatura

Authors
Torres Marques, L; Félix De Castro, A; Torres Marques, B; Carvalho Pereira Silva, J; Gabriel Gadelha Queiroz, P;

Publication
RENOTE

Abstract
Este trabalho apresenta um Mapeamento Sistemático da Literatura sobre evasão escolar, em que se buscou identificar tecnologias de mineração de dados e fatores indutores para evasão escolar, que vem sendo exploradas para desvendar as possíveis causas da evasão escolar. As buscas foram realizadas em quatro bases de dados científicas, com o objetivo de responder a seguinte questão de pesquisa: “Quais ferramentas, técnicas e fatores indutores vem sendo utilizados para desvendar possíveis causas da evasão escolar?”. Observou-se que a ferramenta Weka é a mais utilizada para auxiliar a desvendar as causas da evasão escolar. Entre as técnicas, destaca-se a utilização da classificação. Por fim, o mapeamento identificou que os principais trabalhos da área se concentram em estudar fatores relacionados às características individuais do aluno.

2019

MixAR: A Multi-Tracking Mixed Reality System to Visualize Virtual Ancient Buildings Aligned Upon Ruins

Authors
Adao, T; Padua, L; Narciso, D; Sousa, JJ; Agrellos, L; Peres, E; Magalhaes, L;

Publication
JOURNAL OF INFORMATION TECHNOLOGY RESEARCH

Abstract
MixAR, a full-stack system capable of providing visualization of virtual reconstructions seamlessly integrated in the real scene (e.g. upon ruins), with the possibility of being freely explored by visitors, in situ, is presented in this article. In addition to its ability to operate with several tracking approaches to be able to deal with a wide variety of environmental conditions, MixAR system also implements an extended environment feature that provides visitors with an insight on surrounding points-of-interest for visitation during mixed reality experiences (positional rough tracking). A procedural modelling tool mainstreams augmentation models production. Tests carried out with participants to ascertain comfort, satisfaction and presence/immersion based on an in-field MR experience and respective results are also presented. Ease to adapt to the experience, desire to see the system in museums and a raised curiosity and motivation contributed as positive points for evaluation. In what regards to sickness and comfort, the lowest number of complaints seems to be satisfactory. Models' illumination/re-lightning must be addressed in the future to improve the user's engagement with the experiences provided by the MixAR system.

2019

Conceptual Modeling for Corporate Social Responsibility: A Systematic Literature Review

Authors
de Sousa Santos O.; de Alencar Silva P.; Bukhsh F.; Queiroz P.;

Publication
Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)

Abstract
Enterprises have been challenged to adopt practices of sustainability to benefit shareholders and society with goods standing much beyond monetary profit or required by law. In combination with environmental and economic concerns, Corporate Social Responsibility (CSR) has become an option to leverage businesses with good reputation and to attract sustainability-aware market segments. In line with such a demand, this paper presents a systematic literature review of conceptual modeling studies referring explicitly to certifications, laws or norms of CSR. The more specific research goal of this work is to discover ontologies for representing CSR best practices, design patterns or policies. In total, 921 peer-reviewed papers were analyzed, from which only 17 were considered relevant for data extraction. The main result of this work is the identification of a research gap in explicit knowledge representation of CSR practices for Information Systems design, which ought to be filled to complement the (dominant) economic perspective on sustainability.

2019

Vineyard Variability Analysis through UAV-Based Vigour Maps to Assess Climate Change Impacts

Authors
Padua, L; Marques, P; Adao, T; Guimaraes, N; Sousa, A; Peres, E; Sousa, JJ;

Publication
AGRONOMY-BASEL

Abstract
Climate change is projected to be a key influence on crop yields across the globe. Regarding viticulture, primary climate vectors with a significant impact include temperature, moisture stress, and radiation. Within this context, it is of foremost importance to monitor soils' moisture levels, as well as to detect pests, diseases, and possible problems with irrigation equipment. Regular monitoring activities will enable timely measures that may trigger field interventions that are used to preserve grapevines' phytosanitary state, saving both time and money, while assuring a more sustainable activity. This study employs unmanned aerial vehicles (UAVs) to acquire aerial imagery, using RGB, multispectral and thermal infrared sensors in a vineyard located in the Portuguese Douro wine region. Data acquired enabled the multi-temporal characterization of the vineyard development throughout a season through the computation of the normalized difference vegetation index, crop surface models, and the crop water stress index. Moreover, vigour maps were computed in three classes (high, medium, and low) with different approaches: (1) considering the whole vineyard, including inter-row vegetation and bare soil; (2) considering only automatically detected grapevine vegetation; and (3) also considering grapevine vegetation by only applying a normalization process before creating the vigour maps. Results showed that vigour maps considering only grapevine vegetation provided an accurate representation of the vineyard variability. Furthermore, significant spatial associations can be gathered through (i) a multi-temporal analysis of vigour maps, and (ii) by comparing vigour maps with both height and water stress estimation. This type of analysis can assist, in a significant way, the decision-making processes in viticulture.

2019

Efficient Synchronization of State-based CRDTs

Authors
Enes, V; Almeida, PS; Baquero, C; Leitao, J;

Publication
2019 IEEE 35TH INTERNATIONAL CONFERENCE ON DATA ENGINEERING (ICDE 2019)

Abstract
To ensure high availability in large scale distributed systems, Conflict-free Replicated Data Types (CRDTs) relax consistency by allowing immediate query and update operations at the local replica, with no need for remote synchronization. State-based CRDTs synchronize replicas by periodically sending their full state to other replicas, which can become extremely costly as the CRDT state grows. Delta-based CRDTs address this problem by producing small incremental states (deltas) to be used in synchronization instead of the full state. However, current synchronization algorithms for delta-based CRDTs induce redundant wasteful delta propagation, performing worse than expected, and surprisingly, no better than state-based. In this paper we: 1) identify two sources of inefficiency in current synchronization algorithms for delta-based CRDTs; 2) bring the concept of join decomposition to state-based CRDTs; 3) exploit join decompositions to obtain optimal deltas and 4) improve the efficiency of synchronization algorithms; and finally, 5) experimentally evaluate the improved algorithms.

  • 112
  • 217