QoS-oriented Service Management in Clouds for Large Scale Industrial Activity Recognition

Size: px
Start display at page:

Download "QoS-oriented Service Management in Clouds for Large Scale Industrial Activity Recognition"

Transcription

1 QoS-oriented Service Management in Clouds for Large Scale Industrial Activity Recognition Athanasios S. Voulodimos 1, Dimosthenis P. Kyriazis 1, Spyridon V. Gogouvitis 1, Anastasios D. Doulamis 2, Dimitrios I. Kosmopoulos 3, Theodora A. Varvarigou 1 1 National Technical University of Athens thanosv@mail.ntua.gr; dimos@mail.ntua.gr; spyrosg@mail.ntua.gr; dora@telecom.ntua.gr 2 Technical University of Crete adoulam@dpem.tuc.gr 3 University of Texas at Arlington kosmopo@uta.edu Abstract Motivated by the need of industrial enterprises for supervision services for quality, security and safety guarantee, we have developed an Activity Recognition Framework based on computer vision and machine learning tools, attaining good recognition rates. However, the deployment of multiple cameras to exploit redundancies, the large training set requirements of our time series classification models, as well as general resource limitations together with the emphasis on real-time performance, pose significant challenges and lead us to consider a decentralized approach. We thus adapt our application to a new and innovative real-time enabled framework for service-based infrastructures, which has developed QoS-oriented Service Management mechanisms in order to allow cloud environments to facilitate real-time and interactivity. Deploying the Activity Recognition Framework in a cloud infrastructure can therefore enable it for large scale industrial environments. Keywords- activity recognition, industrial workflows, service management, cloud infrastructure, QoS. I. INTRODUCTION Large scale enterprises (like industrial plants or public infrastructure organizations) have a clear need for supervision services in order to guarantee: (a) quality - adherence to predefined procedures for production or services, (b) security and safety - prevention of actions that may lead to hazardous situations, (c) production scheduling - allocation of a number of available production resources (raw materials, equipment, utilities, manpower) to tasks over a scheduling horizon. To this end, significant research has been carried out in the fields of computer vision and machine learning regarding camera localization, scene reconstruction, object detection, moving entities tracking and action/activity recognition. However, the vast majority of these algorithms are centralized. Recently, the development of distributed computer vision algorithms (a survey as of 2009 can be found in [1]) promises to advance the state of the art in computer vision systems by improving their efficiency and scalability, as well as their robustness to outliers and node failures [2]. Nevertheless, the employment of state of the art centralized computer vision in distributed systems so as to exploit the advantages offered by the latter is not straightforward, because of the existence of a number of challenges. In many applications, camera sensor networks are constrained by severe network capacity and energy constraints. On the other hand, existing computer vision algorithms assume that the computation is centralized at a main processor, whereas collecting all the raw data at a single point is impractical or even impossible because of resource constraints. Besides, many computer vision tasks cannot be performed in a low power computing platform [2]. On the other hand, cloud computing offers the potential to dramatically reduce the cost of software services through the commoditization of IT assets and on-demand usage patterns. Virtualization of hardware, rapid service provisioning, scalability, elasticity, accounting granularity and cost allocation models allow clouds to promise the ability to efficiently adapt resource provisioning to the dynamic demands of Internet users. In this context, the services research community has been providing various outcomes to overcome limitations and address new challenges. Future Internet applications raise the need for environments that can facilitate real-time and interactivity and thus pose specific requirements to the underlying infrastructure, which should be able to efficiently adapt resource provisioning to the dynamic Quality of Service (QoS) demands of such applications [14], [15]. In this paper we describe an experiment of deploying a successful centralized computer vision and machine learning activity recognition tool on a federated cloud architecture, so as to scrutinize its effectiveness on an industrial large scale. To our knowledge the work regarding the use of workflow management mechanisms in industrial environments is limited: e.g. [12] proposes the use of agent-based workflow management mechanisms in industrial automation. However, the application described therein is different, as in this work equipments and smart objects are wrapped as agents and exposed as web services that contain real-time status information, which can then be used to form a workflow

2 that describes a manufacturing process. Besides, our experiment also aims at evaluating, validating and optimizing QoS-Oriented Service Management mechanisms in Large Scale Federated Clouds [3] implemented in the framework of the EU IRMOS project [8], which are being extended in the context of the VISION Cloud project [16]. The remainder of the paper is structured as follows: Section II briefly describes the industrial activity recognition framework and highlights the challenges raised that lead us to consider a distributed approach. In Section III the Service Management Mechanisms of the Cloud federation are presented, while highlighting the interdependencies between the components of the architecture that supports the computer vision real world application scenario under discussion. Finally, Section IV concludes the paper. II. INDUSTRIAL ACTIVITY RECOGNITION USING COMPUTER VISION AND MACHINE LEARNING Robust automated activity recognition and production line monitoring using visual sensors in industrial environments is a notoriously difficult problem in computer vision. Under challenging industrial conditions, it is very hard to acquire good quality data for achieving intelligent activity analysis tools. Nevertheless, it is important to address such problems by building generic quasi-performing automated workflow monitoring tools for industrial operation management purposes. This view will contribute in the improvement of process quality standards and health and safety in industrial manufacturing environments of the future. In the following we briefly describe our Activity Recognition Framework ([5], [6]), capable of achieving good recognition rates in real-life installations, based on a holistic representation of the raw input data, and hidden Markov model (HMM)-based statistical pattern recognition methodologies. examined so as to exploit the complementarity of different views offered by multiple cameras, and thus solve occlusions and improve accuracy. The activity recognition framework based on computer vision and machine learning is described in detail in [5], [6], where also a thorough experimental evaluation of the proposed framework is provided, considering real-life visual behavior recognition scenarios in the context of the assembly lines of a major automobile manufacturer. The algorithms implemented use as input two real-world datasets recorded in an automobile construction industry. An example screenshot of the ARF tool on the industrial dataset is shown in Figure 2. Both datasets [9] (available at describe complex industrial processes which have as a goal the assembly of a car in the factory. The recorded frames depict metal sparks, cars equipments racks, and workers performing the assembly, robotic movements, humanmachinery interaction and abnormal situations and events that should trigger alarms. The datasets include videos ranging from one day (with 20 working cycles) to three days activities (with much more complex content since simultaneous processes can be executed by the workers) and can thus pose different computing requirements to ARF. Camera 1 Background subtraction Motion Segmentation Holistic Feature Extraction Camera k Background subtraction Motion Segmentation Holistic Feature Extraction A. Activity Recognition Framework A flow diagram of the proposed visual activity recognition framework is presented in Figure 1. The first functional procedure of our framework is environment modeling / background subtraction, i.e., the creation of a model of what belongs to the scene, as opposed to the actors or moving objects entering and leaving the scene that are identified in the next step of motion segmentation. The moving objects are then identified by calculating their distance from the model. The next processing step is the extraction of features for the effective representation of the raw input data (followed by a dimensionality reduction step for the obtained feature vectors). The resulting cameraspecific information streams are input to classifiers capable of modeling and recognizing time series, i.e., Hidden Markov Models (HMMs). Gaussian mixture models are typically used for modeling the observation emission densities of the HMM hidden states. Moreover, different fusion approaches of multiple information streams (e.g., parallel HMM, multistream fused HMM [10]) have been Fusion of information from multiple cameras Activity Recognition Figure 1. Flow diagram of the Industrial Activity Recognition Framework. B. Challenges The above described activity recognition framework achieves significant success rates as shown in [5], while we are constantly researching on ways to further enhance the recognition rates of the framework. However, deploying the Activity Recognition Framework in a large scale industrial plant in order to fully cover the production area raises some considerable limitations, mainly as far as resources are concerned. To begin with, the processes of background subtraction, motion segmentation and feature extraction are performed for every frame of every camera, and this should

3 be done in almost real-time, so that the framework can have the biggest possible industrial impact. Furthermore, the Hidden Markov Models employed for time series classification demand significant processing and memory requirements in the training phase, especially when it comes to such large datasets of complex cluttered industrial environments. The HMMs should be trained with long time series (i.e. video sequences of long duration), the model parameters should be stored and re-used in the testing phase for the remaining video frames. Additionally, fusion of different information streams stemming from multiple cameras is an important constituent element of the ARF, therefore the increase in number of available sensor cameras could lead to higher accuracy, but also significantly raises computation cost in all phases of the framework. What s more, the requirement for robust real-time activity recognition is important for the system to have a significant industrial impact. In case that the developed framework is to be applied for large scale industrial environments, like for example the full sectors of the factory, the aforementioned limitations may lead to important obstacles, which could be overcome by deploying the ARF service in a Cloud infrastructure, thus also enabling it for large scale industrial environments. Figure 2. Example of the outcome of the ARF tool on our challenging industrial datasets. III. SERVICE MANAGEMENT MECHANISMS A. Service Management Mechanisms Description Based on the Cloud Service / Platform / Infrastructure (SPI) layered model [7], focus is put upon the Platform-asa-Service (PaaS) characteristics (i.e. Service Management mechanisms) in order to support for QoS guarantees, given that various approaches on the IaaS layer (e.g. ISONI [13]) allow for provision of QoS guarantees (using mechanisms such as fault-tolerance, resiliency, temporal isolation, etc). A leading Internet of Services (IoS) project (EU IRMOS), has developed QoS-oriented Service Management mechanisms in order to allow Cloud environments to facilitate real-time and interactivity. Here we present an approach on how to engineer the application services described in Section II to be executed in the specific cloud environment and evaluate their effectiveness when deployed for an application with strict timing requirements. We focus on Monitoring, Event Evaluation and Workflow Management using the computer vision application scenario. A brief description of the proposed Service Management mechanisms follows [4]: Workflow Management: Workflow management plays a significant role in the context of a cloud ecosystem with stringent time requirements [11]. Our solution consists of two components, namely Workflow Manager and Workflow Enactor. Since various control actions are needed in order to maintain the QoS level and the smooth operation of the application services, the Workflow Enactor Service is deployed within the Virtual Machines (VMs) to have direct access and control on the application service components. This service is responsible only for components of the particular VMs, while other instances are deployed in other VMs. All Workflow Enactor Services (instances) are controlled centrally by the Workflow Manager Service. The Workflow Enactor Service is responsible for configuring the application service components prior to their execution and managing the workflow during the execution of an application (i.e. start and stop services according to the workflow description document). Furthermore, the Workflow Manager receives notifications from the Event Evaluator regarding corrective actions which the Workflow Enactor Service invokes. Monitoring: It consists of two components, namely Monitoring Manager and Monitoring Instance. The Monitoring Manager exposes appropriate interfaces for starting / stopping the operation and has access to the collected data from both the infrastructure and the application level. It orchestrates the Monitoring Instances of all VMs and has access to the aggregated information. Also, it can serve different and concurrent application service components that are being deployed in the same or different VMs. The Monitoring Instance is located within the VMs and is specific to every deployment. It exposes an interface towards the Monitoring Manager in order to initiate the application monitoring. Besides, the Monitoring Manager generates events based on the monitoring information which are being handled by the Event Evaluator.

4 Events Evaluation: It refers to the Event Evaluator, a component that receives events from the Monitoring Manager in order to trigger corrective actions that are being handled by the Workflow Manager (e.g. re-configuration of the application service components based on new resource allocation). It applies specific rules so as to realize the aforementioned actions. B. Architecture Overview In the proposed experiment we have deployed up to one hundred fifty (150) VMs across different sites (the number of VMs being deployed varies according to the requirements of the application scenario in terms of real-time processing based on the monitoring information, events are being generated that trigger the deployment of additional VMs, which in sequel are enacted by the workflow manager). As depicted in Figure 3, and based on the short description of the Service Management framework and the corresponding application, what is of major importance lies in the hierarchical architectural approach of the Monitoring and Workflow Management components, instances of which will reside in the VM images along with the application service components. Thus, scaling up to one hundred fifty (150) VMs affects not only the application but also the Service Management framework (answering the question how scalable a service can be ), since the images will contain the following services and application service components to be tested: Workflow Enactor Monitoring Instance Application Service: ARF C. Component Interdependencies Figure 4 provides a graphical presentation of the components showing their interdependencies. In each VM image besides the application service component (ARF), the workflow enactor and monitor instance services will also be deployed. In a different VM (acting as the PaaS provider), the Workflow Manager, the Monitoring Manager and the Events Evaluator services will be deployed. The workflow manager initiates the workflow enactor, which in turn enables the monitoring instance, configures the application service components and invokes them. Monitoring information (application) is collected from each VM from the workflow instance and propagated to the monitoring manager, which along with the infrastructure monitoring information (obtained from the IaaS gateway) generates events that are being evaluated by the events evaluator. Based on specific policies (e.g. scale when a threshold is exceeded), the events evaluator triggers corrective actions to the workflow manager (e.g. re-configure the application component services according to updated allocated resources in order to meet the QoS requirements of the application). Figure 3. Architecture Overview

5 Application Service: ARF IaaS provider Figure 4. Components Interdependencies IV. CONCLUSION We have briefly described an Activity Recognition Framework based on computer vision and machine learning algorithms aimed at industrial environments supervision and automatic monitoring. The framework is roughly based on background subtraction, motion segmentation, holistic feature extraction, fusion of information streams from multiple cameras, and finally time series classification through HMMs for activity recognition. This centralized approach poses some resource and time related limitations, when attempting to enable it for a large scale enterprise. We therefore deploy it on the Cloud infrastructure implemented within the framework of the IRMOS EU project, which has developed QoS-oriented Service Management mechanisms, such as Workflow Management, Monitoring and Events Evaluation, which are being extended in the context of the VISION Cloud project. We describe the overall architecture as well as the components interdependencies, while the outcome of the experiment, apart from endowing the computer vision application framework with the advantages of the Cloud infrastructure, also involves evaluation, validation and optimization of the implemented Service Mechanisms. ACKNOWLEDGMENT The research leading to these results has received funding from the European Commission's Seventh Framework Programme ([FP7/ ]) under grant agreement n (VISION Cloud project). REFERENCES [1] R. Radke, A survey of distributed computer vision algorithms, in Handbook of Ambient Intelligence and Smart Environments. New York: Springer-Verlag, 2009, pp [2] R. Tron, R. Vidal, "Distributed Computer Vision Algorithms," IEEE Signal Processing Magazine, vol.28, no.3, pp.32-45, [3] Spyridon V. Gogouvitis, Kleopatra Konstanteli, Dimosthenis Kyriazis, Theodora Varvarigou, "An Architectural Approach for Event-Based Execution Management in Service Oriented Infrastructures," 12th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC), [4] S.V. Gogouvitis, K. Konstanteli, G. Kousiouris, G. Katsaros, D. Kyriazis, T. Varvarigou, "A Service Oriented Architecture for achieving QoSaware Workflow Management in Virtualized Environments," 2010 International Conference on Network and Service Management (CNSM), pp , [5] D. Kosmopoulos, S.P. Chatzis, "Robust Visual Behavior Recognition," IEEE Signal Processing Magazine, vol.27, no.5, pp.34-45, Sept [6] D.I. Kosmopoulos, A.S. Voulodimos, T.A. Varvarigou, "Robust Human Behavior Modeling from Multiple Cameras," 20th International Conference on Pattern Recognition (ICPR), pp , Aug. 2010, doi: /ICPR [7] Peter Mell and Tim Grance, The NIST Definition of Cloud Computing, Version 15, [8] IRMOS Project, IRMOS Project website, [9] A. Voulodimos, D. Kosmopoulos, G. Vassileiou, E. Sardis, A. Doulamis, V. Anagnostopoulos, C. Lalos, T. Varvarigou, 'A dataset for workflow recognition in industrial scenes, IEEE ICIP [10] Z. Zeng, J. Tu, B. Pianfetti, & T. Huang, Audiovisual a ective expression recognition through multistream fused hmm, IEEE Transactions on Multimedia, vol. 10, no. 4, pp , [11] E. Deelman, D. Gannon, M. Shields, I. Taylor, Workflows and e- Science: An overview of workflow system features and capabilities, Future Generation Computer Systems, vol. 25, pp , [12] Y. Zhang, G. Q. Huang, T. Qu, O. Ho, Agent-based workflow management for RFID-enabled real-time reconfigurable manufacturing, International Journal of Computer Integrated Manufacturing, vol. 23, pp , [13] S. Narasimhamurthy, G. Umanesan, J. Morse, M. Muggeridge, ISONI StorageWhitepaper, January [14] L. Zeng, B. Benatallah, A. Ngu, M. Dumas, J. Kalagnanam, H. Chang, QoS-aware middleware for Web services composition, IEEE Trans. on Softw. Eng., vol. 30, no. 5, pp , [15] N. Doulamis, P. Kokkinos, E. Varvarigos, Spectral Clustering Scheduling Techniques for Tasks with Strict QoS Requirements', EuroPar [16] VISION Cloud project, URL:

A Service-Oriented Framework for GNU Octave-Based Performance Prediction

A Service-Oriented Framework for GNU Octave-Based Performance Prediction A Service-Oriented Framework for GNU Octave-Based Performance Prediction The IRMOS Mapping Service George Kousiouris, Dimosthenis Kyriazis, Kleopatra Konstanteli, Spyridon Gogouvitis, Gregory Katsaros

More information

An Architecture Model of Sensor Information System Based on Cloud Computing

An Architecture Model of Sensor Information System Based on Cloud Computing An Architecture Model of Sensor Information System Based on Cloud Computing Pengfei You, Yuxing Peng National Key Laboratory for Parallel and Distributed Processing, School of Computer Science, National

More information

How To Understand Cloud Computing

How To Understand Cloud Computing Overview of Cloud Computing (ENCS 691K Chapter 1) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ Overview of Cloud Computing Towards a definition

More information

ASCETiC Whitepaper. Motivation. ASCETiC Toolbox Business Goals. Approach

ASCETiC Whitepaper. Motivation. ASCETiC Toolbox Business Goals. Approach ASCETiC Whitepaper Motivation The increased usage of ICT, together with growing energy costs and the need to reduce greenhouse gases emissions call for energy-efficient technologies that decrease the overall

More information

A Study on Service Oriented Network Virtualization convergence of Cloud Computing

A Study on Service Oriented Network Virtualization convergence of Cloud Computing A Study on Service Oriented Network Virtualization convergence of Cloud Computing 1 Kajjam Vinay Kumar, 2 SANTHOSH BODDUPALLI 1 Scholar(M.Tech),Department of Computer Science Engineering, Brilliant Institute

More information

Infrastructure as a Service (IaaS)

Infrastructure as a Service (IaaS) Infrastructure as a Service (IaaS) (ENCS 691K Chapter 4) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ References 1. R. Moreno et al.,

More information

Speed Performance Improvement of Vehicle Blob Tracking System

Speed Performance Improvement of Vehicle Blob Tracking System Speed Performance Improvement of Vehicle Blob Tracking System Sung Chun Lee and Ram Nevatia University of Southern California, Los Angeles, CA 90089, USA sungchun@usc.edu, nevatia@usc.edu Abstract. A speed

More information

A General Framework for Tracking Objects in a Multi-Camera Environment

A General Framework for Tracking Objects in a Multi-Camera Environment A General Framework for Tracking Objects in a Multi-Camera Environment Karlene Nguyen, Gavin Yeung, Soheil Ghiasi, Majid Sarrafzadeh {karlene, gavin, soheil, majid}@cs.ucla.edu Abstract We present a framework

More information

IRMOS Newsletter. Issue N 4 / September 2010. Editorial. In this issue... Dear Reader, Editorial p.1

IRMOS Newsletter. Issue N 4 / September 2010. Editorial. In this issue... Dear Reader, Editorial p.1 IRMOS Newsletter Issue N 4 / September 2010 In this issue... Editorial Editorial p.1 Highlights p.2 Special topic: The IRMOS Cloud Solution p.5 Recent project outcomes p.6 Upcoming events p.8 Dear Reader,

More information

Journal of Industrial Engineering Research. Adaptive sequence of Key Pose Detection for Human Action Recognition

Journal of Industrial Engineering Research. Adaptive sequence of Key Pose Detection for Human Action Recognition IWNEST PUBLISHER Journal of Industrial Engineering Research (ISSN: 2077-4559) Journal home page: http://www.iwnest.com/aace/ Adaptive sequence of Key Pose Detection for Human Action Recognition 1 T. Sindhu

More information

Li Sheng. lsheng1@uci.edu. Nowadays, with the booming development of network-based computing, more and more

Li Sheng. lsheng1@uci.edu. Nowadays, with the booming development of network-based computing, more and more 36326584 Li Sheng Virtual Machine Technology for Cloud Computing Li Sheng lsheng1@uci.edu Abstract: Nowadays, with the booming development of network-based computing, more and more Internet service vendors

More information

A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services

A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services Ronnie D. Caytiles and Byungjoo Park * Department of Multimedia Engineering, Hannam University

More information

Grid Computing Vs. Cloud Computing

Grid Computing Vs. Cloud Computing International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 6 (2013), pp. 577-582 International Research Publications House http://www. irphouse.com /ijict.htm Grid

More information

False alarm in outdoor environments

False alarm in outdoor environments Accepted 1.0 Savantic letter 1(6) False alarm in outdoor environments Accepted 1.0 Savantic letter 2(6) Table of contents Revision history 3 References 3 1 Introduction 4 2 Pre-processing 4 3 Detection,

More information

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network Proceedings of the 8th WSEAS Int. Conf. on ARTIFICIAL INTELLIGENCE, KNOWLEDGE ENGINEERING & DATA BASES (AIKED '9) ISSN: 179-519 435 ISBN: 978-96-474-51-2 An Energy-Based Vehicle Tracking System using Principal

More information

Figure 1 Cloud Computing. 1.What is Cloud: Clouds are of specific commercial interest not just on the acquiring tendency to outsource IT

Figure 1 Cloud Computing. 1.What is Cloud: Clouds are of specific commercial interest not just on the acquiring tendency to outsource IT An Overview Of Future Impact Of Cloud Computing Shiva Chaudhry COMPUTER SCIENCE DEPARTMENT IFTM UNIVERSITY MORADABAD Abstraction: The concept of cloud computing has broadcast quickly by the information

More information

Comparison of Various Particle Swarm Optimization based Algorithms in Cloud Computing

Comparison of Various Particle Swarm Optimization based Algorithms in Cloud Computing Comparison of Various Particle Swarm Optimization based Algorithms in Cloud Computing Er. Talwinder Kaur M.Tech (CSE) SSIET, Dera Bassi, Punjab, India Email- talwinder_2@yahoo.co.in Er. Seema Pahwa Department

More information

Towards the Magic Green Broker Jean-Louis Pazat IRISA 1/29. Jean-Louis Pazat. IRISA/INSA Rennes, FRANCE MYRIADS Project Team

Towards the Magic Green Broker Jean-Louis Pazat IRISA 1/29. Jean-Louis Pazat. IRISA/INSA Rennes, FRANCE MYRIADS Project Team Towards the Magic Green Broker Jean-Louis Pazat IRISA 1/29 Jean-Louis Pazat IRISA/INSA Rennes, FRANCE MYRIADS Project Team Towards the Magic Green Broker Jean-Louis Pazat IRISA 2/29 OUTLINE Clouds and

More information

The Scientific Data Mining Process

The Scientific Data Mining Process Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In

More information

Concept and Project Objectives

Concept and Project Objectives 3.1 Publishable summary Concept and Project Objectives Proactive and dynamic QoS management, network intrusion detection and early detection of network congestion problems among other applications in the

More information

Environments, Services and Network Management for Green Clouds

Environments, Services and Network Management for Green Clouds Environments, Services and Network Management for Green Clouds Carlos Becker Westphall Networks and Management Laboratory Federal University of Santa Catarina MARCH 3RD, REUNION ISLAND IARIA GLOBENET 2012

More information

IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource Virtualization

IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource Virtualization 2011 International Conference on Information and Electronics Engineering IPCSIT vol.6 (2011) (2011) IACSIT Press, Singapore IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource

More information

Oracle Big Data SQL Technical Update

Oracle Big Data SQL Technical Update Oracle Big Data SQL Technical Update Jean-Pierre Dijcks Oracle Redwood City, CA, USA Keywords: Big Data, Hadoop, NoSQL Databases, Relational Databases, SQL, Security, Performance Introduction This technical

More information

Developing Scalable Smart Grid Infrastructure to Enable Secure Transmission System Control

Developing Scalable Smart Grid Infrastructure to Enable Secure Transmission System Control Developing Scalable Smart Grid Infrastructure to Enable Secure Transmission System Control EP/K006487/1 UK PI: Prof Gareth Taylor (BU) China PI: Prof Yong-Hua Song (THU) Consortium UK Members: Brunel University

More information

Method of Fault Detection in Cloud Computing Systems

Method of Fault Detection in Cloud Computing Systems , pp.205-212 http://dx.doi.org/10.14257/ijgdc.2014.7.3.21 Method of Fault Detection in Cloud Computing Systems Ying Jiang, Jie Huang, Jiaman Ding and Yingli Liu Yunnan Key Lab of Computer Technology Application,

More information

Software Defined Security Mechanisms for Critical Infrastructure Management

Software Defined Security Mechanisms for Critical Infrastructure Management Software Defined Security Mechanisms for Critical Infrastructure Management SESSION: CRITICAL INFRASTRUCTURE PROTECTION Dr. Anastasios Zafeiropoulos, Senior R&D Architect, Contact: azafeiropoulos@ubitech.eu

More information

The Big Data methodology in computer vision systems

The Big Data methodology in computer vision systems The Big Data methodology in computer vision systems Popov S.B. Samara State Aerospace University, Image Processing Systems Institute, Russian Academy of Sciences Abstract. I consider the advantages of

More information

Is a Data Scientist the New Quant? Stuart Kozola MathWorks

Is a Data Scientist the New Quant? Stuart Kozola MathWorks Is a Data Scientist the New Quant? Stuart Kozola MathWorks 2015 The MathWorks, Inc. 1 Facts or information used usually to calculate, analyze, or plan something Information that is produced or stored by

More information

Privacy-Aware Scheduling for Inter-Organizational Processes

Privacy-Aware Scheduling for Inter-Organizational Processes Privacy-Aware Scheduling for Inter-Organizational Processes Christoph Hochreiner Distributed Systems Group, Vienna University of Technology, Austria c.hochreiner@infosys.tuwien.ac.at Abstract Due to the

More information

Human behavior analysis from videos using optical flow

Human behavior analysis from videos using optical flow L a b o r a t o i r e I n f o r m a t i q u e F o n d a m e n t a l e d e L i l l e Human behavior analysis from videos using optical flow Yassine Benabbas Directeur de thèse : Chabane Djeraba Multitel

More information

Dynamism and Data Management in Distributed, Collaborative Working Environments

Dynamism and Data Management in Distributed, Collaborative Working Environments Dynamism and Data Management in Distributed, Collaborative Working Environments Alexander Kipp 1, Lutz Schubert 1, Matthias Assel 1 and Terrence Fernando 2, 1 High Performance Computing Center Stuttgart,

More information

Big Data Mining Services and Knowledge Discovery Applications on Clouds

Big Data Mining Services and Knowledge Discovery Applications on Clouds Big Data Mining Services and Knowledge Discovery Applications on Clouds Domenico Talia DIMES, Università della Calabria & DtoK Lab Italy talia@dimes.unical.it Data Availability or Data Deluge? Some decades

More information

Research on Operation Management under the Environment of Cloud Computing Data Center

Research on Operation Management under the Environment of Cloud Computing Data Center , pp.185-192 http://dx.doi.org/10.14257/ijdta.2015.8.2.17 Research on Operation Management under the Environment of Cloud Computing Data Center Wei Bai and Wenli Geng Computer and information engineering

More information

Logical Data Models for Cloud Computing Architectures

Logical Data Models for Cloud Computing Architectures Logical Data Models for Cloud Computing Architectures Augustine (Gus) Samba, Kent State University Describing generic logical data models for two existing cloud computing architectures, the author helps

More information

Mobile Storage and Search Engine of Information Oriented to Food Cloud

Mobile Storage and Search Engine of Information Oriented to Food Cloud Advance Journal of Food Science and Technology 5(10): 1331-1336, 2013 ISSN: 2042-4868; e-issn: 2042-4876 Maxwell Scientific Organization, 2013 Submitted: May 29, 2013 Accepted: July 04, 2013 Published:

More information

Keywords Distributed Computing, On Demand Resources, Cloud Computing, Virtualization, Server Consolidation, Load Balancing

Keywords Distributed Computing, On Demand Resources, Cloud Computing, Virtualization, Server Consolidation, Load Balancing Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Survey on Load

More information

CLEVER: a CLoud-Enabled Virtual EnviRonment

CLEVER: a CLoud-Enabled Virtual EnviRonment CLEVER: a CLoud-Enabled Virtual EnviRonment Francesco Tusa Maurizio Paone Massimo Villari Antonio Puliafito {ftusa,mpaone,mvillari,apuliafito}@unime.it Università degli Studi di Messina, Dipartimento di

More information

Semantic Video Annotation by Mining Association Patterns from Visual and Speech Features

Semantic Video Annotation by Mining Association Patterns from Visual and Speech Features Semantic Video Annotation by Mining Association Patterns from and Speech Features Vincent. S. Tseng, Ja-Hwung Su, Jhih-Hong Huang and Chih-Jen Chen Department of Computer Science and Information Engineering

More information

Towards Smart and Intelligent SDN Controller

Towards Smart and Intelligent SDN Controller Towards Smart and Intelligent SDN Controller - Through the Generic, Extensible, and Elastic Time Series Data Repository (TSDR) YuLing Chen, Dell Inc. Rajesh Narayanan, Dell Inc. Sharon Aicler, Cisco Systems

More information

Data-Aware Service Choreographies through Transparent Data Exchange

Data-Aware Service Choreographies through Transparent Data Exchange Institute of Architecture of Application Systems Data-Aware Service Choreographies through Transparent Data Exchange Michael Hahn, Dimka Karastoyanova, and Frank Leymann Institute of Architecture of Application

More information

1. Introduction. 2. Background. 2.1. Cloud computing in a nutshell

1. Introduction. 2. Background. 2.1. Cloud computing in a nutshell Title: Towards new access control models for Cloud computing systems Category: 'In the Cloud' - Security Author name: Gouglidis Antonios City, Country: Thessaloniki, Greece Year of study, Course Title:

More information

Cloud Federations in Contrail

Cloud Federations in Contrail Cloud Federations in Contrail Emanuele Carlini 1,3, Massimo Coppola 1, Patrizio Dazzi 1, Laura Ricci 1,2, GiacomoRighetti 1,2 " 1 - CNR - ISTI, Pisa, Italy" 2 - University of Pisa, C.S. Dept" 3 - IMT Lucca,

More information

Security Model for VM in Cloud

Security Model for VM in Cloud Security Model for VM in Cloud 1 Venkataramana.Kanaparti, 2 Naveen Kumar R, 3 Rajani.S, 4 Padmavathamma M, 5 Anitha.C 1,2,3,5 Research Scholars, 4Research Supervisor 1,2,3,4,5 Dept. of Computer Science,

More information

Automated Virtual Cloud Management: The need of future

Automated Virtual Cloud Management: The need of future Automated Virtual Cloud Management: The need of future Prof. (Ms) Manisha Shinde-Pawar Faculty of Management (Information Technology), Bharati Vidyapeeth Univerisity, Pune, IMRDA, SANGLI Abstract: With

More information

An Agent-Based Concept for Problem Management Systems to Enhance Reliability

An Agent-Based Concept for Problem Management Systems to Enhance Reliability An Agent-Based Concept for Problem Management Systems to Enhance Reliability H. Wang, N. Jazdi, P. Goehner A defective component in an industrial automation system affects only a limited number of sub

More information

Reallocation and Allocation of Virtual Machines in Cloud Computing Manan D. Shah a, *, Harshad B. Prajapati b

Reallocation and Allocation of Virtual Machines in Cloud Computing Manan D. Shah a, *, Harshad B. Prajapati b Proceedings of International Conference on Emerging Research in Computing, Information, Communication and Applications (ERCICA-14) Reallocation and Allocation of Virtual Machines in Cloud Computing Manan

More information

Software-Defined Networks Powered by VellOS

Software-Defined Networks Powered by VellOS WHITE PAPER Software-Defined Networks Powered by VellOS Agile, Flexible Networking for Distributed Applications Vello s SDN enables a low-latency, programmable solution resulting in a faster and more flexible

More information

Improving IT Service Management Architecture in Cloud Environment on Top of Current Frameworks

Improving IT Service Management Architecture in Cloud Environment on Top of Current Frameworks Improving IT Service Management Architecture in Cloud Environment on Top of Current Frameworks Fatemeh Arabalidousti 1 and Ramin Nasiri 2 1 Department of Computer Engineering, Islamic Azad University,

More information

Task Placement in a Cloud with Case-based Reasoning

Task Placement in a Cloud with Case-based Reasoning Task Placement in a Cloud with Case-based Reasoning Eric Schulte-Zurhausen and Mirjam Minor Institute of Informatik, Goethe University, Robert-Mayer-Str.10, Frankfurt am Main, Germany {eschulte, minor}@informatik.uni-frankfurt.de

More information

The Trellis Dynamic Infrastructure Optimization Platform for Data Center Infrastructure Management (DCIM)

The Trellis Dynamic Infrastructure Optimization Platform for Data Center Infrastructure Management (DCIM) The Trellis Dynamic Infrastructure Optimization Platform for Data Center Infrastructure Management (DCIM) TM IS YOUR DATA CENTER OPERATING AT PEAK PERFORMANCE? MITIGATE RISK. OPTIMIZE EFFICIENCY. SUPPORT

More information

Tracking and Recognition in Sports Videos

Tracking and Recognition in Sports Videos Tracking and Recognition in Sports Videos Mustafa Teke a, Masoud Sattari b a Graduate School of Informatics, Middle East Technical University, Ankara, Turkey mustafa.teke@gmail.com b Department of Computer

More information

Supply Chain Platform as a Service: a Cloud Perspective on Business Collaboration

Supply Chain Platform as a Service: a Cloud Perspective on Business Collaboration Supply Chain Platform as a Service: a Cloud Perspective on Business Collaboration Guopeng Zhao 1, 2 and Zhiqi Shen 1 1 Nanyang Technological University, Singapore 639798 2 HP Labs Singapore, Singapore

More information

Proposed Commons Credits Model Pilot Service Provider Conformance Requirements 12/22/2015 Version

Proposed Commons Credits Model Pilot Service Provider Conformance Requirements 12/22/2015 Version Proposed Commons Credits Model Pilot Service Provider Conformance Requirements 12/22/2015 Version Definitions: 1. Digital Object: An electronic artifact, including, but not limited to data, software, metadata,

More information

Media Cloud Service with Optimized Video Processing and Platform

Media Cloud Service with Optimized Video Processing and Platform Media Cloud Service with Optimized Video Processing and Platform Kenichi Ota Hiroaki Kubota Tomonori Gotoh Recently, video traffic on the Internet has been increasing dramatically as video services including

More information

Face Recognition in Low-resolution Images by Using Local Zernike Moments

Face Recognition in Low-resolution Images by Using Local Zernike Moments Proceedings of the International Conference on Machine Vision and Machine Learning Prague, Czech Republic, August14-15, 014 Paper No. 15 Face Recognition in Low-resolution Images by Using Local Zernie

More information

International Journal of Computer & Organization Trends Volume21 Number1 June 2015 A Study on Load Balancing in Cloud Computing

International Journal of Computer & Organization Trends Volume21 Number1 June 2015 A Study on Load Balancing in Cloud Computing A Study on Load Balancing in Cloud Computing * Parveen Kumar * Er.Mandeep Kaur Guru kashi University,Talwandi Sabo Guru kashi University,Talwandi Sabo Abstract: Load Balancing is a computer networking

More information

Auto-Scaling Model for Cloud Computing System

Auto-Scaling Model for Cloud Computing System Auto-Scaling Model for Cloud Computing System Che-Lun Hung 1*, Yu-Chen Hu 2 and Kuan-Ching Li 3 1 Dept. of Computer Science & Communication Engineering, Providence University 2 Dept. of Computer Science

More information

15 th April 2010 FIA Valencia

15 th April 2010 FIA Valencia Autonomic Internet (AutoI) FP7 STREP Project Management of Virtual Infrastructure http://ist-autoi.eu/ 15 th April 2010 FIA Valencia Alex Galis University College London a.galis@ee.ucl.ac.uk www.ee.ucl.ac.uk/~agalis

More information

3D SCANNING: A NEW APPROACH TOWARDS MODEL DEVELOPMENT IN ADVANCED MANUFACTURING SYSTEM

3D SCANNING: A NEW APPROACH TOWARDS MODEL DEVELOPMENT IN ADVANCED MANUFACTURING SYSTEM 3D SCANNING: A NEW APPROACH TOWARDS MODEL DEVELOPMENT IN ADVANCED MANUFACTURING SYSTEM Dr. Trikal Shivshankar 1, Patil Chinmay 2, Patokar Pradeep 3 Professor, Mechanical Engineering Department, SSGM Engineering

More information

A Learning Based Method for Super-Resolution of Low Resolution Images

A Learning Based Method for Super-Resolution of Low Resolution Images A Learning Based Method for Super-Resolution of Low Resolution Images Emre Ugur June 1, 2004 emre.ugur@ceng.metu.edu.tr Abstract The main objective of this project is the study of a learning based method

More information

The Hybrid Cloud: Bringing Cloud-Based IT Services to State Government

The Hybrid Cloud: Bringing Cloud-Based IT Services to State Government The Hybrid Cloud: Bringing Cloud-Based IT Services to State Government October 4, 2009 Prepared By: Robert Woolley and David Fletcher Introduction Provisioning Information Technology (IT) services to enterprises

More information

Dynamic Composition of Web Service Based on Cloud Computing

Dynamic Composition of Web Service Based on Cloud Computing , pp.389-398 http://dx.doi.org/10.14257/ijhit.2013.6.6.35 Dynamic Composition of Web Service Based on Cloud Computing WU Nai-zhong Information Center, Changzhou Institute of Engineering Technology, Changzhou

More information

Cloud Manufacturing Olena Skarlat

Cloud Manufacturing Olena Skarlat Cloud Manufacturing Olena Skarlat Distributed Systems Group Vienna University of Technology o.skarlat@infosys.tuwien.ac.at Goals for today Foundations of Cloud Manufacturing Cloud Manufacturing Scenario

More information

Alternative Deployment Models for Cloud Computing in HPC Applications. Society of HPC Professionals November 9, 2011 Steve Hebert, Nimbix

Alternative Deployment Models for Cloud Computing in HPC Applications. Society of HPC Professionals November 9, 2011 Steve Hebert, Nimbix Alternative Deployment Models for Cloud Computing in HPC Applications Society of HPC Professionals November 9, 2011 Steve Hebert, Nimbix The case for Cloud in HPC Build it in house Assemble in the cloud?

More information

Cloud computing: the state of the art and challenges. Jānis Kampars Riga Technical University

Cloud computing: the state of the art and challenges. Jānis Kampars Riga Technical University Cloud computing: the state of the art and challenges Jānis Kampars Riga Technical University Presentation structure Enabling technologies Cloud computing defined Dealing with load in cloud computing Service

More information

The Challenge of Handling Large Data Sets within your Measurement System

The Challenge of Handling Large Data Sets within your Measurement System The Challenge of Handling Large Data Sets within your Measurement System The Often Overlooked Big Data Aaron Edgcumbe Marketing Engineer Northern Europe, Automated Test National Instruments Introduction

More information

SOA: The missing link between Enterprise Architecture and Solution Architecture

SOA: The missing link between Enterprise Architecture and Solution Architecture SOA: The missing link between Enterprise Architecture and Solution Architecture Jaidip Banerjee and Sohel Aziz Enterprise Architecture (EA) is increasingly being acknowledged as the way to maximize existing

More information

Neural Network based Vehicle Classification for Intelligent Traffic Control

Neural Network based Vehicle Classification for Intelligent Traffic Control Neural Network based Vehicle Classification for Intelligent Traffic Control Saeid Fazli 1, Shahram Mohammadi 2, Morteza Rahmani 3 1,2,3 Electrical Engineering Department, Zanjan University, Zanjan, IRAN

More information

Towards Cloud Factory Simulation. Abstract

Towards Cloud Factory Simulation. Abstract Towards Cloud Factory Simulation 第 十 八 屆 決 策 分 析 研 討 會 Toly Chen Department of Industrial Engineering and Systems Management, Feng Chia University *tolychen@ms37.hinet.net Abstract An important and practical

More information

Continual Verification of Non-Functional Properties in Cloud-Based Systems

Continual Verification of Non-Functional Properties in Cloud-Based Systems Continual Verification of Non-Functional Properties in Cloud-Based Systems Invited Paper Radu Calinescu, Kenneth Johnson, Yasmin Rafiq, Simos Gerasimou, Gabriel Costa Silva and Stanimir N. Pehlivanov Department

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 4, April-2015 36 ISSN 2229-5518

International Journal of Scientific & Engineering Research, Volume 6, Issue 4, April-2015 36 ISSN 2229-5518 International Journal of Scientific & Engineering Research, Volume 6, Issue 4, April-2015 36 An Efficient Approach for Load Balancing in Cloud Environment Balasundaram Ananthakrishnan Abstract Cloud computing

More information

Design of Remote data acquisition system based on Internet of Things

Design of Remote data acquisition system based on Internet of Things , pp.32-36 http://dx.doi.org/10.14257/astl.214.79.07 Design of Remote data acquisition system based on Internet of Things NIU Ling Zhou Kou Normal University, Zhoukou 466001,China; Niuling@zknu.edu.cn

More information

IEEE International Conference on Computing, Analytics and Security Trends CAST-2016 (19 21 December, 2016) Call for Paper

IEEE International Conference on Computing, Analytics and Security Trends CAST-2016 (19 21 December, 2016) Call for Paper IEEE International Conference on Computing, Analytics and Security Trends CAST-2016 (19 21 December, 2016) Call for Paper CAST-2015 provides an opportunity for researchers, academicians, scientists and

More information

A Cloud Test Bed for China Railway Enterprise Data Center

A Cloud Test Bed for China Railway Enterprise Data Center A Cloud Test Bed for China Railway Enterprise Data Center BACKGROUND China Railway consists of eighteen regional bureaus, geographically distributed across China, with each regional bureau having their

More information

REAL-TIME STREAMING ANALYTICS DATA IN, ACTION OUT

REAL-TIME STREAMING ANALYTICS DATA IN, ACTION OUT REAL-TIME STREAMING ANALYTICS DATA IN, ACTION OUT SPOT THE ODD ONE BEFORE IT IS OUT flexaware.net Streaming analytics: from data to action Do you need actionable insights from various data streams fast?

More information

Service Level Agreements based on Business Process Modeling

Service Level Agreements based on Business Process Modeling Service Level Agreements based on Business Process Modeling Holger Schmidt Munich Network Management Team University of Munich, Dept. of CS Oettingenstr. 67, 80538 Munich, Germany Email: schmidt@informatik.uni-muenchen.de

More information

Dynamic Load Balancing of Virtual Machines using QEMU-KVM

Dynamic Load Balancing of Virtual Machines using QEMU-KVM Dynamic Load Balancing of Virtual Machines using QEMU-KVM Akshay Chandak Krishnakant Jaju Technology, College of Engineering, Pune. Maharashtra, India. Akshay Kanfade Pushkar Lohiya Technology, College

More information

ERP Integration into Generic Plant Automation Model

ERP Integration into Generic Plant Automation Model Integration into Generic Plant Automation Model Yoseba K. Penya, Alexei Bratoukhine and Thilo Sauter Institute of Computer Technology VIENNA UNIVERSITY OF TECHNOLOGY Gußhausstraße 27/E384, A-1040 Wien

More information

Sistemi Operativi e Reti. Cloud Computing

Sistemi Operativi e Reti. Cloud Computing 1 Sistemi Operativi e Reti Cloud Computing Facoltà di Scienze Matematiche Fisiche e Naturali Corso di Laurea Magistrale in Informatica Osvaldo Gervasi ogervasi@computer.org 2 Introduction Technologies

More information

Component visualization methods for large legacy software in C/C++

Component visualization methods for large legacy software in C/C++ Annales Mathematicae et Informaticae 44 (2015) pp. 23 33 http://ami.ektf.hu Component visualization methods for large legacy software in C/C++ Máté Cserép a, Dániel Krupp b a Eötvös Loránd University mcserep@caesar.elte.hu

More information

Building a Converged Infrastructure with Self-Service Automation

Building a Converged Infrastructure with Self-Service Automation Building a Converged Infrastructure with Self-Service Automation Private, Community, and Enterprise Cloud Scenarios Prepared for: 2012 Neovise, LLC. All Rights Reserved. Case Study Report Introduction:

More information

OPEN DATA CENTER ALLIANCE Usage Model: Guide to Interoperability Across Clouds

OPEN DATA CENTER ALLIANCE Usage Model: Guide to Interoperability Across Clouds sm OPEN DATA CENTER ALLIANCE Usage Model: Guide to Interoperability Across Clouds SM Table of Contents Legal Notice... 3 Executive Summary... 4 Purpose... 5 Overview... 5 Interoperability... 6 Service

More information

Embedded Systems Programming in a Private Cloud- A prototype for Embedded Cloud Computing

Embedded Systems Programming in a Private Cloud- A prototype for Embedded Cloud Computing International Journal of Information Science and Intelligent System, Vol. 2, No.4, 2013 Embedded Systems Programming in a Private Cloud- A prototype for Embedded Cloud Computing Achin Mishra 1 1 Department

More information

A MACHINE LEARNING APPROACH TO FILTER UNWANTED MESSAGES FROM ONLINE SOCIAL NETWORKS

A MACHINE LEARNING APPROACH TO FILTER UNWANTED MESSAGES FROM ONLINE SOCIAL NETWORKS A MACHINE LEARNING APPROACH TO FILTER UNWANTED MESSAGES FROM ONLINE SOCIAL NETWORKS Charanma.P 1, P. Ganesh Kumar 2, 1 PG Scholar, 2 Assistant Professor,Department of Information Technology, Anna University

More information

Early Cloud Experiences with the Kepler Scientific Workflow System

Early Cloud Experiences with the Kepler Scientific Workflow System Available online at www.sciencedirect.com Procedia Computer Science 9 (2012 ) 1630 1634 International Conference on Computational Science, ICCS 2012 Early Cloud Experiences with the Kepler Scientific Workflow

More information

Key Challenges in Cloud Computing to Enable Future Internet of Things

Key Challenges in Cloud Computing to Enable Future Internet of Things The 4th EU-Japan Symposium on New Generation Networks and Future Internet Future Internet of Things over "Clouds Tokyo, Japan, January 19th, 2012 Key Challenges in Cloud Computing to Enable Future Internet

More information

Mobile Cloud Computing: Paradigms and Challenges 移 动 云 计 算 : 模 式 与 挑 战

Mobile Cloud Computing: Paradigms and Challenges 移 动 云 计 算 : 模 式 与 挑 战 Mobile Cloud Computing: Paradigms and Challenges 移 动 云 计 算 : 模 式 与 挑 战 Jiannong Cao Internet & Mobile Computing Lab Department of Computing Hong Kong Polytechnic University Email: csjcao@comp.polyu.edu.hk

More information

SPATIAL DATA CLASSIFICATION AND DATA MINING

SPATIAL DATA CLASSIFICATION AND DATA MINING , pp.-40-44. Available online at http://www. bioinfo. in/contents. php?id=42 SPATIAL DATA CLASSIFICATION AND DATA MINING RATHI J.B. * AND PATIL A.D. Department of Computer Science & Engineering, Jawaharlal

More information

How To Compare Cloud Computing To Cloud Platforms And Cloud Computing

How To Compare Cloud Computing To Cloud Platforms And Cloud Computing Volume 3, Issue 11, November 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Cloud Platforms

More information

Intrusion Detection via Machine Learning for SCADA System Protection

Intrusion Detection via Machine Learning for SCADA System Protection Intrusion Detection via Machine Learning for SCADA System Protection S.L.P. Yasakethu Department of Computing, University of Surrey, Guildford, GU2 7XH, UK. s.l.yasakethu@surrey.ac.uk J. Jiang Department

More information

Mean-Shift Tracking with Random Sampling

Mean-Shift Tracking with Random Sampling 1 Mean-Shift Tracking with Random Sampling Alex Po Leung, Shaogang Gong Department of Computer Science Queen Mary, University of London, London, E1 4NS Abstract In this work, boosting the efficiency of

More information

APPLICATION OF MULTI-AGENT SYSTEMS FOR NETWORK AND INFORMATION PROTECTION

APPLICATION OF MULTI-AGENT SYSTEMS FOR NETWORK AND INFORMATION PROTECTION 18-19 September 2014, BULGARIA 137 Proceedings of the International Conference on Information Technologies (InfoTech-2014) 18-19 September 2014, Bulgaria APPLICATION OF MULTI-AGENT SYSTEMS FOR NETWORK

More information

CDBMS Physical Layer issue: Load Balancing

CDBMS Physical Layer issue: Load Balancing CDBMS Physical Layer issue: Load Balancing Shweta Mongia CSE, School of Engineering G D Goenka University, Sohna Shweta.mongia@gdgoenka.ac.in Shipra Kataria CSE, School of Engineering G D Goenka University,

More information

DDS-Enabled Cloud Management Support for Fast Task Offloading

DDS-Enabled Cloud Management Support for Fast Task Offloading DDS-Enabled Cloud Management Support for Fast Task Offloading IEEE ISCC 2012, Cappadocia Turkey Antonio Corradi 1 Luca Foschini 1 Javier Povedano-Molina 2 Juan M. Lopez-Soler 2 1 Dipartimento di Elettronica,

More information

SLA Business Management Based on Key Performance Indicators

SLA Business Management Based on Key Performance Indicators , July 4-6, 2012, London, U.K. SLA Business Management Based on Key Performance Indicators S. Al Aloussi Abstract-It is increasingly important that Service Level Agreements (SLAs) are taken into account

More information

WORKFLOW ENGINE FOR CLOUDS

WORKFLOW ENGINE FOR CLOUDS WORKFLOW ENGINE FOR CLOUDS By SURAJ PANDEY, DILEBAN KARUNAMOORTHY, and RAJKUMAR BUYYA Prepared by: Dr. Faramarz Safi Islamic Azad University, Najafabad Branch, Esfahan, Iran. Workflow Engine for clouds

More information

The Trellis Dynamic Infrastructure Optimization Platform for Data Center Infrastructure Management (DCIM)

The Trellis Dynamic Infrastructure Optimization Platform for Data Center Infrastructure Management (DCIM) The Trellis Dynamic Infrastructure Optimization Platform for Data Center Infrastructure Management (DCIM) TM Emerson Network Power s R&D investment, sales channels and partnerships within the DCIM ecosystem

More information

Tracking Groups of Pedestrians in Video Sequences

Tracking Groups of Pedestrians in Video Sequences Tracking Groups of Pedestrians in Video Sequences Jorge S. Marques Pedro M. Jorge Arnaldo J. Abrantes J. M. Lemos IST / ISR ISEL / IST ISEL INESC-ID / IST Lisbon, Portugal Lisbon, Portugal Lisbon, Portugal

More information