• Title/Summary/Keyword: Sensors decision method

Search Result 86, Processing Time 0.022 seconds

A sensor-based obstacle avoidance for a mobile robot (센서 정보를 이용한 이동 로봇의 충돌 회피)

  • 범희락;조형석
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 1992.10a
    • /
    • pp.7-12
    • /
    • 1992
  • This paper proposes a sensor-based path planning method which utilizes fuzzy logic and neural network for obstacle avoidance of a mobile robot in uncertain environments. In order to acquire the information about the environment around the mobile robot, the ultrasonic sensors mounted on the front of mobile robot are used. The neural network, whose inputs are preprocessed by ultrasonic sensor readings, informs the mobile robot of the situation of environment in which mobile robot is at the present instant. Then, according to the situation class, the fuzzy rules are fired to make a decision on the mobile robot action. In addition, this method can be implemented real time since the number of fuzzy rules used to avoid the obstacle is small. Fuzzy rules are constructed based on the human reasoning and tuned by iterative simulations. The effective of the proposed avoidance method is verified by a series of simulations.

  • PDF

Optimal Sensor Placement for Rapid Detecting in Chemical Leak Accident (화학물질의 누출에서 빠른 감지를 위한 센서 배치 최적화)

  • Cho, Jaehoon;Kim, Hyunseung;Kim, Taeok;Shin, Dongil
    • Journal of the Korean Institute of Gas
    • /
    • v.20 no.2
    • /
    • pp.66-71
    • /
    • 2016
  • Nowadays, a number of sensors which are placed in industrial complex are monitoring areas involving chemical leak and other faults. However, even in the presence of the sensors, chemical leaks, sometimes involving huge amount of chemicals, continuously led to big losses in the industrial complex. In most industries, sensor installation has been performed using past experience or using senor manufacturers' guideline; which leads to poor performance of the installed sensor grid. Therefore, we investigate an optimal placement methodology of point sensors for rapid detention and response when chemical leaks happen. This research suggests a generalized formulation suitable for the optimized decision making of minimizing number of sensors to be placed and increasing the fraction of covered scenarios under assumption of negligible effect of other structures. The proposed method has been verified for suitable performance for simple leak scenario simulations, by achieving the safety objectives and guaranteeing safe process operations.

Machine Learning-based Quality Control and Error Correction Using Homogeneous Temporal Data Collected by IoT Sensors (IoT센서로 수집된 균질 시간 데이터를 이용한 기계학습 기반의 품질관리 및 데이터 보정)

  • Kim, Hye-Jin;Lee, Hyeon Soo;Choi, Byung Jin;Kim, Yong-Hyuk
    • Journal of the Korea Convergence Society
    • /
    • v.10 no.4
    • /
    • pp.17-23
    • /
    • 2019
  • In this paper, quality control (QC) is applied to each meteorological element of weather data collected from seven IoT sensors such as temperature. In addition, we propose a method for estimating the data regarded as error by means of machine learning. The collected meteorological data was linearly interpolated based on the basic QC results, and then machine learning-based QC was performed. Support vector regression, decision table, and multilayer perceptron were used as machine learning techniques. We confirmed that the mean absolute error (MAE) of the machine learning models through the basic QC is 21% lower than that of models without basic QC. In addition, when the support vector regression model was compared with other machine learning methods, it was found that the MAE is 24% lower than that of the multilayer neural network and 58% lower than that of the decision table on average.

Ensemble of Nested Dichotomies for Activity Recognition Using Accelerometer Data on Smartphone (Ensemble of Nested Dichotomies 기법을 이용한 스마트폰 가속도 센서 데이터 기반의 동작 인지)

  • Ha, Eu Tteum;Kim, Jeongmin;Ryu, Kwang Ryel
    • Journal of Intelligence and Information Systems
    • /
    • v.19 no.4
    • /
    • pp.123-132
    • /
    • 2013
  • As the smartphones are equipped with various sensors such as the accelerometer, GPS, gravity sensor, gyros, ambient light sensor, proximity sensor, and so on, there have been many research works on making use of these sensors to create valuable applications. Human activity recognition is one such application that is motivated by various welfare applications such as the support for the elderly, measurement of calorie consumption, analysis of lifestyles, analysis of exercise patterns, and so on. One of the challenges faced when using the smartphone sensors for activity recognition is that the number of sensors used should be minimized to save the battery power. When the number of sensors used are restricted, it is difficult to realize a highly accurate activity recognizer or a classifier because it is hard to distinguish between subtly different activities relying on only limited information. The difficulty gets especially severe when the number of different activity classes to be distinguished is very large. In this paper, we show that a fairly accurate classifier can be built that can distinguish ten different activities by using only a single sensor data, i.e., the smartphone accelerometer data. The approach that we take to dealing with this ten-class problem is to use the ensemble of nested dichotomy (END) method that transforms a multi-class problem into multiple two-class problems. END builds a committee of binary classifiers in a nested fashion using a binary tree. At the root of the binary tree, the set of all the classes are split into two subsets of classes by using a binary classifier. At a child node of the tree, a subset of classes is again split into two smaller subsets by using another binary classifier. Continuing in this way, we can obtain a binary tree where each leaf node contains a single class. This binary tree can be viewed as a nested dichotomy that can make multi-class predictions. Depending on how a set of classes are split into two subsets at each node, the final tree that we obtain can be different. Since there can be some classes that are correlated, a particular tree may perform better than the others. However, we can hardly identify the best tree without deep domain knowledge. The END method copes with this problem by building multiple dichotomy trees randomly during learning, and then combining the predictions made by each tree during classification. The END method is generally known to perform well even when the base learner is unable to model complex decision boundaries As the base classifier at each node of the dichotomy, we have used another ensemble classifier called the random forest. A random forest is built by repeatedly generating a decision tree each time with a different random subset of features using a bootstrap sample. By combining bagging with random feature subset selection, a random forest enjoys the advantage of having more diverse ensemble members than a simple bagging. As an overall result, our ensemble of nested dichotomy can actually be seen as a committee of committees of decision trees that can deal with a multi-class problem with high accuracy. The ten classes of activities that we distinguish in this paper are 'Sitting', 'Standing', 'Walking', 'Running', 'Walking Uphill', 'Walking Downhill', 'Running Uphill', 'Running Downhill', 'Falling', and 'Hobbling'. The features used for classifying these activities include not only the magnitude of acceleration vector at each time point but also the maximum, the minimum, and the standard deviation of vector magnitude within a time window of the last 2 seconds, etc. For experiments to compare the performance of END with those of other methods, the accelerometer data has been collected at every 0.1 second for 2 minutes for each activity from 5 volunteers. Among these 5,900 ($=5{\times}(60{\times}2-2)/0.1$) data collected for each activity (the data for the first 2 seconds are trashed because they do not have time window data), 4,700 have been used for training and the rest for testing. Although 'Walking Uphill' is often confused with some other similar activities, END has been found to classify all of the ten activities with a fairly high accuracy of 98.4%. On the other hand, the accuracies achieved by a decision tree, a k-nearest neighbor, and a one-versus-rest support vector machine have been observed as 97.6%, 96.5%, and 97.6%, respectively.

A Study on the Visualization of HNS Hazard Levels to Prevent Accidents at Sea in Real-Time

  • Jeong, Min-Gi;Lee, Moonjin;Lee, Eun-Bang
    • Journal of the Korean Society of Marine Environment & Safety
    • /
    • v.23 no.3
    • /
    • pp.242-249
    • /
    • 2017
  • In order to develop an HNS safety management system to assess and visualize hazard levels via an automated method, we have conceptualized and configured a sample system. It is designed to quantify the risk of a vessel carrying HNS with a matrix method along navigational route and indicate hazards distribution with a contour map. The basic system which provides a visualized degree of hazards in real time has been introduced for the safe navigation of HNS ships. This is useful not only for decision making and circumstantial judgment but may also be utilized for HNS safety management with a risk base. Moreover, this system could be extended to address the navigational safety of marine traffic as well as of autonomous vessels in the near future if the sensors used are connected with IoT technology.

Command Fusion for Navigation of Mobile Robots in Dynamic Environments with Objects

  • Jin, Taeseok
    • Journal of information and communication convergence engineering
    • /
    • v.11 no.1
    • /
    • pp.24-29
    • /
    • 2013
  • In this paper, we propose a fuzzy inference model for a navigation algorithm for a mobile robot that intelligently searches goal location in unknown dynamic environments. Our model uses sensor fusion based on situational commands using an ultrasonic sensor. Instead of using the "physical sensor fusion" method, which generates the trajectory of a robot based upon the environment model and sensory data, a "command fusion" method is used to govern the robot motions. The navigation strategy is based on a combination of fuzzy rules tuned for both goal-approach and obstacle-avoidance based on a hierarchical behavior-based control architecture. To identify the environments, a command fusion technique is introduced where the sensory data of the ultrasonic sensors and a vision sensor are fused into the identification process. The result of experiment has shown that highlights interesting aspects of the goal seeking, obstacle avoiding, decision making process that arise from navigation interaction.

Robust Real-time Control of Autonomous Mobile Robot Based on Ultrasonic and Infrared sensors (초음파 및 적외선 센서 기반 자율 이동 로봇의 견실한 실시간 제어)

  • Nguyen, Van-Quyet;Han, Sung-Hyun
    • Journal of the Korean Society of Manufacturing Technology Engineers
    • /
    • v.19 no.1
    • /
    • pp.145-155
    • /
    • 2010
  • This paper presents a new approach to obstacle avoidance for mobile robot in unknown or partially unknown environments. The method combines two navigation subsystems: low level and high level. The low level subsystem takes part in the control of linear, angular velocities using a multivariable PI controller, and the nonlinear position control. The high level subsystem uses ultrasonic and IR sensors to detect the unknown obstacle include static and dynamic obstacle. This approach provides both obstacle avoidance and target-following behaviors and uses only the local information for decision making for the next action. Also, we propose a new algorithm for the identification and solution of the local minima situation during the robot's traversal using the set of fuzzy rules. The system has been successfully demonstrated by simulations and experiments.

A Study on Intelligent On-line Tool Conditon Monitoring System for Turning Operations (선삭공작을 위한 지능형 실시간 공구 감시 시스템에 관한 연구)

  • Choe, Gi-Hong;Choe, Gi-Sang
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.9 no.4
    • /
    • pp.22-35
    • /
    • 1992
  • In highly automated machining centers, intelligent sensor fddeback systems are indispensable on order to monitor their operations, to ensure efficient metal removal, and to initate remedial action in the event of accident. In this study, an on-line tool wear detection system for thrning operations is developed, and experimentally evaluated. The system employs multiple sensors and the signals from these sensors are processed using a multichannel autoegressive (AR) series model. The resulting output from the signal processing block is then fed to a previously tranied artificial neural network (multiayered perceptron) to make a final decision on the state of the cutting tool. To learn the necessary input/output mapping for tool wear detection, the weithts and thresholds of the network are adjusted according to the back propagation (BP) method during off-line training. The results of experimental evaluation show that the system works well over a wide range of cutting conditions, and the ability of the system to detect tool wear is improved due to the generalization, fault-tolearant and self-ofganizing properties of the neural network.

  • PDF

The Analysis of the Activity Patterns of Dog with Wearable Sensors Using Machine Learning

  • Hussain, Ali;Ali, Sikandar;Kim, Hee-Cheol
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2021.05a
    • /
    • pp.141-143
    • /
    • 2021
  • The Activity patterns of animal species are difficult to access and the behavior of freely moving individuals can not be assessed by direct observation. As it has become large challenge to understand the activity pattern of animals such as dogs, and cats etc. One approach for monitoring these behaviors is the continuous collection of data by human observers. Therefore, in this study we assess the activity patterns of dog using the wearable sensors data such as accelerometer and gyroscope. A wearable, sensor -based system is suitable for such ends, and it will be able to monitor the dogs in real-time. The basic purpose of this study was to develop a system that can detect the activities based on the accelerometer and gyroscope signals. Therefore, we purpose a method which is based on the data collected from 10 dogs, including different nine breeds of different sizes and ages, and both genders. We applied six different state-of-the-art classifiers such as Random forests (RF), Support vector machine (SVM), Gradient boosting machine (GBM), XGBoost, k-nearest neighbors (KNN), and Decision tree classifier, respectively. The Random Forest showed a good classification result. We achieved an accuracy 86.73% while the detecting the activity.

  • PDF

Model updating using the feedback exciter : The decision of sensor location & feedback gain (궤환 제어를 이용한 모델 개선법 : 측정 센서 위치와 궤환 이득값 설정)

  • 정훈상;박영진
    • Proceedings of the Korean Society for Noise and Vibration Engineering Conference
    • /
    • 2002.05a
    • /
    • pp.802-807
    • /
    • 2002
  • The updating of FE model to match it with the experimental results needs the modal information. There are two cases where this methodology is ill-equip to deal with; under-determined and ill-conditioning problem. The feedback exciter that uses the summation of the white noise and the signals from the measurement sensors multiplied with feedback gains can deal with these problems as the new modal data from the closed loop system generate more constraints the updating parameters should obey. The new modal data from the closed loop system should be different to enhance the condition of the modal sensitivity matrix. In this research, a guide for the selection of the sensor locations and the decision of the corresponding output feedback gains is proposed. This method is based on the sensitivity of the modal data with respect to the feedback gains. Through the proper selection of the exciter and sensor locations and the feedback gain, the eigenvalue sensitivity of the updating parameters which cause the ill-conditioning of the modal sensitivity matrix can be modified and consequently the error contamination in updating parameters are reduced.

  • PDF