中文
相关论文

相关论文: HyperLoRA: Parameter-Efficient Adaptive Generation…

200 篇论文

LoRA has become a universal Parameter-Efficient Fine-Tuning (PEFT) technique that equips Large Language Models (LLMs) to adapt quickly to new tasks. However, when these models are scaled up, even the latest LoRA variants still introduce…

计算与语言 · 计算机科学 2026-02-25 Xindian Ma , Rundong Kong , Peng Zhang , Ruoxiang Huang , Yongyu Jiang

Low-Rank Adaptation (LoRA) has significantly advanced parameter-efficient fine-tuning of large pretrained models. LoRA augments the pre-trained weights of a model by adding the product of two smaller matrices that together form a low-rank…

人工智能 · 计算机科学 2025-07-09 David Bensaïd , Noam Rotstein , Roy Velich , Daniel Bensaïd , Ron Kimmel

Low-rank adaptation (LoRA) approximates the update of a pretrained weight matrix using the product of two low-rank matrices. However, standard LoRA follows an explicit-rank paradigm, where increasing model capacity requires adding more rows…

人工智能 · 计算机科学 2026-05-20 Yihao Ouyang , Shiwei Li , Haozhao Wang , Xiandi Luo , Zhuoqi Hu , Yuetong Song , Qiyu Qin , Yichen Li , Ruixuan Li

Training large models ranging from millions to billions of parameters is highly resource-intensive, requiring significant time, compute, and memory. It is observed that most of the learning (higher change in weights) takes place in the…

机器学习 · 计算机科学 2026-03-16 Krishu K Thapa , Reet Barik , Krishna Teja Chitty-Venkata , Murali Emani , Venkatram Vishwanath

We introduce TurboPortrait3D: a method for low-latency novel-view synthesis of human portraits. Our approach builds on the observation that existing image-to-3D models for portrait generation, while capable of producing renderable 3D…

计算机视觉与模式识别 · 计算机科学 2025-10-29 Emily Kim , Julieta Martinez , Timur Bagautdinov , Jessica Hodgins

Recent advances in diffusion-based generative models have demonstrated significant potential in augmenting scarce datasets for object detection tasks. Nevertheless, most recent models rely on resource-intensive full fine-tuning of…

计算机视觉与模式识别 · 计算机科学 2025-09-01 Alvaro Patricio , Atabak Dehban , Rodrigo Ventura

As generative AI image technologies become more widespread and advanced, there is a growing need for strong attribution models. These models are crucial for verifying the authenticity of images and identifying the architecture of their…

计算机视觉与模式识别 · 计算机科学 2025-04-14 Danielle Sullivan-Pao , Nicole Tian , Pooya Khorrami

Foundation models excel across diverse tasks, but adapting them to specialized applications often requires fine-tuning, an approach that is memory and compute-intensive. Parameter-efficient fine-tuning (PEFT) methods mitigate this by…

机器学习 · 计算机科学 2026-04-24 Abel Gurung , Joseph Campbell

Despite recent advances in text-to-image generation, using synthetically generated data seldom brings a significant boost in performance for supervised learning. Oftentimes, synthetic datasets do not faithfully recreate the data…

计算机视觉与模式识别 · 计算机科学 2025-05-20 Jae Myung Kim , Stephan Alaniz , Cordelia Schmid , Zeynep Akata

Subject-driven image generation plays a crucial role in applications such as virtual try-on and poster design. Existing approaches typically fine-tune pretrained generative models or apply LoRA-based adaptations for individual subjects.…

计算机视觉与模式识别 · 计算机科学 2025-07-03 Peng Zheng , Ye Wang , Rui Ma , Zuxuan Wu

This work focuses on generating high-quality images with specific style of reference images and content of provided textual descriptions. Current leading algorithms, i.e., DreamBooth and LoRA, require fine-tuning for each style, leading to…

计算机视觉与模式识别 · 计算机科学 2024-10-31 Zhouxia Wang , Xintao Wang , Liangbin Xie , Zhongang Qi , Ying Shan , Wenping Wang , Ping Luo

In this paper, we present MoMA: an open-vocabulary, training-free personalized image model that boasts flexible zero-shot capabilities. As foundational text-to-image models rapidly evolve, the demand for robust image-to-image translation…

计算机视觉与模式识别 · 计算机科学 2024-04-09 Kunpeng Song , Yizhe Zhu , Bingchen Liu , Qing Yan , Ahmed Elgammal , Xiao Yang

In practice, environments constantly change over time and space, posing significant challenges for object detectors trained based on a closed-set assumption, i.e., training and test data share the same distribution. To this end, continual…

计算机视觉与模式识别 · 计算机科学 2025-07-01 Deng Li , Aming Wu , Yang Li , Yaowei Wang , Yahong Han

Speech synthesis models convert written text into natural-sounding audio. While earlier models were limited to a single speaker, recent advancements have led to the development of zero-shot systems that generate realistic speech from a wide…

声音 · 计算机科学 2025-02-12 Łukasz Bondaruk , Jakub Kubiak

Parameter-Efficient Fine-Tuning (PEFT) methods like LoRA have transformed vision model adaptation, enabling the rapid deployment of customized models. However, the compactness of LoRA adaptations introduces new safety concerns, particularly…

密码学与安全 · 计算机科学 2025-09-30 Yixu Wang , Yan Teng , Yingchun Wang , Xingjun Ma

The emergence of various adapters, including Low-Rank Adaptation (LoRA) applied from the field of natural language processing, has allowed diffusion models to personalize image generation at a low cost. However, due to the various…

计算机视觉与模式识别 · 计算机科学 2024-10-24 Jae Wan Park , Sang Hyun Park , Jun Young Koh , Junha Lee , Min Song

Recent advancements in personalized image generation using diffusion models have been noteworthy. However, existing methods suffer from inefficiencies due to the requirement for subject-specific fine-tuning. This computationally intensive…

计算机视觉与模式识别 · 计算机科学 2023-12-12 Xu Peng , Junwei Zhu , Boyuan Jiang , Ying Tai , Donghao Luo , Jiangning Zhang , Wei Lin , Taisong Jin , Chengjie Wang , Rongrong Ji

Self-supervised representation learning for point cloud has demonstrated effectiveness in improving pre-trained model performance across diverse tasks. However, as pre-trained models grow in complexity, fully fine-tuning them for downstream…

计算机视觉与模式识别 · 计算机科学 2025-05-28 Song Wang , Xiaolu Liu , Lingdong Kong , Jianyun Xu , Chunyong Hu , Gongfan Fang , Wentong Li , Jianke Zhu , Xinchao Wang

It is a common practice in natural language processing to pre-train a single model on a general domain and then fine-tune it for downstream tasks. However, when it comes to Large Language Models, fine-tuning the entire model can be…

人工智能 · 计算机科学 2024-10-29 Cristian Meo , Ksenia Sycheva , Anirudh Goyal , Justin Dauwels

Parameter-Efficient Fine-Tuning (PEFT) of text-to-image models has become an increasingly popular technique with many applications. Among the various PEFT methods, Low-Rank Adaptation (LoRA) and its variants have gained significant…

机器学习 · 计算机科学 2025-08-01 Zerui Tao , Yuhta Takida , Naoki Murata , Qibin Zhao , Yuki Mitsufuji