← Search

Xingkui Zhu

4 accepted papers

2026

OneSparse: A Unified Framework for Sparse Activation Layers in Vision Models

CVPR 2026

Sparse activation layers, primarily Mixture-of-Experts (MoE) and memory-based modules, have become a central approach for scaling large models and are gaining traction in vision tasks. Despite conceptual similarities, these paradigms have evolved independently, hindering systematic comparison and th

Cited by 0SourcecodeScholar
2024

Dynamic Adapter Meets Prompt Tuning: Parameter-Efficient Transfer Learning for Point Cloud Analysis

CVPR 2024poster

Point cloud analysis has achieved outstanding performance by transferring point cloud pre-trained models. However existing methods for model adaptation usually update all model parameters i.e. full fine-tuning paradigm which is inefficient as it relies on high computational costs (e.g. training GPU…

2024

MoE Jetpack: From Dense Checkpoints to Adaptive Mixture of Experts for Vision Tasks

NeurIPS 2024poster

The sparsely activated mixture of experts (MoE) model presents an effective alternative to densely activated (dense) models, combining improved accuracy with computational efficiency. However, training MoE models from scratch requires extensive data and computational resources, a challenge that limi…

2024

PointMamba: A Simple State Space Model for Point Cloud Analysis

NeurIPS 2024poster

Transformers have become one of the foundational architectures in point cloud analysis tasks due to their excellent global modeling ability. However, the attention mechanism has quadratic complexity, making the design of a linear complexity method with global modeling appealing. In this paper, we pr…