Application of AI Technology to Industrial Revolution

Size: px
Start display at page:

Download "Application of AI Technology to Industrial Revolution"

Transcription

1 Application of AI Technology to Industrial Revolution By Dr. Suchai Thanawastien 1. What is AI? Artificial Intelligence or AI is a branch of computer science that tries to emulate the capabilities of learning, comprehension, problem solving, collaboration, innovation of human being. Historically, the word Artificial Intelligence or AI was defined in 1956 by Dartmouth Assistant Professor John McCarthy. AI is a general term that refers to hardware or software that exhibits behavior which appears intelligent. In the words of Professor McCarthy, it is the science and engineering of making intelligent machines, especially intelligent computer programs. This technology can extend human capability allowing people and society to achieve more. AI technology has existed for decades, via rules-based programs or Expert System, that delivers rudimentary intelligence in specific contexts. The progress of computer science brought us the Neural Network that can simulate some basic mechanic of how human process data to solve a problem. This technology is the foundation of machine learning and deep learning which is now a practical AI technology that can produce tangible results in many key industries and businesses. In a nutshell, the current AI technologies includes: expert systems intelligent agents, machine learning deep learning natural language processing chatbot computer vision, autonomous cars voice recognition Surveillance Big data analytics In this dawn of AI technologies, any business area that integrates AI capabilities, will enable the business gain adaptability in dealing with abnormal or unforeseen scenario. With the flourish of IoT devices, AI is the only technologies that can handle and process extreme data to uncover patterns and new insight to manage the modern enterprise and intelligence industrial complex. Examples of some of the applications of AI for the following domain of applications. 1

2 1. Problem Solving: Legal assessment, financial asset management, financial application processing, games. 2. Knowledge Creation: Medical diagnosis, e-commerce product recommendation, purchase prediction, stock trading, fraud prevention. 3. Goals Planning: Logistics, scheduling, navigation, Chess palying, predictive maintenance, demand forecasting, inventory management. 4. Natural language Processing: Voice control, chatbot, real-time language Translation, real-time transcription. 5. Deep Context-aware Computing: Autonomous vehicles, surveillance, judiciary decision. 2

3 2. Application of AI Technology to Industrial Revolution Industry evolution is all about applying multiple technologies to create new opportunity and potential. In this decade, the industry transformation is branded as Industry 4.0 or the 4 th industry revolution. In order to contextualize this, we will briefly summarize the previous industry revolutions. The First Industry Revolution (Industry 1.0) began in Great Britain around It involves mechanization with water and stream power. The Second Industry Revolution (Industry 2.0) began around 1870 in German and United States and Great Britain. It characterized by machines powered by electricity and telephones. The Third Industry Revolution (Industry 3.0) began in 1950s. It powered by the emergence of computers and internet with electronic control system in 1970s. The progress involved automated production lines and digital communications. The key to a successful 4 th industry revolutions are based on the Internet of Things (IoT), and Big Data processing by AI and the creation of Physical-Cyber System for smart manufacturing that relies on IoT, Big Data, and AI processing. The manufacturing process of industry 4.0 will generate a huge volume of real-time data machine learning is used to improve manufacturing scheduling by analyzing the data recorded about a manufacturing process to find inefficiency and suggest improvement. Robotic is used extensively by all size of factories with AI assuming the roles of operators, supervisors, and quality assurance officers; hence the coming of intelligence manufacturing robot. The significance of moving toward complete factory automation using Artificial Intelligence for Industry 4.0 can be seend from the agenda as laid out at the G20 Conference by Prof. Wolfgang Wahlster, DFKI, Germany (Chair), et. al. They reached a consensus whereby the G20 countries should support coordinated research, development and deployment activities on AI for the fourth industrial revolution, in particular in the following nine priority areas: 1. Hybrid Teams of Human Workers and Collaborative Robots in Smart Factories. 2. Deep Learning for State-based and Predictive Maintenance of Networked Production Machines and for Understanding Human Behaviors of Shop Floor Workers. 3. Semantic Technologies for Worldwide Interoperability of Machine-to- Machine Communication in Smart Factories and Logistics. 4. Human-Aware and Real-Time Production Planning & Scheduling for Multi-agent Systems and Dynamic Plan Revision. 5. Intelligent Industrial Assistance Systems for Human Workers: Proactive and Situation-Aware On-line Help and Training on the Shop Floor. 3

4 6. Trusted Industrial Data Exchange Hubs and Machine Learning for Industrial Process Mining. 7. Active Digital Product Memories and Digital Twins for Intelligent Asset Tracking and Production Cockpits. 8. Security Technologies for Intelligent Intrusion Detection and Penetration Testing for Smart factories. 9. Long-Term Autonomy and Self-Learning as well as Self-Healing Capabilities of Industrial Components. They also outlined the agenda for international collaboration among the G20 members that can boost the application of AI in manufacturing: 1. There is an urgent need for international collaboration on open standards for AI in Industrie An AI on-demand platform and a large-scale AI infrastructure that offers open specifications and example implementations of basic AI components for Industrie 4.0 based on top-notch, cloud-based computing and data services should be supported to provide a framework for the fast adoption of AI technology, also for SMEs in the production sector. 3. Reference Models, Semantic Representation Languages, and Simulation Platforms must integrate the latest AI developments to ensure long-term impact. 4. Open and Secure Data Exchange of Production Data should be supported so that advanced Machine Learning can be applied to these training data sets in order to reach a new level of productivity, efficiency and quality in manufacturing. 5. A consensus on the social, legal, ethical and privacy implications of AI technology in manufacturing will help to increase acceptance and early adoption. 4

5 3. AI s Self-Learning, Deep Learning and Big Data The profoundly important AI has the capability that exhibit human capabilities in reasoning to solve problem; understand, gathering and representing knowledge; planning and execution to achieve goals; communication in machine, coded or natural language; can understand the world around it and can learn and improve oneself. Basically, AI s machine learning capability and deep learning capability can be extended to provide self-learning capability. I) Self-Learning Current attempt in developing self-learning AI program can be seen from the following projects. A team of researchers from Belgium used an AI algorithm called reservoir computing, combined with another algorithm called backpropagation, the team developed a neuro-inspired analog computer that can train itself and improve at whatever task it s performing. At Google, the next generation of machine-learning, AutoML can self-update and will be capable of creating custom programs to solve unforeseen problems. Google s AutoML system recently produced a series of machine-learning codes with higher rates of efficiency than those made by the researchers themselves since AutoML has a machine learning software that creates self-learning code and can run simulation to find the areas of improvement by working in a plan-do-check-act loop, until the goal is reached. Also, Intel has announced a neuromorphic artificial intelligence (AI) test chip named Loihi, which it said is aimed at mimicking brain functions by learning from data gained from its environment. It have resulted in a self-learning, energy-efficient AI chip that uses asynchronous spiking to take inferences from its environment and become constantly smarter. II) Machine learning (ML) ML is a sub-set of AI. All machine learning is AI, but not all AI is machine learning. ML is basically a set of algorithms. Machine learning algorithms learn through training. Therefore, the quality of their predictions improve with experience. The more input data, the better result will be achieved. Machine learning uses neural network and/or other algorithmic models customized for the specific problem context that is too complex for humans to solve to find the solutions. The goal of most machine learning is to develop a prediction engine for a 5

6 particular use case. There are more than 15 algorithmic models for ML such as Random Forest, Bayesian Networks, Support Vector Machines. The practical implementation, the designer usually has to experiment with several algorithms or use a set of algorithms to find the best solution to solve the problem. III) Deep Learning In identifying an object, we need an AI program for every types of objects we want to identify. Even with general machine learning random forests, Bayesian networks, support vector machines and more it s difficult to write programs that perform this type of task. Deep learning (DL) is a sub-set of machine learning which includes the task of feature specification and optimization. Deep learning deploys multiple layers of neural networks. Hence, it convey the depth of processing through the neural networks (so, the word Deep Learning). Usually, there are the input layer, and multiple hidden layers, and the output layer which will provide the results. Some of the more notably examples of using Deep Learning include: Navigation of self-driving cars cars are learning to recognize obstacles and react to them appropriately. Precision medicine design genetically tailored medicine. IV) Big Data The invention of ML and DL gain tremendous benefits from having Big Data to drive the AI algorithm to reach maturity in the specific application domains. With the access to large volumes of data, business now can find patterns for business insights or patterns for detecting abnormality. However, the trend is that big data analytic is needed to support better processing by AI, cloud implementation of big data warehouse, more innovative big data analytic, and data cleansing tool that uses ML or DL. 6

7 4. FINTECH Application of AI CB Insight reported in July 2016 that 41 startups may be introducing AI to Fintech. As many as 658 AI deals were closed with startup funding of $5021 B USD in 2016.Japan Exchange Regulatory and Tokyo Stock Exchange, Inc. announced in February, 2017 that, AI will be developed for market surveillance using technologies from NEC Corp and Hitachi, Ltd. The following will provide a brief overview of the application of AI to financial industry. Stock Market The big data stream of stock trading provides great opportunity to create market surveillance system that already used algorithmic rules and deep learning to analyze and discover new patterns of data for meaningful human interpretation. Currently, a branch of AI processing called congnitive computing was used to process large volume of unstructured data in conjunction with structured data from the trade data and associated as revealed by Nasdaq s SMARTS market surveillance system The next step would be to apply full AI processing, not just to discover new patterns or no patterns and provide. In this areas, the ideas of applying AI still in the infancy stage. Trade activities that can processed by AI efficiently includes: Unstructured data processing. Trader communications such as , memo, speech, collusive communications, traders and financial entity relationship. Trader profiling. Predictive evaluation. Trading pattern analysis. Cluster of traders trading patterns. Rule-based alert with alert scoring. Applying context-awareness to AI to better interpret an alert. Illegal trade detection. Fraud Detection. Hedge Fund (Bridgewater Associate LP) Use deep learning to analyze large pattern from data from all sources including social media to look for ways to make market prediction so as to reduce risk and increase return. Develop New Investment Strategy (Sentient Technologies) Use distributed Ai to process huge investment data continuously to develop new unique investment strategies in the global financial market. Autonomous Software (HK-based Aidyia) Aim to develop AI software that can work independently without human interaction. Customer Service, Pre-Screening, Advisement. Creating human-like Chatbot. 7

Executive Summary Industry s Responsibility in Promoting Responsible Development and Use:

Executive Summary Industry s Responsibility in Promoting Responsible Development and Use: Executive Summary Artificial Intelligence (AI) is a suite of technologies capable of learning, reasoning, adapting, and performing tasks in ways inspired by the human mind. With access to data and the

More information

Executive summary. AI is the new electricity. I can hardly imagine an industry which is not going to be transformed by AI.

Executive summary. AI is the new electricity. I can hardly imagine an industry which is not going to be transformed by AI. Executive summary Artificial intelligence (AI) is increasingly driving important developments in technology and business, from autonomous vehicles to medical diagnosis to advanced manufacturing. As AI

More information

OECD WORK ON ARTIFICIAL INTELLIGENCE

OECD WORK ON ARTIFICIAL INTELLIGENCE OECD Global Parliamentary Network October 10, 2018 OECD WORK ON ARTIFICIAL INTELLIGENCE Karine Perset, Nobu Nishigata, Directorate for Science, Technology and Innovation ai@oecd.org http://oe.cd/ai OECD

More information

Cyber-Physical Production Systems. Professor Svetan Ratchev University of Nottingham

Cyber-Physical Production Systems. Professor Svetan Ratchev University of Nottingham Cyber-Physical Production Systems Professor Svetan Ratchev University of Nottingham Contents 1. Introduction 3 2. Key definitions 4 2.1 Cyber-Physical systems 4 2.2 Cyber-Physical Production Systems 4

More information

Global Artificial Intelligence (AI) Semiconductor Market: Size, Trends & Forecasts ( ) August 2018

Global Artificial Intelligence (AI) Semiconductor Market: Size, Trends & Forecasts ( ) August 2018 Global Artificial Intelligence (AI) Semiconductor Market: Size, Trends & Forecasts (2018-2022) August 2018 Global Artificial Intelligence (AI) Semiconductor Market: Coverage Executive Summary and Scope

More information

Responsible AI & National AI Strategies

Responsible AI & National AI Strategies Responsible AI & National AI Strategies European Union Commission Dr. Anand S. Rao Global Artificial Intelligence Lead Today s discussion 01 02 Opportunities in Artificial Intelligence Risks of Artificial

More information

Transforming while performing Deep Dive: Artificial Intelligence. Hype or not?

Transforming while performing Deep Dive: Artificial Intelligence. Hype or not? Transforming while performing Deep Dive: Artificial Intelligence. Hype or not? Randi Marjamaa, CEO Nordea Liv 13.02.2018 FILM: MANIFESTO FILM Banking is essential, banks are not The banking industry is

More information

Development and Integration of Artificial Intelligence Technologies for Innovation Acceleration

Development and Integration of Artificial Intelligence Technologies for Innovation Acceleration Development and Integration of Artificial Intelligence Technologies for Innovation Acceleration Research Supervisor: Minoru Etoh (Professor, Open and Transdisciplinary Research Initiatives, Osaka University)

More information

The Fourth Industrial Revolution in Major Countries and Its Implications of Korea: U.S., Germany and Japan Cases

The Fourth Industrial Revolution in Major Countries and Its Implications of Korea: U.S., Germany and Japan Cases Vol. 8 No. 20 ISSN -2233-9140 The Fourth Industrial Revolution in Major Countries and Its Implications of Korea: U.S., Germany and Japan Cases KIM Gyu-Pan Director General of Advanced Economies Department

More information

Trends Impacting the Semiconductor Industry in the Next Three Years

Trends Impacting the Semiconductor Industry in the Next Three Years Produced by: Engineering 360 Media Solutions March 2019 Trends Impacting the Semiconductor Industry in the Next Three Years Sponsored by: Advanced Energy Big data, 5G, and artificial intelligence will

More information

Overview: Emerging Technologies and Issues

Overview: Emerging Technologies and Issues Overview: Emerging Technologies and Issues Marie Sicat Introduction to the Course on Digital Commerce and Emerging Technologies DiploFoundation, UNCTAD, CUTS, ITC, GIP UNCTAD E-commerce Week (18 April

More information

Committee on the Internal Market and Consumer Protection. of the Committee on the Internal Market and Consumer Protection

Committee on the Internal Market and Consumer Protection. of the Committee on the Internal Market and Consumer Protection European Parliament 2014-2019 Committee on the Internal Market and Consumer Protection 2018/2088(INI) 7.12.2018 OPINION of the Committee on the Internal Market and Consumer Protection for the Committee

More information

Industry 4.0: the new challenge for the Italian textile machinery industry

Industry 4.0: the new challenge for the Italian textile machinery industry Industry 4.0: the new challenge for the Italian textile machinery industry Executive Summary June 2017 by Contacts: Economics & Press Office Ph: +39 02 4693611 email: economics-press@acimit.it ACIMIT has

More information

Artificial Intelligence and Robotics Getting More Human

Artificial Intelligence and Robotics Getting More Human Weekly Barometer 25 janvier 2012 Artificial Intelligence and Robotics Getting More Human July 2017 ATONRÂ PARTNERS SA 12, Rue Pierre Fatio 1204 GENEVA SWITZERLAND - Tel: + 41 22 310 15 01 http://www.atonra.ch

More information

BI TRENDS FOR Data De-silofication: The Secret to Success in the Analytics Economy

BI TRENDS FOR Data De-silofication: The Secret to Success in the Analytics Economy 11 BI TRENDS FOR 2018 Data De-silofication: The Secret to Success in the Analytics Economy De-silofication What is it? Many successful companies today have found their own ways of connecting data, people,

More information

The Evolution of Artificial Intelligence in Workplaces

The Evolution of Artificial Intelligence in Workplaces The Evolution of Artificial Intelligence in Workplaces Cognitive Hubs for Future Workplaces In the last decade, workplaces have started to evolve towards digitalization. In the future, people will work

More information

CSE 473 Artificial Intelligence (AI) Outline

CSE 473 Artificial Intelligence (AI) Outline CSE 473 Artificial Intelligence (AI) Rajesh Rao (Instructor) Ravi Kiran (TA) http://www.cs.washington.edu/473 UW CSE AI faculty Goals of this course Logistics What is AI? Examples Challenges Outline 2

More information

Copyright: Conference website: Date deposited:

Copyright: Conference website: Date deposited: Coleman M, Ferguson A, Hanson G, Blythe PT. Deriving transport benefits from Big Data and the Internet of Things in Smart Cities. In: 12th Intelligent Transport Systems European Congress 2017. 2017, Strasbourg,

More information

The Impact of Artificial Intelligence. By: Steven Williamson

The Impact of Artificial Intelligence. By: Steven Williamson The Impact of Artificial Intelligence By: Steven Williamson WHAT IS ARTIFICIAL INTELLIGENCE? It is an area of computer science that deals with advanced and complex technologies that have the ability perform

More information

The Key to the Internet-of-Things: Conquering Complexity One Step at a Time

The Key to the Internet-of-Things: Conquering Complexity One Step at a Time The Key to the Internet-of-Things: Conquering Complexity One Step at a Time at IEEE QRS2017 Prague, CZ June 19, 2017 Adam T. Drobot Wayne, PA 19087 Outline What is IoT? Where is IoT in its evolution? A

More information

OVERVIEW OF ARTIFICIAL INTELLIGENCE (AI) TECHNOLOGIES. Presented by: WTI

OVERVIEW OF ARTIFICIAL INTELLIGENCE (AI) TECHNOLOGIES. Presented by: WTI OVERVIEW OF ARTIFICIAL INTELLIGENCE (AI) TECHNOLOGIES Presented by: WTI www.wti-solutions.com 703.286.2416 LEGAL DISCLAIMER The entire contents of this informational publication is protected by the copyright

More information

The Third Industrial Revolution

The Third Industrial Revolution The Third Industrial Revolution David Mellers, Enterprise Solutions Director Copyright 2015, SAS Institute Inc. All rights reserved. #SASanz David Mellers Enterprise Solution Sales Director Intel ANZ Intel

More information

M A N U F A C T U R I N G TRANSFORMATION

M A N U F A C T U R I N G TRANSFORMATION AND INDUS M A N U F A C T U R I N G TRANSFORMATION 2 MANUFACTURING JOURNAL LEADERSHIP... TRY 4.0... Advances in cyber-physical systems promise to shatter the traditional operational paradigms and business

More information

SMART MANUFACTURING: A Competitive Necessity. SMART MANUFACTURING INDUSTRY REPORT Vol 1 No 1.

SMART MANUFACTURING: A Competitive Necessity. SMART MANUFACTURING INDUSTRY REPORT Vol 1 No 1. SMART MANUFACTURING: A Competitive Necessity SMART MANUFACTURING INDUSTRY REPORT Vol 1 No 1. Get Smart Three years ago the world was introduced to Amazon Echo, and its now popular intelligent personal

More information

Catapult Network Summary

Catapult Network Summary Catapult Network Summary 2017 TURNING RESEARCH AND INNOVATION INTO GROWTH Economic impact through turning opportunities into real-world applications The UK s Catapults harness world-class strengths in

More information

Сonceptual framework and toolbox for digital transformation of industry of the Eurasian Economic Union

Сonceptual framework and toolbox for digital transformation of industry of the Eurasian Economic Union Сonceptual framework and toolbox for digital transformation of industry of the Eurasian Economic Union Dmitry Krupsky Head of Department of Economy of Innovation Activity, Ministry of Economy of the Republic

More information

Roadmap Pitch: Road2CPS - Roadmapping Project Platforms4CPS Roadmap Workshop

Roadmap Pitch: Road2CPS - Roadmapping Project Platforms4CPS Roadmap Workshop Roadmap Pitch: Road2CPS - Roadmapping Project Platforms4CPS Roadmap Workshop Meike Reimann 23/10/2017 Paris Road2CPS in a nutshell Road2CPS: Strategic action for future CPS through roadmaps, impact multiplication

More information

How Machine Learning and AI Are Disrupting the Current Healthcare System. Session #30, March 6, 2018 Cris Ross, CIO Mayo Clinic, Jim Golden, PwC

How Machine Learning and AI Are Disrupting the Current Healthcare System. Session #30, March 6, 2018 Cris Ross, CIO Mayo Clinic, Jim Golden, PwC How Machine Learning and AI Are Disrupting the Current Healthcare System Session #30, March 6, 2018 Cris Ross, CIO Mayo Clinic, Jim Golden, PwC 1 Conflicts of Interest: Christopher Ross, MBA Has no real

More information

The five senses of Artificial Intelligence

The five senses of Artificial Intelligence The five senses of Artificial Intelligence Why humanizing automation is crucial to the transformation of your business AUTOMATION DRIVE The five senses of Artificial Intelligence: A deep source of untapped

More information

Face the future of manufacturing. Visitor information

Face the future of manufacturing. Visitor information Connecting Global Competence Face the future of manufacturing Visitor information The Leading Exhibition for Smart Automation and Robotics June 19 22, 2018 Munich automatica-munich.com automatica. Our

More information

Our position. ICDPPC declaration on ethics and data protection in artificial intelligence

Our position. ICDPPC declaration on ethics and data protection in artificial intelligence ICDPPC declaration on ethics and data protection in artificial intelligence AmCham EU speaks for American companies committed to Europe on trade, investment and competitiveness issues. It aims to ensure

More information

Asia Conference Singapore

Asia Conference Singapore Fujitsu World Tour 2017 Asia Conference Singapore Human Centric Innovation: Digital Co-Creation Yoshikuni Takashige Vice President, Marketing Strategy and Vision Fujitsu Limited Fujitsu Technology and

More information

Toward AI Network Society

Toward AI Network Society Toward AI Network Society AI Evolution and Human Evolution Refer to Social, Economic, Educational Issue Paris, October 26, 2017 Osamu SUDOH Chair, the Conference toward AI Network Society, MIC, Gov. of

More information

Industry Raises Its IQ: The Journey to Smart Manufacturing

Industry Raises Its IQ: The Journey to Smart Manufacturing Industry Raises Its IQ: The Journey to Smart Manufacturing The age of smart manufacturing is here, aided by digital technologies such as the Internet of Things, artificial intelligence, analytics, machine

More information

MORE POWER TO THE ENERGY AND UTILITIES BUSINESS, FROM AI.

MORE POWER TO THE ENERGY AND UTILITIES BUSINESS, FROM AI. MORE POWER TO THE ENERGY AND UTILITIES BUSINESS, FROM AI www.infosys.com/aimaturity The current utility business model is under pressure from multiple fronts customers, prices, competitors, regulators,

More information

Technology Trends with Digital Transformation

Technology Trends with Digital Transformation Technology Trends with Digital Transformation 26 April 2017 Dr. Seungyun Lee Digital transformation is the change associated with the application of digital technology in all aspects of human society.

More information

PROGRESS IN BUSINESS MODEL TRANSFORMATION

PROGRESS IN BUSINESS MODEL TRANSFORMATION PROGRESS IN BUSINESS MODEL TRANSFORMATION PART 1 CREATING VALUE The Fujitsu Group, striving to create new value in the Internet of Things (IoT) era, is working to realign its business structure toward

More information

ARTIFICIAL INTELLIGENCE

ARTIFICIAL INTELLIGENCE ARTIFICIAL INTELLIGENCE Legal Issues & Implications [Insert Sponsor Name and/or Logo] 2017 In House Counsel Conference Presenters: David Rifkind, Esq. Fisher Clinical Services René Quashie, Esq. Cozen

More information

2018 Avanade Inc. All Rights Reserved.

2018 Avanade Inc. All Rights Reserved. Microsoft Future Decoded 2018 November 6th Why AI Empowers Our Business Today Roberto Chinelli Data and Artifical Intelligence Market Unit Lead Avanade Roberto Chinelli Avanade Italy Data and AI Market

More information

Harnessing the 4th Industrial Revolution. Professor Mark Esposito Harvard University & Nexus

Harnessing the 4th Industrial Revolution. Professor Mark Esposito Harvard University & Nexus Harnessing the 4th Industrial Revolution Professor Mark Esposito Harvard University & Nexus FrontierTech @Exp_Mark Technology Foresight Series Summary 4 th Industrial Revolution Five emerging technologies

More information

Innovation Report: The Manufacturing World Will Change Dramatically in the Next 5 Years: Here s How. mic-tec.com

Innovation Report: The Manufacturing World Will Change Dramatically in the Next 5 Years: Here s How. mic-tec.com Innovation Report: The Manufacturing World Will Change Dramatically in the Next 5 Years: Here s How mic-tec.com Innovation Study 02 The Manufacturing World - The Next 5 Years Contents Part I Part II Part

More information

Technology trends in the digitalization era. ANSYS Innovation Conference Bologna, Italy June 13, 2018 Michele Frascaroli Technical Director, CRIT Srl

Technology trends in the digitalization era. ANSYS Innovation Conference Bologna, Italy June 13, 2018 Michele Frascaroli Technical Director, CRIT Srl Technology trends in the digitalization era ANSYS Innovation Conference Bologna, Italy June 13, 2018 Michele Frascaroli Technical Director, CRIT Srl Summary About CRIT Top Trends for Emerging Technologies

More information

COMP219: Artificial Intelligence. Lecture 2: AI Problems and Applications

COMP219: Artificial Intelligence. Lecture 2: AI Problems and Applications COMP219: Artificial Intelligence Lecture 2: AI Problems and Applications 1 Introduction Last time General module information Characterisation of AI and what it is about Today Overview of some common AI

More information

Knowledge Enhanced Electronic Logic for Embedded Intelligence

Knowledge Enhanced Electronic Logic for Embedded Intelligence The Problem Knowledge Enhanced Electronic Logic for Embedded Intelligence Systems (military, network, security, medical, transportation ) are getting more and more complex. In future systems, assets will

More information

The Future is Now: Are you ready? Brian David

The Future is Now: Are you ready? Brian David The Future is Now: Are you ready? Brian David Johnson @BDJFuturist Age 13 Who am I? Age 13 Who am I? Who am I? Nerd! Age 13 In the next 10 years 2020 and Beyond Desktops Laptops Large Tablets Smartphone

More information

The five senses of Artificial Intelligence. Why humanizing automation is crucial to the transformation of your business

The five senses of Artificial Intelligence. Why humanizing automation is crucial to the transformation of your business The five senses of Artificial Intelligence Why humanizing automation is crucial to the transformation of your business AUTOMATION DRIVE Machine Powered, Business Reimagined Corporate adoption of cognitive

More information

Distributed Robotics: Building an environment for digital cooperation. Artificial Intelligence series

Distributed Robotics: Building an environment for digital cooperation. Artificial Intelligence series Distributed Robotics: Building an environment for digital cooperation Artificial Intelligence series Distributed Robotics March 2018 02 From programmable machines to intelligent agents Robots, from the

More information

Innovation and the Future of Finance

Innovation and the Future of Finance December 4, 2017 Bank of Japan Innovation and the Future of Finance Remarks at the Paris EUROPLACE Financial Forum in Tokyo Haruhiko Kuroda Governor of the Bank of Japan I. Paris International Expositions

More information

Transer Learning : Super Intelligence

Transer Learning : Super Intelligence Transer Learning : Super Intelligence GIS Group Dr Narayan Panigrahi, MA Rajesh, Shibumon Alampatta, Rakesh K P of Centre for AI and Robotics, Defence Research and Development Organization, C V Raman Nagar,

More information

The Five Senses of Intelligent Automation

The Five Senses of Intelligent Automation The Five Senses of Intelligent Automation Why humanizing automation is crucial to the transformation of your business AUTOMATION DRIVE Machine Powered, Business Reimagined Corporate adoption of cognitive

More information

Imminent Transformations in Health

Imminent Transformations in Health Imminent Transformations in Health Written By: Dr. Hugh Rashid, Co-Chair Technology & Innovation Committee American Chamber of Commerce, Shanghai AmCham Shanghai s Technology and Innovation Committee and

More information

The 2 nd Annual Career Development Stakeholders Conference. The Fourth Industrial The future of work 28 June 2018

The 2 nd Annual Career Development Stakeholders Conference. The Fourth Industrial The future of work 28 June 2018 The 2 nd Annual Career Development Stakeholders Conference The Fourth Industrial The future of work 28 June 2018 Mechanization, Steam power, weaving loom Mass production, assembly line, electrical energy

More information

To the Front Lines of Digital Transformation

To the Front Lines of Digital Transformation To the Front Lines of Digital Transformation Seeing the Heretofore Unseen Future Tips for Digital Transformation The Fujitsu Digital Transformation Center (DTC) is a co-creation workshop space that empowers

More information

AI for Autonomous Ships Challenges in Design and Validation

AI for Autonomous Ships Challenges in Design and Validation VTT TECHNICAL RESEARCH CENTRE OF FINLAND LTD AI for Autonomous Ships Challenges in Design and Validation ISSAV 2018 Eetu Heikkilä Autonomous ships - activities in VTT Autonomous ship systems Unmanned engine

More information

The robots are coming, but the humans aren't leaving

The robots are coming, but the humans aren't leaving The robots are coming, but the humans aren't leaving Fernando Aguirre de Oliveira Júnior Partner Services, Outsourcing & Automation Advisory May, 2017 Call it what you want, digital labor is no longer

More information

ITU Telecom World 2018 SMART ABC

ITU Telecom World 2018 SMART ABC Durban 10-13 September ITU Telecom World 2018 SMART ABC Artificial Intelligence Banking Cities Organized by ITU-T Smart ITU Smart solutions make innovative use of ICTs to improve quality of life, efficiency

More information

Dr George Gillespie. CEO HORIBA MIRA Ltd. Sponsors

Dr George Gillespie. CEO HORIBA MIRA Ltd. Sponsors Dr George Gillespie CEO HORIBA MIRA Ltd Sponsors Intelligent Connected Vehicle Roadmap George Gillespie September 2017 www.automotivecouncil.co.uk ICV Roadmap built on Travellers Needs study plus extensive

More information

CSC384 Intro to Artificial Intelligence* *The following slides are based on Fahiem Bacchus course lecture notes.

CSC384 Intro to Artificial Intelligence* *The following slides are based on Fahiem Bacchus course lecture notes. CSC384 Intro to Artificial Intelligence* *The following slides are based on Fahiem Bacchus course lecture notes. Artificial Intelligence A branch of Computer Science. Examines how we can achieve intelligent

More information

Smart cities: A human-centered approach Engineering and Construction Conference June 20 22, 2018

Smart cities: A human-centered approach Engineering and Construction Conference June 20 22, 2018 Smart cities: A human-centered approach 2018 Engineering and Construction Conference June 20 22, 2018 Agenda Topic Smart City Overview Content Drivers, Framework, Evolution Client Stories Success Factors

More information

Bringing the revolution to SMEs. Report for stakeholders August 2018

Bringing the revolution to SMEs. Report for stakeholders August 2018 Bringing the revolution to SMEs Report for stakeholders August 2018 Executive Summary 4Manufacturing is the Knowledge Transfer Network (KTN) s approach to helping manufacturers, particularly SMEs, understand

More information

Joint Declaration of Intent. of the Ministry of Economy, Trade and Industry of Japan, the Ministry of Internal Affairs and Communications of Japan

Joint Declaration of Intent. of the Ministry of Economy, Trade and Industry of Japan, the Ministry of Internal Affairs and Communications of Japan Joint Declaration of Intent of the Ministry of Economy, Trade and Industry of Japan, the Ministry of Internal Affairs and Communications of Japan and the Federal Ministry for Economic Affairs and Energy

More information

Conference Summary Report

Conference Summary Report Conference Summary Report on Academia-Industry Matching Event on the Mutual Impact of Industry 4.0 and High-Energy Physics Slovakia, March 15-16, 2018 INDUSTRY 4.0 high-tech strategy for German government

More information

ON THE WAY TO INDUSTRY 4.0 : DIGITAL ENTERPRISE. Ali Rıza Ersoy March, 2016 v2.0

ON THE WAY TO INDUSTRY 4.0 : DIGITAL ENTERPRISE. Ali Rıza Ersoy March, 2016 v2.0 ON THE WAY TO INDUSTRY 4.0 : DIGITAL ENTERPRISE Ali Rıza Ersoy March, 2016 v2.0 GOOGLE TRENDS First assembly line Cincinnati USA, 1870 HISTORY? FIRST INDUSTRIAL REVOLUTION Mechanical Steam Power First

More information

Outline. What is AI? A brief history of AI State of the art

Outline. What is AI? A brief history of AI State of the art Introduction to AI Outline What is AI? A brief history of AI State of the art What is AI? AI is a branch of CS with connections to psychology, linguistics, economics, Goal make artificial systems solve

More information

Artificial intelligence, made simple. Written by: Dale Benton Produced by: Danielle Harris

Artificial intelligence, made simple. Written by: Dale Benton Produced by: Danielle Harris Artificial intelligence, made simple Written by: Dale Benton Produced by: Danielle Harris THE ARTIFICIAL INTELLIGENCE MARKET IS SET TO EXPLODE AND NVIDIA, ALONG WITH THE TECHNOLOGY ECOSYSTEM INCLUDING

More information

Navigating The Fourth Industrial Revolution: Is All Change Good?

Navigating The Fourth Industrial Revolution: Is All Change Good? Navigating The Fourth Industrial Revolution: Is All Change Good? A REPORT BY THE ECONOMIST INTELLIGENCE UNIT, SPONSORED BY SALESFORCE Written by Forward In almost every aspect of society, the Fourth Industrial

More information

IEEE IoT Vertical and Topical Summit - Anchorage September 18th-20th, 2017 Anchorage, Alaska. Call for Participation and Proposals

IEEE IoT Vertical and Topical Summit - Anchorage September 18th-20th, 2017 Anchorage, Alaska. Call for Participation and Proposals IEEE IoT Vertical and Topical Summit - Anchorage September 18th-20th, 2017 Anchorage, Alaska Call for Participation and Proposals With its dispersed population, cultural diversity, vast area, varied geography,

More information

Fujitsu Technology and Service Vision Executive Summary

Fujitsu Technology and Service Vision Executive Summary Fujitsu Technology and Service Vision 2016 Executive Summary What is digital transformation? Today, digital technologies can be incorporated into products, services and processes, transforming customer

More information

Artificial Intelligence in the Credit Department. Bob Karau CICP Manager of Client Financial Services Robins Kaplan LLP

Artificial Intelligence in the Credit Department. Bob Karau CICP Manager of Client Financial Services Robins Kaplan LLP Artificial Intelligence in the Credit Department Bob Karau CICP Manager of Client Financial Services Robins Kaplan LLP First things first The Topic Reimagine Series IBM Watson Artificial Intelligence The

More information

Japan s FinTech Vision

Japan s FinTech Vision Japan s FinTech Vision First Comprehensive Industrial Finance Division Economic and Industrial Policy Bureau Ministry of Economy, Trade and Industry 1 FinTech: New Finance to Support the Fourth Industrial

More information

*Please see course page for full description and additional details.

*Please see course page for full description and additional details. Course Title: Blockchain, Machine Learning, the Internet of Things, and More: Meet the New Technologies Shaping Our World Course Code: CS 02 Instructor: Saleem Mohamed Course Summary: If you live in Silicon

More information

How do you teach AI the value of trust?

How do you teach AI the value of trust? How do you teach AI the value of trust? AI is different from traditional IT systems and brings with it a new set of opportunities and risks. To build trust in AI organizations will need to go beyond monitoring

More information

The Key to the Internet-of-Things: Conquering Complexity One Step at a Time

The Key to the Internet-of-Things: Conquering Complexity One Step at a Time The Key to the Internet-of-Things: Conquering Complexity One Step at a Time at IEEE PHM2017 Adam T. Drobot Wayne, PA 19087 Outline What is IoT? Where is IoT in its evolution? A life Cycle View Key ingredients

More information

Accenture Technology Vision 2015 Delivering Public Service for the Future Five digital trends: A public service outlook

Accenture Technology Vision 2015 Delivering Public Service for the Future Five digital trends: A public service outlook Accenture Technology Vision 2015 Delivering Public Service for the Future Five digital trends: A public service outlook INFOGRAPHIC Digital government is about using innovative technologies to improve

More information

THE DRIVING FORCE BEHIND THE FOURTH INDUSTRIAL REVOLUTION

THE DRIVING FORCE BEHIND THE FOURTH INDUSTRIAL REVOLUTION TECNALIA INDUSTRY AND TRANSPORT INDUSTRY 4.0 THE DRIVING FORCE BEHIND THE FOURTH INDUSTRIAL REVOLUTION www.tecnalia.com INDUSTRY 4.0 A SMART SOLUTION THE DRIVING FORCE BEHINDTHE FOURTH INDUSTRIAL REVOLUTION

More information

Empowering People: How Artificial Intelligence is 07changing our world

Empowering People: How Artificial Intelligence is 07changing our world Empowering People: How Artificial Intelligence is 07changing our world The digital revolution is democratizing societal change, evolving human progress by helping people & organizations innovate in ways

More information

THE AI REVOLUTION. How Artificial Intelligence is Redefining Marketing Automation

THE AI REVOLUTION. How Artificial Intelligence is Redefining Marketing Automation THE AI REVOLUTION How Artificial Intelligence is Redefining Marketing Automation The implications of Artificial Intelligence for modern day marketers The shift from Marketing Automation to Intelligent

More information

National Medical Device Evaluation System: CDRH s Vision, Challenges, and Needs

National Medical Device Evaluation System: CDRH s Vision, Challenges, and Needs National Medical Device Evaluation System: CDRH s Vision, Challenges, and Needs Jeff Shuren Director, CDRH Food and Drug Administration Center for Devices and Radiological Health 1 We face a critical public

More information

Introduction to Artificial Intelligence

Introduction to Artificial Intelligence Introduction to Artificial Intelligence By Budditha Hettige Sources: Based on An Introduction to Multi-agent Systems by Michael Wooldridge, John Wiley & Sons, 2002 Artificial Intelligence A Modern Approach,

More information

Industrie WITTENSTEIN Basics / Usecases / Lessons Learned

Industrie WITTENSTEIN Basics / Usecases / Lessons Learned Industrie 4.0 @ WITTENSTEIN Basics / Usecases / Lessons Learned Thomas Bayer Director Innovation Lab WITTENSTEIN AG WITTENSTEIN AG Mechanical & Mechatronic Drive Solutions WITTENSTEIN International Turnover

More information

Deep learning for INTELLIGENT machines

Deep learning for INTELLIGENT machines Deep learning for INTELLIGENT machines GAMING DESIGN ENTERPRISE VIRTUALIZATION HPC & CLOUD SERVICE PROVIDERS INTELLIGENT MACHINES THE WORLD LEADER IN VISUAL COMPUTING 2 3 APPLICATIONS OF DEEP LEARNING

More information

9 th AU Private Sector Forum

9 th AU Private Sector Forum 9 th AU Private Sector Forum Robotics & Artificial Intelligence in the African Context 13-15 November 2017 Kefilwe Madingoane Director: and Policy Group Sub-Sahara and Southern Africa Intel Corporation

More information

Artificial Intelligence for Social Impact. February 8, 2018 Dr. Cara LaPointe Senior Fellow Georgetown University

Artificial Intelligence for Social Impact. February 8, 2018 Dr. Cara LaPointe Senior Fellow Georgetown University Artificial Intelligence for Social Impact February 8, 2018 Dr. Cara LaPointe Senior Fellow Georgetown University What is Artificial Intelligence? 2 Artificial Intelligence: A Working Definition The capability

More information

KÜNSTLICHE INTELLIGENZ JOBKILLER VON MORGEN?

KÜNSTLICHE INTELLIGENZ JOBKILLER VON MORGEN? KÜNSTLICHE INTELLIGENZ JOBKILLER VON MORGEN? Marc Stampfli https://www.linkedin.com/in/marcstampfli/ https://twitter.com/marc_stampfli E-Mail: mstampfli@nvidia.com INTELLIGENT ROBOTS AND SMART MACHINES

More information

Swiss Re Institute. September 2018 Dr. Jeffrey R. Bohn

Swiss Re Institute. September 2018 Dr. Jeffrey R. Bohn Swiss Re Institute September 2018 Dr. Jeffrey R. Bohn Welcome & Introduction to the Swiss Re Institute 2 Global presence US infrastructure SRI Symposia sigma Monte Carlo launch Insurance market report

More information

Expectations for Intelligent Computing

Expectations for Intelligent Computing Fujitsu Laboratories of America Technology Symposium 2015 Expectations for Intelligent Computing Tango Matsumoto CTO & CIO FUJITSU LIMITED Outline What s going on with AI in Fujitsu? Where can we apply

More information

SMART MANUFACTURING: 7 ESSENTIAL BUILDING BLOCKS

SMART MANUFACTURING: 7 ESSENTIAL BUILDING BLOCKS SMART MANUFACTURING: 7 ESSENTIAL BUILDING BLOCKS SMART MANUFACTURING INDUSTRY REPORT Vol 1 No 2. Advancing Smart Manufacturing The top two challenges for manufacturers implementing Smart Manufacturing

More information

About NEC. Co-creation. Highlights for social value creation. Telecommunications. Safety. Internet of Things. AI/Big Data.

About NEC. Co-creation. Highlights for social value creation. Telecommunications. Safety. Internet of Things. AI/Big Data. About NEC Company Name NEC Corporation Head Office 7-1, Shiba 5-chome Minato-ku, Tokyo 108-8001 Japan Phone: +81-3-3454-1111 Established July 17, 1899 Representative Directors: Chairman of the Board Nobuhiro

More information

457 APR The Fourth Medium to Long-term Plan has started. No.

457 APR The Fourth Medium to Long-term Plan has started. No. 457 APR 2016 No. The Fourth Medium to Long-term Plan has started We are sorry to inform you that this April 2016 issue will be the final one to be distributed in printed materials. It would be appreciated

More information

Leading-Edge Cluster it's OWL Günter Korder, Managing Director it s OWL Clustermanagement GmbH 16 th November

Leading-Edge Cluster it's OWL Günter Korder, Managing Director it s OWL Clustermanagement GmbH 16 th November Leading-Edge Cluster it's OWL Günter Korder, Managing Director it s OWL Clustermanagement GmbH 16 th November 2018 www.its-owl.de Intelligent Technical Systems The driving force behind Industry 4.0 and

More information

Digital Economy, Telecommunication and AI Network Policy in Japan

Digital Economy, Telecommunication and AI Network Policy in Japan Digital Economy, Telecommunication and AI Network Policy in Japan The 20th Annual Japan EU Conference 27 November 2017 Fondation Universitaire Mayu Terada, J.D.., LL.D. International Christian University

More information

NOVEMBER 20 21, 2018 SMARTVILLAGE, MUNICH

NOVEMBER 20 21, 2018 SMARTVILLAGE, MUNICH NOVEMBER 20 21, 2018 SMARTVILLAGE, MUNICH shutterstock.com - agsandrew Sponsors: Organisation Partner: Organized by: We make Artificial Intelligence tangible for you. The German edition of the MIT Technology

More information

Keynotes. Visual Mining Interpreting Image and Video. Stefan Rüger Professor Knowledge Media Institute, The Open University, UK

Keynotes. Visual Mining Interpreting Image and Video. Stefan Rüger Professor Knowledge Media Institute, The Open University, UK Keynotes Visual Mining Interpreting Image and Video Stefan Rüger Professor Knowledge Media Institute, The Open University, UK Like text mining, visual media mining tries to make sense of the world through

More information

Become digitally disruptive: The challenge to unlearn

Become digitally disruptive: The challenge to unlearn Become digitally disruptive: The challenge to unlearn : Battle for Brains A recent University of Oxford study 1 concluded that over the next 10 to 20 years almost 50% of jobs in the U.S. will be taken

More information

Disrupting our way to a Very Human City

Disrupting our way to a Very Human City Disrupting our way to a Very Human City Zagreb Forum 2017 Technology Park Zagreb 20 th November 2017 Steve Wells COO, Fast Future Publishing steve@fastfuturepublishing.com Image: http://www.bbc.com Through

More information

Artificial Intelligence: Why businesses need to pay attention to artificial intelligence?

Artificial Intelligence: Why businesses need to pay attention to artificial intelligence? Artificial Intelligence: Why businesses need to pay attention to artificial intelligence? Artificial Intelligence: Next bold play Artificial intelligence is defined as the theory and development of computer

More information

Digital Transformation. A Game Changer. How Does the Digital Transformation Affect Informatics as a Scientific Discipline?

Digital Transformation. A Game Changer. How Does the Digital Transformation Affect Informatics as a Scientific Discipline? Digital Transformation A Game Changer How Does the Digital Transformation Affect Informatics as a Scientific Discipline? Manfred Broy Technische Universität München Institut for Informatics ... the change

More information

Classroom Konnect. Artificial Intelligence and Machine Learning

Classroom Konnect. Artificial Intelligence and Machine Learning Artificial Intelligence and Machine Learning 1. What is Machine Learning (ML)? The general idea about Machine Learning (ML) can be traced back to 1959 with the approach proposed by Arthur Samuel, one of

More information

Horizon 2020 ICT Robotics Work Programme (draft - Publication: 20 October 2015)

Horizon 2020 ICT Robotics Work Programme (draft - Publication: 20 October 2015) NCP TRAINING BRUSSELS 07 OCTOBER 2015 1 Horizon 2020 ICT Robotics Work Programme 2016 2017 (draft - Publication: 20 October 2015) Cécile Huet Deputy Head of Unit Robotics Directorate General for Communication

More information

EU businesses go digital: Opportunities, outcomes and uptake

EU businesses go digital: Opportunities, outcomes and uptake Digital Transformation Scoreboard 2018 EU businesses go digital: Opportunities, outcomes and uptake February 2018 Internal Market, Industry, Entrepreneurship and SMEs Executive summary Conditions and outcomes

More information