中文
相关论文

相关论文: VIPriors 4: Visual Inductive Priors for Data-Effic…

200 篇论文

The third edition of the "VIPriors: Visual Inductive Priors for Data-Efficient Deep Learning" workshop featured four data-impaired challenges, focusing on addressing the limitations of data availability in training deep learning models for…

计算机视觉与模式识别 · 计算机科学 2023-06-01 Robert-Jan Bruintjes , Attila Lengyel , Marcos Baptista Rios , Osman Semih Kayhan , Davide Zambrano , Nergis Tomen , Jan van Gemert

We present the first edition of "VIPriors: Visual Inductive Priors for Data-Efficient Deep Learning" challenges. We offer four data-impaired challenges, where models are trained from scratch, and we reduce the number of training samples to…

计算机视觉与模式识别 · 计算机科学 2021-03-08 Robert-Jan Bruintjes , Attila Lengyel , Marcos Baptista Rios , Osman Semih Kayhan , Jan van Gemert

The second edition of the "VIPriors: Visual Inductive Priors for Data-Efficient Deep Learning" challenges featured five data-impaired challenges, where models are trained from scratch on a reduced number of training samples for various key…

计算机视觉与模式识别 · 计算机科学 2022-01-24 Attila Lengyel , Robert-Jan Bruintjes , Marcos Baptista Rios , Osman Semih Kayhan , Davide Zambrano , Nergis Tomen , Jan van Gemert

Deep Learning requires large amounts of data to train models that work well. In data-deficient settings, performance can be degraded. We investigate which Deep Learning methods benefit training models in a data-deficient setting, by…

计算机视觉与模式识别 · 计算机科学 2025-06-11 Robert-Jan Bruintjes , Attila Lengyel , Osman Semih Kayhan , Davide Zambrano , Nergis Tömen , Hadi Jamali-Rad , Jan van Gemert

The Visual Inductive Priors(VIPriors) for Data-Efficient Computer Vision challenges ask competitors to train models from scratch in a data-deficient setting. In this paper, we introduce the technical details of our submission to the…

计算机视觉与模式识别 · 计算机科学 2021-12-03 Bo Yan , Fengliang Qi , Leilei Cao , Hongbin Wang

Instance segmentation is applied widely in image editing, image analysis and autonomous driving, etc. However, insufficient data is a common problem in practical applications. The Visual Inductive Priors(VIPriors) Instance Segmentation…

计算机视觉与模式识别 · 计算机科学 2022-11-22 Bo Yan , Xingran Zhao , Yadong Li , Hongbin Wang

Learning from limited amounts of data is the hallmark of intelligence, requiring strong generalization and abstraction skills. In a machine learning context, data-efficient methods are of high practical importance since data collection and…

计算机视觉与模式识别 · 计算机科学 2021-09-29 Björn Barz , Lorenzo Brigato , Luca Iocchi , Joachim Denzler

Instance segmentation is a fundamental task in computer vision with broad applications across various industries. In recent years, with the proliferation of deep learning and artificial intelligence applications, how to train effective…

计算机视觉与模式识别 · 计算机科学 2024-03-19 Chih-Chung Hsu , Chia-Ming Lee , Ming-Shyen Wu

This paper is a brief report to our submission to the VIPriors Object Detection Challenge. Object Detection has attracted many researchers' attention for its full application, but it is still a challenging task. In this paper, we study…

计算机视觉与模式识别 · 计算机科学 2020-07-17 Zhipeng Luo , Lixuan Che

Recent advances in deep learning have led to a data-centric intelligence i.e. artificially intelligent models unlocking the potential to ingest a large amount of data and be really good at performing digital tasks such as text-to-image…

计算机视觉与模式识别 · 计算机科学 2024-06-03 Muhammad Zubair Irshad

The widespread availability of pre-trained vision models has enabled numerous deep learning applications through their transferable representations. However, their computational and storage costs often limit practical deployment.…

计算机视觉与模式识别 · 计算机科学 2025-09-30 Leonardo Iurada , Beatrice Occhiena , Tatiana Tommasi

The effectiveness of scaling up training data in robotic manipulation is still limited. A primary challenge in manipulation is the tasks are diverse, and the trained policy would be confused if the task targets are not specified clearly.…

机器人学 · 计算机科学 2025-02-12 Zhuoling Li , Liangliang Ren , Jinrong Yang , Yong Zhao , Xiaoyang Wu , Zhenhua Xu , Xiang Bai , Hengshuang Zhao

Deep learning is increasingly moving towards a transfer learning paradigm whereby large foundation models are fine-tuned on downstream tasks, starting from an initialization learned on the source task. But an initialization contains…

One of the primary challenges faced by deep learning is the degree to which current methods exploit superficial statistics and dataset bias, rather than learning to generalise over the specific representations they have experienced. This is…

计算机视觉与模式识别 · 计算机科学 2019-07-30 Damien Teney , Peng Wang , Jiewei Cao , Lingqiao Liu , Chunhua Shen , Anton van den Hengel

Image classification has always been a hot and challenging task. This paper is a brief report to our submission to the VIPriors Image Classification Challenge. In this challenge, the difficulty is how to train the model from scratch without…

计算机视觉与模式识别 · 计算机科学 2020-07-20 Zhipeng Luo , Ge Li , Zhiguang Zhang

In many real-life tasks of application of supervised learning approaches, all the training data are not available at the same time. The examples are lifelong image classification or recognition of environmental objects during interaction of…

机器学习 · 计算机科学 2020-06-15 Miltiadis Poursanidis , Jenny Benois-Pineau , Akka Zemmari , Boris Mansenca , Aymar de Rugy

The knowledge that humans hold about a problem often extends far beyond a set of training data and output labels. While the success of deep learning mostly relies on supervised training, important properties cannot be inferred efficiently…

计算机视觉与模式识别 · 计算机科学 2019-11-19 Damien Teney , Ehsan Abbasnejad , Anton van den Hengel

Deep learning's success has been attributed to the training of large, overparameterized models on massive amounts of data. As this trend continues, model training has become prohibitively costly, requiring access to powerful computing…

机器学习 · 计算机科学 2021-11-25 Ravi S Raju , Kyle Daruwalla , Mikko Lipasti

Visual recognition under adverse conditions is a very important and challenging problem of high practical value, due to the ubiquitous existence of quality distortions during image acquisition, transmission, or storage. While deep neural…

计算机视觉与模式识别 · 计算机科学 2019-04-04 Ding Liu , Bowen Cheng , Zhangyang Wang , Haichao Zhang , Thomas S. Huang

Vision Transformers (ViTs) have shown promising performance compared with Convolutional Neural Networks (CNNs), but the training of ViTs is much harder than CNNs. In this paper, we define several metrics, including Dynamic Data Proportion…

计算机视觉与模式识别 · 计算机科学 2022-09-30 Benjia Zhou , Pichao Wang , Jun Wan , Yanyan Liang , Fan Wang
‹ 上一页 1 2 3 10 下一页 ›