Self-aware and Self-expressive Camera Networks

Size: px
Start display at page:

Download "Self-aware and Self-expressive Camera Networks"

Transcription

1 1 Self-aware and Self-expressive Camera Networks Bernhard Rinner, Lukas Esterle, Jennifer Simonjan, Georg Nebehay, Roman Pflugfelder, Peter R. Lewis and Gustavo Fernández Domínguez Abstrat Reent advanes have enabled a dramati hange in amera networks. Smart ameras perform image analysis onboard, adapt their algorithms in response to hanges in their environments and ollaborate with other ameras in order to analyze the dynami behavior of objets in partly unknown environments. A fixed onfiguration is infeasible to manage the tradeoff among performane, flexibility, resoures and reliability in suh amera networks. We adopt the onepts of self-awareness and self-expression for autonomous monitoring of the state and progress of the amera network and adaptation of its behavior to hanging onditions. We desribe the building bloks for selfaware amera networks and demonstrate the key harateristis in simulation and a real amera network. Index Terms Self-awareness, self-expression, smart amera networks, real-time adaptability. I. INTRODUCTION Camera networks are now ubiquitous and have appliations in seurity, disaster response, environmental monitoring and smart environments, among others. Smart amera networks have emerged reently by bringing together advanes in omputer vision, embedded omputing, image sensors and networks. They are real-time, distributed, embedded systems that perform omputer vision tasks using multiple ameras [1]. In order to provide in-network proessing of aptured data, smart amera networks have to deal with various hallenges. Cameras analyze the highly dynami behavior of objets, are deployed in partly unknown environments and ooperate with neighboring ameras on demand. Future amera networks should be able to ahieve advaned levels of autonomous behavior to adapt themselves at runtime and learn behaviors appropriate to hanging onditions. A partiular hallenge is to manage the trade-off of onfliting objetives suh as high performane, low resoure onsumption and high reliability. A fixed onfiguration of the amera network is infeasible to overome these hallenges [2]. As a suessful alternative we adopt the onepts of selfawareness (SA) and self-expression (SE), translating them to omputational analogies and applying them to amera networks. Both onepts are new to the domains of omputing and networking. Self-awareness refers to the ability of a system to obtain and maintain knowledge about its state, behavior and progress, enabling self-expression, the generation of autonomous behavior based on suh self-awareness. Together, self-awareness and self-expression support effetive and autonomous adaptation of behavior to hanging onditions. Learning models online of the amera s state and ontext B. Rinner, L. Esterle, and J. Simonjan are with the Alpen-Adria-Universität Klagenfurt, Austria. G. Nebehay, R. Pflugfelder and G. Fernández Domínguez are with the Austrian Institute of Tehnology, Austria. P.R. Lewis is with Aston University, U.K. as well as deentralized deision making in the network are the fundamental tehniques for ahieving SA and SE. The building bloks and their interation are explained in order to build a omputationally self-aware and self-expressive amera network. Its features and apabilities are shown pratially with a distributed multi-amera traking appliation as an example. AUTONOMOUS MULTI-CAMERA COORDINATION Coordination is a fundamental problem in amera networks with the key objetive to dynamially assign ations to ameras in order to improve the performane of the network tasks. These tasks may inlude overage optimization, pan-tilt-zoom (PTZ) ontrol and traking and an be found in a myriad of different appliations suh as surveillane, transportation, seurity and ativity reognition [a, b]. The assigned ations determine the plaing and orientation of (mobile or PTZ) ameras, the sensing apabilities suh as resolution and frame rate, the data proessing and the data ommuniation. Researhers have adopted different approahes to oordinate multiple ative ameras suh as ontrol theory, game theory, state mahines, multi-agent systems, probabilisti approahes, and many other ad-ho approahes as well []. In entralized oordination the deision making is performed at a single node that reeives data from eah amera in the network. It introdues a signifiant omputation and ommuniation load but an ahieve a high task performane due to the availability of the entire network information in a single node. In deentralized oordination the deision making and the required data from the ameras are distributed among the network. In autonomous oordination eah amera individually deides what ation to take based on its loal assessment whih may inlude information from other ameras. The goal of multi-amera traking is to detet, loalize and trak moving objets suh as pedestrians or vehiles within the fields of views (FOV) of all ameras. Deiding whih amera is responsible for traking a speifi objet represents a typial oordination problem [d]. In entralized oordination the ameras send the traes of the objets within their FOV to a entral node whih then selets the best trae. In autonomous oordination eah amera deides by its own when and to whom to handover the traking responsibility. Deriving the handover deision based on inomplete information and with amera s limited resoures is a fundamental hallenge. SA and SE

2 2 helps to overome some of the diffiulties of oordinating the traking responsibility and is able to ahieve robust, flexible and salable multi-amera traking ontrol with low omputation and ommuniation overhead. Referenes [a] [b] R. J. Radke, A Survey of Distributed Computer Vision Algorithms. in Handbook of Ambient Intelligene and Smart Environments. Springer, 2009, pp B. Bhanu, C. V. Ravishankar, A. Roy-Chowdhury, H. Aghajan, and D. Terzopoulos, Eds., Distributed Video Sensor Networks. Springer, [] S. Chen, Y. Li, and N. M. Kwok, Ative Vision in Roboti systems: A survey of reent developments, The International Journal of Robotis Researh, vol. 30, no. 11, pp , [d] M. Taj and A. Cavallaro, Distributed and deentralized multiamera traking, IEEE Signal Proessing Magazine, vol. 28, no. 3, pp , May II. SELF-AWARENESS AND SELF-EXPRESSION In ommon with many other emerging omputational systems, smart amera networks fae the hallenge of operating in a omplex interonneted world, where they interat with people and eah other in ways whih are diffiult to understand and predit. In order to meet this hallenge, suh systems must possess an inreased level of awareness, both of the world around them and of themselves. But we must not only attempt to repliate the self-awareness apabilities of humans in omputers; there will be important differenes. Instead, the notion of omputational self-awareness is being developed [3], inspired by onepts of human self-awareness. Conepts of self-awareness need to be translated from fields suh as psyhology and applied to the very different domain of omputing. Systems possessing suh omputational selfawareness will be able to ontinuously learn and adapt during their lifetime. They will build up an awareness of themselves and of their own experiene of the world whih they inhabit. And they will also need to be aware of the way in whih they themselves are aware of these things. The study of self-awareness emerged as a field within psyhology in the 1960 s. Morin [4] defines self-awareness as the apaity to beome the objet of one s own attention. A prerequisite for this is the apability to monitor or observe oneself. Our work is onerned with taking inspiration from self-awareness theories in order to better engineer omputational systems. We therefore aim at bridging the gap between psyhology [5] and engineering (e.g., [3]). As part of this, we developed an engineering methodology for self-aware and selfexpressive omputing systems, inluding a general referene arhitetural framework, able to be adapted to a wide range of appliations. In Setion III, we desribe our work to apply this methodology, in partiular onretizing the referene arhitetural framework for the autonomous oordination of nodes in a multi-amera network. This framework embodies various onepts from selfawareness theory. One important one is that self-awareness an be an emergent property of olletive systems, even when there is no single omponent with a global awareness of the whole system [6]. This is a key observation whih an ontribute to User Input Images Objetives & Constraints Self-Aware and Self-Exrpessive Camera Node Objet Traking Self-Awareness Resoure Monitoring Models Self-Expression Objet Handover Strategy Seletion Topology Learning Network Reeived Bids Sent Bids Autions Fig. 1: The arhiteture of a self-aware and self-expressive amera node omposed by six building bloks. the design of self-aware systems: one need not require that a self-aware system has a node with global knowledge. Also in this framework, the term self-expression is used to refer to behavior based on self-awareness, and an also be onsidered both at the node level [3] and olletive level [7]. There are several lusters of researh in omputer siene and engineering whih have used the term self-awareness expliitly [5]. However, our work represents the first holisti framework for desribing and benhmarking the selfawareness properties of omputational systems, and the benefits that omputational self-awareness an bring. While we use a speifi appliation ontext, as has been done in related work [8], [9], our work also generalizes this idea. Indeed, this artile demonstrates the notion of omputational selfawareness in our work on smart amera networks. III. APPLICATION DESIGN WITH SA&SE BUILDING BLOCKS We apply our generi arhitetural patterns [3] to develop a flexible SA&SE multi-amera appliation. The key approah here is to instantiate dediated software omponents and their interations. These omponents serve as distint building bloks for the onrete multi-amera traking appliation in our ase. Fig. 1 depits the overall arhiteture of a self-aware and self-expressive amera node ontributing to the multiamera traking appliation. Eah building blok has speifi objetives and interats with other bloks in the network. Selfawareness is realized by individual bloks for Objet Traking, Resoure Monitoring, and Topology Learning. Instead of relying on predefined knowledge and rules, these bloks utilize online learning and maintain models for the amera s state and ontext. These models serve as input to self-expression whih is omposed of the Objet Handover and the Strategy Seletion bloks. Finally, the Objetives & Constraints blok represents the amera s objetives and resoure onstraints, where both have a strong influene on the other bloks. We an ompose a truly deentralized, self-aware and self-expressive amera network by aggregating our amera nodes. The building bloks of eah node an be implemented by diverse algorithms from omputer vision, online learning and deision making. However, resoure awareness was one guiding priniple for our design. Thus, all building bloks

3 3 must be able to exeute in real-time on our resoure limited embedded amera platforms. A. Objet Traking This building blok employs a simple appearane-based approah for visual objet traking. The hosen method fulfills the ameras omputational resoure and real-time requirements and ahieves for the given test environment an aeptable level of robustness against dropped frames, olusions and disappearane of objets. In a first step, we identify foreground pixels in eah amera by omparing the amera image to a bakground image that eah amera learns individually about its field of view. This approah assumes in its simplest form stati ameras. Foreground onstitutes moving objets that omprises objets of interest that should be traked. These foreground pixels are then grouped into andidate objets based on their onnetedness. In a seond step, we perform an assoiation of these andidate objets to a template database that ontains the objets of interest. To this end, we employ a measure of similarity aording to [10] that we also interpret as the onfidene in the validity of the assoiation. It is important to note that the approah does not aim to ompete with the state of the art in visual multi-amera objet traking targeting general environmental onditions. Instead, the method serves as an exemplary implementation of a selfaware objet traking building blok, suffiient to validate the SA&SE framework. B. Objet Handover To oordinate the objet traking responsibilities in the amera network, we apply a novel market-based handover approah [11]. Here, the ameras treat objet traking responsibilities as goods, providing some utility over time. The ameras an deide in a self-expressive manner on their own when to sell traking responsibilities to other ameras using virtual autions. Whenever a amera deides to sell an objet, it initiates an aution for this partiular objet by transferring an objet desription to the other ameras. The reeiving ameras searh their own FOV for the objet and value the objet based on detetion onfidene and visibility. These ameras return their valuation as a bid. The autioneering amera selets the highest bidder and transfers the traking responsibility. We use the Vikrey aution mehanism, whih sells the good to the highest bidder for the seond highest prie, to make truthful bidding the dominant strategy among the partiipating ameras. Fig. 2 illustrates the key steps of the market-based handover whih is a fully deentralized mehanism relying only on autonomous deisions of ameras. An important question for the selling amera is to whom to send the aution invitations. Without any a priori knowledge about the network topology, invitations ould be broadasted to all ameras. By following this strategy the best amera for taking over the traking responsibility will reeive an invitation (and may respond with the highest bid). However, the broadast strategy auses a signifiant ommuniation and omputation load, i.e., beause eah amera has to perform an objet detetion after reeiving the invitation. C. Topology Learning If the autioneering ameras are aware of the potentially best ameras in their neighborhood, this knowledge an be exploited to signifiantly redue the overhead. Suh topologial information an be initially assigned to the ameras or omputed by means of multi-amera alibration during the deployment of the amera network. However to improve selfawareness, we learn the topology by observing the bidding behavior of ameras over time. Eah amera individually keeps trak of their loal neighbors and uses artifiial pheromones to express the likelihood of a handover to that amera. Whenever a handover has taken plae, the artifiial pheromone to the sueeding amera is strengthened. If no trading ours, pheromones evaporate over time. This mehanism enables eah amera to deal with network unertainties and to adapt to hanges in their neighborhood topology, e.g., aused by adding, removing or failure of ameras or hanges in the movement pattern of the objets. We exploit the learned neighborhood topology by three different ommuniation strategies for the handover: broadast autions to all ameras (BROADCAST), a smooth probabilisti multiast (SMOOTH) and a threshold-based probabilisti multiast (STEP) [11]. The SMOOTH strategy sends aution invitations to all neighbors with probability normalized to the urrent pheromone level. The STEP strategy sends invitations to all neighbors with pheromone level above a ertain threshold and to neighbors below the threshold with some (low) probability. We further distinguish whether to send out invitations at regular intervals (ACTIVE) or only when the objet is about to leave the FOV (PASSIVE). We then end up with six different self-expressive handover strategies by ombining the approah on whom to invite and when to send out the invitations. Obviously, the seleted strategy influenes the ahieved traking utility as well as ommuniation and omputational overhead. D. Strategy Seletion While the six handover strategies allow to trade off ommuniation overhead against traking utility and hene influene the behavior of the network, seleting a strategy is a diffiult deision. The performane of eah strategy strongly depends on fators suh as the plaement of the ameras, the movement patters of the objets and the objet traking algorithm. In priniple, we an follow three approahes for strategy seletion: (i) a homogeneous seletion, where all ameras selet the same strategy at deployment time, (ii) a heterogeneous seletion, where the ameras an selet their strategy individually at deployment time, and (iii) a dynami seletion, where eah amera an selet its strategy during runtime. We use online learning algorithms, speifially multi-armed bandit problem solvers within eah amera to learn the appropriate strategy for eah node during runtime. Bandit solvers balane exploitation behavior, where a amera ahieves high performane by using its urrently known best strategy, with exploration, where the amera explores the effet of using other strategies to build up its knowledge [12]. We use standard bandit-solvers from the literature, namely Softmax,

4 4 Aution Invitation Bids (a) (b) Traking Responsibility () Fig. 2: Illustration of the market-based handover approah: An objet of interest is traked by amera 2 indiated by the green FOV (a). 2 initiates an aution (blak arrows) for the objet when it is about to leave the FOV (b). Cameras 3 and 4 detet the objet in their FOVs (orange) and return bids (blak arrows) based on their objet valuation to 2 (). 3 has offered the highest bid and wins the aution (d). The traking responsibility is transferred from 2 to 3 (blak arrow) and an artifiial pheromone is added (indiated as red line between 2 and 3 ). (d) Epsilon-Greedy and UCB1. Dynami strategy seletion leads to another level of self-aware and self-expressive behavior of the amera network and is able to ahieve a more Pareto effiient global performane than with any stati seletion. E. Resoure Monitoring Resoure monitoring is an important aspet of omputational self-awareness, and its main objetive is to observe the available resoures on the amera nodes. The monitored data is further used to build up models of resoure onsumption for eah task a amera is apable of performing. This information allows a self-expressive blok (e.g., strategy seletion) to reason not only about the performane of eah task but also about its respetive resoure onsumption. In our network, we urrently monitor required proessing power, available and alloated memory, and network traffi. F. Constraints and Objetives Eah amera has some onstraints and objetives whih need to be onsidered for self-aware and self-expressive operation. In our system onstraints speify some limitations of the available resoures (proessing, memory and networking) and help to deide on whether to bid for an objet. On the other hand, objetives are related to the behavior of the ameras and speify, for example, some quality of servie parameters or speifi tasks the ameras should ahieve. IV. SMART CAMERA NETWORK A. Experimental Study: Camera Network Setup Fig. 3 depits the setup of the smart amera network used for our experimental study. Four ameras (1 4) are mounted in a laboratory room with overlapping FOVs. Cameras 5 and 6 are plaed in the orridor and lounge area, respetively. Our heterogeneous network is omposed by different hardware platforms. Cameras 1 to 4 are equipped with Atom proessors and onneted via wired Ethernet. Cameras 5 and 6 are based on Pandaboards equipped with ARM proessors and use WiFi for ommuniation. All ameras run standard Linux and a distributed publish-subsribe middleware system [13] to provide a flexible software platform for software development. The building bloks have been implemented in C++ and C# using the middleware servies for ommuniation and ontrol. B. Traking Results For the evaluation of our objet traking blok we use the smart amera network with various people walking through the indoor environment (as depited in Fig. 3). We apply state-of-the-art metris (e.g., [14]) for the evaluation. Fig. 4(a) summarizes the results of a typial senario of onurrently traking three seleted persons independently walking around in the indoor environment for around 120 seonds. During this senario, the persons were not ontinuously visible to all ameras; at some points, partiipants were not seen by any amera at all. The ameras mounted in the laboratory ahieved

5 5 Laboratory Corridor Lounge Fig. 3: The illustration above shows the smart amera network omposed of six ameras deployed in an indoor environment. The ameras are depited by a blak amera symbol and their FOVs are indiated by orange lines. Snapshots of six ameras are indiated by blue lines. Those images show the status of objet traking over time; three people are traked by the system marked by red, blue and green bounding boxes. better detetion and traking results. The performane of ameras 5 and 6 degraded slightly due to moderate hanges in lightning and objet appearane. Overall, the experimental results show suffiient performane of the objet traker for orret objet handover in the given test environment. C. Topology Learning Through our self-aware topology learning blok eah individual amera builds up a loal neighborhood relationship graph. Fig. 4(b) shows the aggregated graph for the entire network after a test run in our smart amera network. The thikness of the red lines indiate the strength of the artifiial pheromone deposit on this link whih orresponds to the probability of an objet transiting between the onneted ameras. Initially, links are reated between the amera in the lounge (amera 6) and those in the laboratory (ameras 1-4) due to misdetetions of amera 5. Through the evaporation of the artifiial pheromones, ameras an not only deal with errors indued by the traking blok but also with hanges in the topology due to hardware errors or vandalism. Over time these links evaporate and a qualitatively orret neighborhood graph emerges. D. Communiation and Utility Trade-off We evaluated the effet of the handover strategy on the overall traking utility and ommuniation overhead. Figure 5(a) depits the trade-off of utility and ommuniation for homogeneous strategy seletion in our smart amera network. The utility is defined as the aggregated traking utility of all ameras, and the ommuniation is defined as the number of all sent aution messages during the entire traking operation. Both utility and ommuniation values are normalized by those from the ACTIVE BROADCAST strategy. The six strategies result in six different trade-offs for utility and ommuniation. Figure 5(b) ompares the ahieved trade-off for homogeneous, heterogeneous and dynami strategy seletion in our CamSim1 simulation tool [12]. Obviously, heterogeneous seletion (blak rosses) leads to many more outomes in the objetive spae. The extension of the Pareto effiient frontier brought about by heterogeneity is also apparent. However, it is also lear that the outomes of many heterogeneous strategies are dominated, and many are stritly worse than the original outomes from the homogeneous strategies. We an learly see the benefit of self-expressive behavior. Dynami strategy seletion, here implemented using reinforement learning (olored symbols), is able to outperform the stati (homogeneous und heterogeneous) strategies and to extend the Pareto front. V. C ONCLUSION As demonstrated in this paper, self-awareness and selfexpression are fundamental onepts for developing amera networks apable of learning and maintaining their topology, distributedly performing objet detetion and traking handover as well as autonomously seleting strategies to ahieve 1

6 6 Camera number Objet detetion: Sensitivity Objet traking: CDT (a) 6 (b) Fig. 4: Results for objet traking and topology learning for onurrently traking three seleted persons for around 120 seonds. The table (a) shows the sensitivity of objet detetion and the orret deteted traks (CDT) for eah amera. The graph (b) shows the learned topology after 60 seonds by exploiting the trading behavior. The thikness of the red line indiates the pheromone level of the link Ative SMOOTH Ative STEP Ative Broadast Ative SMOOTH Ative STEP Ative Broadast 0.93 Utility 0.9 Passive Broadast Utility Passive Broadast 0.85 Passive SMOOTH Passive STEP Homogenous Passive SMOOTH Passive STEP Heterogeneous Homogeneous Softmax ((Temperature 0.1) Softmax ((Temperature 0.2) Epsilon Greedy (Epsilon = 0.1) UCB Communiation (a) Communiation Fig. 5: Performane for two exemplary senarios from our smart amera network (a) and our simulation environment (b) showing homogeneous (red and yellow squares), heterogeneous (blak rosses), and dynamially learned strategy assignments (olored symbols, representing different reinforement learning strategies evaluated). The results have been normalized by the maximum value of the ACTIVE BROADCAST strategy and are averages over 30 runs with 1000 time steps eah [12]. (b) more Pareto effiient outomes. The entire proessing is enapsulated into six building bloks embedded onto resourelimited smart amera nodes and aggregated into a ompletely deentralized and thus salable network. However, omputational self-awareness and self-expression is not limited to amera networks. In fat, we are onfident that SA and SE ould serve as an enabling tehnology for future systems and networks meeting a multitude of requirements with respet to funtionality, flexibility, performane, resoure usage, osts, reliability and safety. ACKNOWLEDGMENT This work has been partially supported by the EU FP7 program under grant agreement no REFERENCES [1] M. Reisslein, B. Rinner, and A. Roy-Chowdhury, Smart Camera Networks, Computer, vol. 47, no. 5, pp , May [2] J. C. SanMiguel, K. Shoop, A. Cavallaro, C. Miheloni, and G. L. Foresti, Self-Reonfigurable Smart Camera Networks, Computer, vol. 47, no. 5, pp , May [3] F. Faniyi, P. R. Lewis, R. Bahsoon, and X. Yao, Arhiteting self-aware software systems, in Pro. Working IEEE/IFIP Conferene on Software Arhiteture (WICSA) IEEE, 2014, pp [4] A. Morin, Levels of onsiousness and self-awareness : A omparison and integration of various neuroognitive views, Cons. and Cog., vol. 15, no. 2, pp , [5] P. R. Lewis, A. Chandra, S. Parsons, E. Robinson, K. Glette, R. Bahsoon, J. Torresen, and X. Yao, A survey of self-awareness and its appliation in omputing systems, in Pro. Fifth IEEE International Conferene on Self-Adaptive and Self-Organizing Systems Workshops (SASOW). IEEE Computer Soiety Press, 2011, pp [6] M. Mithell, Self-awareness and ontrol in deentralized systems, in Working Papers of the AAAI 2005 Spring Symposium on Metaognition in Computation. AAAI Press, 2005, pp [7] F. Zambonelli, N. Biohi, G. Cabri, L. Leonardi, and M. Puviani, On self-adaptation, self-expression, and self-awareness in autonomi servie omponent ensembles, in Fifth IEEE Conferene on Self- Adaptive and Self-Organizing Systems, SASOW 2011, Ann Arbor, MI, USA, Otober 3-7, 2011, Workshops Proeedings, 2011, pp [Online]. Available:

7 [8] M. Cox, Metaognition in omputation: A seleted researh review, Artfiial Intelligene, vol. 169, no. 2, pp , [9] A. Agarwal, J. Miller, J. Eastep, D. Wentziaff, and H. Kasture, Selfaware omputing, MIT, Teh. Rep. AFRL-RI-RS-TR , [10] D. Comaniiu, V. Ramesh, and P. Meer, Kernel-based objet traking, IEEE Transations on Pattern Analysis and Mahine Intelligene, vol. 25, no. 5, [11] L. Esterle, P. R. Lewis, X. Yao, and B. Rinner, Soio-eonomi vision graph generation and handover in distributed smart amera networks, ACM Transations on Sensor Networks, vol. 10, no. 2, pp. 20:1 20:24, [12] P. R. Lewis, L. Esterle, A. Chandra, B. Rinner, J. Torresen, and X. Yao, Stati, dynami and adaptive heterogeneity in distributed smart amera networks, ACM Transations on Adaptive and Autonomous Systems, p. 30, 2015, in print. [13] B. Dieber, J. Simonjan, L. Esterle, G. Nebehay, R. Pflugfelder, G. Fernandez, and B. Rinner, Ella: Middleware for Multi-amera Surveillane in Heterogeneous Visual Sensor Networks, in Proeedings of the Seventh ACM/IEEE International Conferene on Distributed Smart Cameras, Palm Springs, USA, [14] A. Baumann, M. Boltz, J. Ebling, M. Koenig, H. S. Loos, M. Merkel, W. Niem, J. K. Warzelhan, and J. Yu, A review and omparison of measures for automati video surveillane systems, EURASIP Journal on Image and Video Proessing, vol. 2008, no. 4,

On - Line Path Delay Fault Testing of Omega MINs M. Bellos 1, E. Kalligeros 1, D. Nikolos 1,2 & H. T. Vergos 1,2

On - Line Path Delay Fault Testing of Omega MINs M. Bellos 1, E. Kalligeros 1, D. Nikolos 1,2 & H. T. Vergos 1,2 On - Line Path Delay Fault Testing of Omega MINs M. Bellos, E. Kalligeros, D. Nikolos,2 & H. T. Vergos,2 Dept. of Computer Engineering and Informatis 2 Computer Tehnology Institute University of Patras,

More information

What are Cycle-Stealing Systems Good For? A Detailed Performance Model Case Study

What are Cycle-Stealing Systems Good For? A Detailed Performance Model Case Study What are Cyle-Stealing Systems Good For? A Detailed Performane Model Case Study Wayne Kelly and Jiro Sumitomo Queensland University of Tehnology, Australia {w.kelly, j.sumitomo}@qut.edu.au Abstrat The

More information

A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR

A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR Malaysian Journal of Computer Siene, Vol 10 No 1, June 1997, pp 36-41 A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR Md Rafiqul Islam, Harihodin Selamat and Mohd Noor Md Sap Faulty of Computer Siene and

More information

Trajectory Tracking Control for A Wheeled Mobile Robot Using Fuzzy Logic Controller

Trajectory Tracking Control for A Wheeled Mobile Robot Using Fuzzy Logic Controller Trajetory Traking Control for A Wheeled Mobile Robot Using Fuzzy Logi Controller K N FARESS 1 M T EL HAGRY 1 A A EL KOSY 2 1 Eletronis researh institute, Cairo, Egypt 2 Faulty of Engineering, Cairo University,

More information

Partial Character Decoding for Improved Regular Expression Matching in FPGAs

Partial Character Decoding for Improved Regular Expression Matching in FPGAs Partial Charater Deoding for Improved Regular Expression Mathing in FPGAs Peter Sutton Shool of Information Tehnology and Eletrial Engineering The University of Queensland Brisbane, Queensland, 4072, Australia

More information

Multi-Channel Wireless Networks: Capacity and Protocols

Multi-Channel Wireless Networks: Capacity and Protocols Multi-Channel Wireless Networks: Capaity and Protools Tehnial Report April 2005 Pradeep Kyasanur Dept. of Computer Siene, and Coordinated Siene Laboratory, University of Illinois at Urbana-Champaign Email:

More information

Pipelined Multipliers for Reconfigurable Hardware

Pipelined Multipliers for Reconfigurable Hardware Pipelined Multipliers for Reonfigurable Hardware Mithell J. Myjak and José G. Delgado-Frias Shool of Eletrial Engineering and Computer Siene, Washington State University Pullman, WA 99164-2752 USA {mmyjak,

More information

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules Improved Vehile Classifiation in Long Traffi Video by Cooperating Traker and Classifier Modules Brendan Morris and Mohan Trivedi University of California, San Diego San Diego, CA 92093 {b1morris, trivedi}@usd.edu

More information

Automated System for the Study of Environmental Loads Applied to Production Risers Dustin M. Brandt 1, Celso K. Morooka 2, Ivan R.

Automated System for the Study of Environmental Loads Applied to Production Risers Dustin M. Brandt 1, Celso K. Morooka 2, Ivan R. EngOpt 2008 - International Conferene on Engineering Optimization Rio de Janeiro, Brazil, 01-05 June 2008. Automated System for the Study of Environmental Loads Applied to Prodution Risers Dustin M. Brandt

More information

Methods for Multi-Dimensional Robustness Optimization in Complex Embedded Systems

Methods for Multi-Dimensional Robustness Optimization in Complex Embedded Systems Methods for Multi-Dimensional Robustness Optimization in Complex Embedded Systems Arne Hamann, Razvan Rau, Rolf Ernst Institute of Computer and Communiation Network Engineering Tehnial University of Braunshweig,

More information

Extracting Partition Statistics from Semistructured Data

Extracting Partition Statistics from Semistructured Data Extrating Partition Statistis from Semistrutured Data John N. Wilson Rihard Gourlay Robert Japp Mathias Neumüller Department of Computer and Information Sienes University of Strathlyde, Glasgow, UK {jnw,rsg,rpj,mathias}@is.strath.a.uk

More information

Video Data and Sonar Data: Real World Data Fusion Example

Video Data and Sonar Data: Real World Data Fusion Example 14th International Conferene on Information Fusion Chiago, Illinois, USA, July 5-8, 2011 Video Data and Sonar Data: Real World Data Fusion Example David W. Krout Applied Physis Lab dkrout@apl.washington.edu

More information

The AMDREL Project in Retrospective

The AMDREL Project in Retrospective The AMDREL Projet in Retrospetive K. Siozios 1, G. Koutroumpezis 1, K. Tatas 1, N. Vassiliadis 2, V. Kalenteridis 2, H. Pournara 2, I. Pappas 2, D. Soudris 1, S. Nikolaidis 2, S. Siskos 2, and A. Thanailakis

More information

Accommodations of QoS DiffServ Over IP and MPLS Networks

Accommodations of QoS DiffServ Over IP and MPLS Networks Aommodations of QoS DiffServ Over IP and MPLS Networks Abdullah AlWehaibi, Anjali Agarwal, Mihael Kadoh and Ahmed ElHakeem Department of Eletrial and Computer Department de Genie Eletrique Engineering

More information

Face and Facial Feature Tracking for Natural Human-Computer Interface

Face and Facial Feature Tracking for Natural Human-Computer Interface Fae and Faial Feature Traking for Natural Human-Computer Interfae Vladimir Vezhnevets Graphis & Media Laboratory, Dept. of Applied Mathematis and Computer Siene of Mosow State University Mosow, Russia

More information

System-Level Parallelism and Throughput Optimization in Designing Reconfigurable Computing Applications

System-Level Parallelism and Throughput Optimization in Designing Reconfigurable Computing Applications System-Level Parallelism and hroughput Optimization in Designing Reonfigurable Computing Appliations Esam El-Araby 1, Mohamed aher 1, Kris Gaj 2, arek El-Ghazawi 1, David Caliga 3, and Nikitas Alexandridis

More information

RAC 2 E: Novel Rendezvous Protocol for Asynchronous Cognitive Radios in Cooperative Environments

RAC 2 E: Novel Rendezvous Protocol for Asynchronous Cognitive Radios in Cooperative Environments 21st Annual IEEE International Symposium on Personal, Indoor and Mobile Radio Communiations 1 RAC 2 E: Novel Rendezvous Protool for Asynhronous Cognitive Radios in Cooperative Environments Valentina Pavlovska,

More information

Performance of Histogram-Based Skin Colour Segmentation for Arms Detection in Human Motion Analysis Application

Performance of Histogram-Based Skin Colour Segmentation for Arms Detection in Human Motion Analysis Application World Aademy of Siene, Engineering and Tehnology 8 009 Performane of Histogram-Based Skin Colour Segmentation for Arms Detetion in Human Motion Analysis Appliation Rosalyn R. Porle, Ali Chekima, Farrah

More information

A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks

A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks Abouberine Ould Cheikhna Department of Computer Siene University of Piardie Jules Verne 80039 Amiens Frane Ould.heikhna.abouberine @u-piardie.fr

More information

The Minimum Redundancy Maximum Relevance Approach to Building Sparse Support Vector Machines

The Minimum Redundancy Maximum Relevance Approach to Building Sparse Support Vector Machines The Minimum Redundany Maximum Relevane Approah to Building Sparse Support Vetor Mahines Xiaoxing Yang, Ke Tang, and Xin Yao, Nature Inspired Computation and Appliations Laboratory (NICAL), Shool of Computer

More information

Exploring the Commonality in Feature Modeling Notations

Exploring the Commonality in Feature Modeling Notations Exploring the Commonality in Feature Modeling Notations Miloslav ŠÍPKA Slovak University of Tehnology Faulty of Informatis and Information Tehnologies Ilkovičova 3, 842 16 Bratislava, Slovakia miloslav.sipka@gmail.om

More information

New Fuzzy Object Segmentation Algorithm for Video Sequences *

New Fuzzy Object Segmentation Algorithm for Video Sequences * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 521-537 (2008) New Fuzzy Obet Segmentation Algorithm for Video Sequenes * KUO-LIANG CHUNG, SHIH-WEI YU, HSUEH-JU YEH, YONG-HUAI HUANG AND TA-JEN YAO Department

More information

A Load-Balanced Clustering Protocol for Hierarchical Wireless Sensor Networks

A Load-Balanced Clustering Protocol for Hierarchical Wireless Sensor Networks International Journal of Advanes in Computer Networks and Its Seurity IJCNS A Load-Balaned Clustering Protool for Hierarhial Wireless Sensor Networks Mehdi Tarhani, Yousef S. Kavian, Saman Siavoshi, Ali

More information

Automatic Physical Design Tuning: Workload as a Sequence Sanjay Agrawal Microsoft Research One Microsoft Way Redmond, WA, USA +1-(425)

Automatic Physical Design Tuning: Workload as a Sequence Sanjay Agrawal Microsoft Research One Microsoft Way Redmond, WA, USA +1-(425) Automati Physial Design Tuning: Workload as a Sequene Sanjay Agrawal Mirosoft Researh One Mirosoft Way Redmond, WA, USA +1-(425) 75-357 sagrawal@mirosoft.om Eri Chu * Computer Sienes Department University

More information

3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT?

3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT? 3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT? Bernd Girod, Peter Eisert, Marus Magnor, Ekehard Steinbah, Thomas Wiegand Te {girod eommuniations Laboratory, University of Erlangen-Nuremberg

More information

Performance Benchmarks for an Interactive Video-on-Demand System

Performance Benchmarks for an Interactive Video-on-Demand System Performane Benhmarks for an Interative Video-on-Demand System. Guo,P.G.Taylor,E.W.M.Wong,S.Chan,M.Zukerman andk.s.tang ARC Speial Researh Centre for Ultra-Broadband Information Networks (CUBIN) Department

More information

COST PERFORMANCE ASPECTS OF CCD FAST AUXILIARY MEMORY

COST PERFORMANCE ASPECTS OF CCD FAST AUXILIARY MEMORY COST PERFORMANCE ASPECTS OF CCD FAST AUXILIARY MEMORY Dileep P, Bhondarkor Texas Instruments Inorporated Dallas, Texas ABSTRACT Charge oupled devies (CCD's) hove been mentioned as potential fast auxiliary

More information

Uplink Channel Allocation Scheme and QoS Management Mechanism for Cognitive Cellular- Femtocell Networks

Uplink Channel Allocation Scheme and QoS Management Mechanism for Cognitive Cellular- Femtocell Networks 62 Uplink Channel Alloation Sheme and QoS Management Mehanism for Cognitive Cellular- Femtoell Networks Kien Du Nguyen 1, Hoang Nam Nguyen 1, Hiroaki Morino 2 and Iwao Sasase 3 1 University of Engineering

More information

The SODA AOSE Methodology

The SODA AOSE Methodology The SODA AOSE Methodology Multiagent Systems LM Sistemi Multiagente LM Ambra Molesini & Andrea Omiini {ambra.molesini, andrea.omiini}@unibo.it Dipartimento di Informatia Sienza e Ingegneria (DISI) Alma

More information

Cross-layer Resource Allocation on Broadband Power Line Based on Novel QoS-priority Scheduling Function in MAC Layer

Cross-layer Resource Allocation on Broadband Power Line Based on Novel QoS-priority Scheduling Function in MAC Layer Communiations and Networ, 2013, 5, 69-73 http://dx.doi.org/10.4236/n.2013.53b2014 Published Online September 2013 (http://www.sirp.org/journal/n) Cross-layer Resoure Alloation on Broadband Power Line Based

More information

timestamp, if silhouette(x, y) 0 0 if silhouette(x, y) = 0, mhi(x, y) = and mhi(x, y) < timestamp - duration mhi(x, y), else

timestamp, if silhouette(x, y) 0 0 if silhouette(x, y) = 0, mhi(x, y) = and mhi(x, y) < timestamp - duration mhi(x, y), else 3rd International Conferene on Multimedia Tehnolog(ICMT 013) An Effiient Moving Target Traking Strateg Based on OpenCV and CAMShift Theor Dongu Li 1 Abstrat Image movement involved bakground movement and

More information

CleanUp: Improving Quadrilateral Finite Element Meshes

CleanUp: Improving Quadrilateral Finite Element Meshes CleanUp: Improving Quadrilateral Finite Element Meshes Paul Kinney MD-10 ECC P.O. Box 203 Ford Motor Company Dearborn, MI. 8121 (313) 28-1228 pkinney@ford.om Abstrat: Unless an all quadrilateral (quad)

More information

Capturing Large Intra-class Variations of Biometric Data by Template Co-updating

Capturing Large Intra-class Variations of Biometric Data by Template Co-updating Capturing Large Intra-lass Variations of Biometri Data by Template Co-updating Ajita Rattani University of Cagliari Piazza d'armi, Cagliari, Italy ajita.rattani@diee.unia.it Gian Lua Marialis University

More information

Distributed Resource Allocation Strategies for Achieving Quality of Service in Server Clusters

Distributed Resource Allocation Strategies for Achieving Quality of Service in Server Clusters Proeedings of the 45th IEEE Conferene on Deision & Control Manhester Grand Hyatt Hotel an Diego, CA, UA, Deember 13-15, 2006 Distributed Resoure Alloation trategies for Ahieving Quality of ervie in erver

More information

A Novel Validity Index for Determination of the Optimal Number of Clusters

A Novel Validity Index for Determination of the Optimal Number of Clusters IEICE TRANS. INF. & SYST., VOL.E84 D, NO.2 FEBRUARY 2001 281 LETTER A Novel Validity Index for Determination of the Optimal Number of Clusters Do-Jong KIM, Yong-Woon PARK, and Dong-Jo PARK, Nonmembers

More information

Detection and Recognition of Non-Occluded Objects using Signature Map

Detection and Recognition of Non-Occluded Objects using Signature Map 6th WSEAS International Conferene on CIRCUITS, SYSTEMS, ELECTRONICS,CONTROL & SIGNAL PROCESSING, Cairo, Egypt, De 9-31, 007 65 Detetion and Reognition of Non-Oluded Objets using Signature Map Sangbum Park,

More information

DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT

DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT 1 ZHANGGUO TANG, 2 HUANZHOU LI, 3 MINGQUAN ZHONG, 4 JIAN ZHANG 1 Institute of Computer Network and Communiation Tehnology,

More information

Multi-hop Fast Conflict Resolution Algorithm for Ad Hoc Networks

Multi-hop Fast Conflict Resolution Algorithm for Ad Hoc Networks Multi-hop Fast Conflit Resolution Algorithm for Ad Ho Networks Shengwei Wang 1, Jun Liu 2,*, Wei Cai 2, Minghao Yin 2, Lingyun Zhou 2, and Hui Hao 3 1 Power Emergeny Center, Sihuan Eletri Power Corporation,

More information

Exploiting Enriched Contextual Information for Mobile App Classification

Exploiting Enriched Contextual Information for Mobile App Classification Exploiting Enrihed Contextual Information for Mobile App Classifiation Hengshu Zhu 1 Huanhuan Cao 2 Enhong Chen 1 Hui Xiong 3 Jilei Tian 2 1 University of Siene and Tehnology of China 2 Nokia Researh Center

More information

We don t need no generation - a practical approach to sliding window RLNC

We don t need no generation - a practical approach to sliding window RLNC We don t need no generation - a pratial approah to sliding window RLNC Simon Wunderlih, Frank Gabriel, Sreekrishna Pandi, Frank H.P. Fitzek Deutshe Telekom Chair of Communiation Networks, TU Dresden, Dresden,

More information

Outline: Software Design

Outline: Software Design Outline: Software Design. Goals History of software design ideas Design priniples Design methods Life belt or leg iron? (Budgen) Copyright Nany Leveson, Sept. 1999 A Little History... At first, struggling

More information

Batch Auditing for Multiclient Data in Multicloud Storage

Batch Auditing for Multiclient Data in Multicloud Storage Advaned Siene and Tehnology Letters, pp.67-73 http://dx.doi.org/0.4257/astl.204.50. Bath Auditing for Multilient Data in Multiloud Storage Zhihua Xia, Xinhui Wang, Xingming Sun, Yafeng Zhu, Peng Ji and

More information

特集 Road Border Recognition Using FIR Images and LIDAR Signal Processing

特集 Road Border Recognition Using FIR Images and LIDAR Signal Processing デンソーテクニカルレビュー Vol. 15 2010 特集 Road Border Reognition Using FIR Images and LIDAR Signal Proessing 高木聖和 バーゼル ファルディ Kiyokazu TAKAGI Basel Fardi ヘンドリック ヴァイゲル Hendrik Weigel ゲルド ヴァニーリック Gerd Wanielik This paper

More information

SVC-DASH-M: Scalable Video Coding Dynamic Adaptive Streaming Over HTTP Using Multiple Connections

SVC-DASH-M: Scalable Video Coding Dynamic Adaptive Streaming Over HTTP Using Multiple Connections SVC-DASH-M: Salable Video Coding Dynami Adaptive Streaming Over HTTP Using Multiple Connetions Samar Ibrahim, Ahmed H. Zahran and Mahmoud H. Ismail Department of Eletronis and Eletrial Communiations, Faulty

More information

A Multi-Head Clustering Algorithm in Vehicular Ad Hoc Networks

A Multi-Head Clustering Algorithm in Vehicular Ad Hoc Networks International Journal of Computer Theory and Engineering, Vol. 5, No. 2, April 213 A Multi-Head Clustering Algorithm in Vehiular Ad Ho Networks Shou-Chih Lo, Yi-Jen Lin, and Jhih-Siao Gao Abstrat Clustering

More information

Smooth Trajectory Planning Along Bezier Curve for Mobile Robots with Velocity Constraints

Smooth Trajectory Planning Along Bezier Curve for Mobile Robots with Velocity Constraints Smooth Trajetory Planning Along Bezier Curve for Mobile Robots with Veloity Constraints Gil Jin Yang and Byoung Wook Choi Department of Eletrial and Information Engineering Seoul National University of

More information

A {k, n}-secret Sharing Scheme for Color Images

A {k, n}-secret Sharing Scheme for Color Images A {k, n}-seret Sharing Sheme for Color Images Rastislav Luka, Konstantinos N. Plataniotis, and Anastasios N. Venetsanopoulos The Edward S. Rogers Sr. Dept. of Eletrial and Computer Engineering, University

More information

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION. Ken Sauer and Charles A. Bouman

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION. Ken Sauer and Charles A. Bouman NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION Ken Sauer and Charles A. Bouman Department of Eletrial Engineering, University of Notre Dame Notre Dame, IN 46556, (219) 631-6999 Shool of

More information

Algorithms, Mechanisms and Procedures for the Computer-aided Project Generation System

Algorithms, Mechanisms and Procedures for the Computer-aided Project Generation System Algorithms, Mehanisms and Proedures for the Computer-aided Projet Generation System Anton O. Butko 1*, Aleksandr P. Briukhovetskii 2, Dmitry E. Grigoriev 2# and Konstantin S. Kalashnikov 3 1 Department

More information

Detecting Outliers in High-Dimensional Datasets with Mixed Attributes

Detecting Outliers in High-Dimensional Datasets with Mixed Attributes Deteting Outliers in High-Dimensional Datasets with Mixed Attributes A. Koufakou, M. Georgiopoulos, and G.C. Anagnostopoulos 2 Shool of EECS, University of Central Florida, Orlando, FL, USA 2 Dept. of

More information

Cluster-Based Cumulative Ensembles

Cluster-Based Cumulative Ensembles Cluster-Based Cumulative Ensembles Hanan G. Ayad and Mohamed S. Kamel Pattern Analysis and Mahine Intelligene Lab, Eletrial and Computer Engineering, University of Waterloo, Waterloo, Ontario N2L 3G1,

More information

Self-Location of a Mobile Robot with uncertainty by cooperation of an heading sensor and a CCD TV camera

Self-Location of a Mobile Robot with uncertainty by cooperation of an heading sensor and a CCD TV camera Self-oation of a Mobile Robot ith unertainty by ooperation of an heading sensor and a CCD TV amera E. Stella, G. Ciirelli, A. Distante Istituto Elaborazione Segnali ed Immagini - C.N.R. Via Amendola, 66/5-706

More information

- 1 - S 21. Directory-based Administration of Virtual Private Networks: Policy & Configuration. Charles A Kunzinger.

- 1 - S 21. Directory-based Administration of Virtual Private Networks: Policy & Configuration. Charles A Kunzinger. - 1 - S 21 Diretory-based Administration of Virtual Private Networks: Poliy & Configuration Charles A Kunzinger kunzinge@us.ibm.om - 2 - Clik here Agenda to type page title What is a VPN? What is VPN Poliy?

More information

Make your process world

Make your process world Automation platforms Modion Quantum Safety System Make your proess world a safer plae You are faing omplex hallenges... Safety is at the heart of your proess In order to maintain and inrease your ompetitiveness,

More information

Unsupervised Stereoscopic Video Object Segmentation Based on Active Contours and Retrainable Neural Networks

Unsupervised Stereoscopic Video Object Segmentation Based on Active Contours and Retrainable Neural Networks Unsupervised Stereosopi Video Objet Segmentation Based on Ative Contours and Retrainable Neural Networks KLIMIS NTALIANIS, ANASTASIOS DOULAMIS, and NIKOLAOS DOULAMIS National Tehnial University of Athens

More information

Plot-to-track correlation in A-SMGCS using the target images from a Surface Movement Radar

Plot-to-track correlation in A-SMGCS using the target images from a Surface Movement Radar Plot-to-trak orrelation in A-SMGCS using the target images from a Surfae Movement Radar G. Golino Radar & ehnology Division AMS, Italy ggolino@amsjv.it Abstrat he main topi of this paper is the formulation

More information

User-level Fairness Delivered: Network Resource Allocation for Adaptive Video Streaming

User-level Fairness Delivered: Network Resource Allocation for Adaptive Video Streaming User-level Fairness Delivered: Network Resoure Alloation for Adaptive Video Streaming Mu Mu, Steven Simpson, Arsham Farshad, Qiang Ni, Niholas Rae Shool of Computing and Communiations, Lanaster University

More information

Improved flooding of broadcast messages using extended multipoint relaying

Improved flooding of broadcast messages using extended multipoint relaying Improved flooding of broadast messages using extended multipoint relaying Pere Montolio Aranda a, Joaquin Garia-Alfaro a,b, David Megías a a Universitat Oberta de Catalunya, Estudis d Informàtia, Mulimèdia

More information

Acoustic Links. Maximizing Channel Utilization for Underwater

Acoustic Links. Maximizing Channel Utilization for Underwater Maximizing Channel Utilization for Underwater Aousti Links Albert F Hairris III Davide G. B. Meneghetti Adihele Zorzi Department of Information Engineering University of Padova, Italy Email: {harris,davide.meneghetti,zorzi}@dei.unipd.it

More information

Boosted Random Forest

Boosted Random Forest Boosted Random Forest Yohei Mishina, Masamitsu suhiya and Hironobu Fujiyoshi Department of Computer Siene, Chubu University, 1200 Matsumoto-ho, Kasugai, Aihi, Japan {mishi, mtdoll}@vision.s.hubu.a.jp,

More information

A PROTOTYPE OF INTELLIGENT VIDEO SURVEILLANCE CAMERAS

A PROTOTYPE OF INTELLIGENT VIDEO SURVEILLANCE CAMERAS INTERNATIONAL JOURNAL OF INFORMATION AND SYSTEMS SCIENCES Volume 1, 3, Number 1, 3, Pages 1-22 365-382 2007 Institute for Sientifi Computing and Information A PROTOTYPE OF INTELLIGENT VIDEO SURVEILLANCE

More information

Dynamic Backlight Adaptation for Low Power Handheld Devices 1

Dynamic Backlight Adaptation for Low Power Handheld Devices 1 Dynami Baklight Adaptation for ow Power Handheld Devies 1 Sudeep Pasriha, Manev uthra, Shivajit Mohapatra, Nikil Dutt and Nalini Venkatasubramanian 444, Computer Siene Building, Shool of Information &

More information

Self-Adaptive Parent to Mean-Centric Recombination for Real-Parameter Optimization

Self-Adaptive Parent to Mean-Centric Recombination for Real-Parameter Optimization Self-Adaptive Parent to Mean-Centri Reombination for Real-Parameter Optimization Kalyanmoy Deb and Himanshu Jain Department of Mehanial Engineering Indian Institute of Tehnology Kanpur Kanpur, PIN 86 {deb,hjain}@iitk.a.in

More information

Dubins Path Planning of Multiple UAVs for Tracking Contaminant Cloud

Dubins Path Planning of Multiple UAVs for Tracking Contaminant Cloud Proeedings of the 17th World Congress The International Federation of Automati Control Dubins Path Planning of Multiple UAVs for Traking Contaminant Cloud S. Subhan, B.A. White, A. Tsourdos M. Shanmugavel,

More information

Taming Decentralized POMDPs: Towards Efficient Policy Computation for Multiagent Settings

Taming Decentralized POMDPs: Towards Efficient Policy Computation for Multiagent Settings Taming Deentralized PMDPs: Towards ffiient Poliy omputation for Multiagent Settings. Nair and M. Tambe omputer Siene Dept. University of Southern alifornia Los Angeles A 90089 nair,tambe @us.edu M. Yokoo

More information

On Dynamic Server Provisioning in Multi-channel P2P Live Streaming

On Dynamic Server Provisioning in Multi-channel P2P Live Streaming On Dynami Server Provisioning in Multi-hannel P2P Live Streaming Chuan Wu Baohun Li Shuqiao Zhao Department of Computer Siene Department of Eletrial Multimedia Development Group The University of Hong

More information

Gradient based progressive probabilistic Hough transform

Gradient based progressive probabilistic Hough transform Gradient based progressive probabilisti Hough transform C.Galambos, J.Kittler and J.Matas Abstrat: The authors look at the benefits of exploiting gradient information to enhane the progressive probabilisti

More information

Creating Adaptive Web Sites Through Usage-Based Clustering of URLs

Creating Adaptive Web Sites Through Usage-Based Clustering of URLs Creating Adaptive Web Sites Through Usage-Based Clustering of URLs Bamshad Mobasher Dept. of Computer Siene, DePaul University, Chiago, IL mobasher@s.depaul.edu Robert Cooley, Jaideep Srivastava Dept.

More information

The Implementation of RRTs for a Remote-Controlled Mobile Robot

The Implementation of RRTs for a Remote-Controlled Mobile Robot ICCAS5 June -5, KINEX, Gyeonggi-Do, Korea he Implementation of RRs for a Remote-Controlled Mobile Robot Chi-Won Roh*, Woo-Sub Lee **, Sung-Chul Kang *** and Kwang-Won Lee **** * Intelligent Robotis Researh

More information

Announcements. Lecture Caching Issues for Multi-core Processors. Shared Vs. Private Caches for Small-scale Multi-core

Announcements. Lecture Caching Issues for Multi-core Processors. Shared Vs. Private Caches for Small-scale Multi-core Announements Your fous should be on the lass projet now Leture 17: Cahing Issues for Multi-ore Proessors This week: status update and meeting A short presentation on: projet desription (problem, importane,

More information

TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM

TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM M. Murugeswari 1, M.Gayathri 2 1 Assoiate Professor, 2 PG Sholar 1,2 K.L.N College of Information

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. Improvement of low illumination image enhancement algorithm based on physical mode

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. Improvement of low illumination image enhancement algorithm based on physical mode [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 22 BioTehnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(22), 2014 [13995-14001] Improvement of low illumination image enhanement

More information

Fast Distribution of Replicated Content to Multi- Homed Clients Mohammad Malli Arab Open University, Beirut, Lebanon

Fast Distribution of Replicated Content to Multi- Homed Clients Mohammad Malli Arab Open University, Beirut, Lebanon ACEEE Int. J. on Information Tehnology, Vol. 3, No. 2, June 2013 Fast Distribution of Repliated Content to Multi- Homed Clients Mohammad Malli Arab Open University, Beirut, Lebanon Email: mmalli@aou.edu.lb

More information

A Hybrid Neuro-Genetic Approach to Short-Term Traffic Volume Prediction

A Hybrid Neuro-Genetic Approach to Short-Term Traffic Volume Prediction A Hybrid Neuro-Geneti Approah to Short-Term Traffi Volume Predition 1. Introdution Shahriar Afandizadeh 1,*, Jalil Kianfar 2 Reeived: January 2003, Revised: July 2008, Aepted: January 2009 Abstrat: This

More information

DoS-Resistant Broadcast Authentication Protocol with Low End-to-end Delay

DoS-Resistant Broadcast Authentication Protocol with Low End-to-end Delay DoS-Resistant Broadast Authentiation Protool with Low End-to-end Delay Ying Huang, Wenbo He and Klara Nahrstedt {huang, wenbohe, klara}@s.uiu.edu Department of Computer Siene University of Illinois at

More information

Performance Improvement of TCP on Wireless Cellular Networks by Adaptive FEC Combined with Explicit Loss Notification

Performance Improvement of TCP on Wireless Cellular Networks by Adaptive FEC Combined with Explicit Loss Notification erformane Improvement of TC on Wireless Cellular Networks by Adaptive Combined with Expliit Loss tifiation Masahiro Miyoshi, Masashi Sugano, Masayuki Murata Department of Infomatis and Mathematial Siene,

More information

Superpixel Tracking. School of Information and Communication Engineering, Dalian University of Technology, China 2

Superpixel Tracking. School of Information and Communication Engineering, Dalian University of Technology, China 2 Superpixel Traking Shu Wang1, Huhuan Lu1, Fan Yang1, and Ming-Hsuan Yang2 1 Shool of Information and Communiation Engineering, Dalian University of Tehnology, China 2 Eletrial Engineering and Computer

More information

Abstract. Key Words: Image Filters, Fuzzy Filters, Order Statistics Filters, Rank Ordered Mean Filters, Channel Noise. 1.

Abstract. Key Words: Image Filters, Fuzzy Filters, Order Statistics Filters, Rank Ordered Mean Filters, Channel Noise. 1. Fuzzy Weighted Rank Ordered Mean (FWROM) Filters for Mixed Noise Suppression from Images S. Meher, G. Panda, B. Majhi 3, M.R. Meher 4,,4 Department of Eletronis and I.E., National Institute of Tehnology,

More information

Algorithms for External Memory Lecture 6 Graph Algorithms - Weighted List Ranking

Algorithms for External Memory Lecture 6 Graph Algorithms - Weighted List Ranking Algorithms for External Memory Leture 6 Graph Algorithms - Weighted List Ranking Leturer: Nodari Sithinava Sribe: Andi Hellmund, Simon Ohsenreither 1 Introdution & Motivation After talking about I/O-effiient

More information

the data. Structured Principal Component Analysis (SPCA)

the data. Structured Principal Component Analysis (SPCA) Strutured Prinipal Component Analysis Kristin M. Branson and Sameer Agarwal Department of Computer Siene and Engineering University of California, San Diego La Jolla, CA 9193-114 Abstrat Many tasks involving

More information

Performance Improvement in a Multi Cluster using a Modified Scheduling and Global Memory Management with a Novel Load Balancing Mechanism

Performance Improvement in a Multi Cluster using a Modified Scheduling and Global Memory Management with a Novel Load Balancing Mechanism Performane Improvement in a Multi Cluster using a Modified Sheduling and Global Memory Management with a Novel Load Balaning Mehanism P. Sammulal, PhD. Assistant Professor, Department of CSE, JNTUH College

More information

Improved Circuit-to-CNF Transformation for SAT-based ATPG

Improved Circuit-to-CNF Transformation for SAT-based ATPG Improved Ciruit-to-CNF Transformation for SAT-based ATPG Daniel Tille 1 René Krenz-Bååth 2 Juergen Shloeffel 2 Rolf Drehsler 1 1 Institute of Computer Siene, University of Bremen, 28359 Bremen, Germany

More information

Flow Demands Oriented Node Placement in Multi-Hop Wireless Networks

Flow Demands Oriented Node Placement in Multi-Hop Wireless Networks Flow Demands Oriented Node Plaement in Multi-Hop Wireless Networks Zimu Yuan Institute of Computing Tehnology, CAS, China {zimu.yuan}@gmail.om arxiv:153.8396v1 [s.ni] 29 Mar 215 Abstrat In multi-hop wireless

More information

SEGMENTATION OF IMAGERY USING NETWORK SNAKES

SEGMENTATION OF IMAGERY USING NETWORK SNAKES SEGMENTATION OF IMAGERY USING NETWORK SNAKES Matthias Butenuth Institute of Photogrammetry and GeoInformation, Leibniz Universität Hannover Nienburger Str. 1, 30167 Hannover, Germany butenuth@ipi.uni-hannover.de

More information

A New RBFNDDA-KNN Network and Its Application to Medical Pattern Classification

A New RBFNDDA-KNN Network and Its Application to Medical Pattern Classification A New RBFNDDA-KNN Network and Its Appliation to Medial Pattern Classifiation Shing Chiang Tan 1*, Chee Peng Lim 2, Robert F. Harrison 3, R. Lee Kennedy 4 1 Faulty of Information Siene and Tehnology, Multimedia

More information

FOREGROUND OBJECT EXTRACTION USING FUZZY C MEANS WITH BIT-PLANE SLICING AND OPTICAL FLOW

FOREGROUND OBJECT EXTRACTION USING FUZZY C MEANS WITH BIT-PLANE SLICING AND OPTICAL FLOW FOREGROUND OBJECT EXTRACTION USING FUZZY C EANS WITH BIT-PLANE SLICING AND OPTICAL FLOW SIVAGAI., REVATHI.T, JEGANATHAN.L 3 APSG, SCSE, VIT University, Chennai, India JRF, DST, Dehi, India. 3 Professor,

More information

Sequential Incremental-Value Auctions

Sequential Incremental-Value Auctions Sequential Inremental-Value Autions Xiaoming Zheng and Sven Koenig Department of Computer Siene University of Southern California Los Angeles, CA 90089-0781 {xiaominz,skoenig}@us.edu Abstrat We study the

More information

Defect Detection and Classification in Ceramic Plates Using Machine Vision and Naïve Bayes Classifier for Computer Aided Manufacturing

Defect Detection and Classification in Ceramic Plates Using Machine Vision and Naïve Bayes Classifier for Computer Aided Manufacturing Defet Detetion and Classifiation in Cerami Plates Using Mahine Vision and Naïve Bayes Classifier for Computer Aided Manufaturing 1 Harpreet Singh, 2 Kulwinderpal Singh, 1 Researh Student, 2 Assistant Professor,

More information

Chromaticity-matched Superimposition of Foreground Objects in Different Environments

Chromaticity-matched Superimposition of Foreground Objects in Different Environments FCV216, the 22nd Korea-Japan Joint Workshop on Frontiers of Computer Vision Chromatiity-mathed Superimposition of Foreground Objets in Different Environments Yohei Ogura Graduate Shool of Siene and Tehnology

More information

PROJECT PERIODIC REPORT

PROJECT PERIODIC REPORT FP7-ICT-2007-1 Contrat no.: 215040 www.ative-projet.eu PROJECT PERIODIC REPORT Publishable Summary Grant Agreement number: ICT-215040 Projet aronym: Projet title: Enabling the Knowledge Powered Enterprise

More information

HEXA: Compact Data Structures for Faster Packet Processing

HEXA: Compact Data Structures for Faster Packet Processing Washington University in St. Louis Washington University Open Sholarship All Computer Siene and Engineering Researh Computer Siene and Engineering Report Number: 27-26 27 HEXA: Compat Data Strutures for

More information

A Dual-Hamiltonian-Path-Based Multicasting Strategy for Wormhole-Routed Star Graph Interconnection Networks

A Dual-Hamiltonian-Path-Based Multicasting Strategy for Wormhole-Routed Star Graph Interconnection Networks A Dual-Hamiltonian-Path-Based Multiasting Strategy for Wormhole-Routed Star Graph Interonnetion Networks Nen-Chung Wang Department of Information and Communiation Engineering Chaoyang University of Tehnology,

More information

Implementing Load-Balanced Switches With Fat-Tree Networks

Implementing Load-Balanced Switches With Fat-Tree Networks Implementing Load-Balaned Swithes With Fat-Tree Networks Hung-Shih Chueh, Ching-Min Lien, Cheng-Shang Chang, Jay Cheng, and Duan-Shin Lee Department of Eletrial Engineering & Institute of Communiations

More information

An Optimized Approach on Applying Genetic Algorithm to Adaptive Cluster Validity Index

An Optimized Approach on Applying Genetic Algorithm to Adaptive Cluster Validity Index IJCSES International Journal of Computer Sienes and Engineering Systems, ol., No.4, Otober 2007 CSES International 2007 ISSN 0973-4406 253 An Optimized Approah on Applying Geneti Algorithm to Adaptive

More information

Detecting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry

Detecting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry Deteting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry D. M. Zasada, P. K. Sanyal The MITRE Corp., 6 Eletroni Parkway, Rome, NY 134 (dmzasada, psanyal)@mitre.org

More information

Stable Road Lane Model Based on Clothoids

Stable Road Lane Model Based on Clothoids Stable Road Lane Model Based on Clothoids C Gakstatter*, S Thomas**, Dr P Heinemann*, Prof Gudrun Klinker*** *Audi Eletronis Venture GmbH, **Leibniz Universität Hannover, ***Tehnishe Universität Münhen

More information

CA Release Automation 5.x Implementation Proven Professional Exam (CAT-600) Study Guide Version 1.1

CA Release Automation 5.x Implementation Proven Professional Exam (CAT-600) Study Guide Version 1.1 Exam (CAT-600) Study Guide Version 1.1 PROPRIETARY AND CONFIDENTIAL INFORMATION 2016 CA. All rights reserved. CA onfidential & proprietary information. For CA, CA Partner and CA Customer use only. No unauthorized

More information

Semantic Concept Detection Using Weighted Discretization Multiple Correspondence Analysis for Disaster Information Management

Semantic Concept Detection Using Weighted Discretization Multiple Correspondence Analysis for Disaster Information Management Semanti Conept Detetion Using Weighted Disretization Multiple Correspondene Analysis for Disaster Information Management Samira Pouyanfar and Shu-Ching Chen Shool of Computing and Information Sienes Florida

More information

Test Case Generation from UML State Machines

Test Case Generation from UML State Machines Test Case Generation from UML State Mahines Dirk Seifert To ite this version: Dirk Seifert. Test Case Generation from UML State Mahines. [Researh Report] 2008. HAL Id: inria-00268864

More information

CA Agile Requirements Designer 2.x Implementation Proven Professional Exam (CAT-720) Study Guide Version 1.0

CA Agile Requirements Designer 2.x Implementation Proven Professional Exam (CAT-720) Study Guide Version 1.0 Exam (CAT-720) Study Guide Version 1.0 PROPRIETARY AND CONFIDENTIAL INFORMATION 2017 CA. All rights reserved. CA onfidential & proprietary information. For CA, CA Partner and CA Customer use only. No unauthorized

More information