paper-with-me

Papers

Effective Fine-Tuning with Eigenvector Centrality Based Pruning

2025-12-14 · Shaif Chowdhury, Soham Biren Katlariwala, Devleena Kashyap arxiv

In social media networks a small number of highly influential users can drive large scale changes in discourse across multiple communities. Small shifts in the behavior of these users are often sufficient to propagate widely throughout the network. A similar phenomenon occurs during neural network fine tuning. Conventional fine tuning of convolutional neural networks typically adds a new linear classification layer on top of a large pre trained model. Instead we argue that improved adaptation can be achieved by first pruning the network to retain only the most important neurons and then performing fine tuning. We propose a graph theory based method for pruning neural networks that is designed to improve fine tuning performance. In this method each neuron is represented as a node and edges encode similarity between neurons. Neurons are pruned based on importance scores computed using eigenvector centrality. The resulting pruned network is then fine tuned using only the most central neurons. We evaluate the proposed method on VGGNet EfficientNet and ResNet models using the TF Flowers Caltech one zero one and Oxford Flowers one zero two datasets. The proposed approach achieves higher classification accuracy while significantly reducing model complexity. On the Oxford Flowers one zero two dataset the method achieves forty eight percent classification accuracy compared to thirty percent accuracy obtained by the baseline VGGNet model.

📄 PDF Abstract BibTeX arXiv:2512.12543

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Core-Intermediate-Peripheral Index: Factor Analysis of Neighborhood and Shortest Paths-based Centrality Metrics

2023-10-10 · Natarajan Meghanathan

We perform factor analysis on the raw data of the four major neighborhood and shortest paths-based centrality metrics (Degree, Eigenvector, Betweeenness and Closeness) and propose a novel quantitative measure called the …

PageRank Algorithm using Eigenvector Centrality -- New Approach

2022-01-13 · Suvarna Saumya Chandrashekhar, Mashrin Srivastava, B. Jaganathan, Pankaj Shukla

The purpose of the research is to find a centrality measure that can be used in place of PageRank and to find out the conditions where we can use it in place of PageRank. After analysis and comparison of graphs with a la…

Multi-Dimensional, Multilayer, Nonlinear and Dynamic HITS

2018-09-21 · Francesca Arrigo, Francesco Tudisco

We introduce a ranking model for temporal multi-dimensional weighted and directed networks based on the Perron eigenvector of a multi-homogeneous order-preserving map. The model extends to the temporal multilayer setting…

Three hypergraph eigenvector centralities

2018-07-25 · Austin R. Benson

Eigenvector centrality is a standard network analysis tool for determining the importance of (or ranking of) entities in a connected system that is represented by a graph. However, many complex systems and datasets have …

Eigenvector Centrality Distribution for Characterization of Protein Allosteric Pathways

2018-06-25

Determining the principal energy pathways for allosteric communication in biomolecules, that occur as a result of thermal motion, remains challenging due to the intrinsic complexity of the systems involved. Graph theory …