paper-with-me

홈 › Papers

Learning Effective and Efficient Embedding via an Adaptively-Masked Twins-based Layer

2021-08-24 · Bencheng Yan, Pengjie Wang, Kai Zhang, Wei Lin, Kuang-Chih Lee, Jian Xu, Bo Zheng

Embedding learning for categorical features is crucial for the deep learning-based recommendation models (DLRMs). Each feature value is mapped to an embedding vector via an embedding learning process. Conventional methods configure a fixed and uniform embedding size to all feature values from the same feature field. However, such a configuration is not only sub-optimal for embedding learning but also memory costly. Existing methods that attempt to resolve these problems, either rule-based or neural architecture search (NAS)-based, need extensive efforts on the human design or network training. They are also not flexible in embedding size selection or in warm-start-based applications. In this paper, we propose a novel and effective embedding size selection scheme. Specifically, we design an Adaptively-Masked Twins-based Layer (AMTL) behind the standard embedding layer. AMTL generates a mask vector to mask the undesired dimensions for each embedding vector. The mask vector brings flexibility in selecting the dimensions and the proposed layer can be easily added to either untrained or trained DLRMs. Extensive experimental evaluations show that the proposed scheme outperforms competitive baselines on all the benchmark tasks, and is also memory-efficient, saving 60\% memory usage without compromising any performance metrics.

📄 PDF Abstract BibTeX arXiv:2108.11513

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

Contrastive Learning with Narrative Twins for Modeling Story Salience

2026-01-12 · Igor Sterner, Alex Lascarides, Frank Keller arxiv

Understanding narratives requires identifying which events are most salient for a story's progression. We present a contrastive learning framework for modeling narrative salience that learns story embeddings from narrati…

Contrastive Learning

Dual form Complementary Masking for Domain-Adaptive Image Segmentation

2025-07-16 · Jiawen Wang, Yinda Chen, Xiaoyu Liu, Che Liu 외 arxiv

Recent works have correlated Masked Image Modeling (MIM) with consistency regularization in Unsupervised Domain Adaptation (UDA). However, they merely treat masking as a special form of deformation on the input images an…

Unsupervised Domain AdaptationRepresentation LearningDomain GeneralizationImage Segmentation

PointGame: Geometrically and Adaptively Masked Auto-Encoder on Point Clouds

2023-03-23 · Yun Liu, Xuefeng Yan, Zhilei Chen, Zhiqi Li 외

Self-supervised learning is attracting large attention in point cloud understanding. However, exploring discriminative and transferable features still remains challenging due to their nature of irregularity and sparsity.…

Self-Supervised Learning

Adaptive Masked Weight Imprinting for Few-Shot Segmentation

2019-02-25 · ICLR Workshop LLD 2019 · Mennatullah Siam, Boris Oreshkin

Deep learning has mainly thrived by training on large-scale datasets. However, for continual learning in applications such as robotics, it is critical to incrementally update its model in a sample efficient manner. We pr…

Continual LearningSemantic Segmentation

Embedding Inversion via Conditional Masked Diffusion Language Models

2026-02-11 · Han Xiao arxiv

We frame embedding inversion as conditional masked diffusion, recovering all tokens in parallel through iterative denoising rather than sequential autoregressive generation. A masked diffusion language model is condition…