paper-with-me

Papers

Pixyz: a Python library for developing deep generative models

2021-07-28 · Masahiro Suzuki, Takaaki Kaneko, Yutaka Matsuo

With the recent rapid progress in the study of deep generative models (DGMs), there is a need for a framework that can implement them in a simple and generic way. In this research, we focus on two features of DGMs: (1) deep neural networks are encapsulated by probability distributions, and (2) models are designed and learned based on an objective function. Taking these features into account, we propose a new Python library to implement DGMs called Pixyz. This library adopts a step-by-step implementation method with three APIs, which allows us to implement various DGMs more concisely and intuitively. In addition, the library introduces memoization to reduce the cost of duplicate computations in DGMs to speed up the computation. We demonstrate experimentally that this library is faster than existing probabilistic programming languages in training DGMs.

📄 PDF Abstract BibTeX arXiv:2107.13109

Code (0)

등록된 구현이 없습니다.

Tasks

Probabilistic Programming

Similar Papers 제목 키워드 기반

Tsururu: A Python-based Time Series Forecasting Strategies Library

2025-09-19 · Alina Kostromina, Kseniia Kuvshinova, Aleksandr Yugay, Andrey Savchenko 외 arxiv

While current time series research focuses on developing new models, crucial questions of selecting an optimal approach for training such models are underexplored. Tsururu, a Python library introduced in this paper, brid…

Time Series Forecasting

SacreROUGE: An Open-Source Library for Using and Developing Summarization Evaluation Metrics

2020-07-10 · EMNLP (NLPOSS) 2020 11 · Daniel Deutsch, Dan Roth

We present SacreROUGE, an open-source library for using and developing summarization evaluation metrics. SacreROUGE removes many obstacles that researchers face when using or developing metrics: (1) The library provides …

Pythae: Unifying Generative Autoencoders in Python -- A Benchmarking Use Case

2022-06-16 · Clément Chadebec, Louis J. Vincent, Stéphanie Allassonnière

In recent years, deep generative models have attracted increasing interest due to their capacity to model complex distributions. Among those models, variational autoencoders have gained popularity as they have proven bot…

BenchmarkingDensity EstimationImage ReconstructionSynthetic Data Generation

optimizn: a Python Library for Developing Customized Optimization Algorithms

2025-02-25 · Akshay Sathiya, Rohit Pandey

Combinatorial optimization problems are prevalent across a wide variety of domains. These problems are often nuanced, their optimal solutions might not be efficiently obtainable, and they may require lots of time and com…

Combinatorial Optimization

Diffprivlib: The IBM Differential Privacy Library

2019-07-04 · Naoise Holohan, Stefano Braghin, Pól Mac Aonghusa, Killian Levacher

Since its conception in 2006, differential privacy has emerged as the de-facto standard in data privacy, owing to its robust mathematical guarantees, generalised applicability and rich body of literature. Over the years,…