中文
相关论文

相关论文: Provable Sparse Inversion and Token Relabel Enhanc…

200 篇论文

Vertical federated learning (VFL) enables multiple parties with disjoint features to collaboratively train models without sharing raw data. While privacy vulnerabilities of VFL are extensively-studied, its security threats-particularly…

密码学与安全 · 计算机科学 2026-01-23 Juntao Tan , Anran Li , Quanchao Liu , Peng Ran , Lan Zhang

Federated fine-tuning (FFT) attempts to fine-tune a pre-trained model with private data from distributed clients by exchanging models rather than data under the orchestration of a parameter server (PS). To overcome the bottleneck forged by…

分布式、并行与集群计算 · 计算机科学 2025-04-01 Zhijie Cai , Haolong Chen , Guangxu Zhu

We attribute the vulnerability of natural language processing models to the fact that similar inputs are converted to dissimilar representations in the embedding space, leading to inconsistent outputs, and we propose a novel robust training…

计算与语言 · 计算机科学 2022-07-28 Yichen Yang , Xiaosen Wang , Kun He

Federated learning (FL) with noisy labels poses a significant challenge. Existing methods designed for handling noisy labels in centralized learning tend to lose their effectiveness in the FL setting, mainly due to the small dataset size…

机器学习 · 计算机科学 2024-01-11 Lei Wang , Jieming Bian , Jie Xu

Deep learning-based image manipulation localization (IML) methods have achieved remarkable performance in recent years, but typically rely on large-scale pixel-level annotated datasets. To address the challenge of acquiring high-quality…

计算机视觉与模式识别 · 计算机科学 2025-11-26 Songlin Li , Guofeng Yu , Zhiqing Guo , Yunfeng Diao , Dan Ma , Gaobo Yang

Data scarcity is a significant obstacle hindering the learning of powerful machine learning models in critical healthcare applications. Data-sharing mechanisms among multiple entities (e.g., hospitals) can accelerate model training and…

计算机视觉与模式识别 · 计算机科学 2023-06-27 Faris Almalik , Naif Alkhunaizi , Ibrahim Almakky , Karthik Nandakumar

Federated Learning (FL) is an emerging paradigm that enables multiple users to collaboratively train a robust model in a privacy-preserving manner without sharing their private data. Most existing approaches of FL only consider traditional…

计算机视觉与模式识别 · 计算机科学 2023-12-13 I-Jieh Liu , Ci-Siang Lin , Fu-En Yang , Yu-Chiang Frank Wang

Federated learning (FL) has emerged as an effective technique to co-training machine learning models without actually sharing data and leaking privacy. However, most existing FL methods focus on the supervised setting and ignore the…

机器学习 · 计算机科学 2021-07-06 Zewei Long , Liwei Che , Yaqing Wang , Muchao Ye , Junyu Luo , Jinze Wu , Houping Xiao , Fenglong Ma

We reveal that feedforward network (FFN) layers, rather than attention layers, are the primary contributors to Vision Transformer (ViT) inference latency, with their impact signifying as model size increases. This finding highlights a…

计算机视觉与模式识别 · 计算机科学 2025-06-03 Xuwei Xu , Yang Li , Yudong Chen , Jiajun Liu , Sen Wang

Federated Prompt Tuning (FPT) is an efficient method for cross-client collaborative fine-tuning of large Vision-Language Models (VLMs). However, models tuned using FPT are vulnerable to adversarial attacks, leading to misclassification in…

计算机视觉与模式识别 · 计算机科学 2025-09-10 Kun Zhai , Siheng Chen , Xingjun Ma , Yu-Gang Jiang

Recently pre-trained Foundation Models (FMs) have been combined with Federated Learning (FL) to improve training of downstream tasks while preserving privacy. However, deploying FMs over edge networks with resource-constrained Internet of…

分布式、并行与集群计算 · 计算机科学 2024-09-17 S. Kawa Atapour , S. Jamal SeyedMohammadi , S. Mohammad Sheikholeslami , Jamshid Abouei , Konstantinos N. Plataniotis , Arash Mohammadi

Standard federated learning (FL) algorithms typically require multiple rounds of communication between the server and the clients, which has several drawbacks, including requiring constant network connectivity, repeated investment of…

机器学习 · 计算机科学 2024-03-20 Divyansh Jhunjhunwala , Shiqiang Wang , Gauri Joshi

Federated learning is a distributed, privacy-aware learning scenario which trains a single model on data belonging to several clients. Each client trains a local model on its data and the local models are then aggregated by a central party.…

机器学习 · 计算机科学 2020-01-01 Hesham Mostafa

In recent times, denoising diffusion probabilistic models (DPMs) have proven effective for medical image generation and denoising, and as representation learners for downstream segmentation. However, segmentation performance is limited by…

计算机视觉与模式识别 · 计算机科学 2025-12-02 Venkata Siddharth Dhara , Pawan Kumar

Semi-supervised learning (SSL) for medical image segmentation is a challenging yet highly practical task, which reduces reliance on large-scale labeled dataset by leveraging unlabeled samples. Among SSL techniques, the weak-to-strong…

计算机视觉与模式识别 · 计算机科学 2024-10-18 Shiao Xie , Hongyi Wang , Ziwei Niu , Hao Sun , Shuyi Ouyang , Yen-Wei Chen , Lanfen Lin

Hybrid Language Models (HLMs) combine the low-latency efficiency of Small Language Models (SLMs) on edge devices with the high accuracy of Large Language Models (LLMs) on centralized servers. Unlike traditional end-to-end LLM inference,…

机器学习 · 计算机科学 2025-07-02 Faranaksadat Solat , Joohyung Lee , Mohamed Seif , Dusit Niyato , H. Vincent Poor

In this paper, we present token labeling -- a new training objective for training high-performance vision transformers (ViTs). Different from the standard training objective of ViTs that computes the classification loss on an additional…

计算机视觉与模式识别 · 计算机科学 2021-06-10 Zihang Jiang , Qibin Hou , Li Yuan , Daquan Zhou , Yujun Shi , Xiaojie Jin , Anran Wang , Jiashi Feng

We consider a standard federated learning (FL) architecture where a group of clients periodically coordinate with a central server to train a statistical model. We develop a general algorithmic framework called FedLin to tackle some of the…

机器学习 · 计算机科学 2021-09-01 Aritra Mitra , Rayana Jaafar , George J. Pappas , Hamed Hassani

Vision Transformers (ViTs) have successfully been applied to image classification problems where large annotated datasets are available. On the other hand, when fewer annotations are available, such as in biomedical applications, image…

Federated learning (FL) is a distributed learning paradigm that facilitates collaborative training of a shared global model across devices while keeping data localized. The deployment of FL in numerous real-world applications faces delays,…