← notes

Meta-Learning + Fuzzy Logic 기반 Cold Start 추천

2026-05-05 · cold-start, music-rec, recsys

Cold-Start Music Recommendation Using Meta-Learning and Fuzzy Logic: A Hybrid Approach (2025)

MAML 기반 메타러닝과 퍼지 로직을 결합한 프로토타입 아키텍처로 cold start 추천 (Music)

Background

Method

문제 정의


Meta-Learning Framework (MAML 기반)


Fuzzy Logic Integration


Prototype-Based Architecture


학습 과정

  1. Pretraining: 아이템 피처 네트워크, fuzzy c-means로 프로토타입 초기화, 충분한 히스토리 보유 유저로 퍼지 멤버십 함수 사전학습
  2. Meta-Training: MAML 프레임워크로 support set → 적응 → query set 평가
  3. Joint Optimization: Ltotal=Lpred+λPLproto+λFLfuzzy+λRLreg\mathcal{L}_{total} = \mathcal{L}_{pred} + \lambda_P \mathcal{L}_{proto} + \lambda_F \mathcal{L}_{fuzzy} + \lambda_R \mathcal{L}_{reg}
    • Lproto\mathcal{L}_{proto}: 다양성 + 응집성
    • Lfuzzy\mathcal{L}_{fuzzy}: 퍼지셋 overlap 제어 + smooth 멤버십 함수 유도

Experiments

데이터셋

베이스라인

평가 지표

구현 상세

결과

User Cold-Start (주요 수치):

Item Cold-Start:

Ablation Study:

Coverage & Diversity:

예시:


💭 메타러닝의 계산 비용(매 유저마다 gradient update 필요)이 서빙 병목이 될 수 있음 - 오프라인 pre-computation 전략 필요