chen-hao-chao's Stars
facebookresearch/sam2
The repository provides code for running inference with the Meta Segment Anything Model 2 (SAM 2), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
facebookresearch/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
facebookresearch/DiT
Official PyTorch Implementation of "Scalable Diffusion Models with Transformers"
openai/consistencydecoder
Consistency Distilled Diff VAE
yilundu/improved_contrastive_divergence
[ICML'21] Improved Contrastive Divergence Training of Energy Based Models
xuanlinli17/autoregressive_inference
Code for "Discovering Non-monotonic Autoregressive Orderings with Variational Inference" (paper and code updated from ICLR 2021)
lucidrains/video-diffusion-pytorch
Implementation of Video Diffusion Models, Jonathan Ho's new paper extending DDPMs to Video Generation - in Pytorch
LTH14/mar
PyTorch implementation of MAR+DiffLoss https://arxiv.org/abs/2406.11838
TIXFeniks/neurips2019_intrus
LTH14/mage
A PyTorch implementation of MAGE: MAsked Generative Encoder to Unify Representation Learning and Image Synthesis
MouseLand/cellpose
a generalist algorithm for cellular segmentation with human-in-the-loop capabilities
ChienFeng-hub/meow
[NeurIPS 2024] Maximum Entropy Reinforcement Learning via Energy-Based Normalizing Flow
kuleshov-group/awesome-discrete-diffusion-models
A curated list for awesome discrete diffusion models resources.
louaaron/Score-Entropy-Discrete-Diffusion
[ICML 2024 Best Paper] Discrete Diffusion Modeling by Estimating the Ratios of the Data Distribution (https://arxiv.org/abs/2310.16834)
elsa-lab/entrypoint
Entrypoint serving as a useful link portal for Elsa Lab members and alumni.
rguo12/awesome-causality-algorithms
An index of algorithms for learning causality with data
CharonWangg/Awesome-Causal-Discovery
An awesome list of Causality and Machine Learning related papers, books and other resources.
alshedivat/al-folio
A beautiful, simple, clean, and responsive Jekyll theme for academics
rr-learning/CausalWorld
CausalWorld: A Robotic Manipulation Benchmark for Causal Structure and Transfer Learning
IntelLabs/causality-lab
Causal discovery algorithms and tools for implementing new ones
Toni-SM/skrl
Modular reinforcement learning library (on PyTorch and JAX) with support for NVIDIA Isaac Gym, Omniverse Isaac Gym and Isaac Lab
isaac-sim/OmniIsaacGymEnvs
Reinforcement Learning Environments for Omniverse Isaac Gym
Squirtle007/Retrieval-Augmented_Generation
riannevdberg/sylvester-flows
j3soon/rail-berkeley-softlearning
Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official implementation of the Soft Actor-Critic algorithm.
fangchangma/invert-generative-networks
NIPS 2018 "Invertibility of Convolutional Generative Networks from Partial Measurements"
openai/consistency_models
Official repo for consistency models.
chrhenning/hypnettorch
Package for working with hypernetworks in PyTorch.
g1910/HyperNetworks
PyTorch implementation of HyperNetworks (Ha et al., ICLR 2017) for ResNet (Residual Networks)
rail-berkeley/rlkit
Collection of reinforcement learning algorithms