You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, my paper "GIT-BO: High-Dimensional Bayesian Optimization with Tabular Foundation Models" has been accepted to ICLR 2026 (https://openreview.net/forum?id=9iTdKS4SRQ), and I am wondering if I can contribute it to BoTorch's library.
Describe the solution you'd like to see implemented in BoTorch.
There are two parts in this paper that can be implemented in BoTorch:
The dimension reduction techniques (GI-subspace) using the gradient from the surrogate. The surrogate can either be a GP or a TabPFN (Appendix C).
The TabPFN wrapper for the latest TabPFN-2.5. I noticed that Issue [FEATURE REQUEST]: TabPFN2 Wrapper #2677 brought this topic up, but I couldn't find this feature in BoTorch. I have the code ready to contribute both the GI-subspace with GP and TabPFN. If we implement more on TabPFN, I also have BAxUS's dimensional reduction implemented using TabPFN as a surrogate, and its performance is very competitive (Appendix B.4).
I am now envisioning these features implemented under the "Bite-Sized Tutorials," but would like to know what the team thinks.
Describe any alternatives you've considered to the above solution.
No response
Is this related to an existing issue in BoTorch or another repository? If so please include links to those Issues here.
Motivation
Hi, my paper "GIT-BO: High-Dimensional Bayesian Optimization with Tabular Foundation Models" has been accepted to ICLR 2026 (https://openreview.net/forum?id=9iTdKS4SRQ), and I am wondering if I can contribute it to BoTorch's library.
Describe the solution you'd like to see implemented in BoTorch.
There are two parts in this paper that can be implemented in BoTorch:
I am now envisioning these features implemented under the "Bite-Sized Tutorials," but would like to know what the team thinks.
Describe any alternatives you've considered to the above solution.
No response
Is this related to an existing issue in BoTorch or another repository? If so please include links to those Issues here.
No response
Pull Request
Yes
Code of Conduct