paper-with-me

Papers

Neurons Merging Layer: Towards Progressive Redundancy Reduction for Deep Supervised Hashing

2018-09-07 · Chaoyou Fu, Liangchen Song, Xiang Wu, Guoli Wang, Ran He

Deep supervised hashing has become an active topic in information retrieval. It generates hashing bits by the output neurons of a deep hashing network. During binary discretization, there often exists much redundancy between hashing bits that degenerates retrieval performance in terms of both storage and accuracy. This paper proposes a simple yet effective Neurons Merging Layer (NMLayer) for deep supervised hashing. A graph is constructed to represent the redundancy relationship between hashing bits that is used to guide the learning of a hashing network. Specifically, it is dynamically learned by a novel mechanism defined in our active and frozen phases. According to the learned relationship, the NMLayer merges the redundant neurons together to balance the importance of each output neuron. Moreover, multiple NMLayers are progressively trained for a deep hashing network to learn a more compact hashing code from a long redundant code. Extensive experiments on four datasets demonstrate that our proposed method outperforms state-of-the-art hashing methods.

📄 PDF Abstract BibTeX arXiv:1809.02302

Code (0)

등록된 구현이 없습니다.

Tasks

Deep HashingInformation RetrievalRetrieval

Similar Papers 제목 키워드 기반

RAPID: Layer-Wise Redundancy-Aware Pruning and Importance-Driven Token Merging for Efficient ViT

2026-06-06 · Kyumin Choi, Ikbeom Jang arxiv

Vision Transformers (ViTs) achieve strong performance but suffer from high computational costs due to quadratic self-attention complexity. Although token reduction techniques such as pruning and merging mitigate this, th…

Beyond Toxic Neurons: A Mechanistic Analysis of DPO for Toxicity Reduction

2024-11-10 · Yushi Yang, Filip Sondej, Harry Mayne, Adam Mahdi

Safety fine-tuning algorithms are widely used to reduce harmful outputs in language models, but how they achieve this remain unclear. Studying the Direct Preference Optimization (DPO) algorithm for toxicity reduction, cu…

FlowCut: Rethinking Redundancy via Information Flow for Efficient Vision-Language Models

2025-05-26 · Jintao Tong, Wenwei Jin, Pengda Qin, Anqi Li 외

Large vision-language models (LVLMs) excel at multimodal understanding but suffer from high computational costs due to redundant vision tokens. Existing pruning methods typically rely on single-layer attention scores to …

Token Reduction

Spectral structural distortion reveals redundant neurons in neural networks

2026-05-14 · Yongyu Wang arxiv

Overparameterized neural networks often contain many removable neurons, yet what makes a neuron redundant remains poorly understood. Existing pruning criteria commonly rely on local quantities such as weight magnitude, a…

Diffused Redundancy in Pre-trained Representations

2023-05-31 · NeurIPS 2023 11

Representations learned by pre-training a neural network on a large dataset are increasingly used successfully to perform a variety of downstream tasks. In this work, we take a closer look at how features are encoded in …