Wenke Huang, Zekun Shi, Mang Ye, He Li, Bo DuICML, 2024Link News [2024-06-28] Paper and code release. [2024-06-10] Repo created. Abstract Federated learning presents massive potential for privacy-friendly collaboration. However, federated learning is deeply threatened by byzantine attacks, wh...
About code release of "Transolver: A Fast Transformer Solver for PDEs on General Geometries", ICML 2024 Spotlight. https://arxiv.org/abs/2402.02366 - thuml/Transolver
FlexAttention 是一种新型 PyTorch API,结合了 PyTorch 的灵活性和 FlashAttention 的高效性,允许在几行代码中实现各种注意力变体,并自动生成反向传播。此 API 通过 torch.compile 降级为融合的 FlashAttention 内核,实现与手写内核相媲美的性能。FlexAttention 支持相对位置嵌入、ALiBi 偏置、滑动窗口、因果掩码等多种变...
May. 2nd, 2024:Vision Mamba (Vim) is accepted by ICML2024. 🎉 Conference page can be foundhere. Feb. 10th, 2024:We update Vim-tiny/small weights and training scripts. By placing the class token at middle, Vim achieves improved results. Further details can be found in code and our upd...
Official code, datasets and checkpoints for "Timer: Generative Pre-trained Transformers Are Large Time Series Models" (ICML 2024) - GitHub - thuml/Large-Time-Series-Model: Official code, datasets and checkpoints for "Timer: Generative Pre-trained Transf
2024/07/02: Release the colab file for a quick test 2024/06/28: Release details to prepare datasets 2024/06/08: Publish docker image 2024/06/08: Release pretrained models and test sets for quick testing 2024/06/07: Video demos released ...
Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs - ICML 2024 This repository contains the official implementation of ourRPG, accepted by ICML 2024. Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs ...
2024/06/25: We release theALLsplit andVALsplit. 2024/06/25: The evaluation ofALLsplit is host on theEvalAI. 2024/06/17: OpencompassVLMEevalKitsupports MMT-Bench now!We strongly recommend usingVLMEevalKitfor its useful features and ready-to-use LVLM implementations. ...
Thank you! @inproceedings{wu2024glind, title = {Learning Divergence Fields for Shift-Robust Graph Representations}, author = {Qitian Wu and Fan Nie and Chenxiao Yang and Junchi Yan}, booktitle = {International Conference on Machine Learning (ICML)}, year = {2024} }...
Code release for Learning to Stabilize Online Reinforcement Learning in Unbounded State Spaces (ICML 2024) - Badger-RL/STOP