Skip to content

[FEATURE REQUEST]: New High-Dimensional BO Algorithm from ICLR 2026 #3199

@rosenyu304

Description

@rosenyu304

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:

  1. The dimension reduction techniques (GI-subspace) using the gradient from the surrogate. The surrogate can either be a GP or a TabPFN (Appendix C).
  2. 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.

No response

Pull Request

Yes

Code of Conduct

  • I agree to follow BoTorch's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions