881 resultados para Event–based tasks
Resumo:
PURPOSE. To examine internal consistency, refine the response scale, and obtain a linear scoring system for the visual function instrument, the Daily Living Tasks Dependent on Vision (DLTV). METHODS. Data were available from 186 participants with a clinical diagnosis of AMD who completed the 22-item DLTV (DLTV-22) according to four-point ordinal response scale. An independent group of 386 participants with AMD were administered a reduced version of the DLTV with 11 items (DLTV-11), according to a five-point response scale. Rasch analysis was performed on both datasets and used to generate item statistics for measure order, response odds ratios per item and per person, and infit and outfit mean square statistics. The Rasch output from the DLTV-22 was examined to identify redundant items and for factorial validity and person item measure separation reliabilities. RESULTS. The average rating for the DLTV-22 changed monotonically with the magnitude of the latent person trait. The expected versus observed average measures were extremely close, with step calibrations evenly separated for the four-point ordinal scale. In the case of the DLTV-11, step calibrations were not as evenly separated, suggesting that the five-point scale should be reduced to either a four- or three-point scale. Five items in the DLTV-22 were removed, and all 17 remaining items had good infit and outfit mean squares. PCA with residuals from Rasch analysis identified two domains containing 7 and 10 items each. The domains had high person separation reliabilities (0.86 and 0.77 for domains 1 and 2, respectively) and item measure reliabilities (0.99 and 0.98 for domains 1 and 2, respectively). CONCLUSIONS. With the improved internal consistency, establishment of the accuracy and precision of the rating scale for the DLTV and the establishment of a valid domain structure we believe that it constitutes a useful instrument for assessing visual function in older adults with age-related macular degeneration.
Resumo:
This exploratory study was undertaken to investigate the mechanisms that contributed to improvements in upper limb function following a novel training program. Surface electromyography (EMG) was used to examine training-induced changes in the pattern of triceps and biceps activation during reaching tasks in stroke survivors with severe paresis in the chronic stage of recovery. The EMG data were obtained in the context of a single blind randomised clinical trial conducted with 42 stroke survivors with minimal upper limb muscle activity and who were more than 6 months post-stroke. Of the 33 participants who completed the study, 10 received training of reaching using a non-robotic upper limb training device, the SMART Arm, with EMG triggered functional electrical stimulation (EMG-stim), 13 received training of reaching using the SMART Arm alone, and 10 received no intervention. Each intervention group engaged in 12 1-h training sessions over a 4-week period. Clinical and laboratory measures of upper limb function were administered prior to training (0 weeks), at completion (4 weeks) and 2 months (12 weeks) after training. The primary outcome measure was 'upper arm function' which is Item 6 of the Motor Assessment Scale (MAS). Laboratory measures consisted of two multijoint reaching tasks to assess 'maximum isometric force' and 'maximum distance reached'. Surface EMG was used to monitor triceps brachii and biceps brachii during the two reaching tasks. To provide a comparison with normal values, seven healthy adults were tested on one of the reaching tasks according to the same procedure. Study findings demonstrated a statistically significant improvement in upper limb function for stroke participants in the two training groups compared to those who received no training however no difference was found between the two training groups. For the reaching tasks, all stroke participants, when compared to normal healthy adults, exhibited lower triceps and biceps activation and a lower ratio of triceps to biceps activation. Following training, stroke participants demonstrated increased triceps activation and an increased ratio of triceps to biceps activation for the task that was trained. Better performance was associated with greater triceps activation and a higher ratio of triceps to biceps activation. The findings suggest that increased activation of triceps as an agonist and an improved coordination between triceps and biceps could have mediated the observed changes in arm function. The changes in EMG activity were small relative to the changes in arm function indicating that factors, such as the contribution of other muscles of reaching, may also be implicated.
Resumo:
Stand-alone virtual environments (VEs) using haptic devices have proved useful for assembly/disassembly simulation of mechanical components. Nowadays, collaborative haptic virtual environments (CHVEs) are also emerging. A new peer-to-peer collaborative haptic assembly simulator (CHAS) has been developed whereby two users can simultaneously carry out assembly tasks using haptic devices. Two major challenges have been addressed: virtual scene synchronization (consistency) and the provision of a reliable and effective haptic feedback. A consistency-maintenance scheme has been designed to solve the challenge of achieving consistency. Results show that consistency is guaranteed. Furthermore, a force-smoothing algorithm has been developed which is shown to improve the quality of force feedback under adverse network conditions. A range of laboratory experiments and several real trials between Labein (Spain) and Queen’s University Belfast (Northern Ireland) have verified that CHAS can provide an adequate haptic interaction when both users perform remote assemblies (assembly of one user’s object with an object grasped by the other user). Moreover, when collisions between grasped objects occur (dependent collisions), the haptic feedback usually provides satisfactory haptic perception. Based on a qualitative study, it is shown that the haptic feedback obtained during remote assemblies with dependent collisions can continue to improve the sense of co-presence between users with regard to only visual feedback.
Resumo:
The sensory abnormalities associated with disorders such as dyslexia, autism and schizophrenia have often been attributed to a generalized deficit in the visual magnocellular-dorsal stream and its auditory homologue. To probe magnocellular function, various psychophysical tasks are often employed that require the processing of rapidly changing stimuli. But is performance on these several tasks supported by a common substrate? To answer this question, we tested a cohort of 1060 individuals on four 'magnocellular tasks': detection of low-spatial-frequency gratings reversing in contrast at a high temporal frequency (so-called frequency-doubled gratings); detection of pulsed low-spatial-frequency gratings on a steady luminance pedestal; detection of coherent motion; and auditory discrimination of temporal order. Although all tasks showed test-retest reliability, only one pair shared more than 4 per cent of variance. Correlations within the set of 'magnocellular tasks' were similar to the correlations between those tasks and a 'non-magnocellular task', and there was little consistency between 'magnocellular deficit' groups comprising individuals with the lowest sensitivity for each task. Our results suggest that different 'magnocellular tasks' reflect different sources of variance, and thus are not general measures of 'magnocellular function'.
Resumo:
We propose a methodology for optimizing the execution of data parallel (sub-)tasks on CPU and GPU cores of the same heterogeneous architecture. The methodology is based on two main components: i) an analytical performance model for scheduling tasks among CPU and GPU cores, such that the global execution time of the overall data parallel pattern is optimized; and ii) an autonomic module which uses the analytical performance model to implement the data parallel computations in a completely autonomic way, requiring no programmer intervention to optimize the computation across CPU and GPU cores. The analytical performance model uses a small set of simple parameters to devise a partitioning-between CPU and GPU cores-of the tasks derived from structured data parallel patterns/algorithmic skeletons. The model takes into account both hardware related and application dependent parameters. It computes the percentage of tasks to be executed on CPU and GPU cores such that both kinds of cores are exploited and performance figures are optimized. The autonomic module, implemented in FastFlow, executes a generic map (reduce) data parallel pattern scheduling part of the tasks to the GPU and part to CPU cores so as to achieve optimal execution time. Experimental results on state-of-the-art CPU/GPU architectures are shown that assess both performance model properties and autonomic module effectiveness. © 2013 IEEE.
Resumo:
Bag of Distributed Tasks (BoDT) can benefit from decentralised execution on the Cloud. However, there is a trade-off between the performance that can be achieved by employing a large number of Cloud VMs for the tasks and the monetary constraints that are often placed by a user. The research reported in this paper is motivated towards investigating this trade-off so that an optimal plan for deploying BoDT applications on the cloud can be generated. A heuristic algorithm, which considers the user's preference of performance and cost is proposed and implemented. The feasibility of the algorithm is demonstrated by generating execution plans for a sample application. The key result is that the algorithm generates optimal execution plans for the application over 91% of the time.
Resumo:
Both genetic factors and life experiences appear to be important in shaping dogs' responses in a test situation. One potentially highly relevant life experience may be the dog's training history, however few studies have investigated this aspect so far. This paper briefly reviews studies focusing on the effects of training on dogs' performance in cognitive tasks, and presents new, preliminary evidence on trained and untrained pet dogs' performance in an 'unsolvable task'. Thirty-nine adult dogs: 13 trained for search and rescue activities (S&R group), 13 for agility competition (Agility group) and 13 untrained pets (Pet group) were tested. Three 'solvable' trials in which dogs could obtain the food by manipulating a plastic container were followed by an 'unsolvable' trial in which obtaining the food became impossible. The dogs' behaviours towards the apparatus and the people present (owner and researcher) were analysed. Both in the first 'solvable' and in the 'unsolvable' trial the groups were comparable on actions towards the apparatus, however differences emerged in their human-directed gazing behaviour. In fact, results in the 'solvable' trial, showed fewer S&R dogs looking back at a person compared to agility dogs, and the latter alternating their gaze between person and apparatus more frequently than pet dogs. In the unsolvable trial no difference between groups emerged in the latency to look at the person however agility dogs looked longer at the owner than both pet and S&R dogs; whereas S&R dogs exhibited significantly more barking (always occurring concurrently to looking at the person or the apparatus) than both other groups. Furthermore, S&R dogs alternated their gaze between person and apparatus more than untrained pet dogs, with agility dogs falling in between these two groups. Thus overall, it seems that the dogs' human-directed communicative behaviours are significantly influenced by their individual training experiences. © 2009 Elsevier B.V. All rights reserved.
Resumo:
Fractions is perhaps one of the most complex and difficult topics pupils explore in the early years of schooling. Difficulties in learning this topic may have its genesis in the fact that fractions comprise a multifaceted construct (Kieren, 1995) or can be conceived as being grounded in the instructional approaches employed to teach fractions (Behr, Harel, Post & Lesh, 1993). Thus, students’ limited understanding might be related to how their teachers understand and interpret fractions — it’s thus related with teachers’ knowledge and practice. Although there is a generalized agreement on teachers’ role on/for students learning, most research on fractions focus on students, leaving aside teachers’ role (and their knowledge on the topic). Thus, teachers’ training has in certain respects been left behind. We still know little about how teachers’ knowledge on fractions influences students’ broader view of mathematics, and its connection and evolution within and along schooling. Aimed at conceptualize ways of improving teachers’ knowledge, training and practices, it’s of fundamental importance to access the areas of knowledge (here conceived as mathematical knowledge for teaching (MKT) (Ball, Thames & Phelps, 2008) in which (prospective) teachers are more deficitaries.
Resumo:
Face recognition from images or video footage requires a certain level of recorded image quality. This paper derives acceptable bitrates (relating to levels of compression and consequently quality) of footage with human faces, using an industry implementation of the standard H.264/MPEG-4 AVC and the Closed-Circuit Television (CCTV) recording systems on London buses. The London buses application is utilized as a case study for setting up a methodology and implementing suitable data analysis for face recognition from recorded footage, which has been degraded by compression. The majority of CCTV recorders on buses use a proprietary format based on the H.264/MPEG-4 AVC video coding standard, exploiting both spatial and temporal redundancy. Low bitrates are favored in the CCTV industry for saving storage and transmission bandwidth, but they compromise the image usefulness of the recorded imagery. In this context, usefulness is determined by the presence of enough facial information remaining in the compressed image to allow a specialist to recognize a person. The investigation includes four steps: (1) Development of a video dataset representative of typical CCTV bus scenarios. (2) Selection and grouping of video scenes based on local (facial) and global (entire scene) content properties. (3) Psychophysical investigations to identify the key scenes, which are most affected by compression, using an industry implementation of H.264/MPEG-4 AVC. (4) Testing of CCTV recording systems on buses with the key scenes and further psychophysical investigations. The results showed a dependency upon scene content properties. Very dark scenes and scenes with high levels of spatial–temporal busyness were the most challenging to compress, requiring higher bitrates to maintain useful information.