REVIEW 3 major objections 1 minor 1 cited by
A lightweight network predicts aesthetic scores for 3D Gaussian Splatting scenes directly from primitives.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.3
2026-06-30 23:47 UTC pith:CN3MTWMI
load-bearing objection The paper introduces the first dataset and direct-primitive model for aesthetic scoring of 3D Gaussian Splatting scenes, but supplies no metrics, baselines, or validation stats to show the approach actually works. the 3 major comments →
Aes3D: Aesthetic Assessment in 3D Gaussian Splatting
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Aes3D comprises the Aesthetic3D dataset, constructed via a dedicated annotation strategy for 3D scene aesthetics, together with Aes3DGSNet, a lightweight model that regresses aesthetic scores from 3DGS representations alone through aesthetics-supervised learning on multi-view primitive sets, without requiring rendered images.
What carries the argument
Aes3DGSNet, a lightweight network that takes raw 3D Gaussian primitives as input and directly outputs scene-level aesthetic scores.
Load-bearing premise
The annotation strategy for 3D scene aesthetics yields reliable, consistent human labels that align with high-level attributes and that these attributes are already present in the raw 3D Gaussian primitive set.
What would settle it
A held-out collection of 3DGS scenes where Aes3DGSNet predictions show no correlation with fresh human aesthetic ratings would falsify the claim that the model captures the intended cues from primitives alone.
If this is right
- Aesthetic scoring can be added to 3DGS scene optimization loops without extra rendering passes.
- A public benchmark now exists for measuring aesthetic performance across different 3D neural rendering methods.
- Content creators obtain a direct numerical signal for adjusting scene composition and harmony.
- Hardware demands drop because evaluation no longer depends on generating multi-view images.
Where Pith is reading between the lines
- The same primitive-direct approach could be tested on other 3D representations such as meshes or point clouds to check generality.
- If the annotations hold up across larger user groups, they could serve as training targets for aesthetic models in production 3D tools.
- Real-time aesthetic monitoring becomes feasible inside interactive 3D applications once the model runs on primitives.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper claims to introduce Aes3D, the first systematic framework for aesthetic assessment of 3D Gaussian Splatting scenes. It presents the Aesthetic3D dataset built via a proposed annotation strategy for high-level attributes (composition, harmony, visual appeal) and Aes3DGSNet, a lightweight network that directly regresses scene-level aesthetic scores from unordered 3DGS primitives alone, without multi-view rendering. The authors state that aesthetics-supervised learning enables the model to capture high-level cues and achieve strong performance, establishing a new benchmark.
Significance. If the results hold, the work would provide the first dedicated benchmark and model for 3D scene aesthetics in neural rendering, with the lightweight primitive-only design offering computational advantages for content creation pipelines. The release of code and data would further strengthen its utility.
major comments (3)
- [Abstract] Abstract: the claim of 'strong performance' and 'accurate regression' is unsupported by any reported metrics, baselines, dataset size, or validation protocol, so the data-to-claim link cannot be evaluated.
- [Dataset Construction] Dataset section: the annotation strategy for high-level aesthetic attributes is presented without inter-annotator agreement statistics or any comparison of labels against those obtained from rendered multi-view images, leaving the reliability of the supervision signal unverified.
- [Aes3DGSNet and Experiments] Method and Experiments: the central assertion that raw 3DGS primitives (means, covariances, opacities) encode sufficient high-level aesthetic information is not supported by ablations that isolate primitive statistics from any implicit view-dependent cues; without such controls the claim that the model operates 'solely on 3D Gaussian primitives' remains untested.
minor comments (1)
- [Abstract] The statement that code and datasets will be released is a positive reproducibility note.
Simulated Author's Rebuttal
We thank the referee for the thoughtful and detailed comments. We address each major point below and commit to revisions that strengthen the manuscript's clarity and evidentiary support.
read point-by-point responses
-
Referee: [Abstract] Abstract: the claim of 'strong performance' and 'accurate regression' is unsupported by any reported metrics, baselines, dataset size, or validation protocol, so the data-to-claim link cannot be evaluated.
Authors: We agree that the abstract's qualitative claims would benefit from quantitative grounding. In the revised version we will insert the key reported metrics (Pearson and Spearman correlations, MAE), the size of the Aesthetic3D dataset, the train/validation/test protocol, and the main baselines, so that the performance statements are directly supported by the numbers presented later in the paper. revision: yes
-
Referee: [Dataset Construction] Dataset section: the annotation strategy for high-level aesthetic attributes is presented without inter-annotator agreement statistics or any comparison of labels against those obtained from rendered multi-view images, leaving the reliability of the supervision signal unverified.
Authors: We acknowledge that explicit reliability measures were omitted. We will add inter-annotator agreement statistics (pairwise Pearson correlation and Fleiss' kappa) computed on the full annotation set. In addition, we will include a supplementary comparison on a held-out subset of scenes where the same annotators labeled both the 3DGS representation and its rendered multi-view images, thereby quantifying any systematic difference introduced by the direct 3D annotation protocol. revision: yes
-
Referee: [Aes3DGSNet and Experiments] Method and Experiments: the central assertion that raw 3DGS primitives (means, covariances, opacities) encode sufficient high-level aesthetic information is not supported by ablations that isolate primitive statistics from any implicit view-dependent cues; without such controls the claim that the model operates 'solely on 3D Gaussian primitives' remains untested.
Authors: The network receives only the unordered list of Gaussian attributes (means, covariances, opacities, spherical harmonics) and employs a permutation-invariant encoder; no rendered images or camera parameters are ever provided at inference time. To make this isolation explicit, we will add an ablation that replaces the full per-primitive attributes with simple aggregate statistics (global means and variances of position, opacity, and color) while keeping the same architecture and training regime. The expected performance drop will demonstrate that the detailed primitive geometry, rather than any implicit view-dependent signal, drives the aesthetic prediction. revision: yes
Circularity Check
No circularity; empirical supervised learning on newly annotated dataset
full rationale
The paper introduces Aesthetic3D dataset via a proposed annotation strategy and trains Aes3DGSNet via supervised regression on 3DGS primitives to predict aesthetic scores. No equations, derivations, or parameter-fitting steps are described that reduce predictions to inputs by construction. The central claims rest on experimental performance of a learned model, which is independent of the inputs and does not invoke self-citations or uniqueness theorems. This is standard non-circular empirical ML work.
Axiom & Free-Parameter Ledger
read the original abstract
As 3D Gaussian Splatting (3DGS) gains attention in immersive media and digital content creation, assessing the aesthetics of 3D scenes becomes important in helping creators build more visually compelling 3D content. However, existing evaluation methods for 3D scenes primarily emphasize reconstruction fidelity and perceptual realism, largely overlooking higher-level aesthetic attributes such as composition, harmony, and visual appeal. This limitation comes from two key challenges: (1) the absence of general 3DGS datasets with aesthetic annotations, and (2) the intrinsic nature of 3DGS as a low-level primitive representation, which makes it difficult to capture high-level aesthetic features. To address these challenges, we propose Aes3D, the first systematic framework for assessing the aesthetics of 3D neural rendering scenes. Aes3D includes Aesthetic3D, the first dataset dedicated to 3D scene aesthetic assessment, built on our proposed annotation strategy for 3D scene aesthetics. In addition, we present Aes3DGSNet, a lightweight model that directly predicts scene-level aesthetic scores from 3DGS representations. Notably, our model operates solely on 3D Gaussian primitives, eliminating the need for rendering multi-view images and thus reducing computational cost and hardware requirements. Through aesthetics-supervised learning on multi-view 3DGS scene representations, Aes3DGSNet effectively captures high-level aesthetic cues and accurately regresses aesthetic scores. Experimental results demonstrate that our approach achieves strong performance while maintaining a lightweight design, establishing a new benchmark for 3D scene aesthetic assessment. Code and datasets will be made available in a future version.
Figures
Forward citations
Cited by 1 Pith paper
-
Learning Color Grading, No Photo Sharing: Federated Aesthetic Preference Learning for Personalized Image Enhancement
FedPAIE trains a shared aesthetic scorer with federated learning, calibrates it per user from sparse private ratings, and uses it to guide a small color-LUT enhancer on unpaired local photos.
Reference graph
Works this paper leans on
-
[1]
A survey on image aesthetic assessment
Abbas Anwar, Saira Kanwal, Muhammad Tahir, Muhammad Saqib, Muhammad Uzair, Mo- hammad Khalid Imam Rahmani, and Habib Ullah. A survey on image aesthetic assessment. arXiv preprint arXiv:2103.11616, 2021
-
[2]
Charm: the missing piece in vit fine-tuning for image aesthetic assessment
Fatemeh Behrad, Tinne Tuytelaars, and Johan Wagemans. Charm: the missing piece in vit fine-tuning for image aesthetic assessment. InProceedings of the Computer Vision and Pattern Recognition Conference, pages 7815–7824, 2025
work page 2025
-
[3]
Flexible frame selection for efficient video reasoning
Shyamal Buch, Arsha Nagrani, Anurag Arnab, and Cordelia Schmid. Flexible frame selection for efficient video reasoning. InProceedings of the Computer Vision and Pattern Recognition Conference, pages 29071–29082, 2025
work page 2025
-
[4]
Artimuse: Fine-grained image aesthetics assessment with joint scoring and expert-level understanding
Shuo Cao, Ning Ma, Jiayang Li, Xiaolong Li, Ling Shao, Kaiwen Zhu, Yu Zhou, Yanfeng Wang, et al. Artimuse: Fine-grained image aesthetics assessment with joint scoring and expert-level understanding. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2026
work page 2026
-
[5]
Luigi Celona, Marco Leonardi, Paolo Napoletano, and Alessandro Rozza. Composition and style attributes guided image aesthetic assessment.IEEE Transactions on Image Processing, 31: 5009–5024, 2022
work page 2022
-
[6]
A survey on 3d gaussian splatting.ACM Computing Surveys,
Guikun Chen and Wenguan Wang. A survey on 3d gaussian splatting.ACM Computing Surveys,
-
[7]
ISSN 0360-0300. doi: 10.1145/3807511. URL https://doi.org/10.1145/3807511
-
[8]
Tianang Chen, Jian Jin, Shilv Cai, Zhuangzi Li, and Weisi Lin. Mugsqa: Novel multi- uncertainty-based gaussian splatting quality assessment method, dataset, and benchmarks. In ICASSP 2026-2026 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 11737–11741. IEEE, 2026
work page 2026
-
[9]
Point cloud self-supervised learning via 3d to multi-view masked learner
Zhimin Chen, Xuewei Chen, Xiao Guo, Yingwei Li, Longlong Jing, Liang Yang, and Bing Li. Point cloud self-supervised learning via 3d to multi-view masked learner. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 27618–27629, 2025
work page 2025
-
[10]
Maedeh Daryanavard Chounchenani, Asadollah Shahbahrami, Reza Hassanpour, and Georgi Gaydadjiev. Deep learning based image aesthetic quality assessment- a review.ACM Computing Surveys, 57(7), February 2025. ISSN 0360-0300. doi: 10.1145/3716820. URL https: //doi.org/10.1145/3716820
-
[11]
Studying aesthetics in photographic images using a computational approach
Ritendra Datta, Dhiraj Joshi, Jia Li, and James Z Wang. Studying aesthetics in photographic images using a computational approach. InEuropean conference on computer vision, pages 288–301. Springer, 2006
work page 2006
-
[12]
Yubin Deng, Chen Change Loy, and Xiaoou Tang. Image aesthetic assessment: An experimental survey.IEEE Signal Processing Magazine, 34(4):80–106, 2017. doi: 10.1109/MSP.2017. 2696576
-
[13]
Aesthetic-driven image enhancement by adversarial learning
Yubin Deng, Chen Change Loy, and Xiaoou Tang. Aesthetic-driven image enhancement by adversarial learning. InProceedings of the 26th ACM international conference on Multimedia, pages 870–878, 2018. 10
work page 2018
-
[14]
A3gs: Arbitrary artistic style into arbitrary 3d gaussian splatting
Zhiyuan Fang, Rengan Xie, Xuancheng Jin, Qi Ye, Wei Chen, Wenting Zheng, Rui Wang, and Yuchi Huo. A3gs: Arbitrary artistic style into arbitrary 3d gaussian splatting. InProceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), pages 17751–17760, October 2025
work page 2025
-
[15]
Ben Fei, Jingyi Xu, Rui Zhang, Qingyuan Zhou, Weidong Yang, and Ying He. 3d gaussian splatting as new era: A survey.IEEE Transactions on Visualization and Computer Graphics, 2024
work page 2024
-
[16]
Rethinking image aesthetics assessment: Models, datasets and benchmarks
Shuai He, Yongchang Zhang, Rui Xie, Dongxiang Jiang, and Anlong Ming. Rethinking image aesthetics assessment: Models, datasets and benchmarks. InProceedings of the Thirty-First International Joint Conference on Artificial Intelligence, IJCAI 2022, pages 942–948, 2022. doi: 10.24963/ijcai.2022/132. URLhttps://doi.org/10.24963/ijcai.2022/132
-
[17]
Effective aesthetics prediction with multi- level spatially pooled features
Vlad Hosu, Bastian Goldlucke, and Dietmar Saupe. Effective aesthetics prediction with multi- level spatially pooled features. Inproceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 9375–9383, 2019
work page 2019
-
[18]
Aesexpert: Towards multi-modality foundation model for image aesthetics perception
Yipo Huang, Xiangfei Sheng, Zhichao Yang, Quan Yuan, Zhichao Duan, Pengfei Chen, Leida Li, Weisi Lin, and Guangming Shi. Aesexpert: Towards multi-modality foundation model for image aesthetics perception. InProceedings of the 32nd ACM International Conference on Multimedia, pages 5911–5920, 2024
work page 2024
-
[19]
Robust estimation of a location parameter
Peter J Huber. Robust estimation of a location parameter. InBreakthroughs in statistics: Methodology and distribution, pages 492–518. Springer, 1992
work page 1992
-
[20]
Aesthetic attributes assessment of images
Xin Jin, Le Wu, Geng Zhao, Xiaodong Li, Xiaokun Zhang, Shiming Ge, Dongqing Zou, Bin Zhou, and Xinghui Zhou. Aesthetic attributes assessment of images. InProceedings of the 27th ACM international conference on multimedia, pages 311–319, 2019
work page 2019
-
[21]
Optimizing search engines using clickthrough data
Thorsten Joachims. Optimizing search engines using clickthrough data. InProceedings of the eighth ACM SIGKDD international conference on Knowledge discovery and data mining, pages 133–142, 2002
work page 2002
-
[22]
Musiq: Multi-scale image quality transformer
Junjie Ke, Qifei Wang, Yilin Wang, Peyman Milanfar, and Feng Yang. Musiq: Multi-scale image quality transformer. InProceedings of the IEEE/CVF international conference on computer vision, pages 5148–5157, 2021
work page 2021
-
[23]
Vila: Learning image aesthetics from user comments with vision-language pretraining
Junjie Ke, Keren Ye, Jiahui Yu, Yonghui Wu, Peyman Milanfar, and Feng Yang. Vila: Learning image aesthetics from user comments with vision-language pretraining. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 10041–10051, 2023
work page 2023
-
[24]
The design of high-level features for photo quality assessment
Yan Ke, Xiaoou Tang, and Feng Jing. The design of high-level features for photo quality assessment. In2006 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR’06), volume 1, pages 419–426. IEEE, 2006
work page 2006
-
[25]
3d gaussian splatting for real-time radiance field rendering.ACM Trans
Bernhard Kerbl, Georgios Kopanas, Thomas Leimkühler, George Drettakis, et al. 3d gaussian splatting for real-time radiance field rendering.ACM Trans. Graph., 42(4):139–1, 2023
work page 2023
-
[26]
Arno Knapitsch, Jaesik Park, Qian-Yi Zhou, and Vladlen Koltun. Tanks and temples: Bench- marking large-scale scene reconstruction.ACM Transactions on Graphics, 36(4):78:1–78:13, 2017
work page 2017
-
[27]
Photo aesthetics ranking network with attributes and content adaptation
Shu Kong, Xiaohui Shen, Zhe Lin, Radomir Mech, and Charless Fowlkes. Photo aesthetics ranking network with attributes and content adaptation. InEuropean Conference on Computer Vision (ECCV), pages 662–679. Springer, 2016
work page 2016
-
[28]
Zheng Li, Bingxu Xie, Chao Chu, Weiqing Li, and Zhiyong Su. No-reference geometry quality assessment for colorless point clouds via list-wise rank learning.Computers & Graphics, 127: 104176, 2025. 11
work page 2025
-
[29]
Perceptual quality assessment of nerf and neural view synthesis methods for front-facing views
Hanxue Liang, Tianhao Wu, Param Hanji, Francesco Banterle, Hongyun Gao, Rafal Mantiuk, and Cengiz Öztireli. Perceptual quality assessment of nerf and neural view synthesis methods for front-facing views. InComputer Graphics Forum, volume 43, page e15036. Wiley Online Library, 2024
work page 2024
-
[30]
Dl3dv-10k: A large-scale scene dataset for deep learning-based 3d vision
Lu Ling, Yichen Sheng, Zhi Tu, Wentian Zhao, Cheng Xin, Kun Wan, Lantao Yu, Qianyu Guo, Zixun Yu, et al. Dl3dv-10k: A large-scale scene dataset for deep learning-based 3d vision. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2024
work page 2024
-
[31]
Rapid: Rating pictorial aesthetics using deep learning
Xin Lu, Zhe Lin, Hailin Jin, Jianchao Yang, and James Z Wang. Rapid: Rating pictorial aesthetics using deep learning. InProceedings of the 22nd ACM international conference on Multimedia, pages 457–466, 2014
work page 2014
-
[32]
Rating image aesthetics using deep learning.IEEE Transactions on Multimedia, 17(11):2021–2034, 2015
Xin Lu, Zhe Lin, Hailin Jin, Jianchao Yang, and James Z Wang. Rating image aesthetics using deep learning.IEEE Transactions on Multimedia, 17(11):2021–2034, 2015
work page 2021
-
[33]
Pei Lv, Jianqi Fan, Xixi Nie, Weiming Dong, Xiaoheng Jiang, Bing Zhou, Mingliang Xu, and Changsheng Xu. User-guided personalized image aesthetic assessment based on deep reinforcement learning.IEEE Transactions on Multimedia, 25:736–749, 2021
work page 2021
-
[34]
Luca Marchesotti, Naila Murray, and Florent Perronnin. Discovering beautiful attributes for aesthetic image analysis.International journal of computer vision, 113(3):246–266, 2015
work page 2015
-
[35]
Pedro Martin, António Rodrigues, João Ascenso, and Maria Paula Queluz. Nerf view synthesis: Subjective quality assessment and objective metrics evaluation.IEEE Access, 13:26–41, 2024
work page 2024
-
[36]
Gs-qa: Compre- hensive quality assessment benchmark for gaussian splatting view synthesis
Pedro Martin, António Rodrigues, João Ascenso, and Maria Paula Queluz. Gs-qa: Compre- hensive quality assessment benchmark for gaussian splatting view synthesis. In2025 17th International Conference on Quality of Multimedia Experience (QoMEX), pages 1–7. IEEE, 2025
work page 2025
-
[37]
Srinivasan, Matthew Tancik, Jonathan T
Ben Mildenhall, Pratul P. Srinivasan, Matthew Tancik, Jonathan T. Barron, Ravi Ramamoorthi, and Ren Ng. Nerf: Representing scenes as neural radiance fields for view synthesis. InEuropean Conference on Computer Vision (ECCV), 2020
work page 2020
-
[38]
Nerf: Representing scenes as neural radiance fields for view synthesis
Ben Mildenhall, Pratul P Srinivasan, Matthew Tancik, Jonathan T Barron, Ravi Ramamoor- thi, and Ren Ng. Nerf: Representing scenes as neural radiance fields for view synthesis. Communications of the ACM, 65(1):99–106, 2021
work page 2021
-
[39]
Ava: A large-scale database for aesthetic visual analysis
Naila Murray, Luca Marchesotti, and Florent Perronnin. Ava: A large-scale database for aesthetic visual analysis. In2012 IEEE conference on computer vision and pattern recognition, pages 2408–2415. IEEE, 2012
work page 2012
-
[40]
Drop-In Perceptual Optimization for 3D Gaussian Splatting
Ezgi Ozyilkan, Zhiqi Chen, Oren Rippel, Jona Ballé, and Kedar Tatwawadi. Drop-in perceptual optimization for 3d gaussian splatting.arXiv preprint arXiv:2603.23297, 2026
work page internal anchor Pith review arXiv 2026
-
[41]
Distort-and-recover: Color enhancement using deep reinforcement learning
Jongchan Park, Joon-Young Lee, Donggeun Yoo, and In So Kweon. Distort-and-recover: Color enhancement using deep reinforcement learning. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 5928–5936, 2018
work page 2018
-
[42]
Charles Ruizhongtai Qi, Li Yi, Hao Su, and Leonidas J Guibas. Pointnet++: Deep hierarchical feature learning on point sets in a metric space.Advances in neural information processing systems, 30, 2017
work page 2017
-
[43]
Qiang Qu, Hanxue Liang, Xiaoming Chen, Yuk Ying Chung, and Yiran Shen. Nerf-nqa: No- reference quality assessment for scenes generated by nerf and neural view synthesis methods. IEEE Transactions on Visualization and Computer Graphics, 30(5):2129–2139, 2024
work page 2024
-
[44]
Qiang Qu, Yiran Shen, Xiaoming Chen, Yuk Ying Chung, Weidong Cai, and Tongliang Liu. Nvs-sqa: Exploring self-supervised quality representation learning for neurally synthesized scenes without references.arXiv preprint arXiv:2501.06488, 2025. 12
-
[45]
Jian Ren, Xiaohui Shen, Zhe Lin, Radomir Mech, and David J Foran. Personalized image aesthetics. InProceedings of the IEEE international conference on computer vision, pages 638–647, 2017
work page 2017
-
[46]
Hierarchical layout-aware graph convolu- tional network for unified aesthetics assessment
Dongyu She, Yu-Kun Lai, Gaoxiong Yi, and Kun Xu. Hierarchical layout-aware graph convolu- tional network for unified aesthetics assessment. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 8475–8484, 2021
work page 2021
-
[47]
Attention-based multi-patch aggregation for image aesthetic assessment
Kekai Sheng, Weiming Dong, Chongyang Ma, Xing Mei, Feiyue Huang, and Bao-Gang Hu. Attention-based multi-patch aggregation for image aesthetic assessment. InProceedings of the 26th ACM international conference on Multimedia, pages 879–886, 2018
work page 2018
-
[48]
Nima: Neural image assessment.IEEE transactions on image processing, 27(8):3998–4011, 2018
Hossein Talebi and Peyman Milanfar. Nima: Neural image assessment.IEEE transactions on image processing, 27(8):3998–4011, 2018
work page 2018
-
[49]
Perceptual quality assessment of 3d gaussian splatting: A subjective dataset and prediction metric
Zhaolin Wan, Yining Diao, Jingqi Xu, Hao Wang, Zhiyang Li, Xiaopeng Fan, Wangmeng Zuo, and Debin Zhao. Perceptual quality assessment of 3d gaussian splatting: A subjective dataset and prediction metric. InProceedings of the AAAI Conference on Artificial Intelligence, volume 40, pages 9657–9665, 2026
work page 2026
-
[50]
Qian Wang, Zongju Peng, Wenhui Zou, Fen Chen, Kai Xu, and Youshuang Zhao. Of-nerf: A subjective benchmark of perceptual quality assessment for outward-facing nerf scenes with mul- tiple distortions and diverse viewing trajectories. InProceedings of the 7th ACM International Conference on Multimedia in Asia, pages 1–7, 2025
work page 2025
-
[51]
Bilateral guided radiance field processing.ACM Transactions on Graphics (TOG), 43(4):1–13, 2024
Yuehao Wang, Chaoyi Wang, Bingchen Gong, and Tianfan Xue. Bilateral guided radiance field processing.ACM Transactions on Graphics (TOG), 43(4):1–13, 2024
work page 2024
-
[52]
Haoning Wu, Erli Zhang, Liang Liao, Chaofeng Chen, Jingwen Hou, Annan Wang, Wenxiu Sun, Qiong Yan, and Weisi Lin. Exploring video quality assessment on user generated contents from aesthetic and technical perspectives. InProceedings of the IEEE/CVF international conference on computer vision, pages 20144–20154, 2023
work page 2023
-
[53]
Point transformer v3: Simpler faster stronger
Xiaoyang Wu, Li Jiang, Peng-Shuai Wang, Zhijian Liu, Xihui Liu, Yu Qiao, Wanli Ouyang, Tong He, and Hengshuang Zhao. Point transformer v3: Simpler faster stronger. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 4840–4851, 2024
work page 2024
-
[54]
Sonata: Self-supervised learning of reliable point representations
Xiaoyang Wu, Daniel DeTone, Duncan Frost, Tianwei Shen, Chris Xie, Nan Yang, Jakob Engel, Richard Newcombe, Hengshuang Zhao, and Julian Straub. Sonata: Self-supervised learning of reliable point representations. InProceedings of the Computer Vision and Pattern Recognition Conference, pages 22193–22204, 2025
work page 2025
-
[55]
3dgs-ieval- 15k: a large-scale image quality evaluation database for 3d gaussian-splatting
Yuke Xing, Jiarui Wang, Peizhi Niu, Wenjie Huang, Guangtao Zhai, and Yiling Xu. 3dgs-ieval- 15k: a large-scale image quality evaluation database for 3d gaussian-splatting. InProceedings of the 33rd ACM International Conference on Multimedia, pages 12682–12689, 2025
work page 2025
-
[56]
Depthsplat: Connecting gaussian splatting and depth.arXiv preprint arXiv:2410.13862, 2024
Haofei Xu, Songyou Peng, Fangjinhua Wang, Hermann Blum, Daniel Barath, Andreas Geiger, and Marc Pollefeys. Depthsplat: Connecting gaussian splatting and depth.arXiv preprint arXiv:2410.13862, 2024
-
[57]
Stochasticity-aware no-reference point cloud quality assessment
Mingze Xu et al. Stochasticity-aware no-reference point cloud quality assessment. InProceed- ings of the International Joint Conference on Artificial Intelligence (IJCAI), 2025
work page 2025
-
[58]
Zhicheng Yan, Hao Zhang, Baoyuan Wang, Sylvain Paris, and Yizhou Yu. Automatic photo adjustment using deep neural networks.ACM Transactions on Graphics (TOG), 35(2):1–15, 2016
work page 2016
-
[59]
A benchmark for gaussian splatting compression and quality assessment study
Qi Yang, Kaifa Yang, Yuke Xing, Yiling Xu, and Zhu Li. A benchmark for gaussian splatting compression and quality assessment study. InProceedings of the 6th ACM International Conference on Multimedia in Asia, pages 1–8, 2024. 13
work page 2024
-
[60]
Per- sonalized image aesthetics assessment with rich attributes
Yuzhe Yang, Liwu Xu, Leida Li, Nan Qie, Yaqian Li, Peng Zhang, and Yandong Guo. Per- sonalized image aesthetics assessment with rich attributes. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 19861–19869, 2022
work page 2022
-
[61]
Hsin-Ho Yeh, Chun-Yu Yang, Ming-Sui Lee, and Chu-Song Chen. Video aesthetic quality assessment by temporal integration of photo-and motion-based features.IEEE transactions on multimedia, 15(8):1944–1957, 2013
work page 1944
-
[62]
AccelAes: Accelerating Diffusion Transformers for Training-Free Aesthetic-Enhanced Image Generation
Xuanhua Yin, Chuanzhi Xu, Haoxian Zhou, Boyu Wei, and Weidong Cai. Accelaes: Accelerat- ing diffusion transformers for training-free aesthetic-enhanced image generation.arXiv preprint arXiv:2603.12575, 2026
work page internal anchor Pith review Pith/arXiv arXiv 2026
-
[63]
Dingxi Zhang, Yu-Jie Yuan, Zhuoxun Chen, Fang-Lue Zhang, Zhenliang He, Shiguang Shan, and Lin Gao. Stylizedgs: Controllable stylization for 3d gaussian splatting.IEEE Transactions on Pattern Analysis and Machine Intelligence, 47(12):11961–11973, 2025. doi: 10.1109/ TPAMI.2025.3604010
-
[64]
Mm-pcqa: Multi-modal learning for no- reference point cloud quality assessment
Qi Zhang, Yiling Li, Guangtao Zhai, and Kaifa Yang. Mm-pcqa: Multi-modal learning for no- reference point cloud quality assessment. InProceedings of the International Joint Conference on Artificial Intelligence (IJCAI), 2023
work page 2023
-
[65]
Yuhang Zhang, Joshua Maraval, Zhengyu Zhang, Nicolas Ramin, Shishun Tian, and Lu Zhang. Evaluating human perception of novel view synthesis: Subjective quality assessment of gaussian splatting and nerf in dynamic scenes.arXiv preprint arXiv:2501.08072, 2025
-
[66]
Hongbi Zhou and Zhangkai Ni. Perceptual-gs: Scene-adaptive perceptual densification for gaussian splatting.arXiv preprint arXiv:2506.12400, 2025
-
[67]
Hancheng Zhu, Leida Li, Jinjian Wu, Sicheng Zhao, Guiguang Ding, and Guangming Shi. Personalized image aesthetics assessment via meta-learning with bilevel gradient optimization. IEEE Transactions on Cybernetics, 52(3):1798–1811, 2020. 14 A Broader Impact Aes3D may support aesthetics-aware 3D content creation, quality control, rendering optimization, and ...
work page 2020
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.