中文
相关论文

相关论文: Prediction-Oriented Bayesian Active Learning

200 篇论文

An active learning (AL) algorithm seeks to construct an effective classifier with a minimal number of labeled examples in a bootstrapping manner. While standard AL heuristics, such as selecting those points for annotation for which a…

计算机视觉与模式识别 · 计算机科学 2020-09-03 Ishani Mondal , Debasis Ganguly

Active learning (AL) has shown promise for being a particularly data-efficient machine learning approach. Yet, its performance depends on the application and it is not clear when AL practitioners can expect computational savings. Here, we…

机器学习 · 计算机科学 2024-08-22 Kunal Ghosh , Milica Todorović , Aki Vehtari , Patrick Rinke

Class-incremental learning (CIL) is a particularly challenging variant of continual learning, where the goal is to learn to discriminate between all classes presented in an incremental fashion. Existing approaches often suffer from…

机器学习 · 计算机科学 2024-03-12 Michał Zając , Tinne Tuytelaars , Gido M. van de Ven

Data-efficient learning algorithms are essential in many practical applications for which data collection is expensive, e.g., for the optimal deployment of wireless systems in unknown propagation scenarios. Meta-learning can address this…

机器学习 · 计算机科学 2022-05-25 Ivana Nikoloska , Osvaldo Simeone

Offline reinforcement learning (RL) enables policy learning from static data but often suffers from poor coverage of the state-action space and distributional shift problems. This problem can be addressed by allowing limited online…

机器学习 · 计算机科学 2026-02-03 Soumyadeep Roy , Shashwat Kushwaha , Ambedkar Dukkipati

Active learning (AL) is a machine learning (ML) approach that strategically selects the most informative samples for annotation during training, aiming to minimize annotation costs. This strategy not only reduces labeling expenses but also…

机器学习 · 计算机科学 2026-03-25 Cédric Jung , Shirin Salehi , Anke Schmeink

Predicting students' academic performance has been a research area of interest in recent years with many institutions focusing on improving the students' performance and the education quality. The analysis and prediction of students'…

计算机与社会 · 计算机科学 2020-06-11 MohammadNoor Injadat , Abdallah Moubayed , Ali Bou Nassif , Abdallah Shami

In many settings, such as scientific inference, optimization, and transfer learning, the learner has a well-defined objective, which can be treated as estimation of a target parameter, and no intrinsic interest in characterizing the entire…

机器学习 · 计算机科学 2025-07-23 Sabina J. Sloman , Ayush Bharti , Julien Martinelli , Samuel Kaski

Agents that interact with other agents often do not know a priori what the other agents' strategies are, but have to maximise their own online return while interacting with and learning about others. The optimal adaptive behaviour under…

机器学习 · 计算机科学 2022-04-19 Luisa Zintgraf , Sam Devlin , Kamil Ciosek , Shimon Whiteson , Katja Hofmann

Active Learning (AL) for regression has been systematically under-researched due to the increased difficulty of measuring uncertainty in regression models. Since normalizing flows offer a full predictive distribution instead of a point…

机器学习 · 计算机科学 2025-01-03 Thorben Werner , Lars Schmidt-Thieme

In this paper, we suggest a novel data-driven approach to active learning (AL). The key idea is to train a regressor that predicts the expected error reduction for a candidate sample in a particular learning state. By formulating the query…

机器学习 · 计算机科学 2017-07-17 Ksenia Konyushkova , Raphael Sznitman , Pascal Fua

Active learning strategies aim to train high-performance models with minimal labeled data by selecting the most informative instances for labeling. However, existing methods for assessing data informativeness often fail to align directly…

计算机视觉与模式识别 · 计算机科学 2025-05-07 Zhixuan Liang , Xingyu Zeng , Rui Zhao , Ping Luo

This paper presents novel mixed-type Bayesian optimization (BO) algorithms to accelerate the optimization of a target objective function by exploiting correlated auxiliary information of binary type that can be more cheaply obtained, such…

机器学习 · 统计学 2019-06-19 Yehong Zhang , Zhongxiang Dai , Kian Hsiang Low

Collaborative perception systems leverage multiple edge devices, such surveillance cameras or autonomous cars, to enhance sensing quality and eliminate blind spots. Despite their advantages, challenges such as limited channel capacity and…

网络与互联网体系结构 · 计算机科学 2025-01-07 Zhengru Fang , Senkang Hu , Jingjing Wang , Yiqin Deng , Xianhao Chen , Yuguang Fang

We present geometric Bayesian active learning by disagreements (GBALD), a framework that performs BALD on its core-set construction interacting with model uncertainty estimation. Technically, GBALD constructs core-set on ellipsoid, not…

机器学习 · 计算机科学 2021-05-07 Xiaofeng Cao , Ivor W. Tsang

Existing approaches to active learning maximize the system performance by sampling unlabeled instances for annotation that yield the most efficient training. However, when active learning is integrated with an end-user application, this can…

计算与语言 · 计算机科学 2020-05-13 Ji-Ung Lee , Christian M. Meyer , Iryna Gurevych

The principles of statistical mechanics and information theory play an important role in learning and have inspired both theory and the design of numerous machine learning algorithms. The new aspect in this paper is a focus on integrating…

数据分析、统计与概率 · 物理学 2015-05-13 Susanne Still

Deep learning models have demonstrated outstanding performance in several problems, but their training process tends to require immense amounts of computational and human resources for training and labeling, constraining the types of…

机器学习 · 计算机科学 2019-04-29 Toan Tran , Thanh-Toan Do , Ian Reid , Gustavo Carneiro

We propose information-directed sampling -- a new approach to online optimization problems in which a decision-maker must balance between exploration and exploitation while learning from partial feedback. Each action is sampled in a manner…

机器学习 · 计算机科学 2017-07-10 Daniel Russo , Benjamin Van Roy

Despite large incentives, ecorrectness in software remains an elusive goal. Declarative programming techniques, where algorithms are derived from a specification of the desired behavior, offer hope to address this problem, since there is a…

编程语言 · 计算机科学 2018-01-22 Anthony Di Franco