中文
相关论文

相关论文: Mitigating Negative Flips via Margin Preserving Tr…

200 篇论文

Reducing inconsistencies in the behavior of different versions of an AI system can be as important in practice as reducing its overall error. In image classification, sample-wise inconsistencies appear as "negative flips": A new model…

计算机视觉与模式识别 · 计算机科学 2021-05-19 Sijie Yan , Yuanjun Xiong , Kaustav Kundu , Shuo Yang , Siqi Deng , Meng Wang , Wei Xia , Stefano Soatto

Deep convolutional neural networks have made significant breakthroughs in medical image classification, under the assumption that training samples from all classes are simultaneously available. However, in real-world medical scenarios,…

计算机视觉与模式识别 · 计算机科学 2024-07-23 Xuze Hao , Wenqian Ni , Xuhao Jiang , Weimin Tan , Bo Yan

Class imbalance poses a challenge for developing unbiased, accurate predictive models. In particular, in image segmentation neural networks may overfit to the foreground samples from small structures, which are often heavily…

计算机视觉与模式识别 · 计算机科学 2021-02-23 Zeju Li , Konstantinos Kamnitsas , Ben Glocker

Metric learning seeks perceptual embeddings where visually similar instances are close and dissimilar instances are apart, but learned representations can be sub-optimal when the distribution of intra-class samples is diverse and distinct…

机器学习 · 计算机科学 2021-08-30 Elad Levi , Tete Xiao , Xiaolong Wang , Trevor Darrell

Machine-learning models demand periodic updates to improve their average accuracy, exploiting novel architectures and additional data. However, a newly updated model may commit mistakes the previous model did not make. Such…

机器学习 · 计算机科学 2025-05-30 Daniele Angioni , Luca Demetrio , Maura Pintor , Luca Oneto , Davide Anguita , Battista Biggio , Fabio Roli

This paper introduces a negative margin loss to metric learning based few-shot learning methods. The negative margin loss significantly outperforms regular softmax loss, and achieves state-of-the-art accuracy on three standard few-shot…

计算机视觉与模式识别 · 计算机科学 2020-03-27 Bin Liu , Yue Cao , Yutong Lin , Qi Li , Zheng Zhang , Mingsheng Long , Han Hu

Negative flips are errors introduced in a classification system when a legacy model is updated. Existing methods to reduce the negative flip rate (NFR) either do so at the expense of overall accuracy by forcing a new model to imitate the…

机器学习 · 计算机科学 2024-04-23 Yue Zhao , Yantao Shen , Yuanjun Xiong , Shuo Yang , Wei Xia , Zhuowen Tu , Bernt Schiele , Stefano Soatto

Confidence calibration is an emerging challenge in real-world decision systems based on foundations models when used for downstream vision classification tasks. Due to various reasons exposed, logit scores on the CLIP head remain large…

计算机视觉与模式识别 · 计算机科学 2025-09-26 Behraj Khan , Tahir Syed

Classification is an important statistical learning tool. In real application, besides high prediction accuracy, it is often desirable to estimate class conditional probabilities for new observations. For traditional problems where the…

统计理论 · 数学 2025-03-18 Guo Xian Yau , Chong Zhang

Person re-identification (ReID) aims to match people across multiple non-overlapping video cameras deployed at different locations. To address this challenging problem, many metric learning approaches have been proposed, among which triplet…

计算机视觉与模式识别 · 计算机科学 2018-12-18 Yingying Zhang , Qiaoyong Zhong , Liang Ma , Di Xie , Shiliang Pu

With advances in digital technology, the classification of medical images has become a crucial step for image-based clinical decision support systems. Automatic medical image classification represents a pivotal domain where the use of AI…

计算机视觉与模式识别 · 计算机科学 2024-09-09 Abu Adnan Sadi , Labib Chowdhury , Nusrat Jahan , Mohammad Newaz Sharif Rafi , Radeya Chowdhury , Faisal Ahamed Khan , Nabeel Mohammed

A discriminatively trained neural net classifier can fit the training data perfectly if all information about its input other than class membership has been discarded prior to the output layer. Surprisingly, past research has discovered…

机器学习 · 计算机科学 2021-07-23 Piotr Teterwak , Chiyuan Zhang , Dilip Krishnan , Michael C. Mozer

Selective classification, in which models can abstain on uncertain predictions, is a natural approach to improving accuracy in settings where errors are costly but abstentions are manageable. In this paper, we find that while selective…

机器学习 · 计算机科学 2021-04-15 Erik Jones , Shiori Sagawa , Pang Wei Koh , Ananya Kumar , Percy Liang

In real-world applications of multi-class classification models, misclassification in an important class (e.g., stop sign) can be significantly more harmful than in other classes (e.g., speed limit). In this paper, we propose a loss…

机器学习 · 计算机科学 2024-06-03 Daiki Nishiyama , Kazuto Fukuchi , Youhei Akimoto , Jun Sakuma

With its powerful visual-language alignment capability, CLIP performs well in zero-shot and few-shot learning tasks. However, we found in experiments that CLIP's logits suffer from serious inter-class confusion problems in downstream tasks,…

计算机视觉与模式识别 · 计算机科学 2025-04-17 Shuo Li , Fang Liu , Zehua Hao , Xinyi Wang , Lingling Li , Xu Liu , Puhua Chen , Wenping Ma

One of the main challenges for feature representation in deep learning-based classification is the design of appropriate loss functions that exhibit strong discriminative power. The classical softmax loss does not explicitly encourage…

计算机视觉与模式识别 · 计算机科学 2022-06-24 Xiong Zhou , Xianming Liu , Deming Zhai , Junjun Jiang , Xin Gao , Xiangyang Ji

With the wide application of machine learning algorithms to the real world, class imbalance and concept drift have become crucial learning issues. Class imbalance happens when the data categories are not equally represented, i.e., at least…

机器学习 · 计算机科学 2017-08-01 Shuo Wang , Leandro L. Minku , Nitesh Chawla , Xin Yao

Detecting fraudulent auto-insurance claims remains a challenging classification problem, largely due to the extreme imbalance between legitimate and fraudulent cases. Standard learning algorithms tend to overfit to the majority class,…

机器学习 · 计算机科学 2026-01-26 Francis Boabang , Samuel Asante Gyamerah

Trained classification models can unintentionally lead to biased representations and predictions, which can reinforce societal preconceptions and stereotypes. Existing debiasing methods for classification models, such as adversarial…

计算与语言 · 计算机科学 2021-09-23 Aili Shen , Xudong Han , Trevor Cohn , Timothy Baldwin , Lea Frermann

The performance of active learning algorithms can be improved in two ways. The often used and intuitive way is by reducing the overall error rate within the test set. The second way is to ensure that correct predictions are not forgotten…

机器学习 · 计算机科学 2024-11-19 Ryan Benkert , Mohit Prabhushankar , Ghassan AlRegib
‹ 上一页 1 2 3 10 下一页 ›