Skip to content
OpenTrain AIFor AI Companies

ViViT: Curvature access through the generalized Gauss-Newton's low-rank structure

Felix Dangel, Lukas Tatzel, Philipp HennigPublished Jun 4, 2021
arXiv PDF
Researcher verdict
Starting point
Use as implementation starting point
Benchmark evidence
Missing
Not verified yet
Time to first repro
A few days
Plan setup time
Risk flags
1
Review before use

Abstract

Domain fit: AI-adjacent · Paper appears method- or tooling-adjacent to AI workflows with partial ecosystem coverage.

Curvature in form of the Hessian or its generalized Gauss-Newton (GGN) approximation is valuable for algorithms that rely on a local model for the loss to train, compress, or explain deep networks. Existing methods based on implicit multiplication via automatic differentiation or Kronecker-factored block diagonal approximations do not consider noise in the mini-batch. We present ViViT, a curvature model that leverages the GGN's low-rank structure without further approximations. It allows for efficient computation of eigenvalues, eigenvectors, as well as per-sample first- and second-order directional derivatives. The representation is computed in parallel with gradients in one backward pass and offers a fine-grained cost-accuracy trade-off, which allows it to scale. We demonstrate this by conducting performance benchmarks and substantiate ViViT's usefulness by studying the impact of noise on the GGN's structural properties during neural network training.

Results and benchmarks

Freshness tier: cold
Curvature in form of the Hessian or its generalized Gauss-Newton (GGN) approximation is valuable for algorithms that rely on a local model for the loss to train, compress, or explain deep networks.

Implementation

Historical official implementation (not recommended for new builds)

Why this implementation
Confidence: low

Only historical official repository was found (jbzre7bp/vivit).

Open jbzre7bp/vivit
Reproduction risks
  • Only historical official implementation is available
  • No direct maintained implementation is currently verified.
  • Only historical official repository was found: jbzre7bp/vivit.
  • No maintained paper-verified implementation met reliability thresholds.

Compare implementation paths

Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.

jbzre7bp/vivit
historical official
Maintenance
Stale
Confidence
High
Reproducibility
Strong
Stars
1
Last push
Oct 27, 2022 (1399d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No tagged releases
  • No Docker setup
zv5dmjq5/vivit
alternative
Maintenance
Stale
Confidence
High
Reproducibility
Strong
Stars
1
Last push
Aug 26, 2021 (1826d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No tagged releases
  • No Docker setup
pwlo3k46/vivit
alternative
Maintenance
Stale
Confidence
High
Reproducibility
Strong
Stars
0
Last push
Oct 3, 2021 (1788d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No tagged releases
  • No Docker setup

Reproduction readiness

Time to first repro: days
Last checked: Aug 23, 2026

Setup required

Dependencies pinned, manual setup needed

  • jbzre7bp/vivit has requirements.txt but requires manual environment setup.
  • Last push was 1399 days ago, so expect possible dependency version conflicts.
  • No Dockerfile, so you will set up the environment manually.
Open jbzre7bp/vivit

Hardware requirements

  • Expect multi-day setup/compute for meaningful reproduction based on current guidance.

Quick start

git clone https://github.com/jbzre7bp/vivit.git
pip install -r requirements.txt

Repositories and ecosystem

Official

  • zv5dmjq5/vivit
    Confidence: High

    Code for the submission "ViViT: Curvature access through the generalized Gauss-Newton's low-rank structure"

    1 stars · 0 forks · Last push Aug 26, 2021 · MIT license

  • pwlo3k46/vivit
    Confidence: High

    Code for the submission "ViViT: Curvature access through the generalized Gauss-Newton's low-rank structure"

    0 stars · 0 forks · Last push Oct 3, 2021 · MIT license

Community

No additional community repositories detected yet.

Hugging Face artifacts

No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.

Tip: start with models, then check datasets and spaces if you need evaluation data or demos.

Research context

Evaluation and human feedback data

Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.

Open in HFEPX

Data includes links from Papers with Code ( CC-BY-SA-4.0 ).