paper-with-me

홈 › Papers

CleanDiffuser: An Easy-to-use Modularized Library for Diffusion Models in Decision Making

2024-06-13 · Zibin Dong, Yifu Yuan, Jianye Hao, Fei Ni, Yi Ma, Pengyi Li, Yan Zheng

Leveraging the powerful generative capability of diffusion models (DMs) to build decision-making agents has achieved extensive success. However, there is still a demand for an easy-to-use and modularized open-source library that offers customized and efficient development for DM-based decision-making algorithms. In this work, we introduce CleanDiffuser, the first DM library specifically designed for decision-making algorithms. By revisiting the roles of DMs in the decision-making domain, we identify a set of essential sub-modules that constitute the core of CleanDiffuser, allowing for the implementation of various DM algorithms with simple and flexible building blocks. To demonstrate the reliability and flexibility of CleanDiffuser, we conduct comprehensive evaluations of various DM algorithms implemented with CleanDiffuser across an extensive range of tasks. The analytical experiments provide a wealth of valuable design choices and insights, reveal opportunities and challenges, and lay a solid groundwork for future research. CleanDiffuser will provide long-term support to the decision-making community, enhancing reproducibility and fostering the development of more robust solutions. The code and documentation of CleanDiffuser are open-sourced on the https://github.com/CleanDiffuserTeam/CleanDiffuser.

📄 PDF Abstract BibTeX arXiv:2406.09509

Code (3)

cleandiffuserteam/cleandiffuser 공식 구현 pytorch
Josh00-Lu/DiffusionVeteran pytorch
carldegio/curiosity-diffuser pytorch

Tasks

Decision Making

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Library 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

EduNLP: Towards a Unified and Modularized Library for Educational Resources

2024-06-03 · Zhenya Huang, Yuting Ning, Longhu Qin, Shiwei Tong 외

Educational resource understanding is vital to online learning platforms, which have demonstrated growing applications recently. However, researchers and developers always struggle with using existing general natural lan…

PyGOD: A Python Library for Graph Outlier Detection

2022-04-26 · Kay Liu, Yingtong Dou, Xueying Ding, Xiyang Hu 외

PyGOD is an open-source Python library for detecting outliers in graph data. As the first comprehensive library of its kind, PyGOD supports a wide array of leading graph-based methods for outlier detection under an easy-…

Graph Outlier Detection

Tianshou: a Highly Modularized Deep Reinforcement Learning Library

2021-07-29 · Jiayi Weng, Huayu Chen, Dong Yan, Kaichao You 외

In this paper, we present Tianshou, a highly modularized Python library for deep reinforcement learning (DRL) that uses PyTorch as its backend. Tianshou intends to be research-friendly by providing a flexible and reliabl…

Deep Reinforcement LearningMuJoCoreinforcement-learningReinforcement Learning+1

BOML: A Modularized Bilevel Optimization Library in Python for Meta Learning

2020-09-28 · Yaohua Liu, Risheng Liu

Meta-learning (a.k.a. learning to learn) has recently emerged as a promising paradigm for a variety of applications. There are now many meta-learning methods, each focusing on different modeling aspects of base and meta …

Bilevel OptimizationMeta-Learning

TextBox: A Unified, Modularized, and Extensible Framework for Text Generation

2021-01-06 · ACL 2021 5 · Junyi Li, Tianyi Tang, Gaole He, Jinhao Jiang 외

In this paper, we release an open-source library, called TextBox, to provide a unified, modularized, and extensible text generation framework. TextBox aims to support a broad set of text generation tasks and models. In o…

Text Generation