Skip to main content
QUICK REVIEW

[論文レビュー] Length-Adaptive Interest Network for Balancing Long and Short Sequence Modeling in CTR Prediction

Zhicheng Zhang, Zhaocheng Du|arXiv (Cornell University)|Jan 27, 2026
Recommender Systems and Techniques被引用数 0
ひとこと要約

LAINは長さ認識の条件付けをCTRモデルに導入し、Spectral Length Encoder、Length-Conditioned Prompting、Length-Modulated Attentionを用いて全体のCTRおよび短長のシーケンスユーザの性能を最小限のオーバーヘッドで改善します。

ABSTRACT

User behavior sequences in modern recommendation systems exhibit significant length heterogeneity, ranging from sparse short-term interactions to rich long-term histories. While longer sequences provide more context, we observe that increasing the maximum input sequence length in existing CTR models paradoxically degrades performance for short-sequence users due to attention polarization and length imbalance in training data. To address this, we propose LAIN(Length-Adaptive Interest Network), a plug-and-play framework that explicitly incorporates sequence length as a conditioning signal to balance long- and short-sequence modeling. LAIN consists of three lightweight components: a Spectral Length Encoder that maps length into continuous representations, Length-Conditioned Prompting that injects global contextual cues into both long- and short-term behavior branches, and Length-Modulated Attention that adaptively adjusts attention sharpness based on sequence length. Extensive experiments on three real-world benchmarks across five strong CTR backbones show that LAIN consistently improves overall performance, achieving up to 1.15% AUC gain and 2.25% log loss reduction. Notably, our method significantly improves accuracy for short-sequence users without sacrificing longsequence effectiveness. Our work offers a general, efficient, and deployable solution to mitigate length-induced bias in sequential recommendation.

研究の動機と目的

  • 現在のCTRモデルにおける長いシーケンスと短いシーケンスのユーザ間の性能不均衡を特定する。
  • シーケンス長に応じて興味モデリングを平衡化する長さ適応フレームワークを提案する。
  • 長さ認識 conditioned により短いシーケンスの精度を向上させ、長いシーケンスの性能を犠牲にしないことを示す。
  • 複数のバックボーンとデータセットに対するLAINの頑健性と導入可能性を実証する。

提案手法

  • Rawシーケンス長を連続埋め込みへ写像するSpectral Length Encoderを導入する。
  • 短期および長期の動作シーケンスの前に長さ認識プロンプトを付与するLength-Conditioned Promptingを開発する。
  • Length-Modulated Attentionを実装し、長さ事前情報に基づいてクエリ/キーを条件付けしsoftmax温度を調整する。
  • 共有パラメータと長さ特異パラメータをプロンプトを介してデカップリングし、長さ依存の帰納的バイアスを可能にする。
  • 最小のパラメータ/計算オーバーヘッドでエンドツーエンド訓練を提供する。
  • 実世界データセット3つで5つの強力なCTRバックボーンを用いてLAINを評価する。

実験結果

リサーチクエスチョン

  • RQ1シーケンス長の明示的条件付けはCTRモデルにおける注意の極性化と長さ信号の不足を緩和できるか。
  • RQ2LAINは多様なバックボーンとデータセットで短いシーケンスのCTRを改善し、長いシーケンスの性能を損なわずに済むか。
  • RQ3各々のLAINの構成要素(SLE、LCP、LMA)とそれらの相互作用の経験的影響はどのようか。
  • RQ4LAINはハイパーパラメータ選択や異なるシーケンス長分布に対してどれだけ頑健か。

主な発見

ModelEBNeRD-small GAUCEBNeRD-small AUCEBNeRD-small loglossKuaiVideo GAUCKuaiVideo AUCKuaiVideo loglossMicroVideo1.7M GAUCMicroVideo1.7M AUCMicroVideo1.7M logloss
DIN0.70530.70800.26950.67160.69790.44980.70230.70930.4196
+LAIN0.70960.71560.26780.67420.70430.44570.70190.71010.4179
Rel. Gain0.61%1.07%-0.65%0.40%0.93%-0.92%-0.05%0.12%-0.40%
DIEN0.70900.70990.27370.66780.69770.45090.71430.71850.4171
+LAIN0.70780.71180.26760.66880.69910.44760.71460.72190.4161
Rel. Gain-0.17%0.27%-2.25%0.14%0.20%-0.71%0.04%0.47%-0.23%
SIM0.69600.69920.27200.66720.68750.45740.70170.70950.4168
+LAIN0.69900.70370.27060.66780.68960.45660.70700.71310.4151
Rel. Gain0.43%0.65%-0.50%0.08%0.31%-0.16%0.75%0.50%-0.41%
SDIM0.70390.70990.27190.67290.69240.45360.69840.71610.4129
+LAIN0.70990.71230.27040.67320.69490.45250.69930.71630.4121
Rel. Gain0.85%0.34%-0.56%0.05%0.35%-0.23%0.13%0.03%-0.18%
TWIN0.69300.69930.27180.67290.69180.45300.70600.71580.4164
+LAIN0.70120.70740.26980.67480.69760.45080.70930.72330.4097
Rel. Gain1.19%1.15%-0.73%0.29%0.84%-0.48%0.47%1.05%-1.63%
  • LAINはバックボーンとデータセットを跨いで全体的なCTR性能を一貫して改善し、GAUCが最大で +1.2%、loglossが最大で -1.6%の削減を達成。
  • LAINは特に短いシーケンスユーザの精度を向上させ、MicroVideo1.7MのTWINでAUCが最大で +1.08%、loglossが最大で -2.17%の改善を達成。
  • 注意の極性化はLAINにより緩和され、短・中・長のシーケンス全体でベースラインより大幅に小さいジニ係数を示す。
  • アブレーションでは全構成要素が寄与しており、LMAを除くと最大の性能低下が生じる。
  • ハイパーパラメータ感度分析は設定間で頑健な利得を示す(選択設定: Fourier dim 64, hidden 512, prompts 4)よく。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。