中文
相关论文

相关论文: Deep Curvature Suite

200 篇论文

Continual learning is the problem of learning from a nonstationary stream of data, a fundamental issue for sustainable and efficient training of deep neural networks over time. Unfortunately, deep learning libraries only provide primitives…

机器学习 · 计算机科学 2023-02-06 Antonio Carta , Lorenzo Pellegrini , Andrea Cossu , Hamed Hemati , Vincenzo Lomonaco

HyperDimensional Computing (HDC) as a machine learning paradigm is highly interesting for applications involving continuous, semi-supervised learning for long-term monitoring. However, its accuracy is not yet on par with other Machine…

机器学习 · 计算机科学 2023-12-19 William Andrew Simon , Una Pale , Tomas Teijeiro , David Atienza

TorchOptics is an open-source Python library for differentiable Fourier optics simulations, developed using PyTorch to enable GPU-accelerated tensor computations and automatic differentiation. It provides a comprehensive framework for…

光学 · 物理学 2024-11-28 Matthew J. Filipovich , A. I. Lvovsky

In this paper, we introduce a novel analysis of neural networks based on geometric (Clifford) algebra and convex optimization. We show that optimal weights of deep ReLU neural networks are given by the wedge product of training samples when…

机器学习 · 计算机科学 2024-03-25 Mert Pilanci

Machine learning libraries such as TensorFlow and PyTorch simplify model implementation. However, researchers are still required to perform a non-trivial amount of manual tasks such as GPU allocation, training status tracking, and…

Designing optimisation algorithms that perform well in general requires experimentation on a range of diverse problems. Training neural networks is an optimisation task that has gained prominence with the recent successes of deep learning.…

神经与进化计算 · 计算机科学 2022-09-07 Katherine M. Malan , Christopher W. Cleghorn

Deep learning has been shown as a successful machine learning method for a variety of tasks, and its popularity results in numerous open-source deep learning software tools. Training a deep network is usually a very time-consuming process.…

分布式、并行与集群计算 · 计算机科学 2017-02-20 Shaohuai Shi , Qiang Wang , Pengfei Xu , Xiaowen Chu

Unsupervised machine learning has recently gained much attention in the field of molecular dynamics (MD). Particularly, dimensionality reduction techniques have been regularly employed to analyze large volumes of high-dimensional MD data to…

化学物理 · 物理学 2025-05-23 Patryk Tajs , Mateusz Skarupski , Jakub Rydzewski

Image deblurring tries to eliminate degradation elements of an image causing blurriness and improve the quality of an image for better texture and object visualization. Traditionally, prior-based optimization approaches predominated in…

计算机视觉与模式识别 · 计算机科学 2023-10-10 Sajjad Amrollahi Biyouki , Hoon Hwangbo

The proliferation of open-sourced Large Language Models (LLMs) and diverse downstream tasks necessitates efficient model selection, given the impracticality of fine-tuning all candidates due to computational constraints. Despite the recent…

机器学习 · 计算机科学 2025-06-03 Xinyue Zeng , Haohui Wang , Junhong Lin , Jun Wu , Tyler Cody , Dawei Zhou

Cyanure is an open-source C++ software package with a Python interface. The goal of Cyanure is to provide state-of-the-art solvers for learning linear models, based on stochastic variance-reduced stochastic optimization with acceleration…

机器学习 · 统计学 2019-12-23 Julien Mairal

This work presents Kornia -- an open source computer vision library which consists of a set of differentiable routines and modules to solve generic computer vision problems. The package uses PyTorch as its main backend both for efficiency…

计算机视觉与模式识别 · 计算机科学 2019-10-10 Edgar Riba , Dmytro Mishkin , Daniel Ponsa , Ethan Rublee , Gary Bradski

Combining neural networks with continuous logic and multicriteria decision making tools can reduce the black box nature of neural models. In this study, we show that nilpotent logical systems offer an appropriate mathematical framework for…

人工智能 · 计算机科学 2020-05-01 Orsolya Csiszár , Gábor Csiszár , József Dombi

Learning neural program embeddings is key to utilizing deep neural networks in program languages research --- precise and efficient program representations enable the application of deep models to a wide range of program analysis tasks.…

软件工程 · 计算机科学 2019-07-12 Ke Wang , Zhendong Su

We describe the \proglang{R} package \pkg{glmmrBase} and an extension \pkg{glmmrOptim}. \pkg{glmmrBase} provides a flexible approach to specifying, fitting, and analysing generalised linear mixed models. We use an object-orientated class…

统计计算 · 统计学 2024-03-15 Samuel I. Watson

We present gradiend, an open-source Python package that operationalizes the GRADIEND method for learning feature directions from factual-counterfactual MLM and CLM gradients in language models. The package provides a unified workflow for…

计算与语言 · 计算机科学 2026-03-02 Jonathan Drechsel , Steffen Herbold

mlpack is an open-source C++ machine learning library with an emphasis on speed and flexibility. Since its original inception in 2007, it has grown to be a large project implementing a wide variety of machine learning algorithms, from…

数学软件 · 计算机科学 2017-08-31 Ryan R. Curtin , Marcus Edel

A key challenge that threatens the widespread use of neural networks in safety-critical applications is their vulnerability to adversarial attacks. In this paper, we study the second-order behavior of continuously differentiable deep neural…

机器学习 · 计算机科学 2024-06-10 Taha Entesari , Sina Sharifi , Mahyar Fazlyab

Vertex centrality measures are a multi-purpose analysis tool, commonly used in many application environments to retrieve information and unveil knowledge from the graphs and network structural properties. However, the algorithms of such…

社会与信息网络 · 计算机科学 2018-12-03 Felipe Grando , Luis C. Lamb

This work presents Kornia, an open source computer vision library built upon a set of differentiable routines and modules that aims to solve generic computer vision problems. The package uses PyTorch as its main backend, not only for…

计算机视觉与模式识别 · 计算机科学 2020-09-23 E. Riba , D. Mishkin , J. Shi , D. Ponsa , F. Moreno-Noguer , G. Bradski