paper-with-me

홈 › Papers

LoRAX: LoRA eXpandable Networks for Continual Synthetic Image Attribution

2025-04-10 · Danielle Sullivan-Pao, Nicole Tian, Pooya Khorrami

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 originating generative models-key to maintaining media integrity. However, attribution models struggle to generalize to unseen models, and traditional fine-tuning methods for updating these models have shown to be impractical in real-world settings. To address these challenges, we propose LoRA eXpandable Networks (LoRAX), a parameter-efficient class incremental algorithm that adapts to novel generative image models without the need for full retraining. Our approach trains an extremely parameter-efficient feature extractor per continual learning task via Low Rank Adaptation. Each task-specific feature extractor learns distinct features while only requiring a small fraction of the parameters present in the underlying feature extractor's backbone model. Our extensive experimentation shows LoRAX outperforms or remains competitive with state-of-the-art class incremental learning algorithms on the Continual Deepfake Detection benchmark across all training scenarios and memory settings, while requiring less than 3% of the number of trainable parameters per feature extractor compared to the full-rank implementation. LoRAX code is available at: https://github.com/mit-ll/lorax_cil.

📄 PDF Abstract BibTeX arXiv:2504.08149

Code (1)

mit-ll/lorax_cil 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningContinual LearningDeepFake DetectionFace SwappingImage AttributionIncremental LearningSynthetic Image Attribution

Similar Papers 제목 키워드 기반

MixLoRA-DSI: Dynamically Expandable Mixture-of-LoRA Experts for Rehearsal-Free Generative Retrieval over Dynamic Corpora

2025-07-14 · Tuan-Luc Huynh, Thuy-Trang Vu, Weiqing Wang, Trung Le 외 arxiv

Continually updating model-based indexes in generative retrieval with new documents remains challenging, as full retraining is computationally expensive and impractical under resource constraints. We propose MixLoRA-DSI,…

EigenLoRAx: Recycling Adapters to Find Principal Subspaces for Resource-Efficient Adaptation and Inference

2025-02-07 · Prakhar Kaushik, Ankit Vaidya, Shravan Chaudhari, Alan Yuille

The rapid growth of large models has raised concerns about their environmental impact and equity in accessibility due to significant computational costs. Low-Rank Adapters (LoRA) offer a lightweight solution for finetuni…

LoRA Land: 310 Fine-tuned LLMs that Rival GPT-4, A Technical Report

2024-04-29 · Justin Zhao, Timothy Wang, Wael Abid, Geoffrey Angus 외

Low Rank Adaptation (LoRA) has emerged as one of the most widely adopted methods for Parameter Efficient Fine-Tuning (PEFT) of Large Language Models (LLMs). LoRA reduces the number of trainable parameters and memory usag…

GPUparameter-efficient fine-tuning

LoraxBench: A Multitask, Multilingual Benchmark Suite for 20 Indonesian Languages

2025-08-17 · Alham Fikri Aji, Trevor Cohn arxiv

As one of the world's most populous countries, with 700 languages spoken, Indonesia is behind in terms of NLP progress. We introduce LoraxBench, a benchmark that focuses on low-resource languages of Indonesia and covers …

Reading Comprehension

Expandable, Compressible, Mineable: Open-World Thermal Image Restoration

2026-05-16 · Pu Li, Huafeng Li, Yafei Zhang, Wen Wang 외 arxiv

In open-world settings, thermal infrared (TIR) image degradations continuously emerge and evolve, while most existing all-in-one restoration methods are built on a closed-set assumption and struggle to continually adapt …

Continual LearningImage Restoration