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

2020

Autonomous Scene Exploration for Robotics: A Conditional Random View-Sampling and Evaluation Using a Voxel-Sorting Mechanism for Efficient Ray Casting

Authors
Santos, J; Oliveira, M; Arrais, R; Veiga, G;

Publication
SENSORS

Abstract
Carrying out the task of the exploration of a scene by an autonomous robot entails a set of complex skills, such as the ability to create and update a representation of the scene, the knowledge of the regions of the scene which are yet unexplored, the ability to estimate the most efficient point of view from the perspective of an explorer agent and, finally, the ability to physically move the system to the selected Next Best View (NBV). This paper proposes an autonomous exploration system that makes use of a dual OcTree representation to encode the regions in the scene which are occupied, free, and unknown. The NBV is estimated through a discrete approach that samples and evaluates a set of view hypotheses that are created by a conditioned random process which ensures that the views have some chance of adding novel information to the scene. The algorithm uses ray-casting defined according to the characteristics of the RGB-D sensor, and a mechanism that sorts the voxels to be tested in a way that considerably speeds up the assessment. The sampled view that is estimated to provide the largest amount of novel information is selected, and the system moves to that location, where a new exploration step begins. The exploration session is terminated when there are no more unknown regions in the scene or when those that exist cannot be observed by the system. The experimental setup consisted of a robotic manipulator with an RGB-D sensor assembled on its end-effector, all managed by a Robot Operating System (ROS) based architecture. The manipulator provides movement, while the sensor collects information about the scene. Experimental results span over three test scenarios designed to evaluate the performance of the proposed system. In particular, the exploration performance of the proposed system is compared against that of human subjects. Results show that the proposed approach is able to carry out the exploration of a scene, even when it starts from scratch, building up knowledge as the exploration progresses. Furthermore, in these experiments, the system was able to complete the exploration of the scene in less time when compared to human subjects.

2020

Modelling the social business venture - an ontology-based approach

Authors
Todaria, S; Azevedo, C; Ferreira, JJP;

Publication
INTERNATIONAL JOURNAL OF INNOVATION AND LEARNING

Abstract
The key contribution of this paper is the proposal of a novel conceptual model for the social business value proposition. This research was about making sense out of the body of knowledge underlying social business concepts and perspectives, stemming from the social entrepreneurship literature, and building on the so-called business model ontology that underlies the widely used business model canvas. The developed constructs were built in the scope of a design science approach to research, supported by an assessment process that involved several steps comprising the interaction with well-known academicians and practitioners in the area of social business, culminating with a case-study for final validation and assessment. Interviews with the experts from the field helped in the iterative development process of the ontology and its assessment, further supported by informed arguments and a continuous review of the literature.

2020

Merging social computing with content: a proposal of a new film platform, Avids

Authors
Governo, F; Teixeira, AAC; Brochado, AM;

Publication
BEHAVIOUR & INFORMATION TECHNOLOGY

Abstract
Film consumers are continuously online and active in various social platforms. This phenomenon has led over-the-top (OTT) providers - empowered by social computing technologies - to establish a social media presence and incorporate elements drawn from social media into their services. However, little is known about existing OTT interfaces and their key social features. This study sought to provide a structured categorisation of the most salient social media features of the best-known applications in the OTT video business. In addition, a new social content network model, Avids, was proposed to connect individuals socially through films. Avids reaches beyond more fixed, functionality-based approaches applied in the development of OTT video sites and focuses on components related to sociality. This approach ensures a unified system in which the overall social media setting is embedded in every functional area of the platform's architecture, thereby allowing applications to trigger and support social behaviours absent from traditional OTT providers. A purpose-built international online survey was administered to 479 film lovers to assess how Avids' main features compare with traditional OTT video providers. The questionnaire was based on the technology acceptance model. The results confirm the critical role of sociality in film viewing-related activities.

2020

Retrieving scattering clouds and disequilibrium chemistry in the atmosphere of HR 8799e

Authors
Molliere, P; Stolker, T; Lacour, S; Otten, GPPL; Shangguan, J; Charnay, B; Molyarova, T; Nowak, M; Henning, T; Marleau, GD; Semenov, DA; van Dishoeck, E; Eisenhauer, F; Garcia, P; Lopez, RG; Girard, JH; Greenbaum, AZ; Hinkley, S; Kervella, P; Kreidberg, L; Maire, AL; Nasedkin, E; Pueyo, L; Snellen, IAG; Vigan, A; Wang, J; de Zeeuw, PT; Zurlo, A;

Publication
ASTRONOMY & ASTROPHYSICS

Abstract
Context. Clouds are ubiquitous in exoplanet atmospheres and they represent a challenge for the model interpretation of their spectra. When generating a large number of model spectra, complex cloud models often prove too costly numerically, whereas more efficient models may be overly simplified. Aims. We aim to constrain the atmospheric properties of the directly imaged planet HR 8799e with a free retrieval approach. Methods. We used our radiative transfer code petitRADTRANS for generating the spectra, which we coupled to the PyMultiNest tool. We added the effect of multiple scattering which is important for treating clouds. Two cloud model parameterizations are tested: the first incorporates the mixing and settling of condensates, the second simply parameterizes the functional form of the opacity. Results. In mock retrievals, using an inadequate cloud model may result in atmospheres that are more isothermal and less cloudy than the input. Applying our framework on observations of HR 8799e made with the GPI, SPHERE, and GRAVITY, we find a cloudy atmosphere governed by disequilibrium chemistry, confirming previous analyses. We retrieve that C/O = 0.60(-0.08)(+0.07). Other models have not yet produced a well constrained C/O value for this planet. The retrieved C/O values of both cloud models are consistent, while leading to different atmospheric structures: either cloudy or more isothermal and less cloudy. Fitting the observations with the self-consistent Exo-REM model leads to comparable results, without constraining C/O. Conclusions. With data from the most sensitive instruments, retrieval analyses of directly imaged planets are possible. The inferred C/O ratio of HR 8799e is independent of the cloud model and thus appears to be a robust. This C/O is consistent with stellar, which could indicate that the HR 8799e formed outside the CO2 or CO iceline. As it is the innermost planet of the system, this constraint could apply to all HR 8799 planets.

2020

The computational power of parsing expression grammars

Authors
Loff, B; Moreira, N; Reis, R;

Publication
JOURNAL OF COMPUTER AND SYSTEM SCIENCES

Abstract
We study the computational power of parsing expression grammars (PEGs). We begin by constructing PEGs with unexpected behaviour, and surprising new examples of languages with PEGs, including the language of palindromes whose length is a power of two, and a binary-counting language. We then propose a new computational model, the scaffolding automaton, and prove that it exactly characterises the computational power of parsing expression grammars (PEGs). Several consequences will follow from this characterisation: (1) we show that PEGs are computationally "universal", in a certain sense, which implies the existence of a PEG for a P-complete language; (2) we show that there can be no pumping lemma for PEGs; and (3) we show that PEGs are strictly more powerful than online Turing machines which do o(n/(logn)(2)) steps of computation per input symbol. (C) 2020 Published by Elsevier Inc.

2020

Multiobjective ray optimization algorithm as a solution strategy for solving non-convex problems: A power generation scheduling case study

Authors
Beirami, A; Vahidinasab, V; Shafie khah, M; Catalao, JPS;

Publication
INTERNATIONAL JOURNAL OF ELECTRICAL POWER & ENERGY SYSTEMS

Abstract
Economic generation scheduling (EGS) is a non-convex optimization problem for allocating optimal generation among the committed units that can meet given real-world practical limits such as ramp rate limits, prohibited operating zones, valve loading effects, multi-fuel options, spinning reserve and transmission system losses at the minimum fuel cost. Moreover, considering environmental issues results in an environmental/economic generation scheduling (EEGS) problem that is a multiobjective optimization model with two non-commensurable and contradictory objectives. In this paper, a novel method has been presented in order to minimize production cost and emission of the steam power plants in short term periods. The obtained results showed that the proposed method can be used in short-term decision making of steam power plants which will be absolutely effective in long-term emission target oriented strategies. A framework is proposed for solving single objective EGS and multiobjective EEGS problems considering the aforementioned constraints. The problem is solved by a new meta-heuristic optimization called Ray Optimization (RO) to determine the optimal power generation. The performance of the proposed algorithm is investigated by applying it to solve diverse test systems having nonconvex solution spaces. Numerical results have been comprehensively compared with some of the most recently published research works in the area in order to validate the results and confirm the potential of the proposed approach. The obtained results show the application of the proposed framework and effectiveness of the solutions.

  • 1170
  • 4200