Skip to content

Author

Woojoo Kim

3 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Open access Aug 2026

Personalized federated recommendation via long-horizon local optimization and regularized knowledge guidance

Federated Recommendation (FedRec) enables privacy-preserving recommendation by training models across user devices without sharing raw interaction data. However, personalized FedRec still faces a trade-off between personalization and resource efficiency. In this paper, we revisit personalization from the perspective of the local optimization horizon. We find that sufficiently long local optimization can form user-specific item structures, but frequent synchronization or full replacement can disrupt them. Based on this observation, we propose FedRKG , a model-agnostic framework that forms personalized item embeddings through Long-Horizon Local Optimization and injects common global knowledge through intermittent Regularized Knowledge Guidance . This design incorporates shared collaborative signals without replacing local embeddings or maintaining dual representations. We further introduce Adaptive Guidance to control the influence of global knowledge at the user–item interaction level. Extensive experiments show that FedRKG consistently outperforms state-of-the-art FedRec baselines while reducing storage and communication costs. Our code is available at https://github.com/Jaehyung-Lim/FedRKG_JIIS26_SCIE .

Jaehyung Lim, Wonbin Kweon, Woojoo Kim et al. · 0 citations
Preprint Aug 2026

GOD: Enhancing Generalization via Deep Grafting for Sequential Recommendation

Sequential recommenders often struggle with sparse and noisy histories, limiting generalization to unseen interactions. Knowledge distillation mitigates this by transferring dense supervision from a teacher to a student. However, most distillation methods run teacher and student independently, then match student outputs or representations to the teacher. Such supervision entangles student-component effects, blurring whether weak generalization stems from unreliable embeddings, overfitted encoding, or co-adaptation to sparse histories. In this paper, we propose Graft-Oriented Distillation (GOD), a component-level distillation framework for improved generalization through grafting. Grafting denotes replacing selected frozen-teacher components with trainable student counterparts to build hybrid source models. GOD uses these hybrid models to evaluate student embeddings with the teacher encoder and the student encoder with teacher embeddings, providing component-level feedback. At inference, GOD uses only the student, incurring no additional cost. Across three real-world datasets, GOD outperforms state-of-the-art baselines by up to 13.92%.

Woojoo Kim, Junyoung Kim, Jaehyung Lim et al. · 0 citations
#machine learning Preprint Aug 2026

Personalized and Multi-View Representation for Federated Cold-Start Recommendation

Federated recommendation (FedRec) enables personalized modeling without centralizing users'interaction histories, but most existing methods assume a fixed item pool and thus overlook the practical cold-item setting where new items continuously arrive. Under the dual-sided constraint, where the server cannot access clients'interactions while clients cannot access the server's proprietary item attribute features, prior federated cold-start recommendation approaches suffer from three structural limitations: a lack of personalization, compositionality failure caused by forcing heterogeneous semantics into a single embedding space, and training- and communication-inefficiency arising from explicit alignment between separate collaborative and attribute representations. To address these challenges, we propose Personalized and Multi-view Representation for Federated Cold-Start Recommendation (PMFRec). PMFRec learns a personalized representation generator to produce user-specific item representations from attribute features, and introduces a global multi-view encoder with item-adaptive gating and an orthogonality objective to capture complementary semantic views while reducing cross-view redundancy. In addition, PMFRec fuses collaborative and attribute knowledge into a single exchanged item representation, eliminating the need for an explicit client-side regularizer and reducing communication overhead. Extensive experiments on real-world datasets show that PMFRec consistently outperforms strong baselines in cold-item recommendation and further improves user-level fairness, warm-scenario adaptability, and robustness under Local Differential Privacy (LDP).

Jaehyung Lim, Wonbin Kweon, Woojoo Kim et al. · 0 citations