Feed-forward 3D Gaussian Splatting (3DGS) models offer fast single-pass reconstruction, but scaling them to match per-scene optimization quality is fundamentally hindered by the scarcity of large-scale 3D annotations. A practical compromise is predict-then-refine, where post-prediction optimization compensates for the limited capacity of the feed-forward network. However, standard feed-forward 3DGS is trained solely for zero-step rendering error, ignoring whether its output constitutes a good initialization for the downstream optimizer.
We present ForeSplat, an optimization-aware training framework that equips feed-forward 3DGS models with a meta-gradient assisted training rule (MetaGrad). By unrolling a short refinement trajectory and back-propagating aggregated first-order gradients as a surrogate optimization-aware signal, MetaGrad bypasses costly higher-order differentiation, offloads part of the scene-modeling burden to the optimizer, and reduces capacity pressure on the feed-forward model. This fine-tuning adds no inference cost and enables high-quality reconstruction within seconds after a few refinement steps.
We instantiate ForeSplat on diverse prevailing backbones. Across all tested architectures, a ForeSplat-trained initialization converges in fewer refinement steps and reaches a higher peak reconstruction quality than its vanilla counterpart, even fully converged. The framework consistently bridges the gap between amortized prediction and per-scene optimization, establishing a practical path toward lightweight, high-fidelity 3D reconstruction.