Any-Property-Conditional Molecule ๐Ÿงช Generation with Self-Criticism ๐Ÿ‘ฉโ€๐Ÿซ using Spanning Trees (STGG+)

Update 2025-03-12: We have since improved STGG+ and added active learning (STGG+AL). It beats RL method at generating molecules with complex properties. The molecules we get are much nicer than the ones from the original paper. Molecule synthesizability can be improved simply by adding constraints such as max-ring-size โ‰ค 6 and removing too large molecules … Continue reading Any-Property-Conditional Molecule ๐Ÿงช Generation with Self-Criticism ๐Ÿ‘ฉโ€๐Ÿซ using Spanning Trees (STGG+)

Fashion repeats itself: Generating tabular data via Diffusion and XGBoost ๐ŸŒฒ

Paper / Code Since AlexNet showed the world the power of deep learning, the field of AI has rapidly switched to almost exclusively focus on deep learning. Some of the main justifications are that 1) neural networks are Universal Function Approximation (UFA, not UFO ๐Ÿ›ธ), 2) deep learning generally works the best, and 3) it … Continue reading Fashion repeats itself: Generating tabular data via Diffusion and XGBoost ๐ŸŒฒ

Masked Conditional Video Diffusion for Prediction, Generation, and Interpolation

In this joint work with Vikram Voleti and Christopher Pal, we show that a single diffusion model can solve many video tasks: 1) interpolation, 2) forward/reverse prediction, and 3) unconditional generation through a well-designed masking scheme ๐Ÿง™โ€โ™‚๏ธ. See our website, which contains many videos: https://mask-cond-video-diffusion.github.io. The paper can be found here. The code is available … Continue reading Masked Conditional Video Diffusion for Prediction, Generation, and Interpolation