Special Paper Sessions
Call for Papers
MIND 2026 also invites papers for various special sessions that explore timely and specialized topics within the scope of Machine Intelligence and Nature-inspired Computing. The special session papers collectively outline a broad and evolving landscape of intelligent computing, spanning learning and optimization, brain-inspired systems, neuromorphic devices, multimodal perception, brain-computer interfaces, and real-world intelligent applications. Together, these sessions reflect the diversity of current research frontiers and the growing connections among models, algorithms, hardware, data, and deployment scenarios. They are intended to present a structured overview of focused topics that complement the main track while emphasizing the breadth and future direction of the MIND community.
SS-1: AI for Electronic Design Automation: Intelligent Placement and Routing, Physical Design Optimization, and Agentic EDA Systems (Co-Chairs: Jing Liu, Shibing Mo)
Special Session Theme: The rapid progress of artificial intelligence, machine learning, large language models, and autonomous agents is creating new opportunities for Electronic Design Automation, especially in complex digital circuit back-end design. As modern integrated circuits continue to scale in complexity, traditional EDA flows face increasing challenges in design-space exploration, placement, routing, timing closure, power optimization, physical verification, and manufacturability-aware optimization. This Special Session aims to explore emerging research at the intersection of Machine Intelligence, Nature-inspired Computing, and Electronic Design Automation, with a particular focus on AI-driven methods for digital circuit physical design and intelligent EDA agents. The session will provide a platform for researchers from academia and industry to discuss how learning-based algorithms, evolutionary computation, reinforcement learning, graph neural networks, large language models, and multi-agent systems can be applied to automate and improve key stages of the EDA workflow. The proposed session will cover both algorithmic advances and practical EDA applications, including intelligent placement and routing, layout optimization, timing and congestion prediction, chip design automation agents, and human-AI collaborative EDA environments.
Scope of the Special Session: The session welcomes original research, case studies, surveys, and practical demonstrations related to AI-driven EDA and intelligent back-end digital design. Topics of interest include, but are not limited to:
  • Intelligent Placement and Routing Algorithms. Learning-based, evolutionary, swarm-intelligence, reinforcement-learning, or hybrid algorithms for placement generation, global routing, detailed routing, and congestion optimization.
  • Graph Learning for Circuit and Layout Representation. Graph neural networks and representation learning methods for netlists, timing graphs, placement graphs, and layout structures.
  • Reinforcement Learning and Nature-inspired Optimization for EDA. Applications of reinforcement learning, genetic algorithms, ant colony optimization, particle swarm optimization, simulated annealing, and other heuristic or metaheuristic methods in EDA workflows.
  • Large Language Models for EDA. LLM-based methods for EDA script generation, Verilog/VHDL analysis, tool command automation, design debugging, documentation, and engineer-assistant systems.
  • Agentic EDA Systems. Autonomous or semi-autonomous EDA agents capable of planning, tool invocation, iterative optimization, design diagnosis, and human-in-the-loop collaboration.
SS-2: Evolutionary Dynamic Optimization and Machine Learning (Co-Chairs: Zhenzhong Wang, Huan Zhang, Cuie Yang, Min Jiang)
Special Session Theme: Dynamic multiobjective optimization problems (DMOPs) arise in a wide range of real-world systems where objectives, constraints, decision variables, and environmental conditions change over time. Representative examples include intelligent manufacturing, autonomous systems, transportation and logistics, smart grids, communication networks, digital twins, and adaptive resource management. In such scenarios, optimization is no longer a static one-shot task, but a continuous decision-making process that must rapidly adapt to uncertainty, nonstationarity, conflicting objectives, and limited computational budgets.
This Special Session aims to bring together researchers and practitioners working on theories, algorithms, and applications of dynamic multiobjective optimization. The session will provide a focused forum for discussing recent advances in dynamic Pareto optimization, change detection and response strategies, prediction-assisted search, memory-based and transfer-learning mechanisms, surrogate-assisted optimization, evolutionary dynamic optimization, reinforcement learning for adaptive decision-making, and benchmark design for nonstationary environments. Particular attention will be given to methods that improve robustness, responsiveness, scalability, and interpretability under complex and time-varying conditions.
The novelty of this session lies in its emphasis on the intersection of dynamic optimization, intelligent learning, and real-world adaptive systems. Unlike traditional sessions centered on static multiobjective optimization, this session highlights optimization under evolving environments, where both the search landscape and the preferred trade-offs may shift over time. It will encourage contributions that integrate data-driven modeling, online learning, predictive mechanisms, uncertainty quantification, and domain knowledge into dynamic multiobjective frameworks.
Scope of the Special Session: Specific topics for the special session include but are not limited to:
  • Dynamic Pareto optimization and time-varying objective landscapes
  • Change detection and environment-aware response strategies
  • Prediction-based and memory-enhanced dynamic optimization
  • Transfer learning and knowledge reuse in DMOPs
  • Reinforcement learning for dynamic multiobjective decision-making
  • Surrogate-assisted and data-driven dynamic optimization
  • Dynamic constrained multiobjective optimization
  • Large-scale and many-objective dynamic optimization
  • Benchmark design and performance assessment for DMOPs
  • Robustness, uncertainty, and online adaptation in changing environments
  • Real-world applications in manufacturing, transportation, energy, and networks
  • Hybrid frameworks combining evolutionary computation and machine learning
SS-3: Harnessing Search and Inductive Biases in Optimization and Learning (Co-Chairs: Rui Liu, Yao Hu, Xiaoming Xue, Xi Lin)
Special Session Theme: The No Free Lunch (NFL) theorems established a humbling truth for both machine learning and optimization: averaged over all possible problems, no algorithm outperforms any other. The remarkable successes of modern learning and optimization are therefore not the product of universally superior algorithms, but of algorithms whose biases happen to align with the structure of the problems to which they are applied. Effective learning and optimization thus depend fundamentally on incorporating appropriate inductive or search biases, grounded in a deep understanding of the problem domain.
Such biases can be injected at many levels of an algorithmic pipeline. In learning, the hypothesis space is often constrained through specialized architectures, such as convolutional networks for visual data, graph neural networks for relational data, and physics-informed networks that embed conservation laws. Inductive biases also extend beyond architecture to data-centric mechanisms: large-scale pre-training equips foundation models with broad, task-agnostic priors that are subsequently tailored to downstream applications; data augmentation encodes geometric invariances; regularization terms favor desired solution properties; self-supervised objectives shape representation geometry; and Bayesian formulations introduce informative priors. In optimization, search biases manifest in customized operators such as permutation-preserving crossovers and repair mechanisms for constrained spaces, as well as in problem-specific encodings and decodings, landscape-aware initialization strategies, surrogate models that approximate expensive objectives, smoothness-informed predictors for Pareto manifolds, and decomposition frameworks that exploit modularity in large-scale decision spaces. In every case, performance gains stem not from algorithmic universality but from a principled match between bias and problem structure.
This shared philosophy points to a deep and largely underexplored interplay between learning and optimization that this special session aims to highlight. Because both fields succeed by encoding problem-specific knowledge into their inductive or search biases, advances in one can directly inform the other. Learned models can serve as surrogates, heuristics, or operator selectors that inject data-driven biases into search procedures, as seen in neural combinatorial optimization and Bayesian optimization with structured priors. Conversely, search-based methods can shape the inductive biases of learning systems through neural architecture search, evolutionary feature construction, and the discovery of novel loss functions. More broadly, hybrid frameworks that co-design models and search procedures, such as differentiable optimization layers, meta-learned solvers, and the evolutionary construction of learning systems, demonstrate that the boundary between machine learning and strategic search has become remarkably porous.
Scope of the Special Session: This special session invites contributions that engage with bias design as a first-class concern, including but not limited to:
  • Theoretical foundations: theoretical analyses of the bias-performance relationship in light of the No Free Lunch (NFL) theorems;
  • Embedding domain knowledge: novel architectures, regularizers, priors, or loss functions that embed domain knowledge into learning;
  • Inductive biases for foundation models: strategies for injecting task-specific inductive biases into foundation models, bridging general priors with specific downstream constraints;
  • Bias design for autonomous agents: bias design for autonomous AI agents, including tool-use optimization and closed-loop decision-making;
  • Optimization-specific biases: tailored solution representations, search operators, surrogate models, or decomposition strategies for combinatorial, continuous, multi-objective, and constrained optimization;
  • Learning-optimization synergy: learning-assisted optimization and optimization-enhanced learning;
  • Automated bias discovery: meta-learning and meta-optimization approaches that automate bias discovery;
  • Practical applications: applications in scientific computing, engineering design, scheduling, drug discovery, and other domains where problem structure is rich and exploitable.
By bringing together researchers from machine learning, evolutionary computation, mathematical programming, and applied domains, the session aims to foster a unified perspective in which the careful design, and, increasingly, the automated discovery, of inductive and search biases is recognized as a central engine of progress in both learning and optimization.
Contact Email: xuexm@upc.edu.cn
SS-4: Meta-Black-Box Optimization and Applications (Co-Chairs: Yuejiao Gong, Zeyuan Ma, Wenjie Qiu, Weineng Chen)
Special Session Theme: The rapid advancement of machine learning and large language models (LLMs) is creating unprecedented opportunities for automated algorithm design in complex Black-Box Optimization (BBO). As optimization challenges across engineering, science, and economics grow in scale, traditional heuristic methods face increasing bottlenecks. Constrained by the No Free Lunch theorem, conventional approaches often rely on labor-intensive, expert-driven tuning, leading to limited generalization and sub-optimal performance across diverse problem landscapes.
This Special Session aims to explore emerging research at the intersection of Meta-Learning, Evolutionary Computation, and Black-Box Optimization, with a particular focus on Meta-Black-Box Optimization (MetaBBO). MetaBBO introduces a bi-level, data-driven learning paradigm where a meta-level policy leverages low-level optimization feedback to dynamically guide and configure the algorithmic design of the low-level BBO optimizer. The session will provide a platform for researchers from academia and industry to discuss how advanced learning methodologies can be leveraged to automate and elevate the entire optimization workflow.
The proposed session will bridge foundational algorithmic advances with diverse real-world applications. We particularly welcome submissions demonstrating MetaBBO across domains such as engineering design, intelligent transportation, resource allocation, AutoML, and scientific computing. Ultimately, this session seeks to foster the vision of fully end-to-end autonomous optimization systems that generalize seamlessly across diverse, unseen problem distributions with minimal human expertise.
Scope of the Special Session: The session welcomes original research, case studies, and practical demonstrations related to Meta-Black-Box Optimization and its real-world applications. Topics of interest include, but are not limited to:
  • Automated Algorithm Selection and Configuration. Learning-based methods for dynamic algorithm/operator selection, adaptive hyper-parameter tuning, and fine-grained algorithm configuration tailored to dynamic optimization landscapes.
  • Problem Characterization and Landscape Analysis. Advanced state feature extraction techniques for understanding optimization problems and search spaces, to improve the efficiency and generalization of MetaBBO policies.
  • Automated Algorithm Generation and Discovery. Methods leveraging neural policies, symbolic learning, or LLMs to autonomously discover, compose, and generate novel algorithmic workflows, update rules, or executable code.
  • Advanced Learning Paradigms for MetaBBO. Innovative applications of Reinforcement Learning, Supervised Learning, Neuroevolution, and In-Context Learning with LLMs for the meta-learning of BBO optimizers.
  • Generalization, Benchmarking, and Evaluation. Strategies for enhancing cross-problem generalization (e.g., multitask learning, diverse training distributions), alongside the development of comprehensive, fair benchmarking platforms and novel evaluation metrics for MetaBBO methods.
  • Real-World Applications of MetaBBO. Practical deployments and case studies of MetaBBO frameworks in challenging domains, including but not limited to engineering design, intelligent transportation, resource allocation, AutoML, and scientific computing.
Contact Email: gongyuejiao@gmail.com
SS-5: Learning-assisted Evolutionary Computation (Co-Chairs: Sheng-Hao Wu, Liu-Yue Luo, Zhi-Hui Zhan)
Special Session Theme: Evolutionary computation (EC) is a powerful class of population-based optimization techniques for solving complex optimization problems. Unlike many conventional optimization methods, EC algorithms generally do not require strong assumptions on problem properties, such as differentiability, convexity, continuity, or explicit mathematical formulations. Owing to their flexibility, robustness, and global search capability, EC algorithms have been widely applied to scientific, engineering, industrial, and data-driven optimization tasks.
Over the past decades, extensive research has been devoted to improving the performance of EC algorithms. Representative efforts include the design of effective evolutionary operators, adaptive parameter control strategies, reliable selection mechanisms, diversity preservation schemes, and hybrid local search techniques. These advances have substantially enhanced the search efficiency and robustness of EC. Nevertheless, when dealing with large-scale, high-dimensional, dynamic, expensive, multimodal, multitask, or highly constrained optimization problems, purely evolutionary search may still suffer from slow convergence, insufficient exploitation of useful search information, and limited scalability.
Recently, learning-aided evolutionary computation (LEC) has attracted increasing attention as a promising paradigm for enhancing evolutionary optimization. The central idea of LEC is to acquire, represent, manage, and reuse useful knowledge extracted from optimization problems, candidate solutions, historical search behaviors, population distributions, environmental changes, or external data sources. By integrating learning mechanisms into the evolutionary process, LEC aims to improve population reproduction, guide search directions, accelerate convergence, maintain population diversity, and reduce computational cost. Various forms of knowledge have been explored in the EC community, including problem-specific knowledge, solution-distribution knowledge, evolutionary-state knowledge, surrogate-assisted knowledge, representation knowledge, transfer knowledge, and knowledge learned from machine learning models, including large language models.
Despite recent progress, LEC remains an emerging research area with many open challenges. First, the theoretical foundations of LEC are still underdeveloped, and rigorous analysis is required to better understand how learned knowledge affects convergence, diversity, population dynamics, and runtime behavior. Second, effective knowledge representation and management remain challenging, especially when the learned knowledge is noisy, partial, dynamic, task-dependent, or expensive to obtain. Third, balancing learning and evolution is a critical issue, as excessive reliance on learned knowledge may lead to premature convergence, while insufficient learning may fail to improve search efficiency. Fourth, there is considerable potential for developing novel LEC frameworks that are scalable, interpretable, adaptive, distributed, and applicable to complex real-world optimization scenarios.
This special session aims to provide a focused forum for researchers and practitioners working on the principles, algorithms, theoretical foundations, and applications of learning-aided evolutionary computation. The session welcomes original research contributions that investigate how knowledge can be effectively learned, represented, transferred, reused, and integrated into evolutionary search. It also encourages studies that develop new learning mechanisms, analyze the behavior of LEC algorithms, and demonstrate the practical impact of LEC on challenging real-world optimization problems.
Scope of the Special Session: Authors are invited to submit high-quality original research papers related to, but not limited to, the following topics:
  • Learning knowledge from problem structures, candidate solutions, population distributions, fitness landscapes, and evolutionary processes;
  • Multi-view, multi-source, or hierarchical knowledge learning for EC;
  • Knowledge representation, knowledge management, knowledge transfer, and knowledge reuse in evolutionary optimization;
  • Learning-aided search mechanisms, reproduction operators, selection strategies, and diversity maintenance methods;
  • Efficient and scalable learning models for aiding evolutionary search;
  • Automatic parameter control and adaptive configuration in LEC;
  • Surrogate-assisted evolutionary computation and model-assisted optimization;
  • Large language models, foundation models, neural networks, probabilistic models, and other machine learning techniques for aiding EC;
  • Transfer learning, meta-learning, reinforcement learning, and online learning for evolutionary optimization;
  • LEC for complex optimization problems, including large-scale, multitask, multimodal, dynamic, expensive, constrained, and many-objective optimization problems;
  • Knowledge acquisition from data and knowledge reuse across related optimization tasks;
  • Theoretical analysis of LEC algorithms, including runtime analysis, convergence analysis, stability analysis, individual dynamics, and population dynamics;
  • Interpretability, robustness, reliability, and generalization of learned knowledge in evolutionary optimization;
  • Real-world applications of LEC, including but not limited to neural architecture search, circuit design, drug and molecular design, portfolio optimization, smart manufacturing, scheduling, logistics, and engineering design optimization.
Contact Email: shwu@scau.edu.cn
SS-6: Brain-inspired Intelligent Systems and Applications (Co-Chairs: Lei Deng, Zhuo Zou, Hao Guo)
Special Session Theme: The rapid convergence of brain-inspired computing, neuromorphic engineering, and embodied intelligence is forging a transformative paradigm for next-generation intelligent systems. While conventional deep learning models and von Neumann computing architectures have achieved remarkable success, they face inherent bottlenecks in energy efficiency, computational latency, and behavioral robustness when deployed in complex, dynamic environments. By mimicking the sparse, asynchronous, and event-driven properties of biological neural circuits, brain-inspired principles offer a promising pathway to overcome these challenges, enabling systems to achieve low-power, high-speed perception, adaptive reasoning, and closed-loop control.
This Special Session aims to provide a premier interdisciplinary forum for researchers from academia and industry to present and discuss the latest advances and emerging trends in brain-inspired intelligent systems, with a particular focus on the interplay between algorithms, neuromorphic hardware, and practical applications. Contributions exploring spiking neural networks, hybrid ANN-SNN computation, neuromorphic learning algorithms, event-based and multimodal sensing, algorithm-hardware co-design, embodied intelligence, robotics, object detection and tracking, and autonomous intelligent systems are particularly encouraged. The proposed session seeks to highlight both theoretical breakthroughs and practical implementations, promoting the development of intelligent systems that are energy-efficient, adaptive, and capable of operating in real-world environments with high temporal fidelity and robustness.
Scope of the Special Session: The session welcomes original research, case studies, surveys, and practical demonstrations related to brain-inspired intelligent systems and their applications. Topics of interest include, but are not limited to:
  • Spiking Neural Networks and Brain-Inspired Models. Design, analysis, and optimization of spiking neural networks, hybrid ANN-SNN architectures, and brain-inspired models for efficient perception, reasoning, and control, with attention to neural dynamics, spiking representation, and efficient learning.
  • Neuromorphic Platforms and Algorithm-Hardware Co-Design. System-level methods that bridge brain-inspired algorithms with neuromorphic computing platforms, including algorithm-hardware co-design, chip architecture, and efficient deployment.
  • Event-Based and Multimodal Intelligent Perception. Brain-inspired methods for event-driven sensing, visual perception, multisensory integration, and multimodal information processing, including object detection, tracking, recognition, decision, etc.
  • Embodied Intelligence and Autonomous Systems. Brain-inspired system architectures for embodied agents, robotic systems, autonomous platforms, and closed-loop perception-action interaction in complex and dynamic environments.
SS-7: Brain-Inspired Methods for Multimodal Information Processing (Co-Chairs: Yang Yang, Malu Zhang, Yi Bin)
Special Session Theme: This special session focuses on brain-inspired computing techniques-including both spiking neural networks (SNNs) and biologically plausible artificial neural networks (ANNs)-for processing and integrating information from multiple sensory modalities (e.g., vision, audio, touch). Brain-inspired approaches offer advantages in energy efficiency, robustness, and adaptive fusion for real-world multimodal tasks. The session aims to bring together researchers working at the intersection of brain-inspired models, multimodal perception, and embodied AI to discuss algorithms, architectures, and applications.
Scope of the Special Session: The session welcomes original research, case studies, and surveys related to brain-inspired methods for multimodal information processing. Topics of interest include, but are not limited to:
  • Brain-inspired ANN architectures (e.g., predictive coding, attention mechanisms, memory-augmented networks, dual-process models) for multimodal fusion
  • Spiking neural networks (SNNs) and hybrid ANN-SNN models for multimodal data
  • Biologically plausible learning rules (e.g., local learning, Hebbian rules, STDP) for cross-modal integration
  • Event-based and asynchronous sensing combined with brain-inspired processing
  • Temporal coding, cross-modal alignment, and dynamic modality weighting
  • Embodied agents and robots using brain-inspired multimodal learning
  • Neuromorphic hardware and algorithm-hardware co-design
  • Real-world applications: autonomous driving, human-robot interaction, healthcare, smart sensing, etc.
Contact Email: maluzhang@uestc.edu.cn
SS-8: Foundation Models for Brain-Computer Interfaces: Generalizd Neural Representation methods and Real-World Applications (Chair: Sha Zhao)
Special Session Theme: This special session focuses on the emerging paradigm of foundation models for brain-computer interfaces, aiming to advance generalizable, robust, and scalable neural decoding and interaction across individuals, tasks, devices, and application scenarios. The session will bring together researchers working on large-scale neural signal modeling, multimodal brain data learning, cross-subject and cross-domain adaptation, and real-world BCI applications.
Scope of the Special Session: This session welcomes large-scale neural signal pretraining, self-supervised and generative neural modeling, unified brain representation learning, prompt-based and parameter-efficient adaptation, zero-shot and few-shot neural decoding, brain-language and brain-multimodal alignment, neural semantic representation, benchmark datasets and evaluation protocols, model scalability and interpretability, and trustworthy deployment of BCI foundation models in healthcare, neurorehabilitation, affective computing, intelligent interaction, and human-AI collaboration.
Contact Email: szhao@zju.edu.cn
SS-9: Neuromorphic Computing Devices and Chips (Chair: Xianfu Wang)
Special Session Theme: Neuromorphic computing has emerged as a promising brain-inspired computing paradigm to break through the bottlenecks of traditional von Neumann architecture, including high power consumption, low parallel computing efficiency, and insufficient real-time processing capability for intelligent tasks. Benefiting from its high parallelism, low latency, and ultra-low power consumption characteristics, neuromorphic computing is widely regarded as the core supporting technology for next-generation artificial intelligence, edge computing, and embedded intelligent systems. This special session focuses on the latest research and cutting-edge progress in neuromorphic computing devices and dedicated neuromorphic chips. It aims to gather innovative research achievements covering novel functional devices, brain-inspired circuit design, chip architecture optimization, hardware implementation, and system-level application verification of neuromorphic computing. The session dedicates to providing an academic exchange platform for researchers and engineers in related fields, promoting the cross-integration of microelectronics, material science, artificial intelligence and integrated circuit design, and accelerating the practical deployment and industrialization of high-performance neuromorphic computing hardware systems.
Scope of the Special Session: This session welcomes original research related to the fabrication, physical mechanism, performance optimization, hardware implementation and testing verification of neuromorphic computing devices, sensing-memory-computing integrated devices and neuromorphic chips. The specific topics include, but are not limited to:
  • Novel neuromorphic devices, artificial synaptic devices and sensing-memory-computing integrated devices, including memristors, ferroelectric devices, phase-change devices, piezoelectric neuromorphic devices and other emerging hardware devices
  • Physical mechanism analysis, material optimization and fabrication process of neuromorphic and in-sensor computing devices
  • Physical computing mechanisms and intrinsic computing characteristics based on functional materials and electronic devices
  • Hardware devices and chip implementation for multimodal brain-inspired perception, including neuromorphic visual, auditory and tactile sensing hardware, multimodal sensing fusion devices and integrated hardware systems
  • Hardware implementation and physical verification of neuromorphic chips for edge sensing and signal processing scenarios
Contact Email: xfwang87@uestc.edu.cn
SS-10: Advanced Brain-Computer Interfaces: Methods, Models, and Applications (Co-Chairs: Siqi Cai; Zhenxi Song)
Special Session Theme: Recent advances in brain sensing technologies, artificial intelligence, computational neuroscience, and neuroengineering are expanding the capabilities and applications of Brain-Computer Interfaces (BCIs). Modern BCIs are moving from laboratory prototypes toward intelligent, adaptive, and user-centered systems for communication, rehabilitation, healthcare, assistive control, human-machine interaction, and human augmentation. However, practical BCI systems still face key challenges in signal quality, neural variability, cross-subject generalization, calibration efficiency, real-time decoding, interpretability, usability, and long-term deployment. This Special Session aims to provide a multidisciplinary forum for researchers working on advanced methods, computational models, system designs, and real-world applications of BCIs, covering the full pipeline from neural signal acquisition and processing to intelligent decoding, adaptive interaction, closed-loop feedback, and translational neurotechnology.
Scope of the Special Session: This session welcomes original research, case studies, surveys, and practical demonstrations related to advanced Brain-Computer Interfaces. Topics of interest include, but are not limited to:
  • Neural signal acquisition and brain sensing technologies, including EEG, ear-EEG, fNIRS, MEG, ECoG, intracortical recordings, wearable neurotechnology, and multimodal brain sensing.
  • Brain signal processing and neural data analysis, including artifact removal, signal enhancement, feature extraction, spatial-temporal modeling, connectivity analysis, and neural dynamics modeling.
  • Machine learning and computational models for BCIs, including deep learning, graph neural networks, transformers, generative models, transfer learning, self-supervised learning, foundation models, and interpretable neural decoding.
  • Adaptive, real-time, and closed-loop BCI systems, including online decoding, neurofeedback, closed-loop neurostimulation, reinforcement learning, calibration reduction, personalized BCIs, and long-term adaptive systems.
  • Multimodal and hybrid brain-computer interfaces, including the fusion of neural signals with eye tracking, EMG, motion signals, physiological signals, speech, vision, audio, tactile sensing, and other modalities.
  • BCI applications and translational neurotechnology, including assistive communication, neurorehabilitation, neuroprosthetics, brain-controlled robotics, cognitive assessment, digital health, human augmentation, user-centered design, and clinical deployment.
SS-11: SpikeCV: Ultra-High-Speed Spike Vision and Intelligent Perception (Co-Chairs: Yajing Zheng; Lin Zhu; Yakun Chang; Rui Zhao; Xijie Xiang; Yujia Liu)
Special Session Theme: Spike cameras provide a novel continuous vision paradigm that captures scene dynamics through ultra-high-speed spike streams. Combined with advances in computational imaging, intelligent perception, neuromorphic computing, and embodied intelligence, spike vision is rapidly expanding from sensing and reconstruction to high-level understanding and real-world applications. Supported by the open-source SpikeCV ecosystem, this Special Session aims to bring together researchers working on spike sensing, imaging, perception, learning, and intelligent systems, and to promote future developments in continuous vision technologies. SpikeCV homepage: https://spikecv.github.io/.
Scope of the Special Session:
  • Spike camera sensing and coding
  • Texture reconstruction and enhancement
  • Ultra-high-speed computational imaging
  • Spike super-resolution
  • Autofocus for spike camera
  • HDR imaging and low-light vision
  • Motion deblurring and optical flow
  • Spike-based object detection and tracking
  • 3D reconstruction and scene understanding
  • Neuromorphic perception systems
  • Robotics and autonomous driving
  • Low-latency and energy-efficient intelligent systems
  • Open-source spike vision platforms and datasets
Submission Guidance
Submission Portal Microsoft CMT for IEEE MIND 2026
Submit Paper
LONG Up to 6 pages

Including all text, figures, and references.

SHORT Up to 2 pages

Including all text, figures, and references.

ABSTRACT Up to 1 page

Including all text, figures, and references.

Proceedings and Indexing

LONG and SHORT papers will be peer-reviewed and published in the conference proceedings if accepted and registered. The proceedings will be indexed by IEEE XPLORE (ISBN: 979-8-3195-0889-8).

[Acknowledgment] The Microsoft CMT service was used for managing the peer-reviewing process for this conference. This service was provided for free by Microsoft and they bore all expenses, including costs for Azure cloud services as well as for software development and support.
These sessions provide a dynamic platform to share innovative ideas, address emerging research challenges, and discuss future directions in niche areas not typically covered in the main conference. Special Sessions can include diverse formats such as traditional presentations, posters, and interactive "Show and Tell" sessions, fostering a collaborative and engaging environment.
We welcome proposals from academia and industry, including a detailed description of the session theme, its significance, and the potential contributions to the field. Submissions should also include a list of prospective contributors and their topics. This is an excellent opportunity to highlight groundbreaking work and facilitate meaningful discussions in specialized areas of interest.
Special Session Proposal Submission: xingy.wu@polyu.edu.hk.