Pith. sign in

REVIEW 3 major objections 4 minor 1 cited by

TexGS-VolVis: Expressive Scene Editing for Volume Visualization via Textured Gaussian Splatting

T0 review · 3 major / 4 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read TexGS-VolVis argues that textured 2D Gaussian surfels decouple appearance from geometry, enabling real-time editing and image- or text-driven stylization of volume renderings.

desk verdict A genuinely useful 2DGS-based volume editing system whose multi-scene composability claim is real but under-tested. read the letter →

arxiv 2507.13586 v1 pith:WDDFKANW submitted 2025-07-18 cs.GR cs.CLcs.CV

classification cs.GRcs.CLcs.CV
keywords volumevisualizationtexturedGaussiansplattingstyletransfernon-photorealisticrenderingnovelviewsynthesisvision-languagemodel2Dsceneediting
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

TexGS-VolVis sets out to make volume visualization scenes as editable as 3D photographs: a user should be able to restyle a rendering from a reference image or a text prompt, relight it interactively, and edit parts of it separately, without retraining the underlying geometry. The paper's core move is to represent each scene with flat 2D Gaussian splats that carry their own texture maps, so appearance is not welded to geometry. Because multiple basic scenes, each trained under a different transfer function, can be concatenated into one composed model, regions that are invisible under any single transfer function are still representable. The authors report that this yields higher-quality, geometry-consistent stylization and faster or more flexible editing than existing NeRF- and Gaussian-based methods, making the case that textured splatting is a practical representation for expressive volume visualization.

What carries the argument

The textured 2D Gaussian primitive is the load-bearing object. It is a flat elliptical surfel defined by a mean position, two tangent axes with scales, and a normal derived from their cross product; 2DGS renders it by explicit ray-splat intersection and alpha blending rather than projected 3D covariance. Each primitive additionally carries optimizable Blinn-Phong shading attributes (ambient, diffuse, specular, shininess) and a fixed-resolution UV texture map, with texel counts allocated adaptively according to primitive size under a global texel budget. The texture's sampled color plus a shared palette color forms the view-independent appearance, and Blinn-Phong computes view-dependent color from the surfel normal and light direction. This separation is what lets TexGS-VolVis edit style without touching geometry, relight in real time, and concatenate independently trained basic models into one scene.

What would settle it

Render the concatenated composed model from novel viewpoints on a volume where one basic transfer function is cleanly disjoint from another, and compare pixel error and boundary-region artifacts against a model trained jointly on all basic transfer functions; if the composed output shows visible seams, missing regions, or measurably higher error at region boundaries, the paper's composability claim is wrong.

Watch

Extended reading notes

Core claim

The discovery is that attaching a texture map to each 2D Gaussian primitive, together with explicit Blinn-Phong shading attributes, turns a volume visualization scene into an editable object without compromising geometry. The original 2D Gaussian surfel is trained first for geometry; then shading attributes are optimized as a relightable layer; then a per-primitive texture is added and optimized with a shared palette color and sparsity regularization. During editing, the texture and palette absorb the style while geometry and shading stay frozen, so stylization cannot distort the underlying structures. Because the paper concatenates parameters of separately trained basic models, one composed model can cover multiple disjoint transfer-function regions that no single transfer function would reveal at once. The paper reports that this representation produces clearer, more detail-rich stylization than existing image-driven and text-driven baselines, while editing in minutes and rendering at interactive rates.

Load-bearing premise

The load-bearing premise is that simply concatenating independently trained basic scene models yields a single composed volume scene without boundary artifacts or interference between Gaussian primitives, so that regions hidden under any one transfer function become representable.

Editorial extensions

If this is right

  • Color, opacity, light-direction, and light-magnitude edits happen at inference time with no retraining, at interactive frame rates that the paper reports as over 30 frames per second.
  • A composed model formed by concatenating basic models represents regions that no single transfer function reveals at once, and each basic region can then be stylized or edited independently, as demonstrated on a five-basic-scene combustion case.
  • Text-driven stylization needs only one editing pass over six views by the pretrained instruction-following model, cutting average editing time to about 1.6 minutes compared with 7 to 45 minutes for iterative baselines.
  • Per-primitive textures let a single Gaussian express spatially varying color, so detailed styles need far fewer primitives than single-color splatting; the paper reports roughly 108,000 to 130,000 primitives versus 231,000 to 352,000 for baselines while claiming higher stylization quality.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A natural next test the paper does not run is a quantitative composition check: comparing the concatenated model's novel-view error and boundary quality against a single model trained jointly on all basic transfer functions; if that comparison holds, composability becomes a general recipe for multi-region volume scenes far beyond the two-basic-scene examples shown.
  • Because texture storage dominates model size, with the appendix putting it at about 114.5 MB per basic scene under a 10^7 texel budget and more than 95 percent of total size, practical deployment on low-end devices hinges on texture compression; the paper lists compression as future work but gives no savings estimate.
  • The text-driven pipeline's ceiling is set by the pretrained editor, as the appendix's "leaf beetle" failure shows a lexical misinterpretation in the frozen model propagates into the stylized scene; a stronger or prompt-grounded 2D editor would likely improve text-driven non-photorealistic editing without changing the framework.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The paper introduces TexGS-VolVis, a volume visualization representation and editing framework built on textured 2D Gaussian splatting with Blinn-Phong shading. The scene representation stage trains multiple basic models, each on a disjoint transfer function, and then concatenates their parameters into a composed model without additional optimization. The editing stage supports real-time photorealistic editing (color, opacity, lighting), image-driven non-photorealistic scene editing using VGG/CLIP losses, text-driven NPSE using InstructPix2Pix, and 2D-lift-3D segmentation via SAM. Experiments on eight volume datasets compare against ARF, StyleRF-VolVis, StyleSplat, IN2N, IG2G, and DGE, reporting faster text-driven editing, smaller primitive counts, and better user-study rankings.

Significance. If the composition claim holds, the paper offers a practically attractive system: multiple transfer-function regions are represented by independently trained Gaussian models that can be combined without retraining, while the per-primitive texture attribute decouples appearance from geometry and enables expressive, geometry-consistent style transfer. The paper is commendably explicit about implementation details, includes parameter studies and failure cases, and makes the central composability claim falsifiable through direct comparison against full-TF direct volume rendering. The main weakness is that the load-bearing composition property and the headline quantitative quality advantages are not yet backed by the evidence presented.

major comments (3)
  1. [Sec. 3 (Model Composition); Figs. 1, 4; Appendix Fig. 7] The central claim that independently trained basic models can be concatenated into a composed model that 'jointly represents all regions of interest' is supported only qualitatively. Disjoint scalar-value intervals in the basic transfer functions do not imply spatial separation of the corresponding Gaussian primitive sets; in interleaved volume structures, splats from different basic models can overlap in projection and interleave in depth, so the alpha blending in Eq. (3) can double-count opacity or let splat tails from one basic scene tint or occlude another. The paper provides visual examples (Fig. 4 and Appendix Fig. 7) but no quantitative check against the ground-truth full-TF DVR renderings that the composed model is supposed to reproduce, and no jointly trained baseline to isolate composition loss. Please add per-dataset PSNR/SSIM comparisons between renders of the composed model and full-TF DVR images for all multi-scene datasets, and, if feasible, a comparison against a jointly trained model. This is directly measurable and would settle whether the composition construction is valid.
  2. [Table 3, Sec. 4.3] The quantitative evidence for text-driven NPSE superiority is thin: the average CLIP similarity advantage over DGE is 0.366 vs. 0.364, and the CLIP directional similarity advantage is 0.174 vs. 0.133, with no per-dataset breakdown, no error bars, and no significance tests in the main text. Because these are the only quantitative quality metrics reported for text-driven editing, and because IP2P is stochastic, please report per-dataset scores with multiple seeds or confidence intervals, and state the number of evaluation runs. Without this, the claim of 'superiority in editing quality' rests on differences that may be within noise.
  3. [Table 2, Sec. 4.2] For image-driven NPSE, Table 2 reports only efficiency metrics (editing time, model size, rendering time, primitive count) and no quantitative quality metric. The paper's stated superiority in visual quality for image-driven editing is therefore supported only by the qualitative comparisons in Fig. 2 and the 10-participant user study. Please either add a quantitative style/quality metric (e.g., LPIPS or CLIP similarity with the reference style) or explicitly scope the image-driven quality claim to the user study; if the latter, the study should report variance and significance rather than only vote counts.
minor comments (4)
  1. [Sec. 4.3 and Appendix Fig. 9] The main text says IN2N is modified by replacing its MLP with Plenoxels, while the appendix introduces geometry-frozen variants marked with a star. Please clarify explicitly whether the starred variants in Appendix Fig. 9 are the same configurations used in Table 3, and if not, specify exactly which baseline configuration produced the quantitative results.
  2. [Fig. 1 caption] The caption contains garbled LaTeX-style symbols (e.g., '{ ", $!, $", %!, %", &}') that are not readable in the compiled text; these should be rendered properly or replaced with clear attribute labels.
  3. [Appendix Eq. (9)] The parameter-count equation is terse and could be misread; a short explanation of the terms (3 for position, 4 for quaternion, 2 for scaling, 1 for opacity) would improve clarity.
  4. [Sec. 3.3] The texture allocation formula uses a global Ttotal shared across all Gaussians; please state explicitly what happens when a Gaussian's computed Ui or Vi is below 1 texel, since very small primitives will still need at least a 1x1 texture map.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper's editing outputs are produced by external optimization losses and evaluated against external baselines and user judgments, not by inverting fitted parameters into predictions.

full rationale

TexGS-VolVis is a systems and empirical paper. Its claimed results — stylized renderings, relighting, segmentation-guided partial editing — are produced by optimizing Gaussian and texture attributes against losses defined by external pretrained models (CLIP, VGG, IP2P, SAM) and by geometric reconstruction losses; they are not derived by renaming an input as an output. The model-composition step concatenates independently trained basic models into a composed model, and the paper supports this only qualitatively with Figures 4 and appendix Figure 7. This is a validation gap, not circularity: the composed model is not defined as the quantity being measured, and no quantitative claim is obtained by construction from the concatenation. The self-citations (StyleRF-VolVis [56], iVR-GS [57], and other same-author papers) are used as technical borrowings or as comparison baselines, not as an external uniqueness theorem or as the sole justification for the central claim. The text-driven NPSE evaluation uses CLIP similarity, but the edited textures are optimized to match IP2P-generated edited views, and the CLIP metric is computed independently on final renderings; for image-driven NPSE the paper's headline comparisons are qualitative and user-study based, so the CLIP term in the image-driven loss is not being recycled as the reported quantitative metric. The paper also candidly lists limitations in Section 4.7 and failure cases in the appendix, further confirming that the claims are empirical rather than definitional. The missing quantitative comparison of composed models against full-TF DVR and the absence of a jointly-trained baseline are legitimate correctness risks, but they do not make the derivation circular.

Assumptions & free parameters 5 free parameters · 4 assumptions · 0 invented entities

The central claims rest on several empirical assumptions: the reliability of pretrained models on volume-rendered imagery, the sufficiency of Blinn-Phong shading to decompose lighting, and the composability of separately trained basic models. Free parameters include loss weights, texel budgets, and training schedules that are set by hand. No new physical entities are posited; the texture and shading attributes are model parameters with direct visual evidence, not unobserved entities.

free parameters (5)
  • lambda_s = 0.9
    Balances NNFM and CLIP losses in image-driven NPSE; chosen by hand, with a parameter study in the appendix.
  • Ttotal = 1e7 texels
    Total texel budget across all Gaussians; controls texture resolution and model size, set per basic scene.
  • Opacity schedule = 2x to 0.5x target opacity
    Heuristic for text-driven NPSE to avoid blurry or unedited regions; manually tuned.
  • Number of text-editing views = 6
    Six views (front, back, left, right, top, bottom) are used for text-driven NPSE; chosen to reduce ambiguity.
  • Iterations = 10000 (2DGS), 20000 (shading), 3000 (image NPSE), 1500 (text NPSE)
    Optimization lengths for each phase; set by hand.
assumptions (4)
  • domain assumption Blinn-Phong shading is sufficient to decompose lighting from appearance in volume-rendered multi-view images.
    The method relies on this decomposition to allow relighting; if the input images contain complex or non-Blinn-Phong lighting, the learned shading attributes may not separate cleanly (Section 3.2).
  • domain assumption The pretrained CLIP, VGG, IP2P, and SAM models transfer to volume-rendered images.
    These models are trained on natural images; their reliability on semi-transparent volume renderings is assumed, not verified (Sections 3.5 and 3.6).
  • domain assumption Basic TFs are disjoint and cover all regions of interest, allowing naive parameter concatenation.
    The composed model is built by concatenating Gaussian parameters without re-optimization; this assumes no overlap or gaps between basic scenes (Section 3 introduction).
  • domain assumption 2DGS geometry optimization is accurate for volume scenes without depth distortion regularization.
    The authors omit standard depth regularization because it reduces NVS accuracy for their data; this empirical assumption underpins the geometry used for editing (Section 3.2).

how reviews work

0 comments
Cite this review

Pith. "Pith review of TexGS-VolVis: Expressive Scene Editing for Volume Visualization via Textured Gaussian Splatting." pith.science (2026). https://pith.science/paper/WDDFKANW

@misc{pith2026250713586,
  author       = {Pith},
  title        = {Pith review of: TexGS-VolVis: Expressive Scene Editing for Volume Visualization via Textured Gaussian Splatting},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/WDDFKANW}},
  note         = {Machine review of arXiv:2507.13586}
}
read the original abstract

Advancements in volume visualization (VolVis) focus on extracting insights from 3D volumetric data by generating visually compelling renderings that reveal complex internal structures. Existing VolVis approaches have explored non-photorealistic rendering techniques to enhance the clarity, expressiveness, and informativeness of visual communication. While effective, these methods often rely on complex predefined rules and are limited to transferring a single style, restricting their flexibility. To overcome these limitations, we advocate the representation of VolVis scenes using differentiable Gaussian primitives combined with pretrained large models to enable arbitrary style transfer and real-time rendering. However, conventional 3D Gaussian primitives tightly couple geometry and appearance, leading to suboptimal stylization results. To address this, we introduce TexGS-VolVis, a textured Gaussian splatting framework for VolVis. TexGS-VolVis employs 2D Gaussian primitives, extending each Gaussian with additional texture and shading attributes, resulting in higher-quality, geometry-consistent stylization and enhanced lighting control during inference. Despite these improvements, achieving flexible and controllable scene editing remains challenging. To further enhance stylization, we develop image- and text-driven non-photorealistic scene editing tailored for TexGS-VolVis and 2D-lift-3D segmentation to enable partial editing with fine-grained control. We evaluate TexGS-VolVis both qualitatively and quantitatively across various volume rendering scenes, demonstrating its superiority over existing methods in terms of efficiency, visual quality, and editing flexibility.

Figures

Figures reproduced from arXiv: 2507.13586 by the authors.

Figure 1
Figure 1. The workflow of TexGS-VolVis consists of two stages: scene representation (left) and scene editing (right). In the scene representation stage, [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Comparison of image-driven NPSE results. [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Comparison of text-driven NPSE results. The leftmost panel shows the multi-view images rendered using DVR, along with their corresponding TFs. Each color in a TF represents a distinct basic scene. The beetle and ionization datasets use a single prompt for the entire scene, while the chameleon and engine datasets employ two prompts for different scene parts specified by the TFs. TexGS-VolVis achieves superior lightin… view at source ↗
Figures from the paper (12 more)
Figure 4
Figure 4. Figure 4: Iterative scene editing using the composed TexGS-VolVis model on the mantle and five jets datasets. In both cases, the light source shifts [PITH_FULL_IMAGE:figures/full_fig_p008_4.png]
Figure 5
Figure 5. Figure 5: The votes from ten participants ranking the stylization outcomes [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: Partial scene editing using 2D-lift-3D segmentation on one basic scene from the chameleon and beetle datasets. Given (a) a basic scene, [PITH_FULL_IMAGE:figures/full_fig_p009_6.png]
Figure 7
Figure 7. Figure 7: Comparison of TexGS-VolVis’s image-driven (top) and text-driven (bottom) NPSE results with and without the texture attribute for the supernova in [PITH_FULL_IMAGE:figures/full_fig_p009_7.png]
Figure 1
Figure 1. Figure 1: A screenshot of TexGS-VolVis displaying the rendering results [PITH_FULL_IMAGE:figures/full_fig_p010_1.png]
Figure 3
Figure 3. Figure 3: Comparison of TexGS-VolVis image-driven NPSE results under [PITH_FULL_IMAGE:figures/full_fig_p010_3.png]
Figure 5
Figure 5. Figure 5: (a), the rich internal details of the original scene become visually indistinct after stylization. Second, TexGS-VolVis performs poorly on scenes with fragmented and complex structures, as shown in [PITH_FULL_IMAGE:figures/full_fig_p011_5.png]
Figure 6
Figure 6. Figure 6: TexGS-VolVis editing results via text prompt refinement using the [PITH_FULL_IMAGE:figures/full_fig_p011_6.png]
Figure 7
Figure 7. Figure 7: TexGS-VolVis’s NPSE and PSE results on the combustion dataset [PITH_FULL_IMAGE:figures/full_fig_p011_7.png]
Figure 8
Figure 8. Figure 8: TexGS-VolVis relighting results on the supernova and five jet datasets. The light direction is expressed as azimuthal and polar angles. [PITH_FULL_IMAGE:figures/full_fig_p012_8.png]
Figure 9
Figure 9. Figure 9: Comparison of TexGS-VolVis with geometry-frozen baseline meth [PITH_FULL_IMAGE:figures/full_fig_p012_9.png]
Figure 10
Figure 10. Figure 10: Extracted mesh (top-left) and NVS results (bottom-right) for the [PITH_FULL_IMAGE:figures/full_fig_p013_10.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. IntuiTF: MLLM-Guided Transfer Function Optimization for Direct Volume Rendering

    cs.GR 2025-06 conditional novelty 6.0 of 10

    IntuiTF is a framework that guides evolutionary transfer function optimization with MLLM-based human-aligned visual evaluation, achieving up to 0.85 agreement with human experts on medical volume renderings.

Reference graph

Works this paper leans on

72 extracted references · 35 canonical work pages · cited by 1 Pith paper

  1. [1]

    K. Ai, K. Tang, and C. Wang. NLI4V olVis: Natural language interaction for volume visualization via multi-LLM agents and editable 3D Gaussian splatting. IEEE Transactions on Visualization and Computer Graphics, 32(1), 2026. Accepted. 9

  2. [2]

    Berger, J

    M. Berger, J. Li, and J. A. Levine. A generative model for volume rendering. IEEE Transactions on Visualization and Computer Graphics, 25(4):1636–1650, 2019. doi: 10.1109/TVCG.2018.2816059 2

  3. [3]

    Brooks, A

    T. Brooks, A. Holynski, and A. A. Efros. InstructPix2Pix: Learning to fol- low image editing instructions. In Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 18392–18402, 2023. doi: 10.1109/CVPR52729.2023.01764 1, 2, 5, 7

  4. [4]

    Bruckner and M

    S. Bruckner and M. E. Gröller. Style transfer functions for illustrative volume rendering. Computer Graphics Forum, 26(3):715–724, 2007. doi: 10.1111/j.1467-8659.2007.01095.x 2

  5. [5]

    J. Cen, J. Fang, C. Yang, L. Xie, X. Zhang, W. Shen, and Q. Tian. Segment any 3D Gaussians. arXiv preprint arXiv:2312.00860, 2023. doi: 10.48550/ arXiv.2312.00860 5

  6. [6]

    M. Chen, I. Laina, and A. Vedaldi. DGE: Direct Gaussian 3D editing by consistent multi-view editing. In Proceedings of European Conference on Computer Vision, pp. 74–92, 2024. doi: 10.1007/978-3-031-72904-1_5 2, 5, 7

  7. [8]

    S. Choi, H. Song, J. Kim, T. Kim, and H. Do. Click-Gaussian: Inter- active segmentation to any 3D Gaussians. In Proceedings of European Conference on Computer Vision, pp. 289–305, 2024. doi: 10.1007/978-3 -031-72646-0_17 5

  8. [9]

    Dong and Y .-X

    J. Dong and Y .-X. Wang. ViCA-NeRF: View-consistency-aware 3D edit- ing of neural radiance fields. In Proceedings of Advances in Neural Information Processing Systems, vol. 36, pp. 61466–61477, 2023. doi: 10. 48550/arXiv.2402.00864 5

Show all 72 references
  1. [10]

    Z. Fan, K. Wang, K. Wen, Z. Zhu, D. Xu, and Z. Wang. LightGaussian: Unbounded 3D Gaussian compression with 15× reduction and 200+ FPS. In Proceedings of Advances in Neural Information Processing Systems,

  2. [11]

    S. Frey, F. Sadlo, and T. Ertl. Explorable volumetric depth images from raycasting. In Proceedings of BCS Conference on Graphics, Patterns and Images, pp. 123–130, 2013. doi: 10.1109/SIBGRAPI.2013.26 2

  3. [13]

    J. Gao, C. Gu, Y . Lin, Z. Li, H. Zhu, X. Cao, L. Zhang, and Y . Yao. Relightable 3D Gaussians: Realistic point cloud relighting with BRDF decomposition and ray tracing. In Proceedings of European Conference on Computer Vision, pp. 73–89, 2024. doi: 10.1007/978-3-031-72995-9_5 2, 4

  4. [15]

    P. Gu, J. Han, D. Z. Chen, and C. Wang. Reconstructing unsteady flow data from representative streamlines via diffusion and deep learning based denoising. IEEE Computer Graphics and Applications, 41(6):111–121,

  5. [16]

    P. Gu, J. Han, D. Z. Chen, and C. Wang. Scalar2Vec: Translating scalar fields to vector fields via deep learning. In Proceedings of IEEE Pacific Vi- sualization Symposium, pp. 31–40, 2022. doi: 10.1109/PACIFICVIS53943 .2022.00012 2

  6. [17]

    Gupta, P

    A. Gupta, P. Incardona, A. Brock, G. Reina, S. Frey, S. Gumhold, U. Gün- ther, and I. F. Sbalzarini. Parallel compositing of volumetric depth images for interactive visualization of distributed volumes at high frame rates. In Proceedings of Eurographics Symposium on Parallel G...

  7. [18]

    J. Han, K. Tang, and C. Wang. MoE-INR: Implicit neural representation with mixture-of-experts for time-varying volumetric data compression. IEEE Transactions on Visualization and Computer Graphics, 32(1), 2026. Accepted. 2

  8. [19]

    Han and C

    J. Han and C. Wang. TSR-VFD: Generating temporal super-resolution for unsteady vector field data. Computers & Graphics, 103:168–179, 2022. doi: 10.1016/J.CAG.2022.02.001 2

  9. [20]

    Han and C

    J. Han and C. Wang. VCNet: A generative model for volume completion. Visual Informatics, 6(2):62–73, 2022. doi: 10.1016/J.VISINF.2022.04. 004 2

  10. [21]

    Han and C

    J. Han and C. Wang. CoordNet: Data generation and visualization gen- eration for time-varying volumes via a coordinate-based neural network. IEEE Transactions on Visualization and Computer Graphics, 29(12):4951– 4963, 2023. doi: 10.1109/TVCG.2022.3197203 2

  11. [23]

    W. He, J. Wang, H. Guo, K.-C. Wang, H.-W. Shen, M. Raj, Y . S. G. Nashed, and T. Peterka. InSituNet: Deep image synthesis for parameter space exploration of ensemble simulations. IEEE Transactions on Visualization and Computer Graphics, 26(1):23–33, 2020. doi: 10.1109/TVCG.201...

  12. [24]

    F. Hong, C. Liu, and X. Yuan. DNN-V olVis: Interactive volume visualiza- tion supported by deep neural network. In Proceedings of IEEE Pacific Visualization Symposium, pp. 282–291, 2019. doi: 10.1109/PacificVis. 2019.00041 2

  13. [25]

    X. Hu, Y . Wang, L. Fan, J. Fan, J. Peng, Z. Lei, Q. Li, and Z. Zhang. SAGD: Boundary-enhanced segment anything in 3D Gaussian via Gaus- sian decomposition. arXiv preprint arXiv:2401.17857 , 2024. doi: 10. 48550/arXiv.2401.17857 5

  14. [26]

    Huang, Z

    B. Huang, Z. Yu, A. Chen, A. Geiger, and S. Gao. 2D Gaussian splat- ting for geometrically accurate radiance fields. In Proceedings of ACM SIGGRAPH Conference, pp. 32:1–32:11, 2024. doi: 10.1145/3641519. 3657428 1, 2, 3, 4, 5

  15. [27]

    S. Jain, A. Kuthiala, P. S. Sethi, and P. Saxena. StyleSplat: 3D object style transfer with Gaussian splatting. arXiv preprint arXiv:2407.09473, 2024. doi: 10.48550/arXiv.2407.09473 2, 6

  16. [28]

    Karras, S

    T. Karras, S. Laine, and T. Aila. A style-based generator architecture for generative adversarial networks. IEEE Transactions on Pattern Analysis and Machine Intelligence, 43(12):4217–4228, 2021. doi: 10.1109/TPAMI. 2020.2970919 2

  17. [29]

    Kerbl, G

    B. Kerbl, G. Kopanas, T. Leimkühler, and G. Drettakis. 3D Gaussian splatting for real-time radiance field rendering. ACM Transactions on Graphics, 42(4):139:1–139:14, 2023. doi: 10.1145/3592433 2, 3, 4

  18. [30]

    Kirillov, E

    A. Kirillov, E. Mintun, N. Ravi, H. Mao, C. Rolland, L. Gustafson, T. Xiao, S. Whitehead, A. C. Berg, W.-Y . Lo, et al. Segment anything. In Pro- ceedings of IEEE/CVF International Conference on Computer Vision, pp. 4015–4026, 2023. doi: 10.1109/ICCV51070.2023.00371 1, 2, 5

  19. [31]

    Laidlaw, E

    D. Laidlaw, E. Ahrens, D. Kremers, M. Avalos, R. Jacobs, and C. Read- head. Visualizing diffusion tensor images of the mouse spinal cord. In Proceedings of IEEE Visualization , pp. 127–134, 1998. doi: 10.1109/ VISUAL.1998.745294 1

  20. [32]

    textures

    D. H. Laidlaw. Loose, artistic “textures” for visualization.IEEE Computer Graphics and Applications, 21(2):6–9, 2001. doi: 10.1109/38.909009 2

  21. [34]

    K. Liu, F. Zhan, M. Xu, C. Theobalt, L. Shao, and S. Lu. StyleGaussian: Instant 3D style transfer with Gaussian splatting. In Proceedings of ACM SIGGRAPH Asia Technical Communications, pp. 21:1–21:4, 2024. doi: 10.1145/3681758.3698002 9

  22. [36]

    A. Lu, C. J. Morris, D. S. Ebert, P. Rheingans, and C. D. Hansen. Non- photorealistic volume rendering using stippling techniques. InProceedings of IEEE Visualization Conference , pp. 211–218, 2002. doi: 10.1109/ VISUAL.2002.1183777 1, 2

  23. [37]

    Y . Lu, P. Gu, and C. Wang. FCNR: Fast compressive neural representation of visualization images. In Proceedings of IEEE VIS Conference (Short Papers), pp. 31–35, 2024. doi: 10.1109/VIS55277.2024.00014 2

  24. [38]

    J. Ma, Y . He, F. Li, L. Han, C. You, and B. Wang. Segment anything in medical images. Nature Communications, 15(1):654, 2024. doi: 10. 1038/s41467-024-44824-z 2

  25. [39]

    R. A. Newcombe, S. Izadi, O. Hilliges, D. Molyneaux, D. Kim, A. J. Davison, P. Kohi, J. Shotton, S. Hodges, and A. Fitzgibbon. KinectFusion: Real-time dense surface mapping and tracking. In Proceedings of IEEE International Symposium on Mixed and Augmented Reality, pp. 127–136,

  26. [40]

    Niedermayr, C

    S. Niedermayr, C. Neuhauser, K. Petkov, K. Engel, and R. Westermann. Application of 3D Gaussian splatting for cinematic anatomy on consumer class devices. In Proceedings of Vision, Modeling, and Visualization, pp. 1–13, 2024. doi: 10.2312/vmv.20241195 1, 2, 3, 4, 13

  27. [41]

    Niedermayr, J

    S. Niedermayr, J. Stumpfegger, and R. Westermann. Compressed 3D Gaussian splatting for accelerated novel view synthesis. In Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 10349–10358, 2024. doi: 10.1109/CVPR52733.2024.00985 9

  28. [42]

    Patashnik, Z

    O. Patashnik, Z. Wu, E. Shechtman, D. Cohen-Or, and D. Lischinski. Style- CLIP: Text-driven manipulation of StyleGAN imagery. In Proceedings of IEEE/CVF International Conference on Computer Vision, pp. 2065–2074,

  29. [43]

    Radford, J

    A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, G. Goh, S. Agarwal, G. Sastry, A. Askell, P. Mishkin, J. Clark, et al. Learning transferable visual models from natural language supervision. In Proceedings of International Conference on Machine Learning, pp. 8748–8763, 2021. 1, 2

  30. [44]

    Remondino and S

    F. Remondino and S. El-Hakim. Image-based 3D modelling: A review. The Photogrammetric Record, 21(115):269–291, 2006. doi: 10.1111/j. 1477-9730.2006.00383.x 2

  31. [45]

    doi: 10.1109/ICCV48922.2021.00209 2

  32. [46]

    V . Rong, J. Chen, S. Bahmani, K. N. Kutulakos, and D. B. Lindell. GSTex: Per-primitive texturing of 2D Gaussian splatting for decoupled appearance and geometry modeling. arXiv preprint arXiv:2409.12954, 2024. doi: 10. 48550/arXiv.2409.12954 2

  33. [47]

    Sainz and R

    M. Sainz and R. Pajarola. Point-based rendering techniques. Computers & Graphics, 28(6):869–879, 2004. doi: 10.1016/j.cag.2004.08.014 2

  34. [48]

    Rombach, A

    R. Rombach, A. Blattmann, D. Lorenz, P. Esser, and B. Ommer. High- resolution image synthesis with latent diffusion models. In Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 10674–10685, 2022. doi: 10.1109/CVPR52688.2022.01042 1, 2

  35. [49]

    Silver and X

    D. Silver and X. Wang. Tracking and visualizing turbulent 3D features. IEEE Transactions on Visualization and Computer Graphics, 3(2):129– 141, 1997. doi: 10.1109/2945.597796 11

  36. [50]

    Simonyan and A

    K. Simonyan and A. Zisserman. Very deep convolutional networks for large-scale image recognition. In Proceedings of International Conference on Learning Representations, pp. 1–14, 2015. doi: 10.48550/arXiv.1409. 1556 2

  37. [51]

    N. Shi, J. Xu, H. Li, H. Guo, J. Woodring, and H.-W. Shen. VDL-Surrogate: A view-dependent latent-based model for parameter space exploration of ensemble simulations. IEEE Transactions on Visualization and Computer Graphics, 29(1):820–830, 2023. doi: 10.1109/TVCG.2022.3209413 2

  38. [52]

    Y . Song, H. Lin, J. Lei, L. Liu, and K. Daniilidis. HDGS: Textured 2D Gaussian splatting for enhanced scene rendering. arXiv preprint arXiv:2412.01823, 2024. doi: 10.48550/arXiv.2412.01823 2

  39. [53]

    Svitov, P

    D. Svitov, P. Morerio, L. Agapito, and A. Del Bue. BillBoard Splatting (BBSplat): Learnable textured primitives for novel view synthesis. arXiv preprint arXiv:2411.08508, 2024. doi: 10.48550/arXiv.2411.08508 2

  40. [54]

    H. Son, J. Noh, S. Jeon, C. Wang, and W.-K. Jeong. MC-INR: Efficient encoding of multivariate scientific simulation data using meta-learning and clustered implicit neural representations. In Proceedings of IEEE VIS Conference (Short Papers), 2025. Accepted. 2

  41. [55]

    Tang and C

    K. Tang and C. Wang. STSR-INR: Spatiotemporal super-resolution for time-varying multivariate volumetric data via implicit neural representa- tion. Computers & Graphics, 119:103874, 2024. doi: 10.1016/J.CAG. 2024.01.001 2

  42. [56]

    Tang and C

    K. Tang and C. Wang. StyleRF-V olVis: Style transfer of neural radiance fields for expressive volume visualization.IEEE Transactions on Visualiza- tion and Computer Graphics, 31(1):613–623, 2025. doi: 10.1109/TVCG. 2024.3456342 1, 2, 4, 5, 6, 8

  43. [57]

    Tang and C

    K. Tang and C. Wang. ECNR: Efficient compressive neural representation of time-varying volumetric datasets. In Proceedings of IEEE Pacific Visu- alization Conference, pp. 72–81, 2024. doi: 10.1109/PACIFICVIS60374. 2024.00017 2

  44. [58]

    Tikhonova, C

    A. Tikhonova, C. D. Correa, and K.-L. Ma. Explorable images for visualiz- ing volume data. In Proceedings of IEEE Pacific Visualization Symposium, pp. 177–184, 2010. doi: 10.1109/PACIFICVIS.2010.5429595 2

  45. [59]

    Tikhonova, C

    A. Tikhonova, C. D. Correa, and K.-L. Ma. An exploratory technique for coherent visualization of time-varying volume data. Computer Graphics Forum, 29(3):783–792, 2010. doi: 10.1111/j.1467-8659.2009.01690.x 2

  46. [60]

    K. Tang, S. Yao, and C. Wang. iVR-GS: Inverse volume rendering for explorable visualization via editable 3D Gaussian splatting. IEEE Trans- actions on Visualization and Computer Graphics, 31(6):3783–3795, 2025. doi: 10.1109/TVCG.2025.3567121 1, 2, 3, 4, 13

  47. [61]

    Vachha and A

    C. Vachha and A. Haque. Instruct-GS2GS: Editing 3D Gaussian splats with instructions. https://instruct-gs2gs.github.io/, 2024. 7

  48. [62]

    Wang and J

    C. Wang and J. Han. DL4SciVis: A state-of-the-art survey on deep learning for scientific visualization. IEEE Transactions on Visualization and Computer Graphics, 29(8):3714–3733, 2023. doi: 10.1109/TVCG. 2022.3167896 2

  49. [63]

    Tikhonova, C

    A. Tikhonova, C. D. Correa, and K.-L. Ma. Visualization by proxy: A novel framework for deferred interaction with volume data. IEEE Transactions on Visualization and Computer Graphics, 16(6):1551–1559,

  50. [64]

    T.-X. Xu, W. Hu, Y .-K. Lai, Y . Shan, and S.-H. Zhang. Texture-GS: Disentangling the geometry and texture for 3D Gaussian splatting editing. In Proceedings of European Conference on Computer Vision, pp. 37–53,

  51. [65]

    M. Yang, K. Tang, and C. Wang. Meta-INR: Efficient encoding of volumet- ric data via meta-learning implicit neural representation. In Proceedings of IEEE Pacific Visualization Conference (Visualization Notes), pp. 246–251,

  52. [66]

    S. Yao, J. Han, and C. Wang. GMT: A deep learning approach to general- ized multivariate translation for scientific data analysis and visualization. Computers & Graphics, 112:92–104, 2023. doi: 10.1016/J.CAG.2023.04. 002 2

  53. [67]

    Q. Wu, J. M. Esturo, A. Mirzaei, N. Moenne-Loccoz, and Z. Gojcic. 3DGUT: Enabling distorted cameras and secondary rays in Gaussian splatting. arXiv preprint arXiv:2412.12507, 2024. doi: 10.48550/arXiv. 2412.12507 2

  54. [68]

    Yao and C

    S. Yao and C. Wang. ReV olVE: Neural reconstruction of volumes for visualization enhancement of direct volume rendering. Computers & Graphics, 2025. Accepted. 2

  55. [69]

    Yao and C

    S. Yao and C. Wang. V olSegGS: V olumetric segmentation of dynamic visualization scenes using deformable Gaussian splatting. IEEE Transac- tions on Visualization and Computer Graphics, 32(1), 2026. Accepted. 9

  56. [70]

    C. Ye, L. Qiu, X. Gu, Q. Zuo, Y . Wu, Z. Dong, L. Bo, Y . Xiu, and X. Han. StableNormal: Reducing diffusion variance for stable and sharp normal. ACM Transactions on Graphics, 43(6):250:1–250:18, 2024. doi: 10.1145/3687971 2

  57. [71]

    Zhang, N

    K. Zhang, N. Kolkin, S. Bi, F. Luan, Z. Xu, E. Shechtman, and N. Snavely. ARF: Artistic radiance fields. In Proceedings of European Conference on Computer Vision, pp. 717–733, 2022. doi: 10.1007/978-3-031-19821-2_41 2, 5, 6

  58. [72]

    Zwicker, H

    M. Zwicker, H. Pfister, J. van Baar, and M. Gross. EW A volume splatting. In Proceedings of IEEE Visualization Conference, pp. 29–538, 2001. doi: 10.1109/VISUAL.2001.964490 2

  59. [73]

    S. Yao, Y . Lu, and C. Wang. ViSNeRF: Efficient multidimensional neural radiance field representation for visualization synthesis of dynamic volu- metric scenes. In Proceedings of IEEE Pacific Visualization Conference, pp. 235–245, 2025. doi: 10.1109/PacificVis64226.2025.00029 2

  60. [79]

    Zwicker, H

    M. Zwicker, H. Pfister, J. van Baar, and M. Gross. Surface splatting. In Proceedings of ACM SIGGRAPH Conference, pp. 371–378, 2001. doi: 10. 1145/383259.383300 2

  61. [2010]

    doi: 10.1109/TVCG.2010.215 2

  62. [2011]

    doi: 10.1109/ISMAR.2011.6092378 13

  63. [2021]

    doi: 10.1109/MCG.2021.3089627 2

  64. [2024]

    doi: 10.1007/978-3-031-72698-9_3 13

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.