paper-with-me

Papers

Prototype Training with Dual Pseudo-Inverse and Optimized Hidden Activations

2025-08-13 · Mauro Tucci arxiv

We present Proto-PINV+H, a fast training paradigm that combines closed-form weight computation with gradient-based optimisation of a small set of synthetic inputs, soft labels, and-crucially-hidden activations. At each iteration we recompute all weight matrices in closed form via two (or more) ridge-regularised pseudo-inverse solves, while updating only the prototypes with Adam. The trainable degrees of freedom are thus shifted from weight space to data/activation space. On MNIST (60k train, 10k test) and Fashion-MNIST (60k train, 10k test), our method reaches 97.8% and 89.3% test accuracy on the official 10k test sets, respectively, in 3.9s--4.5s using approximately 130k trainable parameters and only 250 epochs on an RTX 5060 (16GB). We provide a multi-layer extension (optimised activations at each hidden stage), learnable ridge parameters, optional PCA/PLS projections, and theory linking the condition number of prototype matrices to generalisation. The approach yields favourable accuracy--speed--size trade-offs against ELM, random-feature ridge, and shallow MLPs trained by back-propagation.

📄 PDF Abstract BibTeX arXiv:2508.09787

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

When Sensing Varies with Contexts: Context-as-Transform for Tactile Few-Shot Class-Incremental Learning

2026-03-26 · Yifeng Lin, Aiping Huang, Wenxi Liu, Si Wu 외 arxiv

Few-Shot Class-Incremental Learning (FSCIL) can be particularly susceptible to acquisition contexts with only a few labeled samples. A typical scenario is tactile sensing, where the acquisition context ({\it e.g.}, diver…

Few-Shot Class-Incremental Learning

ProtoDiv: Prototype-guided Division of Consistent Pseudo-bags for Whole-slide Image Classification

2023-04-13 · Rui Yang, Pei Liu, Luping Ji

Due to the limitations of inadequate Whole-Slide Image (WSI) samples with weak labels, pseudo-bag-based multiple instance learning (MIL) appears as a vibrant prospect in WSI classification. However, the pseudo-bag dividi…

Classificationimage-classificationImage ClassificationMultiple Instance Learning

DPA: Dual Prototypes Alignment for Unsupervised Adaptation of Vision-Language Models

2024-08-16 · Eman Ali, Sathira Silva, Muhammad Haris Khan

Vision-language models (VLMs), e.g., CLIP, have shown remarkable potential in zero-shot image classification. However, adapting these models to new domains remains challenging, especially in unsupervised settings where l…

Domain Adaptationimage-classificationImage ClassificationPseudo Label+2

GFPL: Generative Federated Prototype Learning for Resource-Constrained and Data-Imbalanced Vision Task

2026-02-25 · Shiwei Lu, Yuhang He, Jiashuo Li, Qiang Wang 외 arxiv

Federated learning (FL) facilitates the secure utilization of decentralized images, advancing applications in medical image recognition and autonomous driving. However, conventional FL faces two critical challenges in re…

Federated LearningAutonomous Driving

Query-guided Prototype Evolution Network for Few-Shot Segmentation

2024-03-11 · Runmin Cong, Hang Xiong, Jinpeng Chen, Wei zhang 외

Previous Few-Shot Segmentation (FSS) approaches exclusively utilize support features for prototype generation, neglecting the specific requirements of the query. To address this, we present the Query-guided Prototype Evo…

Segmentation