paper-with-me

Papers

SHERL: Synthesizing High Accuracy and Efficient Memory for Resource-Limited Transfer Learning

2024-07-10 · Haiwen Diao, Bo Wan, Xu Jia, Yunzhi Zhuge, Ying Zhang, Huchuan Lu, Long Chen

Parameter-efficient transfer learning (PETL) has emerged as a flourishing research field for adapting large pre-trained models to downstream tasks, greatly reducing trainable parameters while grappling with memory challenges during fine-tuning. To address it, memory-efficient series (METL) avoid backpropagating gradients through the large backbone. However, they compromise by exclusively relying on frozen intermediate outputs and limiting the exhaustive exploration of prior knowledge from pre-trained models. Moreover, the dependency and redundancy between cross-layer features are frequently overlooked, thereby submerging more discriminative representations and causing an inherent performance gap (vs. conventional PETL methods). Hence, we propose an innovative METL strategy called SHERL for resource-limited scenarios to decouple the entire adaptation into two successive and complementary processes. In the early route, intermediate outputs are consolidated via an anti-redundancy operation, enhancing their compatibility for subsequent interactions; thereby in the late route, utilizing minimal late pre-trained layers could alleviate the peak demand on memory overhead and regulate these fairly flexible features into more adaptive and powerful representations for new domains. Extensive ablations on vision-and-language and language-only tasks show that SHERL combines the strengths of both parameter and memory-efficient techniques, performing on-par or better across diverse architectures with lower memory during fine-tuning. Our code is publicly available at: https://github.com/Paranioar/SHERL.

📄 PDF Abstract BibTeX arXiv:2407.07523

Code (1)

paranioar/sherl 공식 구현 pytorch

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

SHeRL-FL: When Representation Learning Meets Split Learning in Hierarchical Federated Learning

2025-08-11 · Dung T. Tran, Nguyen B. Ha, Van-Dinh Nguyen, Kok-Seng Wong arxiv

Federated learning (FL) is a promising approach for addressing scalability and latency issues in large-scale networks by enabling collaborative model training without requiring the sharing of raw data. However, existing …

Representation LearningImage ClassificationFederated LearningImage Segmentation

SherLIiC: A Typed Event-Focused Lexical Inference Benchmark for Evaluating Natural Language Inference

2019-06-04 · ACL 2019 7 · Martin Schmitt, Hinrich Schütze

We present SherLIiC, a testbed for lexical inference in context (LIiC), consisting of 3985 manually annotated inference rule candidates (InfCands), accompanied by (i) ~960k unlabeled InfCands, and (ii) ~190k typed textua…

Lexical EntailmentNatural Language Inference

SHERLOC: Structured Diagnostic Localization for Code Repair Agents

2026-06-23 · Hovhannes Tamoyan, Sean Narenthiran, Erik Arakelyan, Mira Mezini 외 arxiv

LLM agents solve repository-level coding tasks through multi-turn tool use, but utilize half their budget on locating faults before editing. Dedicated localization frameworks have emerged, yet are still evaluated as file…

Code Repair

Sherlock: A Deep Learning Approach to Semantic Data Type Detection

2019-05-25 · Madelon Hulsebos, Kevin Hu, Michiel Bakker, Emanuel Zgraggen 외

Correctly detecting the semantic type of data columns is crucial for data science tasks such as automated data cleaning, schema matching, and data discovery. Existing data preparation and analysis systems rely on diction…

Column Type AnnotationDeep LearningTable annotationVocal Bursts Type Prediction+1

Self-Supervised Vision Transformers for Malware Detection

2022-08-15 · Sachith Seneviratne, Ridwan Shariffdeen, Sanka Rasnayaka, Nuran Kasthuriarachchi

Malware detection plays a crucial role in cyber-security with the increase in malware growth and advancements in cyber-attacks. Previously unseen malware which is not determined by security vendors are often used in thes…

Binary ClassificationMalware ClassificationMalware DetectionMalware Family Detection+2