中文
相关论文

相关论文: ETran: Energy-Based Transferability Estimation

200 篇论文

Over the years various methods have been proposed for the problem of object detection. Recently, we have witnessed great strides in this domain owing to the emergence of powerful deep neural networks. However, there are typically two main…

计算机视觉与模式识别 · 计算机科学 2022-07-26 Klemen Kotar , Roozbeh Mottaghi

Motivated by the remarkable achievements of DETR-based approaches on COCO object detection and segmentation benchmarks, recent endeavors have been directed towards elevating their performance through self-supervised pre-training of…

计算机视觉与模式识别 · 计算机科学 2023-12-04 Yan Ma , Weicong Liang , Bohan Chen , Yiduo Hao , Bojian Hou , Xiangyu Yue , Chao Zhang , Yuhui Yuan

For high resolution scene mapping and object recognition, optical technologies such as cameras and LiDAR are the sensors of choice. However, for robust future vehicle autonomy and driver assistance in adverse weather conditions,…

计算机视觉与模式识别 · 计算机科学 2019-12-09 Marcel Sheeny , Andrew Wallace , Sen Wang

LiDAR-based 3D object detection has become an essential part of automated driving due to its ability to localize and classify objects precisely in 3D. However, object detectors face a critical challenge when dealing with unknown foreground…

计算机视觉与模式识别 · 计算机科学 2024-04-25 Michael Kösel , Marcel Schreiber , Michael Ulrich , Claudius Gläser , Klaus Dietmayer

Recent deep reinforcement learning (DRL) successes rely on end-to-end learning from fixed-size observational inputs (e.g. image, state-variables). However, many challenging and interesting problems in decision making involve observations or…

机器学习 · 计算机科学 2022-06-08 Vince Jankovics , Michael Garcia Ortiz , Eduardo Alonso

Class imbalance is an inherent problem in many machine learning classification tasks. This often leads to trained models that are unusable for any practical purpose. In this study we explore an unsupervised approach to address these…

机器学习 · 计算机科学 2021-08-20 Ademola Okerinde , Lior Shamir , William Hsu , Tom Theis , Nasik Nafi

A serious problem in image classification is that a trained model might perform well for input data that originates from the same distribution as the data available for model training, but performs much worse for out-of-distribution (OOD)…

计算机视觉与模式识别 · 计算机科学 2021-12-07 Rajat Koner , Poulami Sinhamahapatra , Karsten Roscher , Stephan Günnemann , Volker Tresp

Transfer learning enables to re-use knowledge learned on a source task to help learning a target task. A simple form of transfer learning is common in current state-of-the-art computer vision models, i.e. pre-training a model for image…

计算机视觉与模式识别 · 计算机科学 2021-11-23 Thomas Mensink , Jasper Uijlings , Alina Kuznetsova , Michael Gygli , Vittorio Ferrari

Transfer learning is a promising method for AOI applications since it can significantly shorten sample collection time and improve efficiency in today's smart manufacturing. However, related research enhanced the network models by applying…

计算机视觉与模式识别 · 计算机科学 2023-01-18 Erik Isai Valle Salgado , Haoxin Yan , Yue Hong , Peiyuan Zhu , Shidong Zhu , Chengwei Liao , Yanxiang Wen , Xiu Li , Xiang Qian , Xiaohao Wang , Xinghui Li

An ideal time series classification (TSC) should be able to capture invariant representations, but achieving reliable performance on out-of-distribution (OOD) data remains a core obstacle. This obstacle arises from the way models inherently…

机器学习 · 计算机科学 2026-05-20 Xin Wu , Fei Teng , Ji Zhang , Xingwang Li , Yuxuan Liang

We propose a novel approach for estimating the difficulty and transferability of supervised classification tasks. Unlike previous work, our approach is solution agnostic and does not require or assume trained models. Instead, we estimate…

机器学习 · 计算机科学 2019-08-23 Anh T. Tran , Cuong V. Nguyen , Tal Hassner

We propose a framework to continuously learn object-centric representations for visual learning and understanding. Existing object-centric representations either rely on supervisions that individualize objects in the scene, or perform…

计算机视觉与模式识别 · 计算机科学 2022-04-05 Chuanyu Pan , Yanchao Yang , Kaichun Mo , Yueqi Duan , Leonidas Guibas

Automated design of efficient transformer models has recently attracted significant attention from industry and academia. However, most works only focus on certain metrics while searching for the best-performing transformer architecture.…

机器学习 · 计算机科学 2023-03-27 Shikhar Tuli , Niraj K. Jha

Transfer learning is an important approach for addressing the challenges posed by limited data availability in various applications. It accomplishes this by transferring knowledge from well-established source domains to a less familiar…

机器学习 · 统计学 2025-03-03 Yeheng Ge , Xueyu Zhou , Jian Huang

Recent advances in unsupervised domain adaptation have significantly improved the recognition accuracy of CNNs by alleviating the domain shift between (labeled) source and (unlabeled) target data distributions. While the problem of…

计算机视觉与模式识别 · 计算机科学 2022-05-13 Le Thanh Nguyen-Meidine , Madhu Kiran , Marco Pedersoli , Jose Dolz , Louis-Antoine Blais-Morin , Eric Granger

We present a new method that views object detection as a direct set prediction problem. Our approach streamlines the detection pipeline, effectively removing the need for many hand-designed components like a non-maximum suppression…

计算机视觉与模式识别 · 计算机科学 2020-05-29 Nicolas Carion , Francisco Massa , Gabriel Synnaeve , Nicolas Usunier , Alexander Kirillov , Sergey Zagoruyko

Domain adaptation for object detection (DAOD) has recently drawn much attention owing to its capability of detecting target objects without any annotations. To tackle the problem, previous works focus on aligning features extracted from…

计算机视觉与模式识别 · 计算机科学 2022-07-21 Mirae Do , Seogkyu Jeon , Pilhyeon Lee , Kibeom Hong , Yu-seung Ma , Hyeran Byun

Transfer learning with models pretrained on ImageNet has become a standard practice in computer vision. Transfer learning refers to fine-tuning pretrained weights of a neural network on a downstream task, typically unrelated to ImageNet.…

计算机视觉与模式识别 · 计算机科学 2026-03-24 Xander Coetzer , Arné Schreuder , Anna Sergeevna Bosman

How would you fairly evaluate two multi-object tracking algorithms (i.e. trackers), each one employing a different object detector? Detectors keep improving, thus trackers can make less effort to estimate object states over time. Is it then…

计算机视觉与模式识别 · 计算机科学 2022-12-19 Juan C. SanMiguel , Jorge Muñoz , Fabio Poiesi

Reliable perception during fast motion maneuvers or in high dynamic range environments is crucial for robotic systems. Since event cameras are robust to these challenging conditions, they have great potential to increase the reliability of…

计算机视觉与模式识别 · 计算机科学 2022-02-04 Nico Messikommer , Daniel Gehrig , Mathias Gehrig , Davide Scaramuzza