REVIEW 4 major objections 3 minor 70 references
Real-Time 3D Vision-Language Embedding Mapping
T0 review · 4 major / 3 minor · reviewed 2026-08-05 · deepseek-v4-flash
Pith's one-line read The paper claims that a local embedding masking strategy plus confidence-weighted 3D integration turns a vision-language model's 2D embeddings into a real-time, metric, task-agnostic 3D semantic map from raw images.
desk verdict The supplied full text is a different paper, so the abstract's claims can't be checked; the topic is plausible but there's nothing here to referee yet. 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 central mechanism is the pairing of a local embedding masking strategy, which computes VLM embeddings on masked local image regions to produce a more distinct embedding distribution per object, with confidence-weighted 3D integration, which fuses per-frame 2D embeddings into a metric 3D representation using per-pixel confidence. Together they turn raw image streams into a semantic 3D embedding volume that can be queried with natural language.
What would settle it
Run the same masking plus confidence-weighted integration on a handheld sequence with ground-truth poses (e.g., motion capture or a tracked rig), then compare natural-language object localization accuracy against a version using estimated SLAM poses on the same sequence; if accuracy drops sharply with the estimated poses, the metric-accuracy claim collapses.
Extended reading notes
Core claim
The paper's central claim is that a vision-language model's 2D embeddings, which normally live in image space, can be projected into a metric 3D map and integrated over time so that each 3D point carries a meaningful semantic embedding. The masking strategy suppresses surrounding context so that embeddings of different objects separate more cleanly; the confidence weighting makes the integration more reliable against per-frame prediction noise. The result is a representation that is task-agnostic, supports global multi-room and local object-level semantics, and runs at real-time rates. The authors report that on real-world sequences these strategies improve object-of-interest localization wh
Load-bearing premise
The metric accuracy of the resulting map is inherited from the camera pose and depth estimates in the raw-image pipeline; if those drift, the embedding map stops being metric.
Editorial extensions
If this is right
- Natural-language object localization becomes a lookup in a continuously built 3D semantic map rather than a per-frame detection step.
- The same map serves both global multi-room navigation queries and local object-level queries without retraining.
- Handheld, mobile, and manipulation robots can build the map from raw images alone, provided the underlying pose and depth estimates are metric.
- Because the representation is task-agnostic, adding new object categories only requires new language queries, not new training data.
Reading between the lines
- If the masking and confidence-weighting transfer to other VLM backbones, the same pipeline could serve as a drop-in semantic layer for existing SLAM systems.
- The runtime improvement attributed to masking suggests the method might run on resource-limited robot hardware, but the abstract states this outcome rather than benchmarking it.
- Editorial note: the full text supplied under this ID describes a different manuscript, a flow-visualization LLM-alignment paper, so the contribution summarized here is drawn from the abstract and the stated title, which are the only consistent evidence for this paper.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The submission claims a real-time, metric-accurate 3D semantic mapping system that integrates 2D Vision-Language Model embeddings into a 3D representation via local embedding masking and confidence-weighted 3D integration, enabling natural-language object-of-interest localization at multi-room and object-level scales. The abstract promises evaluation on real-world sequences with improved localization accuracy and runtime. However, the supplied full text is an entirely different paper—"Automatic Semantic Alignment of Flow Pattern Representations for Exploration with Large Language Models"—concerned with streamline/flow visualization rather than 3D VLM embedding mapping. The claimed methods, equations, experiments, and robotic applications do not appear anywhere in the supplied text, so the manuscript as submitted cannot support any of its central claims.
Significance. If the claimed result held, it would be significant for robotics: a task-agnostic, metric semantic map built from raw images at real time, with natural-language object localization, would be an enabling component for interactive manipulation and navigation. No machine-checked proofs, reproducible code, parameter-free derivations, or falsifiable quantitative predictions are present in the supplied materials. The only strength is a clear problem statement in the abstract; because the body does not address that problem, the submission cannot currently be assigned any technical significance.
major comments (4)
- [Abstract vs Full Text] The manuscript body is not the paper announced by the title and abstract. The supplied full text is "Automatic Semantic Alignment of Flow Pattern Representations for Exploration with Large Language Models" (arXiv:2508.06300), about streamlines and flow visualization. None of the claimed content—local embedding masking, confidence-weighted 3D integration, metric 3D maps, object-of-interest localization, real-time robotics—appears in the body. This mismatch invalidates every claim in the abstract and prevents technical evaluation.
- [Claimed methods] The two central contributions are absent from the supplied text. There is no definition, equation, or algorithm for "local embedding masking" or "confidence-weighted 3D integration." The equations present (Eqs. 1–5) describe denoising autoencoders, diffusion objectives, and LLM token prediction for flow patterns. There is no Vision-Language Model, no 3D representation, and no pose/depth integration. The central mechanism cannot be assessed.
- [Abstract/Evaluation] The abstract claims "more accurate object-of-interest localisation" and improved runtime "in order to meet our real-time constraints" on "a variety of real-world sequences." The supplied evaluation sections contain no baseline, dataset, metric, or error bar relevant to 3D object localization or real-time mapping. The reported experiments measure reconstruction loss, linear probe accuracy, and GPT-4o judged response quality on flow datasets—none of which support the abstract's empirical claims.
- [Metric-accuracy dependency] The abstract's "metric-accurate" claim, together with "requiring only raw image data," omits the geometric input needed to make 3D projections metric. Unless camera poses and depth are metrically accurate (e.g., RGB-D sensor or metric SLAM), projected embeddings land in a non-metric map and localization accuracy degrades. The manuscript must state how geometry is obtained and validate metric accuracy against ground truth; this is a correctness risk in the central claim.
minor comments (3)
- [Abstract] The phrase "global multi-room" is undefined: there is no specification of how rooms are segmented, how cross-room registration is performed, or what map representation is used (voxel grid, TSDF, point cloud, etc.).
- [Abstract] "Real-time constraints" are never quantified (e.g., frames per second, latency bound, hardware). The abstract should state the threshold used.
- [Evaluation] The supplied full-text paper has internal typos (e.g., "Fig. 1 (e)" references an unlabeled subfigure). These are presentation issues in an unrelated manuscript and further indicate that the wrong file was submitted.
Circularity Check
No circularity found in the available abstract; the supplied full text corresponds to a different paper, so no derivation chain could be reduced to its own inputs.
full rationale
The target manuscript (arXiv:2508.06291) is represented only by its abstract. That abstract claims a combination of local embedding masking and confidence-weighted 3D integration, evaluated on real-world sequences; no equation, fitted parameter, or self-citation appears in it, and the claimed improvements are not defined in terms of the evaluation target. The strongest dependency — that 'metric-accurate' 3D embeddings require metric camera poses and/or depth — is an external input assumption, not a circular reduction: the embedding method does not by construction guarantee metricity, it presupposes it. The supplied full text belongs to a different manuscript (arXiv:2508.06300, 'Automatic Semantic Alignment of Flow Pattern Representations for Exploration with Large Language Models'), so the target's methods and evaluation could not be audited for circularity beyond the abstract. That unrelated text contains a Limitations section stating that the approach is not evaluated for unsteady fields and cannot address flow phenomena not represented by curve geometry; these are scope limits, not circular steps. No self-citation chain or fitted-input-as-prediction is visible. Under the rule that a non-finding is expected unless a specific reduction can be exhibited, the correct score is 0.
Assumptions & free parameters
free parameters (2)
- Local embedding masking locality
- Confidence weighting scheme for 3D integration
assumptions (3)
- domain assumption Metric scale is recoverable from raw image data alone
- domain assumption 2D VLM embeddings retain semantic meaning after projection and multi-view fusion into 3D
- domain assumption Local masking does not discard context needed for object retrieval
Cite this review
Pith. "Pith review of Real-Time 3D Vision-Language Embedding Mapping." pith.science (2026). https://pith.science/paper/AO4MSJ6G
@misc{pith2026250806291,
author = {Pith},
title = {Pith review of: Real-Time 3D Vision-Language Embedding Mapping},
year = {2026},
howpublished = {\url{https://pith.science/paper/AO4MSJ6G}},
note = {Machine review of arXiv:2508.06291}
}
read the original abstract
A metric-accurate semantic 3D representation is essential for many robotic tasks. This work proposes a simple, yet powerful, way to integrate the 2D embeddings of a Vision-Language Model in a metric-accurate 3D representation at real-time. We combine a local embedding masking strategy, for a more distinct embedding distribution, with a confidence-weighted 3D integration for more reliable 3D embeddings. The resulting metric-accurate embedding representation is task-agnostic and can represent semantic concepts on a global multi-room, as well as on a local object-level. This enables a variety of interactive robotic applications that require the localisation of objects-of-interest via natural language. We evaluate our approach on a variety of real-world sequences and demonstrate that these strategies achieve a more accurate object-of-interest localisation while improving the runtime performance in order to meet our real-time constraints. We further demonstrate the versatility of our approach in a variety of interactive handheld, mobile robotics and manipulation tasks, requiring only raw image data.
Reference graph
Works this paper leans on
-
[1]
K. Abstreiter, S. Mittal, S. Bauer, B. Sch¨olkopf, and A. Mehrjou. Diffusion- based representation learning. arXiv preprint arXiv:2105.14257, 2021. Preprint. doi: 10.13140/RG.2.2.34452.22400
arXiv 2021
-
[2]
J.-B. Alayrac, J. Donahue, P. Luc, A. Miech, I. Barr, Y . Hasson, K. Lenc, A. Mensch, K. Millican, M. Reynolds, and et al. Flamingo: A visual language model for few -shot learning. Advances in Neural Informa- tion Processing Systems, 35:23716–23736, 2022. doi: 10.5555/3601993. 3601997
-
[3]
Improving Text Generation on Images with Synthetic Captions
J. Betker, G. Goh, L. Jing, T. Brooks, J. Wang, L. Li, L. Ouyang, J. Zhuang, J. Lee, Y . Guo, and et al. Improving image generation with better captions. arXiv preprint arXiv:2406.00505, 2023. Preprint. doi: 10.48550/arXiv. 2406.00505
work page Pith review arXiv doi:10.48550/arxiv.2406.00505 2023
-
[4]
A. Brun, H. Knutsson, H.-J. Park, M. E. Shenton, and C.-F. Westin. Clus- tering fiber traces using normalized cuts. In Proceedings of the Medical Image Computing and Computer-Assisted Intervention Conference , pp. 368–375, 2004. doi: 10.1007/b100265
-
[5]
X. Chen, Z. Liu, S. Xie, and K. He. Deconstructing denoising diffusion models for self-supervised learning. arXiv preprint arXiv:2401.14404,
-
[6]
Y . Chen, J. D. Cohen, and J. Krolik. Similarity-guided streamline place- ment with error evaluation. IEEE Transactions on Visualization and Computer Graphics, 13(6):1448–1455, 2007. doi: 10.1109/TVCG.2007. 70595
-
[7]
W. Dai, J. Li, D. Li, A. M. H. Tiong, J. Zhao, W. Wang, B. Li, P. Fung, and S. C. H. Hoi. InstructBLIP: Towards general-purpose vision-language models with instruction tuning. arXiv preprint arXiv:2305.06500, 2023. To appear, Advances in Neural Information Processing Systems. doi: 10. 48550/arXiv.2305.06500
-
[8]
K. Dhamdhere, K. S. McCurley, R. Nahmias, M. Sundararajan, and Q. Yan. Analyza: Exploring data with conversation. In Proceedings of the Interna- tional Conference on Intelligent User Interfaces, pp. 493–504, 2017. doi: 10.1145/3025171.3025227
Show all 70 references
- [9]
-
[10]
J. Han, J. Tao, and C. Wang. FlowNet: A deep learning framework for clustering and selection of streamlines and stream surfaces. IEEE Transactions on Visualization and Computer Graphics, 26(4):1732–1744,
- [11]
-
[12]
Hoque, V
E. Hoque, V . Setlur, M. Tory, and I. Dykeman. Applying pragmatics principles for interaction with visual analytics. IEEE Transactions on Visualization and Computer Graphics , 24(1):309–318, 2017. doi: 10. 1109/TVCG.2017.2744684
2017
-
[13]
Huang, Y
J. Huang, Y . Xi, J. Hu, and J. Tao. FlowNL: Asking the flow data in natural languages. IEEE Transactions on Visualization and Computer Graphics, 29(1):1200–1210, 2022. doi: 10.1109/TVCG.2022.3209453
2022
-
[14]
Jackson, T
B. Jackson, T. Y . Lau, D. Schroeder, K. C. Toussaint, and D. F. Keefe. A lightweight tangible 3D interface for interactive visualization of thin fiber structures. IEEE Transactions on Visualization and Computer Graphics, 19(12):2802–2809, 2013. doi: 10.1109/TVCG.2013.121
2013 doi
-
[15]
Jobard and W
B. Jobard and W. Lefer. Creating evenly-spaced streamlines of arbitrary density. In Visualization in Scientific Computing, pp. 43–55, 1997. doi: 10 .1007/978-3-7091-6876-9 5
1997
-
[16]
Karras, M
T. Karras, M. Aittala, T. Aila, and S. Laine. Elucidating the design space of diffusion-based generative models. Advances in Neural Information Processing Systems, 35:26565–26577, 2022. doi: 10.48550/arXiv.2206. 00364
2022 doi
-
[17]
Kumar, J
A. Kumar, J. Aurisano, B. Di Eugenio, A. Johnson, A. Gonzalez, and J. Leigh. Towards a dialogue system that supports rich visualizations of data. In Proceedings of the Annual Meeting of the Special Interest Group on Discourse and Dialogue, pp. 304–309. Association for Computat...
2016 doi
-
[18]
Lacasa, B
L. Lacasa, B. Luque, F. Ballesteros, J. Luque, and J. C. Nu ˜no. From time series to complex networks: The visibility graph. Proceedings of the National Academy of Sciences , 105(13):4972–4975, 2008. doi: 10. 1073/pnas.0709247105
2008
-
[19]
K. Lee, X. Chen, G. Hua, H. Hu, and X. He. Stacked cross attention for image-text matching. In Proceedings of the European Conference on Computer Vision, pp. 201–216, 2018. doi: 10.1007/978-3-030-01225-0 13
2018 doi
-
[20]
J. Li, D. Li, S. Savarese, and S. C. H. Hoi. BLIP -2: Bootstrapping language-image pre-training with frozen image encoders and large lan- guage models. In Proceedings of the International Conference on Machine Learning, pp. 19730–19742, 2023. doi: 10.5555/3618408.3619222
2023
-
[21]
J. Li, D. Li, C. Xiong, and S. C. H. Hoi. BLIP: Bootstrapping language-image pre-training for unified vision -language understanding and generation. In Proceedings of the International Conference on Ma- chine Learning, pp. 12888–12900, 2022. doi: 10.5555/3618454.3618455
2022
- [22]
-
[23]
Y . Li, C. Wang, and C.-K. Shene. Streamline similarity analysis using bag-of-features. In Proceedings of Visualization and Data Analysis, vol. 9017, pp. 258–269, 2014. doi: 10.1117/12.2038253
2014 doi
-
[24]
Z. Li, W. Zhang, and J. Tao. FlowLLM: Large language model driven flow visualization. Visual Informatics, p. 100241, 2025. In press. doi: 10. 1016/j.visinf.2025.100241
2025
- [25]
-
[26]
R. Liu, M. Gao, S. Ye, and J. Zhang. IGScript: An interaction grammar for scientific data presentation. In Proceedings of the Conference on Human Factors in Computing Systems, pp. 365–377. Association for Computing Machinery, Yokohama, Japan, 2021. doi: 10.1145/3411764.3445535
2021
-
[27]
K. Lu, A. Chaudhuri, T.-Y . Lee, H.-W. Shen, and P. C. Wong. Exploring vector fields with distribution-based streamline analysis. In Proceedings of the IEEE Pacific Visualization Symposium, pp. 129–136, 2013. doi: 10. 1109/PacificVis.2013.6596153
2013
-
[28]
Y . Luo, N. Tang, G. Li, J. Tang, C. Chai, and X. Qin. Natural language to visualization by neural machine translation. IEEE Transactions on Visualization and Computer Graphics , 28(1):217–226, 2021. doi: 10. 1109/TVCG.2021.3114862
2021
-
[29]
McLoughlin, M
T. McLoughlin, M. W. Jones, R. S. Laramee, R. Malki, I. Masters, and C. D. Hansen. Similarity measures for enhancing interactive streamline seeding. IEEE Transactions on Visualization and Computer Graphics , 19(8):1342–1353, 2013. doi: 10.1109/TVCG.2012.150
2013 doi
-
[30]
McLoughlin, R
T. McLoughlin, R. S. Laramee, R. Peikert, F. H. Post, and M. Chen. Over two decades of integration-based, geometric flow visualization. Computer Graphics Forum, 29(6):1807–1829, 2010. doi: 10.1111/j.1467-8659.2010 .01650.x
2010
- [31]
-
[32]
Narechania, A
A. Narechania, A. Srinivasan, and J. Stasko. NL4DV: A toolkit for gener- ating analytic specifications for data visualization from natural language queries. IEEE Transactions on Visualization and Computer Graphics , 27(2):369–379, 2020. doi: 10.1109/TVCG.2020.3030378
2020
-
[33]
Oeltze, D
S. Oeltze, D. J. Lehmann, A. Kuhn, G. Janiga, H. Theisel, and B. Preim. Blood flow clustering and applications in virtual stenting of intracranial aneurysms. IEEE Transactions on Visualization and Computer Graphics, 20(5):686–701, 2014. doi: 10.1109/TVCG.2013.2297914
2014
-
[34]
Osada, T
R. Osada, T. Funkhouser, B. Chazelle, and D. Dobkin. Shape distributions. ACM Transactions on Graphics , 21(4):807–832, 2002. doi: 10.1145/ 571647.571648
2002
-
[35]
Preechakul, N
K. Preechakul, N. Chatthee, S. Wizadwongsa, and S. Suwajanakorn. Dif- fusion autoencoders: Toward a meaningful and decodable representation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 10619–10629. IEEE/CVF, New York, 2022. doi: 10...
2022
- [36]
-
[37]
Reimers and I
N. Reimers and I. Gurevych. Sentence-BERT: Sentence embeddings using siamese BERT-networks. In Proceedings of the Conference on Empirical Methods in Natural Language Processing and the International Joint Conference on Natural Language Processing, pp. 3982–3992. Association fo...
2019
-
[38]
R¨ossl and H
C. R¨ossl and H. Theisel. Streamline embedding for 3D vector field ex- ploration. IEEE Transactions on Visualization and Computer Graphics, 18(3):407–420, 2012. doi: 10.1109/TVCG.2011.78
2012 doi
-
[39]
Sadlo, R
F. Sadlo, R. Peikert, and E. Parkinson. V orticity-based flow analysis and visualization for pelton turbine design optimization. In Proceedings of the IEEE Visualization Conference, pp. 179–186, 2004. doi: 10.1109/VISUAL .2004.128
2004 doi
-
[40]
Salzbrunn and G
T. Salzbrunn and G. Scheuermann. Streamline predicates. IEEE Transac- tions on Visualization and Computer Graphics, 12(6):1601–1612, 2006. doi: 10.1109/TVCG.2006.104
2006 doi
-
[41]
Setlur, S
V . Setlur, S. E. Battersby, M. Tory, R. Gossweiler, and A. X. Chang. Eviza: A natural language interface for visual analysis. In Proceedings of the Annual Symposium on User Interface Software and Technology, pp. 365–
-
[42]
K. Shi, H. Theisel, H. Hauser, T. Weinkauf, K. Matkovic, H.-C. Hege, and H.-P. Seidel. Path line attributes – an information visualization ap- proach to analyzing the dynamic behavior of 3D time-dependent flow fields. In Topology-Based Methods in Visualization II, Mathematics ...
2009
- [43]
-
[44]
Y . Sun, J. Leigh, A. Johnson, and S. Lee. Articulate: A semi-automated model for translating natural language queries into meaningful visualiza- tions. In Proceedings of the International Symposium on Smart Graphics, pp. 184–195, 2010. doi: 10.1007/978-3-642-13544-6 18
2010 doi
-
[45]
J. Tao, C. Wang, N. V . Chawla, L. Shi, and S. H. Kim. Semantic Flow Graph: A framework for discovering object relationships in flow fields. IEEE Transactions on Visualization and Computer Graphics, 24(12):3200– 3213, 2018. doi: 10.1109/TVCG.2018.2864719
2018
-
[46]
J. Tao, C. Wang, and C.-K. Shene. FlowString: Partial streamline matching using shape invariant similarity measure for exploratory flow visualization. In Proceedings of the IEEE Pacific Visualization Symposium, pp. 9–16,
-
[47]
J. Tao, C. Wang, C.-K. Shene, and R. A. Shaw. A vocabulary approach to partial streamline matching and exploratory flow visualization. IEEE Transactions on Visualization and Computer Graphics, 22(5):1503–1516,
-
[48]
Theisel, T
H. Theisel, T. Weinkauf, H.-C. Hege, and H.-P. Seidel. Saddle Connectors: An approach to visualizing the topological skeleton of complex 3D vector fields. In Proceedings of the IEEE Visualization Conference, pp. 225–232,
- [49]
-
[50]
Vincent, H
P. Vincent, H. Larochelle, Y . Bengio, and P.-A. Manzagol. Extracting and composing robust features with denoising autoencoders. In Proceedings of the International Conference on Machine Learning , pp. 1096–1103. ACM, Helsinki, 2008. doi: 10.1145/1390156.1390294
2008
-
[51]
Wang and P
T. Wang and P. Isola. Understanding contrastive representation learning through alignment and uniformity on the hypersphere. In Proceedings of the International Conference on Machine Learning, pp. 9929–9939, 2020. doi: 10.5555/3524938.3525859
2020
-
[52]
Z. Wang, J. M. Esturo, H.-P. Seidel, and T. Weinkauf. Streamline-based pattern search in flows. Computer Graphics Forum, 36(8):7–18, 2017. doi: 10.1111/cgf.12990
2017 doi
-
[53]
J. Wei, C. Wang, H. Yu, and K. Ma. A sketch-based interface for classi- fying and visualizing vector fields. In Proceedings of the IEEE Pacific Visualization Symposium, pp. 129–136, 2010. doi: 10.1109/PacificVis. 2010.5429603
2010
-
[54]
Xiang, H
W. Xiang, H. Yang, D. Huang, and Y . Wang. Denoising diffusion au- toencoders are unified self -supervised learners. In Proceedings of the IEEE/CVF International Conference on Computer Vision , pp. 15802– 15812. IEEE/CVF, New York, 2023. doi: 10.1109/ICCV51070.2023. 01448
2023
-
[55]
L. Xu, T. Lee, and H. Shen. An information -theoretic framework for flow visualization. IEEE Transactions on Visualization and Computer Graphics, 16(6):1216–1224, 2010. doi: 10.1109/TVCG.2010.131
2010 doi
-
[56]
R. Xu, X. Wang, T. Wang, Y . Chen, J. Pang, and D. Lin. PointLLM: Empowering large language models to understand point clouds. In Pro- ceedings of the European Conference on Computer Vision, pp. 131–147,
-
[57]
S. Yin, C. Fu, S. Zhao, K. Li, X. Sun, T. Xu, and E. Chen. A survey on multimodal large language models. arXiv preprint arXiv:2306.13549,
-
[58]
Yu and C
B. Yu and C. T. Silva. FlowSense: A natural language interface for visual data exploration within a dataflow system. IEEE Transactions on Visualization and Computer Graphics, 26(1):1–11, 2019. doi: 10.1109/ TVCG.2019.2934668
2019
-
[59]
Zafar, D
A. Zafar, D. Yang, and G. Chen. Extract and characterize hairpin vortices in turbulent flows. IEEE Transactions on Visualization and Computer Graphics, 30(1):716–726, 2024. doi: 10.1109/TVCG.2023.3326603
2024
-
[60]
X. Zeng, H. Lin, Y . Ye, and W. Zeng. Advancing multimodal large language models in chart question answering with visualization-referenced instruction tuning. IEEE Transactions on Visualization and Computer Graphics, 31(1):525–535, 2024. doi: 10.1109/TVCG.2024.3456159
2024
-
[61]
Hidden Dims
Z. Zhang, Z. Zhao, and Z. Lin. Unsupervised representation learning from pre-trained diffusion probabilistic models.Advances in Neural Information Processing Systems, 35:22117–22130, 2022. doi: 10.48550/arXiv.2212. 12990 A P RETRAINING FLOW ENCODER To pretrain the flow encoder...
2022 doi
-
[64]
doi: 10.1007/978-3-031-72698-9 8
-
[377]
Association for Computing Machinery, Tokyo, Japan, 2016. doi: 10. 1145/2984511.2984588
2016
-
[2003]
doi: 10.1109/VISUAL.2003.1250376
2003 arXiv
-
[2014]
doi: 10.1109/PacificVis.2014.12
2014 doi
-
[2015]
doi: 10.1109/TVCG.2015.2440252
2015
-
[2020]
doi: 10.1109/TVCG.2018.2880207
2018
- [2023]
-
[2024]
To appear, International Conference on Learning Representations,
- [2025]
Reviewed August 5, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.