CINXE.COM

MM 2025: ACM Multimedia

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="description" content="MM 2025: ACM Multimedia" /> <link rel="stylesheet" type="text/css" href="/assets/478ca885/gridview/styles.css" /> <link rel="stylesheet" type="text/css" href="/assets/b0666b16/pager.css" /> <link rel="stylesheet" type="text/css" href="/themes/abound/css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="/themes/abound/css/bootstrap-responsive.min.css" /> <link rel="stylesheet" type="text/css" href="/themes/abound/css/abound.css" /> <link rel="stylesheet" type="text/css" href="/themes/abound/css/style-orange.css" /> <script type="text/javascript" src="/assets/477bc0eb/jquery.min.js"></script> <script type="text/javascript" src="/assets/477bc0eb/jquery.ba-bbq.min.js"></script> <script type="text/javascript" src="/themes/abound/js/bootstrap.min.js"></script> <script type="text/javascript" src="/themes/abound/js/plugins/jquery.flot.min.js"></script> <title>MM 2025: ACM Multimedia</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <!-- <meta name="description" content="The Latest Computer Conference and Journal List"> --> <meta name="author" content="www.myhuiban.com"/> <!-- <link href='http://fonts.googleapis.com/css?family=Carrois+Gothic' rel='stylesheet' type='text/css'> --> <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="alternate" hreflang="x-default" href="/conference/53" /> <link rel="alternate" hreflang="en" href="/conference/53?lang=en_us" /> <link rel="alternate" hreflang="es" href="/conference/53?lang=es" /> <link rel="alternate" hreflang="zh" href="/conference/53?lang=zh_cn" /> <link rel="alternate" hreflang="ja" href="/conference/53?lang=ja" /> <!-- Fav and Touch and touch icons --> <link rel="shortcut icon" href="/themes/abound/img/icons/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/themes/abound/img/icons/apple-touch-icon-144-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/themes/abound/img/icons/apple-touch-icon-72-precomposed.png"> <link rel="apple-touch-icon-precomposed" href="/themes/abound/img/icons/apple-touch-icon-57-precomposed.png"> <!-- styles for style switcher <link rel="stylesheet" type="text/css" href="/themes/abound/css/style-orange.css" /> --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-16655604-2"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-16655604-2'); </script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6743617430731451" crossorigin="anonymous"></script> <!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script type="text/javascript" async=true> (function() { var host = "www.themoneytizer.com"; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', '6Fv0cGNfc_bw8', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <style> .qc-cmp-button, .qc-cmp-button.qc-cmp-secondary-button:hover { background-color: #000000 !important; border-color: #000000 !important; } .qc-cmp-button:hover, .qc-cmp-button.qc-cmp-secondary-button { background-color: transparent !important; border-color: #000000 !important; } .qc-cmp-alt-action, .qc-cmp-link { color: #000000 !important; } .qc-cmp-button, .qc-cmp-button.qc-cmp-secondary-button:hover { color: #ffffff !important; } .qc-cmp-button:hover, .qc-cmp-button.qc-cmp-secondary-button { color: #000000 !important; } .qc-cmp-small-toggle, .qc-cmp-toggle { background-color: #000000 !important; border-color: #000000 !important; } .qc-cmp-main-messaging, .qc-cmp-messaging, .qc-cmp-sub-title, .qc-cmp-privacy-settings-title, .qc-cmp-purpose-list, .qc-cmp-tab, .qc-cmp-title, .qc-cmp-vendor-list, .qc-cmp-vendor-list-title, .qc-cmp-enabled-cell, .qc-cmp-toggle-status, .qc-cmp-table, .qc-cmp-table-header { color: #000000 !important; } .qc-cmp-ui { background-color: #ffffff !important; } .qc-cmp-table, .qc-cmp-table-row { border: 1px solid !important; border-color: #000000 !important; } #qcCmpButtons a { text-decoration: none !important; } #qcCmpButtons button { margin-top: 65px; } @media screen and (min-width: 851px) { #qcCmpButtons a { position: absolute; bottom: 10%; left: 60px; } } .qc-cmp-qc-link-container{ display:none; } </style> </head> <body> <section id="navigation-main"> <!-- Require the navigation --> <div class="navbar navbar-inverse navbar"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <!-- Be sure to leave the brand out there if you want it shown --> <a class="brand" href="https://www.myhuiban.com"><strong>Conference Partner</strong></a> <div class="nav-collapse"> <ul class="pull-right nav" id="yw20"> <li class="item-test"><a href="/">Home</a></li> <li class="item-test"><a href="/conferences">Conferences</a></li> <li class="item-test"><a href="/journals">Journals</a></li> <li class="item-test"><a href="/login">Login</a></li> </ul> </div> </div> </div> </div> <div class="subnav navbar navbar"> <div class="navbar-inner"> <div class="container"> <form class="navbar-search pull-right" id="search-form" action="/search" method="get"> <div> <img src="/images/CN.gif"/><a href="/conference/53?lang=zh_cn"> 中文 </a> | <img src="/images/US.gif"/><a href="/conference/53?lang=en_us"> English </a> | <img src="/images/ES.gif"/><a href="/conference/53?lang=es"> Español </a> | <img src="/images/JP.gif"/><a href="/conference/53?lang=ja"> 日本語 </a> &nbsp; &nbsp; &nbsp <input class="search-query span2" placeholder="Search" name="SearchForm[key]" id="SearchForm_key" type="text" maxlength="200" /> </div> </form> </div><!-- container --> </div><!-- navbar-inner --> </div><!-- subnav --> </section><!-- /#navigation-main --> <section class="main-body"> <div class="container-fluid"> <!-- Include content pages --> <div class="row-fluid"> <div class="span10"> <div class="breadcrumb"> <a href="/">Conference Partner</a> &raquo; <a href="/conferences">Conferences</a> &raquo; <span>MM</span></div><!-- breadcrumbs --> <!-- Include content pages --> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Event", "name": "MM 2025: ACM Multimedia", "location": { "@type": "Place", "name":"Dublin, Ireland", "address":{ "@type": "PostalAddress", "addressLocality": "Dublin, Ireland" } }, "startDate": "2025-10-27" } </script> <div class="portlet" id="yw0"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-tasks"></i> Conference Information</div> </div> <div class="portlet-content"> <div align="center"> <h5>MM 2025: ACM Multimedia</h5> <a href="https://acmmm2025.org/">https://acmmm2025.org/</a> <br /> <table border="0" align="center" cellpadding="0" cellspacing="1"> <tr> <td width="150" height="25"><div align="center">Submission Date:</div></td> <td width="150"><div align="center">2025-04-04</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Notification Date:</div></td> <td width="150"><div align="center">2025-07-04</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Conference Date:</div></td> <td width="150"><div align="center">2025-10-27</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Location:</div></td> <td width="150"><div align="center">Dublin, Ireland</div></td> </tr> <tr> <td width="100" height="25"><div align="center">Years:</div></td> <td width="150"><div align="center"><span class="badge badge-info">34</span></div></td> </tr> </table> <div class="hidden-phone" align="center"> CCF: <span class="badge badge-warning">a</span> &nbsp; CORE: <span class="badge badge-warning">a*</span> &nbsp; Viewed: <span class="badge badge-success">131529</span> &nbsp; Tracked: <span class="badge badge-warning">328</span> &nbsp; Attend: <span class="badge badge-important">50</span> </div> </div> <br /> </div> </div> <div class="portlet" id="yw1"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-bullhorn"></i> Call For Papers</div> </div> <div class="portlet-content"> <pre>Topics of Interest The conference invites papers in four major themes of multimedia: Engagement, Experience, Systems and Understanding. Theme: Multimedia in the Generative AI Era Generative AI empowered by foundation models and multi-modal training data have made exciting advancements in the past few years. This theme collects the latest techniques and applications in this generative AI era that benefit multimedia applications. Topics of interest are listed below. Multimedia Foundation Models Large language models (LLMs) are representatives of foundation models. There are numerous improvements marrying LLMs with other diverse modalities such as images, videos, and audios. This topic seeks state-of-the-art techniques in multimedia alignment, architecture design, new applications and fundamental insights. Generative Multimedia This topic focuses on generative models such as Diffusion models and Generative Adversarial Networks that allow multimedia systems to generate content with unparalleled realism and diversity. Emphasis is also placed on interactive and personalized systems that allow for better user experience. Social Aspects of Generative AI The success of generative AI requires deep thinking into its social impact. This topic calls for research works in promoting privacy, security fairness and transparency of generative AI models. New applications to improve social well-being and AI interpretability are also a focus. Theme: Engaging Users with Multimedia The engagement of multimedia with society as a whole requires research that addresses how multimedia can be used to connect people with multimedia artifacts that meet their needs in a variety of contexts. The topic areas included under this theme include: Emotional and Social Signals This area focuses on the analysis of emotional, cognitive (e.g., brain-based) and interactive social behavior in the spectrum of individual to small group settings. It calls for novel contributions with a strong human-centered focus specializing in supporting or developing automated techniques for analyzing, processing, interpreting, synthesizing, or exploiting human social, affective and cognitive signals for multimedia applications.) Multimedia Search and Recommendation To engage user in information access, search and recommendation requires not only understanding of data but also user and context. This area calls for novel solutions for user-centric multimedia search and recommendations, in either automatic or interactive mode, with topics ranging from optimization, user intent prediction, to personalized, collaborative or exploratory algorithms. (Note: Topics focusing primarily on indexing and scalability should be submitted to “Multimedia systems: Data Systems indexing and management”) Summarization, Analytics, and Storytelling The information underlying multimedia is by nature multi-perspective. Allowing efficient multi-perspective and context-adaptive information access remains an open problem. This area calls for new and novel solutions that can compose, link, edit and summarize multimedia data into a compact but insightful, enjoyable and multi-perspective presentation to facilitate tasks such as multimedia analytics, decision making, searching and browsing. Theme: Experience One of the core tenants of our research community is that multimedia contributes to the user experience in a rich and meaningful manner. The topics organized under this theme are concerned with innovative uses of multimedia to enhance the user experience, how this experience is manifested in specific domains, and metrics for qualitatively and quantitatively measuring that experience in useful and meaningful ways. Specific topic areas addressed this year include: Interactions and Quality of Experience Papers under this topic area should address human-centered issues. Topics include (i) novel interaction techniques and modalities for accessing, authoring, and consuming multimedia data, (ii) design and implementation of novel interactive media (iii) new methodologies, models, and metrics to understand and/or measure multimedia quality of experience. Art and Culture Papers under this topic area should develop techniques that enable effective engagement of the public with art and other forms of cultural expression, balancing between sophisticated computational/engineering techniques and artistic / cultural purposes. Topics include (i) digital artworks, including hybrid physical digital installations; dynamic, generative, and interactive multimedia artworks; (ii) computational tools to support creativity, cultural preservation, and curation. Multimedia Applications Papers under this topic area should push the envelope of how multimedia can be used to improve the user experience in a rich and meaningful manner. We solicit papers that design, implement, and evaluate applications that employ multimedia data in surprising new ways or in application scenarios that user experience remains challenging based on today’s start-of-the-art, such as immersive telepresence, distance education, and metaverse. Theme: Multimedia Systems Research in multimedia systems is generally concerned with understanding fundamental trade-offs between competing resource requirements, developing practical techniques and heuristics for realizing complex optimization and allocation strategies, and demonstrating innovative mechanisms and frameworks for building large-scale multimedia applications. Within this theme, we have focused on three target topic areas: Systems and Middleware This area seeks novel contributions that address performance issues in one of the systems components. Topics include operating systems, mobile systems, storage systems, distributed systems, programming systems and abstractions, and embedded systems. Papers must establish performance improvement or non-trivial trade-offs through integration of multiple systems components or enhancing one of the system components. Transport and Delivery Papers under this topic area should address improvement to multimedia transport and delivery mechanisms over a computer network. Topics include network protocol enhancement, supporting multimedia data with network mechanisms such as SDN and NFV, in-network content placement. Data Systems Management and Indexing Papers under this topic area should address performance issues related to data management and indexing to support multimedia access at a large scale, including browsing, searching, recommendation, analysis, processing, and mining. Topics include scalable systems and indexing techniques that support multimedia access and analytics. Theme: Multimedia Content Understanding Multimedia data types by their very nature are complex and often involve intertwined instances of different kinds of information. We can leverage this multi-modal perspective in order to extract meaning and understanding of the world, often with surprising results. Specific topics addressed this year include: Multimodal Fusion In the real world, some problems are addressable only through a combination of multiple media and/or modalities. This area seeks new insights and solutions of how multi-perspective media information should be fused and embedded for novel problems as well as innovative systems. Vision and Language Recent research has driven the merging of vision and language in different ways, for example, captioning, question-answering, multi-modal chatbots. This area seeks new solutions and results that are specific to the problems of combining or bridging vision and language. Multimedia Interpretation This area seeks novel processing of media-related information in any form that can lead to new ways of interpreting or creating multimedia content. Examples include processing of visual, audio, music, language, speech, or other modalities, for interpretation, knowledge inference, understanding and generation.</pre><div class="alert alert-warning"> Last updated by <a href="/researcher/1">Dou Sun</a> in 2025-02-15</div> </div> </div> <!-- <div class="hidden-phone"> <div align="center"> <table border="0" align="center" cellpadding="0" cellspacing="1" class="noScroll"> <tr> <td width="180"><div align="center"> <a target="_blank" href=""><img src="" alt="" border="0" style="width:110;height:160" title=""/></a> <br /> <br /> </div></td> </tr> <tr> </tr> </table> <div align="center"><a target="_blank" href=""> >></a></div> </div> </div> --> <div class="portlet" id="yw2"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-signal"></i> Acceptance Ratio</div> </div> <div class="portlet-content"> <div class="row-fluid"> <div class="span8"> <div id="placeholder" style="height:240px"></div> <script type="text/javascript"> $(function() { var data = [ ['1996', 28.2], ['1997', 22.2], ['1997', 27.5], ['1999', 18.2], ['2000', 16.8], ['2000', 16.8], ['2001', 16.1], ['2004', 16.6], ['2005', 15.7], ['2006', 16.4], ['2007', 19.1], ['2008', 20], ['2009', 16.4], ['2010', 17.1] ]; var ticks = [ ['1996', '1996'], ['1997', '1997'], ['1997', '1997'], ['1999', '1999'], ['2000', '2000'], ['2000', '2000'], ['2001', '2001'], ['2004', '2004'], ['2005', '2005'], ['2006', '2006'], ['2007', '2007'], ['2008', '2008'], ['2009', '2009'], ['2010', '2010'] ]; $.plot("#placeholder", [ data ], { series: { bars: { show: true, barWidth: 0.6, align: "center" } }, xaxis: { ticks: ticks, tickLength: 0 }, yaxis: { max: 100, tickFormatter: function (v, axis) { return v + "%"; } } }); }); </script> </div> <div class="span4"> <div style="height:240px;overflow:scroll"> <div id="yw3" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw3_c0">Year</th><th id="yw3_c1">Submitted</th><th id="yw3_c2">Accepted</th><th id="yw3_c3">Accepted(%)</th></tr> </thead> <tbody> <tr class="odd"> <td>2010</td><td>357</td><td>61</td><td>17.1%</td></tr> <tr class="even"> <td>2009</td><td>305</td><td>50</td><td>16.4%</td></tr> <tr class="odd"> <td>2008</td><td>280</td><td>56</td><td>20%</td></tr> <tr class="even"> <td>2007</td><td>298</td><td>57</td><td>19.1%</td></tr> <tr class="odd"> <td>2006</td><td>292</td><td>48</td><td>16.4%</td></tr> <tr class="even"> <td>2005</td><td>312</td><td>49</td><td>15.7%</td></tr> <tr class="odd"> <td>2004</td><td>331</td><td>55</td><td>16.6%</td></tr> <tr class="even"> <td>2001</td><td>280</td><td>45</td><td>16.1%</td></tr> <tr class="odd"> <td>2000</td><td>214</td><td>36</td><td>16.8%</td></tr> <tr class="even"> <td>2000</td><td>214</td><td>36</td><td>16.8%</td></tr> <tr class="odd"> <td>1999</td><td>220</td><td>40</td><td>18.2%</td></tr> <tr class="even"> <td>1997</td><td>142</td><td>39</td><td>27.5%</td></tr> <tr class="odd"> <td>1997</td><td>162</td><td>36</td><td>22.2%</td></tr> <tr class="even"> <td>1996</td><td>142</td><td>40</td><td>28.2%</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/53"><span>538</span><span>537</span><span>536</span><span>535</span><span>534</span><span>533</span><span>532</span><span>1756</span><span>1755</span><span>531</span><span>530</span><span>1754</span><span>529</span><span>528</span></div> </div></div> </div> </div> </div> </div> <div class="portlet" id="yw4"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-thumbs-up"></i> Best Papers</div> </div> <div class="portlet-content"> <div id="yw5" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw5_c0">Year</th><th id="yw5_c1">Best Papers</th></tr> </thead> <tbody> <tr class="odd"> <td>2018</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Understanding+Humans+in+Crowded+Scenes%3A+Deep+Nested+Adversarial+Learning+and+A+New+Benchmark+for+Multi-Human+Parsing">Understanding Humans in Crowded Scenes: Deep Nested Adversarial Learning and A New Benchmark for Multi-Human Parsing</a></td></tr> <tr class="even"> <td>2018</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Beyond+Narrative+Description%3A+Generating+Poetry+from+Images+by+Multi-Adversarial+Training">Beyond Narrative Description: Generating Poetry from Images by Multi-Adversarial Training</a></td></tr> <tr class="odd"> <td>2010</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Dynamic+captioning%3A+video+accessibility+enhancement+for+hearing+impairment">Dynamic captioning: video accessibility enhancement for hearing impairment</a></td></tr> <tr class="even"> <td>2009</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Visual+query+suggestion">Visual query suggestion</a></td></tr> <tr class="odd"> <td>2008</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Streaming+of+plants+in+distributed+virtual+environments">Streaming of plants in distributed virtual environments</a></td></tr> <tr class="even"> <td>2007</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Correlative+multi-label+video+annotation">Correlative multi-label video annotation</a></td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/53"><span>3542</span><span>3543</span><span>935</span><span>933</span><span>934</span><span>936</span></div> </div></div> </div> <div class="portlet" id="yw7"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-th"></i> Related Conferences</div> </div> <div class="portlet-content"> <div class="hidden-phone"> <div id="yw8" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw8_c0">CCF</th><th id="yw8_c1">CORE</th><th id="yw8_c2">QUALIS</th><th id="yw8_c3">Short</th><th id="yw8_c4">Full Name</th><th id="yw8_c5">Submission</th><th id="yw8_c6">Notification</th><th id="yw8_c7">Conference</th></tr> </thead> <tbody> <tr class="odd"> <td></td><td></td><td><span class="badge badge-warning">b1</span></td><td>EuroMPI</td><td><a href="/conference/644">EuroMPI conference</a></td><td>2024-05-10</td><td>2024-07-05</td><td>2024-09-25</td></tr> <tr class="even"> <td></td><td></td><td></td><td>EECS</td><td><a href="/conference/2242">European Conference on Electrical Engineering and Computer Science</a></td><td>2020-11-30</td><td>&nbsp;</td><td>2020-12-21</td></tr> <tr class="odd"> <td><span class="badge badge-warning">b</span></td><td></td><td></td><td>EGSR</td><td><a href="/conference/275">Eurographics Symposium on Rendering</a></td><td>2025-04-01</td><td>2025-05-23</td><td>2025-06-25</td></tr> <tr class="even"> <td><span class="badge badge-warning">c</span></td><td></td><td></td><td>SAGT</td><td><a href="/conference/4535">International Symposium on Algorithmic Game Theory</a></td><td>2024-05-15</td><td>2024-07-05</td><td>2024-09-03</td></tr> <tr class="odd"> <td></td><td><span class="badge badge-warning">b</span></td><td><span class="badge badge-warning">b1</span></td><td>CBSE</td><td><a href="/conference/882">International ACM SIGSOFT Symposium on Component Based Software Engineering</a></td><td>2016-01-18</td><td>2016-02-15</td><td>2016-04-05</td></tr> <tr class="even"> <td></td><td></td><td><span class="badge badge-warning">a2</span></td><td>DSP</td><td><a href="/conference/1475">International Conference on Digital Signal Processing</a></td><td>2015-03-02</td><td>2015-04-13</td><td>2015-07-21</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>MCIS</td><td><a href="/conference/642">Mediterranean Conference on Information Systems</a></td><td>2012-03-09</td><td>2012-05-11</td><td>2012-09-08</td></tr> <tr class="even"> <td></td><td></td><td></td><td>AIAD</td><td><a href="/conference/4340">International Conference on Artificial Intelligence Advances</a></td><td>2022-08-13</td><td>2022-08-20</td><td>2022-08-27</td></tr> <tr class="odd"> <td></td><td><span class="badge badge-warning">c</span></td><td><span class="badge badge-warning">b2</span></td><td>HotMobile</td><td><a href="/conference/608">International Workshop on Mobile Computing Systems and Applications</a></td><td>2024-10-11</td><td>2024-12-16</td><td>2025-02-26</td></tr> <tr class="even"> <td></td><td><span class="badge badge-warning">c</span></td><td></td><td>ICCI*CC</td><td><a href="/conference/629">International Conference on Cognitive Informatics & Cognitive Computing</a></td><td>2023-05-22</td><td>2023-07-20</td><td>2023-08-19</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/53"><span>644</span><span>2242</span><span>275</span><span>4535</span><span>882</span><span>1475</span><span>642</span><span>4340</span><span>608</span><span>629</span></div> </div></div> <div class="visible-phone"> <div id="yw9" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw9_c0">Short</th><th id="yw9_c1">Full Name</th><th id="yw9_c2">Submission</th><th id="yw9_c3">Conference</th></tr> </thead> <tbody> <tr class="odd"> <td>EuroMPI</td><td><a href="/conference/644">EuroMPI conference</a></td><td>2024-05-10</td><td>2024-09-25</td></tr> <tr class="even"> <td>EECS</td><td><a href="/conference/2242">European Conference on Electrical Engineering and Computer Science</a></td><td>2020-11-30</td><td>2020-12-21</td></tr> <tr class="odd"> <td>EGSR</td><td><a href="/conference/275">Eurographics Symposium on Rendering</a></td><td>2025-04-01</td><td>2025-06-25</td></tr> <tr class="even"> <td>SAGT</td><td><a href="/conference/4535">International Symposium on Algorithmic Game Theory</a></td><td>2024-05-15</td><td>2024-09-03</td></tr> <tr class="odd"> <td>CBSE</td><td><a href="/conference/882">International ACM SIGSOFT Symposium on Component Based Software Engineering</a></td><td>2016-01-18</td><td>2016-04-05</td></tr> <tr class="even"> <td>DSP</td><td><a href="/conference/1475">International Conference on Digital Signal Processing</a></td><td>2015-03-02</td><td>2015-07-21</td></tr> <tr class="odd"> <td>MCIS</td><td><a href="/conference/642">Mediterranean Conference on Information Systems</a></td><td>2012-03-09</td><td>2012-09-08</td></tr> <tr class="even"> <td>AIAD</td><td><a href="/conference/4340">International Conference on Artificial Intelligence Advances</a></td><td>2022-08-13</td><td>2022-08-27</td></tr> <tr class="odd"> <td>HotMobile</td><td><a href="/conference/608">International Workshop on Mobile Computing Systems and Applications</a></td><td>2024-10-11</td><td>2025-02-26</td></tr> <tr class="even"> <td>ICCI*CC</td><td><a href="/conference/629">International Conference on Cognitive Informatics & Cognitive Computing</a></td><td>2023-05-22</td><td>2023-08-19</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/53"><span>644</span><span>2242</span><span>275</span><span>4535</span><span>882</span><span>1475</span><span>642</span><span>4340</span><span>608</span><span>629</span></div> </div></div> </div> </div> <div class="portlet" id="yw10"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-file"></i> Related Journals</div> </div> <div class="portlet-content"> <div class="hidden-phone"> <div id="yw11" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw11_c0">CCF</th><th id="yw11_c1">Full Name</th><th id="yw11_c2">Impact Factor</th><th id="yw11_c3">Publisher</th><th id="yw11_c4">ISSN</th></tr> </thead> <tbody> <tr class="odd"> <td></td><td><a href="/journal/396">Journal of Computational Science</a></td><td>3.100</td><td>Elsevier</td><td>1877-7503</td></tr> <tr class="even"> <td></td><td><a href="/journal/983">International Journal of Distributed Systems and Technologies</a></td><td></td><td>IGI Global Publishing</td><td>1947-3532</td></tr> <tr class="odd"> <td><span class="badge badge-warning">b</span></td><td><a href="/journal/80">Automated Software Engineering</a></td><td>2.000</td><td>Springer</td><td>0928-8910</td></tr> <tr class="even"> <td><span class="badge badge-warning">c</span></td><td><a href="/journal/694">SIAM Journal on Discrete Mathematics</a></td><td></td><td>SIAM</td><td>0895-4801</td></tr> <tr class="odd"> <td></td><td><a href="/journal/984">Journal of Combinatorial Theory, Series A</a></td><td>0.900</td><td>Elsevier</td><td>0097-3165</td></tr> <tr class="even"> <td></td><td><a href="/journal/637">Computational Intelligence and Neuroscience</a></td><td></td><td>Hindawi</td><td>1687-5265</td></tr> <tr class="odd"> <td><span class="badge badge-warning">c</span></td><td><a href="/journal/695">IEEE Signal Processing Letters</a></td><td>3.200</td><td>IEEE</td><td>1070-9908</td></tr> <tr class="even"> <td></td><td><a href="/journal/1006">Numerical Functional Analysis and Optimization</a></td><td>1.400</td><td>Taylor &amp; Francis</td><td>0163-0563</td></tr> <tr class="odd"> <td><span class="badge badge-warning">b</span></td><td><a href="/journal/1101">Transactions of the Association for Computational Linguistics</a></td><td></td><td>The Association for Computational Linguistics</td><td>2307-387X</td></tr> <tr class="even"> <td></td><td><a href="/journal/599">ACM Transactions on Spatial Algorithms and Systems</a></td><td>1.900</td><td>ACM</td><td>2374-0353</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/53"><span>396</span><span>983</span><span>80</span><span>694</span><span>984</span><span>637</span><span>695</span><span>1006</span><span>1101</span><span>599</span></div> </div></div> <div class="visible-phone"> <div id="yw12" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw12_c0">Full Name</th><th id="yw12_c1">Impact Factor</th><th id="yw12_c2">Publisher</th></tr> </thead> <tbody> <tr class="odd"> <td><a href="/journal/396">Journal of Computational Science</a></td><td>3.100</td><td>Elsevier</td></tr> <tr class="even"> <td><a href="/journal/983">International Journal of Distributed Systems and Technologies</a></td><td></td><td>IGI Global Publishing</td></tr> <tr class="odd"> <td><a href="/journal/80">Automated Software Engineering</a></td><td>2.000</td><td>Springer</td></tr> <tr class="even"> <td><a href="/journal/694">SIAM Journal on Discrete Mathematics</a></td><td></td><td>SIAM</td></tr> <tr class="odd"> <td><a href="/journal/984">Journal of Combinatorial Theory, Series A</a></td><td>0.900</td><td>Elsevier</td></tr> <tr class="even"> <td><a href="/journal/637">Computational Intelligence and Neuroscience</a></td><td></td><td>Hindawi</td></tr> <tr class="odd"> <td><a href="/journal/695">IEEE Signal Processing Letters</a></td><td>3.200</td><td>IEEE</td></tr> <tr class="even"> <td><a href="/journal/1006">Numerical Functional Analysis and Optimization</a></td><td>1.400</td><td>Taylor &amp; Francis</td></tr> <tr class="odd"> <td><a href="/journal/1101">Transactions of the Association for Computational Linguistics</a></td><td></td><td>The Association for Computational Linguistics</td></tr> <tr class="even"> <td><a href="/journal/599">ACM Transactions on Spatial Algorithms and Systems</a></td><td>1.900</td><td>ACM</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/53"><span>396</span><span>983</span><span>80</span><span>694</span><span>984</span><span>637</span><span>695</span><span>1006</span><span>1101</span><span>599</span></div> </div></div> </div> </div> <div class="portlet" id="yw13"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-eye-open"></i> Recommendation</div> </div> <div class="portlet-content"> <div align="center"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Recommendation --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6743617430731451" data-ad-slot="1870704128" data-ad-format="autorelaxed"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> </div> </div> </div><!--/span--> <div class="span2 hidden-phone"> <div class="sidebar-nav"> <ul id="yw14"> <li><a href="http://www.myhuiban.com/conference/track/id/53"><i class="icon icon-plus"></i> &nbsp; Track It <span class="badge badge-warning pull-right">328</span></a></li> <li><a href="http://www.myhuiban.com/conference/attend/id/53"><i class="icon icon-plane"></i> &nbsp; Attend It <span class="badge badge-important pull-right">50</span></a></li> <li><a href="/conference/edit/53"><i class="icon icon-edit"></i> &nbsp; Edit CFP</a></li> </ul><br/> <div id="yw15" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw15_c0">Tracker</th></tr> </thead> <tbody> <tr class="odd"> <td><a href="/researcher/33295">Ryan ZHANG (315)</a></td></tr> <tr class="even"> <td><a href="/researcher/71733">Jun Li (24)</a></td></tr> <tr class="odd"> <td><a href="/researcher/71482">Mengzhe Wang (15)</a></td></tr> <tr class="even"> <td><a href="/researcher/54393">Danson Tong (19)</a></td></tr> <tr class="odd"> <td><a href="/researcher/70949">Feng Li (157)</a></td></tr> <tr class="even"> <td><a href="/researcher/70932">Jane Jane (673)</a></td></tr> <tr class="odd"> <td><a href="/researcher/52894">Kai Shi (604)</a></td></tr> <tr class="even"> <td><a href="/researcher/69698">Yue Sun (60)</a></td></tr> <tr class="odd"> <td><a href="/researcher/14875">Michille78 Zhou (374)</a></td></tr> <tr class="even"> <td><a href="/researcher/61029">Bi B (46)</a></td></tr> <tr class="odd"> <td><a href="/researcher/46870">Zedong Li (197)</a></td></tr> <tr class="even"> <td><a href="/researcher/23963">Wanghong Yang (1782)</a></td></tr> <tr class="odd"> <td><a href="/researcher/29009">Jiaqi Zhu (859)</a></td></tr> <tr class="even"> <td><a href="/researcher/12497">Sihui Luo (548)</a></td></tr> <tr class="odd"> <td><a href="/researcher/534">Jim Wang (1590)</a></td></tr> <tr class="even"> <td><a href="/researcher/64592">Chunfeng Xu (40)</a></td></tr> <tr class="odd"> <td><a href="/researcher/64581">Ron Wu (24)</a></td></tr> <tr class="even"> <td><a href="/researcher/64489">YOUNG LEE (26)</a></td></tr> <tr class="odd"> <td><a href="/researcher/55328">佳贝 贺 (601)</a></td></tr> <tr class="even"> <td><a href="/researcher/16485">Ben Fu (3856)</a></td></tr> <tr class="odd"> <td><a href="/researcher/9255">Zhongxia Xiong (905)</a></td></tr> <tr class="even"> <td><a href="/researcher/63698">Sherleen 007 (127)</a></td></tr> <tr class="odd"> <td><a href="/researcher/63637">Zhang 永湛 (91)</a></td></tr> <tr class="even"> <td><a href="/researcher/51133">Weitao Tang (811)</a></td></tr> <tr class="odd"> <td><a href="/researcher/63110">Chen Min (62)</a></td></tr> <tr class="even"> <td><a href="/researcher/63493">Kailong Yu (48)</a></td></tr> <tr class="odd"> <td><a href="/researcher/16235">Rui Liang (246)</a></td></tr> <tr class="even"> <td><a href="/researcher/54384">Guan Yao (718)</a></td></tr> <tr class="odd"> <td><a href="/researcher/62497">Peijia Chen (278)</a></td></tr> <tr class="even"> <td><a href="/researcher/61156">Junyin Wang (44)</a></td></tr> <tr class="odd"> <td><a href="/researcher/11251">Bai Li (680)</a></td></tr> <tr class="even"> <td><a href="/researcher/61480">Yicheng Gu (11)</a></td></tr> <tr class="odd"> <td><a href="/researcher/6607">ANAN DU (1053)</a></td></tr> <tr class="even"> <td><a href="/researcher/6187">Yang Gao (298)</a></td></tr> <tr class="odd"> <td><a href="/researcher/60007">Yue Cao (263)</a></td></tr> <tr class="even"> <td><a href="/researcher/56642">Zhang Sen (435)</a></td></tr> <tr class="odd"> <td><a href="/researcher/42660">Zhengguang Liang (390)</a></td></tr> <tr class="even"> <td><a href="/researcher/58807">Hongwei Niu (98)</a></td></tr> <tr class="odd"> <td><a href="/researcher/55243">Rongji Liao (129)</a></td></tr> <tr class="even"> <td><a href="/researcher/57902">Hao Wu (277)</a></td></tr> <tr class="odd"> <td><a href="/researcher/45288">Xuyun Zhang (186)</a></td></tr> <tr class="even"> <td><a href="/researcher/57363">Yinqing Cheng (395)</a></td></tr> <tr class="odd"> <td><a href="/researcher/56970">Luozheng Qin (156)</a></td></tr> <tr class="even"> <td><a href="/researcher/26772">Yunxiao Wang (1039)</a></td></tr> <tr class="odd"> <td><a href="/researcher/10333">Yang Li (1197)</a></td></tr> <tr class="even"> <td><a href="/researcher/55562">Xiaohe Chen (322)</a></td></tr> <tr class="odd"> <td><a href="/researcher/11384">Yang 敏 (78)</a></td></tr> <tr class="even"> <td><a href="/researcher/24302">Shi GONG (282)</a></td></tr> <tr class="odd"> <td><a href="/researcher/45432">Zongcheng Ji (327)</a></td></tr> <tr class="even"> <td><a href="/researcher/55991">Yulin Wu (116)</a></td></tr> <tr class="odd"> <td><a href="/researcher/43937">Lindong Wang (217)</a></td></tr> <tr class="even"> <td><a href="/researcher/54594">Dingxiaofei Tian (385)</a></td></tr> <tr class="odd"> <td><a href="/researcher/55307">Peirong Ning (116)</a></td></tr> <tr class="even"> <td><a href="/researcher/54982">Maguire Maguire (120)</a></td></tr> <tr class="odd"> <td><a href="/researcher/23757">Na Ren (3063)</a></td></tr> <tr class="even"> <td><a href="/researcher/49089">Qi Wang (550)</a></td></tr> <tr class="odd"> <td><a href="/researcher/53864">Hongyu Li (20)</a></td></tr> <tr class="even"> <td><a href="/researcher/53778">XD F (80)</a></td></tr> <tr class="odd"> <td><a href="/researcher/53250">Pengcheng Wang (130)</a></td></tr> <tr class="even"> <td><a href="/researcher/52929">Zhou Zhou (85)</a></td></tr> <tr class="odd"> <td><a href="/researcher/47977">Xinglong Wu (383)</a></td></tr> <tr class="even"> <td><a href="/researcher/52654">Sheng Cheng (142)</a></td></tr> <tr class="odd"> <td><a href="/researcher/34027">Shi Mengyu (534)</a></td></tr> <tr class="even"> <td><a href="/researcher/35790">Chongyu Zhang (337)</a></td></tr> <tr class="odd"> <td><a href="/researcher/51645">Xiang Chang (14)</a></td></tr> <tr class="even"> <td><a href="/researcher/51337">Jingyou Xie (175)</a></td></tr> <tr class="odd"> <td><a href="/researcher/36374">Xiyuan Tao (182)</a></td></tr> <tr class="even"> <td><a href="/researcher/50373">Chen Caffey (45)</a></td></tr> <tr class="odd"> <td><a href="/researcher/50036">Feifei Dai (80)</a></td></tr> <tr class="even"> <td><a href="/researcher/49786">Junyin Wang (48)</a></td></tr> <tr class="odd"> <td><a href="/researcher/37812">He Huang (1081)</a></td></tr> <tr class="even"> <td><a href="/researcher/38795">Xiaolin Zhu (527)</a></td></tr> <tr class="odd"> <td><a href="/researcher/40581">Tian Yuan (305)</a></td></tr> <tr class="even"> <td><a href="/researcher/48631">Hanting Li (15)</a></td></tr> <tr class="odd"> <td><a href="/researcher/31482">Yande Li (1092)</a></td></tr> <tr class="even"> <td><a href="/researcher/21367">Xie Sheng (175)</a></td></tr> <tr class="odd"> <td><a href="/researcher/47010">Hao Wang (295)</a></td></tr> <tr class="even"> <td><a href="/researcher/47368">Xiaolin Xing (174)</a></td></tr> <tr class="odd"> <td><a href="/researcher/20662">Aiden Wang (207)</a></td></tr> <tr class="even"> <td><a href="/researcher/43390">Lee Jojo (77)</a></td></tr> <tr class="odd"> <td><a href="/researcher/34560">Lin Zhang (73)</a></td></tr> <tr class="even"> <td><a href="/researcher/25434">Xiaojuan Zhao (95)</a></td></tr> <tr class="odd"> <td><a href="/researcher/42875">Jinyu Song (292)</a></td></tr> <tr class="even"> <td><a href="/researcher/45903">Xiaodan Huang (216)</a></td></tr> <tr class="odd"> <td><a href="/researcher/45467">Haodong Lin (76)</a></td></tr> <tr class="even"> <td><a href="/researcher/45836">Hal Hao (639)</a></td></tr> <tr class="odd"> <td><a href="/researcher/18809">Xiong Pan (578)</a></td></tr> <tr class="even"> <td><a href="/researcher/45741">Li Zhigang (22)</a></td></tr> <tr class="odd"> <td><a href="/researcher/45719">Jianjun Shen (1)</a></td></tr> <tr class="even"> <td><a href="/researcher/26330">JH L (621)</a></td></tr> <tr class="odd"> <td><a href="/researcher/45581">Jr S (272)</a></td></tr> <tr class="even"> <td><a href="/researcher/43659">Yuanjing Luo (53)</a></td></tr> <tr class="odd"> <td><a href="/researcher/37901">Xinyi Lai (371)</a></td></tr> <tr class="even"> <td><a href="/researcher/4530">Qiu Xin (193)</a></td></tr> <tr class="odd"> <td><a href="/researcher/30525">Wang Chao (2378)</a></td></tr> <tr class="even"> <td><a href="/researcher/45359">Zongmo Huang (74)</a></td></tr> <tr class="odd"> <td><a href="/researcher/44153">Zhao Xinping (661)</a></td></tr> <tr class="even"> <td><a href="/researcher/37035">Yu Zhan (3092)</a></td></tr> <tr class="odd"> <td><a href="/researcher/30329">Dai One (258)</a></td></tr> <tr class="even"> <td><a href="/researcher/16888">Zhixiong Yue (736)</a></td></tr> </tbody> </table><div class="pager">Go to page: <ul id="yw16" class="yiiPager"><li class="first hidden"><a href="/conference/53">&lt;&lt; First</a></li> <li class="previous hidden"><a href="/conference/53">&lt; Previous</a></li> <li class="page selected"><a href="/conference/53">1</a></li> <li class="page"><a href="/conference/53?page=2">2</a></li> <li class="page"><a href="/conference/53?page=3">3</a></li> <li class="page"><a href="/conference/53?page=4">4</a></li> <li class="next"><a href="/conference/53?page=2">Next &gt;</a></li> <li class="last"><a href="/conference/53?page=4">Last &gt;&gt;</a></li></ul></div><div class="keys" style="display:none" title="/conference/53"><span>33295</span><span>71733</span><span>71482</span><span>54393</span><span>70949</span><span>70932</span><span>52894</span><span>69698</span><span>14875</span><span>61029</span><span>46870</span><span>23963</span><span>29009</span><span>12497</span><span>534</span><span>64592</span><span>64581</span><span>64489</span><span>55328</span><span>16485</span><span>9255</span><span>63698</span><span>63637</span><span>51133</span><span>63110</span><span>63493</span><span>16235</span><span>54384</span><span>62497</span><span>61156</span><span>11251</span><span>61480</span><span>6607</span><span>6187</span><span>60007</span><span>56642</span><span>42660</span><span>58807</span><span>55243</span><span>57902</span><span>45288</span><span>57363</span><span>56970</span><span>26772</span><span>10333</span><span>55562</span><span>11384</span><span>24302</span><span>45432</span><span>55991</span><span>43937</span><span>54594</span><span>55307</span><span>54982</span><span>23757</span><span>49089</span><span>53864</span><span>53778</span><span>53250</span><span>52929</span><span>47977</span><span>52654</span><span>34027</span><span>35790</span><span>51645</span><span>51337</span><span>36374</span><span>50373</span><span>50036</span><span>49786</span><span>37812</span><span>38795</span><span>40581</span><span>48631</span><span>31482</span><span>21367</span><span>47010</span><span>47368</span><span>20662</span><span>43390</span><span>34560</span><span>25434</span><span>42875</span><span>45903</span><span>45467</span><span>45836</span><span>18809</span><span>45741</span><span>45719</span><span>26330</span><span>45581</span><span>43659</span><span>37901</span><span>4530</span><span>30525</span><span>45359</span><span>44153</span><span>37035</span><span>30329</span><span>16888</span></div> </div> <div id="yw17" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw17_c0">Attender</th><th id="yw17_c1">Year</th></tr> </thead> <tbody> <tr class="odd"> <td><a href="/researcher/33295">Ryan ZHANG (315)</a></td><td>2025</td></tr> <tr class="even"> <td><a href="/researcher/71782">Dian Chao (3)</a></td><td>2025</td></tr> <tr class="odd"> <td><a href="/researcher/54517">Zhan Wang (234)</a></td><td>2025</td></tr> <tr class="even"> <td><a href="/researcher/70922">Su PinJie (39)</a></td><td>2024</td></tr> <tr class="odd"> <td><a href="/researcher/51133">Weitao Tang (811)</a></td><td>2024</td></tr> <tr class="even"> <td><a href="/researcher/66701">Yuhang Cheng (13)</a></td><td>2024</td></tr> <tr class="odd"> <td><a href="/researcher/58807">Hongwei Niu (98)</a></td><td>2024</td></tr> <tr class="even"> <td><a href="/researcher/64489">YOUNG LEE (26)</a></td><td>2024</td></tr> <tr class="odd"> <td><a href="/researcher/33148">Qihui Zhao (359)</a></td><td>2024</td></tr> <tr class="even"> <td><a href="/researcher/11900">Hua Yang (4898)</a></td><td>2023</td></tr> <tr class="odd"> <td><a href="/researcher/45432">Zongcheng Ji (327)</a></td><td>2023</td></tr> <tr class="even"> <td><a href="/researcher/57687">ABOBAKER FARHAN (49)</a></td><td>2023</td></tr> <tr class="odd"> <td><a href="/researcher/49163">Chengwen Zhang (601)</a></td><td>2023</td></tr> <tr class="even"> <td><a href="/researcher/55562">Xiaohe Chen (322)</a></td><td>2023</td></tr> <tr class="odd"> <td><a href="/researcher/23757">Na Ren (3063)</a></td><td>2022</td></tr> <tr class="even"> <td><a href="/researcher/47977">Xinglong Wu (383)</a></td><td>2022</td></tr> <tr class="odd"> <td><a href="/researcher/51645">Xiang Chang (14)</a></td><td>2022</td></tr> <tr class="even"> <td><a href="/researcher/25679">Junkun J (352)</a></td><td>2022</td></tr> <tr class="odd"> <td><a href="/researcher/37901">Xinyi Lai (371)</a></td><td>2022</td></tr> <tr class="even"> <td><a href="/researcher/39341">Yilong Zang (873)</a></td><td>2022</td></tr> <tr class="odd"> <td><a href="/researcher/25434">Xiaojuan Zhao (95)</a></td><td>2022</td></tr> <tr class="even"> <td><a href="/researcher/45741">Li Zhigang (22)</a></td><td>2022</td></tr> <tr class="odd"> <td><a href="/researcher/44621">Xiang Li (146)</a></td><td>2022</td></tr> <tr class="even"> <td><a href="/researcher/45581">Jr S (272)</a></td><td>2022</td></tr> <tr class="odd"> <td><a href="/researcher/4530">Qiu Xin (193)</a></td><td>2022</td></tr> <tr class="even"> <td><a href="/researcher/37060">Feng Liu (3782)</a></td><td>2021</td></tr> <tr class="odd"> <td><a href="/researcher/38627">Hu Garson (57)</a></td><td>2021</td></tr> <tr class="even"> <td><a href="/researcher/36603">Binhui Liu (17)</a></td><td>2021</td></tr> <tr class="odd"> <td><a href="/researcher/36531">Heng Zhang (46)</a></td><td>2021</td></tr> <tr class="even"> <td><a href="/researcher/36461">La Tiao (148)</a></td><td>2021</td></tr> <tr class="odd"> <td><a href="/researcher/36455">Feng Mingzhe (32)</a></td><td>2021</td></tr> <tr class="even"> <td><a href="/researcher/24729">Lina Gao (705)</a></td><td>2021</td></tr> <tr class="odd"> <td><a href="/researcher/8471">Aaron Song (2706)</a></td><td>2020</td></tr> <tr class="even"> <td><a href="/researcher/30213">Yan Dai (4)</a></td><td>2020</td></tr> <tr class="odd"> <td><a href="/researcher/27319">Xijie Xiang (49)</a></td><td>2020</td></tr> <tr class="even"> <td><a href="/researcher/29589">Ping Yang (8)</a></td><td>2020</td></tr> <tr class="odd"> <td><a href="/researcher/20296">Qinghai Zheng (110)</a></td><td>2019</td></tr> <tr class="even"> <td><a href="/researcher/23981">Haosheng Chen (16)</a></td><td>2019</td></tr> <tr class="odd"> <td><a href="/researcher/19493">Xu Wang (52)</a></td><td>2019</td></tr> <tr class="even"> <td><a href="/researcher/18524">Guo Liang (142)</a></td><td>2019</td></tr> <tr class="odd"> <td><a href="/researcher/13872">Zebin Wu (1135)</a></td><td>2019</td></tr> <tr class="even"> <td><a href="/researcher/13167">Wenxue Cui (841)</a></td><td>2018</td></tr> <tr class="odd"> <td><a href="/researcher/9297">Conan Cui (193)</a></td><td>2017</td></tr> <tr class="even"> <td><a href="/researcher/6157">Liao Lixin (183)</a></td><td>2017</td></tr> <tr class="odd"> <td><a href="/researcher/9109">Miao Chen (713)</a></td><td>2017</td></tr> <tr class="even"> <td><a href="/researcher/5171">Ying Zhenqiang (373)</a></td><td>2017</td></tr> <tr class="odd"> <td><a href="/researcher/7093">Emma Wang (24)</a></td><td>2017</td></tr> <tr class="even"> <td><a href="/researcher/6090">Ke Shanfa (44)</a></td><td>2017</td></tr> <tr class="odd"> <td><a href="/researcher/6159">Ge Gao (31)</a></td><td>2017</td></tr> <tr class="even"> <td><a href="/researcher/1859">Wang Xiao (15)</a></td><td>2015</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/53"><span>33295</span><span>71782</span><span>54517</span><span>70922</span><span>51133</span><span>66701</span><span>58807</span><span>64489</span><span>33148</span><span>11900</span><span>45432</span><span>57687</span><span>49163</span><span>55562</span><span>23757</span><span>47977</span><span>51645</span><span>25679</span><span>37901</span><span>39341</span><span>25434</span><span>45741</span><span>44621</span><span>45581</span><span>4530</span><span>37060</span><span>38627</span><span>36603</span><span>36531</span><span>36461</span><span>36455</span><span>24729</span><span>8471</span><span>30213</span><span>27319</span><span>29589</span><span>20296</span><span>23981</span><span>19493</span><span>18524</span><span>13872</span><span>13167</span><span>9297</span><span>6157</span><span>9109</span><span>5171</span><span>7093</span><span>6090</span><span>6159</span><span>1859</span></div> </div> <div class="portlet" id="yw19"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-gift"></i> Advertisment</div> </div> <div class="portlet-content"> <div align="center"> <div id="12717-20"><script src="//ads.themoneytizer.com/s/gen.js?type=20"></script><script src="//ads.themoneytizer.com/s/requestform.js?siteId=12717&formatId=20" ></script></div> </div> <!-- <div align="center"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> --> <!-- SideBar --> <!-- <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6743617430731451" data-ad-slot="4936824121" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> --> </div> </div> </div> </div><!--/span--> </div><!--/row--> </div> </section> <!-- Require the footer --> <footer> <div class="subnav navbar"> <div class="navbar-inner"> <div class="container"> <a href="/conferences">4,996</a> Conferences | <a href="/journals">1,182</a> Journals | <a href="/researchers">71,466</a> Researchers | 447,228,668 PV <br/> Copyright © 2011-2025 myhuiban.com. All Rights Reserved. <a href="/researcher/1">About Us</a> | <a target="_blank" href="https://www.facebook.com/myhuiban/">Facebook</a> | <a target="_blank" href="https://x.com/myhuiban">X</a> | <a href=mailto:admin@myhuiban.com>Post CFP or Contact Us</a> | <a href="/promotion">Promotion</a> </div> </div> </div> </footer> <script type="text/javascript" src="/assets/478ca885/gridview/jquery.yiigridview.js"></script> <script type="text/javascript"> /*<![CDATA[*/ jQuery(function($) { jQuery('#yw3').yiiGridView({'ajaxUpdate':['yw3'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}'}); jQuery('#yw5').yiiGridView({'ajaxUpdate':['yw5'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); jQuery('#yw8').yiiGridView({'ajaxUpdate':['yw8'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); jQuery('#yw9').yiiGridView({'ajaxUpdate':['yw9'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); jQuery('#yw11').yiiGridView({'ajaxUpdate':['yw11'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); jQuery('#yw12').yiiGridView({'ajaxUpdate':['yw12'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); jQuery('#yw15').yiiGridView({'ajaxUpdate':['yw15'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); jQuery('#yw17').yiiGridView({'ajaxUpdate':['yw17'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); }); /*]]>*/ </script> </body> </html>

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