paper-with-me

홈 › Papers

SIMPLER: Efficient Foundation Model Adaptation via Similarity-Guided Layer Pruning for Earth Observation

2026-03-20 · Víctor Barreiro, Johannes Jakubik, Francisco Argüello, Dora B. Heras arxiv

Fine-tuning foundation models for Earth Observation is computationally expensive, with high training time and memory demands for both training and deployment. Parameter-efficient methods reduce training cost but retain full inference complexity, while post-hoc compression optimizes inference only after costly full fine-tuning. We introduce SIMPLER, a pre-fine-tuning architecture selection method that reduces inference and deployment costs by identifying an effective model depth before adaptation. SIMPLER exploits stabilization of representations in deeper layers of pre-trained vision transformers: it computes layer-wise representation similarity on unlabeled task data and applies an automated scoring function to select redundant layers, with no gradients, magnitude heuristics, or hyperparameter tuning required. On Prithvi-EO-2, SIMPLER prunes up to 79% of parameters while retaining 94% of baseline performance, yielding a 2.1x training speedup and 2.6x inference speedup. The method generalizes to TerraMind (a multimodal EO foundation model) and ImageNet-pretrained ViT-MAE, demonstrating applicability across tasks, architectures, and spectral modalities. Code is available at https://gitlab.citius.gal/hpc4rs/simpler.

📄 PDF Abstract BibTeX arXiv:2603.19873

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AdaCount: Training-Free Similarity-Guided Spatial and Feature Adaptation for Zero-Shot Object Counting

2026-07-02 · Muhammad Ibraheem Siddiqui, Muhammad Haris Khan arxiv

Zero-shot object counting (ZOC) aims to count instances of arbitrary object categories specified only through textual prompts. Recent training-free approaches leverage foundation models such as SAM to reformulate countin…

Object Counting

Similarity-Guided Layer-Adaptive Vision Transformer for UAV Tracking

2025-03-09 · CVPR 2025 1 · Chaocan Xue, Bineng Zhong, Qihua Liang, Yaozong Zheng 외

Vision transformers (ViTs) have emerged as a popular backbone for visual tracking. However, complete ViT architectures are too cumbersome to deploy for unmanned aerial vehicle (UAV) tracking which extremely emphasizes ef…

Visual Tracking

HyperKD: Distilling Cross-Spectral Knowledge in Masked Autoencoders via Inverse Domain Shift with Spatial-Aware Masking and Specialized Loss

2025-08-13 · Abdul Matin, Tanjim Bin Faruk, Shrideep Pallickara, Sangmi Lee Pallickara arxiv

The proliferation of foundation models, pretrained on large-scale unlabeled datasets, has emerged as an effective approach in creating adaptable and reusable architectures that can be leveraged for various downstream tas…

Representation LearningKnowledge DistillationDomain Adaptation

From Sparsity to Simplicity: Enabling Simpler Sequential Replacements via Sparse Attention Distillation

2026-05-15 · Yuxin Ren, Maxwell D Collins, Miao Hu, Huanrui Yang arxiv

Self-attention serves as the core foundation of large-scale transformer pretraining, but its quadratic token interaction cost makes inference expensive. Replacing attention with simpler sequential modules is appealing, y…

RepSAM: Bridging Foundation Models to Robotic Vision via Representation-Guided Adaptation

2026-05-25 · Wenhui Chu arxiv

Robotic perception in unstructured environments remains challenging despite the zero-shot capabilities of foundation models such as SAM. This work attributes performance degradation to non-uniform representation shifts a…

parameter-efficient fine-tuning