paper-with-me

홈 › Papers

SCOPE: Semantic Coreset with Orthogonal Projection Embeddings for Federated learning

2026-03-13 · Md Anwar Hossen, Nathan R. Tallent, Luanzheng Guo, Ali Jannesary arxiv

Scientific discovery increasingly requires learning on federated datasets, fed by streams from high-resolution instruments, that have extreme class imbalance. Current ML approaches either require impractical data aggregation or fail due to class imbalance. Existing coreset selection methods rely on local heuristics, making them unaware of the global data landscape and prone to sub-optimal and non-representative pruning. To overcome these challenges, we introduce SCOPE (Semantic Coreset using Orthogonal Projection Embeddings for Federated learning), a coreset framework for federated data that filters anomalies and adaptively prunes redundant data to mitigate long-tail skew. By analyzing the latent space distribution, we score each data point using a representation score that measures the reliability of core class features, a diversity score that quantifies the novelty of orthogonal residuals, and a boundary proximity score that indicates similarity to competing classes. Unlike prior methods, SCOPE shares only scalar metrics with a federated server to construct a global consensus, ensuring communication efficiency. Guided by the global consensus, SCOPE dynamically filters local noise and discards redundant samples to counteract global feature skews. Extensive experiments demonstrate that SCOPE yields competitive global accuracy and robust convergence, all while achieving exceptional efficiency with a 128x to 512x reduction in uplink bandwidth, a 7.72x wall-clock acceleration and reduced FLOP and VRAM footprints for local coreset selection.

📄 PDF Abstract BibTeX arXiv:2603.12976

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Disentangling Hallucinations: Orthogonal Semantic Projection for Robust Interpretability

2026-06-08 · Emirhan Bilgiç, Baptiste Caramiaux, Zhi Yan, Gianni Franchi arxiv

As Vision-Language Models are increasingly deployed in safety-critical applications, the trustworthiness of their explanations becomes crucial. Explainable AI (XAI) methods for Vision-Language Models often suffer from se…

OSCaR: Orthogonal Subspace Correction and Rectification of Biases in Word Embeddings

2020-06-30 · EMNLP 2021 11 · Sunipa Dev, Tao Li, Jeff M. Phillips, Vivek Srikumar

Language representations are known to carry stereotypical biases and, as a result, lead to biased predictions in downstream tasks. While existing methods are effective at mitigating biases by linear projection, such meth…

Word Embeddings

Scalable Heterogeneous Graph Learning via Heterogeneous-aware Orthogonal Prototype Experts

2026-01-09 · Wei Zhou, Hong Huang, Ruize Shi, Bang Liu arxiv

Heterogeneous Graph Neural Networks(HGNNs) have advanced mainly through better encoders, yet their decoding/projection stage still relies on a single shared linear head, assuming it can map rich node embeddings to labels…

Graph Learning

Refine and Purify: Orthogonal Basis Optimization with Null-Space Denoising for Conditional Representation Learning

2026-02-05 · Jiaquan Wang, Yan Lyu, Chen Li, Yuheng Jia arxiv

Conditional representation learning aims to extract criterion-specific features for customized tasks. Recent studies project universal features onto the conditional feature subspace spanned by an LLM-generated text basis…

Representation Learning

GASS: Geometry-Aware Spherical Sampling for Disentangled Diversity Enhancement in Text-to-Image Generation

2026-02-19 · Ye Zhu, Kaleb S. Newman, Johannes F. Lutzeyer, Adriana Romero-Soriano 외 arxiv

Despite high semantic alignment, modern text-to-image (T2I) generative models still struggle to synthesize diverse images from a given prompt. In this work, we enhance the T2I diversity through a geometric lens. Unlike m…

Text-to-Image Generation