paper-with-me

홈 › Papers

Learning Compact Representations of Neural Networks using DiscriminAtive Masking (DAM)

2021-10-01 · NeurIPS 2021 12 · Jie Bu, Arka Daw, M. Maruf, Anuj Karpatne

A central goal in deep learning is to learn compact representations of features at every layer of a neural network, which is useful for both unsupervised representation learning and structured network pruning. While there is a growing body of work in structured pruning, current state-of-the-art methods suffer from two key limitations: (i) instability during training, and (ii) need for an additional step of fine-tuning, which is resource-intensive. At the core of these limitations is the lack of a systematic approach that jointly prunes and refines weights during training in a single stage, and does not require any fine-tuning upon convergence to achieve state-of-the-art performance. We present a novel single-stage structured pruning method termed DiscriminAtive Masking (DAM). The key intuition behind DAM is to discriminatively prefer some of the neurons to be refined during the training process, while gradually masking out other neurons. We show that our proposed DAM approach has remarkably good performance over various applications, including dimensionality reduction, recommendation system, graph representation learning, and structured pruning for image classification. We also theoretically show that the learning objective of DAM is directly related to minimizing the L0 norm of the masking layer.

📄 PDF Abstract BibTeX arXiv:2110.00684

Code (1)

jayroxis/dam-pytorch 공식 구현 pytorch

Tasks

Dimensionality ReductionGraph Representation Learningimage-classificationImage ClassificationNetwork PruningRepresentation Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

MacTok: Robust Continuous Tokenization for Image Generation

2026-03-31 · Hengyu Zeng, Xin Gao, Guanghao Li, Yuxiang Yan 외 arxiv

Continuous image tokenizers enable efficient visual generation, and those based on variational frameworks can learn smooth, structured latent representations through KL regularization. Yet this often leads to posterior c…

Image Generation

From Selective Deep Convolutional Features to Compact Binary Representations for Image Retrieval

2018-02-07 · Thanh-Toan Do, Tuan Hoang, Dang-Khoa Le Tan, Huu Le 외

In the large-scale image retrieval task, the two most important requirements are the discriminability of image representations and the efficiency in computation and storage of representations. Regarding the former requir…

Image RetrievalRetrieval

Compact Bilinear Pooling

2015-11-19 · CVPR 2016 6 · Yang Gao, Oscar Beijbom, Ning Zhang, Trevor Darrell

Bilinear models has been shown to achieve impressive performance on a wide range of visual tasks, such as semantic segmentation, fine grained recognition and face recognition. However, bilinear features are high dimensio…

Face RecognitionFew-Shot LearningGeneral Classificationimage-classification+2

Gait Lateral Network: Learning Discriminative and Compact Representations for Gait Recognition

2020-08-01 · ECCV 2020 8 · Saihui Hou, Chunshui Cao, Xu Liu, Yongzhen Huang

Gait recognition aims at identifying different people by the walking patterns, which can be conducted at a long distance without the cooperation of subjects. A key challenge for gait recognition is to learn representatio…

Gait Recognition

Mask the Redundancy: Evolving Masking Representation Learning for Multivariate Time-Series Clustering

2025-11-21 · Zexi Tan, Xiaopeng Luo, Yunlin Liu, Yiqun Zhang arxiv

Multivariate Time-Series (MTS) clustering discovers intrinsic grouping patterns of temporal data samples. Although time-series provide rich discriminative information, they also contain substantial redundancy, such as st…

Representation LearningContrastive Learning