19 research outputs found
A Novel Low-Cost Sensor Prototype for Nocturia Monitoring in Older People
Indexación: Scopus.This work was supported in part by CORFO - CENS 16CTTS-66390 through the National Center on Health Information Systems, in part by the National Commission for Scientific and Technological Research (CONICYT) through the program STIC-AMSUD 17STIC-03: ‘‘e-MONITOR âĂŞ Chronic Disease: Ambient Assisted Living and vital teleMONOTORing for e-health,’’ FONDEF ID16I10449 ‘‘Sistema inteligente para la gestión y análisis de la dotación de camas en la red asistencial del sector público,’’ and MEC80170097 ‘‘Red de colaboración cientÃfica entre universidades nacionales e internacionales para la estructuración del doctorado y magister en informática médica en la Universidad de ValparaÃso.’’ The work of V. H. C. de Albuquerque was supported by the Brazilian National Council for Research and Development (CNPq) under Grant #304315/2017-6.Nocturia is frequently defined as the necessity to get out of bed at least one time during the night to urinate, with each of these episodes being preceded and continued by sleep. Several studies suggest that an increase of nocturia is seen with the onset of age, occurring in around 70% of adults over the age of 70. Its appearance is associated with detrimental quality of life for those who present nocturia, since it leads to daytime sleepiness, cognitive dysfunction, among others. Currently, a voiding diary is necessary for nocturia assessment; these are prone to bias due to their inherent subjectivity. In this paper, we present the design of a low-cost device that automatically detects micturition events. The device obtained 73% in sensibility and 81% in specificity; these results show that systems such as the proposed one can be a valuable tool for the medical team when evaluating nocturia. © 2013 IEEE.https://ieeexplore.ieee.org/document/845445
A novel monitoring system for fall detection in older people
Indexación: Scopus.This work was supported in part by CORFO - CENS 16CTTS-66390 through the National Center on Health Information Systems, in part by the National Commission for Scientific and Technological Research (CONICYT) through the Program STIC-AMSUD 17STIC-03: ‘‘MONITORing for ehealth," FONDEF ID16I10449 ‘‘Sistema inteligente para la gestión y análisis de la dotación de camas en la red asistencial del sector público’’, and in part by MEC80170097 ‘‘Red de colaboración cientÃfica entre universidades nacionales e internacionales para la estructuración del doctorado y magister en informática médica en la Universidad de ValparaÃso’’. The work of V. H. C. De Albuquerque was supported by the Brazilian National Council for Research and Development (CNPq), under Grant 304315/2017-6.Each year, more than 30% of people over 65 years-old suffer some fall. Unfortunately, this can generate physical and psychological damage, especially if they live alone and they are unable to get help. In this field, several studies have been performed aiming to alert potential falls of the older people by using different types of sensors and algorithms. In this paper, we present a novel non-invasive monitoring system for fall detection in older people who live alone. Our proposal is using very-low-resolution thermal sensors for classifying a fall and then alerting to the care staff. Also, we analyze the performance of three recurrent neural networks for fall detections: Long short-term memory (LSTM), gated recurrent unit, and Bi-LSTM. As many learning algorithms, we have performed a training phase using different test subjects. After several tests, we can observe that the Bi-LSTM approach overcome the others techniques reaching a 93% of accuracy in fall detection. We believe that the bidirectional way of the Bi-LSTM algorithm gives excellent results because the use of their data is influenced by prior and new information, which compares to LSTM and GRU. Information obtained using this system did not compromise the user's privacy, which constitutes an additional advantage of this alternative. © 2013 IEEE.https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=842305
Academic team formation as evolving hypergraphs
This paper quantitatively explores the social and socio-semantic patterns of
constitution of academic collaboration teams. To this end, we broadly underline
two critical features of social networks of knowledge-based collaboration:
first, they essentially consist of group-level interactions which call for
team-centered approaches. Formally, this induces the use of hypergraphs and
n-adic interactions, rather than traditional dyadic frameworks of interaction
such as graphs, binding only pairs of agents. Second, we advocate the joint
consideration of structural and semantic features, as collaborations are
allegedly constrained by both of them. Considering these provisions, we propose
a framework which principally enables us to empirically test a series of
hypotheses related to academic team formation patterns. In particular, we
exhibit and characterize the influence of an implicit group structure driving
recurrent team formation processes. On the whole, innovative production does
not appear to be correlated with more original teams, while a polarization
appears between groups composed of experts only or non-experts only, altogether
corresponding to collectives with a high rate of repeated interactions
Proposing Ties in a Dense Hypergraph of Academics
Nearly all personal relationships exhibit a multiplexity where people relate to one another in many different ways. Using a set of faculty CVs from multiple research institutions, we mined a hypergraph of researchers connected by co-occurring named entities (people, places and organizations). This results in an edge-sparse, link-dense structure with weighted connections that accurately encodes faculty department structure. We introduce a novel model that generates dyadic proposals of how well two nodes should be connected based on both the mass and distributional similarity of links through shared neighbors. Similar link prediction tasks have been primarily explored in unipartite settings, but for hypergraphs where hyper-edges out-number nodes 25-to-1, accounting for link similarity is crucial. Our model is tested by using its proposals to recover link strengths from four systematically lesioned versions of the graph. The model is also compared to other link prediction methods in a static setting. Our results show the model is able to recover a majority of link mass in various settings and that it out-performs other link prediction methods. Overall, the results support the descriptive fidelity of our text-mined, named entity hypergraph of multi-faceted relationships and underscore the importance of link similarity in analyzing link-dense multiplexitous relationships
To Security and Beyond: On The Impacts of Microservice Security Smells and Refactorings
Microservices gained momentum in enterprise IT, as they enable building cloud-native applications. At the same time, they come with new security challenges, including security smells, viz., symptoms of bad (though often unintentional) design decisions that might affect application security. This study aims to explore the impacts of microservice security smells- and of the refactorings known to mitigate their effects-beyond security. In particular, we systematically elicit possible impacts of smells and refactorings on applications' maintainability, performance efficiency, and adherence to microservices' key design principles. We then validate the elicited impacts by means of an online survey targeting experienced practitioners and researchers. Our main contributions include 35 validated impacts, and a discussion of the survey results geared towards analyzing the (mis)alignment between practitioners and researchers