← Search

Carla P Gomes

35 accepted papers

2026

Adaptive Moments are Surprisingly Effective for Plug-and-Play Diffusion Sampling

ICLR 2026poster

Guided diffusion sampling relies on approximating intractable likelihood scores, which introduces significant noise into the sampling dynamics. We propose using adaptive moment estimation to stabilize these noisy likelihood scores during sampling. Despite its simplicity, our approach achieves state-…

Cited by 0SourcecodeScholar
2026

HeuriGym: An Agentic Benchmark for LLM-Crafted Heuristics in Combinatorial Optimization

ICLR 2026poster

While Large Language Models (LLMs) have demonstrated significant advancements in reasoning and agent-based problem-solving, current evaluation methodologies fail to adequately assess their capabilities: existing benchmarks either rely on closed-ended questions prone to saturation and memorization, o…

Cited by 0SourcecodeScholar
2026

LabelKAN - Kolmogorov-Arnold Networks for Inter-Label Learning: Avian Community Learning

AAAI 2026technical

Global biodiversity loss is accelerating, prompting international efforts such as the Kunming-Montreal Global Biodiversity Framework (GBF) and the United Nations Sustainable Development Goals to direct resources toward halting species declines. A key challenge in achieving this goal is having access

Cited by 0SourcePDFScholar
2026

Learning from Synthetic Data Improves Multi-hop Reasoning

ICLR 2026poster

Reinforcement Learning (RL) has been shown to significantly boost reasoning capabilities of large language models (LLMs) in math, coding, and multi-hop reasoning tasks. However, RL fine-tuning requires abundant high-quality verifiable data, often obtained through human-annotated datasets and LLM-as-…

Cited by 0SourcecodeScholar
2026

Scientifically-Interpretable Reasoning Network (ScIReN): Discovering Hidden Relationships in the Carbon Cycle and Beyond

AAAI 2026technical

Soils have potential to mitigate climate change by sequestering carbon from the atmosphere, but the soil carbon cycle remains poorly understood. Scientists have developed process-based models of the soil carbon cycle based on existing knowledge, but they contain numerous unknown parameters and often

Cited by 0SourcePDFScholar
2026

Unsupervised Combinatorial Probabilistic Reasoning: Probabilistic Coin Change Problem

AAAI 2026technical

We introduce the Probabilistic Coin Change Problem (PCCP), a novel variant of the classical Combination Coin Change Problem (CCCP), motivated by a real-world scientific inverse task. The goal of CCCP is to enumerate all unordered combinations of coin denominations that sum to a given target. In PCCP

Cited by 0SourcePDFScholar
2025

Constraint-aware Pareto Optimization for Tree-Structured Networks: Addressing Decarbonization Targets with Hydropower Expansion

AAAI 2025technical

Addressing global sustainability challenges as outlined by the United Nations (UN) Sustainable Development Goals (SDGs) often requires navigating many potentially conflicting societal objectives simultaneously. For instance, increasing hydropower production enhances renewable energy supply but may a…

Cited by 0SourcePDFScholar
2025

Diffusion Models as Constrained Samplers for Optimization with Unknown Constraints

AISTATS 2025poster

Addressing real-world optimization problems becomes particularly challenging when analytic objective functions or constraints are unavailable. While numerous studies have addressed the issue of unknown objectives, limited research has focused on scenarios where feasibility constraints are not given…

Cited by 0SourceScholar
2025

Expanding Connected Components from Alternative Terminals: Global Optimization for Freshwater Fishes Under the UN's 30x30 Conservation Goal

IJCAI 2025

Climate change and biodiversity loss are among humanity’s most pressing challenges. In 2022, under the auspices of the United Nations, over 190 countries reached a historic agreement to address the alarming loss of biodiversity and restore natural ecosystems. Target 3, often referred to as ``30x30''

Cited by 0SourcePDFScholar
2025

FEAT: Free energy Estimators with Adaptive Transport

NeurIPS 2025poster

We present Free energy Estimators with Adaptive Transport (FEAT), a novel framework for free energy estimation---a critical challenge across scientific domains. FEAT leverages learned transports implemented via stochastic interpolants and provides consistent, minimum-variance estimators based on esc…

Cited by 0SourcecodeScholar
2025

Learning to Explore and Exploit with GNNs for Unsupervised Combinatorial Optimization

ICLR 2025poster

Combinatorial optimization (CO) problems are pervasive across various domains, but their NP-hard nature often necessitates problem-specific heuristic algorithms. Recent advancements in deep learning have led to the development of learning-based heuristics, yet these approaches often struggle with li…

Cited by 0SourcePDFScholar
2025

On Speeding Up Language Model Evaluation

ICLR 2025poster

Developing prompt-based methods with Large Language Models (LLMs) requires making numerous decisions, which give rise to a combinatorial search problem over hyper-parameters. This exhaustive evaluation can be time-consuming and costly. In this paper, we propose an \textit{adaptive} approach to explo…

2025

PhantomWiki: On-Demand Datasets for Reasoning and Retrieval Evaluation

ICML 2025poster

High-quality benchmarks are essential for evaluating reasoning and retrieval capabilities of large language models (LLMs). However, curating datasets for this purpose is not a permanent solution as they are prone to data leakage and inflated performance results. To address these challenges, we prop…

2024

Conformal Crystal Graph Transformer with Robust Encoding of Periodic Invariance

AAAI 2024technical

Machine learning techniques, especially in the realm of materials design, hold immense promise in predicting the properties of crystal materials and aiding in the discovery of novel crystals with desirable traits. However, crystals possess unique geometric constraints—namely, E(3) invariance for pri…

Cited by 4SourcePDFScholar
2024

Doob's Lagrangian: A Sample-Efficient Variational Approach to Transition Path Sampling

NeurIPS 2024spotlight

Rare event sampling in dynamical systems is a fundamental problem arising in the natural sciences, which poses significant computational challenges due to an exponentially large space of trajectories. For settings where the dynamical system of interest follows a Brownian motion with known drift, the…

2024

Scaling Up Pareto Optimization for Tree Structures with Affine Transformations: Evaluating Hybrid Floating Solar-Hydropower Systems in the Amazon

AAAI 2024technical

Sustainability challenges inherently involve the consideration of multiple competing objectives. The Pareto frontier – the set of all optimal solutions that cannot be improved with respect to one objective without negatively affecting another – is a crucial decision-making tool for navigating sustai…

Cited by 5SourcePDFScholar
2023

A new perspective on building efficient and expressive 3D equivariant graph neural networks

NeurIPS 2023poster

Geometric deep learning enables the encoding of physical symmetries in modeling 3D objects. Despite rapid progress in encoding 3D symmetries into Graph Neural Networks (GNNs), a comprehensive evaluation of the expressiveness of these network architectures through a local-to-global analysis lacks tod…

2023

M$^2$Hub: Unlocking the Potential of Machine Learning for Materials Discovery

NeurIPS 2023poster

We introduce M$^2$Hub, a toolkit for advancing machine learning in materials discovery. Machine learning has achieved remarkable progress in modeling molecular structures, especially biomolecules for drug discovery. However, the development of machine learning approaches for modeling materials struc…

2023

Unsupervised Learning for Solving the Travelling Salesman Problem

NeurIPS 2023poster

We propose UTSP, an Unsupervised Learning (UL) framework for solving the Travelling Salesman Problem (TSP). We train a Graph Neural Network (GNN) using a surrogate loss. The GNN outputs a heat map representing the probability for each edge to be part of the optimal path. We then apply local search t…

2023

Weighted Sampling without Replacement for Deep Top-$k$ Classification

ICML 2023poster

The top-$k$ classification accuracy is a crucial metric in machine learning and is often used to evaluate the performance of deep neural networks. These networks are typically trained using the cross-entropy loss, which optimizes for top-$1$ classification and is considered optimal in the case of in…

Cited by 0SourcePDFScholar
2022

Gaussian Mixture Variational Autoencoder with Contrastive Learning for Multi-Label Classification

ICML 2022spotlight

Multi-label classification (MLC) is a prediction task where each sample can have more than one label. We propose a novel contrastive learning boosted multi-label prediction model based on a Gaussian mixture variational autoencoder (C-GMVAE), which learns a multimodal prior space and employs a contra…

2022

Is High Variance Unavoidable in RL? A Case Study in Continuous Control

ICLR 2022poster

Reinforcement learning (RL) experiments have notoriously high variance, and minor details can have disproportionately large effects on measured outcomes. This is problematic for creating reproducible research and also serves as an obstacle when applying RL to sensitive real-world applications. In th…

Cited by 27SourcePDFScholar
2022

Left Heavy Tails and the Effectiveness of the Policy and Value Networks in DNN-based best-first search for Sokoban Planning

NeurIPS 2022accept

Despite the success of practical solvers in various NP-complete domains such as SAT and CSP as well as using deep reinforcement learning to tackle two-player games such as Go, certain classes of PSPACE-hard planning problems have remained out of reach. Even carefully designed domain-specialized solv…

Cited by 2SourcePDFScholar
2022

Scalable First-Order Bayesian Optimization via Structured Automatic Differentiation

ICML 2022spotlight

Bayesian Optimization (BO) has shown great promise for the global optimization of functions that are expensive to evaluate, but despite many successes, standard approaches can struggle in high dimensions. To improve the performance of BO, prior work suggested incorporating gradient information into…

2021

Low-Precision Reinforcement Learning: Running Soft Actor-Critic in Half Precision

ICML 2021spotlight

Low-precision training has become a popular approach to reduce compute requirements, memory footprint, and energy consumption in supervised learning. In contrast, this promising approach has not yet enjoyed similarly widespread adoption within the reinforcement learning (RL) community, partly becaus…

Cited by 30SourcePDFScholar
2021

Towards Deeper Deep Reinforcement Learning with Spectral Normalization

NeurIPS 2021poster

In computer vision and natural language processing, innovations in model architecture that increase model capacity have reliably translated into gains in performance. In stark contrast with this trend, state-of-the-art reinforcement learning (RL) algorithms often use small MLPs, and gains in perform…

Cited by 30SourcePDFScholar
2020

A Novel Automated Curriculum Strategy to Solve Hard Sokoban Planning Instances

NeurIPS 2020poster

In recent years, we have witnessed tremendous progress in deep reinforcement learning (RL) for tasks such as Go, Chess, video games, and robot control. Nevertheless, other combinatorial domains, such as AI planning, still pose considerable challenges for RL approaches. The key difficulty in those do…

Cited by 26SourcePDFScholar
2019

Imitation Refinement for X-ray Diffraction Signal Processing

ICASSP 2019accepted

Many real-world tasks involve identifying signals from data satisfying background or prior knowledge. In domains like materials discovery, due to the flaws and biases in raw experimental data, the identification of X-ray diffraction (XRD) signals often requires significant (manual) expert work to fi…

Cited by 0SourceScholar
2016

Solving Marginal MAP Problems with NP Oracles and Parity Constraints

NeurIPS 2016poster

Arising from many applications at the intersection of decision-making and machine learning, Marginal Maximum A Posteriori (Marginal MAP) problems unify the two main classes of inference, namely maximization (optimization) and marginal inference (counting), and are believed to have higher complexity…

Cited by 26SourcePDFScholar