paper-with-me

홈 › Papers

Blending Diverse Physical Priors with Neural Networks

2019-10-01 · Yunhao Ba, Guangyuan Zhao, Achuta Kadambi

Machine learning in context of physical systems merits a re-examination of the learning strategy. In addition to data, one can leverage a vast library of physical prior models (e.g. kinematics, fluid flow, etc) to perform more robust inference. The nascent sub-field of \emph{physics-based learning} (PBL) studies the blending of neural networks with physical priors. While previous PBL algorithms have been applied successfully to specific tasks, it is hard to generalize existing PBL methods to a wide range of physics-based problems. Such generalization would require an architecture that can adapt to variations in the correctness of the physics, or in the quality of training data. No such architecture exists. In this paper, we aim to generalize PBL, by making a first attempt to bring neural architecture search (NAS) to the realm of PBL. We introduce a new method known as physics-based neural architecture search (PhysicsNAS) that is a top-performer across a diverse range of quality in the physical model and the dataset.

📄 PDF Abstract BibTeX arXiv:1910.00201

Code (1)

PhysicsNAS/PhysicsNAS 공식 구현 pytorch

Tasks

Neural Architecture Search

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Dynamic Full-body Motion Agent with Object Interaction via Blending Pre-trained Modular Controllers

2026-05-12 · Sanghyeok Nam, Byoungjun Kim, Daehyung Park, Tae-Kyun Kim arxiv

Generating physically plausible dynamic motions of human-object interaction (HOI) remains challenging, mainly due to existing HOI datasets limited to static interactions, and pretrained agents capable of either dynamic f…

Does FLUX Already Know How to Perform Physically Plausible Image Composition?

2025-09-25 · Shilin Lu, Zhuming Lian, Zihan Zhou, Shaocong Zhang 외 arxiv

Image composition aims to seamlessly insert a user-specified object into a new scene, but existing models struggle with complex lighting (e.g., accurate shadows, water reflections) and diverse, high-resolution inputs. Mo…

Explainable data-driven modeling via mixture of experts: towards effective blending of grey and black-box models

2024-01-30 · Jessica Leoni, Valentina Breschi, Simone Formentin, Mara Tanelli

Traditional models grounded in first principles often struggle with accuracy as the system's complexity increases. Conversely, machine learning approaches, while powerful, face challenges in interpretability and in handl…

Mixture-of-Experts

Generating Physical Dynamics under Priors

2024-09-01 · Zihan Zhou, Xiaoxue Wang, Tianshu Yu

Generating physically feasible dynamics in a data-driven context is challenging, especially when adhering to physical priors expressed in specific equations or formulas. Existing methodologies often overlook the integrat…

Deep Shape from Polarization

2019-03-25 · ECCV 2020 8 · Yunhao Ba, Alex Ross Gilbert, Franklin Wang, Jinfa Yang 외

This paper makes a first attempt to bring the Shape from Polarization (SfP) problem to the realm of deep learning. The previous state-of-the-art methods for SfP have been purely physics-based. We see value in these princ…