中文
相关论文

相关论文: Visual Data Diagnosis and Debiasing with Concept G…

200 篇论文

Large-scale datasets have played a crucial role in the advancement of computer vision. However, they often suffer from problems such as class imbalance, noisy labels, dataset bias, or high resource costs, which can inhibit model performance…

计算机视觉与模式识别 · 计算机科学 2023-10-09 Zhijing Wan , Zhixiang Wang , CheukTing Chung , Zheng Wang

Scene graphs are semantic abstraction of images that encourage visual understanding and reasoning. However, the performance of Scene Graph Generation (SGG) is unsatisfactory when faced with biased data in real-world scenarios. Conventional…

计算机视觉与模式识别 · 计算机科学 2021-06-09 Jing Yu , Yuan Chai , Yujing Wang , Yue Hu , Qi Wu

Image classification is an essential part of computer vision which assigns a given input image to a specific category based on the similarity evaluation within given criteria. While promising classifiers can be obtained through deep…

计算机视觉与模式识别 · 计算机科学 2024-07-09 Emma Andrews , Prabhat Mishra

Machine learning models achieve state-of-the-art performance on many supervised learning tasks. However, prior evidence suggests that these models may learn to rely on shortcut biases or spurious correlations (intuitively, correlations that…

机器学习 · 计算机科学 2021-08-31 Sindhu C. M. Gowda , Shalmali Joshi , Haoran Zhang , Marzyeh Ghassemi

Deep learning models often learn and exploit spurious correlations in training data, using these non-target features to inform their predictions. Such reliance leads to performance degradation and poor generalization on unseen data. To…

计算与语言 · 计算机科学 2025-11-21 Kyohoon Jin , Juhwan Choi , Jungmin Yun , Junho Lee , Soojin Jang , Youngbin Kim

Vision-language (VL) understanding tasks evaluate models' comprehension of complex visual scenes through multiple-choice questions. However, we have identified two dataset biases that models can exploit as shortcuts to resolve various VL…

计算机视觉与模式识别 · 计算机科学 2023-11-02 Zhecan Wang , Long Chen , Haoxuan You , Keyang Xu , Yicheng He , Wenhao Li , Noel Codella , Kai-Wei Chang , Shih-Fu Chang

Model explanations such as saliency maps can improve user trust in AI by highlighting important features for a prediction. However, these become distorted and misleading when explaining predictions of images that are subject to systematic…

计算机视觉与模式识别 · 计算机科学 2022-03-30 Wencan Zhang , Mariella Dimiccoli , Brian Y. Lim

Recent advancements in pre-trained large-scale language-image models have ushered in a new era of visual comprehension, offering a significant leap forward. These breakthroughs have proven particularly instrumental in addressing…

计算机视觉与模式识别 · 计算机科学 2023-11-03 Yiran Li , Junpeng Wang , Prince Aboagye , Michael Yeh , Yan Zheng , Liang Wang , Wei Zhang , Kwan-Liu Ma

Computer vision datasets frequently contain spurious correlations between task-relevant labels and (easy to learn) latent task-irrelevant attributes (e.g. context). Models trained on such datasets learn "shortcuts" and underperform on…

计算机视觉与模式识别 · 计算机科学 2023-10-02 Sriram Yenamandra , Pratik Ramesh , Viraj Prabhu , Judy Hoffman

We present a novel methodology that combines graph and dense segmentation techniques by jointly learning both point and pixel contour representations, thereby leveraging the benefits of each approach. This addresses deficiencies in typical…

计算机视觉与模式识别 · 计算机科学 2024-02-20 Kit Mills Bransby , Greg Slabaugh , Christos Bourantas , Qianni Zhang

Computer vision models learn to perform a task by capturing relevant statistics from training data. It has been shown that models learn spurious age, gender, and race correlations when trained for seemingly unrelated tasks like activity…

计算机视觉与模式识别 · 计算机科学 2020-04-03 Zeyu Wang , Klint Qinami , Ioannis Christos Karakozis , Kyle Genova , Prem Nair , Kenji Hata , Olga Russakovsky

Convolutional Neural Networks (CNN) have become de fact state-of-the-art for the main computer vision tasks. However, due to the complex underlying structure their decisions are hard to understand which limits their use in some context of…

计算机视觉与模式识别 · 计算机科学 2021-07-02 Nina Schaaf , Omar de Mitri , Hang Beom Kim , Alexander Windberger , Marco F. Huber

In machine learning, a bias occurs whenever training sets are not representative for the test data, which results in unreliable models. The most common biases in data are arguably class imbalance and covariate shift. In this work, we aim to…

机器学习 · 计算机科学 2018-04-04 Patrick Glauner , Radu State , Petko Valtchev , Diogo Duarte

Identifying and mitigating bias in deep learning algorithms has gained significant popularity in the past few years due to its impact on the society. Researchers argue that models trained on balanced datasets with good representation…

计算机视觉与模式识别 · 计算机科学 2021-08-17 Puspita Majumdar , Surbhi Mittal , Richa Singh , Mayank Vatsa

While deep neural networks have achieved remarkable performance, data augmentation has emerged as a crucial strategy to mitigate overfitting and enhance network performance. These techniques hold particular significance in industrial…

计算机视觉与模式识别 · 计算机科学 2024-01-19 Hyungmin Kim , Donghun Kim , Pyunghwan Ahn , Sungho Suh , Hansang Cho , Junmo Kim

Existing Unbiased Scene Graph Generation (USGG) methods only focus on addressing the predicate-level imbalance that high-frequency classes dominate predictions of rare ones, while overlooking the concept-level imbalance. Actually, even if…

计算机视觉与模式识别 · 计算机科学 2024-07-17 Xinyu Lyu , Lianli Gao , Junlin Xie , Pengpeng Zeng , Yulu Tian , Jie Shao , Heng Tao Shen

Data stream processing has become a landmark in modern machine learning applications, with concept drifts and novel class appearances posing the primary challenges faced by sophisticated recognition methods. This work proposes an…

机器学习 · 计算机科学 2026-05-29 Joanna Komorniczak

Model explanations such as saliency maps can improve user trust in AI by highlighting important features for a prediction. However, these become distorted and misleading when explaining predictions of images that are subject to systematic…

人机交互 · 计算机科学 2022-03-02 Wencan Zhang , Mariella Dimiccoli , Brian Y. Lim

Continuous machine learning pipelines are common in industrial settings where models are periodically trained on data streams. Unfortunately, concept drifts may occur in data streams where the joint distribution of the data X and label y,…

机器学习 · 计算机科学 2023-12-18 Minsu Kim , Seong-Hyeon Hwang , Steven Euijong Whang

Deep learning models are prone to learning shortcut solutions to problems using spuriously correlated yet irrelevant features of their training data. In high-risk applications such as medical image analysis, this phenomenon may prevent…

计算机视觉与模式识别 · 计算机科学 2025-11-25 Christopher Boland , Sotirios Tsaftaris , Sonia Dahdouh