paper-with-me

홈 › Papers

Stochastic Shared Embeddings: Data-driven Regularization of Embedding Layers

2019-05-25 · NeurIPS 2019 12 · Liwei Wu, Shuqing Li, Cho-Jui Hsieh, James Sharpnack

In deep neural nets, lower level embedding layers account for a large portion of the total number of parameters. Tikhonov regularization, graph-based regularization, and hard parameter sharing are approaches that introduce explicit biases into training in a hope to reduce statistical complexity. Alternatively, we propose stochastically shared embeddings (SSE), a data-driven approach to regularizing embedding layers, which stochastically transitions between embeddings during stochastic gradient descent (SGD). Because SSE integrates seamlessly with existing SGD algorithms, it can be used with only minor modifications when training large scale neural networks. We develop two versions of SSE: SSE-Graph using knowledge graphs of embeddings; SSE-SE using no prior information. We provide theoretical guarantees for our method and show its empirical effectiveness on 6 distinct tasks, from simple neural networks with one hidden layer in recommender systems, to the transformer and BERT in natural languages. We find that when used along with widely-used regularization methods such as weight decay and dropout, our proposed SSE can further reduce overfitting, which often leads to more favorable generalization results.

📄 PDF Abstract BibTeX arXiv:1905.10630

Code (3)

SSE-PT/SSE-PT tf
lizli502/sse-pt tf
wuliwei9278/SSE-PT tf

Tasks

Knowledge GraphsRecommendation Systems

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
SSE 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

UDPipe at SIGMORPHON 2019: Contextualized Embeddings, Regularization with Morphological Categories, Corpora Merging

2019-08-19 · WS 2019 8 · Milan Straka, Jana Straková, Jan Hajič

We present our contribution to the SIGMORPHON 2019 Shared Task: Crosslinguality and Context in Morphology, Task 2: contextual morphological analysis and lemmatization. We submitted a modification of the UDPipe 2.0, one o…

LemmatizationMorphological AnalysisTask 2

Semantic Flow Regularization: Teaching LLMs to Generate Diverse Yet Coherent Responses

2026-05-27 · Kerui Peng, Feifei Li, Xingyu Fan, Wenhui Que arxiv

When large language models are fine-tuned to generate persona- or tone-conditioned responses, their output diversity is severely limited--a failure we term Cross-Style Collapse. We trace this collapse to the cross-entrop…

On the Regularization of Learnable Embeddings for Time Series Processing

2024-10-18 · Luca Butera, Giovanni De Felice, Andrea Cini, Cesare Alippi

In processing multiple time series, accounting for the individual features of each sequence can be challenging. To address this, modern deep learning methods for time series analysis combine a shared (global) model with …

Time SeriesTime Series Analysis

G-STO: Sequential Main Shopping Intention Detection via Graph-Regularized Stochastic Transformer

2023-06-25 · Yuchen Zhuang, Xin Shen, Yan Zhao, Chaosheng Dong 외

Sequential recommendation requires understanding the dynamic patterns of users' behaviors, contexts, and preferences from their historical interactions. Most existing works focus on modeling user-item interactions only f…

Sequential Recommendation

Reproducibility of predictive networks for mouse visual cortex

2024-06-18 · Polina Turishcheva, Max Burg, Fabian H. Sinz, Alexander Ecker

Deep predictive models of neuronal activity have recently enabled several new discoveries about the selectivity and invariance of neurons in the visual cortex. These models learn a shared set of nonlinear basis functions…

Clustering