AIBullisharXiv – CS AI · Jun 237/10
🧠Researchers introduce Latent Personal Memory (LPM), a framework that personalizes large language models by encoding user-specific behavioral patterns as compact, interpretable latent slots converted into dynamic soft prompts. The approach achieves significant efficiency gains—outperforming LoRA and Prompt Tuning by up to 54.4% on benchmarks while reducing memory usage by 64x—making personalized LLMs more practical for deployment.
AIBullisharXiv – CS AI · Jun 107/10
🧠AuRA is a novel method that distills audio understanding directly into large language models through LoRA adaptation, eliminating the need for cascaded ASR pipelines or costly multimodal training. The technique achieves superior performance and efficiency compared to existing speech-language approaches by enabling parallel end-to-end inference while reusing pretrained models.
AIBullisharXiv – CS AI · Jun 97/10
🧠CrossVLA presents a comprehensive empirical study optimizing Vision-Language-Action models across different architectural paradigms, introducing a flow-matching log-probability estimator that enables Direct Preference Optimization on continuous-action models. The research demonstrates significant performance improvements using DoRA over LoRA, achieving up to 20% gains on specific benchmarks, while revealing inference-time bottlenecks that constrain acceleration potential to 21%.
AINeutralarXiv – CS AI · Jun 116/10
🧠Researchers demonstrate a parameter-efficient fine-tuning approach for the Prithvi-EO geospatial foundation model to improve fallow land detection, achieving a 25.70% improvement over baseline methods. The hybrid approach combines LoRA adaptation with ViT-Adapter neck designs to address the challenge of multi-scale feature extraction from Vision Transformer architectures for agricultural monitoring.
AIBullisharXiv – CS AI · Jun 96/10
🧠GraphLoRA introduces a novel framework that integrates graph neural networks with low-rank adaptation to improve Large Language Model-based recommendation systems. By embedding trainable graph message-passing within the LoRA pathway, the method enables collaborative signals to directly guide parameter updates, achieving superior performance while maintaining computational efficiency compared to existing LLM recommendation approaches.
AINeutralarXiv – CS AI · Jun 56/10
🧠Researchers propose a noise-aware medical visual question answering framework that uses denoising autoencoders to improve the robustness of visual representations when connecting vision encoders to large language models. The approach achieves competitive performance on medical imaging benchmarks while demonstrating enhanced resilience to noisy inputs through parameter-efficient fine-tuning.
AIBullisharXiv – CS AI · Jun 16/10
🧠Researchers propose Orthogonal Subspaces for Robust model Merging (OSRM), a technique that addresses performance degradation when combining multiple LoRA-fine-tuned language models into single multi-task systems. By constraining LoRA subspaces prior to fine-tuning, the method reduces task interference while maintaining individual task accuracy and improving compatibility with existing merging algorithms.
AINeutralarXiv – CS AI · May 276/10
🧠L2Rec introduces a novel framework that adapts large language models for personalized recommendations by unifying behavioral and semantic signals at the parameter level using a Dual-view Personalized Mixture-of-Experts mechanism. The approach demonstrates superior performance across multiple datasets and validates real-world applicability through industrial A/B testing.
AINeutralarXiv – CS AI · May 126/10
🧠Researchers introduce FreqAdapter, a parameter-efficient fine-tuning method that operates in the frequency domain rather than signal space to adapt pre-trained models like CLIP and LLaVA. The approach uses multi-scale adaptation strategies and text-guided prompts to improve model efficiency and performance with minimal training parameters and fast convergence.
AIBullisharXiv – CS AI · May 126/10
🧠Researchers present Gate-and-Merge, a zero-shot framework enabling vision-language models to recognize and compose multiple user-defined concepts without requiring co-occurrence training data. The approach uses lightweight LoRA adapters for individual concepts and employs a gating mechanism to merge them intelligently at inference time, maintaining concept integrity while enabling compositional personalization.