BAHSD: Bridging the Long-tail Gap via Adaptive Distillation in Black-box Sequential Recommendation

TL;DR

BAHSD improves long-tail user performance in black-box recommendation via adaptive distillation, achieving an 80% Recall@10 boost for tail users.

cs.IR 🔴 Advanced 2026-06-02 31 views
Xi Zhou Famin Wu Mingming Li Hongyue Zhang Jiao Dai Jizhong Han Tao Guo
black-box recommendation knowledge distillation long-tail optimization information theory contrastive learning

Key Findings

Methodology

BAHSD employs multi-scale consistency probing to quantify signal reliability, combining dynamic-temperature KL divergence, ranking consistency, and contrastive learning to address noise in tail users and preference solidification in head users.

Key Results

  • On Amazon Beauty, BAHSD improves tail-user Recall@10 by 81.38%, surpassing the teacher model by 4.75%.
  • On MovieLens-1M, BAHSD achieves a 19.4% Recall@10 improvement for tail users while maintaining head-user stability.
  • Ablation studies show removing the contrastive module causes a 9.3% Recall@10 drop, highlighting its importance for noise suppression.

Significance

BAHSD is the first framework to address signal heterogeneity in black-box recommendation, significantly improving long-tail user performance and offering a generalizable solution without requiring user stratification or metadata.

Technical Contribution

Introduces multi-scale consistency probing to dynamically adjust distillation strategies; integrates cross-scale symmetric KL constraints and contrastive learning to enhance robustness and semantic discrimination; enables high-fidelity knowledge transfer under black-box constraints.

Novelty

First to identify and quantify signal heterogeneity in black-box recommendation, innovatively addressing tail-user noise and head-user overfitting through adaptive objectives.

Limitations

  • Performance gains on dense datasets are less pronounced compared to sparse datasets.
  • The model is sensitive to hyperparameters like truncation ratios and temperature coefficients.
  • Does not account for multimodal data or user context information.

Future Work

Future work could extend BAHSD to multimodal recommendation scenarios or incorporate user context to improve signal reliability assessment.

AI Executive Summary

Recommendation systems are widely used in e-commerce and streaming platforms, but black-box APIs limit transparency and customization. Existing distillation methods overlook signal heterogeneity, leading to noise overfitting for tail users and preference solidification for head users.

BAHSD addresses this by employing multi-scale consistency probing to quantify signal reliability and designing adaptive hierarchical objectives: dynamic-temperature KL divergence mitigates head-user overfitting, while ranking consistency and contrastive learning enhance tail-user semantic discrimination. Experiments show BAHSD improves tail-user Recall@10 by 81.38% on Amazon Beauty and 19.4% on MovieLens-1M.

While excelling on sparse datasets, BAHSD's improvements on dense datasets are limited. Future work could explore multimodal data integration and context-aware enhancements to further refine its adaptability and robustness.

Deep Analysis

Background

Recommendation systems have advanced with Transformer models like SASRec and BERT4Rec, but their black-box deployment restricts transparency and knowledge transfer. Existing distillation methods assume uniform teacher signal reliability, ignoring the long-tail distribution in user interactions.

Core Problem

Sparse interactions from tail users lead to noisy teacher outputs, while dense interactions from head users cause preference solidification. This signal heterogeneity is overlooked by current methods, degrading distillation performance.

Innovation

BAHSD introduces multi-scale consistency probing to quantify signal reliability, dynamically adjusts distillation strategies, and integrates cross-scale symmetric KL constraints and contrastive learning to address tail-user noise and head-user overfitting.

Methodology

  • �� Multi-scale consistency probing: evaluates signal reliability via short, mid, and full sequence truncations.
  • �� Dynamic-temperature KL divergence: alleviates head-user preference solidification.
  • �� Ranking consistency and contrastive learning: enhance tail-user semantic discrimination.
  • �� Cross-scale symmetric KL constraint: filters noise in tail-user signals.

Experiments

Experiments were conducted on Amazon Beauty and MovieLens-1M datasets using SASRec and BERT4Rec as teacher models. Metrics include Recall@10 and NDCG@10, with ablation studies validating each module's contribution.

Results

BAHSD improves tail-user Recall@10 by 81.38% on Amazon Beauty and 19.4% on MovieLens-1M. Ablation studies confirm the contrastive module's critical role in suppressing tail-user noise.

Applications

BAHSD can optimize recommendations in e-commerce platforms, improving long-tail user experience, and is applicable to other black-box model scenarios requiring high-fidelity knowledge transfer.

Limitations & Outlook

The model is sensitive to hyperparameters and shows limited improvement on dense datasets. Future work could explore multimodal data and context integration.

Plain Language Accessible to non-experts

Imagine a teacher tutoring students. The top students (head users) ask many questions, but the teacher only focuses on their favorite topics, leading to narrow learning. Meanwhile, struggling students (tail users) ask fewer questions, but the teacher's answers are vague. BAHSD acts like a smart assistant, tailoring teaching strategies: helping top students grasp broader concepts and giving clear, specific answers to struggling students.

ELI14 Explained like you're 14

Think of a video game where pro players (head users) keep using the same moves, and beginners (tail users) just mash buttons. The game AI learns poorly! BAHSD is like a smart coach that watches both groups and adjusts: it learns advanced moves from pros while figuring out what beginners are trying to do, making the AI better for everyone.

Glossary

Black-box Model

A model where internal parameters and gradients are inaccessible, typically providing predictions via an API.

BAHSD operates under black-box constraints, relying only on teacher outputs.

Long-tail Distribution

A distribution where a few users contribute most data, while the majority have sparse interactions.

Long-tail distributions cause signal heterogeneity, impacting distillation performance.

Dynamic-temperature KL Divergence

Adjusts temperature to smooth distributions, mitigating head-user preference solidification.

Used for distilling high-confidence signals.

Contrastive Learning

Enhances semantic discrimination by pulling positive samples closer and pushing negatives apart.

Used to improve tail-user semantic boundaries.

Cross-scale Consistency

Ensures consistent model outputs across truncated sequences using symmetric KL constraints.

Filters noise in tail-user signals.

Open Questions Unanswered questions from this research

  • 1 How can BAHSD's signal reliability assessment be extended to multimodal recommendation scenarios?
  • 2 Can user context integration further enhance long-tail user performance?

Applications

Immediate Applications

E-commerce Recommendation Optimization

Improves recommendation quality for long-tail users, boosting user retention and conversion rates.

Streaming Content Recommendation

Enhances recommendations for niche content, increasing content diversity.

Long-term Vision

General Knowledge Distillation Framework

Provides high-fidelity knowledge transfer solutions for other black-box models, advancing transparency and interpretability.

Abstract

Sequential recommendation systems are widely adopted but often deployed as black-box APIs, which has driven recent interest in model extraction to replicate their capabilities locally. However, the long-tail distribution induces severe signal heterogeneity: dense head sequences trigger the solidification of teacher preference, biasing extraction toward local patterns, while sparse tail sequences yield flat, noisy predictions. Existing one-size-fits-all extraction overlooks this disparity, resulting in noise overfitting and suboptimal knowledge transfer. We propose BAHSD, a black-box adaptive distillation framework that handles signal heterogeneity via a multi-scale consistency probing mechanism to implicitly quantify signal reliability. Based on this, an adaptive hierarchical objective is designed: dynamic-temperature KL divergence mitigates preference solidification for high-confidence signals, while ranking consistency and InfoNCE contrastive learning provide noise-robust enhancement for low-confidence signals. BAHSD consistently outperforms baselines, achieving up to 4.98\% gain over the teacher and 80\%+ improvement on tail users, offering a plug-and-play solution for high-fidelity black-box recommendation extraction.

cs.IR cs.AI