REVIEW 3 major objections 3 minor 15 references
Robust Model Reconstruction Based on the Topological Understanding of Point Clouds Using Persistent Homology
T0 review · 3 major / 3 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read This paper claims that representative 2-cycles from persistent homology can automatically separate and reconstruct each closed surface in a noisy multi-component point cloud.
desk verdict The submission is a shell: the abstract describes a plausible point-cloud reconstruction pipeline, but the full text is an unrelated wireless-networking paper, so nothing can be assessed. 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
Persistent homology with representative 2-cycles is the central object: for a point cloud, building a filtration over the data (for instance, a Vietoris-Rips or alpha complex) produces homology groups that record when holes appear and disappear, and a representative 2-cycle is an explicit chain that realizes a persistent void in the data. The paper uses these cycles as the carriers of the argument: each significant 2-cycle is the topological signature of a closed surface, and the cycles are used to decide which sampled points belong to which surface. Downstream, Loop subdivision refines the separated point sets into smooth meshes, and LSPIA (least squares progressive iterative approximation) fits the final surfaces.
What would settle it
Take a point cloud of two identical spheres that intersect in a circle. If the persistent 2-cycles of the filtration return a single cycle enclosing the union's outer boundary, or a cycle mixing both spheres, instead of two distinct cycles, the claimed separation fails. Running the pipeline on such a configuration and inspecting whether the number of significant 2-cycles equals the number of surfaces, with each cycle's points lying on one sphere, would settle the claim.
Extended reading notes
Core claim
The central discovery the authors are trying to establish is that the persistent 2-cycles of a point cloud's filtration carry geometric information specific enough to pick out every genuine closed surface of the sampled object. In their pipeline, each relevant 2-cycle is treated as the topological signature of one surface component, the point cloud is partitioned accordingly, and each component is then meshed and fitted. They report that this procedure distinguishes and separates closed surfaces from noisy point clouds of multi-component models, including cases where the surfaces share regions, and that the final Loop-subdivision and LSPIA fitting stage yields high-quality reconstructed surfaces.
Load-bearing premise
Each significant 2-cycle in the persistent homology of the sampled point cloud corresponds to exactly one genuine closed surface of the underlying object, and this correspondence survives when surfaces touch and noise is present.
Editorial extensions
If this is right
- An unorganized, noisy point cloud of a multi-component object can be automatically decomposed into individual closed surfaces without user interaction.
- Surfaces that share regions, meaning they touch or overlap, can still be separated because the 2-cycles encode the voids each surface encloses.
- The separated components can be converted into high-quality meshes via Loop subdivision followed by LSPIA fitting.
- The method is claimed to be robust to noise, so small perturbations of sample points do not destroy the cycle-to-surface correspondence.
Reading between the lines
- A natural testable extension is to quantify the required sampling density and noise level; the abstract gives no formal bound, so the method's robustness likely degrades when noise closes up genuine voids or creates spurious persistent cycles.
- If the cycle-to-surface correspondence holds, similar representative-cycle ideas could be applied to decompose other topological features, such as handles represented by 1-cycles, in surface reconstruction.
- The choice of which cycles count as 'significant' is an unstated critical parameter; a threshold on persistence length may need to be tuned per model, and an automatic scale-selection rule would be a natural next step.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript, as submitted under the cs.CG title "Robust Model Reconstruction Based on the Topological Understanding of Point Clouds Using Persistent Homology," contains an abstract that promises an automatic method for separating and reconstructing closed surfaces from noisy, multi-component point clouds using persistent homology, representative 2-cycles, Loop subdivision, and LSPIA. The full text, however, is an entirely different paper titled "Large AI Model-Enabled Secure Communications in Low-Altitude Wireless Networks: Concepts, Perspectives and Case Study," internally marked as arXiv:2508.00256v2. None of the claimed topological-reconstruction content appears in any section of the body; instead, the body presents a survey of security risks, a discussion of large AI models, and a case study on reinforcement learning for secure communications, with simulation results unrelated to surface reconstruction.
Significance. If the claimed method were actually present and correct, this would be a noteworthy contribution to computational geometry: a fully automatic pipeline that uses persistent homology to separate closed surfaces in noisy multi-component point clouds, including cases with shared regions, and then produces high-quality reconstructed surfaces. Such a result would be of practical interest for reverse engineering and scanned-data processing. However, in the submitted document there is no trace of the method, its definitions, algorithm, proofs, experiments, or comparisons. There are no machine-checked proofs, no reproducible code, no parameter-free derivations, and no falsifiable predictions to credit; the only assessable content is the abstract, which asserts outcomes without stating the criteria for selecting significant 2-cycles, the noise model, or the treatment of shared regions.
major comments (3)
- [Full Text, entire document] The submitted body text is the manuscript "Large AI Model-Enabled Secure Communications in Low-Altitude Wireless Networks," not the cs.CG reconstruction paper announced by the title and abstract. Sections I through VI contain no persistent homology, no representative 2-cycles, no Loop subdivision, no LSPIA, and no point-cloud experiments. This is not a local gap or missing detail; it is a total absence of the central claim's supporting content, making the manuscript unassessable in its current form.
- [Abstract, "representative 2-cycles... separate each closed surface" and "robust to noise"] Even if the abstract were taken as the sole statement of the claim, it provides no criterion for selecting significant 2-cycles, no definition of representative 2-cycles in this context, no algorithm for mapping homology features to genuine closed surfaces (especially when surfaces share regions), and no experimental protocol with an explicit noise model. Without these elements, the asserted separation performance and noise robustness cannot be evaluated or reproduced.
- [Full Text, Section IV-C "Numerical Results"] The only numerical results in the manuscript are for a TD3/LLM-based secure-communication framework (secrecy rate versus iteration), which has no bearing on the persistent-homology reconstruction claim. The abstract's sentence "Experimental results demonstrate the effectiveness of our approach" cannot refer to these simulations, since the approach described in the abstract is never implemented or tested in the provided text.
minor comments (3)
- [Running header and arXiv stamp] The document's header and footer reference arXiv:2508.00256v2 and the cs.NI category, which contradict the stated cs.CG title; this provenance mismatch should be corrected if the intended manuscript is resubmitted.
- [Author biographies and funding statement] The author biographies, index terms, funding sources, and reference list all concern wireless networking and large AI models, further indicating that the submitted content is not the paper announced by the title.
- [Abstract, first sentence] The abstract opens with a general statement about reconstructing models from unorganized point clouds, but the body never revisits point-cloud reconstruction after the abstract, so the abstract's terminology is never defined or used in the text.
Circularity Check
No circularity detectable: the supplied full text is an unrelated manuscript (arXiv:2508.00256v2) on LAM-enabled secure communications, so the persistent-homology reconstruction claim has no derivation chain to audit.
full rationale
The abstract for arXiv:2508.00251 describes an automatic method using persistent homology and representative 2-cycles to separate closed surfaces, followed by Loop subdivision and LSPIA for reconstruction. The body supplied, however, is a different paper, internally marked 'arXiv:2508.00256v2 [cs.NI] 20 Jan 2026', titled 'Large AI Model-Enabled Secure Communications in Low-Altitude Wireless Networks: Concepts, Perspectives and Case Study', by different authors. None of the claimed topological pipeline, including representative 2-cycles, significance criteria, surface separation, subdivision, LSPIA fitting, or noise-robustness experiments, appears in the full text. There is therefore no derivation chain, no fitted parameter, and no self-citation load-bearing step to reduce to its own inputs. Per the hard rules, circularity cannot be claimed without quoting a specific reduction, such as an equation equal by construction or a fitted parameter renamed as a prediction, and no such reduction exists in the provided material. The honest finding is an absence-of-evidence zero, not a verified clean ledger: if the actual point-cloud manuscript is supplied, it must be re-audited for persistence thresholds, cycle-selection criteria, and fitted constants. The title-body mismatch is itself in-scope evidence and is the decisive reason this assessment cannot go beyond the abstract's assertions.
Assumptions & free parameters
free parameters (1)
- significance threshold for selecting representative 2-cycles (inferred) =
not stated
assumptions (2)
- domain assumption Significant 2-cycles in the persistent homology of a noisy point cloud correspond one-to-one with the closed surfaces of the sampled object.
- standard math Loop subdivision and LSPIA converge to surfaces of sufficient quality for final reconstruction.
Cite this review
Pith. "Pith review of Robust Model Reconstruction Based on the Topological Understanding of Point Clouds Using Persistent Homology." pith.science (2026). https://pith.science/paper/M5FIXWBG
@misc{pith2026250800251,
author = {Pith},
title = {Pith review of: Robust Model Reconstruction Based on the Topological Understanding of Point Clouds Using Persistent Homology},
year = {2026},
howpublished = {\url{https://pith.science/paper/M5FIXWBG}},
note = {Machine review of arXiv:2508.00251}
}
read the original abstract
Reconstructing models from unorganized point clouds presents a significant challenge, especially when the models consist of multiple components represented by their surface point clouds. Such models often involve point clouds with noise that represent multiple closed surfaces with shared regions, making their automatic identification and separation inherently complex. In this paper, we propose an automatic method that uses the topological understanding provided by persistent homology, along with representative 2-cycles of persistent homology groups, to effectively distinguish and separate each closed surface. Furthermore, we employ Loop subdivision and least squares progressive iterative approximation (LSPIA) techniques to generate high-quality final surfaces and achieve complete model reconstruction. Our method is robust to noise in the point cloud, making it suitable for reconstructing models from such data. Experimental results demonstrate the effectiveness of our approach and highlight its potential for practical applications.
Reference graph
Works this paper leans on
-
[1]
Y . Wang, G. Sun, Z. Sun, J. Wang, J. Li, C. Zhao, J. Wu, S. Liang, M. Yin, P. Wang, D. Niyato, S. Sun, and D. In Kim, “Toward real- ization of low-altitude economy networks: Core architecture, integrated technologies, and future directions,”IEEE Trans. Cognit. Commun. Networking, vol. 11, no. 5, pp. 2788–2820, 2025
work page 2025
-
[2]
Secure physical layer communications for low-altitude economy networking: A survey,
L. Cai, J. Wang, R. Zhang, Y . Zhang, T. Jiang, D. Niyato, X. Wang, A. Jamalipour, and X. Shen, “Secure physical layer communications for low-altitude economy networking: A survey,”IEEE Commun. Surv. Tutorials, 2025, Early Access, doi: 10.1109/COMST.2025.3634768
arXiv 2025
-
[3]
From large AI models to agentic AI: A tutorial on future intelligent communications,
F. Jiang, C. Pan, L. Dong, K. Wang, O. A. Dobre, and M. Debbah, “From large AI models to agentic AI: A tutorial on future intelligent communications,”arXiv preprint arXiv:2505.22311, May 2025, doi: 10.48550/arXiv.2505.22311
-
[4]
WirelessGPT: A Generative Pre-trained Multi-task Learning Framework for Wireless Communication
T. Yang, P. Zhang, M. Zheng, Y . Shi, L. Jing, J. Huang, and N. Li, “WirelessGPT: A generative pre-trained multi-task learning framework for wireless communication,”arXiv preprint arXiv:2502.06877, Feb. 2025, doi: 10.48550/arXiv.2502.06877
work page Pith review arXiv doi:10.48550/arxiv.2502.06877 2025
-
[5]
R. Zhang, W. Wu, X. Chen, Z. Gao, and Y . Cai, “Terahertz integrated sensing and communication-empowered UA Vs in 6G: A transceiver design perspective,”IEEE Veh. Technol. Mag., pp. 2–11, 2025, Early Access, doi:10.1109/MVT.2025.3531088
-
[6]
Deep learning-driven throughput maximization in covert communication for UA V-RIS cognitive systems,
V . N. V o, N. Q. Long, V . Dang, T. D. Ho, H. Tran, S. Chatzinotas, D. H. Tran, S. Sanguanpong, and C. So-In, “Deep learning-driven throughput maximization in covert communication for UA V-RIS cognitive systems,” IEEE Open J. Commun. Soc., vol. 6, pp. 4140–4155, Apr. 2025
work page 2025
-
[7]
UA V-assisted wireless-powered secure communications: Integration of optimization and deep learning,
K. Heo, W. Lee, and K. Lee, “UA V-assisted wireless-powered secure communications: Integration of optimization and deep learning,”IEEE Trans. Wirel. Commun., vol. 23, no. 9, pp. 10 530–10 545, Sep. 2024
work page 2024
-
[8]
J. Wang, C. Zhao, J. He, G. Sun, W. Yuan, D. Niyato, L. Zhu, and T. Xiang, “Security-aware joint sensing, communication, and comput- ing optimization in low altitude wireless networks,”arXiv preprint arXiv:2511.01451, Nov. 2025, doi: 10.48550/arXiv.2511.01451
Show all 15 references
-
[9]
Stackelberg game-driven defense for ISAC against channel attacks in low-altitude networks,
J. Wang, C. Zhao, D. Niyato, G. Sun, W. Yuan, A. Jamalipour, and T. Xiang, “Stackelberg game-driven defense for ISAC against channel attacks in low-altitude networks,”arXiv preprint arXiv:2511.06359, Nov. 2025, doi: 10.48550/arXiv.2511.06359
2025 doi
- [10]
-
[11]
A survey on vision transformer,
K. Han, Y . Wang, H. Chen, X. Chen, J. Guo, Z. Liu, Y . Tang, A. Xiao, C. Xu, Y . Xu, Z. Yang, Y . Zhang, and D. Tao, “A survey on vision transformer,”IEEE Trans. Pattern Anal. Mach. Intell., vol. 45, no. 1, pp. 87–110, Jan. 2023
2023
-
[12]
Wireless large AI model: Shaping the AI-native future of 6G and beyond,
F. Zhu, X. Wang, X. Li, M. Zhang, Y . Chen, C. Huang, Z. Yang, X. Chen, Z. Zhang, R. Jin, Y . Huang, W. Feng, T. Yang, B. Bai, F. Gao, K. Yang, Y . Liu, S. Muhaidat, C. Yuen, K. Huang, K.-K. Wong, D. Niyato, and M. Debbah, “Wireless large AI model: Shaping the AI-native future...
-
[13]
Semantic steganog- raphy: A framework for robust and high-capacity information hiding using large language models,
M. Bai, J. Yang, K. Pang, Y . Huang, and Y . Gao, “Semantic steganog- raphy: A framework for robust and high-capacity information hiding using large language models,”arXiv preprint arXiv:2412.11043, Dec. 2024, doi: 10.48550/arXiv.2412.11043. JOURNAL OF LATEX CLASS FILES, VOL. ...
-
[14]
Fedllmguard: A federated large language model for anomaly detection in 5g networks,
H. Rezaei, R. Taheri, and M. Shojafar, “Fedllmguard: A federated large language model for anomaly detection in 5g networks,”Comput. Networks, vol. 269, p. 111473, 2025
2025
-
[15]
Learning with language-guided state abstractions,
I. S. Andi Peng, T. R. S. Belinda Z. Li, T. L. Griffiths, J. Andreas, and J. A. Shah, “Learning with language-guided state abstractions,” inProc. 12th Int. Conf. Learn. Representations (ICLR), Vienna, Austria, May 7-11, 2024, pp. 1–34. BIOGRAPHIES CHUANGZHANG(chuangzhang1999@g...
2024
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.