USING BACKPROPAGATION NEURAL NETWORK IN OBJECT RECOGNITION FOR HYBRID MECHANISM MOBILE ROBOT

Size: px
Start display at page:

Download "USING BACKPROPAGATION NEURAL NETWORK IN OBJECT RECOGNITION FOR HYBRID MECHANISM MOBILE ROBOT"

Transcription

1 Proceedngs of the ASME 21 Internatonal Mechancal Engneerng Congress and Exposton IMECE21 November 12-18, 21, Vancouver, Canada IMECE USING BACKPROPAGATION NEURAL NETWORK IN OBJECT RECOGNITION FOR HYBRID MECHANISM MOBILE ROBOT Samer Charfa Computer Scences Corporaton Alexandra, VA, USA Pnhas Ben-Tzv Robotcs and Mechatroncs Lab The George Washngton Unversty Washngton, DC, USA ABSTRACT Navgaton of moble robots n envronments wth rregular terran s a challengng task for scentsts and engneers because t nvolves 3D envronment recognton and hgh order dynamcs of the moble robotc systems. One way to solve ths problem s to use hybrd locomoton mechansms. In ths paper, we am to establsh a novel frame work for hybrd local planner whch combnes moton prmtves wth artfcal neural networks for navgaton n rough terran. Ths artfcal neural network decson engne wll fnd the optmal modes of locomoton for the Hybrd Mechansm Moble Robot. The nput to the neural network s the measurements of the obstructon and the output s the confguratons sutable for surmountng an obstacle. Once the robot dscovers a change n the terran (such as hgh step, low step, etc.), number of measurements wll be taken usng a feature extracton method to decde the locomoton mode sutable for a partcular terran. Several measurements of the obstructon are consdered, such as heght, area, and depth of each surface n the scene. These are computed from the 3D representaton of the envronment bult usng the on-board sensors, stereo cameras, and a 3D laser range fnder. These measurements are fed nto a backpropagaton neural network n order to choose the successful canddate robot confguraton. Keywords Moble robots, Autonomous navgaton, Object recognton, Artfcal Neural Networks 1. INTRODUCTION Snce Shakey, the frst robot to navgate autonomously [1], robots have started sharng the same workspace wth humans. Clearly, t s very neffcent to restrct the locomoton of moble robots to regular wheeled locomoton and consequentally restrct ther workspace to ndoor envronments. However, many problems are nvolved n roughterran navgaton such as 3D envronment recognton and sometmes moton plannng of complex systems wth multmode locomoton. A possble approach to reduce the computatonal complexty of the moton plannng n rough terrans s based on restrctng the possble trajectores of the robot to a famly of curves/straght lnes that can be obtaned from the nterconnecton of approprately defned prmtves [2]. Moton prmtves and other types of maneuvers have been appled wdely to robotcs and dgtal anmaton. Number of general strateges has been used: a) Record and playback: Ths strategy restrcts moton to a lbrary of maneuvers. For example, humanod locomoton can be planned as a sequence of pre-computed steps [3]. Robust helcopter flght can be planned as a sequence of feed-forward control strateges to move between trm states [4-5]. The moton of peg-clmbng robots can be planned as a sequence of actons lke grab the nearest peg [7]. b) Model reducton: Ths strategy plans overall moton. For example, another way to generate natural-lookng humanod locomoton s to approxmate the robot as a cylnder, plan a 2D collson-free path of ths cylnder, and follow ths path wth a fxed gat [8]. A smlar method s used to plan the moton of nonholonomc wheeled vehcles [9]. c) Bas nverse knematc solutons: Lke model reducton, ths strategy frst plans the moton of key ponts on a robot or dgtal actor, such as the locaton of hands or feet or center of gravty. But nstead of a fxed controller, a search algorthm s used to compute a pose of the robot at each nstant that tracks these 1 Copyrght 21 by ASME

2 ponts (an nverse knematc soluton). One approach s to choose an nverse knematc soluton accordng to a probablty densty functon learned from hgh-qualty example motons [1, 11]. Recently, moton-prmtve-based algorthms have been successfully used n robotc navgaton. Hwangbo et al. [12] have used moton prmtves for local moton plannng of a sngle wng UAV. Goldberg et al. [13] have proposed the so called GESTALT navgaton algorthm. GESTALT s a set of routnes that fnd the next best drecton for a robot to move, gven the state of the world already seen, updated sensor data, and a desred waypont goal. Pvtorako et al. [14] proposed a new set of moton prmtves whch relaxed the condton that all moton prmtves are placed on constant curvature arcs. They have shown that by usng moton prmtves wth varous curvatures rather than constant curvature wll mprove the performance of the dual global and local navgaton system. For many robotc platforms, such as ndoor moble navgaton or UAV s, the choce of the best moton prmtve s mostly determned by number of factors such as mnmum dstance [12], least tme, or least energy. For a free-clmbng robot, such as the robot consdered n ths paper, many constrants play equally mportant role. These are statc equlbrum, closed-chan knematcs, collson-avodance, and torque lmts; all of whch affect the choce of the wnnng moton prmtve dfferently at each set of motons to be performed [15]. In ths paper, we propose a frame work for hybrd local planner whch combnes moton prmtves wth artfcal neural networks for navgaton n rough terran. The applcaton of artfcal ntellgence technques such as neural networks n the decson makng of the robot has been successfully done n a wde varety of robotc platforms. Antsakls [16] suggested that the use of Artfcal Neural Networks (ANN) n control systems s a natural evolutonary step to meet new challenges because they have the potental for very complcated system. Snce then, the ANNs have been used n many aspects of control systems. Robotcs moton plannng s one of the challengng problems especally for robots wth large number of degrees of freedom and eventually hgher dmensonal confguraton space. Recently, a number of researchers have appled ANN s n robot navgaton. Harb et al. [17] have used an ANN to perform object recognton and robot navgaton. They were able to recognze envronments such as corrdors, ntersectons, corners etc. However, t s not clear how the plannng part of ther algorthm navgates the robot. Gao and Han [18] have used neural networks to solve the problem of obstacle avodance and navgaton for an ndoor unmanned aeral vehcle based on mage data. Pettersson et al. [19] have used neural networks for executon montorng purposes. They were able to dentfy model-free falure predcton. Also, Hou et al. [2] have proposed neural network schemes for nformaton processng, localzaton and navgaton of moble robots. In ther approach, they have used the neural network to solve the optmzaton problem for path plannng. The path plannng algorthm s based on the mnmzaton of the dstance to an obstacle. The proposed algorthm wll use moton prmtves to plan the steps for the robot clmbng. Moreover, Backpropagaton Neural Network (BNN) wll be used to choose the wnnng moton prmtve. 2. HYBRID MECHANISM MOBILE ROBOT Wthout a loss of generalty, the proposed algorthm wll be appled to the Hybrd Mechansm Moble Robot (HMMR) shown Fgure 1. The HMMR s a mult-confguraton moble robot, whch has the ablty to utlze ts manpulator arm to clmb obstacles as well as for manpulaton purposes [21 24]. Furthermore, each lnk has the ablty to be folded nsde the prevous lnk so as to change the number of degrees of freedom dependng on the requred locomoton mode. Consequently, the HMMR can generate several modes of locomoton contngent on whether t fully or partally deploys ts manpulator arm. Ths specal property allows t to overcome regular terrans/obstacles (such as stars, dtches, and steps) and rregular terrans (such as a rubble ple). The full geometrcal symmetry of the HMMR provdes t wth the ablty to deploy ts lnks from both sdes of the platform, whch means that the robot wll have the same functonalty even f t were to flp over. Overall, the HMMR ncorporates two tracked platforms actuated ndependently and provde tracton to the robot. A central manpulator arm wth two lnks and two degrees of freedom (DOF) s cascaded n between the tracks. The actuaton of these DOF s s performed separately va motors located under the tracks. Ptch Actuated Laser Range Fnder Fgure 1: CAD drawng of the HMMR In addton to the grpper, the thrd lnk n the HMMR accommodates a servo-actuated mechansm that carres a Ptch- Actuated Laser Range Fnder (PALRF) and a stereo vson system. A sngle board computer s also housed nsde the lnk. Ths connects drectly to the camera and Ldar n order to process mages and synthesze actons accordngly. Ths robot s currently n the manufacturng process. The detaled 2 Copyrght 21 by ASME

3 descrpton of the HMMR s not n the scope of ths paper, but nterested readers can fnd more nformaton n references [21 24]. In ths paper, we are nterested n presentng the autonomous decson makng process of the robot supported by smulatons. 3. THE GENERAL FRAME OF LOCAL PLANNING The dual plannng n autonomous navgaton s a wdely adopted practce n robotcs. Most moble robot navgaton technques are developed at two levels: the local level and the global level. The global planner s assgned the msson of fndng the optmal path plan based on the lmted pror knowledge of the envronment. However, the local planner deals wth navgaton on the scale of a few meters, where the man problem s obstacle avodance. The local navgaton s manly useful for rapd responses to avod collsons. Moreover, the local planner can be of specal use for robots whch have the ablty to surmount an obstructon f needed, lke the HMMR. In ths case, once the sensors detect an obstructon, the robot should be able to classfy ths object nto classes based on the features of the obstructon. In the HMMR, these features are extracted usng the 3D laser range fnder. The classfcaton process wll not only classfy the obstructon nto surmountable or non-surmountable obstacles; t should also determne the type of surmountng process that the robot wll use. For a reconfgurable robot such as the HMMR, t uses dfferent confguratons for dfferent stuatons. In ths paper, these confguratons are lmted to four types of obstructons: Small step, Hgh step, Star, Wall. These confguratons are just examples to test the classfcatons process; however t s not lmted to the above mentoned four cases. In Fgure 2, the flow chart of the proposed local plannng algorthm s presented. The algorthm starts wth followng the global plan. Ths can be computed usng any sutable navgaton functon such as artfcal potental feld, Probablstc Road-Maps, or Rapdly-explorng Random Trees RRTs, etc. In ths paper, the harmonc artfcal potental feld s adopted. The harmonc potental feld has no local mnma. It performs very well as a global planner. However, t has been shown [25] that the harmonc potental feld performs poorly for local plannng. In ths paper, ths drawback s compensated by usng the proposed local planner. The local planner starts once the robot dscovers an obstructon usng a stereo vson system. Immedately thereafter, the robot wll start scannng the envronment usng Ptch Actuated Laser Range Fnder and a 3D cloud (X,Y,Z) representaton of the envronment wll be acqured. Ths s elaborated upon n the followng secton. The next step s to dvde the 3D cloud nto a number of moton prmtves n dfferent drectons. The moton prmtves are shown n Fgure 3, where a number of rays are llustrated. Every ray represents a possble drecton for a canddate moton prmtve. The next step s to compute metrcs of these canddates such as heght and wdth and degree of dffculty. These wll be fed nto a neural network whch wll label each wth a degree of dffculty. For now, we adopted the followng levels of dffculty: Wall = 4, star = 3, hgh step = 2, low step = 1, flat ground, =. The next step wll be to fnd the canddate moton prmtves wth the lowest dffculty score. If one s found wth score then follow t. If none s found then update the number of moton prmtves. If multple are found then check whch has the lowest potental feld values. Fgure 2: Flow chart represents the general frame of the local plannng algorthm 3 Copyrght 21 by ASME

4 Obstacles HMMR Moton prmtves Fgure 3: Moton prmtves for the HMMR 4. FEATURE EXTRACTION In Fgure 4, the Ptch Actuated Laser Range Fnder (PALRF) s shown. Every pont n the pont cloud data of the PALRF can be represented n terms of three varables (ρ, ψ, θ), where ρ s the dstance from the LRF to the poston of the pont of nterest, θ s the ptch angle, and ψ s the yaw angle. For every ptch angle θ, the values of the 2D polar varables (ρ, ψ) readngs of the LRF are projected nto a local coordnate system (x,y,z). The orgn of ths coordnate system s located at the center of the scannng level of the LRF. After movng n the ptch drecton, all ponts n the space wll be projected nto one global coordnate system. We have chosen the global coordnates system (X,Y,Z) to be located at the center of rotaton, as shown n Fgure 4. The homogenous transformaton wll transfer any pont P = [P ρ, P ψ, P θ ] T represented usng the varables (ρ, ψ, θ ), nto the global coordnates (P X, P Y, P Z ). Ths transformaton s descrbed n the followng equaton: PX 1 PY P Z 1 cos sn sn cos cos d sn sn, d cos 1 1 (1) Fgure 4: Ptch Actuated Laser Range Fnder An example of a 3D mage generated by the PALRF s shown n Fgure 6. Fgure 5 shows a 2D mage of stars taken by a dgtal camera. These stars were scanned usng the PALRF system shown n Fgure 4. All the scanned data was projected on one frame usng Equaton 2. Fgure 6 shows a 3D mage of the star usng PALRF. A segmentaton process has been appled on the 3D mage to segment each surface n order to extract useful nformaton from the 3D mage. Ths nformaton may be the heght of each step, dstance to each step, wdth of each step, etc. Ths s shown n Fgure 7. For example, the actual heght of each step was 28 cm whle the measured heght of the steps wth the PALRF was around 31 cm. It should be noted here that snce the laser scanner measures dstance to objects and not heghts, the process of projectng these dstances nto ther respectve surfaces and subtractng them to get the heghts could ntroduce error. Ths error may be attrbuted to two possble factors: the frst s the accuracy of fndng the edge of the step, and the second may be attrbuted to hardware lmtatons of the laser scanner n terms of fndng the accurate dstance. where d s the length of the rotatng arm. Eq. (1) maps every pont n the pont cloud nto a pont n the global coordnate system. Fgure 5: Scannng envronment of the PALRF 4 Copyrght 21 by ASME

5 If ncreasng a gven weght would lead to more error, that weght s reduced and vce versa After adjustng all the weghts up or down, ths process s restarted and contnued untl the weghts and the errors settle down The unqueness of general backpropagaton les n the method used to calculate the exact dervatves for all of the weghts n only one pass through the system. The GBPN works as two pass: forward evaluatons, whch use the nput events to calculate the network desred output Yˆ ; and Reverse Evaluaton Werbos [26] chan rule for ordered dervatves to calculate the error and adjust the weght, as show n Fgure Yˆ Fgure 6: 3D mage of the PALRF Yˆ Fgure 8: Forward and backward flow of GBPN Fgure 7: A segmentaton of the 3D mage nto surfaces 5. BACKPROPAGATION NEURAL NETWORK In ths secton, the neural network s brefly descrbed. After segmentng the envronment, the neural network wll nput slces of the 3D Ldar mage n order to make a decson on what moton prmtve the robot should consder, as explaned n Fgure 2. We assume that each nput event vector X has a dmenson of m and each output event vector has a dmenson of n (see Fgure 7). We also assume that the network has N+n tranable neurons. N can take any value, where N m. The backpropagaton neural network can be summarzed n the followng steps: Start wth assgnng arbtrary values for the weghts W Next, calculate the outputs Y(t) and the errors E(t) for that set of weghts Then, calculate the dervatves of E(t) wth respect to all of the weghts. In ths paper, the nput X s consdered to be the set of sub-3dmages, whch represents the moton prmtves. Each sub-3dmage s a slce of the whole 3D mage computed by the PALRF. In partcular, X s a set of 5x121 matrces. The output vector Y contans the labels of the sub-3d-mages. 5.1 Tranng Data of the Neural Network In ths secton, we show samples of tranng data for the neural network. These tranng data sets fall nto fve categores, as shown n Table 1. The HMMR has a lbrary of strateges for each of the fve sets. The robot uses dfferent locomoton technques n dealng wth each case. Ths s explaned n the followng table. Table 1: 3D mages of dfferent terrans are used as tranng set for the neural network Clear: Relatvely clear terran, traversable wthout changng confguraton from normal crusng mode 5 Copyrght 21 by ASME

6 plannng algorthm was able to ntalze 11 moton prmtves n the frontal drecton of the robot, as explaned n Fgure 3. The Moton Prmtves (MPs) are nput to the BNN and consequentally labeled by ther level of dffculty, as shown n Table 3. Low step: An obstructon that s below the heght of the tracks of the HMMR Table 3: Labelng results of the MPs shown n Fgure 9 Hgh step: Label MPs A step of suffcent heght so as to requre more sophstcated clmbng technques W 1,2,3,9,1,11 S 4 HS 5,6,7 Note that the levels of dffculty are lsted from easy to dffcult as: flat terran, small step, hgh step, star, and wall. Therefore, accordng to Table 3, the prmtves 4, 5 and 6 wll have the easest path. Consderng the confguraton of the robot and the global plannng, moton prmtve 6 would be the wnner. Stars: A common specal case for a seres of low steps Wall: An obstacle that s not traversable wth any avalable strategy from the lbrary Fgure 9: Sample scenaro to test the moton-prmtve algorthm 5.2 Testng the BNN 18 2 cases were collected for each of the above mentoned categores for tranng. Another set of 1 cases were used for testng. The neural network showed very good classfcaton. The percentages of correct classfcatons for each case are summarzed n the followng table Number of tested cases Number of mssed classfcatons Small (SS) 1 Step Star (S) 1 1 Hgh Step (HS) Table 2: Testng the recognton capablty of the BNN-based system Case Wall (W) The wnnng moton prmtve 2 Fgure 1: 3D representaton of the envronment n Fgure 9 showng the wnnng moton prmtve (dmensons n color bar are n [mm]) Note that the testng data vares n shape, dstance and orentaton from the tranng data; however, the robot was able to approxmate t nto one of the known cases. 7. CONCLUSIONS 6. SIMULATION RESULTS In ths secton, we have tested the moton prmtve algorthm on a scenaro that s shown n Fgure 9. The local In ths paper, we have establshed a novel framework for local plannng appled to clmbng robots as well as to robots workng n rregular terrans. The novel terran classfcaton 6 Copyrght 21 by ASME

7 algorthm s accomplshed by usng moton prmtves and a supervsed neural network. The feature selecton algorthm of the terran s based on a 3D mage of a Ptch Actuated Laser Range Fnder. Features of several types of terrans were used to tran a backpropagaton neural network. The neural network has been tested n a number of envronments. The smulaton results show correct classfcaton. The output generated was the correct path wth the lowest degree of dffculty. ACKNOWLEDGMENTS Ths work s supported by the Defense Advanced Research Projects Agency (DARPA) under grant number HR We also would lke to acknowledge the support provded by the DARPA Program Manager, Ms. Melane Dumas. REFERENCES [1] A Short Hstory of Robots: [2] Frazzol, E., Dahleh M.A., and Feron, E., 1999, Robust hybrd control for autonomous vehcles moton plannng, Techncal Report LIDS-P-2468, Laboratory for Informaton and Decson Systems, Massachusetts Insttute of Technology. [3] Kuffner, J.J., Nshwak, K., Kagam, S., Inaba, M., Inoue, H., 23, Moton plannng for humanod robots, In Internatonal Symposum on Robotcs Research, pp [4] Frazzol, E., Dahleh, M.A., Feron, E., 22, Maneuver-based moton plannng for nonlnear systems wth symmetres, IEEE Transacton on Robotcs, 25(1), pp [5] Frazzol, E., Dahleh, M.A., Feron, E., 22, Real-tme moton plannng for agle autonomous vehcles, AIAA Journal of Gudance, Control, and Dynamcs, 25(1), pp [6] Gavrlets, V., Frazzol, E., Mettler, B., Pedmonte, M., Feron, E., 21, Aggressve maneuverng of small autonomous helcopters: A human-centered approach, Internatonal Journal of Robotc Research, 2(1), pp [7] Bevly, D., Farrtor, S., Dubowsky, S., 2, Acton module plannng and ts applcaton to an expermental clmbng robot, In IEEE Internatonal Conference for Robotcs and Automaton, pp [8] Ng A.Y., Km H.J., Jordan M., Sastry, S., 23, Autonomous helcopter flght va renforcement learnng, Processng Advances n Neural Informaton Systems, pp [9] Laumond, J., Jacobs, P., Tax, M., Murray, R., 1994, A moton planner for nonholonomc moble robots, IEEE Transacton on Robotcs and Automaton, 1(5), pp [1] Lu, C.K., Hertzmann, A., Popov c. Z., 25, Learnng physcs-based moton style wth nonlnear nverse optmzaton, ACM Transacton on Graphcs, 24(3), pp [11] Grochow, K., Martn S.L., Hertzmann, A., Popov c, Z., 24, Style-based nverse knematcs, ACM Transacton on Graphcs, 23(3), pp [12] Hwangbo, M., Kuffner J., Kanade T., 27, Effcent Twophase 3D Moton Plannng for Small Fxed-wng UAVs, IEEE Internatonal Conference on Robotcs and Automaton, pp [13] Goldberg, S.B., Mamone M.W., Matthes, L., 22, Stereo Vson and Rover Navgaton Software for Planetary Exploraton, Proceedngs IEEE Aerospace Conference, pp [14] Pvtorako, M., Nesnas, I., Kelly, A., 29, Autonomous Robot Navgaton wth Advanced Moton Prmtves, IEEE Aerospace Conference, pp [15] Brtl, T., 26, Moton Plannng of Mult-Lmbed Robots Subject to Equlbrum Constrants: The Free-Clmbng Robot Problem, Internatonal Journal of Robotcs Research, 25(4), pp [16] Antsakls, P.J., 199, Neural Networks n Control Systems, Specal Issue on Neural Network n Control Systems, IEEE Control Systems Magazne, 1(3), pp [17] Harb, M., Abelmona, R., Naj, K., Petrul, E., 28, Neural Networks for Envronmental Recognton and Navgaton of a Moble Robot, IEEE Internatonal Instrumentaton and Measurement Technology Conference, pp [18] Gao, B., Han, L.S., 26, "Neural networks mplementaton of the vsual nformaton processng for an ntellgent aeral vehcle", IEEE Internatonal Conference on Cogntve Informatcs, pp [19] Pettersson, O., Karlsson, L., Saffott, A., 27, Model-Free Executon Montorng n Behavor-Based Robotcs, IEEE Transacton on Systems, Man, and Cybernetcs PART B, 37(4), pp [2] Hou, Z.G., Tan, M., Gupta, M.M., Nkforuk, P.N., Homma N., 25, Neural Network Methods for the Localzaton and Navgaton of Moble Robots, Canadan Conference on Electrcal and Computer Engneerng, pp [21] Ben-Tzv, P., Goldenberg, A.A., and Zu, J.W., 28, "Desgn and Analyss of a Hybrd Moble Robot Mechansm wth Compounded Locomoton and Manpulaton Capablty", Journal of Mechancal Desgn, 13, pp [22] Ben-Tzv, P., Goldenberg, A.A., and Zu, J.W., 27, "Implementaton of Sensors and Control Paradgm for a Hybrd Moble Robot Manpulator for Search and Rescue Operatons", In Proc. IEEE Internatonal Workshop on Robotc and Sensors Envronments (ROSE 27), Ontaro, Canada, pp [23] Ben-Tzv, P., Goldenberg, A.A., and Zu, J.W., 28, "Desgn, Smulatons and Optmzaton of a Tracked Moble Robot Manpulator wth Hybrd Locomoton and Manpulaton Capabltes", n Proc. IEEE Internatonal Conference on Robotcs and Automaton, ICRA 8, Pasadena, CA, pp [24] Ben-Tzv, P., 21, "Expermental Valdaton and Feld Performance Metrcs of a Hybrd Moble Robot Mechansm", Journal of Feld Robotcs, Vol. 27, Issue 3, pp [25] Tanner, H.G., Lozou, S.G., Kyrakopoulos, K.J., 23, Nonholonomc Navgaton and Control of Cooperatng Moble Manpulators, IEEE Transacton on Robotcs and Automaton, 19(1), pp [26] Werbos, P., 1994, The Roots Of Backpropagaton: From Ordered Dervatves To Neural Networks And Poltcal Forecastng, Wley-Interscence, New York, NY. 7 Copyrght 21 by ASME

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

More information

ANNUAL OF NAVIGATION 11/2006

ANNUAL OF NAVIGATION 11/2006 ANNUAL OF NAVIGATION 11/2006 TOMASZ PRACZYK Naval Unversty of Gdyna A FEEDFORWARD LINEAR NEURAL NETWORK WITH HEBBA SELFORGANIZATION IN RADAR IMAGE COMPRESSION ABSTRACT The artcle presents the applcaton

More information

Finding Proper Configurations for Modular Robots by Using Genetic Algorithm on Different Terrains

Finding Proper Configurations for Modular Robots by Using Genetic Algorithm on Different Terrains Internatonal Journal of Materals, Mechancs and Manufacturng, Vol. 1, No. 4, November 2013 Fndng Proper Confguratons for Modular Robots by Usng Genetc Algorthm on Dfferent Terrans Sajad Haghzad Kldbary,

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

A Hybrid Ant Colony Optimization Algorithm or Path Planning of Robot in Dynamic Environment

A Hybrid Ant Colony Optimization Algorithm or Path Planning of Robot in Dynamic Environment Hao Me, Yantao Tan, Lnan Zu A Hybrd Ant Colony Optmzaton Algorthm or Path Plannng of Robot n Dynamc Envronment A Hybrd Ant Colony Optmzaton Algorthm for Path Plannng of Robot n Dynamc Envronment 1 Hao

More information

Behavior-Based Autonomous Robot Navigation on Challenging Terrain: A Dual Fuzzy Logic Approach

Behavior-Based Autonomous Robot Navigation on Challenging Terrain: A Dual Fuzzy Logic Approach Behavor-Based Autonomous Robot Navgaton on Challengng Terran: A Dual Fuzzy Logc Approach 1 Kwon Park and 2 Nan Zhang South Dakota School of Mnes and Technology Department of Electrcal and Computer Engneerng

More information

NETWORK 2001 Transportation Planning Under Multiple Objectives

NETWORK 2001 Transportation Planning Under Multiple Objectives NETWORK 200 Transportaton Plannng Under Multple Objectves Woodam Chung Graduate Research Assstant, Department of Forest Engneerng, Oregon State Unversty, Corvalls, OR9733, Tel: (54) 737-4952, Fax: (54)

More information

Developing a Gesture Based Remote Human-Robot Interaction System Using Kinect

Developing a Gesture Based Remote Human-Robot Interaction System Using Kinect Developng a Gesture Based Remote Human-Robot Interacton System Usng Knect Kun Qan 1, Je Nu 2 and Hong Yang 1 1 School of Automaton, Southeast Unversty, Nanjng, Chna 2 School of Electrcal and Electronc

More information

Particle Filters. Ioannis Rekleitis

Particle Filters. Ioannis Rekleitis Partcle Flters Ioanns Reklets Bayesan Flter Estmate state x from data Z What s the probablty of the robot beng at x? x could be robot locaton, map nformaton, locatons of targets, etc Z could be sensor

More information

MTBF PREDICTION REPORT

MTBF PREDICTION REPORT MTBF PREDICTION REPORT PRODUCT NAME: BLE112-A-V2 Issued date: 01-23-2015 Rev:1.0 Copyrght@2015 Bluegga Technologes. All rghts reserved. 1 MTBF PREDICTION REPORT... 1 PRODUCT NAME: BLE112-A-V2... 1 1.0

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

More information

Fast Code Detection Using High Speed Time Delay Neural Networks

Fast Code Detection Using High Speed Time Delay Neural Networks Fast Code Detecton Usng Hgh Speed Tme Delay Neural Networks Hazem M. El-Bakry 1 and Nkos Mastoraks 1 Faculty of Computer Scence & Informaton Systems, Mansoura Unversty, Egypt helbakry0@yahoo.com Department

More information

Key-Words: - Automatic guided vehicles, Robot navigation, genetic algorithms, potential fields

Key-Words: - Automatic guided vehicles, Robot navigation, genetic algorithms, potential fields Autonomous Robot Navgaton usng Genetc Algorthms F. ARAMBULA COSIO, M. A. PADILLA CASTAÑEDA Lab. de Imágenes y Vsón Centro de Instrumentos, UNAM Méxco, D.F., 451 MEXICO Abstract: - In ths paper s presented

More information

Application of Intelligent Voltage Control System to Korean Power Systems

Application of Intelligent Voltage Control System to Korean Power Systems Applcaton of Intellgent Voltage Control System to Korean Power Systems WonKun Yu a,1 and HeungJae Lee b, *,2 a Department of Power System, Seol Unversty, South Korea. b Department of Power System, Kwangwoon

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame Ensemble Evoluton of Checkers Players wth Knowledge of Openng, Mddle and Endgame Kyung-Joong Km and Sung-Bae Cho Department of Computer Scence, Yonse Unversty 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749

More information

Industrial Robots used in Forges Applications

Industrial Robots used in Forges Applications Industral Robots used n Forges Applcatons Lvu Cuptu, Ivanescu Andre Nck 2 and Sorn Brotac 3 Department of Mechancal Engneerng and Mechatroncs, Poltehnca Unversty of Bucharest, Romana E-mal: lvu.cuptu@omtr.pub.ro

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

More information

Learning Ensembles of Convolutional Neural Networks

Learning Ensembles of Convolutional Neural Networks Learnng Ensembles of Convolutonal Neural Networks Lran Chen The Unversty of Chcago Faculty Mentor: Greg Shakhnarovch Toyota Technologcal Insttute at Chcago 1 Introducton Convolutonal Neural Networks (CNN)

More information

Cooperative localization method for multi-robot based on PF-EKF

Cooperative localization method for multi-robot based on PF-EKF Scence n Chna Seres F: Informaton Scences 008 SCIENCE IN CHINA PRESS Sprnger www.scchna.com nfo.scchna.com www.sprngerln.com Cooperatve localzaton method for mult-robot based on PF-EKF WANG Lng, WAN JanWe,

More information

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate Comparatve Analyss of Reuse and 3 n ular Network Based On IR Dstrbuton and Rate Chandra Thapa M.Tech. II, DEC V College of Engneerng & Technology R.V.. Nagar, Chttoor-5727, A.P. Inda Emal: chandra2thapa@gmal.com

More information

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network Avalable onlne at www.scencedrect.com Proceda Engneerng 5 (2 44 445 A Prelmnary Study on Targets Assocaton Algorthm of Radar and AIS Usng BP Neural Networ Hu Xaoru a, Ln Changchuan a a Navgaton Insttute

More information

Queen Bee genetic optimization of an heuristic based fuzzy control scheme for a mobile robot 1

Queen Bee genetic optimization of an heuristic based fuzzy control scheme for a mobile robot 1 Queen Bee genetc optmzaton of an heurstc based fuzzy control scheme for a moble robot 1 Rodrgo A. Carrasco Schmdt Pontfca Unversdad Católca de Chle Abstract Ths work presents both a novel control scheme

More information

Letters. Evolving a Modular Neural Network-Based Behavioral Fusion Using Extended VFF and Environment Classification for Mobile Robot Navigation

Letters. Evolving a Modular Neural Network-Based Behavioral Fusion Using Extended VFF and Environment Classification for Mobile Robot Navigation IEEE RANSACIONS ON EVOLUIONARY COMPUAION, VOL. 6, NO. 4, AUGUS 2002 413 Letters Evolvng a Modular Neural Network-Based Behavoral Fuson Usng Extended VFF and Envronment Classfcaton for Moble Robot Navgaton

More information

Multiple Robots Formation A Multiobjctive Evolution Approach

Multiple Robots Formation A Multiobjctive Evolution Approach Avalable onlne at www.scencedrect.com Proceda Engneerng 41 (2012 ) 156 162 Internatonal Symposum on Robotcs and Intellgent Sensors 2012 (IRIS 2012) Multple Robots Formaton A Multobctve Evoluton Approach

More information

Cooperative perimeter surveillance with a team of mobile robots under communication constraints

Cooperative perimeter surveillance with a team of mobile robots under communication constraints 213 IEEE/RSJ Internatonal Conference on Intellgent Robots and Systems (IROS) November 3-7, 213. Toyo, Japan Cooperatve permeter survellance wth a team of moble robots under communcaton constrants J.J.

More information

Adaptive System Control with PID Neural Networks

Adaptive System Control with PID Neural Networks Adaptve System Control wth PID Neural Networs F. Shahra a, M.A. Fanae b, A.R. Aromandzadeh a a Department of Chemcal Engneerng, Unversty of Sstan and Baluchestan, Zahedan, Iran. b Department of Chemcal

More information

Trajectory Planning of Welding Robot Based on Terminal Priority Planning

Trajectory Planning of Welding Robot Based on Terminal Priority Planning Sensors & Transducers 4 by IFSA Publshng, S. L. http://www.sensorsportal.com Trajectory Plannng of Weldng obot Based on Termnal Prorty Plannng, Ch GAO, Mnhou LUO, Fayong GUO, Hu GAO Mechancal and Electronc

More information

antenna antenna (4.139)

antenna antenna (4.139) .6.6 The Lmts of Usable Input Levels for LNAs The sgnal voltage level delvered to the nput of an LNA from the antenna may vary n a very wde nterval, from very weak sgnals comparable to the nose level,

More information

Advanced Bio-Inspired Plausibility Checking in a Wireless Sensor Network Using Neuro-Immune Systems

Advanced Bio-Inspired Plausibility Checking in a Wireless Sensor Network Using Neuro-Immune Systems Fourth Internatonal Conference on Sensor Technologes and Applcatons Advanced Bo-Inspred Plausblty Checkng n a reless Sensor Network Usng Neuro-Immune Systems Autonomous Fault Dagnoss n an Intellgent Transportaton

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

INITIALIZATION OF ROBOTIC FORMATIONS USING DISCRETE PARTICLE SWARM OPTIMIZATION

INITIALIZATION OF ROBOTIC FORMATIONS USING DISCRETE PARTICLE SWARM OPTIMIZATION 24 Internatonal Symposum on on Automaton & Robotcs n n Constructon (ISARC 2007) Constructon Automaton Group, I.I.T. Madras INITIALIZATION OF ROBOTIC FORMATIONS USING DISCRETE PARTICLE SWARM OPTIMIZATION

More information

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES IEE Electroncs Letters, vol 34, no 17, August 1998, pp. 1622-1624. ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES A. Chatzgeorgou, S. Nkolads 1 and I. Tsoukalas Computer Scence Department, 1 Department

More information

Multi-Robot Map-Merging-Free Connectivity-Based Positioning and Tethering in Unknown Environments

Multi-Robot Map-Merging-Free Connectivity-Based Positioning and Tethering in Unknown Environments Mult-Robot Map-Mergng-Free Connectvty-Based Postonng and Tetherng n Unknown Envronments Somchaya Lemhetcharat and Manuela Veloso February 16, 2012 Abstract We consder a set of statc towers out of communcaton

More information

熊本大学学術リポジトリ. Kumamoto University Repositor

熊本大学学術リポジトリ. Kumamoto University Repositor 熊本大学学術リポジトリ Kumamoto Unversty Repostor Ttle Wreless LAN Based Indoor Poston and Its Smulaton Author(s) Ktasuka, Teruak; Nakansh, Tsune CtatonIEEE Pacfc RIM Conference on Comm Computers, and Sgnal Processng

More information

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter Walsh Functon Based Synthess Method of PWM Pattern for Full-Brdge Inverter Sej Kondo and Krt Choesa Nagaoka Unversty of Technology 63-, Kamtomoka-cho, Nagaoka 9-, JAPAN Fax: +8-58-7-95, Phone: +8-58-7-957

More information

Robot Docking Based on Omnidirectional Vision and Reinforcement Learning

Robot Docking Based on Omnidirectional Vision and Reinforcement Learning Robot Dockng Based on Omndrectonal Vson and Renforcement Learnng Davd Muse, Cornelus Weber and Stefan Wermter Hybrd Intellgent Systems, School of Computng and Technology Unversty of Sunderland, UK. Web:

More information

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION Phaneendra R.Venkata, Nathan A. Goodman Department of Electrcal and Computer Engneerng, Unversty of Arzona, 30 E. Speedway Blvd, Tucson, Arzona

More information

Research Article Dynamic Relay Satellite Scheduling Based on ABC-TOPSIS Algorithm

Research Article Dynamic Relay Satellite Scheduling Based on ABC-TOPSIS Algorithm Mathematcal Problems n Engneerng Volume 2016, Artcle ID 3161069, 11 pages http://dx.do.org/10.1155/2016/3161069 Research Artcle Dynamc Relay Satellte Schedulng Based on ABC-TOPSIS Algorthm Shufeng Zhuang,

More information

GAUSSIAN KERNEL CONTROLLER FOR PATH TRACKING IN MOBILE ROBOTS

GAUSSIAN KERNEL CONTROLLER FOR PATH TRACKING IN MOBILE ROBOTS Proceedngs o the ASME 2018 Internatonal Desgn Engneerng Techncal Conerences and Computers and Inormaton n Engneerng Conerence IDETC/CIE 2018 August 26-29, 2018, Quebec Cty, Quebec, Canada DETC2018-85641

More information

Communication-Aware Distributed PSO for Dynamic Robotic Search

Communication-Aware Distributed PSO for Dynamic Robotic Search Communcaton-Aware Dstrbuted PSO for Dynamc Robotc Search Logan Perreault Montana State Unversty Bozeman, Montana 59715 logan.perreault@cs.montana.edu Mke P. Wtte Montana State Unversty Bozeman, Montana

More information

Kinematics of a dedicated 6DOF Robot for Tele-echography

Kinematics of a dedicated 6DOF Robot for Tele-echography Knematcs of a dedcated DOF Robot for ele-echography L Al Basst G Posson P Veyres Laboratory of Vson and Robotcs Unversty of Orleans 1800 Bourges France lbasst@bourgesunv-orleansfr Abstract hs paper presents

More information

Sensors for Motion and Position Measurement

Sensors for Motion and Position Measurement Sensors for Moton and Poston Measurement Introducton An ntegrated manufacturng envronment conssts of 5 elements:- - Machne tools - Inspecton devces - Materal handlng devces - Packagng machnes - Area where

More information

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

current activity shows on the top right corner in green. The steps appear in yellow

current activity shows on the top right corner in green. The steps appear in yellow Browzwear Tutorals Tutoral ntroducton Ths tutoral leads you through the basc garment creaton process usng an llustrated step by step approach. Each slde shows the actual applcaton at the stage of the acton

More information

Formation Control of Mobile Robots using Multiple Aerial Cameras

Formation Control of Mobile Robots using Multiple Aerial Cameras Ctaton: M. Aranda, G. López-Ncolás, C. Sagüés, Y. Mezouar. Formaton control of moble robots usng multple aeral cameras. IEEE Transactons on Robotcs, vol. 3, no. 4, pp. 64-7, 5 Formaton Control of Moble

More information

An Activity Based Mobility Prediction Strategy Using Markov Modeling for Wireless Networks

An Activity Based Mobility Prediction Strategy Using Markov Modeling for Wireless Networks An Actvty Based Moblty Predcton Strategy Usng Markov Modelng for Wreless Networks R.V. Mathvarun and V.Vadeh Abstract: The foremost objectve of a wreless network s to facltate the communcaton of moble

More information

A Multi-Robot System Based on A Hybrid Communication Approach

A Multi-Robot System Based on A Hybrid Communication Approach Studes n Meda and Communcaton Vol. 1, No. 1; June 13 ISSN 35-871 E-ISSN 35-88X Publshed by Redfame Publshng URL: http://smc.redfame.com A Mult-Robot System Based on A Hybrd Communcaton Approach Tngka Wang,

More information

Laser Measurement System based maneuvering Target tracking formulated by Adaptive Competitive Neural Networks

Laser Measurement System based maneuvering Target tracking formulated by Adaptive Competitive Neural Networks ADAPIVE 00 : he Second Internatonal Conference on Adaptve and Self-Adaptve Systems and Applcatons Laser Measurement System based maneuverng arget trackng formulated by Adaptve Compettve Neural Networks

More information

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY kdmller@gau.edu.tr

More information

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes 5-95 Fall 08 # Games and Nmbers A. Game 0.5 seconds, 64 megabytes There s a legend n the IT Cty college. A student that faled to answer all questons on the game theory exam s gven one more chance by hs

More information

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme Performance Analyss of Mult User MIMO System wth Block-Dagonalzaton Precodng Scheme Yoon Hyun m and Jn Young m, wanwoon Unversty, Department of Electroncs Convergence Engneerng, Wolgye-Dong, Nowon-Gu,

More information

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies Internatonal Journal of Smart Home Vol.8, No. (04), pp.7-6 http://dx.do.org/0.457/sh.04.8.. Research on the Process-level Producton Schedulng Optmzaton Based on the Manufacturng Process Smplfes Y. P. Wang,*,

More information

THE INTERNET-BASED TELEOPERATION: MOTION AND FORCE PREDICTIONS USING THE PARTICLE FILTER METHOD

THE INTERNET-BASED TELEOPERATION: MOTION AND FORCE PREDICTIONS USING THE PARTICLE FILTER METHOD Proceedngs of the ASME 2 Internatonal Mechancal Engneerng Congress & Exposton IMECE2 November 2-8, 2, Vancouver, Brtsh Columba, Canada IMECE2-4495 THE INTERNET-BASED TELEOPERATION: MOTION AND FORCE PREDICTIONS

More information

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION Vncent A. Nguyen Peng-Jun Wan Ophr Freder Computer Scence Department Illnos Insttute of Technology Chcago, Illnos vnguyen@t.edu,

More information

Development of Neural Networks for Noise Reduction

Development of Neural Networks for Noise Reduction The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 00 89 Development of Neural Networks for Nose Reducton Lubna Badr Faculty of Engneerng, Phladelpha Unversty, Jordan Abstract:

More information

Secure Transmission of Sensitive data using multiple channels

Secure Transmission of Sensitive data using multiple channels Secure Transmsson of Senstve data usng multple channels Ahmed A. Belal, Ph.D. Department of computer scence and automatc control Faculty of Engneerng Unversty of Alexandra Alexandra, Egypt. aabelal@hotmal.com

More information

arxiv: v1 [cs.lg] 8 Jul 2016

arxiv: v1 [cs.lg] 8 Jul 2016 Overcomng Challenges n Fxed Pont Tranng of Deep Convolutonal Networks arxv:1607.02241v1 [cs.lg] 8 Jul 2016 Darryl D. Ln Qualcomm Research, San Dego, CA 92121 USA Sachn S. Talath Qualcomm Research, San

More information

Skiing robot - design, control, and navigation in unstructured environment Leon Lahajnar, Andrej Kos and Bojan Nemec

Skiing robot - design, control, and navigation in unstructured environment Leon Lahajnar, Andrej Kos and Bojan Nemec Robotca (2009) volume 27, pp. 567 577. 2008 Cambrdge Unversty Press do:10.1017/s0263574708004955 Prnted n the Unted Kngdom Skng robot - desgn, control, and navgaton n unstructured envronment Leon Lahajnar,

More information

PSO and ACO Algorithms Applied to Location Optimization of the WLAN Base Station

PSO and ACO Algorithms Applied to Location Optimization of the WLAN Base Station PSO and ACO Algorthms Appled to Locaton Optmzaton of the WLAN Base Staton Ivan Vlovć 1, Nša Burum 1, Zvonmr Špuš 2 and Robert Nađ 2 1 Unversty of Dubrovn, Croata 2 Unversty of Zagreb, Croata E-mal: van.vlovc@undu.hr,

More information

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods Beam qualty measurements wth Shack-Hartmann wavefront sensor and M-sensor: comparson of two methods J.V.Sheldakova, A.V.Kudryashov, V.Y.Zavalova, T.Y.Cherezova* Moscow State Open Unversty, Adaptve Optcs

More information

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J.

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J. ABSTRACT Research Artcle MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patdar, J. Sngha Address for Correspondence Maulana Azad

More information

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs Journal of Communcatons Vol. 9, No. 9, September 2014 A New Type of Weghted DV-Hop Algorthm Based on Correcton Factor n WSNs Yng Wang, Zhy Fang, and Ln Chen Department of Computer scence and technology,

More information

Coordinating the Motions of Multiple Robots with Specified Trajectories

Coordinating the Motions of Multiple Robots with Specified Trajectories Coordnatng the Motons of Multple Robots wth Specfed Trajectores Srnvas Akella Seth Hutchnson Department of Computer Scence Beckman Insttute Rensselaer Polytechnc Insttute Unversty of Illnos, Urbana-Champagn

More information

Simplified Motion Modeling for Snake Robots

Simplified Motion Modeling for Snake Robots Smplfed Moton Modelng for Snake Robots Floran Enner, Davd Rollnson and Howe Choset Abstract We present a general method of estmatng a snake robot s moton over flat ground usng only knowledge of the robot

More information

Design of Shunt Active Filter for Harmonic Compensation in a 3 Phase 3 Wire Distribution Network

Design of Shunt Active Filter for Harmonic Compensation in a 3 Phase 3 Wire Distribution Network Internatonal Journal of Research n Electrcal & Electroncs Engneerng olume 1, Issue 1, July-September, 2013, pp. 85-92, IASTER 2013 www.aster.com, Onlne: 2347-5439, Prnt: 2348-0025 Desgn of Shunt Actve

More information

HUMANOID robots continue to be an active topic for

HUMANOID robots continue to be an active topic for 1050 IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 59, NO. 2, FEBRUARY 2012 Dependable Humanod Navgaton System Based on Bpedal Locomoton Yeonsk Kang, Hyunsoo Km, Soo-Hyun Ryu, Nakju Lett Doh, Assocate

More information

Robot Motion Planning Using Neural Networks: A Modified Theory

Robot Motion Planning Using Neural Networks: A Modified Theory 9 Robot Moton Plannng Usng Neural Networs: A Modfed Theory Subhrajt Bhattacharya, Sddharth Talapatra Department of Mechancal Engneerng, IIT Kharagpur Abstract -- A based on compettve learnng has been developed

More information

Diversion of Constant Crossover Rate DE\BBO to Variable Crossover Rate DE\BBO\L

Diversion of Constant Crossover Rate DE\BBO to Variable Crossover Rate DE\BBO\L , pp. 207-220 http://dx.do.org/10.14257/jht.2016.9.1.18 Dverson of Constant Crossover Rate DE\BBO to Varable Crossover Rate DE\BBO\L Ekta 1, Mandeep Kaur 2 1 Department of Computer Scence, GNDU, RC, Jalandhar

More information

th year, No., Computational Intelligence in Electrical Engineering,

th year, No., Computational Intelligence in Electrical Engineering, 1 Applcaton of hybrd neural networks combned wth comprehensve learnng partcle swarm optmzaton to shortterm load forecastng Mohammadreza Emarat 1, Farshd Keyna 2, Alreza Askarzadeh 3 1 PhD Student, Department

More information

Research Article Indoor Localisation Based on GSM Signals: Multistorey Building Study

Research Article Indoor Localisation Based on GSM Signals: Multistorey Building Study Moble Informaton Systems Volume 26, Artcle ID 279576, 7 pages http://dx.do.org/.55/26/279576 Research Artcle Indoor Localsaton Based on GSM Sgnals: Multstorey Buldng Study RafaB Górak, Marcn Luckner, MchaB

More information

Effective Parameters for Helical Pole Climbing of the Wheel-based Modular Snake Robot

Effective Parameters for Helical Pole Climbing of the Wheel-based Modular Snake Robot Effectve Parameters for Helcal Pole Clmbng of the Wheel-based Modular Snake Robot Pongsakorn Polchankajorn and Thavda Maneewarn Insttute of FIeld robotcs (FIBO) Kng Mongkut s Unversty of Technology Thonbur

More information

Applying Rprop Neural Network for the Prediction of the Mobile Station Location

Applying Rprop Neural Network for the Prediction of the Mobile Station Location Sensors 0,, 407-430; do:0.3390/s040407 OPE ACCESS sensors ISS 44-80 www.mdp.com/journal/sensors Communcaton Applyng Rprop eural etwork for the Predcton of the Moble Staton Locaton Chen-Sheng Chen, * and

More information

Sentient Autonomous Vehicle using Advanced Neural net Technology

Sentient Autonomous Vehicle using Advanced Neural net Technology Sentent Autonomous Vehcle usng Advanced Neural net Technology J.B.Sddharth Jonathan, Arvnd Chandrasekhar and T.Srnvasan, Department of Computer Scence and Engg, Sr Venkateswara College of Engneerng, Srperumbudur,

More information

Low Sampling Rate Technology for UHF Partial Discharge Signals Based on Sparse Vector Recovery

Low Sampling Rate Technology for UHF Partial Discharge Signals Based on Sparse Vector Recovery 017 nd Internatonal Semnar on Appled Physcs, Optoelectroncs and Photoncs (APOP 017) ISBN: 978-1-60595-5-3 Low Samplng Rate Technology for UHF Partal Dscharge Sgnals Based on Sparse Vector Recovery Qang

More information

The Dynamic Utilization of Substation Measurements to Maintain Power System Observability

The Dynamic Utilization of Substation Measurements to Maintain Power System Observability 1 The Dynamc Utlzaton of Substaton Measurements to Mantan Power System Observablty Y. Wu, Student Member, IEEE, M. Kezunovc, Fellow, IEEE and T. Kostc, Member, IEEE Abstract-- In a power system State Estmator

More information

Intelligent and Robust Genetic Algorithm Based Classifier

Intelligent and Robust Genetic Algorithm Based Classifier Intellgent and Robust Genetc Algorthm Based Classfer S. H. Zahr, H. Raab Mashhad and S. A. Seyedn Downloaded from eee.ust.ac.r at :4 IRDT on Monday September 3rd 018 Abstract: The concepts of robust classfcaton

More information

INSTANTANEOUS TORQUE CONTROL OF MICROSTEPPING BIPOLAR PWM DRIVE OF TWO-PHASE STEPPING MOTOR

INSTANTANEOUS TORQUE CONTROL OF MICROSTEPPING BIPOLAR PWM DRIVE OF TWO-PHASE STEPPING MOTOR The 5 th PSU-UNS Internatonal Conference on Engneerng and 537 Technology (ICET-211), Phuket, May 2-3, 211 Prnce of Songkla Unversty, Faculty of Engneerng Hat Ya, Songkhla, Thaland 9112 INSTANTANEOUS TORQUE

More information

Machine Learning in Production Systems Design Using Genetic Algorithms

Machine Learning in Production Systems Design Using Genetic Algorithms Internatonal Journal of Computatonal Intellgence Volume 4 Number 1 achne Learnng n Producton Systems Desgn Usng Genetc Algorthms Abu Quder Jaber, Yamamoto Hdehko and Rzauddn Raml Abstract To create a soluton

More information

Location of Rescue Helicopters in South Tyrol

Location of Rescue Helicopters in South Tyrol Locaton of Rescue Helcopters n South Tyrol Monca Talwar Department of Engneerng Scence Unversty of Auckland New Zealand talwar_monca@yahoo.co.nz Abstract South Tyrol s a popular destnaton n Northern Italy

More information

Pneumatic Power Bench Assembly

Pneumatic Power Bench Assembly Pneumatc Power Bench Assembly 58338-1 Instructon Sheet 408-9393 09 AUG 11 Fgure 1 1. INTRODUCTION Pneumatc Power Bench Assembly 58338-1 s a pneumatc power unt desgned to accept a varety of nterchangeable

More information

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS INTRODUCTION Because dgtal sgnal rates n computng systems are ncreasng at an astonshng rate, sgnal ntegrty ssues have become far more mportant to

More information

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages Low Swtchng Frequency Actve Harmonc Elmnaton n Multlevel Converters wth Unequal DC Voltages Zhong Du,, Leon M. Tolbert, John N. Chasson, Hu L The Unversty of Tennessee Electrcal and Computer Engneerng

More information

New Applied Methods For Optimum GPS Satellite Selection

New Applied Methods For Optimum GPS Satellite Selection New Appled Methods For Optmum GPS Satellte Selecton Hamed Azam, Student Member, IEEE Department of Electrcal Engneerng Iran Unversty of Scence &echnology ehran, Iran hamed_azam@eee.org Mlad Azarbad Department

More information

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6)

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6) Passve Flters eferences: Barbow (pp 6575), Hayes & Horowtz (pp 360), zzon (Chap. 6) Frequencyselectve or flter crcuts pass to the output only those nput sgnals that are n a desred range of frequences (called

More information

Joint Power Control and Scheduling for Two-Cell Energy Efficient Broadcasting with Network Coding

Joint Power Control and Scheduling for Two-Cell Energy Efficient Broadcasting with Network Coding Communcatons and Network, 2013, 5, 312-318 http://dx.do.org/10.4236/cn.2013.53b2058 Publshed Onlne September 2013 (http://www.scrp.org/journal/cn) Jont Power Control and Schedulng for Two-Cell Energy Effcent

More information

An Improved Method for GPS-based Network Position Location in Forests 1

An Improved Method for GPS-based Network Position Location in Forests 1 Ths full text paper was peer revewed at the drecton of IEEE Communcatons Socety subject matter experts for publcaton n the WCNC 008 proceedngs. An Improved Method for GPS-based Network Poston Locaton n

More information

problems palette of David Rock and Mary K. Porter 6. A local musician comes to your school to give a performance

problems palette of David Rock and Mary K. Porter 6. A local musician comes to your school to give a performance palette of problems Davd Rock and Mary K. Porter 1. If n represents an nteger, whch of the followng expressons yelds the greatest value? n,, n, n, n n. A 60-watt lghtbulb s used for 95 hours before t burns

More information

Chapter 2 Two-Degree-of-Freedom PID Controllers Structures

Chapter 2 Two-Degree-of-Freedom PID Controllers Structures Chapter 2 Two-Degree-of-Freedom PID Controllers Structures As n most of the exstng ndustral process control applcatons, the desred value of the controlled varable, or set-pont, normally remans constant

More information

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm Network Reconfguraton n Dstrbuton Systems Usng a Modfed TS Algorthm ZHANG DONG,FU ZHENGCAI,ZHANG LIUCHUN,SONG ZHENGQIANG School of Electroncs, Informaton and Electrcal Engneerng Shangha Jaotong Unversty

More information

THE GENERATION OF 400 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES *

THE GENERATION OF 400 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES * SLAC PUB 874 3/1999 THE GENERATION OF 4 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES * Sam G. Tantaw, Arnold E. Vleks, and Rod J. Loewen Stanford Lnear Accelerator Center, Stanford Unversty P.O. Box

More information

A General Technical Route for Parameter Optimization of Ship Motion Controller Based on Artificial Bee Colony Algorithm

A General Technical Route for Parameter Optimization of Ship Motion Controller Based on Artificial Bee Colony Algorithm A General Techncal Route for Parameter Optmzaton of Shp Moton Controller Based on Artfcal Bee Colony Algorthm Yanfe Tan, Lwen Huang, and Yong Xong Abstract The most practcal applcaton n ndustral process

More information

Webinar Series TMIP VISION

Webinar Series TMIP VISION Webnar Seres TMIP VISION TMIP provdes techncal support and promotes knowledge and nformaton exchange n the transportaton plannng and modelng communty. DISCLAIMER The vews and opnons expressed durng ths

More information

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks 74 Internatonal Journal of Communcaton Networks and Informaton Securty (IJCNIS) Vol. 3, No., Aprl 0 A Fuzzy-based Routng Strategy for Multhop Cogntve Rado Networks Al El Masr, Naceur Malouch and Hcham

More information

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation 1 Parameter Free Iteratve Decodng Metrcs for Non-Coherent Orthogonal Modulaton Albert Gullén Fàbregas and Alex Grant Abstract We study decoder metrcs suted for teratve decodng of non-coherently detected

More information