Computational Intelligence Laboratory @ Beihang University
CI-Lab is a Research Group affiliated with the Institute of Advanced Computing Technology (ACT), School of Computer Science and Engineering (SCSE), Beihang University (BUAA).

Paper title: SPIMOE: Exploiting Hybrid Sparsity for Reasoning MoE Inference on Heterogeneous PIM Architectures. We propose SPIMOE, a reasoning-aware algorithm-architecture co-design framework that exploits hybrid sparsity for efficient long-reasoning Mixture-of-Experts (MoE) inference on heterogeneous PIM architectures.
SPIMOE combines adaptive expert routing and block-sparse attention with physical KV-cache eviction, and maps Attention and MoE FFN onto heterogeneous SRAM-PIM and HBM-PIM substrates. It further uses static expert mapping and dynamic sub-batch scheduling to balance workloads and overlap execution. Evaluations report up to 8.35x speedup over an NVIDIA A100 GPU and 3.33x over PIMoE while maintaining reasoning accuracy comparable to full-precision baselines.
Paper title: Focus-dLLM: Accelerating Long-Context Diffusion LLM Inference via Confidence-Guided Context Focusing. We propose Focus-dLLM for long-context diffusion LLM inference. It uses confidence-guided context focusing and sink-aware pruning to reduce redundant bidirectional attention without retraining.
GitHub: Longxmas/Focus-dLLM
Paper title: SlimInfer: Accelerating Long-Context LLM Inference via Dynamic Token Pruning. We propose SlimInfer for long-context LLM inference. It uses dynamic block-wise token pruning and a predictor-free asynchronous KV cache manager to reduce prefill latency, memory pressure, and I/O overhead.
GitHub: Longxmas/SlimInfer