中文
相关论文

相关论文: AdaFocal: Calibration-aware Adaptive Focal Loss

200 篇论文

In this work, we quantitatively calibrate the performance of global and local models in federated learning through a multi-criterion optimization-based framework, which we cast as a constrained program. The objective of a device is its…

机器学习 · 计算机科学 2023-02-02 Amrit Singh Bedi , Chen Fan , Alec Koppel , Anit Kumar Sahu , Brian M. Sadler , Furong Huang , Dinesh Manocha

Cache-based approaches stand out as both effective and efficient for adapting vision-language models (VLMs). Nonetheless, the existing cache model overlooks three crucial aspects. 1) Pre-trained VLMs are mainly optimized for image-text…

计算机视觉与模式识别 · 计算机科学 2024-10-14 Kun Ding , Qiang Yu , Haojian Zhang , Gaofeng Meng , Shiming Xiang

Active Learning (AL) has the potential to solve a major problem of digital pathology: the efficient acquisition of labeled data for machine learning algorithms. However, existing AL methods often struggle in realistic settings with…

计算机视觉与模式识别 · 计算机科学 2024-04-09 Arne Schmidt , Pablo Morales-Álvarez , Lee A. D. Cooper , Lee A. Newberg , Andinet Enquobahrie , Aggelos K. Katsaggelos , Rafael Molina

Model calibration aims to align confidence with prediction correctness. The Cross-Entropy (CE) loss is widely used for calibrator training, which enforces the model to increase confidence on the ground truth class. However, we find the CE…

计算机视觉与模式识别 · 计算机科学 2025-02-13 Yuchi Liu , Lei Wang , Yuli Zou , James Zou , Liang Zheng

Accurate and reliable probability predictions are essential for multi-class supervised learning tasks, where well-calibrated models enable rational decision-making. While isotonic regression has proven effective for binary calibration, its…

机器学习 · 计算机科学 2025-12-11 Alon Arad , Saharon Rosset

Many vision datasets now provide segmentation masks in addition to annotated images to support a wide range of tasks. In this work, we propose Class Activation Map Attention Learning (CAMAL), an efficient and scalable method that utilizes…

图像与视频处理 · 电气工程与系统科学 2026-05-12 Rajdeep Singh Hundal , Yan Xiao , Jin Song Dong , Manuel Rigger

There is an increasing number of pre-trained deep neural network models. However, it is still unclear how to effectively use these models for a new task. Transfer learning, which aims to transfer knowledge from source tasks to a target…

计算机视觉与模式识别 · 计算机科学 2019-12-10 Yunhui Guo , Yandong Li , Liqiang Wang , Tajana Rosing

Transformer-based scientific foundation models are increasingly deployed in high-stakes settings, but current architectures give deterministic outputs and provide limited support for calibrated predictive uncertainty. We propose Stochastic…

机器学习 · 计算机科学 2026-05-12 Akash Yadav , Taiwo A. Adebiyi , Ruda Zhang

Current deep regression models usually learn in a point-wise way that treats each sample as an independent input, neglecting the relative ordering among different data. Consequently, the regression model could neglect the data's…

机器学习 · 计算机科学 2025-02-11 Fuhang Liang , Rucong Xu , Deng Lin

Accurate sensor calibration is crucial for autonomous systems, yet its uncertainty quantification remains underexplored. We present the first approach to integrate uncertainty awareness into online extrinsic calibration, combining Monte…

计算机视觉与模式识别 · 计算机科学 2025-04-28 Mathieu Cocheteux , Julien Moreau , Franck Davoine

Focal Loss has reached incredible popularity as it uses a simple technique to identify and utilize hard examples to achieve better performance on classification. However, this method does not easily generalize outside of classification…

计算机视觉与模式识别 · 计算机科学 2022-07-19 Chen Liu , Xiaomeng Dong , Michael Potter , Hsi-Ming Chang , Ravi Soni

Driver monitoring systems require not just high accuracy but reliable, well-calibrated confidence scores for safety-critical deployment. While direct low-resolution training yields high overall accuracy, it produces poorly calibrated…

计算机视觉与模式识别 · 计算机科学 2025-09-30 Ibne Farabi Shihab , Weiheng Chai , Jiyang Wang , Sanjeda Akter , Senem Velipasalar Gursoy , Anuj Sharma

Out-of-distribution (OOD) detection is paramount to ensuring the reliability and robustness of learning models in real-world applications. Existing post-hoc OOD detection methods detect OOD samples by leveraging their features and logits…

计算机视觉与模式识别 · 计算机科学 2025-11-05 Kun Zou , Yongheng Xu , Jianxing Yu , Yan Pan , Jian Yin , Hanjiang Lai

Most estimators collapse all uncertainty modes into a single confidence score, preventing reliable reasoning about when to allocate more compute or adjust inference. We introduce Uncertainty-Guided Inference-Time Selection, a lightweight…

计算机视觉与模式识别 · 计算机科学 2025-11-18 Divake Kumar , Patrick Poggi , Sina Tayebati , Devashri Naik , Nilesh Ahuja , Amit Ranjan Trivedi

Decentralized learning is crucial in supporting on-device learning over large distributed datasets, eliminating the need for a central server. However, the communication overhead remains a major bottleneck for the practical realization of…

机器学习 · 计算机科学 2024-04-10 Sai Aparna Aketi , Abolfazl Hashemi , Kaushik Roy

Federated learning has attracted considerable interest for collaborative machine learning in healthcare to leverage separate institutional datasets while maintaining patient privacy. However, additional challenges such as poor calibration…

机器学习 · 计算机科学 2022-01-19 Charles Lu , Jayasheree Kalpathy-Cramer

Reliable confidence estimation for the predictions is important in many safety-critical applications. However, modern deep neural networks are often overconfident for their incorrect predictions. Recently, many calibration methods have been…

机器学习 · 计算机科学 2023-03-07 Fei Zhu , Zhen Cheng , Xu-Yao Zhang , Cheng-Lin Liu

While deep learning models like Vision Transformer (ViT) have achieved significant advances, they typically require large datasets. With data privacy regulations, access to many original datasets is restricted, especially medical images.…

计算机视觉与模式识别 · 计算机科学 2026-02-03 Xinyuan Zhao , Yihang Wu , Ahmad Chaddad , Tareef Daqqaq , Reem Kateb

Recent advances in Multi-modal Large Language Models (MLLMs) have predominantly focused on enhancing visual perception to improve accuracy. However, a critical question remains unexplored: Do models know when they do not know? Through a…

计算机视觉与模式识别 · 计算机科学 2026-03-13 Yuetian Du , Yucheng Wang , Rongyu Zhang , Zhijie Xu , Boyu Yang , Ming Kong , Jie Liu , Qiang Zhu

AdaBelief, one of the current best optimizers, demonstrates superior generalization ability compared to the popular Adam algorithm by viewing the exponential moving average of observed gradients. AdaBelief is theoretically appealing in that…

机器学习 · 计算机科学 2022-05-26 Yangfan Zhou , Kaizhu Huang , Cheng Cheng , Xuguang Wang , Amir Hussain , Xin Liu