AI Briefing
KO

Kakao Reveals Related Recommendation Technology Used in KakaoPage and Melon

·2021.05.20 00:00

Key point

When Melon's similar song recommendation is used, the weekly average number of streams increases by 24% and the number of unique songs by 53%.

1 / 5

Details

Kakao's recommendation team revealed the principles and effectiveness of the related recommendation technology utilized in KakaoPage and Melon. Related recommendation is a method that expands user interests by suggesting content with similar outcomes after a user consumes specific content.

KakaoPage: Text-Based Vectorization and Real-Time Optimization

KakaoPage provides related recommendations on work introduction pages and at the end of the final episode. It determines similarity by converting the work's title and introduction text into points in a vector space using Word2Vec or TF-IDF weights. Subsequently, it measures the expected value of target metrics (such as click-through rate) based on Thompson Sampling and adjusts recommendation probabilities in real time according to user actions after exposure.

Melon: Similar Song Recommendation Techniques and Effects

Melon's similar song recommendations are generated by combining various techniques.

  • Collaborative Filtering (CF): Analyzes users' song consumption patterns to measure similarity between vectors.
  • Matrix Factorization: Extracts item vectors using ALS or BPR techniques, or deep learning models like Auto-Encoder.
  • Item2Vec: Identifies the context of songs within playlists to recommend songs with similar concepts.
  • Audio Data Analysis: Converts audio into mel-spectrograms and trains deep learning models to define similarity between audio tracks, complementing the limitations of CF (such as cold start).
  • Ranking Correction: Ensures diversity by correcting the predicted preference scores of recommendation models based on streaming conversion rates.

Performance Metrics

Users who used similar song recommendations on Melon had approximately 24% higher weekly average streaming numbers compared to non-users, and the average number of unique songs streamed per person was 53% higher. This demonstrates that related recommendations are effective in helping users explore and consume new content.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.