976 resultados para Self-Dual Code


Relevância:

30.00% 30.00%

Publicador:

Resumo:

The utility of vision-based face tracking for dual pointing tasks is evaluated. We first describe a 3-D face tracking technique based on real-time parametric motion-stereo, which is non-invasive, robust, and self-initialized. The tracker provides a real-time estimate of a ?frontal face ray? whose intersection with the display surface plane is used as a second stream of input for scrolling or pointing, in paral-lel with hand input. We evaluated the performance of com-bined head/hand input on a box selection and coloring task: users selected boxes with one pointer and colors with a second pointer, or performed both tasks with a single pointer. We found that performance with head and one hand was intermediate between single hand performance and dual hand performance. Our results are consistent with previously reported dual hand conflict in symmetric pointing tasks, and suggest that a head-based input stream should be used for asymmetric control.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Thomas, L., Ratcliffe, M., and Robertson, A. 2003. Code warriors and code-a-phobes: a study in attitude and pair programming. SIGCSE Bull. 35, 1 (Jan. 2003), 363-367.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Classifying novel terrain or objects front sparse, complex data may require the resolution of conflicting information from sensors working at different times, locations, and scales, and from sources with different goals and situations. Information fusion methods can help resolve inconsistencies, as when evidence variously suggests that an object's class is car, truck, or airplane. The methods described here consider a complementary problem, supposing that information from sensors and experts is reliable though inconsistent, as when evidence suggests that an object's class is car, vehicle, and man-made. Underlying relationships among objects are assumed to be unknown to the automated system or the human user. The ARTMAP information fusion system used distributed code representations that exploit the neural network's capacity for one-to-many learning in order to produce self-organizing expert systems that discover hierarchical knowledge structures. The system infers multi-level relationships among groups of output classes, without any supervised labeling of these relationships.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Classifying novel terrain or objects from sparse, complex data may require the resolution of conflicting information from sensors woring at different times, locations, and scales, and from sources with different goals and situations. Information fusion methods can help resolve inconsistencies, as when eveidence variously suggests that and object's class is car, truck, or airplane. The methods described her address a complementary problem, supposing that information from sensors and experts is reliable though inconsistent, as when evidence suggests that an object's class is car, vehicle, and man-made. Underlying relationships among classes are assumed to be unknown to the autonomated system or the human user. The ARTMAP information fusion system uses distributed code representations that exploit the neural network's capacity for one-to-many learning in order to produce self-organizing expert systems that discover hierachical knowlege structures. The fusion system infers multi-level relationships among groups of output classes, without any supervised labeling of these relationships. The procedure is illustrated with two image examples, but is not limited to image domain.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Computational models of learning typically train on labeled input patterns (supervised learning), unlabeled input patterns (unsupervised learning), or a combination of the two (semisupervised learning). In each case input patterns have a fixed number of features throughout training and testing. Human and machine learning contexts present additional opportunities for expanding incomplete knowledge from formal training, via self-directed learning that incorporates features not previously experienced. This article defines a new self-supervised learning paradigm to address these richer learning contexts, introducing a neural network called self-supervised ARTMAP. Self-supervised learning integrates knowledge from a teacher (labeled patterns with some features), knowledge from the environment (unlabeled patterns with more features), and knowledge from internal model activation (self-labeled patterns). Self-supervised ARTMAP learns about novel features from unlabeled patterns without destroying partial knowledge previously acquired from labeled patterns. A category selection function bases system predictions on known features, and distributed network activation scales unlabeled learning to prediction confidence. Slow distributed learning on unlabeled patterns focuses on novel features and confident predictions, defining classification boundaries that were ambiguous in the labeled patterns. Self-supervised ARTMAP improves test accuracy on illustrative lowdimensional problems and on high-dimensional benchmarks. Model code and benchmark data are available from: http://techlab.bu.edu/SSART/.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This paper presents an investigation into dynamic self-adjustment of task deployment and other aspects of self-management, through the embedding of multiple policies. Non-dedicated loosely-coupled computing environments, such as clusters and grids are increasingly popular platforms for parallel processing. These abundant systems are highly dynamic environments in which many sources of variability affect the run-time efficiency of tasks. The dynamism is exacerbated by the incorporation of mobile devices and wireless communication. This paper proposes an adaptive strategy for the flexible run-time deployment of tasks; to continuously maintain efficiency despite the environmental variability. The strategy centres on policy-based scheduling which is informed by contextual and environmental inputs such as variance in the round-trip communication time between a client and its workers and the effective processing performance of each worker. A self-management framework has been implemented for evaluation purposes. The framework integrates several policy-controlled, adaptive services with the application code, enabling the run-time behaviour to be adapted to contextual and environmental conditions. Using this framework, an exemplar self-managing parallel application is implemented and used to investigate the extent of the benefits of the strategy

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This paper presents a policy definition language which forms part of a generic policy toolkit for autonomic computing systems in which the policies themselves can be modified dynamically and automatically. Targeted enhancements to the current state of practice include: policy self-adaptation where the policy itself is dynamically modified to match environmental conditions; improved support for non autonomics-expert developers; and facilitating easy deployment of adaptive policies into legacy code. The policy definition language permits powerful expression of self-managing behaviours and facilitates a diverse policy behaviour space. Features include support for multiple versions of a given policy type, multiple configuration templates, and meta policies to dynamically select between policy instances. An example deployment scenario illustrates advanced functionality in the context of a multi policy stock trading system which is sensitive to environmental volatility.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This paper describes work towards the deployment of flexible self-management into real-time embedded systems. A challenging project which focuses specifically on the development of a dynamic, adaptive automotive middleware is described, and the specific self-management requirements of this project are discussed. These requirements have been identified through the refinement of a wide-ranging set of use cases requiring context-sensitive behaviours. A sample of these use-cases is presented to illustrate the extent of the demands for self-management. The strategy that has been adopted to achieve self-management, based on the use of policies is presented. The embedded and real-time nature of the target system brings the constraints that dynamic adaptation capabilities must not require changes to the run-time code (except during hot update of complete binary modules), adaptation decisions must have low latency, and because the target platforms are resource-constrained the self-management mechanism have low resource requirements (especially in terms of processing and memory). Policy-based computing is thus and ideal candidate for achieving the self-management because the policy itself is loaded at run-time and can be replaced or changed in the future in the same way that a data file is loaded. Policies represent a relatively low complexity and low risk means of achieving self-management, with low run-time costs. Policies can be stored internally in ROM (such as default policies) as well as externally to the system. The architecture of a designed-for-purpose powerful yet lightweight policy library is described. A suitable evaluation platform, supporting the whole life-cycle of feasibility analysis, concept evaluation, development, rigorous testing and behavioural validation has been devised and is described.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This paper describes a methodology for embedding dynamic behaviour into software components. The implications and system architecture requirements to support this adaptivity are discussed. This work is part of a European Commission funded and industry supported project to produce a reconfigurable middleware for use in automotive systems. Such systems must be trustable against illegal internal behaviour and activity with external origins, additional devices for example. Policy-based computing is used here as an example of embedded logic. A key contribution of this work is the way in which static and dynamic aspects of the system are interfaced, such that the behaviour can be changed very flexibly (even during run-time), without modification, recompilation or redeployment of the embedded application code. An implementation of these concepts is presented, focussing on achieving trust in the use of dynamic behaviour.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Hemopoietic progenitor cells express clustered homeobox (Hox) genes in a pattern characteristic of their lineage and stage of differentiation. In general, HOX expression tends to be higher in more primitive and lower in lineage-committed cells. These trends have led to the hypothesis that self-renewal of hemopoietic stem/progenitor cells is HOX-dependent and that dysregulated HOX expression underlies maintenance of the leukemia-initiating cell. Gene expression profile studies support this hypothesis and specifically highlight the importance of the HOXA cluster in hemopoiesis and leukemogenesis. Within this cluster HOXA6 and HOXA9 are highly expressed in patients with acute myeloid leukemia and form part of the "Hox code" identified in murine models of this disease. We have examined endogenous expression of Hoxa6 and Hoxa9 in purified primary progenitors as well as four growth factor-dependent cell lines FDCP-Mix, EML, 32Dcl3, and Ba/F3, representative of early multipotential and later committed precursor cells respectively. Hoxa6 was consistently higher expressed than Hoxa9, preferentially expressed in primitive cells and was both growth-factor and cell-cycle regulated. Enforced overexpression of HOXA6 or HOXA9 in FDCP-Mix resulted in increased proliferation and colony formation but had negligible effect on differentiation. In both FDCP-Mix and the more committed Ba/F3 precursor cells overexpression of HOXA6 potentiated factor-independent proliferation. These findings demonstrate that Hoxa6 is directly involved in fundamental processes of hemopoietic progenitor cell development.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

A method for producing a retrodirective (self-tracking) antenna, which can also be operated as a phased (selectively pointed) array through the addition of a simple switching circuit and DC bias offset adjustment, is presented. Phase adjustment to individual antenna elements is shown to be readily carried out by a simple frequency pushing technique, applied to a PLL circuit, thus replacing the requirement for additional phase shifters. Practical results when applied to a ten-element array operating at 2.4 GHz are shown for both modes of operation.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The Internet provides a new tool to investigate old questions in experimental social psychology regarding Person x Context interaction. We examined the interaction of self-reported shyness and context on computer-mediated communication measures. Sixty female undergraduates unfamiliar were paired in dyads and engaged in a 10 min free chat conversation on the Internet with and without a live webcam. Free chat conversations were archived, transcripts were objectively coded for communication variables, and a linear mixed model used for data analysis of dyadic interaction was performed on each communication measure. As predicted, increases in self-reported shyness were significantly related to decreases in the number of prompted self-disclosures (after controlling for the number of opportunities to self-disclose) only in the webcam condition. Self-reported shyness was not related to the number of prompted self-disclosures in the no webcam condition, suggesting that shyness was context dependent. The present study appears to be the first to objectively code measures of Internet behaviour in relation to the study of personality in general and shyness in particular. Theoretical and clinical implications for understanding the contextual nature of shyness are discussed. (C) 2006 Elsevier Inc. All rights reserved.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Previous accounts of regret suggest that people report greater regret for inaction than for action because the former is longer lasting and more painful than the latter. We suggest instead that the tendency for people's greatest regrets to concern inaction more than action may be due to the relatively self-enhancing nature of regrets for inaction. In Study I we asked people to think about their greatest recent regret and to code it as being due to action or inaction. In Study 2 participants described their greatest regret from across their entire life. In both studies we observed an inaction effect only amongst individuals high in self-esteem (HSE). In Study 2 we found that the inaction effect was confined to HSE people whose greatest regret was personal in nature. These results support the claim that regret for inaction is relatively self-enhancing and suggest that the inaction effect found in real-life regrets may be due, in part at least, to the self-enhancement goals of HSE individuals. Copyright (c) 2005 John Wiley & Sons, Ltd.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The influence of the relative phase between the driving voltages on electron heating in asymmetric phase-locked dual frequency capacitively coupled radio frequency plasmas operated at 2 and 14 MHz is investigated. The basis of the analysis is a nonlinear global model with the option to implement a relative phase between the two driving voltages. In recent publications it has been reported that nonlinear electron resonance heating can drastically enhance the power dissipation to electrons at moments of sheath collapse due to the self-excitation of nonlinear plasma series resonance (PSR) oscillations of the radio frequency current. This work shows that depending on the relative phase of the driving voltages, the total number and exact moments of sheath collapse can be influenced. In the case of two consecutive sheath collapses a substantial increase in dissipated power compared with the known increase due to a single PSR excitation event per period is observed. Phase resolved optical emission spectroscopy (PROES) provides access to the excitation dynamics in front of the driven electrode. Via PROES the propagation of beam-like energetic electrons immediately after the sheath collapse is observed. In this work we demonstrate that there is a close relation between moments of sheath collapse, and thus excitation of the PSR, and beam-like electron propagation. A comparison of simulation results to experiments in a single and dual frequency discharge shows good agreement. In particular the observed influence of the relative phase on the dynamics of a dual frequency discharge is described by means of the presented model. Additionally, the analysis demonstrates that the observed gain in dissipation is not accompanied by an increase in the electrode’s dc-bias voltage which directly addresses the issue of separate control of ion flux and ion energy in dual frequency capacitively coupled radio frequency plasmas.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

We examine experiences of collective self-objectification (CSO) (or its failure) among participants in a ‘multicultural’ St Patrick's Day parade. A two-stage interview study was carried out in which 10 parade participants (five each from ethnic majority and minority groups) were interviewed before and after the event. In pre-event interviews, all participants understood the parade as an opportunity to enact social identities, but differed in the category definitions and relations they saw as relevant. Members of the white Irish majority saw the event as being primarily about representing Ireland in a positive, progressive, light, whereas members of minority groups saw it as an opportunity to have their groups' identities and belonging in Ireland recognized by others. Post-event interviews revealed that, for the former group, the event succeeded in giving expression to their relevant category definitions. The latter group, on the other hand, cited features of the event such as inauthentic costume design and a segregated structure as reasons for why the event did not provide the group recognition they sought. The accounts revealed a variety of empowering and disempowering experiences corresponding to the extent of enactment. We consider the implications in terms of CSO, the performative nature of dual identities, as well as the notion of multicultural recognition.