中文
相关论文

相关论文: Towards Rapid Prototyping and Comparability in Act…

200 篇论文

The great success that deep models have achieved in the past is mainly owed to large amounts of labeled training data. However, the acquisition of labeled data for new tasks aside from existing benchmarks is both challenging and costly.…

计算机视觉与模式识别 · 计算机科学 2018-09-27 Clemens-Alexander Brust , Christoph Käding , Joachim Denzler

Active learning approaches in computer vision generally involve querying strong labels for data. However, previous works have shown that weak supervision can be effective in training models for vision tasks while greatly reducing annotation…

计算机视觉与模式识别 · 计算机科学 2019-10-16 Sai Vikas Desai , Akshay L Chandra , Wei Guo , Seishi Ninomiya , Vineeth N Balasubramanian

Deep neural networks have reached high accuracy on object detection but their success hinges on large amounts of labeled data. To reduce the labels dependency, various active learning strategies have been proposed, typically based on the…

计算机视觉与模式识别 · 计算机科学 2021-11-30 Ismail Elezi , Zhiding Yu , Anima Anandkumar , Laura Leal-Taixe , Jose M. Alvarez

Active learning aims to reduce labeling costs by selecting only the most informative samples on a dataset. Few existing works have addressed active learning for object detection. Most of these methods are based on multiple models or are…

计算机视觉与模式识别 · 计算机科学 2021-08-24 Jiwoong Choi , Ismail Elezi , Hyuk-Jae Lee , Clement Farabet , Jose M. Alvarez

The cost of drawing object bounding boxes (i.e. labeling) for millions of images is prohibitively high. For instance, labeling pedestrians in a regular urban image could take 35 seconds on average. Active learning aims to reduce the cost of…

计算机视觉与模式识别 · 计算机科学 2019-11-22 Hamed H. Aghdam , Abel Gonzalez-Garcia , Joost van de Weijer , Antonio M. López

Training a deep object detector for autonomous driving requires a huge amount of labeled data. While recording data via on-board sensors such as camera or LiDAR is relatively easy, annotating data is very tedious and time-consuming,…

机器人学 · 计算机科学 2019-05-07 Di Feng , Xiao Wei , Lars Rosenbaum , Atsuto Maki , Klaus Dietmayer

Deep Neural Networks trained in a fully supervised fashion are the dominant technology in perception-based autonomous driving systems. While collecting large amounts of unlabeled data is already a major undertaking, only a subset of it can…

计算机视觉与模式识别 · 计算机科学 2020-04-10 Elmar Haussmann , Michele Fenzi , Kashyap Chitta , Jan Ivanecky , Hanson Xu , Donna Roy , Akshita Mittel , Nicolas Koumchatzky , Clement Farabet , Jose M. Alvarez

Training deep object detectors demands expensive bounding box annotation. Active learning (AL) is a promising technique to alleviate the annotation burden. Performing AL at box-level for object detection, i.e., selecting the most…

计算机视觉与模式识别 · 计算机科学 2025-08-26 Jingyi Liao , Xun Xu , Chuan-Sheng Foo , Lile Cai

In machine learning, the term active learning regroups techniques that aim at selecting the most useful data to label from a large pool of unlabelled examples. While supervised deep learning techniques have shown to be increasingly…

计算机视觉与模式识别 · 计算机科学 2021-01-08 Alex Goupilleau , Tugdual Ceillier , Marie-Caroline Corbineau

Annotating bounding boxes is costly and limits the scalability of object detection. This challenge is compounded by the need to preserve high accuracy while minimizing manual effort in real-world applications. Prior active learning methods…

计算机视觉与模式识别 · 计算机科学 2026-05-12 Rashi Sharma , Justin Timothy C. Bersamin , Karthikk Subramanian

Active learning (AL) is a prominent technique for reducing the annotation effort required for training machine learning models. Deep learning offers a solution for several essential obstacles to deploying AL in practice but introduces many…

Deep Learning (DL) has brought significant advances to robotics vision tasks. However, most existing DL methods have a major shortcoming, they rely on a static inference paradigm inherent in traditional computer vision pipelines. On the…

计算机视觉与模式识别 · 计算机科学 2023-12-19 Stefanos Ginargiros , Nikolaos Passalis , Anastasios Tefas

Active learning is an important technology for automated machine learning systems. In contrast to Neural Architecture Search (NAS) which aims at automating neural network architecture design, active learning aims at automating training data…

计算机视觉与模式识别 · 计算机科学 2022-11-28 Zhanpeng Feng , Shiliang Zhang , Rinyoichi Takezoe , Wenze Hu , Manmohan Chandraker , Li-Jia Li , Vijay K. Narayanan , Xiaoyu Wang

Object detection requires substantial labeling effort for learning robust models. Active learning can reduce this effort by intelligently selecting relevant examples to be annotated. However, selecting these examples properly without…

机器学习 · 计算机科学 2022-12-09 Dominik Probst , Hasnain Raza , Erik Rodner

Deep learning is currently reaching outstanding performances on different tasks, including image classification, especially when using large neural networks. The success of these models is tributary to the availability of large collections…

计算机视觉与模式识别 · 计算机科学 2024-12-31 Mingyuan Jiu , Xuguang Song , Hichem Sahbi , Shupan Li , Yan Chen , Wei Guo , Lihua Guo , Mingliang Xu

Active learning has emerged as a promising approach to reduce the substantial annotation burden in 3D object detection tasks, spurring several initiatives in outdoor environments. However, its application in indoor environments remains…

计算机视觉与模式识别 · 计算机科学 2025-03-21 Jiangyi Wang , Na Zhao

Large amounts of labeled training data are one of the main contributors to the great success that deep models have achieved in the past. Label acquisition for tasks other than benchmarks can pose a challenge due to requirements of both…

计算机视觉与模式识别 · 计算机科学 2020-01-22 Clemens-Alexander Brust , Christoph Käding , Joachim Denzler

Obtaining annotations for complex computer vision tasks such as object detection is an expensive and time-intense endeavor involving a large number of human workers or expert opinions. Reducing the amount of annotations required while…

计算机视觉与模式识别 · 计算机科学 2023-10-03 Marius Schubert , Tobias Riedlinger , Karsten Kahl , Matthias Rottmann

Object detectors trained with weak annotations are affordable alternatives to fully-supervised counterparts. However, there is still a significant performance gap between them. We propose to narrow this gap by fine-tuning a base pre-trained…

计算机视觉与模式识别 · 计算机科学 2022-07-26 Huy V. Vo , Oriane Siméoni , Spyros Gidaris , Andrei Bursuc , Patrick Pérez , Jean Ponce

In supervised learning, acquiring labeled training data for a predictive model can be very costly, but acquiring a large amount of unlabeled data is often quite easy. Active learning is a method of obtaining predictive models with high…

机器学习 · 计算机科学 2020-12-17 Hideitsu Hino
‹ 上一页 1 2 3 10 下一页 ›