← Search

Ekin Dogus Cubuk

19 accepted papers

2026

AutoNumerics-Zero: Automated Discovery of State-of-the-Art Mathematical Functions

ICML 2026poster

Transcendental functions, such as the exponential, are central to scientific computing, yet they cannot be natively calculated by digital hardware. Instead, computers must approximate these functions by combining basic operations, such as $\{+, -, \times, \div\}$, using methods like Taylor series. T…

Cited by 0SourceScholar
2024

Generative Hierarchical Materials Search

NeurIPS 2024poster

Generative models trained at scale can now produce novel text, video, and more recently, scientific data such as crystal structures. The ultimate goal for materials discovery, however, goes beyond generation: we desire a fully automated system that proposes, generates, and verifies crystal structure…

Cited by 5SourcePDFScholar
2024

Scalable Diffusion for Materials Generation

ICLR 2024poster

​​​​Generative models trained on internet-scale data are capable of generating novel and realistic texts, images, and videos. A natural next question is whether these models can advance science, for example by generating novel stable materials. Traditionally, models with explicit structures (e.g., g…

Cited by 55SourcePDFScholar
2023

Lidar Augment: Searching for Scalable 3D LiDAR Data Augmentations

ICRA 2023poster

Data augmentations are important for training high-performance 3D object detectors that use point clouds. Despite recent efforts on designing new data augmentations, perhaps surprisingly, most current state-of-the-art 3D detectors only rely on a few simple data augmentations. In particular, differen…

Cited by 12SourceScholar
2023

Tied-Augment: Controlling Representation Similarity Improves Data Augmentation

ICML 2023poster

Data augmentation methods have played an important role in the recent advance of deep learning models, and have become an indispensable component of state-of-the-art models in semi-supervised, self-supervised, and supervised training for vision. Despite incurring no additional latency at test time,…

2022

No One Representation to Rule Them All: Overlapping Features of Training Methods

ICLR 2022poster

Despite being able to capture a range of features of the data, high accuracy models trained with supervision tend to make similar predictions. This seemingly implies that high-performing models share similar biases regardless of training methodology, which would limit ensembling benefits and render…

Cited by 72SourcePDFScholar
2022

PolyLoss: A Polynomial Expansion Perspective of Classification Loss Functions

ICLR 2022poster

Cross-entropy loss and focal loss are the most common choices when training deep neural networks for classification problems. Generally speaking, however, a good loss function can take on much more flexible forms, and should be tailored for different tasks and datasets. Motivated by how functions ca…

Cited by 239SourcePDFScholar
2021

Revisiting ResNets: Improved Training and Scaling Strategies

NeurIPS 2021spotlight

Novel computer vision architectures monopolize the spotlight, but the impact of the model architecture is often conflated with simultaneous changes to training methodology and scaling strategies. Our work revisits the canonical ResNet and studies these three aspects in an effort to disentangle them.…

2021

Tradeoffs in Data Augmentation: An Empirical Study

ICLR 2021poster

Though data augmentation has become a standard component of deep neural network training, the underlying mechanism behind the effectiveness of these techniques remains poorly understood. In practice, augmentation policies are often chosen using heuristics of distribution shift or augmentation divers…

Cited by 62SourcePDFScholar
2020

AugMix: A Simple Data Processing Method to Improve Robustness and Uncertainty

ICLR 2020poster

Modern deep neural networks can achieve high accuracy when the training distribution and test distribution are identically distributed, but this assumption is frequently violated in practice. When the train and test distributions are mismatched, accuracy can plummet. Currently there are few techniqu…

Cited by 1605SourcecodeScholar
2020

FixMatch: Simplifying Semi-Supervised Learning with Consistency and Confidence

NeurIPS 2020poster

Semi-supervised learning (SSL) provides an effective means of leveraging unlabeled data to improve a model’s performance. This domain has seen fast progress recently, at the cost of requiring more complex methods. In this paper we propose FixMatch, an algorithm that is a significant simplification o…

2020

Improving 3D Object Detection through Progressive Population Based Augmentation

ECCV 2020poster

Data augmentation has been widely adopted for object detection in 3D point clouds. However, all previous related efforts have focused on manually designing specific data augmentation methods for individual architectures. In this work, we present the first attempt to automate the design of data augme…

Cited by 94SourcePDFScholar
2020

RandAugment: Practical Automated Data Augmentation with a Reduced Search Space

NeurIPS 2020poster

Recent work on automated data augmentation strategies has led to state-of-the-art results in image classification and object detection. An obstacle to a large-scale adoption of these methods is that they require a separate and expensive search phase. A common way to overcome the expense of the searc…

2020

Rethinking Pre-training and Self-training

NeurIPS 2020oral

Pre-training is a dominant paradigm in computer vision. For example, supervised ImageNet pre-training is commonly used to initialize the backbones of object detection and segmentation models. He et al., however, show a striking result that ImageNet pre-training has limited impact on COCO object dete…

2019

A Fourier Perspective on Model Robustness in Computer Vision

NeurIPS 2019poster

Achieving robustness to distributional shift is a longstanding and challenging goal of computer vision. Data augmentation is a commonly used approach for improving robustness, however robustness gains are typically not uniform across corruption types. Indeed increasing performance in the presence of…

2018

Realistic Evaluation of Deep Semi-Supervised Learning Algorithms

NeurIPS 2018spotlight

Semi-supervised learning (SSL) provides a powerful framework for leveraging unlabeled data when labels are limited or expensive to obtain. SSL algorithms based on deep neural networks have recently proven successful on standard benchmark tasks. However, we argue that these benchmarks fail to address…