120 resultados para Complementary computing
Resumo:
In this paper, we present a novel discrete cosine transform (DCT) architecture that allows aggressive voltage scaling for low-power dissipation, even under process parameter variations with minimal overhead as opposed to existing techniques. Under a scaled supply voltage and/or variations in process parameters, any possible delay errors appear only from the long paths that are designed to be less contributive to output quality. The proposed architecture allows a graceful degradation in the peak SNR (PSNR) under aggressive voltage scaling as well as extreme process variations. Results show that even under large process variations (±3σ around mean threshold voltage) and aggressive supply voltage scaling (at 0.88 V, while the nominal voltage is 1.2 V for a 90-nm technology), there is a gradual degradation of image quality with considerable power savings (71% at PSNR of 23.4 dB) for the proposed architecture, when compared to existing implementations in a 90-nm process technology. © 2006 IEEE.
Resumo:
Children consuming maize based foods in Tanzania may be exposed to multiple mycotoxins. We estimated co-exposures of aflatoxins with Deoxynivalenol (DON) and fumonisins for children in rural Tanzania. Food consumption by the children was estimated by twice administering a 24 h dietary recall questionnaire to mothers of 18-24 months old children in Kikelelwa village. Each mother also; provided a sample of maize based flour used for feeding her child in the previous day. Each child's body weight (bw) was measured by following standard procedures. Aflatoxins, DON and fumonisins were determined in each sample using validated HPLC methods. Exposures for a mycotoxin were estimated by multiplying flour consumption (g/child/kgbw/day) by its contamination (mu g/kg). Complete data were obtained for 41 children. Maize flour consumption ranged from 16 to 254 g/child/day. Thirteen (32%) of the 41 children consumed flour with detectable aflatoxin levels (range, 0.11-386 mu g/kg), resulting in exposures from 1 to 786 ng/kg bw/day. All these children exceeded the aflatoxins exposure of concern (0.017 ng/kg bw/day). Eighteen (44%) of the children consumed flour with detectable DON levels (57-825 mu g/kg) and 34(83%), detectable fumonisins levels (63-2284 mu g/kg), resulting in respective exposure ranges of 0.38-8.87 mu g/kg bw/day and 0.19-26.37 mu g/kg bw/day. Twelve (66%) of the DON exposed children and 56% of the fumonisins exposed children exceeded the respective provisional tolerable daily intakes of 1 mu g/kg bw and 2 ng/kg bw. Co-exposures for aflatoxins with both DON and fumonsins were determined in 10% of the 41 children. Co-exposures of aflatoxins with fumonisins alone were found in 29% and of fumonisins with DON alone in 41% of the children. The study showed that children consuming maize based complementary foods in Northern Tanzania are at a risk of exposure to multiple mycotoxins. We recommend adoption of appropriate measures to minimize exposures of multiple mycotoxins in Tanzania. (C) 2014 Elsevier Ltd. All rights reserved.
Resumo:
No Abstract available
Resumo:
Introduction
Advances in cancer diagnosis and treatment have resulted in longer survival, meaning patients are living with a chronic-type condition. Therefore the needs of such patients have changed placing greater emphasis on survivorship, such as impact on quality of life and sleep patterns. Evidence suggests complementary therapies positively impact not only on the cancer patient's quality of life but also on family members and friends.
Methodology
This service evaluation examines self-reported benefits following a course of complementary therapy offered by a local cancer charity.
Results
Analysis of self-reported sleep scores and perceived quality of life experiences confirmed a number of trends relating to the demographics of people accessing the complementary therapy service.
Conclusion
Results suggest the complementary therapies provided by Action Cancer significantly improved clients' quality of life. Based on these findings the authors make a number of recommendations in relation to the use of complementary therapies by cancer patients.
Resumo:
The goal of the POBICOS project is a platform that facilitates the development and deployment of pervasive computing applications destined for networked, cooperating objects. POBICOS object communities are heterogeneous in terms of the sensing, actuating, and computing resources contributed by each object. Moreover, it is assumed that an object community is formed without any master plan; for example, it may emerge as a by-product of acquiring everyday, POBICOS-enabled objects by a household. As a result, the target object community is, at least partially, unknown to the application programmer, and so a POBICOS application should be able to deliver its functionality on top of diverse object communities (we call this opportunistic computing). The POBICOS platform includes a middleware offering a programming model for opportunistic computing, as well as development and monitoring tools. This paper briefly describes the tools produced in the first phase of the project. Also, the stakeholders using these tools are identified, and a development process for both the middleware and applications is presented. © 2009 IEEE.
Resumo:
This paper describes an end-user model for a domestic pervasive computing platform formed by regular home objects. The platform does not rely on pre-planned infrastructure; instead, it exploits objects that are already available in the home and exposes their joint sensing, actuating and computing capabilities to home automation applications. We advocate an incremental process of the platform formation and introduce tangible, object-like artifacts for representing important platform functions. One of those artifacts, the application pill, is a tiny object with a minimal user interface, used to carry the application, as well as to start and stop its execution and provide hints about its operational status. We also emphasize streamlining the user's interaction with the platform. The user engages any UI-capable object of his choice to configure applications, while applications issue notifications and alerts exploiting whichever available objects can be used for that purpose. Finally, the paper briefly describes an actual implementation of the presented end-user model. © (2010) by International Academy, Research, and Industry Association (IARIA).
Resumo:
Approximate execution is a viable technique for energy-con\-strained environments, provided that applications have the mechanisms to produce outputs of the highest possible quality within the given energy budget.
We introduce a framework for energy-constrained execution with controlled and graceful quality loss. A simple programming model allows users to express the relative importance of computations for the quality of the end result, as well as minimum quality requirements. The significance-aware runtime system uses an application-specific analytical energy model to identify the degree of concurrency and approximation that maximizes quality while meeting user-specified energy constraints. Evaluation on a dual-socket 8-core server shows that the proposed
framework predicts the optimal configuration with high accuracy, enabling energy-constrained executions that result in significantly higher quality compared to loop perforation, a compiler approximation technique.
Resumo:
We introduce a task-based programming model and runtime system that exploit the observation that not all parts of a program are equally significant for the accuracy of the end-result, in order to trade off the quality of program outputs for increased energy-efficiency. This is done in a structured and flexible way, allowing for easy exploitation of different points in the quality/energy space, without adversely affecting application performance. The runtime system can apply a number of different policies to decide whether it will execute less-significant tasks accurately or approximately.
The experimental evaluation indicates that our system can achieve an energy reduction of up to 83% compared with a fully accurate execution and up to 35% compared with an approximate version employing loop perforation. At the same time, our approach always results in graceful quality degradation.
Resumo:
This paper investigates the computation of lower/upper expectations that must cohere with a collection of probabilistic assessments and a collection of judgements of epistemic independence. New algorithms, based on multilinear programming, are presented, both for independence among events and among random variables. Separation properties of graphical models are also investigated.
Resumo:
We introduce a new parallel pattern derived from a specific application domain and show how it turns out to have application beyond its domain of origin. The pool evolution pattern models the parallel evolution of a population subject to mutations and evolving in such a way that a given fitness function is optimized. The pattern has been demonstrated to be suitable for capturing and modeling the parallel patterns underpinning various evolutionary algorithms, as well as other parallel patterns typical of symbolic computation. In this paper we introduce the pattern, we discuss its implementation on modern multi/many core architectures and finally present experimental results obtained with FastFlow and Erlang implementations to assess its feasibility and scalability.