← Search

Fabio Ferreira

5 accepted papers

2026

Improving LLM-based Global Optimization with Search Space Partitioning

ICLR 2026poster

Large Language Models (LLMs) have recently emerged as effective surrogate models and candidate generators within global optimization frameworks for expensive blackbox functions. Despite promising results, LLM-based methods often struggle in high-dimensional search spaces or when lacking domain-speci…

Cited by 0SourcecodeScholar
2025

Beyond Random Augmentations: Pretraining with Hard Views

ICLR 2025poster

Self-Supervised Learning (SSL) methods typically rely on random image augmentations, or views, to make models invariant to different transformations. We hypothesize that the efficacy of pretraining pipelines based on conventional random view sampling can be enhanced by explicitly selecting views tha…

Cited by 0SourcePDFScholar
2024

Quick-Tune: Quickly Learning Which Pretrained Model to Finetune and How

ICLR 2024oral

With the ever-increasing number of pretrained models, machine learning practitioners are continuously faced with which pretrained model to use, and how to finetune it for a new dataset. In this paper, we propose a methodology that jointly searches for the optimal pretrained model and the hyperparame…

Cited by 14SourcePDFScholar
2022

Learning Synthetic Environments and Reward Networks for Reinforcement Learning

ICLR 2022poster

We introduce Synthetic Environments (SEs) and Reward Networks (RNs), represented by neural networks, as proxy environment models for training Reinforcement Learning (RL) agents. We show that an agent, after being trained exclusively on the SE, is able to solve the corresponding real environment. Whi…

2022

Zero-shot AutoML with Pretrained Models

ICML 2022spotlight

Given a new dataset D and a low compute budget, how should we choose a pre-trained model to fine-tune to D, and set the fine-tuning hyperparameters without risking overfitting, particularly if D is small? Here, we extend automated machine learning (AutoML) to best make these choices. Our domain-inde…