REVIEW 4 major objections 5 minor 141 references
ATSplat: Compact Feed-forward 3D Gaussian Splatting with Adaptive Token Expansion
T0 review · 4 major / 5 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read ATSplat restores scene-adaptive Gaussian allocation in feed-forward 3DGS by starting from sparse 3D anchor tokens and expanding only the tokens predicted to be under-reconstructed, matching or beating dense pixel-aligned baselines with more
desk verdict Core idea is solid and DL3DV results are strong, but the abstract overclaims SOTA and the high-res baseline is run off its training resolution. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The two central components are the adaptive 3D anchor tokens and the Adaptive Token Expansion (ATE) module. Anchor tokens are obtained by unprojecting coarse patch features along predicted ray-depth and aggregating local 3D context; each token subsequently predicts K Gaussians whose centers are learned offsets from the anchor, so primitive placement is no longer constrained to input pixel grids. The ATE module is a lightweight MLP that outputs a per-token uncertainty score and is supervised by comparing a rasterized uncertainty map to the D-SSIM error map of intermediate renderings. At decoder blocks, the top fraction of tokens by predicted uncertainty are each replaced with M child tokens t
What would settle it
Measure the rank correlation between the predicted uncertainty scores and the actual D-SSIM error maps on a held-out dataset with different scene statistics than training (e.g., cross-dataset evaluation). If the correlation is near zero or negative, the expansion targets are effectively arbitrary and the claimed compression gains would not survive when the selection ratios are replaced by oracle or random selection; alternatively, compare against an oracle that expands the true highest-error regions and check whether the quality gap closes.
Extended reading notes
Core claim
The core discovery is that a feed-forward 3D Gaussian Splatting system can recover the scene-adaptive capacity allocation of optimization-based 3DGS. ATSplat does this by building a sparse 3D scaffold from coarse depth patches, decoding each anchor into K local Gaussians placed at learnable 3D offsets, and progressively expanding tokens whose predicted uncertainty exceeds a threshold, where the uncertainty head is trained to reproduce the model's own intermediate D-SSIM error maps. The reported result is that from 12 input images at 512x960, the model reconstructs a scene in less than a second into 311K Gaussians and renders novel views at 1136 FPS, matching or beating dense pixel-aligned fe
Load-bearing premise
The learned per-token uncertainty score, supervised only by the model's own intermediate rendering errors during training, continues to rank the right tokens as needing expansion on unseen scenes at inference.
Editorial extensions
If this is right
- Feed-forward 3DGS can be compact without sacrificing rendering quality, since primitive count and placement become functions of scene complexity rather than input resolution or number of views.
- A single forward pass on a commercial GPU can produce a high-resolution 3D representation in under a second and render it at interactive rates (1136 FPS), making on-the-fly reconstruction practical for real-time applications.
- The uncertainty scores are a usable confidence map: regions that get expanded are exactly regions the model expects to render poorly, so the same signal can drive view selection, active capture, or downstream geometry tasks.
- Because expansion happens inside the decoder, the additional tokens continue to cross-attend to input images, so allocated capacity comes with extra computation where it is needed, not just extra memory.
- The authors' own dynamic-budget experiments show the fixed selection ratios can be replaced by uncertainty thresholds at inference, yielding scene-dependent Gaussian counts and pointing toward a fully adaptive compute allocator.
Reading between the lines
- Editorial: If the uncertainty head stays calibrated across distribution shift, the same sparse-to-adaptive recipe could be applied to other primitive-based reconstruction models (e.g., large reconstruction models or voxel-based splatting) to reduce memory and bandwidth in on-device or streaming settings with minimal changes.
- Editorial: A natural testbed is to make the selection policy explicitly budget-aware — e.g., train a controller to choose expansion ratios or thresholds per scene to hit a target Gaussian count — which would turn the current fixed-ratio mechanism into a true scene-dependent resource allocator.
- Editorial: The paper's uncertainty signal could be reused as a heuristic for subsequent densification or pruning stages, effectively giving feed-forward methods the adaptive density-control loop that per-scene 3DGS enjoys, but in a single pass.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. ATSplat is a feed-forward 3D Gaussian Splatting method that replaces pixel-aligned, per-pixel Gaussian prediction with a sparse set of 3D anchor tokens derived from coarse patch features and predicted depths. An Adaptive Token Expansion (ATE) module predicts per-token uncertainty scores, supervised by D-SSIM error maps of the model's own intermediate renderings, and selectively expands high-uncertainty tokens into additional Gaussians. The method is evaluated on RealEstate10K and DL3DV under standard protocols, including a high-resolution setting, and the paper claims state-of-the-art rendering quality with more than 5.7× fewer Gaussians than dense feed-forward baselines. The central technical contribution is the sparse-to-adaptive allocation that decouples primitive placement from the input image grid.
Significance. If the claims are substantiated, the work makes a useful contribution to feed-forward 3DGS by showing that adaptive capacity allocation — a key strength of per-scene optimized 3DGS — can be restored in a single forward pass. The proposed anchor-plus-offset design and the ATE module are clearly motivated, and the ablations (Tables 4, 5 and supplementary C) demonstrate that both components contribute to the reported gains. The paper also provides useful additional experiments: dynamic Gaussian budgets via uncertainty thresholds (Table 12), zero-shot transfer (Table 9), extrapolation (Table 10), and a unified model across datasets/view counts (Table 11). These strengthen the empirical case that the representation budget can be made scene-dependent rather than resolution-dependent. However, the headline claim that ATSplat achieves 'state-of-the-art rendering quality' is not consistently supported by the paper's own tables, and the high-resolution baseline comparison includes a protocol mismatch. The core efficiency idea is valuable, but the claims need to be narrowed and qualified.
major comments (4)
- [Abstract and Sec. 7.2, Table 1] The abstract and conclusion claim 'state-of-the-art rendering quality' with 5.7× fewer Gaussians, but Table 1 on RealEstate10K shows iLRM achieves higher PSNR (28.65 vs 28.46), higher SSIM (0.900 vs 0.894), and lower LPIPS (0.110 vs 0.118). ATSplat is not state-of-the-art on this dataset. Section 7.2 carefully says 'comparable to state-of-the-art feed-forward methods,' which is accurate, but the abstract and conclusion do not match. The claim should be narrowed to DL3DV or to 'state-of-the-art among compact/sub-40K-Gaussian methods.' This is a load-bearing overstatement of the central result.
- [Sec. 7.3, Table 3] The high-resolution DL3DV comparison includes DepthSplat evaluated at 512×960 using a checkpoint trained at 448×768. This is an off-protocol evaluation and makes DepthSplat's 21.33 PSNR not a fair feed-forward baseline; the gap to ATSplat (24.85) is thereby inflated. The paper acknowledges this in the caption, but the abstract and conclusion still rely on the resulting 'state-of-the-art' claim. I recommend either evaluating at DepthSplat's native resolution (with appropriate scaling) or clearly labeling the number as an out-of-distribution point and excluding it from SOTA claims. Also, the 5.7× reduction figure is computed against the densest pixel-aligned baselines (131K/688K); against iLRM the reduction is roughly 4.7× at high resolution (1474K/311K) and only 1.4× in the DL3DV 6-view setting (172K/120K). The quantitative claim should be stated relative to a specific baseline class.
- [Sec. 5, Eq. (8); Sec. 7.4, Fig. 4] The ATE module and the central efficiency claim depend on the learned uncertainty score u_i being a reliable proxy for actual rendering error on unseen scenes. The paper provides only qualitative visualizations (Fig. 4) and an ablation (Table 5) showing uncertainty-guided selection beats random selection. No quantitative calibration is reported, nor any analysis of failure cases or sensitivity to the fixed selection ratios ρ_l. Given the method's entire premise is that capacity is allocated to high-error regions, I ask for a quantitative validation, e.g., rank correlation between predicted uncertainty and D-SSIM, or an AUROC-style measure, and an ablation over selection ratios (the supplementary's threshold-based dynamic budgets partially address the latter, but not the calibration). This would substantiate the robustness of the adaptive mechanism.
- [Supplementary Sec. B.1, Table 7] The paper's own supplementary shows ATSplat falls behind pixel-aligned baselines in the large-overlap regime (e.g., PSNR 29.13 vs iLRM's 29.43, DepthSplat's 28.32). This is a legitimate limitation, but it is not mentioned in the main paper's discussion or conclusion. Since the paper claims general superiority of the anchor-offset design, this domain-dependent behavior should be disclosed and discussed in the main text, especially because it affects the interpretation of where the method is applicable.
minor comments (5)
- [Sec. 7.2, RealEstate10K paragraph] The phrase 'comparable to state-of-the-art feed-forward methods' is accurate, but the following sentence says '5.7× reduction compared to dense pixel-aligned formulations' — the comparison class is not stated. Please specify that the reduction is against pixelSplat/MVSplat/DepthSplat, not against iLRM.
- [Abstract and Fig. 1] The abstract claims real-time rendering at 1136 FPS (512×960), but no table or experiment in the main text measures rendering FPS. Please provide the measurement protocol (GPU, rasterizer, batch size) or remove the number from the abstract if it is not reproducible from the reported experiments.
- [Eq. (8)] The uncertainty loss uses L1 between predicted and stop-gradiated D-SSIM error maps. The choice of D-SSIM vs MSE is not discussed; a one-sentence justification would help, since the two losses emphasize different types of artifacts.
- [Table 2, footnote] The footnote says iLRM predicts Gaussians at 2× downsampled resolution, resulting in 4× fewer Gaussians. This is correct for a uniform downsampling, but iLRM's 172K at 6 views is only modestly fewer than the dense 688K of DepthSplat. A clear explanation of why iLRM is not considered a 'dense' baseline would avoid confusion about the 5.7× claim.
- [Sec. A.3, Eq. (11)] The notation N_init and N_final is clear, but the variable L_ATE is only defined in the text. Consider defining it in the equation or just below it to improve readability.
Circularity Check
No significant circularity: the uncertainty head is a self-supervised training signal, not a fitted prediction, and the central efficiency/quality claims are externally benchmarked on held-out splits.
full rationale
ATSplat's derivation chain is self-contained against external benchmarks. The sparse anchor scaffold is constructed from predicted patch depths (Eq. 3) and refined by cross-attention; Gaussian centers are anchor-plus-offset (Eqs. 4-5), so primitive placement is genuinely decoupled from pixel grids. The ATE uncertainty head (Eq. 6) is trained with L_unc (Eq. 8) to match the model's own intermediate D-SSIM error maps; this is an auxiliary self-supervised training signal, not a parameter fitted to the final evaluation metric and then renamed as a prediction. At inference the uncertainty head must generalize to new scenes, and the paper supports its usefulness with ablations (Tables 5 and 15) showing uncertainty-guided selection outperforms random selection, FPS, and no expansion. The central efficiency and rendering-quality claims are measured on held-out RealEstate10K and DL3DV splits (Tables 1-3) and are therefore externally falsifiable rather than forced by construction. The only author self-citation (FreeSplat/FreeSplat++, Sec. 2.3, Refs. [Wang et al. 2024, 2025b]) is a related-work description and is not load-bearing; no uniqueness theorem or ansatz is imported from prior work by the same authors. The paper does omit a quantitative calibration of predicted uncertainty versus actual error (Sec. 7.4 provides only qualitative visualizations), and the abstract's 'state-of-the-art' wording is not fully supported by Table 1, but these are correctness/support concerns, not circularity. No equation or claim in the paper reduces to its own inputs by definition, so the circularity score is 0.
Assumptions & free parameters
free parameters (4)
- Token selection ratios ρ_l =
0.5, 0.5, 0.25; 0.8 for first block at 512×960
- Expansion ratio M =
2
- Gaussians per anchor K =
16
- Loss weights λ_p, λ_int, λ_unc =
0.5, 0.5, 0.1
assumptions (4)
- domain assumption Frozen DINOv2-B patch features provide a strong enough multi-view representation for coarse depth and anchor tokens.
- domain assumption Coarse patch-level depths from a lightweight MLP are accurate enough to form a useful 3D scaffold.
- domain assumption D-SSIM error maps at intermediate decoder blocks are a valid supervision target for uncertainty.
- domain assumption Reported baseline numbers/checkpoints are directly comparable to ATSplat.
Cite this review
Pith. "Pith review of ATSplat: Compact Feed-forward 3D Gaussian Splatting with Adaptive Token Expansion." pith.science (2026). https://pith.science/paper/JMSDEE2B
@misc{pith2026260720417,
author = {Pith},
title = {Pith review of: ATSplat: Compact Feed-forward 3D Gaussian Splatting with Adaptive Token Expansion},
year = {2026},
howpublished = {\url{https://pith.science/paper/JMSDEE2B}},
note = {Machine review of arXiv:2607.20417}
}
abstract
3D Gaussian Splatting (3DGS) achieves high-quality novel-view synthesis by optimizing freely placed primitives in 3D and adaptively densifying them in under-reconstructed regions. However, this scene-adaptive capacity allocation is largely lost in existing feed-forward 3DGS methods, which commonly regress Gaussians at input pixels and lift them along camera rays. Such pixel-aligned formulations make the number and placement of primitives depend on image resolution and input viewpoints rather than scene complexity, resulting in dense and often redundant Gaussian sets. We present ATSplat, a feed-forward 3DGS framework that restores the adaptive allocation capability of 3DGS optimization through Adaptive 3D Tokens. ATSplat first lifts coarse patch-level depth and camera cues into sparse 3D anchor tokens, forming a compact scaffold of the scene. Each token is then regressed into local Gaussians with learnable 3D offsets, decoupling primitive placement from input image grids. An Adaptive Token Expansion module predicts a token-level uncertainty score, supervised by rendering error maps, and selectively expands high-uncertainty tokens through learnable expansion layers. This sparse-to-adaptive formulation enables ATSplat to concentrate primitives in challenging regions while maintaining a compact representation. Experiments on two representative datasets, RealEstate10K and DL3DV, show that ATSplat achieves state-of-the-art rendering quality while reducing the number of Gaussians by more than $5.7\times$ compared with dense feed-forward 3DGS methods. From 12 input images at $512 \times 960$ resolution, ATSplat completes reconstruction in less than a second using a single commercial GPU, and renders high-quality novel views at 1136 FPS ($512 \times 960$) with only 311K Gaussians.
Figures
Figures from the paper (8 more)
Reference graph
Works this paper leans on
-
[1]
Ye, Botao and Chen, Boqi and Xu, Haofei and Barath, Daniel and Pollefeys, Marc , journal =
-
[2]
, author=
3d gaussian splatting for real-time radiance field rendering. , author=. ACM Trans. Graph. , volume=
-
[3]
and Tancik, Matthew and Barron, Jonathan T
Mildenhall, Ben and Srinivasan, Pratul P. and Tancik, Matthew and Barron, Jonathan T. and Ramamoorthi, Ravi and Ng, Ren , booktitle =
-
[4]
and Mildenhall, Ben and Tancik, Matthew and Hedman, Peter and Martin-Brualla, Ricardo and Srinivasan, Pratul P
Barron, Jonathan T. and Mildenhall, Ben and Tancik, Matthew and Hedman, Peter and Martin-Brualla, Ricardo and Srinivasan, Pratul P. , booktitle =
-
[5]
and Mildenhall, Ben and Verbin, Dor and Srinivasan, Pratul P
Barron, Jonathan T. and Mildenhall, Ben and Verbin, Dor and Srinivasan, Pratul P. and Hedman, Peter , booktitle =
-
[6]
Yu, Alex and Li, Ruilong and Tancik, Matthew and Li, Hao and Ng, Ren and Kanazawa, Angjoo , booktitle =
-
[7]
Fridovich-Keil, Sara and Yu, Alex and Tancik, Matthew and Chen, Qinhong and Recht, Benjamin and Kanazawa, Angjoo , booktitle =
-
[8]
Chen, Anpei and Xu, Zexiang and Geiger, Andreas and Yu, Jingyi and Su, Hao , booktitle =
Show all 141 references
-
[9]
ACM Transactions on Graphics (SIGGRAPH) , volume =
Instant Neural Graphics Primitives with a Multiresolution Hash Encoding , author =. ACM Transactions on Graphics (SIGGRAPH) , volume =. 2022 , doi =
2022
-
[10]
Kerbl, Bernhard and Kopanas, Georgios and Leimk\"uhler, Thomas and Drettakis, George , journal =
-
[11]
Yu, Zehao and Chen, Anpei and Huang, Binbin and Sattler, Torsten and Geiger, Andreas , booktitle =
-
[12]
Charatan, David and Li, Sizhe Lester and Tagliasacchi, Andrea and Sitzmann, Vincent , booktitle =
-
[13]
Chen, Yuedong and Xu, Haofei and Zheng, Chuanxia and Zhuang, Bohan and Pollefeys, Marc and Geiger, Andreas and Cham, Tat-Jen and Cai, Jianfei , booktitle =
-
[14]
Xu, Yinghao and Shi, Zifan and Yifan, Wang and Chen, Hansheng and Yang, Ceyuan and Peng, Sida and Shen, Yujun and Wetzstein, Gordon , booktitle =
-
[15]
Tang, Jiaxiang and Chen, Zhaoxi and Chen, Xiaokang and Wang, Tengfei and Zeng, Gang and Liu, Ziwei , booktitle =
-
[16]
Zhang, Kai and Bi, Sai and Tan, Hao and Xiangli, Yuanbo and Zhao, Nanxuan and Sunkavalli, Kalyan and Xu, Zexiang , booktitle =
-
[17]
and Rupprecht, Christian and Vedaldi, Andrea , booktitle =
Szymanowicz, Stanislaw and Insafutdinov, Eldar and Zheng, Chuanxia and Campbell, Dylan and Henriques, Jo\ ao F. and Rupprecht, Christian and Vedaldi, Andrea , booktitle =
-
[18]
Xu, Haofei and Peng, Songyou and Wang, Fangjinhua and Blum, Hermann and Barath, Daniel and Geiger, Andreas and Pollefeys, Marc , booktitle =
-
[19]
Kang, Gyeongjin and Nam, Seungtae and Sun, Xiangyu and Khamis, Sameh and Mohamed, Abdelrahman and Park, Eunbyung , journal =
-
[20]
and Zhuang, Bohan , journal =
Wang, Weijie and Chen, Yeqing and Zhang, Zeyu and Liu, Hengyu and Wang, Haoxiao and Feng, Zhiyuan and Qin, Wenkang and Chen, Feng and Zhu, Zheng and Chen, Donny Y. and Zhuang, Bohan , journal =
-
[21]
, journal =
Kim, Injae and Kim, Chaehyeon and Bae, Minseong and Joo, Minseok and Kim, Hyunwoo J. , journal =
-
[22]
Itkin, Roni and Issachar, Noam and Keypur, Yehonatan and Chen, Xingyu and Chen, Anpei and Benaim, Sagie , journal =
-
[23]
An, Honggyu and Jung, Jaewoo and Kim, Mungyeom and Kim, Chaehyun and Jeon, Minkyeong and Han, Jisang and Fukuda, Kazumi and Narihira, Takuya and Ko, Hyunah and Kim, Junsu and Hong, Sunghwan and Mitsufuji, Yuki and Kim, Seungryong , journal =
-
[24]
Zhang, Zicheng and Meng, Xiangting and Wu, Ke and Ding, Wenchao , booktitle =
-
[25]
Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
Pointnet: Deep learning on point sets for 3d classification and segmentation , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
-
[26]
arXiv preprint arXiv:2604.15239 , year=
TokenGS: Decoupling 3D Gaussian Prediction from Pixels with Learnable Tokens , author=. arXiv preprint arXiv:2604.15239 , year=
-
[27]
arXiv preprint arXiv:1805.09817 , year=
Stereo magnification: Learning view synthesis using multiplane images , author=. arXiv preprint arXiv:1805.09817 , year=
-
[28]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Dl3dv-10k: A large-scale scene dataset for deep learning-based 3d vision , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[29]
Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
The unreasonable effectiveness of deep features as a perceptual metric , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
-
[30]
International Conference on Learning Representations , volume=
No pose, no problem: Surprisingly simple 3d gaussian splats from sparse unposed images , author=. International Conference on Learning Representations , volume=
-
[31]
arXiv preprint arXiv:2304.07193 , year=
Dinov2: Learning robust visual features without supervision , author=. arXiv preprint arXiv:2304.07193 , year=
-
[32]
arXiv preprint arXiv:1711.05101 , year=
Decoupled weight decay regularization , author=. arXiv preprint arXiv:1711.05101 , year=
-
[33]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Long-lrm: Long-sequence large reconstruction model for wide-coverage gaussian splats , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[34]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
Generative densification: Learning to densify gaussians for high-fidelity generalizable 3d reconstruction , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[35]
2019 , booktitle=
Understanding Straight-Through Estimator in Training Activation Quantized Neural Nets , author=. 2019 , booktitle=
2019
-
[36]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Plenoxels: Radiance fields without neural networks , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[37]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Efficient geometry-aware 3d generative adversarial networks , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[38]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Ibrnet: Learning multi-view image-based rendering , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[39]
Proceedings of the IEEE/CVF international conference on computer vision , pages=
Mvsnerf: Fast generalizable radiance field reconstruction from multi-view stereo , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=
-
[40]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
pixelnerf: Neural radiance fields from one or few images , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[41]
ACM SIGGRAPH 2024 conference papers , pages=
2d gaussian splatting for geometrically accurate radiance fields , author=. ACM SIGGRAPH 2024 conference papers , pages=
2024
-
[42]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Sugar: Surface-aligned gaussian splatting for efficient 3d mesh reconstruction and high-quality mesh rendering , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[43]
ACM Transactions on Graphics (ToG) , volume=
Gaussian opacity fields: Efficient adaptive surface reconstruction in unbounded scenes , author=. ACM Transactions on Graphics (ToG) , volume=. 2024 , publisher=
2024
-
[44]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
4d gaussian splatting for real-time dynamic scene rendering , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[45]
International Conference on Learning Representations , volume=
Real-time photorealistic dynamic scene representation and rendering with 4d gaussian splatting , author=. International Conference on Learning Representations , volume=
-
[46]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Scaffold-gs: Structured 3d gaussians for view-adaptive rendering , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[47]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Splatter image: Ultra-fast single-view 3d reconstruction , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[48]
Advances in Neural Information Processing Systems , volume=
Mvsplat360: Feed-forward 360 scene synthesis from sparse views , author=. Advances in Neural Information Processing Systems , volume=
-
[49]
arXiv preprint arXiv:2410.22128 , year=
Pf3plat: Pose-free feed-forward 3d gaussian splatting , author=. arXiv preprint arXiv:2410.22128 , year=
-
[50]
ACM Transactions on Graphics (TOG) , volume=
Anysplat: Feed-forward 3d gaussian splatting from unconstrained views , author=. ACM Transactions on Graphics (TOG) , volume=. 2025 , publisher=
2025
-
[51]
Advances in Neural Information Processing Systems , volume=
Freesplat: Generalizable 3d gaussian splatting towards free view synthesis of indoor scenes , author=. Advances in Neural Information Processing Systems , volume=
-
[52]
arXiv preprint arXiv:2503.22986 , year=
Freesplat++: Generalizable 3d gaussian splatting for efficient indoor scene reconstruction , author=. arXiv preprint arXiv:2503.22986 , year=
-
[53]
Advances in Neural Information Processing Systems , volume=
Gaussian graph network: Learning efficient and generalizable gaussian representations from multi-view images , author=. Advances in Neural Information Processing Systems , volume=
-
[54]
Advances in Neural Information Processing Systems , volume=
Learning Efficient Fuse-and-Refine for Feed-Forward 3D Gaussian Splatting , author=. Advances in Neural Information Processing Systems , volume=
-
[55]
arXiv preprint arXiv:2512.15508 , year=
Off The Grid: Detection of Primitives for Feed-Forward 3D Gaussian Splatting , author=. arXiv preprint arXiv:2512.15508 , year=
-
[56]
arXiv preprint arXiv:2604.07053 , year=
AnchorSplat: Feed-Forward 3D Gaussian SplattingWith 3D Geometric Priors , author=. arXiv preprint arXiv:2604.07053 , year=
-
[57]
Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
Structure-from-motion revisited , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
-
[58]
Abril and Robert Plant
Patricia S. Abril and Robert Plant. The patent holder's dilemma: Buy, sell, or troll?. Communications of the ACM. 2007. doi:10.1145/1188913.1188915
2007
-
[59]
Deciding equivalances among conjunctive aggregate queries
Sarah Cohen and Werner Nutt and Yehoshua Sagic. Deciding equivalances among conjunctive aggregate queries. 2007. doi:10.1145/1219092.1219093
2007
-
[60]
Special issue: Digital Libraries. 1996
1996
-
[61]
Understanding Policy-Based Networking
David Kosiur. Understanding Policy-Based Networking. 2001
2001
-
[64]
The title of book two. 2008. doi:10.1007/3-540-09237-4
2008 doi
-
[65]
Asad Z. Spector. Achieving application requirements. Distributed Systems. 1990. doi:10.1145/90417.90738
1990
-
[66]
Douglass and David Harel and Mark B
Bruce P. Douglass and David Harel and Mark B. Trakhtenbrot. Statecarts in use: structured analysis and object-orientation. Lectures on Embedded Systems. 1998. doi:10.1007/3-540-65193-4_29
1998 doi
-
[67]
Donald E. Knuth. The Art of Computer Programming, Vol. 1: Fundamental Algorithms (3rd. ed.). 1997
1997
-
[68]
Donald E. Knuth. The Art of Computer Programming. 1998
1998
-
[69]
Structured Variational Inference Procedures and their Realizations (as incol)
Dan Geiger and Christopher Meek. Structured Variational Inference Procedures and their Realizations (as incol). Proceedings of Tenth International Workshop on Artificial Intelligence and Statistics, The Barbados
-
[70]
Stan W. Smith. An experiment in bibliographic mark-up: Parsing metadata for XML export. Proceedings of the 3rd. annual workshop on Librarians and Computers. 2010. doi:99.9999/woot07-S422
2010
-
[71]
Catch me, if you can: Evading network signatures with web-based polymorphic worms
Matthew Van Gundy and Davide Balzarotti and Giovanni Vigna. Catch me, if you can: Evading network signatures with web-based polymorphic worms. Proceedings of the first USENIX workshop on Offensive Technologies. 2007
2007
-
[72]
Catch me, if you can: Evading network signatures with web-based polymorphic worms
Matthew Van Gundy and Davide Balzarotti and Giovanni Vigna. Catch me, if you can: Evading network signatures with web-based polymorphic worms. Proceedings of the first USENIX workshop on Offensive Technologies. 2008
2008
-
[73]
Catch me, if you can: Evading network signatures with web-based polymorphic worms
Matthew Van Gundy and Davide Balzarotti and Giovanni Vigna. Catch me, if you can: Evading network signatures with web-based polymorphic worms. Proceedings of the first USENIX workshop on Offensive Technologies. 2009
2009
-
[74]
Predicate Path expressions
Sten Andler. Predicate Path expressions. Proceedings of the 6th. ACM SIGACT-SIGPLAN symposium on Principles of Programming Languages. 1979. doi:10.1145/567752.567774
1979
-
[75]
LOGICS of Programs: AXIOMATICS and DESCRIPTIVE POWER
David Harel. LOGICS of Programs: AXIOMATICS and DESCRIPTIVE POWER. 1978
1978
-
[76]
Anisi , title =
David A. Anisi , title =
-
[77]
Clarkson
Kenneth L. Clarkson. Algorithms for Closest-Point Problems (Computational Geometry). 1985
1985
-
[78]
Introduction to Bayesian Statistics
Harry Thornburg. Introduction to Bayesian Statistics. 2001
2001
-
[79]
CLIFFORD: a Maple 11 Package for Clifford Algebra Computations, version 11
Rafal Ablamowicz and Bertfried Fauser. CLIFFORD: a Maple 11 Package for Clifford Algebra Computations, version 11. 2007
2007
-
[80]
Stats and Analysis
Poker-Edge.Com. Stats and Analysis. 2006
2006
-
[81]
A more perfect union
Barack Obama. A more perfect union. 2008
2008
-
[82]
The fountain of youth
Joseph Scientist. The fountain of youth. 2009
2009
-
[83]
Solder man
Dave Novak. Solder man. ACM SIGGRAPH 2003 Video Review on Animation theater Program: Part I - Vol. 145 (July 27--27, 2003). 2003. doi:99.9999/woot07-S422
2003
-
[84]
Interview with Bill Kinder: January 13, 2005
Newton Lee. Interview with Bill Kinder: January 13, 2005. Comput. Entertain. 2005. doi:10.1145/1057270.1057278
2005
-
[85]
The Enabling of Digital Libraries
Bernard Rous. The Enabling of Digital Libraries. Digital Libraries. 2008
2008
-
[87]
(new) Finding minimum congestion spanning trees , journal =
Werneck, Renato and Setubal, Jo\. (new) Finding minimum congestion spanning trees , journal =. 2000 , issn =. doi:10.1145/351827.384253 , acmid =
2000
-
[89]
and Mei, Alessandro , title =
Conti, Mauro and Di Pietro, Roberto and Mancini, Luigi V. and Mei, Alessandro , title =. Inf. Fusion , volume =. 2009 , issn =. doi:10.1016/j.inffus.2009.01.002 , acmid =
2009 doi
-
[90]
and Hutchful, David K
Li, Cheng-Lun and Buyuktur, Ayse G. and Hutchful, David K. and Sant, Natasha B. and Nainwal, Satyendra K. , title =. CHI '08 extended abstracts on Human factors in computing systems , year =. doi:10.1145/1358628.1358946 , acmid =
-
[91]
, title =
Hollis, Billy S. , title =. 1999 , isbn =
1999
-
[92]
Goossens, Michel and Rahtz, S. P. and Moore, Ross and Sutor, Robert S. , title =. 1999 , isbn =
1999
-
[93]
and Rosenberg, Arnold L
Buss, Jonathan F. and Rosenberg, Arnold L. and Knott, Judson D. , title =. 1987 , source =
1987
-
[94]
CHI '08: CHI '08 extended abstracts on Human factors in computing systems , year =
, note =. CHI '08: CHI '08 extended abstracts on Human factors in computing systems , year =
-
[95]
Algorithms for Closest-Point Problems (Computational Geometry) , year =
Clarkson, Kenneth Lee , advisor =. Algorithms for Closest-Point Problems (Computational Geometry) , year =
-
[96]
SIGCOMM Comput. Commun. Rev. , year =
-
[97]
2004 , isbn =
IEEE TCSC Executive Committee , booktitle =. 2004 , isbn =. doi:http://dx.doi.org/10.1109/ICWS.2004.64 , acmid =
2004 doi
-
[98]
Distributed systems (2nd Ed.) , year =
-
[99]
, title =
Petrie, Charles J. , title =. 1986 , source =
1986
-
[100]
Donald E. Knuth. Seminumerical Algorithms. 1981
1981
-
[101]
E-commerce and cultural values , year =
Kong, Wei-Chang , Title =. E-commerce and cultural values , year =
-
[102]
E-commerce and cultural values , year =
Kong, Wei-Chang , type =. E-commerce and cultural values , year =
-
[103]
Chapter 9 , booktitle =
Kong, Wei-Chang , editor =. Chapter 9 , booktitle =. 2002 , address =
2002
-
[104]
E-commerce and cultural values , editor =
Kong, Wei-Chang , title =. E-commerce and cultural values , editor =. 2003 , isbn =
2003
-
[105]
E-commerce and cultural values - (InBook-num-in-chap) , chapter =
Kong, Wei-Chang , editor =. E-commerce and cultural values - (InBook-num-in-chap) , chapter =. 2004 , address =
2004
-
[106]
E-commerce and cultural values (Inbook-text-in-chap) , chapter =
Kong, Wei-Chang , editor =. E-commerce and cultural values (Inbook-text-in-chap) , chapter =. 2005 , address =
2005
-
[107]
E-commerce and cultural values (Inbook-num chap) , chapter =
Kong, Wei-Chang , editor =. E-commerce and cultural values (Inbook-num chap) , chapter =. 2006 , address =
2006
-
[108]
Microelectron
Mehdi Saeedi and Morteza Saheb Zamani and Mehdi Sedighi , title =. Microelectron. J. , volume =. 2010 , pages =
2010
-
[109]
Mehdi Saeedi and Morteza Saheb Zamani and Mehdi Sedighi and Zahra Sasanian , title =. J. Emerg. Technol. Comput. Syst. , volume =
-
[110]
Kirschmer, Markus and Voight, John , title =. SIAM J. Comput. , issue_date =. 2010 , issn =. doi:https://doi.org/10.1137/080734467 , acmid =
2010 doi
-
[111]
Hoare, C. A. R. , title =. Structured programming (incoll) , editor =. 1972 , isbn =
1972
-
[112]
History of programming languages I (incoll) , editor =
Lee, Jan , title =. History of programming languages I (incoll) , editor =. 1981 , isbn =. doi:http://doi.acm.org/10.1145/800025.1198348 , acmid =
1981
-
[113]
, title =
Dijkstra, E. , title =. Classics in software engineering (incoll) , year =
-
[114]
, title =
Wenzel, Elizabeth M. , title =. Multimedia interface design (incoll) , year =. doi:10.1145/146022.146089 , acmid =
-
[115]
, title =
Mumford, E. , title =. Critical issues in information systems research (incoll) , year =
-
[116]
and Golden, Donald G
McCracken, Daniel D. and Golden, Donald G. , title =. 1990 , isbn =
1990
-
[117]
The analysis of linear partial differential operators
H. The analysis of linear partial differential operators. 1985 , PAGES =
1985
-
[118]
IEEE", address =
A. Adya and P. Bahl and J. Padhye and A.Wolman and L. Zhou , title =. Proceedings of the IEEE 1st International Conference on Broadnets Networks (BroadNets'04) , publisher = "IEEE", address = "Los Alamitos, CA", year =
-
[119]
I. F. Akyildiz and W. Su and Y. Sankarasubramaniam and E. Cayirci , title =. Comm. ACM , volume = 38, number = "4", year =
-
[120]
I. F. Akyildiz and T. Melodia and K. R. Chowdhury , title =. Computer Netw. , volume = 51, number = "4", year =
-
[121]
ACM", address =
P. Bahl and R. Chancre and J. Dungeon , title =. Proceeding of the 10th International Conference on Mobile Computing and Networking (MobiCom'04) , publisher = "ACM", address = "New York, NY", year =
-
[122]
8 (Special Issue on Sensor Networks)
D. Culler and D. Estrin and M. Srivastava , title =. IEEE Comput. , volume = 37, number = "8 (Special Issue on Sensor Networks)", publisher = "IEEE", address = "Los Alamitos, CA", year =
-
[123]
Natarajan and M
A. Natarajan and M. Motani and B. de Silva and K. Yap and K. C. Chua , title =. Network Architectures , editor =. 960935712
-
[124]
Tzamaloukas and J
A. Tzamaloukas and J. J. Garcia-Luna-Aceves , title =
-
[125]
Zhou and J
G. Zhou and J. Lu and C.-Y. Wan and M. D. Yarvis and J. A. Stankovic , title =
-
[126]
Mapping Powerlists onto Hypercubes
Jacob Kornerup. Mapping Powerlists onto Hypercubes. 1994
1994
-
[127]
Automatic Parallelization for Distributed-Memory Multiprocessing Systems
Michael Gerndt. Automatic Parallelization for Distributed-Memory Multiprocessing Systems
-
[128]
J. E. Archer, Jr. and R. Conway and F. B. Schneider. User recovery and reversal in interactive systems. ACM Trans. Program. Lang. Syst
-
[129]
D. D. Dunlop and V. R. Basili. Generalizing specifications for uniformly implemented loops. ACM Trans. Program. Lang. Syst
-
[130]
Heering and P
J. Heering and P. Klint. Towards monolingual programming environments. ACM Trans. Program. Lang. Syst
-
[131]
Donald E. Knuth. The book
-
[132]
Korach and D
E. Korach and D. Rotem and N. Santoro. Distributed algorithms for finding centers and medians in networks. ACM Trans. Program. Lang. Syst
-
[133]
: A Document Preparation System
Leslie Lamport. : A Document Preparation System
-
[134]
F. Nielson. Program transformations in a denotational setting. ACM Trans. Program. Lang. Syst
-
[135]
Brian K. Reid. A high-level approach to computer document formatting. Proceedings of the 7th Annual Symposium on Principles of Programming Languages
-
[136]
and Abdelzaher, Tarek F
Zhou, Gang and Wu, Yafeng and Yan, Ting and He, Tian and Huang, Chengdu and Stankovic, John A. and Abdelzaher, Tarek F. , title =. ACM Trans. Embed. Comput. Syst. , issue_date =. doi:10.1145/1721695.1721705 , acmid = 1721705, publisher =
-
[137]
Institutional members of the Users Group
-
[138]
Boris Veytsman , title =
-
[139]
and Peterson, Larry L
Bowman, Mic and Debray, Saumya K. and Peterson, Larry L. , title =. ACM Trans. Program. Lang. Syst. , volume =. 1993 , doi =
1993
-
[140]
TUGboat , volume =
Braams, Johannes , title =. TUGboat , volume =
-
[141]
Post Congress Tristesse
Malcolm Clark. Post Congress Tristesse. TeX90 Conference Proceedings
-
[142]
ACM Trans
Herlihy, Maurice , title =. ACM Trans. Program. Lang. Syst. , volume =. 1993 , doi =
1993
-
[143]
Salas and Einar Hille
S.L. Salas and Einar Hille. Calculus: One and Several Variable. 1978
1978
-
[144]
Publication quality tables in
Simon Fear , month =. Publication quality tables in
-
[145]
Using the amsthm Package , organization =
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.