LGAIAug 24, 2021

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

arXiv:2108.11513v132 citations
Originality Incremental advance
AI Analysis

This work addresses memory efficiency and flexibility in embedding learning for recommendation systems, offering an incremental improvement over existing methods.

The paper tackles the sub-optimal and memory-intensive fixed embedding sizes in deep learning-based recommendation models by proposing an adaptively-masked twins-based layer that dynamically selects embedding dimensions, resulting in 60% memory savings without performance loss.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes