Junyi42/LoGeR

Model

9

stars

8

commits

2

repos using this model

1

linked in READMEs

Mar 15, 2026

updated

3d-reconstruction
computer-vision
image-to-3d
video-processing
Browse cluster: Neural 3D Reconstruction and Radiance Fields

README

LoGeR: Long-Context Geometric Reconstruction with Hybrid Memory

This repository contains the reimplemented model checkpoints for LoGeR, as presented in the paper LoGeR: Long-Context Geometric Reconstruction with Hybrid Memory.

LoGeR processes long video streams in chunks with a hybrid memory design to improve large-scale geometric reconstruction quality and consistency.

Project Page GitHub arXiv

LoGeR Teaser

Checkpoints

We provide two main pre-trained models. To use them, please clone the corresponding GitHub repository and place the downloaded .pt files in your local ckpts/ directory as follows:

  • ckpts/LoGeR/latest.pt
  • ckpts/LoGeR_star/latest.pt

Download Commands

You can download the weights directly via wget:

# Download LoGeR
wget -O ckpts/LoGeR/latest.pt https://huggingface.co/Junyi42/LoGeR/resolve/main/LoGeR/latest.pt?download=true

# Download LoGeR_star
wget -O ckpts/LoGeR_star/latest.pt https://huggingface.co/Junyi42/LoGeR_star/latest.pt?download=true

Usage

For detailed instructions on installation, running demos, and evaluation, please refer to the main GitHub repository.

Citation

If you find our work or these models useful, please cite our paper:

@article{zhang2026loger,
  title={LoGeR: Long-Context Geometric Reconstruction with Hybrid Memory},
  author={Zhang, Junyi and Herrmann, Charles and Hur, Junhwa and Sun, Chen and Yang, Ming-Hsuan and Cole, Forrester and Darrell, Trevor and Sun, Deqing},
  journal={arXiv preprint arXiv:2603.03269},
  year={2026}
}

Contributors

Junyi42

7 commits

nielsr

1 commits

Junyi42/LoGeR

Model

9

stars

8

commits

2

repos using this model

1

linked in READMEs

Mar 15, 2026

updated

3d-reconstruction
computer-vision
image-to-3d
video-processing
Browse cluster: Neural 3D Reconstruction and Radiance Fields

README

LoGeR: Long-Context Geometric Reconstruction with Hybrid Memory

This repository contains the reimplemented model checkpoints for LoGeR, as presented in the paper LoGeR: Long-Context Geometric Reconstruction with Hybrid Memory.

LoGeR processes long video streams in chunks with a hybrid memory design to improve large-scale geometric reconstruction quality and consistency.

Project Page GitHub arXiv

LoGeR Teaser

Checkpoints

We provide two main pre-trained models. To use them, please clone the corresponding GitHub repository and place the downloaded .pt files in your local ckpts/ directory as follows:

  • ckpts/LoGeR/latest.pt
  • ckpts/LoGeR_star/latest.pt

Download Commands

You can download the weights directly via wget:

# Download LoGeR
wget -O ckpts/LoGeR/latest.pt https://huggingface.co/Junyi42/LoGeR/resolve/main/LoGeR/latest.pt?download=true

# Download LoGeR_star
wget -O ckpts/LoGeR_star/latest.pt https://huggingface.co/Junyi42/LoGeR_star/latest.pt?download=true

Usage

For detailed instructions on installation, running demos, and evaluation, please refer to the main GitHub repository.

Citation

If you find our work or these models useful, please cite our paper:

@article{zhang2026loger,
  title={LoGeR: Long-Context Geometric Reconstruction with Hybrid Memory},
  author={Zhang, Junyi and Herrmann, Charles and Hur, Junhwa and Sun, Chen and Yang, Ming-Hsuan and Cole, Forrester and Darrell, Trevor and Sun, Deqing},
  journal={arXiv preprint arXiv:2603.03269},
  year={2026}
}

Contributors

Junyi42

7 commits

nielsr

1 commits