中文
相关论文

相关论文: TorchDyn: A Neural Differential Equations Library

200 篇论文

Evolutionary computation is an important component within various fields such as artificial intelligence research, reinforcement learning, robotics, industrial automation and/or optimization, engineering design, etc. Considering the…

神经与进化计算 · 计算机科学 2023-05-23 Nihat Engin Toklu , Timothy Atkinson , Vojtěch Micka , Paweł Liskowski , Rupesh Kumar Srivastava

This paper presents TorchNWP, a compilation library tool for the efficient coupling of artificial intelligence components and traditional numerical models. It aims to address the issues of poor cross-language compatibility, insufficient…

数学软件 · 计算机科学 2026-03-19 Sa Xiao , Hao Jing , Honglu Sun , Haoyu Li

Current interest in deep learning captures the attention of many programmers and researchers. Unfortunately, the lack of a unified schema for developing deep learning models results in methodological inconsistencies, unclear documentation,…

机器学习 · 计算机科学 2025-02-27 Sebastian Chwilczyński , Kacper Trębacz , Karol Cyganik , Mateusz Małecki , Dariusz Brzezinski

This work introduces the key operating principles for autrainer, our new deep learning training framework for computer audition tasks. autrainer is a PyTorch-based toolkit that allows for rapid, reproducible, and easily extensible training…

声音 · 计算机科学 2025-04-11 Simon Rampp , Andreas Triantafyllopoulos , Manuel Milling , Björn W. Schuller

Among many unsolved puzzles in theories of Deep Neural Networks (DNNs), there are three most fundamental challenges that highly demand solutions, namely, expressibility, optimisability, and generalisability. Although there have been…

机器学习 · 计算机科学 2018-11-27 Hao Shen

Data-driven deep learning has been successfully applied to various computed tomographic reconstruction problems. The deep inference models may outperform existing analytical and iterative algorithms, especially in ill-posed CT…

机器学习 · 计算机科学 2023-07-13 Hyojin Kim , Kyle Champley

Neural Networks (NNs) are effective models for refining the accuracy of molecular dynamics, opening up new fields of application. Typically trained bottom-up, atomistic NN potential models can reach first-principle accuracy, while…

化学物理 · 物理学 2025-05-19 Paul Fuchs , Stephan Thaler , Sebastien Röcken , Julija Zavadlav

Orthogonal and 1-Lipschitz neural network layers are essential building blocks in robust deep learning architectures, crucial for certified adversarial robustness, stable generative models, and reliable recurrent networks. Despite…

机器学习 · 计算机科学 2026-01-21 Thibaut Boissin , Franck Mamalet , Valentin Lafargue , Mathieu Serrurier

Particle tracking is a fundamental part of the event analysis in high energy and nuclear physics. Events multiplicity increases each year along with the drastic growth of the experimental data which modern HENP detectors produce, so the…

数据分析、统计与概率 · 物理学 2021-10-04 Pavel Goncharov , Egor Schavelev , Anastasia Nikolskaya , Gennady Ososkov

This paper introduces UncertaintyPlayground, a Python library built on PyTorch and GPyTorch for uncertainty estimation in supervised learning tasks. The library offers fast training for Gaussian and multi-modal outcome distributions through…

机器学习 · 统计学 2023-10-25 Ilia Azizi

We introduce MixFunn, a novel neural network architecture designed to solve differential equations with enhanced precision, interpretability, and generalization capability. The architecture comprises two key components: the mixed-function…

机器学习 · 计算机科学 2025-03-31 Tiago de Souza Farias , Gubio Gomes de Lima , Jonas Maziero , Celso Jorge Villas-Boas

We present MT-DNN, an open-source natural language understanding (NLU) toolkit that makes it easy for researchers and developers to train customized deep learning models. Built upon PyTorch and Transformers, MT-DNN is designed to facilitate…

Logic Tensor Networks (LTN) is a Neuro-Symbolic framework that effectively incorporates deep learning and logical reasoning. In particular, LTN allows defining a logical knowledge base and using it as the objective of a neural model. This…

人工智能 · 计算机科学 2024-09-25 Tommaso Carraro , Luciano Serafini , Fabio Aiolli

The numerical solution of differential equations using neural networks has become a central topic in scientific computing, with Physics-Informed Neural Networks (PINNs) emerging as a powerful paradigm for both forward and inverse problems.…

机器学习 · 计算机科学 2026-01-28 Kazuaki Tanaka , Kohei Yatabe

DeepLog is an operational neurosymbolic framework that unifies logic and deep learning within standard PyTorch workflows. While existing neurosymbolic systems focus on a particular paradigm and semantics, DeepLog serves as a universal…

Tensors are higher-order extensions of matrices. While matrix methods form the cornerstone of machine learning and data analysis, tensor methods have been gaining increasing traction. However, software support for tensor operations is not…

机器学习 · 计算机科学 2018-05-10 Jean Kossaifi , Yannis Panagakis , Anima Anandkumar , Maja Pantic

Generation and analysis of time-series data is relevant to many quantitative fields ranging from economics to fluid mechanics. In the physical sciences, structures such as metastable and coherent sets, slow relaxation processes, collective…

Continuous-depth neural networks, such as the Neural Ordinary Differential Equations (ODEs), have aroused a great deal of interest from the communities of machine learning and data science in recent years, which bridge the connection…

机器学习 · 计算机科学 2022-01-05 Qunxi Zhu , Yifei Shen , Dongsheng Li , Wei Lin

Processing of medical images such as MRI or CT presents unique challenges compared to RGB images typically used in computer vision. These include a lack of labels for large datasets, high computational costs, and metadata to describe the…

图像与视频处理 · 电气工程与系统科学 2021-08-06 Fernando Pérez-García , Rachel Sparks , Sébastien Ourselin

Interventions on model-internal states are fundamental operations in many areas of AI, including model editing, steering, robustness, and interpretability. To facilitate such research, we introduce $\textbf{pyvene}$, an open-source Python…