paper-with-me

Papers

Towards Robust Deep Active Learning for Scientific Computing

2022-01-29 · Simiao Ren, Yang Deng, Willie J. Padilla, Jordan Malof

Deep learning (DL) is revolutionizing the scientific computing community. To reduce the data gap, active learning has been identified as a promising solution for DL in the scientific computing community. However, the deep active learning (DAL) literature is dominated by image classification problems and pool-based methods. Here we investigate the robustness of pool-based DAL methods for scientific computing problems (dominated by regression) where DNNs are increasingly used. We show that modern pool-based DAL methods all share an untunable hyperparameter, termed the pool ratio, denoted $\gamma$, which is often assumed to be known apriori in the literature. We evaluate the performance of five state-of-the-art DAL methods on six benchmark problems if we assume $\gamma$ is \textit{not} known - a more realistic assumption for scientific computing problems. Our results indicate that this reduces the performance of modern DAL methods and that they sometimes can even perform worse than random sampling, creating significant uncertainty when used in real-world settings. To overcome this limitation we propose, to our knowledge, the first query synthesis DAL method for regression, termed NA-QBC. NA-QBC removes the sensitive $\gamma$ hyperparameter and we find that, on average, it outperforms the other DAL methods on our benchmark problems. Crucially, NA-QBC always outperforms random sampling, providing more robust performance benefits.

📄 PDF Abstract BibTeX arXiv:2201.12632

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learningimage-classificationImage Classificationregression

Similar Papers 제목 키워드 기반

Report of the Workshop on Program Synthesis for Scientific Computing

2021-02-02 · Hal Finkel, Ignacio Laguna

Program synthesis is an active research field in academia, national labs, and industry. Yet, work directly applicable to scientific computing, while having some impressive successes, has been limited. This report reviews…

Program Synthesis

Active Learning of Model Evidence Using Bayesian Quadrature

2012-12-01 · NeurIPS 2012 12 · Michael Osborne, Roman Garnett, Zoubin Ghahramani, David K. Duvenaud 외

Numerical integration is an key component of many problems in scientific computing, statistical modelling, and machine learning. Bayesian Quadrature is a model-based method for numerical integration which, relative to st…

Active LearningAstronomymodelNumerical Integration

Scientific Computing with Diffractive Optical Neural Networks

2023-02-12 · Ruiyang Chen, Yingheng Tang, Jianzhu Ma, Weilu Gao

Diffractive optical neural networks (DONNs) have been emerging as a high-throughput and energy-efficient hardware platform to perform all-optical machine learning (ML) in machine vision systems. However, the current demo…

Feature Engineeringimage-classificationImage Classification

Advancing Mathematical Research via Human-AI Interactive Theorem Proving

2025-12-10 · Chenyi Li, Zhijian Lai, Dong An, Jiang Hu 외 arxiv

We investigate how large language models can be used as research tools in scientific computing while preserving mathematical rigor. We propose a human-in-the-loop workflow for interactive theorem proving and discovery wi…

Re4: Scientific Computing Agent with Rewriting, Resolution, Review and Revision

2025-08-28 · Ao Cheng, Lei Zhang, Guowei He arxiv

Large language models (LLMs) serve as an active and promising field of generative artificial intelligence and have demonstrated abilities to perform complex tasks in multiple domains, including mathematical and scientifi…

Code Generation