paper-with-me

Papers

PICore: Physics-Informed Unsupervised Coreset Selection for Data Efficient Neural Operator Training

2025-07-23 · Anirudh Satheesh, Anant Khandelwal, Mucong Ding, Radu Balan arxiv

Neural operators offer a powerful paradigm for solving partial differential equations (PDEs) that cannot be solved analytically by learning mappings between function spaces. However, there are two main bottlenecks in training neural operators: they require a significant amount of training data to learn these mappings, and this data needs to be labeled, which can only be accessed via expensive simulations with numerical solvers. To alleviate both of these issues simultaneously, we propose PICore, an unsupervised coreset selection framework that identifies the most informative training samples without requiring access to ground-truth PDE solutions. PICore leverages a physics-informed loss to select unlabeled inputs by their potential contribution to operator learning. After selecting a compact subset of inputs, only those samples are simulated using numerical solvers to generate labels, reducing annotation costs. We then train the neural operator on the reduced labeled dataset, significantly decreasing training time as well. Across four diverse PDE benchmarks and multiple coreset selection strategies, PICore achieves up to 78% average increase in training efficiency relative to supervised coreset selection methods with minimal changes in accuracy. We provide code at https://github.com/Asatheesh6561/PICore.

📄 PDF Abstract BibTeX arXiv:2507.17151

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Diversity-Aware Adaptive Collocation for Physics-Informed Neural Networks via Sparse QUBO Optimization and Hybrid Coresets

2026-03-06 · Hadi Salloum, Maximilian Mifsud Bonici, Sinan Ibrahim, Pavel Osinenko 외 arxiv

Physics-Informed Neural Networks (PINNs) enforce governing equations by penalizing PDE residuals at interior collocation points, but standard collocation strategies - uniform sampling and residual-based adaptive refineme…

Extending Contrastive Learning to Unsupervised Coreset Selection

2021-03-05 · Jeongwoo Ju, Heechul Jung, Yoonju Oh, Junmo Kim

Self-supervised contrastive learning offers a means of learning informative features from a pool of unlabeled data. In this paper, we delve into another useful approach -- providing a way of selecting a core-set that is …

Contrastive Learning

TAGCOS: Task-agnostic Gradient Clustered Coreset Selection for Instruction Tuning Data

2024-07-21 · Jipeng Zhang, Yaxuan Qin, Renjie Pi, Weizhong Zhang 외

Instruction tuning has achieved unprecedented success in NLP, turning large language models into versatile chatbots. However, the increasing variety and volume of instruction datasets demand significant computational res…

Physics-Informed Diffusion Models for Unsupervised Anomaly Detection in Multivariate Time Series

2025-08-15 · Juhi Soni, Markus Lange-Hegermann, Stefan Windmann arxiv

We propose an unsupervised anomaly detection approach based on a physics-informed diffusion model for multivariate time series data. Over the past years, diffusion model has demonstrated its effectiveness in forecasting,…

Unsupervised Anomaly Detection

Refined Coreset Selection: Towards Minimal Coreset Size under Model Performance Constraints

2023-11-15 · Xiaobo Xia, Jiale Liu, Shaokun Zhang, Qingyun Wu 외

Coreset selection is powerful in reducing computational costs and accelerating data processing for deep learning algorithms. It strives to identify a small subset from large-scale data, so that training only on the subse…