microsoft / microsoft/MoGe

Intrinsics estimation on ultrawide FOV

Open
#38 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
3k
Forks
234
PR merge metrics
No merged PRs in 30d

Description

Hi,

Excellent work, thanks for the detailed paper and prompt model release!

I think that the method systematically underestimates focal length on ultrawide images. For example, here is an iPhone 13 Pro ultrawide image:

Image

MoGe estimates a focal length of 1767.9873 pixels, or about 97 degrees hFOV. But the GT hFOV for this device is about 108 degrees. In testing I have done, there seems to be a pretty consistent bias to underestimate on these.

I don't know of a nice public dataset of images of this kind to show this to you. But I can produce a related behavior by taking a public dataset with known intrinsics (Cambridge Landmarks Dataset) and cropping in the vertical. As the crop gets more extreme, MoGe's estimate gets biased towards being big:

Image

(I attached a jupyter notebook you can use to reproduce these plots: cambridge intrinsics.ipynb.zip).

BTW, it's not reproduced here, but taking a cambridge image and cropping the per-pixel pointcloud, rather than the image itself, does not reproduce this behavior. So, I think it is not a problem with the LM solver step.

I wonder if you have any comment or ideas for improving the estimation accuracy here? Is it just that these weird crops/FOVs are well outside the training distribution?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the attached cambridge intrinsics.ipynb notebook and the Cambridge Landmarks Dataset to reproduce the focal-length bias under increasingly extreme vertical crops. Compare image crops with the reported point-cloud crop behavior, then determine whether the ultrawide estimation issue can be addressed and validate any proposed improvement on these cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook
Domain
computer-vision, machine-learning
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.