2,383 research outputs found
Trust and Persistence
We rely on computers to control our power plants and water supplies, our automobiles and transportation systems, and soon our economic and political systems. Increasingly, software agents are enmeshed in these systems, serving as the glue that connects distributed components. Clearly, we need mechanisms to determine whether these agents are trustworthy. What do we need to establish trust? Agents are often characterized by features such as autonomy, sociability, proactiveness, and persistent identity. This latter feature is key in determining trust. When agents operate over an extended period, they can earn a reputation for competence, timeliness, ease of use, and trustworthiness, which is something ephemeral agents cannot do. Along with persistence, we need a reliable way to identify an agent and ensure that its true identity is not concealed. How can we assess an agent\u27s trustworthiness? As with other aspects of agents and multiagent systems, we can take our cue from the human domain. Our reputations for trustworthiness are determined and maintained by the people we deal with. Analogously, a software agent\u27s reputation will reside within the other agents with whom it interacts. For some agent interactions, such as those involving commerce, agents will simply inherit the reputation of their human owner, sharing, for example, their owner\u27s credit rating and financial capability. For other types of interactions, such as those involving information gathering, an agent will determine its own reputation through its efforts at gathering and distilling information. An agent with a reputation for conducting thorough searches will be trusted by other agents wishing to use its Web search results
The Cyclops Vision System
Cyclops is a distributed real-time vision system. It is real-time as for most vision tasks, it can be configured with enough processing nodes as to allow an update rate of 60 Hz with a maximum latency of 1/30s. This allows the system to be used directly as a feedback sensor for motion control. Even though Cyclops was built originally for tracking objects in 3D at 60Hz, it offers great flexibility. It can be configured to attack many vision tasks at much higher rates than was previously possible with systems that are up to an order of magnitude more expensive.
For more information: Kod*la
Temperature-controlled interlayer exchange coupling in strong/weak ferromagnetic multilayers: a thermo-magnetic Curie-switch
We investigate a novel type of interlayer exchange coupling based on driving
a strong/weak/strong ferromagnetic tri-layer through the Curie point of the
weakly ferromagnetic spacer, with the exchange coupling between the strongly
ferromagnetic outer layers that can be switched, on and off, or varied
continuously in magnitude by controlling the temperature of the material. We
use Ni-Cu alloy of varied composition as the spacer material and model the
effects of proximity-induced magnetism and the interlayer exchange coupling
through the spacer from first principles, taking into account not only thermal
spin-disorder but also the dependence of the atomic moment of Ni on the
nearest-neighbor concentration of the non-magnetic Cu. We propose and
demonstrate a gradient-composition spacer, with a lower Ni-concentration at the
interfaces, for greatly improved effective-exchange uniformity and
significantly improved thermo-magnetic switching in the structure. The reported
magnetic multilayer materials can form the base for a variety of novel magnetic
devices, such as sensors, oscillators, and memory elements based on
thermo-magnetic Curie-switching in the device.Comment: 15 pages, 5 figure
Germanium Detector with Internal Amplification for Investigation of Rare Processes
Device of new type is suggested - germanium detector with internal
amplification. Such detector having effective threshold about 10 eV opens up
fresh opportunity for investigation of dark matter, measurement of neutrino
magnetic moment, of neutrino coherent scattering at nuclei and for study of
solar neutrino problem. Construction of germanium detector with internal
amplification and perspectives of its use are described.Comment: 13 pages, latex, 3 figures, report at NANP-99, International
Conference on Non-Accelerator Physics, Dubna, Russia, June 29- July 3, 1999.
To be published in the Proceeding
Self-interested service-oriented agents based on trust and QoS for dynamic reconfiguration
Progressively increasing complexity of dynamic environments, in which services and applications are demanded by potential clients, requires a high level of reconfiguration of the offer to better match that ever changing demand. In particular, the dynamic change of the client’s needs, leading to higher exigency, may require a smart and flexible automatic composition of more elementary services. By leveraging the service-oriented architectures and multi-agent system benefits, the paper proposes a method to explore the flexibility of the decision support for the services’ reconfiguration based on several pillars, such as trust, reputation and QoS models, which allows the selection based on measuring the expected performance of the agents. Preliminary experimental results, extracted from a real case scenario, allow highlighting the benefits of the proposed distributed and flexible solution to balance the workload of service providers in a simple and fast manner. The proposed solution includes the agents’ intelligent decision-making capability to dynamically and autonomously change services selection on the fly, towards more trustworthy services with better quality when unexpected events happen, e.g. broken machines. We then propose the use of competitive self-interested agents to provide services that best suits to the client through dynamic service composition.info:eu-repo/semantics/publishedVersio
Charge-based silicon quantum computer architectures using controlled single-ion implantation
We report a nanofabrication, control and measurement scheme for charge-based
silicon quantum computing which utilises a new technique of controlled single
ion implantation. Each qubit consists of two phosphorus dopant atoms ~50 nm
apart, one of which is singly ionized. The lowest two energy states of the
remaining electron form the logical states. Surface electrodes control the
qubit using voltage pulses and dual single electron transistors operating near
the quantum limit provide fast readout with spurious signal rejection. A low
energy (keV) ion beam is used to implant the phosphorus atoms in high-purity
Si. Single atom control during the implantation is achieved by monitoring
on-chip detector electrodes, integrated within the device structure, while
positional accuracy is provided by a nanomachined resist mask. We describe a
construction process for implanted single atom and atom cluster devices with
all components registered to better than 20 nm, together with electrical
characterisation of the readout circuitry. We also discuss universal one- and
two-qubit gate operations for this architecture, providing a possible path
towards quantum computing in silicon.Comment: 9 pages, 5 figure
Inside an Agent
When we discuss agent-based system construction with software developers or ask students to implement common agent architectures using object-oriented techniques, we find that it is not trivial for them to create an elegant system design from the standard presentation of these architectures in textbooks or research papers. To better communicate our interpretation of popular agent architectures, we draw UML (Unified Modeling Language) diagrams to guide an implementer\u27s design. However, before we describe these diagrams, we need to review some basic features of agents. The paper considers an architecture showing a simple agent interacting with an environment. The agent senses its environment, uses what it senses to choose an action, and then performs the action through its effectors. Sensory input can include received messages, and action can be the sending of messages. To construct an agent, we need a more detailed understanding of how it functions. In particular, if we are to build one using conventional object-oriented analysis and design techniques, we should know in what ways an agent is more than just a simple objec
- …