CINXE.COM

CISP-BMEI 2025

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/2199/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <link href="css/css.css" rel="stylesheet" media="all"> <meta name="viewport" content="width=1050, initial-scale=1.0" /> <meta name="keywords" content="Image and Video Processing,Signal Processing,BioMedical Engineering,Bioinformatics, Systems Biology, and Medical Informatics,Informatics: Fundamental Technologies Important to Medicine and Biology,CISP,BMEI, CISP'21,BMEI'21,International Conference,Coding Signal identification and prediction,image restoration, video analysis,Biomedical signal processing and analysis, Medical data storage" /> <meta name="description" content="2025 18 International Congress on Image and Signal Processing, BioMedical Engineering and Informatics(CISP-BMEI 2025), Huaqiao, Jiangsu, China " /> <title>CISP-BMEI 2025</title> <link href="css/mobanwang.css" type="text/css" rel="stylesheet" media="screen" /> <script src="js/jquery-1.8.0.min.js" type="text/javascript" language="javascript"></script> <script type="text/javascript" src="js/jquery.easing.1.3.js"></script> <script type="text/javascript" src="js/jquery.countdown.js"></script> <script type="text/javascript" src="js/urlParams.js"></script> <script type="text/javascript" src="js/main.js"></script> <script type="text/javascript" language="javascript"> var $ = function (id) { return "string" == typeof id ? document.getElementById(id) : id; }; var Extend = function(destination, source) { for (var property in source) { destination[property] = source[property]; } return destination; } var CurrentStyle = function(element){ return element.currentStyle || document.defaultView.getComputedStyle(element, null); } var Bind = function(object, fun) { var args = Array.prototype.slice.call(arguments).slice(2); return function() { return fun.apply(object, args.concat(Array.prototype.slice.call(arguments))); } } var Tween = { Quart: { easeOut: function(t,b,c,d){ return -c * ((t=t/d-1)*t*t*t - 1) + b; } }, Back: { easeOut: function(t,b,c,d,s){ if (s == undefined) s = 1.70158; return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b; } }, Bounce: { easeOut: function(t,b,c,d){ if ((t/=d) < (1/2.75)) { return c*(7.5625*t*t) + b; } else if (t < (2/2.75)) { return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b; } else if (t < (2.5/2.75)) { return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b; } else { return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b; } } } } var SlideTrans = function(container, slider, count, options) { this._slider = $(slider); this._container = $(container); this._timer = null; this._count = Math.abs(count); this._target = 0; this._t = this._b = this._c = 0; this.Index = 0; this.SetOptions(options); this.Auto = !!this.options.Auto; this.Duration = Math.abs(this.options.Duration); this.Time = Math.abs(this.options.Time); this.Pause = Math.abs(this.options.Pause); this.Tween = this.options.Tween; this.onStart = this.options.onStart; this.onFinish = this.options.onFinish; var bVertical = !!this.options.Vertical; this._css = bVertical ? "top" : "left"; var p = CurrentStyle(this._container).position; p == "relative" || p == "absolute" || (this._container.style.position = "relative"); this._container.style.overflow = "hidden"; this._slider.style.position = "absolute"; this.Change = this.options.Change ? this.options.Change : this._slider[bVertical ? "offsetHeight" : "offsetWidth"] / this._count; }; SlideTrans.prototype = { SetOptions: function(options) { this.options = { Vertical: true, Auto: true, Change: 0, Duration: 80, Time: 10, Pause: 3000, onStart: function(){}, onFinish: function(){}, Tween: Tween.Quart.easeOut }; Extend(this.options, options || {}); }, Run: function(index) { index == undefined && (index = this.Index); index < 0 && (index = this._count - 1) || index >= this._count && (index = 0); this._target = -Math.abs(this.Change) * (this.Index = index); this._t = 0; this._b = parseInt(CurrentStyle(this._slider)[this.options.Vertical ? "top" : "left"]); this._c = this._target - this._b; this.onStart(); this.Move(); }, Move: function() { clearTimeout(this._timer); if (this._c && this._t < this.Duration) { this.MoveTo(Math.round(this.Tween(this._t++, this._b, this._c, this.Duration))); this._timer = setTimeout(Bind(this, this.Move), this.Time); }else{ this.MoveTo(this._target); this.Auto && (this._timer = setTimeout(Bind(this, this.Next), this.Pause)); } }, MoveTo: function(i) { this._slider.style[this._css] = i + "px"; }, Next: function() { this.Run(++this.Index); }, Previous: function() { this.Run(--this.Index); }, Stop: function() { clearTimeout(this._timer); this.MoveTo(this._target); } }; </script> <style type="text/css"> <!-- *{ margin:0px; padding:0px; border:none; } body{ font-family: arial, Helvetica, sans-serif; } .header { text-align: center; width: 100%; height: 50px; background-color:#CCCCCC; } .content{ text-align: center; width: 100%; height: 50px; } .bartitle{ /*color:#E40300;*/ color:#333333; font-size:20px; padding-top:10px; font-weight:bold; text-align:left; padding-left:10px; } li{ font-size:14px; color:#E40300; text-align:left; height:24px; list-style:circle; } li a{ color:#E40300; text-decoration:none; } li a:hover{ color:#000000; font-weight:bold; } .rightcontent{ color:#000000; font-size:14px; line-height:20px; text-align:justify; padding:10px 5px 10px 5px; margin-bottom:5px; } .foot{ width:100%; height: 50px; background-color:#CCCCCC; } --> </style> </head> <body bgcolor="#FFFFFF"> <!--<link custom="self" href="css/css.css" rel="stylesheet" media="all"><style custom="self" type="text/css">--> <!--&lt;!&ndash;--> <!--*{--> <!-- margin:0px;--> <!-- padding:0px;--> <!-- border:none;--> <!--}--> <!--body{--> <!-- font-family: arial, Helvetica, sans-serif;--> <!--}--> <!--.header { --> <!-- text-align: center;--> <!-- width: 100%;--> <!-- height: 50px;--> <!-- background-color:#CCCCCC;--> <!--}--> <!--.content{--> <!-- text-align: center;--> <!-- width: 100%;--> <!-- height: 50px;--> <!--}--> <!--.bartitle{--> <!-- /*color:#E40300;*/--> <!-- color:#333333;--> <!-- font-size:20px;--> <!-- padding-top:10px;--> <!-- font-weight:bold;--> <!-- text-align:left;--> <!-- padding-left:10px;--> <!--}--> <!--li{--> <!-- font-size:14px;--> <!-- color:#E40300;--> <!-- text-align:left;--> <!-- height:24px;--> <!-- list-style:circle;--> <!--}--> <!--li a{--> <!-- color:#E40300;--> <!-- text-decoration:none;--> <!--}--> <!--li a:hover{--> <!-- color:#000000;--> <!-- font-weight:bold;--> <!--}--> <!--.rightcontent{--> <!-- color:#000000;--> <!-- font-size:14px;--> <!-- line-height:20px;--> <!-- text-align:justify;--> <!-- padding:10px 5px 10px 5px;--> <!-- margin-bottom:5px;--> <!--}--> <!--.foot{--> <!-- width:100%;--> <!-- height: 50px;--> <!-- background-color:#CCCCCC;--> <!--}--> <!--&ndash;&gt;--> <!--</style>--> <div style="width:100%; height:300px; background-color:#FFFFFF;"> <div style="float:left; width:100%; height:300px; background-color:#CCCCCC;"> <div style="width: 50%; height:300px; float:left;"><img style="float:right; margin-right:480px;" src="images/bgl.png"/></div> <div style="width: 50%; height:300px; float:left;"><img style="float:left; margin-left:480px;" src="images/bgr.png"/></div> </div> <div id="idContainer2" class="container" style="margin:auto; position:relative; top: -300px;"> <table id="idSlider2" borde="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="td_f"><img src="images/1.png"/></td> <td class="td_f"><img src="images/2.png"/></td> <td class="td_f"><img src="images/3.png"/></td> <td class="td_f"><img src="images/4.png"/></td> <td class="td_f"><img src="images/5.png"/></td> </tr> </tbody> </table> <ul id="idNum" class="num"></ul> </div> </div> <!--begin content--> <div class="content" style="width:100%; height:950px; background-color:;"><!--改页面白色部分--> <div style="margin-left:auto; margin-right:auto; width:965px;"> <div style="width:956px; background-color:#999999; margin-top:3px;"> <div style="float:left; width:200px; height:550px;background-color:#FFFFFF;"> <div style="width:100%; height:35px; border-bottom:#888888 1px solid; background-image:url(images/barbottom.png); background-repeat:no-repeat; background-position:9px -9px;"> <p class="bartitle">Quick Links</p> </div> <div style="width:100%; "> <ul style="padding-left:30px; padding-top:10px;"> <li><a href="/main.htm">Home</a></li> <li> <a href="/call.html">Important Dates</a> <!-- <p style="color: black"><strong>Important Dates</strong></p>--> </li> <li> <a href="/topics.html">Topics</a> </li> <li> <a href="/submission.html">Submission</a> </li> <li> <a href="/final.html">Final Submission</a> </li> <li> <a href="/organizing.html">Organizing Committee</a> </li> <li> <a href="/program.html">Program Committee</a> </li> <li> <a href="/keynotes.html">Keynotes</a> </li> <li> <a href="/venue.html">Conference Venue</a> </li> <li> <a href="/registration.html">Registration</a> </li> <li><a href="/album.html">Album</a></li> <li><a href="/contact.html">Contact Us</a></li> </ul> </div> </div> <div style="float:left; margin-left:8px;"> <div style="height:35px;"></div> <div style="height:850px; border-left:1px #888888 solid;"></div><!--改中间竖分割线--> </div> <div style="float:right; width:740px; background-color:#FFFFFF;"> <div style="width:100%; height:35px; border-bottom:#888888 1px solid; background-image:url(images/barbottom.png); background-repeat:no-repeat; background-position:9px -9px;"> <p class="bartitle"> Home </p> </div> <div style="width:100%; "> <p class="rightcontent"> <strong>&emsp;The 18th International Congress on Image and Signal Processing, BioMedical Engineering, and Informatics (CISP-BMEI 2025) will take place from October 25 to 27, 2025, in Qingdao, China. </strong> </p> <p class="rightcontent"> &emsp;Qingdao, a vibrant coastal city situated on the southern edge of the Shandong Peninsula by the Yellow Sea, is renowned for its rich cultural heritage and stunning natural landscapes. Visitors can explore iconic landmarks such as May Fourth Square, Golden Sands Beach, First Seaside Bathing Beach, and the Olympic Sailing Center. </p> <p class="rightcontent"> <strong>CISP</strong> <br>&emsp;The Congress on Image and Signal Processing (CISP) serves as a premier international platform for scientists and researchers to showcase the latest advancements in image and signal processing. Key topics include: <br>&emsp;Image Restoration <br>&emsp;Pattern Recognition <br>&emsp;Remote Sensing <br>&emsp;Signal Filters <br>&emsp;Signal Modeling, Identification & Prediction </p> <p class="rightcontent"> <strong>BMEI</strong> <br>&emsp;The Congress on BioMedical Engineering and Informatics (BMEI) is an esteemed global forum dedicated to the forefront of biomedical engineering and informatics. Key topics include: <br>&emsp;Biomedical Imaging and Visualization <br>&emsp;Biomedical Signal Processing and Analysis <br>&emsp;Biomedical Instrumentation, Devices, and Sensors <br>&emsp;Artificial Organs and Nanotechnologies <br>&emsp;Rehabilitation Engineering <br>&emsp;Bioinformatics and Medical Informatics </p> <p class="rightcontent" style="color:#CC0000"> <strong>Publication and Indexing</strong> <br>&emsp;All accepted papers from CISP-BMEI 2025 will be submitted for inclusion in IEEE Xplore and major indexing databases such as: <br>&emsp;EI Compendex <br>&emsp;SCOPUS <br>&emsp;CPCI (ISTP) <br>&emsp;Notably, all CISP-BMEI papers from 2008 to 2023 have already been indexed. <!-- Substantially extended versions of best papers will be considered for publication in a ClSP-BMEl <a href="https://www.mdpi.com/journal/sensors/special_issues/U0ICDM97E9"target="_blank">special issue </a> of a SCl-indexed journal. --> <br>&emsp;All CISP-BMEI 2024 papers have already been indexed by EI Compendex and included in IEEE Xplore. </p> <!-- <div style="text-align: center; vertical-align: middle"><p class="rightcontent" style="color:#CC0000"><img src="images/color-notice.png" width="3%" height="3%"/>[2021.12.14] <a href="https://ieeexplore.ieee.org/xpl/conhome/9624201/proceeding">news: Proceedings of 2021 have been included in IEEE Xplore.</a></p></div>--> <!-- <div style="text-align: center; vertical-align: middle"><p class="rightcontent" style="color:#CC0000"><img src="images/color-notice.png" width="3%" height="3%"/>[2022. 2.12] news: Proceedings of 2021 have been included in Ei Village (EI) (Conference code: 175320).</p></div>--> <!-- <div style="text-align: center; vertical-align: middle"><p class="rightcontent" style="color:#CC0000"><img src="images/color-notice.png" width="3%" height="3%"/>[2022. 4.22] <a href="https://conferences.ieee.org/conferences_events/conferences/conferencedetails/56279">news: The CISP-BMEI 2022 has been added to the IEEE conference list for retrieval.</a></p></div>--> <!-- <p class="rightcontent">Beijing is the capital of the People’s Republic of China, the country’s center for politics, culture, international exchanges and technological innovation. It is home to numerous historical sites and cultural landmarks, including the Forbidden City, the Great Wall, the Temple of Heaven, the Summer Palace, the Ming Tombs, all of which have been listed as UNESCO World Heritages. Traditional local art performances and crafts, such as Peking Opera and Cloisonné, are also renowned throughout the world.</p>--> <p class="rightcontent"> <strong>Conference History</strong> <br>&emsp;From 2008 to 2015, CISP and BMEI were held as two separate but co-located conferences. Since 2016, the two events have officially merged into a single integrated conference, enhancing collaboration and cross-disciplinary innovation. <br>&emsp;Join us in Qingdao for CISP-BMEI 2025 to exchange ideas, foster collaborations, and contribute to the advancement of image and signal processing and biomedical engineering and informatics. <!-- The past conference proceedings from 2008 to 2015 appeared as 2 separate (but co-located) conferences, i.e., CISP and BMEI. CISP-BMEI has been officially merged as a single conference since 2016.</p> --> <p class="rightcontent"> <br>&emsp; <!-- <strong>CISP-BMEI 2025 has entered the IEEE conference list. Relevant link:</strong> --> <!-- <br><a href="https://conferences.ieee.org/conferences_events/conferences/conferencedetails/64163"target="_blank">https://conferences.ieee.org/conferences_events/conferences/conferencedetails/64163</a><br/> --> </p> <!-- <p class="rightcontent"> <strong><a href="http://www.embs.org/">Please visit www.embs.org to participate in other conference opportunities.</a></strong> </p> <p class="rightcontent" style="color:#CC0000"> <br>The link of proceedings are as followed:<br> <br><strong><a href="http://www.cisp-bmei.cn/submission/proceedings/48845_CFP21J14-ART.zip">http://www.cisp-bmei.cn/submission/proceedings/48845_CFP21J14-ART.zip.</a></strong><br> <br><strong><a href="http://www.cisp-bmei.cn/submission/proceedings/48845_CFP21J14-USB.zip">http://www.cisp-bmei.cn/submission/proceedings/48845_CFP21J14-USB.zip.</a></strong><br> <br><strong><a href="https://pan.baidu.com/s/1QbTHfYHCtjcpk1lfulTNmA">https://pan.baidu.com/s/1QbTHfYHCtjcpk1lfulTNmA. (Password:rz9v)</a></strong><br> </p> --> </div> </div> </div> </div> </div> <!--end content--> <div style="width:100%; height:200px;"> <div style=" margin:auto; width: 500px; text-align:center;"> <!--改width大小改居中--> <table border="0"> <tr> <!-- <td width="12%" align="center"><img src="images/IEEElogo.gif" height="90" border="0"/></td> --> <!-- <td width="12%" align="center"><img src="images/emb.gif" height="90" border="0"/></td> --> <td width="12%" align="center"><img src="images/shanda.jpg" height="90" border="0"></td> <td width="12%" align="center"><img src="images/MILOGO.gif" height="90" border="0"/></td> <td width="12%" align="center"><img src="images/cee.png" height="90" border="0"/></td> <td width="12%" align="center"><img src="images/ssit.jpg" height="90" border="0"/></td> <td width="12%" align="center"><img src="images/NAIS.jpg" height="90" border="0"/></td> <!-- <td width="12%" align="center"><img src="images/ssit.jpg" height="90" border="0"/></td> --> <!-- <td width="12%" align="center"><img src="images/sensor.png" height="90" border="0"></td> --> </tr> </table> </div> <div style=" margin:auto; width: 500px; text-align:center;"> <!--改width大小改居中--> <table border="0"> <tr> <!-- <td width="12%" align="center"><img src="images/ssit.jpg" height="90" border="0"/></td> --> <td width="12%" align="center"><img src="images/jishu.png" height="90" border="0"></td> <!-- <td width="12%" align="center"><img src="images/JIG.jpg" height="90" border="0"/></td> --> <!-- <td width="12%" align="center"><img src="images/NAIS.jpg" height="90" border="0"/></td> --> <!-- <td width="12%" align="center"><img src="images/SVS.PNG" height="90" border="0"/></td> --> </tr> </table> </div> </div> <!--<div style="width:100%; height:100px;">--> <!-- <div style=" margin:auto; width: 50%; text-align:center;"> &lt;!&ndash;改width大小改居中&ndash;&gt;--> <!-- <table border="0">--> <!-- <tr>--> <!-- <td width="12%" align="center">--> <!-- <img src="images/JIG.jpg" height="90" border="0"/>--> <!-- </td>--> <!-- </tr>--> <!-- </table>--> <!-- </div>--> <!--</div>--> <footer> <div class="copyright" style="border-bottom-color:#666"> <div style=" margin:auto; width: 960px; text-align:center;"> <p style=" padding-top:15px; font-size:14px; color:#000000;">Copyright CISP-BMEI 2025, Designed by School of Communication & Electronic Engineering, East China Normal University, China</p> <a style=" padding-top:15px; font-size:14px; color:#000000;" href='https://beian.miit.gov.cn' target='_blank'>沪ICP备2025114600号-2</a><br/> <!-- <a style="background:url(images/greybeian.png) no-repeat; padding-left:22px; font-size:14px; color:#000000;" href='http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=32058302002030' target='_blank'>苏公网安备 32058302002030号</a> --> <!-- <a style=" padding-top:15px; font-size:14px; color:#000000;" href='http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=32058302002030' target="_blank"><img alt="cisp-bmei" src="images/graybeian.png" width="15" height="15">苏公网安备 32058302002030号</a> --> </div> </div> </footer> <script language="javascript" type="text/javascript"> var forEach = function(array, callback, thisObject){ if(array.forEach){ array.forEach(callback, thisObject); }else{ for (var i = 0, len = array.length; i < len; i++) { callback.call(thisObject, array[i], i, array); } } } var st = new SlideTrans("idContainer2", "idSlider2", 5, { Vertical: false }); var nums = []; for(var i = 0, n = st._count - 1; i <= n;){ (nums[i] = $("idNum").appendChild(document.createElement("li"))).innerHTML = ++i; } forEach(nums, function(o, i){ o.onmouseover = function(){ o.className = "on"; st.Auto = false; st.Run(i); } o.onmouseout = function(){ o.className = ""; st.Auto = true; st.Run(); } }) st.onStart = function(){ forEach(nums, function(o, i){ o.className = st.Index == i ? "on" : ""; }) } st.Run(); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10