apple-aiml-research/ml-sharp

Sharp Monocular View Synthesis in Less Than a Second

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 59 minutes ago
Added to GitGenius on September 11th, 2026
Created on December 12th, 2025
Open Issues & Pull Requests: 77 (+0)
GitHub issues: Disabled - open counts may still include pull requests.
Number of forks: 649
Total Stargazers: 8,885 (+0)
Total Subscribers: 55 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

GitHub issues are disabled for this repository, so issue analytics and the issue explorer are not available.

Detailed Description

ML-Sharp is a monocular view synthesis tool that generates photorealistic novel views from a single photograph using 3D Gaussian representations.

The tool addresses the challenge of creating realistic images from new camera viewpoints given only one input image. It works by regressing the parameters of a 3D Gaussian scene representation through a single neural network forward pass, completing this process in under a second on a standard GPU. The resulting 3D Gaussian representation can then be rendered in real time at high resolution for nearby viewpoints. The approach produces metric-scale output, supporting absolute camera movements rather than relative ones, and demonstrates strong zero-shot generalization across different datasets.

Developers should adopt this tool if they need fast, high-quality view synthesis from single images without per-scene optimization. It suits applications requiring real-time rendering of novel views with photorealistic quality. The tool significantly outperforms prior approaches on standard benchmarks while reducing synthesis time by orders of magnitude. The output format uses 3D Gaussian splat files compatible with public renderers, though users should note the coordinate convention and scene centering when integrating with third-party rendering systems. Video rendering with camera trajectories requires a CUDA GPU, while Gaussian prediction itself runs on CPU, CUDA, and MPS devices.

The project maintains a straightforward command-line interface with automatic model checkpoint downloading and caching. Development appears focused on research reproducibility, with the codebase built on multiple open-source contributions acknowledged in the repository. The tool includes evaluation scripts referencing the accompanying research paper and provides qualitative comparison examples on a dedicated webpage.