← Search

David Jacobs

19 accepted papers

2026

Identifying and Evaluating Inactive Heads in Pretrained LLMs

ICLR 2026poster

Attention is foundational to large language models (LLMs), enabling different heads to have diverse focus on relevant input tokens. However, learned behaviors like attention sinks, where the first token receives the most attention despite limited semantic importance, suggest some heads may be inacti…

Cited by 0SourceScholar
2023

HaLP: Hallucinating Latent Positives for Skeleton-Based Self-Supervised Learning of Actions

CVPR 2023poster

Supervised learning of skeleton sequence encoders for action recognition has received significant attention in recent times. However, learning such encoders without labels continues to be a challenging problem. While prior works have shown promising results by applying contrastive learning to pose s…

2023

Hyperbolic Contrastive Learning for Visual Representations Beyond Objects

CVPR 2023poster

Although self-/un-supervised methods have led to rapid progress in visual representation learning, these methods generally treat objects and scenes using the same lens. In this paper, we focus on learning representations of objects and scenes that preserve the structure among them. Motivated by the…

2023

LD-ZNet: A Latent Diffusion Approach for Text-Based Image Segmentation

ICCV 2023oral

Large-scale pre-training tasks like image classification, captioning, or self-supervised techniques do not incentivize learning the semantic boundaries of objects. However, recent generative foundation models built using text-based latent diffusion techniques may learn semantic boundaries. This is b…

Cited by 38PDFcodeScholar
2023

Preserve Your Own Correlation: A Noise Prior for Video Diffusion Models

ICCV 2023poster

Despite tremendous progress in generating high-quality images using diffusion models, synthesizing a sequence of animated frames that are both photorealistic and temporally coherent is still in its infancy. While off-the-shelf billion-scale datasets for image generation are available, collecting sim…

Cited by 262PDFScholar
2023

Towards Combinatorial Generalization for Catalysts: A Kohn-Sham Charge-Density Approach

NeurIPS 2023poster

The Kohn-Sham equations underlie many important applications such as the discovery of new catalysts. Recent machine learning work on catalyst modeling has focused on prediction of the energy, but has so far not yet demonstrated significant out-of-distribution generalization. Here we investigate anot…

Cited by 5SourcePDFScholar
2022

Long Video Generation with Time-Agnostic VQGAN and Time-Sensitive Transformer

ECCV 2022poster

"Videos are created to express emotion, exchange information, and share experiences. Video synthesis has intrigued researchers for a long time. Despite the rapid progress driven by advances in visual synthesis, most existing studies focus on improving the frames’ quality and the transitions between…

2022

On the Spectral Bias of Convolutional Neural Tangent and Gaussian Process Kernels

NeurIPS 2022accept

We study the properties of various over-parameterized convolutional neural architectures through their respective Gaussian Process and Neural Tangent kernels. We prove that, with normalized multi-channel input and ReLU activation, the eigenfunctions of these kernels with the uniform measure are form…

Cited by 16SourcePDFScholar
2021

Low Curvature Activations Reduce Overfitting in Adversarial Training

ICCV 2021poster

Adversarial training is one of the most effective defenses against adversarial attacks. Previous works suggest that overfitting is a dominant phenomenon in adversarial training leading to a large generalization gap between test and train accuracy in neural networks. In this work, we show that the ob…

Cited by 58PDFcodeScholar
2021

Robust Contrastive Learning Using Negative Samples with Diminished Semantics

NeurIPS 2021poster

Unsupervised learning has recently made exceptional progress because of the development of more effective contrastive learning methods. However, CNNs are prone to depend on low-level features that humans deem non-semantic. This dependency has been conjectured to induce a lack of robustness to image…

2020

Adversarially robust transfer learning

ICLR 2020poster

Transfer learning, in which a network is trained on one task and re-purposed on another, is often used to produce neural network classifiers when data is scarce or full-scale training is too costly. When the goal is to produce a model that is not only accurate but also adversarially robust, data sc…

Cited by 157SourcecodeScholar
2020

Frequency Bias in Neural Networks for Input of Non-Uniform Density

ICML 2020poster

Recent works have partly attributed the generalization ability of over-parameterized neural networks to frequency bias – networks trained with gradient descent on data drawn from a uniform distribution find a low frequency fit before high frequency ones. As realistic training sets are not drawn from…

Cited by 220SourcePDFScholar
2020

On the Similarity between the Laplace and Neural Tangent Kernels

NeurIPS 2020poster

Recent theoretical work has shown that massively overparameterized neural networks are equivalent to kernel regressors that use Neural Tangent Kernels (NTKs). Experiments show that these kernel methods perform similarly to real neural networks. Here we show that NTK for fully connected networks wi…

Cited by 117SourcePDFScholar
2020

SharinGAN: Combining Synthetic and Real Data for Unsupervised Geometry Estimation

CVPR 2020poster

We propose a novel method for combining synthetic and real images when training networks to determine geometric information from a single image. We suggest a method for mapping both image types into a single, shared domain. This is connected to a primary network for end-to-end training. Ideally, thi…

Cited by 67PDFcodeScholar
2019

The Convergence Rate of Neural Networks for Learned Functions of Different Frequencies

NeurIPS 2019poster

We study the relationship between the frequency of a function and the speed at which a neural network learns it. We build on recent results that show that the dynamics of overparameterized neural networks trained with gradient descent can be well approximated by a linear system. When normalized tr…

2018

Stabilizing Adversarial Nets with Prediction Methods

ICLR 2018poster

Adversarial neural networks solve many important problems in data science, but are notoriously difficult to train. These difficulties come from the fact that optimal weights for adversarial nets correspond to saddle points, and not minimizers, of the loss function. The alternating stochastic gradien…