BESplit: Bias-Compensated Split Federated Learning with Evidential Aggregation
Pith reviewed 2026-05-20 14:23 UTC · model grok-4.3
The pith
Split federated learning can reduce non-IID bias by reweighting client updates with evidential uncertainty and pairing complementary clients.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
BESplit exploits the split architecture of SFL to perform bias compensation beyond ordinary parameter averaging: Evidential Aggregation reweights client contributions using fine-grained uncertainty measures to stop biased local data from dominating global updates, Bias-Compensated Collaboration pairs clients with complementary distributions to align split-layer representations and reduce distributional skew, and Dual-Teacher Distillation keeps the decoupled client and server models synchronized so each can perform independent local inference.
What carries the argument
Evidential Aggregation combined with Bias-Compensated Collaboration, which together reweight contributions by uncertainty and align representations through complementary client pairing inside the split model structure.
If this is right
- Biased local data stops dominating global updates because client contributions receive fine-grained reweighting based on evidential uncertainty.
- Distributional skew decreases when split-layer representations are aligned by deliberately pairing clients whose data patterns offset each other.
- Client and server models can run independent local inference once dual-teacher distillation has synchronized their knowledge.
- Training reaches higher accuracy with more stable convergence and lower computational cost across varied non-IID partitions.
Where Pith is reading between the lines
- The client-pairing idea could be adapted to other partitioned training setups where model sections are held on separate devices.
- Evidential uncertainty estimates might also serve as a lightweight signal for identifying low-quality clients without extra privacy leakage.
- If the pairing mechanism scales, it could lower the amount of manual tuning needed when deploying split learning on new device fleets.
Load-bearing premise
The split architecture of SFL inherently changes how client information is represented and coordinated in ways that allow bias compensation beyond standard parameter-level aggregation.
What would settle it
An ablation experiment on the same five benchmark datasets that replaces evidential reweighting and complementary pairing with ordinary averaging and random pairing, then measures whether accuracy and convergence gains vanish under non-IID conditions.
Figures
read the original abstract
Split Federated Learning (SFL) enables privacy-preserving collaborative training by partitioning models between clients and a server. However, under non-IID data distributions, SFL often suffers from biased optimization and unstable convergence, while existing solutions largely adapt techniques from conventional federated learning. In this work, we observe that the split architecture of SFL inherently alters how client information is represented and coordinated, opening opportunities for bias compensation beyond parameter-level aggregation. Based on this insight, we propose BESplit, an architecture-aware framework that exploits the intrinsic structure of SFL to mitigate non-IID effects. First, to prevent biased local data from dominating global updates, we introduce Evidential Aggregation (EA) to perform fine-grained reweighting of client contributions based on evidential uncertainty. Second, to further reduce distributional skew, we develop Bias-Compensated Collaboration (BCC) to align split-layer representations by pairing complementary clients. Finally, Dual-Teacher Distillation (DTD) is incorporated to synchronize knowledge between decoupled client and server models, enabling independent local inference. Extensive experiments on five benchmark datasets demonstrate that BESplit consistently outperforms state-of-the-art methods in accuracy, convergence stability, and computational efficiency under diverse non-IID settings.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes BESplit, a framework for Split Federated Learning (SFL) under non-IID data. It introduces three components motivated by the claim that SFL's split architecture inherently changes client information representation and coordination: Evidential Aggregation (EA) for uncertainty-based reweighting of client updates, Bias-Compensated Collaboration (BCC) for pairing complementary clients to align split-layer representations, and Dual-Teacher Distillation (DTD) for synchronizing knowledge between decoupled client and server models to enable independent inference. The central empirical claim is that BESplit consistently outperforms prior SFL methods in accuracy, convergence stability, and efficiency across five benchmark datasets under diverse non-IID partitions.
Significance. If the results hold after addressing the ablation gap, the work could meaningfully advance SFL by demonstrating how split-model structure enables bias compensation mechanisms beyond standard parameter aggregation. The use of evidential uncertainty for client reweighting and the distillation approach for decoupled models represent potentially useful technical ideas for handling heterogeneity in privacy-preserving settings.
major comments (2)
- [Experiments] Experiments section: The comparisons are limited to existing SFL adaptations. No ablation applies the identical EA/BCC/DTD components inside a non-split baseline such as FedAvg or FedProx (with all other hyperparameters fixed). This leaves open the possibility that reported gains arise from the reweighting and distillation mechanisms themselves rather than from any split-specific representational change, directly undermining the architecture-aware premise stated in the abstract and introduction.
- [Introduction and §3] Introduction and §3: The observation that 'the split architecture of SFL inherently alters how client information is represented and coordinated' is presented as the foundation for the three techniques, yet no analysis, theorem, or controlled comparison quantifies this alteration relative to non-split FL. Without such grounding, the motivation for architecture-aware bias compensation remains untested and load-bearing for the novelty claim.
minor comments (2)
- [Abstract] The abstract asserts 'consistent outperformance' and 'extensive experiments' but supplies no quantitative metrics, error bars, or dataset-specific results; these should be summarized with key numbers in the abstract for clarity.
- [Method] Notation for evidential uncertainty in EA and the pairing logic in BCC should be formalized with explicit equations early in the method section to improve readability.
Simulated Author's Rebuttal
We thank the referee for the detailed and constructive feedback. We address each major comment below and describe the revisions we will make to strengthen the manuscript.
read point-by-point responses
-
Referee: [Experiments] Experiments section: The comparisons are limited to existing SFL adaptations. No ablation applies the identical EA/BCC/DTD components inside a non-split baseline such as FedAvg or FedProx (with all other hyperparameters fixed). This leaves open the possibility that reported gains arise from the reweighting and distillation mechanisms themselves rather than from any split-specific representational change, directly undermining the architecture-aware premise stated in the abstract and introduction.
Authors: We agree that this ablation is necessary to isolate the contribution of the split architecture. In the revised manuscript we will add experiments that apply the identical EA, BCC, and DTD components to non-split baselines (FedAvg and FedProx) under the same non-IID partitions and hyperparameter settings. These results will be reported alongside the existing SFL comparisons to clarify whether the observed gains are architecture-specific. revision: yes
-
Referee: [Introduction and §3] Introduction and §3: The observation that 'the split architecture of SFL inherently alters how client information is represented and coordinated' is presented as the foundation for the three techniques, yet no analysis, theorem, or controlled comparison quantifies this alteration relative to non-split FL. Without such grounding, the motivation for architecture-aware bias compensation remains untested and load-bearing for the novelty claim.
Authors: The claim is grounded in the structural properties of SFL, particularly the cut-layer representation and the decoupling of client and server models, which enable techniques such as BCC that operate directly on split-layer features. While we do not provide a formal theorem, we will expand the discussion in Section 3 with a more detailed qualitative analysis of these structural differences and add a controlled comparison (split versus non-split) in the experiments to quantify their effect on bias compensation. This will better support the architecture-aware motivation. revision: yes
Circularity Check
Derivation chain self-contained; no reduction to fitted inputs or self-citations
full rationale
The paper grounds its framework in an architectural observation about SFL (split models alter client information representation and coordination) and then introduces three new components—Evidential Aggregation, Bias-Compensated Collaboration, and Dual-Teacher Distillation—explicitly derived from that observation. No equations, parameter-fitting steps, or self-citations are presented that would make any claimed prediction or result equivalent to its own inputs by construction. The work reports independent experimental comparisons against existing SFL adaptations on five datasets, satisfying the criterion for a self-contained derivation against external benchmarks.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Non-IID data distributions cause biased optimization and unstable convergence in split federated learning
invented entities (3)
-
Evidential Aggregation
no independent evidence
-
Bias-Compensated Collaboration
no independent evidence
-
Dual-Teacher Distillation
no independent evidence
Lean theorems connected to this paper
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
Evidential Aggregation (EA) ... Dirichlet-based EDL framework ... aleatoric and epistemic uncertainties
-
IndisputableMonolith/Foundation/AbsoluteFloorClosure.leanabsolute_floor_iff_bare_distinguishability unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
Bias-Compensated Collaboration (BCC) ... pairing complementary clients ... Jensen-Shannon divergence
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Reference graph
Works this paper leans on
-
[1]
Journal of the ACM (JACM) , volume=
Linear-time approximation for maximum weight matching , author=. Journal of the ACM (JACM) , volume=. 2014 , publisher=
work page 2014
-
[2]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
HealSplit: Towards Self-Healing through Adversarial Distillation in Split Federated Learning , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[3]
IEEE Transactions on Mobile Computing , year=
HASFL: Heterogeneity-aware split federated learning over edge computing systems , author=. IEEE Transactions on Mobile Computing , year=
-
[4]
Proceedings of the Thirty-Fourth International Joint Conference on Artificial Intelligence , pages=
Heterogeneous federated learning with scalable server mixture-of-experts , author=. Proceedings of the Thirty-Fourth International Joint Conference on Artificial Intelligence , pages=
-
[5]
arXiv preprint arXiv:2511.11240 , year=
HealSplit: Towards Self-Healing through Adversarial Distillation in Split Federated Learning , author=. arXiv preprint arXiv:2511.11240 , year=
-
[6]
arXiv preprint arXiv:2012.13995 , year=
Fltrust: Byzantine-robust federated learning via trust bootstrapping , author=. arXiv preprint arXiv:2012.13995 , year=
-
[7]
IEEE signal processing magazine , volume=
The mnist database of handwritten digit images for machine learning research [best of the web] , author=. IEEE signal processing magazine , volume=. 2012 , publisher=
work page 2012
-
[8]
Proceedings of the AAAI conference on artificial intelligence , volume=
Reliable conflictive multi-view learning , author=. Proceedings of the AAAI conference on artificial intelligence , volume=
-
[9]
IEEE Transactions on Mobile Computing , year=
From Non-IID to IID: Mobility-aware Hierarchical Federated Learning with Client-Edge Association Control , author=. IEEE Transactions on Mobile Computing , year=
-
[10]
arXiv preprint arXiv:2411.12377 , year=
Non-IID data in federated learning: A survey with taxonomy, metrics, methods, frameworks and future directions , author=. arXiv preprint arXiv:2411.12377 , year=
-
[11]
Journal of the Franklin Institute , volume=
The jensen-shannon divergence , author=. Journal of the Franklin Institute , volume=. 1997 , publisher=
work page 1997
-
[12]
Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
Deep residual learning for image recognition , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
-
[13]
Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
Densely connected convolutional networks , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
-
[14]
Learning multiple layers of features from tiny images , author=. 2009 , publisher=
work page 2009
-
[15]
Advances in Neural Information Processing Systems , volume=
Convergence analysis of split federated learning on heterogeneous data , author=. Advances in Neural Information Processing Systems , volume=
-
[16]
IEEE Transactions on Network Science and Engineering , year=
FedVaccine: Robust Federated Learning in Noisy and Non-IID Wireless Network Environments , author=. IEEE Transactions on Network Science and Engineering , year=
-
[17]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Exponential moving average normalization for self-supervised and semi-supervised learning , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[18]
Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms
Fashion-mnist: a novel image dataset for benchmarking machine learning algorithms , author=. arXiv preprint arXiv:1708.07747 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[19]
The HAM10000 dataset, a large collection of multi-source dermatoscopic images of common pigmented skin lesions , author=. Scientific data , volume=. 2018 , publisher=
work page 2018
-
[20]
Proceedings of Machine learning and systems , volume=
Federated optimization in heterogeneous networks , author=. Proceedings of Machine learning and systems , volume=
-
[21]
Proceedings of the AAAI conference on artificial intelligence , volume=
Federated learning with extremely noisy clients via negative distillation , author=. Proceedings of the AAAI conference on artificial intelligence , volume=
-
[22]
arXiv preprint arXiv:2111.04263 , year=
Federated learning based on dynamic regularization , author=. arXiv preprint arXiv:2111.04263 , year=
-
[23]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
Fortifying Federated Learning Towards Trustworthiness via Auditable Data Valuation and Verifiable Client Contribution , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[24]
International conference on machine learning , pages=
Scaffold: Stochastic controlled averaging for federated learning , author=. International conference on machine learning , pages=. 2020 , organization=
work page 2020
-
[25]
IEEE Internet of Things Journal , volume=
Federated learning with non-iid data: A survey , author=. IEEE Internet of Things Journal , volume=. 2024 , publisher=
work page 2024
-
[26]
IEEE Transactions on Information Forensics and Security , year=
Maximizing uncertainty for federated learning via bayesian optimisation-based model poisoning , author=. IEEE Transactions on Information Forensics and Security , year=
-
[27]
Advances in Neural Information Processing Systems , volume=
Evidential Mixture Machines: Deciphering Multi-Label Correlations for Active Learning Sensitivity , author=. Advances in Neural Information Processing Systems , volume=
-
[28]
Advances in Neural Information Processing Systems , volume=
Flamby: Datasets and benchmarks for cross-silo federated learning in realistic healthcare settings , author=. Advances in Neural Information Processing Systems , volume=
-
[29]
Advances in Neural Information Processing Systems , volume=
Hyper-opinion evidential deep learning for out-of-distribution detection , author=. Advances in Neural Information Processing Systems , volume=
-
[30]
Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
Deep neural networks are easily fooled: High confidence predictions for unrecognizable images , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
-
[31]
arXiv preprint arXiv:2302.13824 , year=
Dirichlet-based uncertainty calibration for active domain adaptation , author=. arXiv preprint arXiv:2302.13824 , year=
-
[32]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
A simple data augmentation for feature distribution skewed federated learning , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[33]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Post-hoc uncertainty learning using a dirichlet meta-model , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[34]
IEEE Transactions on Dependable and Secure Computing , year=
Finding the PISTE: Towards understanding privacy leaks in vertical federated learning systems , author=. IEEE Transactions on Dependable and Secure Computing , year=
-
[35]
European Conference on Computer Vision , pages=
Select and distill: Selective dual-teacher knowledge transfer for continual learning on vision-language models , author=. European Conference on Computer Vision , pages=. 2024 , organization=
work page 2024
-
[36]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Think twice before selection: Federated evidential active learning for medical image analysis with domain shifts , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[37]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Rscfed: Random sampling consensus federated semi-supervised learning , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[38]
IEEE Transactions on Information Forensics and Security , year=
Evaluating security and robustness for split federated learning against poisoning attacks , author=. IEEE Transactions on Information Forensics and Security , year=
-
[39]
Advances in neural information processing systems , volume=
Evidential deep learning to quantify classification uncertainty , author=. Advances in neural information processing systems , volume=
-
[40]
Proceedings of the 30th Annual International Conference on Mobile Computing and Networking , pages=
Parallelsfl: A novel split federated learning framework tackling heterogeneity issues , author=. Proceedings of the 30th Annual International Conference on Mobile Computing and Networking , pages=
-
[41]
Advances in Neural Information Processing Systems , volume=
Confusion-resistant federated learning via diffusion-based data harmonization on non-IID data , author=. Advances in Neural Information Processing Systems , volume=
-
[42]
2024 IEEE 40th International Conference on Data Engineering (ICDE) , pages=
MergeSFL: Split federated learning with feature merging and batch size regulation , author=. 2024 IEEE 40th International Conference on Data Engineering (ICDE) , pages=. 2024 , organization=
work page 2024
-
[43]
Greedy algorithm for multiway matching with bounded regret , author=. Operations Research , volume=. 2024 , publisher=
work page 2024
-
[44]
IEEE Transactions on Mobile Computing , year=
Minimization of the Training Makespan in Hybrid Federated Split Learning , author=. IEEE Transactions on Mobile Computing , year=
-
[45]
Privacy-preserving federated learning for collaborative medical data mining in multi-institutional settings , author=. Scientific Reports , volume=. 2025 , publisher=
work page 2025
-
[46]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
Federated Learning with Domain Shift Eraser , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[47]
IEEE Transactions on Dependable and Secure Computing , year=
Split learning without local weight sharing to enhance client-side data privacy , author=. IEEE Transactions on Dependable and Secure Computing , year=
-
[48]
IEEE Transactions on Network Science and Engineering , volume=
Federated split learning via mutual knowledge distillation , author=. IEEE Transactions on Network Science and Engineering , volume=. 2024 , publisher=
work page 2024
-
[49]
Subjective Logic: A formalism for reasoning under uncertainty , author=. 2018 , publisher=
work page 2018
-
[50]
Journal of the Royal Statistical Society: Series B (Methodological) , volume=
A generalization of Bayesian inference , author=. Journal of the Royal Statistical Society: Series B (Methodological) , volume=. 1968 , publisher=
work page 1968
- [51]
- [52]
-
[53]
The Twelfth International Conference on Learning Representations , year=
Fedcda: Federated learning with cross-rounds divergence-aware aggregation , author=. The Twelfth International Conference on Learning Representations , year=
-
[54]
Advances in Neural Information Processing Systems , volume=
Compact language models via pruning and knowledge distillation , author=. Advances in Neural Information Processing Systems , volume=
-
[55]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Logit standardization in knowledge distillation , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[56]
Advances in Neural Information Processing Systems , volume=
FedGMKD: An efficient prototype federated learning framework through knowledge distillation and discrepancy-aware aggregation , author=. Advances in Neural Information Processing Systems , volume=
-
[57]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Learning from human educational wisdom: A student-centered knowledge distillation method , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2024 , publisher=
work page 2024
-
[58]
2024 IEEE 40th International Conference on Data Engineering (ICDE) , pages=
Dual-teacher de-biasing distillation framework for multi-domain fake news detection , author=. 2024 IEEE 40th International Conference on Data Engineering (ICDE) , pages=. 2024 , organization=
work page 2024
-
[59]
Proceedings of the IEEE/CVF winter conference on applications of computer vision , pages=
Frequency attention for knowledge distillation , author=. Proceedings of the IEEE/CVF winter conference on applications of computer vision , pages=
-
[60]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Small scale data-free knowledge distillation , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[61]
Advances in neural information processing systems , volume=
Group knowledge transfer: Federated learning of large cnns at the edge , author=. Advances in neural information processing systems , volume=
-
[62]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
An aggregation-free federated learning for tackling data heterogeneity , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[63]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Federated learning for generalization, robustness, fairness: A survey and benchmark , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2024 , publisher=
work page 2024
-
[64]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Fedas: Bridging inconsistency in personalized federated learning , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[65]
Nature communications , volume=
Introducing edge intelligence to smart meters via federated split learning , author=. Nature communications , volume=. 2024 , publisher=
work page 2024
-
[66]
IEEE/ACM Transactions on Networking , volume=
Accelerating federated learning with data and model parallelism in edge computing , author=. IEEE/ACM Transactions on Networking , volume=. 2023 , publisher=
work page 2023
-
[67]
Proceedings of the Twentieth European Conference on Computer Systems , pages=
Hourglass: Enabling Efficient Split Federated Learning with Data Parallelism , author=. Proceedings of the Twentieth European Conference on Computer Systems , pages=
-
[68]
Proceedings of the ACM Web Conference 2022 , pages=
Locfedmix-sl: Localize, federate, and mix for improved scalability, convergence, and latency in split learning , author=. Proceedings of the ACM Web Conference 2022 , pages=
work page 2022
-
[69]
IEEE Transactions on Mobile Computing , year=
Hierarchical split federated learning: Convergence analysis and system optimization , author=. IEEE Transactions on Mobile Computing , year=
-
[70]
Proceedings of the AAAI conference on artificial intelligence , volume=
Splitfed: When federated learning meets split learning , author=. Proceedings of the AAAI conference on artificial intelligence , volume=
-
[71]
RESFL: An Uncertainty-Aware Framework for Responsible Federated Learning by Balancing Privacy, Fairness and Utility in Autonomous Vehicles , author=. arXiv preprint arXiv:2503.16251 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[72]
Artificial intelligence and statistics , pages=
Communication-efficient learning of deep networks from decentralized data , author=. Artificial intelligence and statistics , pages=. 2017 , organization=
work page 2017
-
[73]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Re-thinking federated active learning based on inter-class diversity , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[74]
International Conference on Medical Image Computing and Computer-Assisted Intervention , pages=
FedEvi: Improving Federated Medical Image Segmentation via Evidential Weight Aggregation , author=. International Conference on Medical Image Computing and Computer-Assisted Intervention , pages=. 2024 , organization=
work page 2024
-
[75]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Reliable and interpretable personalized federated learning , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[76]
IEEE transactions on pattern analysis and machine intelligence , volume=
Trusted multi-view classification with dynamic evidential fusion , author=. IEEE transactions on pattern analysis and machine intelligence , volume=. 2022 , publisher=
work page 2022
-
[77]
Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V
Uncertainty quantification and confidence calibration in large language models: A survey , author=. Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V. 2 , pages=
-
[78]
IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
Revisiting essential and nonessential settings of evidential deep learning , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
-
[79]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Evidential multi-source-free unsupervised domain adaptation , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2024 , publisher=
work page 2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.