You are currently viewing a new version of our website. To view the old version click .
Sensors
  • Article
  • Open Access

27 September 2011

An Architecture for Performance Optimization in a Collaborative Knowledge-Based Approach for Wireless Sensor Networks

,
,
and
1
Telecommunications Department, University of Jaen, Alfonso X El Sabio 28, Linares, Jaen 23700, Spain
2
Department of Automatic, University of Alcala, Alcala de Henares, Madrid 28801, Spain
*
Author to whom correspondence should be addressed.
This article belongs to the Special Issue Sensorial Systems Applied to Intelligent Spaces

Abstract

Over the past few years, Intelligent Spaces (ISs) have received the attention of many Wireless Sensor Network researchers. Recently, several studies have been devoted to identify their common capacities and to set up ISs over these networks. However, little attention has been paid to integrating Fuzzy Rule-Based Systems into collaborative Wireless Sensor Networks for the purpose of implementing ISs. This work presents a distributed architecture proposal for collaborative Fuzzy Rule-Based Systems embedded in Wireless Sensor Networks, which has been designed to optimize the implementation of ISs. This architecture includes the following: (a) an optimized design for the inference engine; (b) a visual interface; (c) a module to reduce the redundancy and complexity of the knowledge bases; (d) a module to evaluate the accuracy of the new knowledge base; (e) a module to adapt the format of the rules to the structure used by the inference engine; and (f) a communications protocol. As a real-world application of this architecture and the proposed methodologies, we show an application to the problem of modeling two plagues of the olive tree: prays (olive moth, Prays oleae Bern.) and repilo (caused by the fungus Spilocaea oleagina). The results show that the architecture presented in this paper significantly decreases the consumption of resources (memory, CPU and battery) without a substantial decrease in the accuracy of the inferred values.

1. Introduction

Many recent studies have focused on various aspects of Intelligent Spaces (IS) [13]. The IS was proposed by Lee [2] as an environmental system that is able to support humans in informative and physical ways, and as a space that contains human and artificial systems. Thus, an IS could utilize computer monitors to provide information to humans, and robots could be used to provide physical services to humans as physical agents.

Over the past few years, several definitions of ISs have been proposed; it is important to acknowledge the definitions that were presented in [4,5], in which ISs are described as spaces with many embedded and networked sensors and actuators. Their essential functions are the following: (a) to observe the space using distributed sensors; (b) to extract useful information from the obtained data; and (c) to fuse the information acquired by each sensor and to share it with other devices efficiently. Taking into account these properties, several studies [68] have been devoted to set up ISs over WSNs.

Over the past few years, Wireless Sensor Networks (WSNs) [9,10] have received the attention of many researchers. WSNs are defined [11] as networks that are composed of a large number of sensor nodes, and they can be conceived of as small computers with extremely basic interfaces and components. Each node consists of a processing unit with limited computational capability and memory, sensors, a communication device and a limited power source, usually in the form of a battery.

WSNs provide perfect scenarios for sensor collaboration for a global purpose. In this context, the term collaborative involves communication of individual measurements among sensors to accomplish their tasks and to achieve a common goal.

Despite the wide interest in sensors and collaborative WSNs, little attention has been paid to optimizing the integration of collaborative Fuzzy Rule-Based Systems (FRBSs) into WSNs. FRBSs [12] are considered an extension of classical rule-based systems because they deal with “IF-THEN” rules whose antecedents and consequents are composed of fuzzy logic statements (fuzzy rules) [13] instead of classical logic statements. One of the main characteristics of these integrated systems is the capacity of each node to incorporate facilities for simple sensing, actuation, communication and computation; however, the full capabilities of such networks are reached only by the cooperation of all of the nodes. Because of these qualities, these networks can efficiently provide all of the services necessary to implement an IS.

To optimize the implementation of an IS by means of a WSN, this paper presents a distributed architecture proposal for collaborative FRBSs embedded in a WSN. The main contribution of the design that is presented is to make it possible to decrease the consumption of the required resources [(a) memory; (b) CPU; and (c) battery] by an FRBS embedded in a node of a WSN, without a substantial decrease in the accuracy of the inferred values.

To achieve this goal, we include the following in the proposed architecture:

  • A design of the inference engine that is based on the approximate Mamdani-type [12], to achieve a high level of accuracy in complex problem domains.

  • A visual interface, to facilitate the composition of the descriptive and approximate Knowledge Bases (KBs) [12] and to achieve a high degree of interpretability of the linguistic rules and additionally, a high level of accuracy.

  • A module to reduce rules, which is used to decrease the redundancy and the complexity of the fuzzy rule set without a substantial decrease in their completeness and consistency.

  • A module to evaluate the accuracy of a new KB that was obtained by means of the application of the rule reduction algorithm proposed.

  • A module that makes possible the transformation of the base of rules that are descriptive into approximates [12], to make the most out of approximate and descriptive FRBS advantages.

  • A communications protocol that is used for the distribution of an entire or partial KB among the sensor nodes, the collection of inferred data, the management of the sensor nodes, and the integration with other measurement applications.

The remainder of this paper is organized as follows. Section 2 addresses related work and motivation. Section 3 shows the modular architecture proposed to optimize the integration of collaborative FRBSs embedded in a WSN, which includes a description of the following: an inference engine design, visual interface facilities, algorithms proposed to make rule reduction in KBs and to evaluate KB performance, and the facilities that incorporate by a module of transformation of the basis of the rules and the communications protocol. Section 4 shows the experimental results that are obtained to evaluate the performances of the proposed architecture applied to the problem of modeling the two plagues of the olive tree: prays and repilo. Finally, conclusions are drawn in Section 5.

3. Distributed Architecture Proposal for a Collaborative Fuzzy Rule-Based System Embedded in a Wireless Sensor Network

A modular architecture has been proposed to implement the following tasks, which were mentioned above: KB construction, rule reduction, rule adaptation, KB transmission and obtaining the operations results.

This architecture (Figure 1) provides the following: (1) In the Personal Computer: (a) a visual interface for easy fuzzy rule development; (b) a module for rule reduction to optimize the generated KB; (c) a module for the analysis of error, to evaluate the accuracy reduction; (d) a module for rule transformation that facilitates the adaptation of rules to optimize the work of the FRBS inference engine; and (e) the communications protocol, which is being designed to manage multipurpose sensor networks, to transmit this KB to the desired nodes and to receive data from the sensor nodes. (2) In the sensor node: the basic elements of the FRBS (Figure 2).

Figure 1. Modular architecture.
Figure 2. Basic structure of a Mamdani-FBRS embedded into a sensor.

3.1. Design of the Inference Engine

The FRBS proposed in this paper is based on the model of Mamdani [28] because it provides a highly flexible means of formulating knowledge while at the same time the knowledge remains interpretable. Two variants of Mamdani FRBSs have been proposed [12]: (1) descriptive and (2) approximate [2932]. The structures of these systems are similar, but each type of FRBS has different properties and presents complementary advantages and drawbacks. To improve embedded FRBS behavior, it is possible to use these advantages.

In descriptive FBRS (or linguistic Mamdani FRBS), rules carry a linguistic label that points to a specific fuzzy set of a linguistic partition of the underlying linguistic variable. In approximate FBRS rules, the input variables and the output variables are fuzzy variables instead of linguistic variables.

Approximate FRBSs demonstrate some specific advantages over linguistic FRBSs, making them especially useful for certain types of applications [31]: (1) each rule employs its own distinct fuzzy sets, resulting in additional degrees of freedom and an increase in expressiveness and (2) the number of rules can be adapted to the complexity of the problem. These properties enable approximate FRBSs to achieve a better degree of accuracy than linguistic FRBS in complex problem domains. In descriptive FRBSs, the main advantage is the large degree of interpretability of the linguistic rules [3336].

To make the most out of approximate and descriptive FRBS advantages, this approach enables the use of a visual interface to facilitate the composition of the descriptive and approximate KBs, while the inference engine of the embedded FRBS works as an approximate Mamdani-type.

To reduce the computational burden, this paper proposes the use of an FRBS in the mode B-FITA (First Infer, Then Aggregate) and with the operator center of gravity.

3.2. Design for the Base of Rules

As was proposed by Cordon et al. [12], the performance of an FRBS depends on two aspects: (a) the way in which the fuzzy inference process is developed and (b) the composition of the fuzzy rule set. In this sense, the following properties of fuzzy rule sets are beneficial and improve their approximation accuracy:

  • The completeness of the fuzzy rule set. An FRBS obeys the completeness property if for each conceivable system input it infers to a corresponding output, and for an arbitrary input at least one of the fuzzy rules has to trigger.

  • The consistency of the fuzzy rule set. A generic set of rules is consistent if it does not contain contradictory rules. Thus, two descriptive rules are inconsistent when they have the same antecedent and have mutually exclusive consequents.

  • The low complexity of a fuzzy rule set. This property is concerned with the number of fuzzy rules composing the rule base. Low complexity becomes important in control problems, as the main requirements are usually the process speed and the simplicity of the base rather than the accuracy response, and it is equally beneficial in linguistic modeling applications because the main goal is to obtain a human-readable description of the real system.

  • The redundancy of a fuzzy rule set. These If-Then rules have the property that a system state is covered by more than one rule because the fuzzy sets in the antecedents overlap. The existence of redundant rules may cause degradation in the performance of the FBRS. Therefore, it is important to take a closer look at redundancy for the purpose of removing unnecessary, detrimental rules from fuzzy rule sets.

3.2.1. Visual Interface to Compose the Base of Rules

In this paper, we propose the use of a visual interface as a method of KB composition. Using this interface, the human expert can specify the linguistic labels associated with each linguistic variable, the structure of the rules in the rule base (RB), and the meaning of each label. This method is the simplest method to be applied when the expert is able to express his knowledge in the form of linguistic rules. To improve the accuracy of this linguistic approach, this interface enables the specification of exact membership functions as well. When implementing earlier recommendations, the composed KB would have the following:

  • It must cover all of the possible systems space of the input variables.

  • It must not have rules with the same antecedent and mutually exclusive consequents.

  • It must be composed by the minor number of rules possible, to decrease the memory and CPU consumption.

  • It must not have redundant rules, with the same antecedent and overlap in the fuzzy set of the consequents.

3.2.2. Algorithm Proposed to Make Rule Reduction in the Base of Rules

In the approach proposed in this paper, after the KB is composed, a module to reduce rules is used, to decrease the redundancy and the complexity of the fuzzy rule set without a substantial decrease in their completeness and consistency.

Several methods have been proposed for optimizing the size of the rule base obtained with automated modeling techniques such as compatible cluster merging [37], fuzzy binary box tree [38], or membership function fusion and annihilation [39]. In [40], a fuzzy genetic algorithm is presented, and in [41], a supervised inductive algorithm is presented; each of these algorithms has a procedure (based on different criteria) that extracts from the population the minimum number of rules required to formulate the final RB. The study in [29] presents a measure of overlap that allows redundant rules to be identified, and a criterion based on this measure of overlap is then proposed to decide whether a rule should be discarded from the rule set. In other studies [4245], a genetic process for removing redundant rules from fuzzy rule sets in classification and modeling has been proposed.

As has been defined in [46], redundant rules include duplicate rules and more specific rules that are covered by more general rules within the rule base. From this last definition and the membership function fusion method presented in [39], we propose a simple and efficient methodology (see experimental results) that searches rules that cover contiguous areas of their input variables associated with the same state of the output variable, and recently, it builds a new and more general rule that covers the contiguous states of the input variables and the same state of the output variable. These original rules will be redundant with the new rule, and then they can be substituted by this new more general rule.

To perform this task, we can apply an algorithm composed of the following steps:

  • It searches for rules with overlap in the antecedent and consequent.

  • It makes groups of rules with only one difference in the same proposition of the antecedent.

  • For each of these groups, it selects the rules with adjacent fuzzy sets in this proposition. These redundant rules can be simplified into only one rule.

The new rule will be the same as the old rules except in their different proposition, and now, their new fuzzy set will be built by the composition of the involved adjacent fuzzy sets.

3.2.3. Algorithm Proposed to Evaluate the Decrease in Performance

A reduction of rules can produce a lack of accuracy in modeling or control problems. Therefore, it is important to evaluate the utility of a rule by analyzing its impact on the global system behavior. To evaluate the accuracy of a new KB, this paper proposes the use of an algorithm that contains the following steps:

  • Calculate the “Absolute Errors” for each element of a wide set of states in the space of “n” input variables, as follows:

    AE = ( | output system   1 output system   2 | )
    in which each individual error has been obtained by subtracting two FRBS outputs (outputFRBSystem 1 – outputFRBSystem 2).
  • Calculate the “Sum of the Absolute Errors” (SAE), which must be obtained by considering a wide set of states in the space of “n” input variables.

    SAE = i 1 = 1 L 1 i j = 1 L j i n = 1 L n ( | output FRBSystem   1 output FRBSystem   2 | )
    where L1, Lj, Ln point to the higher value of the space of the input variables first, jth and nth. According to this definition, this parameter reports the global difference between the outputs of two FRBSs.
  • Calculation of the “Relative Error” (RE), as follows:

    RE = SAE i 1 = 1 L 1 i j = 1 L j i n = 1 L n ( output FRBSystem   1 )

According to this definition, the RE parameter generates a value in the interval (0,1) that has been obtained by normalizing the SAE with the addition of FRBS 1 outputs. If at least one of these indicators is higher than its threshold of admissible value, we can infer that the KB used in system 2 may not have completeness or consistency.

3.2.4. Transformation of the Base of Rules descriptive into approximates

To make the most out of approximate and descriptive FRBS advantages, this approach enables the use of descriptive and approximate KBs, while the inference engine of the embedded FRBS works as an approximate Mamdani-type.

If a descriptive KB composition is chosen, the human expert must specify the linguistic labels associated with each linguistic variable, the descriptive fuzzy sets defining the semantic of each label and the linguistic rules composing the RB. In this case, there is a simple transformation, in which each rule substitutes the descriptive fuzzy sets by approximate sets and is required to construct an equivalent approximate KB.

Therefore, in this process, each descriptive fuzzy set that points to a specific fuzzy set of a linguistic partition of the underlying linguistic variable is substituted by an approximate fuzzy set that contains the numeric definition of the membership function of the specific fuzzy set associated with each variable.

3.2.5. Communications Protocol

Later, when the descriptive KB is transformed into an approximate KB, a communications protocol is used to transmit the KBs. As described in [47], this application layer protocol has been implemented on Sun SPOTs [48] and on a computer and it has been designed to allow the distribution of entire or partial KBs (including variables and fuzzy sets) to the sensor nodes, to provide the collection of inferred data, to manage the sensor nodes, and to integrate with other measurement applications.

This protocol has encouraged the versatility of its services to make sensors capable of achieving a wide range of tasks, which was one of the conclusions shown in [49]. According to [50], the main purpose of this protocol is to provide an Application Service Interface (ASI) to manage the problems generated with applications that access every low-level system of the device.

The advantages associated with the use of the wireless intelligent sensor management application protocol presented can be summarized with:

  • A service interface that is independent of the platform.

  • To provide support to a complete or incremental update of KBs.

  • Versatility in the way in which sensor nodes notify their measurements, results or inferences.

  • To provide support to minimize communication and processing and to optimize battery usage.

  • To provide support to new types of probes, actuators or sensors due to the open data format and hierarchical labeling system used.

4. Experimental Results

To illustrate the proposed methodology of rule reduction and the evaluation of performances, three experiments have been performed to model, with simple KBs, the behavior of two plagues of the olive tree: prays (Prays oleae Bern.) and repilo (Spilocaea oleagina). The life cycles of these plagues depend on the humidity, temperature and photoperiod, but they are not the same [51]. The common steps of each experiment consist of the following:

  • KB generation in the visual interface.

  • Rule transformations.

  • KB transmission.

  • Modeling a wide set of system states (400,000) in an FRBS.

  • Run the modeling process until achieving a 5% discharge in the battery, and calculating the number of necessary inferences.

  • Transmission of results.

Each experiment has a specific role. In Experiment 1, an approximate KB is composed of an RB with two groups of rules (GR) (Tables 1 and 2) and their associated specific fuzzy set (FS) definitions (Figures 3 and 4).

Table 1. Group of rules used to model prays (in specific and common KB).
Table 2. Group of rules used to model repilo (in specific and common KB).
Figure 3. Membership functions of the input and output variable fuzzy sets defined in specific approximate rules for prays modeling.
Figure 4. Membership functions of the inputs and output variable fuzzy sets defined in specific approximate rules for repilo modeling.

In Experiment 2, an approximate KB is composed of a RB with two GR (Tables 3 and 4) and the associated specific FS definitions (Figures 5 and 6). In this case, the rules and FS definitions have been obtained using the redundancy reduction module. As can be observed, this algorithm decreases twelve rules for prays RB and eleven rules for the repilo KB (Tables 3 and 4) and generates, by means of fusion, new FSs (six for prays and four for repilo) (Figures 5 and 6).

Table 3. Reduced group of rules used to model prays.
Table 4. Reduced group of rules used to model repilo.
Figure 5. Input fuzzy sets for prays modeling, in reduced KB.
Figure 6. Input fuzzy sets for repilo modeling, in reduced KB.

With the purpose of illustrating the rule reduction process, an example of reduction is shown. In the GR used to model prays (Table 1), there is a set of three rules with the same consequent and the same second and third proposition in their antecedents:

  • R1: If Humidity is S and Temperature is VS and Photoperiod is S Then Prays Alert is VS

  • R2: If Humidity is M and Temperature is VS and Photoperiod is S Then Prays Alert is VS

  • R3: If Humidity is L and Temperature is VS and Photoperiod is S Then Prays Alert is VS

Applying the proposed algorithm, these original rules can be simplified into a single rule (New R1).

New R1: If Humidity is S&M&L and Temperature is VS and Photoperiod is S Then Prays Alert is VS

Except for the first proposition in the antecedent, the rule “New R1” is equal to the three originals. Now, the FS associated with the “Humidity” variable is “S&M&L” (Figure 5), which has been obtained by means of composition of the three original FS (Figure 3).

In Experiment 3, a descriptive KB is composed of an RB with two GRs (Tables 1 and 2) and the definition of linguistic labels associated with each linguistic variable (Figure 7). In this case, the use of linguistic labels prevents specific FS definitions for each GR.

Figure 7. Membership functions of the input and output variable fuzzy sets included in common descriptive KB for prays and repilo modeling.

To evaluate the accuracy of the KBs used in the second and third experiments, we calculate the parameters AE, SAE and RE, which are explained in Section 3.2.3. In this case, the calculation of these parameters has been performed by taking into account that System 1 is an FRBS with the original approximate KB and System 2 is an FRBS with the following:

  • A descriptive KB, if we are considering the second experiment.

  • A reduced approximate KB, if we are considering the third experiment.

To show the results of this evaluation, we have obtained the following indicators:

  • (a) The “Sum of the Absolute Errors” (SAE) and the “Relative Error” (RE) have been calculated considering a wide set of system states (400,000) in the space of the photoperiod, temperature and humidity variables.

To calculate these parameters, we have used Equations (2) and (3), taking into account that we now have three input variables: photoperiod, temperature and humidity and L1 = 100, L2 = 40, L3 = 100.

Considering that the proposed FRBS is used to model the behavior of two plagues (prays and repilo) of the olive tree, their global SAE must be calculated as the sum of the SAEs for prays and repilo.

SAE Global = SAE Prays + SAE Repilo

In the same way, the global RE must be calculated as the average of the REs for prays and repilo.

RE Global = ( RE Prays + RE Repilo ) 2

In Tables 5 and 6, we can see the values taken by these accuracy parameters.

Table 5. Accuracy parameters in the case of modeling with a descriptive KB.
Table 6. Accuracy parameters in the case of modeling with a reduced approximate KB.

As can be observed in Table 6, in the case of modeling with a reduced approximate KB, the parameters REGlogal and SAEGlobal take low values (relatively close to zero), mainly if they are compared with their values in the case of modeling with a descriptive KB (see Table 5), so much so that they are more than fifty nine times greater. Therefore, the use of the reduced approximate KB entails a small decrease in the accuracy of the modeling process, while the use of the descriptive KB entails an unacceptable degradation of the accuracy.

  • (b). In each of the second and third experiments, we calculated 400,000 values of the AE parameter. Because this number is too large to be shown in a table, to be informative about the values of this parameter, we present the following:

First is the evolution of the sum of the AE for each state of a wide set of values (100) in the space of the photoperiod variable:

  • In the case of modeling prays.

  • In the case of modeling repilo.

Second, for some values of the photoperiod variable, the evolution of the AE for a wide set of states (4,000) in the space of temperature and humidity variables are shown:

  • In the case of modeling prays.

  • In the case of modeling repilo.

As can be observed in the previous figures, the use of the reduced approximate KB proposed entails a small decrease in the accuracy, which is limited to small regions of the input variable space (see Figures 9, 11, 13 and 15); otherwise, the use of the descriptive KB proposed entails a highest decrease in the accuracy that is widespread on extensive regions of the input variable space (see Figures 8, 10, 12 and 14). To evaluate the effect on battery consumption, two sets of measurements have been performed over each one of the FRBS proposed in the three experiments:

Figure 9. The sum of the AE for different values of the photoperiod variable, in the case of modeling prays with a reduced approximate KB.
Figure 11. The sum of the AE for different values of the photoperiod variable, in the case of modeling repilo with a reduced approximate KB.
Figure 13. The AE for different values of the temperature and humidity variables (considering photoperiod = 80%), in the case of modeling prays with a reduced approximate KB.
Figure 15. The AE for different values of the temperature and humidity variables (considering photoperiod = 20%), in the case of modeling with a reduced approximate KB.
Figure 8. The sum of the AE for different values of the photoperiod variable, in the case of modeling prays with a descriptive KB.
Figure 10. The sum of the AE for different values of the photoperiod variable, in the case of modeling repilo with a descriptive KB.
Figure 12. The AE for different values of the temperature and humidity variables (considering photoperiod = 80%), in the case of modeling prays with a descriptive KB.
Figure 14. The AE for different values of the temperature and humidity variables (considering photoperiod = 80%), in the case of modeling with a descriptive KB.
  • The run time necessary to execute 400,000 continued inferences. The results obtained (Table 7) show that the use of the approximate reduced KB versus the original KB saves approximately 25.64% in battery consumption. These rule reductions have been obtained without an appreciable lack of accuracy in modeling (RE = 0.47%).

    Table 7. Comparison of performance considering different types of embedded FRBS.
  • The number of inferences and the battery consumption necessary to obtain a 5% discharge in the battery.

The results obtained (Table 8) show that the use of the approximate reduced KB versus the original KB makes it possible to have an increase of 50% in the number of inferences.

Table 8. Comparison of the number of necessary inferences to produce a 5% discharge in battery.

From the analysis of the experimental results obtained, we notice that it has been possible to compose an optimized KB, adapted to model olive plagues, which generates a decrease in the FRBS run time (an increase in the inference rate) and a decrease in battery consumption (a decrease in the time of discharge in the battery sensor), without substantially decreasing the accuracy.

5. Conclusions

This work has presented a distributed architecture proposal for collaborative FRBSs embedded in WSNs, which has been designed to optimize the implementation of IS by means of WSNs. This architecture includes the following:

  • A design of the inference engine adapted to achieve a high level of accuracy by means of the use of an approximate KB.

  • A visual interface to facilitate the generation of descriptive KBs with a large degree of interpretability in the linguistic rules.

  • A module to decrease the redundancy and the complexity of the KB without a substantial decrease in their completeness and consistency.

  • A module to evaluate the accuracy of the new reduced KB that is obtained.

  • A module that makes possible the transformation of descriptive KBs into approximate KBs, for the purpose of achieving a high level of accuracy beginning with rules that have a high degree of interpretability.

  • A communications protocol for the distribution of KBs, data and measures.

This architecture, the proposed methodologies of rule reduction and the evaluation of performances have been applied to the problem of modeling two plagues of the olive tree: the Prays and the Repilo.

The results have shown the effectiveness of the proposed structure for optimizing the execution of an FRBS embedded into a sensor. In this sense, we can observe that the use of a reduced approximate KB, obtained according to the proposed architecture, entails the following:

  • A small decrease in the accuracy of the modeling process, and this decrease is limited to small regions of the input variable space.

  • A substantial decrease in FRBS run time (increasing the inference rate) and in battery consumption (decreasing the time for discharge of the sensor battery).

These results suggest that the architecture presented in this paper allows a decrease in the consumption of the resources required (memory, CPU and battery) by an FRBS embedded in a node of a WSN, without a substantial decrease in the accuracy of the inferred values.

Acknowledgments

This work was partially supported by the University of Jaén and Caja Rural de Jaén (Spain) (Project UJA2010/14/02).

References

  1. Lee, J-H; Hashimoto, H. Intelligent space-concept and contents. Adv. Robot 2002, 16, 265–280. [Google Scholar]
  2. Lee, J-H; Morioka, K; Ando, N; Hashimoto, H. Cooperation of distributed intelligent sensors in intelligent environment. IEEE ASME Trans. Mechatron 2004, 9, 535–543. [Google Scholar]
  3. Trivedi, M; Huang, K; Mikic, I. Dynamic context capture and distributed video arrays for intelligent spaces. IEEE Trans. Syst. Man Cybern. Part A 2005, 35, 145–163. [Google Scholar]
  4. Sasaki, T; Brscic, D; Hashimoto, H. Implementation of Distributed Sensor Network for Intelligent Space. Procedeedings of the ICM2007 4th IEEE International Conference on Mechatronics, Kumamoto, Japan, 8–10 May 2007; pp. 1–6.
  5. Sasaki, T; Hashimoto, H. Design and Implementation of Distributed Sensor Network for Intelligent Space based on Robot Technology Components. Proceedings of the HSI ’09 2nd Conference on Human System Interactions, Piscataway, NJ, USA, 21–23 May 2009; pp. 400–405.
  6. Temelkova, S; Paunkoska, N; Pavloski, M; Atanasovski, V. Sensors and RFID Enabling Smart Space. Proceedings of the 17th Telecommunications Forum TELFOR 2009, Belgrade, Serbia, 24–26 November 2009.
  7. Song, BY; Tian, GH; Liu, J; Zhou, FY; Zhang, YR. ZigBee wireless sensor networks based detection and help system for elderly abnormal behaviors in service robot intelligent space. Appl Mech Mater 2011, 48–49, 1378–1382. [Google Scholar]
  8. Chowdhry, BS; Shardha, KK; Naeem, U; Rajput, AQ. Development of Wireless Sensor Networks for Smart Civil Structures and Highway Safety. Proceedings of the IEEE International Conference on Signal Processing and Communications (ICSPC 2007), Dubai, UAE, 24–27 November 2007; pp. 420–423.
  9. Akyildiz, IK; Su, W; Sankarasubramaniam, Y; Cyirci, E. Wireless sensor networks: A survey. Comput. Netw 2002, 38, 393–422. [Google Scholar]
  10. Karl, H; Willig, A. Protocols and Architectures for Wireless Sensor Networks; John Wiley and Sons: Chichester, UK, 2007. [Google Scholar]
  11. Canada-Bago, J; Fernandez-Prieto, JA; Gadeo-Martos, MA; Velasco, JR. A new collaborative knowledge-based approach for wireless sensor networks. Sensors 2010, 10, 6044–6062. [Google Scholar]
  12. Cordón, O; Herrera, F; Hoffmann, F; Magdalena, L. Genetic Fuzzy Systems: Evolutionary Tuning and Learning of Fuzzy Knowledge Bases; Zadeh, L, Hirota, K, Klir, G, Sanchez, E, Wang, P, Yager, R, Eds.; World Scientific Publishing: Singapore, 2001; Volume 19. [Google Scholar]
  13. Zadeh, LA. Fuzzy sets. Inf. Control 1965, 8, 338–353. [Google Scholar]
  14. Cook, DJ; Das, SK. Smart Environments: Technologies, Protocols, and Applications; Wiley Series on Parallel and Distributed Computing; Wiley Interscience: Hoboken, NJ, USA, 2004. [Google Scholar]
  15. Johanson, B; Fox, A; Winograd, T. The interactive workspaces project: Experiences with ubiquitous computing rooms. IEEE Pervasive Comput. Mag 2002, 1, 67–74. [Google Scholar]
  16. Nishida, Y; Hori, T; Suehiro, T; Hirai, S. Sensorized Environment for Self-Communication Based on Observation of Daily Human Behavior. Proceedings of the 2000 IEEE/RSJ International Conference on Intelligent Robots and Systems, Takamatsu, Japan, 30 October–5 November 2000; 2, pp. 1364–1372.
  17. Mynatt, ED; Melenhorst, A-S; Fisk, A-D; Rogers, WA. Aware technologies for aging in place: Understanding user needs and attitudes. IEEE Pervasive Comput 2004, 3, 36–41. [Google Scholar]
  18. Mori, T; Hayama, N; Noguchi, H; Sato, T. Informational Support in Distributed Sensor Environment Sensing Room. Proceedings of the 13th IEEE International Workshop on Robot and Human Interactive Communication, Kurashiki, Okayama, Japan, 20–22 September 2004; pp. 353–358.
  19. Niitsuma, M; Hashimoto, H. Spatial memory as an aid system for human activity in intelligent space. IEEE Trans. Indust. Electron 2007, 54, 1122–1131. [Google Scholar]
  20. Gorostiza, EM; Lázaro Galilea, JL; Meca Meca, FJ; Salido Monzú, D; Espinosa Zapata, F; Pallarés Puerto, L. Infrared sensor system for mobile-robot positioning in intelligent spaces. Sensors 2011, 11, 5416–5438. [Google Scholar]
  21. Pizarro, D; Mazo, M; Santiso, E; Marron, M; Jimenez, D; Cobreces, S; Losada, C. Localization of mobile robots using odometry and an external vision sensor. Sensors 2010, 10, 3655–3680. [Google Scholar]
  22. Iniesta, C; Botia, J; Ruiz, P. Distribution of a Reasoning Engine over Wireless Sensor Networks. In Highlights in Practical Applications of Agents and Multiagent Systems Advances in Intelligent and Soft Computing; Springer: Berlin/Heidelberg, Germany, 2011; Volume 89, pp. 223–231. [Google Scholar]
  23. Wang, Y; Wang, Z. Design of Intelligent Residential Lighting Control System Based on ZigBee Wireless Sensor Network and Fuzzy Controller. Proceedings of the International Conference on Machine Vision and Human-Machine Interface (MVHI), Kaifeng, China, 24–25 April 2010; pp. 561–564.
  24. Gracanin, D; Adams, K; Eltoweissy, M. Data Replication in Collaborative Sensor Network Systems. Proceedings of the 25th IEEE International Performance, Computing, and Communications Conference, Phoenix, AZ, USA, 10–12 April 2006; pp. 389–396.
  25. Marron, PJ; Minder, D. Cooperating Objects Roadmap and Conclusions. In Cooperating Embedded Systems and Wireless Sensor Networks, 1st ed; Banatre, M, Marron, PJ, Ollero, A, Wolisz, A, Eds.; John Wiley and Sons, Inc: Hoboken, NJ, USA, 2008; pp. 405–411. [Google Scholar]
  26. Ollero, A; Wolisz, A; Banatre, M. An Introduction of the Concept of Cooperating Objects and Sensor Networks. In Cooperating Embedded Systems and Wireless Sensor Networks, 1st ed; Banatre, M, Marron, PJ, Ollero, A, Wolisz, A, Eds.; John Wiley and Sons, Inc: Hoboken, NJ, USA, 2008; pp. 13–23. [Google Scholar]
  27. Marin-Perianu, M; Havinga, P. A Distributed Fuzzy Logic Engine for Rule-Based Wireless Sensor Networks. Proceeding of the 4th International Symposium on Ubiquitous Computing Systems, Tokio, Japan, 25–28 November 2007; pp. 86–101.
  28. Mamdani, EH. Applications of fuzzy algorithm for control a simple dynamic plant. Proc. IEEE 1974, 121, 1585–1588. [Google Scholar]
  29. Bardossy, A; Duckstein, L. Fuzzy Rule-Based Modeling with Application to Geophysical, Biological and Engineering Systems; CRC Press: Boca Raton, FL, USA, 1995. [Google Scholar]
  30. Cordón, O; Herrera, F. A General Study on Genetic Fuzzy Systems. In Genetic Algorithms in Engineering and Computer Science; Periaux, J, Winter, G, Galán, M, Cuesta, P, Eds.; John Wiley and Sons: Hoboken, NJ, USA, 1995; pp. 33–57. [Google Scholar]
  31. Carse, B; Fogarty, TC; Munro, A. Evolving fuzzy rule based controllers using genetic algorithms. Fuzzy Sets Syst 1996, 80, 273–294. [Google Scholar]
  32. Koczy, L. Fuzzy if … then rule models and their transformation into one other. IEEE Trans. Syst. Man Cybern 1996, 26, 621–637. [Google Scholar]
  33. Driankov, D; Hellendoorrn, H; Reinfrank, M. An Introduction to Fuzzy Control; Springer-Verlag: Berlin/Heidelberg, Germany, 1993. [Google Scholar]
  34. Lee, CC. Fuzzy logic in control systems: Fuzzy logic controller—Parts I and II. IEEE Trans Syst Man Cybern 1990, 20, 404–418. [Google Scholar]
  35. Pedrycz, W. Fuzzy Modelling: Paradigms and Practice; Springer: Berlin, Germany, 1996. [Google Scholar]
  36. Sugeno, M; Yasura, T. A fuzzy-logic-based approach to qualitative modeling. IEEE Trans. Fuzzy Syst 1993, 1, 7–31. [Google Scholar]
  37. Kaymak, U; Babuska, R. Compatible Cluster Merging for Fuzzy Modeling. Proceedings of the FUZZ-IEEE/IFES’95, Yokohama, Japan, 20–24 March 1995; pp. 897–904.
  38. Sun, C-T. Rule-base structure identification in an adaptive-networkbased fuzzy inference system. IEEE Trans. Fuzzy Syst 1994, 2, 64–73. [Google Scholar]
  39. Song, BG; Marks, RJ, II; Oh, S; Arabshahi, P; Caudell, TP; Choi, JJ. Adaptive Membership Function Fusion and Annihilation in Fuzzy If-Then Rules. Proceedings of Second IEEE International Conference on Fuzzy Systems, San Francisco, CA, USA, 28 March–1 April 1993; 2, pp. 961–967.
  40. Yuan, Y; Zhuang, H. A genetic algorithm for generating fuzzy classification rules. Fuzzy Sets Syst 1996, 84, 1–19. [Google Scholar]
  41. Venturini, G. SIA: A Supervised Inductive Algorithm with Genetic Search for Learning Attributes based Concepts. Proceedings of the ECML ’93 European Conference on Machine Learning, Vienna, Austria, 5–7 April 1993; Brazdil, P, Ed.; Springer: London, UK, 1993; 667, pp. 280–296. [Google Scholar]
  42. Cordón, O; Herrera, F. Identification of Linguistic Fuzzy Models by Means of Genetic Algorithms. In Fuzzy Model Identification: Selected Approaches; Driankov, D, Hellendoorn, H, Eds.; Springer Verlag: Berlin, Germany, 1997; pp. 215–250. [Google Scholar]
  43. Cordón, O; del Jesus, MJ; Herrera, F. Genetic learning of fuzzy rule-based classification systems cooperating with fuzzy reasoning methods. Int. J. Intell. Syst 1998, 13, 1025–1053. [Google Scholar]
  44. Herrera, F; Lozano, M; Verdegay, JL. A Learning process for fuzzy control rules using genetic algorithms. Fuzzy Sets Syst 1998, 100, 143–158. [Google Scholar]
  45. Ishibuchi, H; Nozaki, K; Yamamoto, N; Tanaka, H. Selecting fuzzy if-then rules for classification problems using genetic algorithms. IEEE Trans. Fuzzy Syst 1995, 3, 260–270. [Google Scholar]
  46. Galea, M; Shen, Q; Levine, J. Evolutionary approaches to fuzzy modelling for classification. Knowl. Eng. Rev 2004, 19, 27–59. [Google Scholar]
  47. Cuevas-Martinez, JC; Gadeo-Martos, MA; Fernandez-Prieto, JA; Canada-Bago, J; Yuste-Delgado, AJ. Wireless intelligent sensors management application protocol-WISMAP. Sensors 2010, 10, 8827–8849. [Google Scholar]
  48. Sun SPOT, Available online: https://www.sunspotworld.com/ (accessed on 28 July 2011).
  49. Yick, J; Mukherjee, B; Ghosal, D. Wireless sensor network survey. Comput. Netw 2008, 52, 2292–2330. [Google Scholar]
  50. Karl, H; Willig, A. Protocols and Architectures for Wireless Sensor Networks; John Wiley and Sons: Chichester, UK, 2007. [Google Scholar]
  51. Montiel Bueno, A. Factores de regulación de las poblaciones de Prays oleae (Bern.). Bol. Serv. Plagas 1981, 7, 133–140. [Google Scholar]

Article Metrics

Citations

Article Access Statistics

Multiple requests from the same IP address are counted as one view.