Arrow Research search

Author name cluster

Yan Kang

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

12 papers
1 author row

Possible papers

12

JBHI Journal 2026 Journal Article

A Lightweight Curriculum and Contrastive Learning Framework for Protein-Protein Interaction Prediction

  • Hu Yuan
  • Yan Kang
  • Yingmei Tang
  • Ke Zhao
  • Yansheng Xu

Protein—protein interaction (PPI) prediction is essential for understanding cellular functions and enabling applications in drug development and disease research. PPI networks exhibit multi-scale structural and semantic heterogeneity and introduce representational bias under topological imbalances, leading to insufficient exploitation of subgraph-level semantic complexity. Moreover, many existing approaches rely heavily on external data during modeling, resulting in high computational costs for large-scale inferences. In this paper, we propose JCCLPPI, a joint curriculum- and contrastive-learning framework for lightweight PPI prediction. First, we implement a PPI network-structure encoding module designed to mitigate topological bias and learn biologically interpretable representations without relying on handcrafted features or external annotations. Next, we propose a motif-based curriculum learning module that incrementally introduces training samples according to their structural-semantic complexity, thereby enhancing model robustness to long-tail distributions and structural heterogeneity. Finally, our approach incorporates two graph neural network-based modules during PPI inference to perform local structural modeling and global context encoding, facilitating multi-scale feature extraction. Experiments conducted on two widely used human PPI benchmark datasets, SHS27k and SHS148k, demonstrate that JCCLPPI improves model generalization. It achieves an approximate 4% increase in micro-F1 score compared to state-of-the-art methods, while also improving computational efficiency by reducing memory consumption by 76% and inference time by 35%. Furthermore, JCCLPPI provides a scalable basis for therapeutic target prioritization and early-stage drug discovery.

TIST Journal 2025 Journal Article

Grounding Foundation Models through Federated Transfer Learning: A General Framework

  • Yan Kang
  • Tao Fan
  • Hanlin Gu
  • Xiaojin Zhang
  • Lixin Fan
  • Qiang Yang

Foundation Models (FMs) such as GPT-4 encoded with vast knowledge and powerful emergent abilities have achieved remarkable success in various natural language processing and computer vision tasks. Grounding FMs by adapting them to domain-specific tasks or augmenting them with domain-specific knowledge enables us to exploit the full potential of FMs. However, grounding FMs faces several challenges, stemming primarily from constrained computing resources, data privacy, model heterogeneity, and model ownership. Federated Transfer Learning (FTL), the combination of federated learning and transfer learning, provides promising solutions to address these challenges. Recently, the need for grounding FMs leveraging FTL, coined FTL-FM, has arisen strongly in both academia and industry. Motivated by the strong growth in FTL-FM research and the potential impact of FTL-FM on industrial applications, we propose an FTL-FM framework that formulates problems of grounding FMs in the federated learning setting, construct a detailed taxonomy based on the FTL-FM framework to categorize state-of-the-art FTL-FM works, and comprehensively overview FTL-FM works based on the proposed taxonomy. We also establish correspondence between FTL-FM and conventional phases of adapting FM so that FM practitioners can align their research works with FTL-FM. In addition, we overview advanced efficiency-improving and privacy-preserving techniques because efficiency and privacy are critical concerns in FTL-FM. Last, we discuss opportunities and future research directions of FTL-FM.

AIJ Journal 2025 Journal Article

No free lunch theorem for privacy-preserving LLM inference

  • Xiaojin Zhang
  • Yahao Pang
  • Yan Kang
  • Wei Chen
  • Lixin Fan
  • Hai Jin
  • Qiang Yang

Individuals and businesses have been significantly benefited by Large Language Models (LLMs) including PaLM, Gemini and ChatGPT in various ways. For example, LLMs enhance productivity, reduce costs, and enable us to focus on more valuable tasks. Furthermore, LLMs possess the capacity to sift through extensive datasets, uncover underlying patterns, and furnish critical insights that propel the frontiers of technology and science. However, LLMs also pose privacy concerns. Users' interactions with LLMs may expose their sensitive personal or company information. A lack of robust privacy safeguards and legal frameworks could permit the unwarranted intrusion or improper handling of individual data, thereby risking infringements of privacy and the theft of personal identities. To ensure privacy, it is essential to minimize the dependency between shared prompts and private information. Various randomization approaches have been proposed to protect prompts' privacy, but they may incur utility loss compared to unprotected LLMs prompting. Therefore, it is essential to evaluate the balance between the risk of privacy leakage and loss of utility when conducting effective protection mechanisms. The current study develops a framework for inferring privacy-protected Large Language Models (LLMs) and lays down a solid theoretical basis for examining the interplay between privacy preservation and utility. The core insight is encapsulated within a theorem that is called as the NFL (abbreviation of the word No-Free-Lunch) Theorem.

TIST Journal 2024 Journal Article

A Meta-Learning Framework for Tuning Parameters of Protection Mechanisms in Trustworthy Federated Learning

  • Xiaojin Zhang
  • Yan Kang
  • Lixin Fan
  • Kai Chen
  • Qiang Yang

Trustworthy federated learning typically leverages protection mechanisms to guarantee privacy. However, protection mechanisms inevitably introduce utility loss or efficiency reduction while protecting data privacy. Therefore, protection mechanisms and their parameters should be carefully chosen to strike an optimal tradeoff among privacy leakage, utility loss, and efficiency reduction. To this end, federated learning practitioners need tools to measure the three factors and optimize the tradeoff between them to choose the protection mechanism that is most appropriate to the application at hand. Motivated by this requirement, we propose a framework that (1) formulates trustworthy federated learning as a problem of finding a protection mechanism to optimize the tradeoff among privacy leakage, utility loss, and efficiency reduction and (2) formally defines bounded measurements of the three factors. We then propose a meta-learning algorithm to approximate this optimization problem and find optimal protection parameters for representative protection mechanisms, including randomization, homomorphic encryption, secret sharing, and compression. We further design estimation algorithms to quantify these found optimal protection parameters in a practical horizontal federated learning setting and provide a theoretical analysis of the estimation error.

TIST Journal 2024 Journal Article

Optimizing Privacy, Utility, and Efficiency in a Constrained Multi-Objective Federated Learning Framework

  • Yan Kang
  • Hanlin Gu
  • Xingxing Tang
  • Yuanqin He
  • Yuzhu Zhang
  • Jinnan He
  • Yuxing Han
  • Lixin Fan

Conventionally, federated learning aims to optimize a single objective, typically the utility. However, for a federated learning system to be trustworthy, it needs to simultaneously satisfy multiple objectives, such as maximizing model performance, minimizing privacy leakage and training costs, and being robust to malicious attacks. Multi-Objective Optimization (MOO) aiming to optimize multiple conflicting objectives simultaneously is quite suitable for solving the optimization problem of Trustworthy Federated Learning (TFL). In this article, we unify MOO and TFL by formulating the problem of constrained multi-objective federated learning (CMOFL). Under this formulation, existing MOO algorithms can be adapted to TFL straightforwardly. Different from existing CMOFL algorithms focusing on utility, efficiency, fairness, and robustness, we consider optimizing privacy leakage along with utility loss and training cost, the three primary objectives of a TFL system. We develop two improved CMOFL algorithms based on NSGA-II and PSL, respectively, to effectively and efficiently find Pareto optimal solutions and provide theoretical analysis on their convergence. We design quantitative measurements of privacy leakage, utility loss, and training cost for three privacy protection mechanisms: Randomization, BatchCrypt (an efficient homomorphic encryption), and Sparsification. Empirical experiments conducted under the three protection mechanisms demonstrate the effectiveness of our proposed algorithms.

IJCAI Conference 2023 Conference Paper

FedPass: Privacy-Preserving Vertical Federated Deep Learning with Adaptive Obfuscation

  • Hanlin Gu
  • Jiahuan Luo
  • Yan Kang
  • Lixin Fan
  • Qiang Yang

Vertical federated learning (VFL) allows an active party with labeled data to leverage auxiliary features from the passive parties to improve model performance. Concerns about the private feature and label leakage in both the training and inference phases of VFL have drawn wide research attention. In this paper, we propose a general privacy-preserving vertical federated deep learning framework called FedPass, which leverages adaptive obfuscation to protect the feature and label simultaneously. Strong privacy-preserving capabilities about private features and labels are theoretically proved (in Theorems 1 and 2). Extensive experimental results with different datasets and network architectures also justify the superiority of FedPass against existing methods in light of its near-optimal trade-off between privacy and model performance.

TIST Journal 2023 Journal Article

Trading Off Privacy, Utility, and Efficiency in Federated Learning

  • Xiaojin Zhang
  • Yan Kang
  • Kai Chen
  • Lixin Fan
  • Qiang Yang

Federated learning (FL) enables participating parties to collaboratively build a global model with boosted utility without disclosing private data information. Appropriate protection mechanisms have to be adopted to fulfill the opposing requirements in preserving privacy and maintaining high model utility. In addition, it is a mandate for a federated learning system to achieve high efficiency in order to enable large-scale model training and deployment. We propose a unified federated learning framework that reconciles horizontal and vertical federated learning. Based on this framework, we formulate and quantify the trade-offs between privacy leakage, utility loss, and efficiency reduction, which leads us to the No-Free-Lunch (NFL) theorem for the federated learning system. NFL indicates that it is unrealistic to expect an FL algorithm to simultaneously provide excellent privacy, utility, and efficiency in certain scenarios. We then analyze the lower bounds for the privacy leakage, utility loss, and efficiency reduction for several widely-adopted protection mechanisms, including Randomization, Homomorphic Encryption, Secret Sharing, and Compression. Our analysis could serve as a guide for selecting protection parameters to meet particular requirements.

IJCAI Conference 2022 Conference Paper

FedCG: Leverage Conditional GAN for Protecting Privacy and Maintaining Competitive Performance in Federated Learning

  • Yuezhou Wu
  • Yan Kang
  • Jiahuan Luo
  • Yuanqin He
  • Lixin Fan
  • Rong Pan
  • Qiang Yang

Federated learning (FL) aims to protect data privacy by enabling clients to build machine learning models collaboratively without sharing their private data. Recent works demonstrate that information exchanged during FL is subject to gradient-based privacy attacks and, consequently, a variety of privacy-preserving methods have been adopted to thwart such attacks. However, these defensive methods either introduce orders of magnitudes more computational and communication overheads (e. g. , with homomorphic encryption) or incur substantial model performance losses in terms of prediction accuracy (e. g. , with differential privacy). In this work, we propose FEDCG, a novel federated learning method that leverages conditional generative adversarial networks to achieve high-level privacy protection while still maintaining competitive model performance. FEDCG decomposes each client's local network into a private extractor and a public classifier and keeps the extractor local to protect privacy. Instead of exposing extractors, FEDCG shares clients' generators with the server for aggregating clients' shared knowledge aiming to enhance the performance of each client's local networks. Extensive experiments demonstrate that FEDCG can achieve competitive model performance compared with FL baselines, and privacy analysis shows that FEDCG has a high-level privacy-preserving capability.

TIST Journal 2022 Journal Article

FedCVT: Semi-supervised Vertical Federated Learning with Cross-view Training

  • Yan Kang
  • Yang Liu
  • Xinle Liang

Federated learning allows multiple parties to build machine learning models collaboratively without exposing data. In particular, vertical federated learning (VFL) enables participating parties to build a joint machine learning model based upon distributed features of aligned samples. However, VFL requires all parties to share a sufficient amount of aligned samples. In reality, the set of aligned samples may be small, leaving the majority of the non-aligned data unused. In this article, we propose Federated Cross-view Training (FedCVT), a semi-supervised learning approach that improves the performance of the VFL model with limited aligned samples. More specifically, FedCVT estimates representations for missing features, predicts pseudo-labels for unlabeled samples to expand the training set, and trains three classifiers jointly based upon different views of the expanded training set to improve the VFL model’s performance. FedCVT does not require parties to share their original data and model parameters, thus preserving data privacy. We conduct experiments on NUS-WIDE, Vehicle, and CIFAR10 datasets. The experimental results demonstrate that FedCVT significantly outperforms vanilla VFL that only utilizes aligned samples. Finally, we perform ablation studies to investigate the contribution of each component of FedCVT to the performance of FedCVT.

IS Journal 2020 Journal Article

A Secure Federated Transfer Learning Framework

  • Yang Liu
  • Yan Kang
  • Chaoping Xing
  • Tianjian Chen
  • Qiang Yang

Machine learning relies on the availability of vast amounts of data for training. However, in reality, data are mostly scattered across different organizations and cannot be easily integrated due to many legal and practical constraints. To address this important challenge in the field of machine learning, we introduce a new technique and framework, known as federated transfer learning (FTL), to improve statistical modeling under a data federation. FTL allows knowledge to be shared without compromising user privacy and enables complementary knowledge to be transferred across domains in a data federation, thereby enabling a target-domain party to build flexible and effective models by leveraging rich labels from a source domain. This framework requires minimal modifications to the existing model structure and provides the same level of accuracy as the nonprivacy-preserving transfer learning. It is flexible and can be effectively adapted to various secure multiparty machine learning tasks.

AAAI Conference 2018 Conference Paper

Picasso, Matisse, or a Fake? Automated Analysis of Drawings at the Stroke Level for Attribution and Authentication

  • Ahmed Elgammal
  • Yan Kang
  • Milko Den Leeuw

This paper proposes a computational approach for analysis of strokes in line drawings by artists. We aim at developing an AI methodology that facilitates attribution of drawings of unknown authors in a way that is not easy to be deceived by forged art. The methodology used is based on quantifying the characteristics of individual strokes in drawings. We propose a novel algorithm for segmenting individual strokes. We propose an approach that combines different hand-crafted and learned features for the task of quantifying stroke characteristics. We experimented with a dataset of 300 digitized drawings with over 80 thousands strokes. The collection mainly consisted of drawings of Pablo Picasso, Henry Matisse, and Egon Schiele, besides a small number of representative works of other artists. The experiments shows that the proposed methodology can classify individual strokes with accuracy 70%-90%, and aggregate over drawings with accuracy above 80%, while being robust to be deceived by fakes.

JBHI Journal 2014 Journal Article

Juxta-Vascular Nodule Segmentation Based on Flow Entropy and Geodesic Distance

  • Shenshen Sun
  • Yang Guo
  • Yubao Guan
  • Huizhi Ren
  • Linan Fan
  • Yan Kang

Computed aided diagnosis of lung CT data is a new quantitative analysis technique to distinguish malignant nodules from benign ones. Nodule growth rate is a key indicator to discriminate between benign and malignant nodules. Accurate nodule segmentation is the essential for calculating the nodule growth rate. However, it is difficult to segment juxta-vascular nodules, due to the similar gray levels in nodule and attached blood vessels. To distinguish the nodule region from the adjacent vessel region, a flowing direction feature, referred to as the direction of the normal vector for a pixel, is introduced. Since blood is flowing in one single direction through a vessel, the normal vectors of pixels in the vessel region typically point in similar orientations while the directions of those in the nodule region can be viewed as disorganized. The entropy value of the flowing direction features in a neighboring region for a vessel pixel is smaller than that for a nodule pixel. Moreover, vessel pixels typically have a larger geodesic distance to the nodule center than nodule pixels. Based on k -means clustering method, the flow entropy, combined with the geodesic distance, is used to segment vessel attached nodules. The validation of the proposed segmentation algorithm was carried out on juxta-vascular nodules, identified in the Chinalung-CT screening trial and on Lung Image Database Consortium (LIDC) dataset. In fully automated mode, accuracies of 92. 9% (26/28), 87. 5%(7/8), and 94. 9% (149/157) are reached for the outlining of juxta-vascular nodules in the Chinalung-CT, and the first and second datasets of LIDC, respectively. Furthermore, it is demonstrated that the proposed method has low time complexity and high accuracies.

v2026.09.13