paper-with-me

Papers

Deep Active Learning for Regression Using $ε$-weighted Hybrid Query Strategy

2022-06-24 · Harsh Vardhan, Janos Sztipanovits

Designing an inexpensive approximate surrogate model that captures the salient features of an expensive high-fidelity behavior is a prevalent approach in design optimization. In recent times, Deep Learning (DL) models are being used as a promising surrogate computational model for engineering problems. However, the main challenge in creating a DL-based surrogate is to simulate/label a large number of design points, which is time-consuming for computationally costly and/or high-dimensional engineering problems. In the present work, we propose a novel sampling technique by combining the active learning (AL) method with DL. We call this method $\epsilon$-weighted hybrid query strategy ($\epsilon$-HQS) , which focuses on the evaluation of the surrogate at each learning iteration and provides an estimate of the failure probability of the surrogate in the Design Space. By reusing already collected training and test data, the learned failure probability guides the next iteration's sampling process to the region of the high probability of failure. During the empirical evaluation, better accuracy of the surrogate was observed in comparison to other methods of sample selection. We empirically evaluated this method in two different engineering design domains, finite element based static stress analysis of submarine pressure vessel(computationally costly process) and second submarine propeller design( high dimensional problem). https://github.com/vardhah/epsilon_weighted_Hybrid_Query_Strategy

📄 PDF Abstract BibTeX arXiv:2206.13298

Code (1)

vardhah/epsilon_weighted_hybrid_query_strategy 공식 구현 pytorch

Tasks

Active Learningregression

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Active Learning for Regression based on Wasserstein distance and GroupSort Neural Networks

2024-03-22 · Benjamin Bobbia, Matthias Picard

This paper addresses a new active learning strategy for regression problems. The presented Wasserstein active regression model is based on the principles of distribution-matching to measure the representativeness of the …

Active Learningregression

A Fast Method for Lasso and Logistic Lasso

2024-02-04 · Siu-Wing Cheng, Man Ting Wong

We propose a fast method for solving compressed sensing, Lasso regression, and Logistic Lasso regression problems that iteratively runs an appropriate solver using an active set approach. We design a strategy to update t…

compressed sensingregression

Addressing practical challenges in Active Learning via a hybrid query strategy

2021-10-07 · Deepesh Agarwal, Pravesh Srivastava, Sergio Martin-del-Campo, Balasubramaniam Natarajan 외

Active Learning (AL) is a powerful tool to address modern machine learning problems with significantly fewer labeled training instances. However, implementation of traditional AL methodologies in practical scenarios is a…

Active Learning

Uncertainty-aware Active Learning for Optimal Bayesian Classifier

2021-01-01 · ICLR 2021 1 · Guang Zhao, Edward Dougherty, Byung-Jun Yoon, Francis Alexander 외

For pool-based active learning, in each iteration a candidate training sample is chosen for labeling by optimizing an acquisition function. Expected Loss Reduction~(ELR) methods maximize the expected reduction in the cla…

Active LearningClassificationGeneral Classification

Hybrid Active Learning via Deep Clustering for Video Action Detection

2023-01-01 · CVPR 2023 1 · Aayush J. Rana, Yogesh S. Rawat

In this work, we focus on reducing the annotation cost for video action detection which requires costly frame-wise dense annotations. We study a novel hybrid active learning (AL) strategy which performs efficient lab…

Action DetectionActive LearningClusteringDeep Clustering+3