菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-01
📄 Abstract - Beyond Low-Rank: Low-Rank Sparse Prompting via Spiking Neural Network and Prompt Factorization

Visual Prompting (VP) has emerged as an efficient paradigm for adapting large-scale pre-trained vision models to downstream tasks by incorporating learnable prompts at the input level. However, existing VP methods typically employ dense pixel-level prompts, which often suffer from redundant perturbations, limited generalization and energy inefficiency. To overcome these limitations, we propose to integrate brain-inspired spiking learning into visual prompt learning tasks. As we know that spiking neuron can perform inexpensive information processing by transmitting the input data into discrete spike trains and return sparse outputs. Inspired by this, we propose \textbf{Lo}w-\textbf{R}ank visual \textbf{S}pike \textbf{P}rompting (LoRSP), a novel framework that learns dynamic low-rank sparse visual prompts naturally via a Spiking neuron learning mechanism. The core idea of LoRSP is to exploit the brain-inspired sparse firing mechanism of spiking neurons to generate pixel-level sparse prompt for each instance. To be specific, we first construct a series of prompt factors via low-rank factorization to capture distinct prompt subspaces. These prompt factors are then fed into an SNN architecture, which performs the integrate-and-fire process to emit spikes. As a result, our LoRSP generates a \emph{sparse} visual prompt while maintaining the low-rank constraint. This design enables instance-specific selective prompting, leading to more compact and robust adaptation across diverse downstream tasks. Extensive experiments on five heterogeneous vision backbones and multiple benchmarks demonstrate that LoRSP achieves competitive performance while requiring fewer tunable parameters compared to existing VP methods.

顶级标签: computer vision machine learning
详细标签: visual prompting spiking neural network low-rank factorization sparse prompting model adaptation 或 搜索:

超越低秩:基于脉冲神经网络与提示因子分解的低秩稀疏提示方法 / Beyond Low-Rank: Low-Rank Sparse Prompting via Spiking Neural Network and Prompt Factorization


1️⃣ 一句话总结

本文提出一种名为LoRSP的新方法,通过模拟大脑神经元脉冲的稀疏放电机制,并在图像输入上动态生成低秩且稀疏的视觉提示,从而实现更高效、更鲁棒的模型微调,在减少参数的同时取得了与现有方法相当的性能。

源自 arXiv: 2606.01945