paper-with-me

Papers

Continual Inference: A Library for Efficient Online Inference with Deep Neural Networks in PyTorch

2022-04-07 · Lukas Hedegaard, Alexandros Iosifidis

We present Continual Inference, a Python library for implementing Continual Inference Networks (CINs) in PyTorch, a class of Neural Networks designed specifically for efficient inference in both online and batch processing scenarios. We offer a comprehensive introduction and guide to CINs and their implementation in practice, and provide best-practices and code examples for composing complex modules for modern Deep Learning. Continual Inference is readily downloadable via the Python Package Index and at \url{www.github.com/lukashedegaard/continual-inference}.

📄 PDF Abstract BibTeX arXiv:2204.03418

Code (1)

LukasHedegaard/continual-inference 공식 구현 pytorch

Similar Papers 제목 키워드 기반

TyXe: Pyro-based Bayesian neural nets for Pytorch

2021-10-01 · Hippolyt Ritter, Theofanis Karaletsos

We introduce TyXe, a Bayesian neural network library built on top of Pytorch and Pyro. Our leading design principle is to cleanly separate architecture, prior, inference and likelihood specification, allowing for a flexi…

Continual Learningimage-classificationImage Classification

SequeL: A Continual Learning Library in PyTorch and JAX

2023-04-21 · Nikolaos Dimitriadis, Francois Fleuret, Pascal Frossard

Continual Learning is an important and challenging problem in machine learning, where models must adapt to a continuous stream of new data without forgetting previously acquired knowledge. While existing frameworks are b…

Continual Learning

PyTorchVideo: A Deep Learning Library for Video Understanding

2021-11-18 · Haoqi Fan, Tullie Murrell, Heng Wang, Kalyan Vasudev Alwala 외

We introduce PyTorchVideo, an open-source deep-learning library that provides a rich set of modular, efficient, and reproducible components for a variety of video understanding tasks, including classification, detection,…

Deep LearningSelf-Supervised LearningVideo Understanding

iSpLib: A Library for Accelerating Graph Neural Networks using Auto-tuned Sparse Operations

2024-03-21 · Md Saidul Hoque Anik, Pranav Badhe, Rohit Gampa, Ariful Azad

Core computations in Graph Neural Network (GNN) training and inference are often mapped to sparse matrix operations such as sparse-dense matrix multiplication (SpMM). These sparse operations are harder to optimize by man…

CPUGraph Neural Network

Avalanche: A PyTorch Library for Deep Continual Learning

2023-02-02 · Antonio Carta, Lorenzo Pellegrini, Andrea Cossu, Hamed Hemati 외

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…

class-incremental learningClass Incremental LearningContinual Learning