Skip to main content

Showing 1–9 of 9 results for author: Cazenavette, G

.
  1. arXiv:2406.08603  [pdf, other

    cs.CV cs.AI cs.LG

    FakeInversion: Learning to Detect Images from Unseen Text-to-Image Models by Inverting Stable Diffusion

    Authors: George Cazenavette, Avneesh Sud, Thomas Leung, Ben Usman

    Abstract: Due to the high potential for abuse of GenAI systems, the task of detecting synthetic images has recently become of great interest to the research community. Unfortunately, existing image-space detectors quickly become obsolete as new high-fidelity text-to-image models are developed at blinding speed. In this work, we propose a new synthetic image detector that uses features obtained by inverting… ▽ More

    Submitted 12 June, 2024; originally announced June 2024.

    Comments: Project page: https://fake-inversion.github.io

    Journal ref: CVPR 2024

  2. arXiv:2310.05773  [pdf, other

    cs.CV

    Towards Lossless Dataset Distillation via Difficulty-Aligned Trajectory Matching

    Authors: Ziyao Guo, Kai Wang, George Cazenavette, Hui Li, Kaipeng Zhang, Yang You

    Abstract: The ultimate goal of Dataset Distillation is to synthesize a small synthetic dataset such that a model trained on this synthetic set will perform equally well as a model trained on the full, real dataset. Until now, no method of Dataset Distillation has reached this completely lossless goal, in part due to the fact that previous methods only remain effective when the total number of synthetic samp… ▽ More

    Submitted 18 March, 2024; v1 submitted 9 October, 2023; originally announced October 2023.

    Comments: First lossless dataset distillation method, accepted by ICLR 2024

  3. arXiv:2306.11719  [pdf, other

    cs.CV cs.GR cs.LG

    Diffusion with Forward Models: Solving Stochastic Inverse Problems Without Direct Supervision

    Authors: Ayush Tewari, Tianwei Yin, George Cazenavette, Semon Rezchikov, Joshua B. Tenenbaum, Frédo Durand, William T. Freeman, Vincent Sitzmann

    Abstract: Denoising diffusion models are a powerful type of generative models used to capture complex distributions of real-world signals. However, their applicability is limited to scenarios where training samples are readily available, which is not always the case in real-world applications. For example, in inverse graphics, the goal is to generate samples from a distribution of 3D scenes that align with… ▽ More

    Submitted 16 November, 2023; v1 submitted 20 June, 2023; originally announced June 2023.

    Comments: Project page: https://diffusion-with-forward-models.github.io/

  4. arXiv:2305.01649  [pdf, other

    cs.CV cs.AI cs.LG

    Generalizing Dataset Distillation via Deep Generative Prior

    Authors: George Cazenavette, Tongzhou Wang, Antonio Torralba, Alexei A. Efros, Jun-Yan Zhu

    Abstract: Dataset Distillation aims to distill an entire dataset's knowledge into a few synthetic images. The idea is to synthesize a small number of synthetic data points that, when given to a learning algorithm as training data, result in a model approximating one trained on the original data. Despite recent progress in the field, existing dataset distillation methods fail to generalize to new architectur… ▽ More

    Submitted 3 May, 2023; v1 submitted 2 May, 2023; originally announced May 2023.

    Comments: CVPR 2023; Project Page at https://georgecazenavette.github.io/glad Code at https://github.com/GeorgeCazenavette/glad

  5. arXiv:2203.11932  [pdf, other

    cs.CV cs.AI cs.LG

    Dataset Distillation by Matching Training Trajectories

    Authors: George Cazenavette, Tongzhou Wang, Antonio Torralba, Alexei A. Efros, Jun-Yan Zhu

    Abstract: Dataset distillation is the task of synthesizing a small dataset such that a model trained on the synthetic set will match the test accuracy of the model trained on the full dataset. In this paper, we propose a new formulation that optimizes our distilled data to guide networks to a similar state as those trained on real data across many training steps. Given a network, we train it for several ite… ▽ More

    Submitted 22 March, 2022; originally announced March 2022.

    Comments: CVPR 2022 website: https://georgecazenavette.github.io/mtt-distillation/ code: https://github.com/GeorgeCazenavette/mtt-distillation

  6. arXiv:2105.14110  [pdf, other

    cs.CV

    MixerGAN: An MLP-Based Architecture for Unpaired Image-to-Image Translation

    Authors: George Cazenavette, Manuel Ladron De Guevara

    Abstract: While attention-based transformer networks achieve unparalleled success in nearly all language tasks, the large number of tokens (pixels) found in images coupled with the quadratic activation memory usage makes them prohibitive for problems in computer vision. As such, while language-to-language translation has been revolutionized by the transformer model, convolutional networks remain the de fact… ▽ More

    Submitted 19 August, 2021; v1 submitted 28 May, 2021; originally announced May 2021.

    Comments: Under Review for WACV 2022

  7. arXiv:2105.14077  [pdf, other

    cs.CV cs.LG

    On the Bias Against Inductive Biases

    Authors: George Cazenavette, Simon Lucey

    Abstract: Borrowing from the transformer models that revolutionized the field of natural language processing, self-supervised feature learning for visual tasks has also seen state-of-the-art success using these extremely deep, isotropic networks. However, the typical AI researcher does not have the resources to evaluate, let alone train, a model with several billion parameters and quadratic self-attention a… ▽ More

    Submitted 28 May, 2021; originally announced May 2021.

    Comments: Under Review at NeurIPS 2021

  8. arXiv:2103.05804  [pdf, other

    cs.LG cs.CV

    Reframing Neural Networks: Deep Structure in Overcomplete Representations

    Authors: Calvin Murdock, George Cazenavette, Simon Lucey

    Abstract: In comparison to classical shallow representation learning techniques, deep neural networks have achieved superior performance in nearly every application benchmark. But despite their clear empirical advantages, it is still not well understood what makes them so effective. To approach this question, we introduce deep frame approximation: a unifying framework for constrained representation learning… ▽ More

    Submitted 7 January, 2022; v1 submitted 9 March, 2021; originally announced March 2021.

    Comments: arXiv admin note: substantial text overlap with arXiv:2003.13866

  9. arXiv:2011.14427  [pdf, other

    cs.LG cs.CR cs.CV eess.IV

    Architectural Adversarial Robustness: The Case for Deep Pursuit

    Authors: George Cazenavette, Calvin Murdock, Simon Lucey

    Abstract: Despite their unmatched performance, deep neural networks remain susceptible to targeted attacks by nearly imperceptible levels of adversarial noise. While the underlying cause of this sensitivity is not well understood, theoretical analyses can be simplified by reframing each layer of a feed-forward network as an approximate solution to a sparse coding problem. Iterative solutions using basis pur… ▽ More

    Submitted 29 November, 2020; originally announced November 2020.

    Comments: 11 pages, 14 figures