CINXE.COM
IEEE ICPS 2025 : 8th IEEE International Conference on Industrial Cyber-Physical Systems (ICPS)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>IEEE ICPS 2025 : 8th IEEE International Conference on Industrial Cyber-Physical Systems (ICPS)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="IEEE ICPS 2025 : 8th IEEE International Conference on Industrial Cyber-Physical Systems (ICPS)"> <meta name="ROBOTS" content="INDEX,NOFOLLOW"> <link rel="stylesheet" type="text/css" href="/cfp/styles/wikicfp.css?v=2"> <link rel="shortcut icon" href="/cfp/images/wikicfp.ico"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2351831-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-2351831-1'); </script> <script type="text/javascript"> function recordOutboundLink(link, category, action, newtab) { try { _gaq.push(['_trackEvent', category, action]); if (newtab > 0) setTimeout('window.open("' + link.href + '", "_newtab")', 100); else setTimeout('document.location="' + link.href + '"', 100); }catch(err){} } </script> <script src="https://www.semanticscholar.org/js/wikicfp-embed.js" async></script> </head> <body bgcolor="#ffffee"> <div style="padding: 0px; position: absolute; top:1px; left:2px; right:11px; max-width:1251px; min-width: 995px"> <div class="logo"> <table cellspacing="0"><tr valign="bottom"> <td align="left"> <img src="/cfp/images/wikicfplogo-90.png" style="cursor:pointer; vertical-align:-7px;" onclick="document.location.href='/'" width="265" height="90" alt="WikiCFP"> </td> </tr></table> </div> <div class="topright" style="float: right;"> <div id="s2-search" style="margin-top: 20px;"></div> </div> </div> <div class="topright" style="height: 81px;"> </div> <div class="navsec"> <div class="menusec"> <a class="nav" href="/cfp/home" accesskey="h">Home</a> <ul> <li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.regin?mode=login">Login</a></li><li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.regin?mode=register">Register</a></li><li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.profile">Account</a></li><li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.logout">Logout</a></li> </ul> <a class="nav" href="/cfp/allcat" accesskey="c">Categories</a><br> <a class="nav" href="/cfp/allcfp" accesskey="p">CFPs</a> <ul> <li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/event.trycfp">Post a CFP</a></li> </ul> <a class="nav" href="/cfp/series?t=c&i=A" accesskey="p">Conf Series</a> <!-- <img src="/cfp/images/new.gif" alt="" /> --> <br> <!-- <a class="nav" href="/cfp/series?t=j&i=A" accesskey="p">Journals</a><img src="/cfp/images/new.gif" alt="" /><br> --> <a class="nav" href="/cfp/servlet/event.showlist?ltype=w">My List</a><br> <ul> <li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/event.showtl?">Timeline</a></li> </ul> <a class="nav" href="/cfp/servlet/event.showlist?ltype=a">My Archive</a><br> <a class="nav" href="http://www.todordimitrov.de/cfp-app/index.html" target="_blank">On iPhone</a><br> <a class="nav" href="https://play.google.com/store/apps/details?id=net.kuratkoo.wikicfp" target="_blank">On Android</a><br> <hr> <div class="searchbox"> <form method="get" action="/cfp/servlet/tool.search" STYLE="margin: 0px; padding: 0px;"> <table align="center" cellpadding="0" cellspacing="0"> <tr><td align="center" colspan="2"> <input name="q" placeholder="search CFPs" type="text" style="width:136px" value="" TABINDEX=100> </td></tr> <tr> <td align="left"><select class="searchbox" name="year" TABINDEX=101> <option value="t" selected="selected" > 2025</option> <option value="n" > 2026 </option> <option value="f" > 2025+ </option> <option value="a" > all </option> </select></td> <td align="right"><input class="searchbox" type="submit" value="Search" TABINDEX=102></td> </tr> </table> </form> </div> </div> <div class="infosec" style="width: 160px; margin: 0px; padding: 0px; margin-top: 5px;"> <a href="https://www.semanticscholar.org/?utm_source=WikiCFP&utm_medium=Display&utm_term=home&utm_content=semantic-scholar-rail-try-it&utm_campaign=WikiCFP%20Test"><img src="/cfp/images/wikicfp_creative.jpg" width="160" height="600" border="0" alt=""></a> </div> <!-- <div class="infosec"> <span class="btheme"><b>What's New</b></span><br> 1. <span class="btheme">email</span> notification of deadline extension </div> --> <!-- <div class="bimgsec" > <a href="http://twitter.com/wikicfp"><img border="0" src="/cfp/images/twitter_160.jpg" ALT=""> </a> </div> --> </div> <SCRIPT language="JavaScript" type="text/javascript"> function display(ind) { elem = document.getElementById(ind); if (elem.style.display == 'none') { elem.style.display = 'inline'; } else if (elem.style.display == 'inline') { elem.style.display = 'none'; } } function OnSubmitForm() { if (!confirm("You cannot undo this operation. \nAre you sure you want to delete the items?")){ return false; } return true; } function returnObjById( id ) { if (document.getElementById) var returnVar = document.getElementById(id); else if (document.all) var returnVar = document.all[id]; else if (document.layers) var returnVar = document.layers[id]; return returnVar; } function AutoFill() { var dest = returnObjById("ExpeSf_destination"); if (dest != null){ dest.onfocus(); dest.value = "Emden, Germany"; dest.onchange(); } var origin = returnObjById("ExpeSf_origin"); if (origin == null){ setTimeout("AutoFill()", 5000); } return true; } window.onload=function(){setTimeout("AutoFill()", 1000)}; </SCRIPT> <div class="contsec"> <center> <table cellpadding="0" cellspacing="0" width="100%"> <tr><td> <table cellpadding="0" cellspacing="0" width="100%"><tr valign="middle" > <td align="left"> <table cellpadding="0" cellspacing="1"><tr><td align="left"> posted by user: <a href="/cfp/servlet/event.showlist?lownerid=38200&ltype=w">karnouskos</a> || 971 views || tracked by 5 users: <span id='more_button' style='display:inline'>[<a href="javascript:display('more_users');display('more_button');">display</a>]</span><span id='more_users' style='display:none'><a href="/cfp/servlet/event.showlist?lownerid=38200&ltype=w">karnouskos</a>, <a href="/cfp/servlet/event.showlist?lownerid=189610&ltype=w">ayushand7</a>, <a href="/cfp/servlet/event.showlist?lownerid=189815&ltype=w">freshNfunky99</a>, <a href="/cfp/servlet/event.showlist?lownerid=150765&ltype=w">leune</a>, <a href="/cfp/servlet/event.showlist?lownerid=166499&ltype=w">omodolapovictorb</a> [<a href="javascript:display('more_users');display('more_button');">hide</a>]</span> </td></tr></table> </td> <td align="right"> <table cellpadding="0" cellspacing="0"><tr valign="baseline"> <td nowrap></td> <td align="center" nowrap="nowrap"> <form method="get" action="/cfp/servlet/event.copycfp"> <input name="getaddress" type="hidden" value="event.showcfp"> <input name="eventid" type="hidden" value="182892"> <input name="copyownerid" type="hidden" value="38200"> <input name="option" type="hidden" value="x"> <input type="submit" value="Add to My List"> </form> </td> <td align="center" nowrap="nowrap"> <form method="get" action="/cfp/servlet/event.orgcfp"> <input align="middle" type="submit" value="I'm Organizer" DISABLED> </form> </td> <td align="center" nowrap="nowrap"> <form method="get" action="/cfp/servlet/event.updcfp"> <input align="middle" type="submit" value="Modify" DISABLED> </form> </td> </tr></table> </td> </tr></table> </td></tr> <tr><td align="center" > <br> <h2> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="IEEE ICPS 2025"></span> <span property="v:eventType" content="Conference"></span> <span property="v:startDate" content="2025-05-12T00:00:00"></span> <span property="v:endDate" content="2025-05-15T23:59:59"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=182892" rel="v:url"></span> <span rel="v:location"><span typeof="v:Address"><span property="v:locality" content="Emden, Germany"></span></span></span> <span property="v:description"> IEEE ICPS 2025 : 8th IEEE International Conference on Industrial Cyber-Physical Systems (ICPS)</span> </span> </h2> <h3> <span id="share-buttons"> <a href="http://www.facebook.com/sharer.php?u=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=182892" target="_blank"><img src="/cfp/images/share/facebook.png" alt="Facebook"/></a><a href="http://twitter.com/share?url=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=182892&text=IEEE ICPS 2025 : 8th IEEE International Conference on Industrial Cyber-Physical Systems (ICPS)" target="_blank"><img src="/cfp/images/share/twitter.png" alt="Twitter" /></a><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=182892" target="_blank"><img src="/cfp/images/share/linkedin.png" alt="LinkedIn" /></a><a href="https://plus.google.com/share?url=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=182892" target="_blank"><img src="/cfp/images/share/google.png" alt="Google" /></a></span> </h3> </td></tr> <tr><td align="center" > Link: <a href="https://icps2025.ieee-ies.org" target="_newtab">https://icps2025.ieee-ies.org</a> </td></tr> <tr><td> </td></tr> <tr><td> <table cellpadding="0" cellspacing="5" align="center"> <tr valign="middle"> <td align="center"> <table cellpadding="0" cellspacing="0" align="center"> <tr valign="middle"><td align="center"> <table class="gglu" cellpadding="3" cellspacing="1" align="center"> <tr bgcolor="#e6e6e6"> <th>When</th> <td align="center"> May 12, 2025 - May 15, 2025 </td> </tr><tr bgcolor="#f6f6f6"> <th>Where</th> <td align="center">Emden, Germany</td> </tr> <tr bgcolor="#e6e6e6"> <th>Submission Deadline</th> <td align="center"> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="Submission Deadline"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=182892" rel="v:url"></span> <span property="v:startDate" content="2025-02-17T00:00:00">Feb 17, 2025</span> </span> </td> </tr> <tr bgcolor="#f6f6f6"> <th>Notification Due</th> <td align="center"> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="Notification Due"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=182892" rel="v:url"></span> <span property="v:startDate" content="2025-03-17T00:00:00">Mar 17, 2025</span> </span> </td> </tr> <tr bgcolor="#e6e6e6"> <th>Final Version Due</th> <td align="center"> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="Final Version Due"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=182892" rel="v:url"></span> <span property="v:startDate" content="2025-03-31T00:00:00">Mar 31, 2025</span> </span> </td> </tr> </table> </td></tr> <tr><td align="center" > <table class="gglu" cellpadding="3" cellspacing="1" align="center"> <tr><td></td></tr> <tr bgcolor="#f6f6f6"> <td align="center"> <h5><a class="blackbold" href="/cfp/allcat"><b>Categories</b></a> <a href="../call?conference=cyber-physical systems">cyber-physical systems</a> <a href="../call?conference=internet of things">internet of things</a> <a href="../call?conference=industrial informatics">industrial informatics</a> <a href="../call?conference=factory automation">factory automation</a></h5> </td></tr> </table> </td></tr> </table> </td> </tr> </table> </td></tr> <tr><td> </td></tr> <tr><td align="center" > <div xmlns:dc="http://purl.org/dc/elements/1.1/"> <span property="dc:title" content="IEEE ICPS 2025"></span> <span property="dc:description" content="8th IEEE International Conference on Industrial Cyber-Physical Systems (ICPS)"></span> <span property="dc:identifier" content="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=182892"></span> <span property="dc:source" content="https://icps2025.ieee-ies.org"></span> <span property="dc:publisher" content="WikiCFP"></span> </div> <h3>Call For Papers</h3> </td></tr> <tr><td align="center" > <div class="cfp" align="left"> CALL FOR PAPERS <br> <br>8th IEEE International Conference on Industrial Cyber-Physical Systems (ICPS) <br>May 12-15, 2025, Emden, Germany <br>Website: https://icps2025.ieee-ies.org <br> <br>PDF of the CFP: https://icps2025.ieee-ies.org/ICPS_2025_CFP.pdf <br> <br> <br>The 8th IEEE International Conference on Industrial Cyber-Physical Systems (ICPS) will be held from Monday to Thursday, May 12-15, 2025, in the idyllic city of Emden, Germany. Continuing with the success of the past ICPS-Editions held in Russia (2018), Taiwan (2019), Finland (2020), Canada (2021), the UK (2022), China (2023), and the USA (2024), ICPS 2025, under the motto “The Ongoing Digital Transformation”, aims to provide an international platform for cutting-edge research and professional interactions for the development of ICPS. Industry experts, researchers, and academics will share ideas and experiences surrounding frontier technologies, breakthroughs, innovative solutions, research and innovation results, as well as initiatives related to ICPS, AI-assisted Digital Transformation, and their applications. The conference program will feature a rich program, including research and innovation papers, as well as special sessions, tutorials, exhibitions, and an industry forum with thematic dedicated industry talks. <br> <br>Topics within the scope of the conference (but not limited to): <br> <br>- ICPS Architectures & Engineering: <br>Industry Architectures, Industry ICPS Standards (RAMI 4.0, IIRA, etc.), Industrial IoT, Engineering Methods and Tools, ICPS Lifecycle Management, Integration, Humans and ICPS (H-CPS-I), Safety, Engineering Systems of ICPS, ICPS Standards, ICPS Development/Engineering Best Practices. <br> <br>- ICPS Theory and Technologies: <br>Core ICPS Technologies, Security & Trust, Communication Networks for ICPS, Connectivity OT/IT, Control, Information Processing, Security, IoT/IoS, Edge/Fog/Cloud Computing. <br> <br>- ICPS and Data Science: <br>Big/Smart Data, Analytics, Synthetic Data, Data Management Technologies, Data Models, Semantics, Ontologies, Simulations. <br> <br>- ICPS Automation & Autonomy: <br>Automation within ICPS Context for Industries (Agriculture, Healthcare, Factory, Maintenance, Manufacturing, Retail, Service, Supply Chain, Infrastructures, ICPS-Based Autonomous Systems, Robotics). <br> <br>- ICPS Energy: <br>Cyber-Physical Energy System Design and Operation, Renewable Energy, Energy Storage, Power Trains, Electric Vehicles, Microgrid, Smart Grid. <br> <br>- ICPS Advanced Modeling, Control, and Optimization: <br>ICPS System Modeling, ICPS Control Theory and Applications, System Optimization and Control. <br> <br>- ICPS Emerging Applications: <br>Smart Manufacturing, Smart Cities, Smart Home and Living, Smart Farming, Mobility, Water & Waste Water Management, Mining, Oil & Gas, Intelligent Enterprise, Smart Transportation, Internet of Underwater Things, Smart Medical Systems. <br> <br>- ICPS Education, Management, and Society: <br>Digital Skills, Education Curricula, Lifelong Learning & Training, Digital Society, Future of Work, Industry 5.0, Innovation Management, Visions/Roadmaps, Strategic Impact, Societal Implications, Sustainability, Innovation Management, Innovation Ecosystems. <br> <br>- Artificial Intelligence in ICPS: <br>Machine Learning, Deep Learning, Generative AI, Large Language Models, AI Explainability, AI on Edge/Cloud, Neuromorphic Computing, Foundation Models, AI Industrial Experiences. <br> <br>- Digital Transformation, Paradigms, Methods, and Tools: <br>Industrial Metaverse, Asset Administration Shell (AAS), Digital Twin (DT), Data Space, Digital Product Passport (DPP), Connectivity and Interoperability. <br> <br> <br>Authors requiring a VISA to Germany should submit papers by the first submission round to ensure enough time for a VISA application. Acceptance letters for the VISA application are issued after official acceptance notification. <br> <br> <br>Special Sessions: Prospective participants of ICPS 2025 are encouraged to propose (and upon approval, organize) special sessions in the focus areas under the conference topics. <br> <br>Exhibitions & Industry Forum: ICPS 2025 Exhibitions and Industry Forum promote presentations, demonstrations, and industry talks addressing cutting-edge research and innovation within the scope of the conference. <br> <br>Tutorials: Several tutorials are planned to discuss the latest trends in ICPS. Prospective speakers should apply asap. <br> <br>Paper Submission: Prospective paper authors are requested to electronically submit full papers in English following the instructions available on the conference website. Accepted and presented papers will be copyrighted by IEEE and published in conference proceedings, which will be eligible for inclusion in the IEEE Xplore online Digital Library and EI Compendex database. <br> <br>For further information, please visit https://icps2025.ieee-ies.org <br> </div> </td></tr> </table> </center> </div> <div class="contsec"> <center><h3> Related Resources </h3></center> <div class="cfp" align="left"> <table cellpadding="0" cellspacing="0px" align="center" width="100%"> <tr valign="top"> <td> <table cellpadding="4" cellspacing="3" align="center" width="100%"> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=171907">IEEE-Ei/Scopus-CNIOT 2025</a> 2025 IEEE 6th International Conference on Computing, Networks and Internet of Things (CNIOT 2025) -EI Compendex </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=183251">IEEE ACIRS 2025</a> IEEE--2025 10th Asia-Pacific Conference on Intelligent Robot Systems (ACIRS 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=182855">IEEE CSR 2025</a> 2025 IEEE International Conference on Cyber Security and Resilience </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=183252">ACIRS 2025</a> IEEE--2025 10th Asia-Pacific Conference on Intelligent Robot Systems (ACIRS 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=180764">BIO 2025</a> 7th International Conference on Bioscience & Engineering </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=175829">IEEE CNCIT 2025</a> 2025 4th International Conference on Networks, Communications and Information Technology (CNCIT 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=182597">IEEE BDAI 2025</a> IEEE--2025 the 8th International Conference on Big Data and Artificial Intelligence (BDAI 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=182262">ICCPS 2025</a> 16th ACM/IEEE International Conference on Cyber-Physical Systems </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=185656">ICDM 2025</a> The 25th IEEE International Conference on Data Mining </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=180649">NMCO 2025</a> 11th International Conference on Networks, Mobile Communication </td></tr> </table> </td> </tr> </table> </div> </center> </div> <DIV class="footer"> <center> <table cellpadding="0" cellspacing="0" width="100%"><tr valign="top"> <td align="left"> <table cellpadding="0"> <tr><td align="left"> <a href="/cfp/about.jsp">About Us</a> | <a href="mailto:wikicfp@gmail.com">Contact Us</a> | <a href="/cfp/data.jsp">Data</a> | <a href="/cfp/privacy.jsp">Privacy Policy</a> | <a href="/cfp/terms.jsp">Terms and Conditions</a> </td></tr> <tr><td align="left"> Partners: <a href="https://www.semanticscholar.org/?utm_source=WikiCFP&utm_medium=Display&utm_term=home&utm_content=semantic-scholar-rail-try-it&utm_campaign=WikiCFP%20Test">AI2's Semantic Scholar</a> </td></tr> <tr><td align="left"> This wiki is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. </td></tr></table> </td> <td align="right" style="width:1%"> <!-- <a href="http://www3.clustrmaps.com/counter/maps.php?url=http://www.wikicfp.com" target="_blank" id="clustrMapsLink"><img src="http://www3.clustrmaps.com/counter/index2.php?url=http://www.wikicfp.com" style="border:0px;" width="160" height="90" alt="Locations of visitors to WikiCFP" title="Locations of visitors to WikiCFP" id="clustrMapsImg"> </a> --> <!-- <script type="text/javascript" id="clustrmaps" src="//cdn.clustrmaps.com/map_v2.js?u=HB5u&d=rwJQZ8-WAgBWyJ4xovK800l_zDGOjVPBcT3rG-oLsKw"></script> --> </td> </tr></table> </center> </div> <script type="text/javascript"> function loadAddThis() { addthis.init() } loadAddThis(); </script> <!-- Start Quantcast tag --> <script type="text/javascript"> _qoptions={ qacct:"p-bavkT9R1uB7qI" }; </script> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <noscript> <img src="http://pixel.quantserve.com/pixel/p-bavkT9R1uB7qI.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> </noscript> <!-- End Quantcast tag --> </body> </html>