CVAINEDec 28, 2024

VELoRA: A Low-Rank Adaptation Approach for Efficient RGB-Event based Recognition

arXiv:2412.20064v13 citationsh-index: 6Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses efficiency in multi-modal recognition for robotics and vision applications, but it is incremental as it applies existing LoRA methods to a new modality combination.

The paper tackles the problem of inefficient fine-tuning for RGB-Event recognition by proposing VELoRA, a parameter-efficient fine-tuning strategy that adapts pre-trained vision models, achieving competitive performance on benchmark datasets.

Pattern recognition leveraging both RGB and Event cameras can significantly enhance performance by deploying deep neural networks that utilize a fine-tuning strategy. Inspired by the successful application of large models, the introduction of such large models can also be considered to further enhance the performance of multi-modal tasks. However, fully fine-tuning these models leads to inefficiency and lightweight fine-tuning methods such as LoRA and Adapter have been proposed to achieve a better balance between efficiency and performance. To our knowledge, there is currently no work that has conducted parameter-efficient fine-tuning (PEFT) for RGB-Event recognition based on pre-trained foundation models. To address this issue, this paper proposes a novel PEFT strategy to adapt the pre-trained foundation vision models for the RGB-Event-based classification. Specifically, given the RGB frames and event streams, we extract the RGB and event features based on the vision foundation model ViT with a modality-specific LoRA tuning strategy. The frame difference of the dual modalities is also considered to capture the motion cues via the frame difference backbone network. These features are concatenated and fed into high-level Transformer layers for efficient multi-modal feature learning via modality-shared LoRA tuning. Finally, we concatenate these features and feed them into a classification head to achieve efficient fine-tuning. The source code and pre-trained models will be released on \url{https://github.com/Event-AHU/VELoRA}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes