paper-with-me

홈 › Papers

LangVision-LoRA-NAS: Neural Architecture Search for Variable LoRA Rank in Vision Language Models

2025-08-17 · Krishna Teja Chitty-Venkata, Murali Emani, Venkatram Vishwanath arxiv

Vision Language Models (VLMs) integrate visual and text modalities to enable multimodal understanding and generation. These models typically combine a Vision Transformer (ViT) as an image encoder and a Large Language Model (LLM) for text generation. LoRA (Low-Rank Adaptation) is an efficient fine-tuning method to adapt pre-trained models to new tasks by introducing low-rank updates to their weights. While LoRA has emerged as a powerful technique for fine-tuning large models by introducing low-rank updates, current implementations assume a fixed rank, potentially limiting flexibility and efficiency across diverse tasks. This paper introduces \textit{LangVision-LoRA-NAS}, a novel framework that integrates Neural Architecture Search (NAS) with LoRA to optimize VLMs for variable-rank adaptation. Our approach leverages NAS to dynamically search for the optimal LoRA rank configuration tailored to specific multimodal tasks, balancing performance and computational efficiency. Through extensive experiments using the LLaMA-3.2-11B model on several datasets, LangVision-LoRA-NAS demonstrates notable improvement in model performance while reducing fine-tuning costs. Our Base and searched fine-tuned models on LLaMA-3.2-11B-Vision-Instruct can be found \href{https://huggingface.co/collections/krishnateja95/llama-32-11b-vision-instruct-langvision-lora-nas-6786cac480357a6a6fcc59ee}{\textcolor{blue}{here}} and the code for LangVision-LoRA-NAS can be found \href{https://github.com/krishnateja95/LangVision-NAS}{\textcolor{blue}{here}}.

📄 PDF Abstract BibTeX arXiv:2508.12512

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture SearchComputational EfficiencyText Generation

Similar Papers 제목 키워드 기반

Zero-Shot Cross-Domain Dialogue State Tracking via Dual Low-Rank Adaptation

2024-07-31 · Xiang Luo, Zhiwen Tang, Jin Wang, Xuejie Zhang

Zero-shot dialogue state tracking (DST) seeks to enable dialogue systems to transition to unfamiliar domains without manual annotation or extensive retraining. Prior research has approached this objective by embedding pr…

Dialogue State Tracking

Deep Coherent Exploration For Continuous Control

2021-01-01 · Yijie Zhang, Herke van Hoof

In policy search methods for reinforcement learning (RL), exploration is often performed by injecting noise either in action space at each step independently or in parameter space over each full trajectory. In prior work…

continuous-controlContinuous ControlReinforcement Learning (RL)

A Preliminary Exploration into an Alternative CellLineNet: An Evolutionary Approach

2020-07-26 · Akwarandu Ugo Nwachuku, Xavier Lewis-Palmer, Darlington Ahiale Akogo

Within this paper, the exploration of an evolutionary approach to an alternative CellLineNet: a convolutional neural network adept at the classification of epithelial breast cancer cell lines, is presented. This evolutio…

ClassificationGeneral Classification

AutoLoRA: Automatically Tuning Matrix Ranks in Low-Rank Adaptation Based on Meta Learning

2024-03-14 · Ruiyi Zhang, Rushi Qiang, Sai Ashish Somayajula, Pengtao Xie

Large-scale pretraining followed by task-specific finetuning has achieved great success in various NLP tasks. Since finetuning all parameters of large pretrained models poses substantial computational and memory challeng…

Meta-LearningNatural Language Understanding

Exploratory Responsiveness and Adaptive Rigidity under AI-Assisted Optimization

2026-06-08 · Balaraju Battu arxiv

This paper develops a theory of exploratory adaptation under AI-assisted optimization. The central argument is that the long-run adaptive effects of AI systems depend critically on how predictive assistance interacts wit…