REVIEW 4 major objections 6 minor 46 references
Look Inside for More: Internal Spatial Modality Perception for 3D Anomaly Detection
T0 review · 4 major / 6 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read Looking inside point clouds, not just at their surface, yields state-of-the-art 3D anomaly detection on Real3D-AD.
desk verdict A simple internal-slicing idea shows real gains on Real3D-AD, but sloppy reporting and a tautological proof need fixing before the SOTA claim is credible. 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 Spatial Insight Engine (SIE) is the load-bearing component. It converts a registered point cloud into four 2D pseudo-images: one top-down projection and three internal slices that bisect the cloud along the z-axis, encoding depth from the midpoint toward the top or bottom. These pseudo-images are fed to a pre-trained image encoder (EfficientNet) to produce global features, which are then aligned with local patch features from Farthest Point Sampling, PointMAE, and FPFH descriptors, and finally passed through a Laplacian-based feature filtering module that suppresses redundant information. The resulting feature matrix is compared against memory banks of normal training samples to compute point-level anomaly scores.
What would settle it
Train ISMP on Real3D-AD with the two internal slices P2 and P3 replaced by slices at randomly chosen z-depths (for example, at 30% and 70% of the height range), keeping all other components fixed. If the randomized-slice variant matches or exceeds the original P-AUROC of 0.836, then the specific mid-height partition is not the source of the improvement, and the claimed 'internal information' is an artifact of having more projections.
Extended reading notes
Core claim
The paper's central discovery is that internal spatial pseudo-modalities, generated by slicing a point cloud at its top, two middle planes, and bottom, provide a richer global feature representation for anomaly detection than external-only projections. The authors formalize this with an information measure $I_{\text{global}} = I_{\text{top}} + \sum_{i: z_i \geq z_{\text{mid}}} (z_i - z_{\text{mid}}) \geq I_{\text{top}}$, where the internal slices add non-negative depth-based terms to the top-down projection. Empirically, using only the two internal middle slices already outperforms an external-only variant, and the full SIE with all four slices yields the best accuracy, supporting the claim that looking inside contributes genuine signal. The method also demonstrates that the internal pseudo-modality generalizes to point cloud classification and segmentation, where injecting SIE features into a standard point cloud backbone yields small but consistent gains.
Load-bearing premise
The assumption that the internal slice features are actually discriminative for anomalies, rather than merely adding non-negative numbers to an information measure, is the point on which the method's motivation rests.
Editorial extensions
If this is right
- Future 3D anomaly detection can be built around single-sensor point clouds without needing aligned RGB-D or multi-view data, since internal views come from the same point cloud.
- The SIE's generalization to classification and segmentation suggests the internal pseudo-modality is a reusable representation for point cloud understanding beyond defect detection.
- The large pixel-level AUROC gain indicates that internal slices help localize anomalies, which could directly aid industrial inspection and robotic quality control.
- The method operates from as few as four normal training samples per category, making it applicable to production lines where defect data is scarce.
- The feature filtering module's controllability over feature mean and variance gives practitioners a principled way to tune detection sensitivity.
Reading between the lines
- The paper's information-theoretic justification ($I_{\text{global}} \geq I_{\text{top}}$) is a tautology because it follows from summing non-negative terms; it does not prove the internal depth terms are discriminative, so the empirical gains are the real evidence.
- A testable extension is to apply SIE to symmetric or textureless objects where internal geometry is the only cue, to see if internal pseudo-modalities alone can detect subtle deformations.
- The idea of 'internal slicing' could be transferred to voxel grids or meshes, potentially improving other 3D representation learning tasks.
- Ablating the image encoder to a lighter network could reduce the inference overhead while preserving most of the benefit, as the current FPS numbers show SIE is slower than some baselines.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes ISMP (Internal Spatial Modality Perception) for 3D anomaly detection. The method's central component, the Spatial Insight Engine (SIE), projects a registered point cloud into four slices (P1-P4) and uses internal slices as pseudo-modalities; an enhanced feature extraction branch combines PointMAE patch features with FPFH descriptors, and a graph-Laplacian-based feature filtering module suppresses redundant information. Anomaly scores are computed from nearest-neighbor distances in feature and coordinate memory banks. On Real3D-AD the paper reports O-AUROC 0.767 and P-AUROC 0.836 in Table 1 (with the abstract claiming 3.2% and 13.1% improvements), P-AUROC 0.691 on Anomaly-ShapeNet in Table 2, and auxiliary classification and segmentation experiments for SIE on ModelNet40 and ShapeNet-Part. The authors argue that internal information is richer than external projection and state that the generalization ability of SIE has been theoretically proven.
Significance. If the empirical results hold, the paper makes a useful contribution: it demonstrates that internal projection slices can serve as pseudo-modalities for 3D anomaly detection, with particularly strong pixel-level localization gains on Real3D-AD. The ablation study (Table 3) and the generalization experiments (Tables 5 and 6) provide practical evidence that the modular components, including SIE, are not obviously harmful and may help on standard benchmarks. The use of public benchmarks is another strength. However, the analytical support for the central novelty is currently only an inequality that holds by construction, the headline O-AUROC numbers are mutually inconsistent, and the parameter-selection protocol does not fully exclude test-set influence. These issues need to be resolved before the state-of-the-art claim is fully credible.
major comments (4)
- [Method / Spatial Insight Engine, Eq. (5)] The derivation in Eqs. (1)-(5) shows only that I_global = I_top + sum_{i: z_i >= z_mid}(z_i - z_mid) >= I_top, which is true by construction because all added terms are non-negative. This does not establish that the internal z-discrepancy carries anomaly-discriminative information, and Eq. (6) is a heuristic threshold rule rather than a proof. Since SIE is the paper's central novelty and the abstract claims that its generalization ability has been theoretically proven, this is a load-bearing gap: please either provide a genuine argument (e.g., under stated assumptions, internal slices separate anomalous from normal points), or remove/reword the theoretical claims.
- [Abstract and Experiments / Main Results vs Table 1] The reported O-AUROC numbers are mutually inconsistent. The abstract claims a 3.2% improvement, the main text reports ISMP with O-AUROC 0.757, and Table 1(a) lists a mean O-AUROC of 0.767 for ISMP versus 0.725 for IMRNet, which corresponds to a 4.2 percentage-point improvement. Please correct the numbers and state clearly which mean (0.757 or 0.767) is the official result and against which baseline the improvement is measured.
- [Experiments / Ablation Study and Figure 4] The hyperparameters alpha=0.2, beta=0.2, gamma=0.001 for the feature filtering module are justified by inspecting mean/variance heatmaps of feature matrices (Figure 4), and the same parameter values are then used to obtain the final Real3D-AD results. The text suggests the heatmaps are computed on synthetic feature matrices resembling PointMAE features, but no separate validation split is used for parameter selection, and each category has only four normal training samples. This creates a risk of inadvertent test-set tuning that can inflate the reported gains and confounds the attribution of improvements to SIE and the filter. Please justify parameter selection on a held-out validation protocol, report sensitivity of the main results and the ablation to these parameters, and provide variance or confidence intervals over multiple runs or splits.
- [Abstract and Evaluation of SIE Generalization] The abstract states that the strong generalization ability of SIE has been theoretically proven, but no theorem, proof, or formal statement appears anywhere in the manuscript; Tables 5 and 6 provide empirical demonstrations only. Please either supply the proof or remove the claim, and if the proof is deferred to a supplementary document, cite it explicitly.
minor comments (6)
- [Method / Anomaly Score Calculation, Eq. (13)] The typeset formula for s_F appears to be missing a closing parenthesis or brace; please rewrite it unambiguously and define all symbols, including P(x_test) and N_3(m*).
- [Method / Enhanced Feature Extraction] The patch radius r in Eq. (8) and the number of FPS center points m are never specified in the experimental details; please state their values and the patch size used.
- [Method / Feature Filtering Module, Algorithm 1] Lines 16-17 normalize the filtered feature matrix by its maximum; please clarify whether this normalization is applied per test sample at inference time and justify its effect on nearest-neighbor distances in the memory banks.
- [Method / Feature Filtering Module] The text refers to the Laplacian transform, but Eq. (9) defines the graph Laplacian matrix L = D - A; please align the terminology with the actual linear-algebraic object being used.
- [Figure 2 and Figure 4] Figure 2 is difficult to read: the projection slices P1-P4 and the flow through the SIE, EfficientNet, and the memory banks are not clearly labeled; Figure 4's axes labels are also ambiguous. Please provide a higher-resolution figure with explicit axis labels.
- [Table 2] Table 2's 40 category names are concatenated into very wide rows, making it difficult to map results to categories; please reformat, for example by transposing the table or splitting it into two parts.
Circularity Check
Minor self-definitional step in the SIE information-capturing argument; the empirical SOTA evaluation is otherwise independent.
-
self definitional
[Spatial Insight Engine, Equations (4)-(5)]
"After rewriting, we have: Iglobal = Itop + \sum_{i:zi≥zmid}(zi − zmid) ≥ Itop. (5) Therefore, we observe that Iglobal has more information than Itop, which is standard external projection manner."
I_global is defined in Eq. (4) as I_top plus a sum of non-negative terms max(0, z_i - z_mid). Eq. (5) then rewrites this definition and concludes I_global ≥ I_top. The 'more information' claim is therefore true by construction: adding non-negative numbers to I_top cannot decrease it. The step does not show that the added internal terms carry discriminative anomaly information. This is a definitional identity presented as theoretical support for the central motivation, though the later benchmark evaluation and ablations do not depend on this identity.
full rationale
The only circular step I can exhibit is the SIE information-capturing argument: the paper defines I_global as I_top plus non-negative terms, then concludes I_global contains more information than I_top. This is an arithmetic tautology, not an empirical or theoretical discovery, and it is used to motivate the internal-slice design. However, the paper's central SOTA claim rests on direct comparisons on the public Real3D-AD and Anomaly-ShapeNet benchmarks, and the ablation study independently evaluates the contribution of the internal slices. The use of Real3D-AD, introduced by co-authors of this paper, is a self-citation, but it is not load-bearing in the derivation: the benchmark is public, the competing baselines are external methods, and the reported numbers are empirical measurements rather than consequences of the cited work. The reported 0.757 vs. 0.767 O-AUROC inconsistency and the selection of feature-filtering hyperparameters using distributions from the same benchmark are correctness risks, but they are not circularity. Overall, the paper has one minor self-definitional motivation step while its experimental evaluation is self-contained; hence score 2.
Assumptions & free parameters
free parameters (4)
- alpha (feature filter) =
0.2
- beta (feature filter) =
0.2
- gamma (feature filter) =
0.001
- patch radius r
assumptions (4)
- domain assumption All point clouds are registered by RANSAC so the z-axis has a consistent semantic orientation (top/bottom).
- ad hoc to paper Cumulative z-distance is a valid measure of the amount of anomaly-relevant information.
- ad hoc to paper Depth discrepancy between top-down and middle-up internal views correlates with anomalies.
- domain assumption Pretrained PointMAE and EfficientNet features transfer to industrial 3D anomaly detection.
Cite this review
Pith. "Pith review of Look Inside for More: Internal Spatial Modality Perception for 3D Anomaly Detection." pith.science (2026). https://pith.science/paper/4UHEAAAO
@misc{pith2026241213461,
author = {Pith},
title = {Pith review of: Look Inside for More: Internal Spatial Modality Perception for 3D Anomaly Detection},
year = {2026},
howpublished = {\url{https://pith.science/paper/4UHEAAAO}},
note = {Machine review of arXiv:2412.13461}
}
read the original abstract
3D anomaly detection has recently become a significant focus in computer vision. Several advanced methods have achieved satisfying anomaly detection performance. However, they typically concentrate on the external structure of 3D samples and struggle to leverage the internal information embedded within samples. Inspired by the basic intuition of why not look inside for more, we introduce a straightforward method named Internal Spatial Modality Perception~(ISMP) to explore the feature representation from internal views fully. Specifically, our proposed ISMP consists of a critical perception module, Spatial Insight Engine~(SIE), which abstracts complex internal information of point clouds into essential global features. Besides, to better align structural information with point data, we propose an enhanced key point feature extraction module for amplifying spatial structure feature representation. Simultaneously, a novel feature filtering module is incorporated to reduce noise and redundant features for further aligning precise spatial structure. Extensive experiments validate the effectiveness of our proposed method, achieving object-level and pixel-level AUROC improvements of 3.2\% and 13.1\%, respectively, on the Real3D-AD benchmarks. Note that the strong generalization ability of SIE has been theoretically proven and is verified in both classification and segmentation tasks.
Figures
Figures from the paper (1 more)
Reference graph
Works this paper leans on
- [1]
-
[2]
Bergmann, P.; Löwe, S.; Fauser, M.; Sattlegger, D.; and Steger, C. 2019. Improving Unsupervised Defect Segmentation by Applying Structural Similarity to Autoencoders. In Proceedings of the 14th International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications. SCITEPRESS - Science and Technology Publications
work page 2019
-
[3]
Bergmann, P.; and Sattlegger, D. 2022. Anomaly Detection in 3D Point Clouds using Deep Geometric Descriptors. arXiv:2202.11660
work page Pith review arXiv 2022
-
[4]
Bhunia, A.; Li, C.; and Bilen, H. 2024. Looking 3D: Anomaly Detection with 2D-3D Alignment. arXiv:2406.19393
work page Pith review arXiv 2024
-
[5]
Cao, X.; Xia, H.; Han, X.; Wang, Y.; Li, K.; and Su, L. 2023. PointJEM: Self-supervised Point Cloud Understanding for Reducing Feature Redundancy via Joint Entropy Maximization. arXiv:2312.03339
work page Pith review arXiv 2023
-
[6]
Cao, Y.; Xu, X.; and Shen, W. 2023. Complementary Pseudo Multimodal Feature for Point Cloud Anomaly Detection. arXiv:2303.13194
arXiv 2023
-
[7]
Chang, A. X.; Funkhouser, T.; Guibas, L.; Hanrahan, P.; Huang, Q.; Li, Z.; Savarese, S.; Savva, M.; Song, S.; Su, H.; Xiao, J.; Yi, L.; and Yu, F. 2015. ShapeNet: An Information-Rich 3D Model Repository. arXiv:1512.03012
arXiv 2015
-
[8]
Chen, X.; Shi, S.; Zhang, C.; Zhu, B.; Wang, Q.; Cheung, K. C.; See, S.; and Li, H. 2023. Trajectoryformer: 3d object tracking transformer with predictive trajectory hypotheses. In Proceedings of the IEEE/CVF International Conference on Computer Vision, 18527--18536
work page 2023
Show all 46 references
-
[9]
Chu, Y.-M.; Liu, C.; Hsieh, T.-I.; Chen, H.-T.; and Liu, T.-L. 2023. Shape-Guided Dual-Memory Learning for 3 D Anomaly Detection. In Krause, A.; Brunskill, E.; Cho, K.; Engelhardt, B.; Sabato, S.; and Scarlett, J., eds., Proceedings of the 40th International Conference on Mach...
2023
-
[10]
Cui, Y.; Chen, R.; Chu, W.; Chen, L.; Tian, D.; Li, Y.; and Cao, D. 2022. Deep Learning for Image and Point Cloud Fusion in Autonomous Driving: A Review. IEEE Transactions on Intelligent Transportation Systems, 23(2): 722–739
2022
-
[11]
Ghojogh, B.; Ghodsi, A.; Karray, F.; and Crowley, M. 2022. Laplacian-Based Dimensionality Reduction Including Spectral Clustering, Laplacian Eigenmap, Locality Preserving Projection, Graph Embedding, and Diffusion Map: Tutorial and Survey. arXiv:2106.02154
2022 arXiv
-
[12]
Gudovskiy, D.; Ishizaka, S.; and Kozuka, K. 2021. CFLOW-AD: Real-Time Unsupervised Anomaly Detection with Localization via Conditional Normalizing Flows. arXiv:2107.12571
2021 arXiv
-
[13]
Horwitz, E.; and Hoshen, Y. 2022. Back to the Feature: Classical 3D Features are (Almost) All You Need for 3D Anomaly Detection. arXiv:2203.05550
2022 arXiv
-
[14]
N.; and Welling, M
Kipf, T. N.; and Welling, M. 2017. Semi-Supervised Classification with Graph Convolutional Networks. arXiv:1609.02907
2017 arXiv
-
[15]
Kruse, M.; Rudolph, M.; Woiwode, D.; and Rosenhahn, B. 2024. SplatPose & Detect: Pose-Agnostic 3D Anomaly Detection. arXiv:2404.06832
2024 arXiv
-
[16]
Li, J.; Hu, Q.; and Ai, M. 2021. Point Cloud Registration Based on One-Point RANSAC and Scale-Annealing Biweight Estimation. IEEE Transactions on Geoscience and Remote Sensing, 59(11): 9716--9729
2021
-
[17]
Li, W.; Xu, X.; Gu, Y.; Zheng, B.; Gao, S.; and Wu, Y. 2023. Towards Scalable 3D Anomaly Detection and Localization: A Benchmark via 3D Anomaly Synthesis and A Self-Supervised Learning Network. arXiv:2311.14897
2023 arXiv
-
[18]
Liu, J.; Xie, G.; Chen, R.; Li, X.; Wang, J.; Liu, Y.; Wang, C.; and Zheng, F. 2023. Real3D-AD: A Dataset of Point Cloud Anomaly Detection. arXiv:2309.13226
2023 arXiv
-
[19]
Liu, J.; Xie, G.; Wang, J.; Li, S.; Wang, C.; Zheng, F.; and Jin, Y. 2024. Deep Industrial Image Anomaly Detection: A Survey. Machine Intelligence Research, 21(1): 104–135
2024
-
[20]
Liu, T.; and Tao, D. 2016. Classification with Noisy Labels by Importance Reweighting. IEEE Transactions on Pattern Analysis and Machine Intelligence, 38(3): 447–461
2016
-
[21]
Ma, X.; Qin, C.; You, H.; Ran, H.; and Fu, Y. 2022. Rethinking Network Design and Local Geometry in Point Cloud: A Simple Residual MLP Framework. arXiv:2202.07123
2022 arXiv
-
[22]
Pang, Y.; Wang, W.; Tay, F. E. H.; Liu, W.; Tian, Y.; and Yuan, L. 2022. Masked Autoencoders for Point Cloud Self-supervised Learning. arXiv:2203.06604
2022 arXiv
-
[23]
J.; Lee, Y.; Kim, H
Park, Y.; Kang, S.; Kim, M. J.; Lee, Y.; Kim, H. S.; and Yi, J. 2023. Excision And Recovery: Visual Defect Obfuscation Based Self-Supervised Anomaly Detection Strategy. arXiv:2310.04010
2023 arXiv
-
[24]
R.; Su, H.; Mo, K.; and Guibas, L
Qi, C. R.; Su, H.; Mo, K.; and Guibas, L. J. 2017 a . PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation. arXiv:1612.00593
2017 arXiv
-
[25]
R.; Su, H.; Niessner, M.; Dai, A.; Yan, M.; and Guibas, L
Qi, C. R.; Su, H.; Niessner, M.; Dai, A.; Yan, M.; and Guibas, L. J. 2016. Volumetric and Multi-View CNNs for Object Classification on 3D Data. arXiv:1604.03265
2016 arXiv
-
[26]
R.; Yi, L.; Su, H.; and Guibas, L
Qi, C. R.; Yi, L.; Su, H.; and Guibas, L. J. 2017 b . PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space. arXiv:1706.02413
2017 arXiv
-
[27]
Roth, K.; Pemula, L.; Zepeda, J.; Schölkopf, B.; Brox, T.; and Gehler, P. 2022. Towards Total Recall in Industrial Anomaly Detection. arXiv:2106.08265
2022 arXiv
-
[28]
Rudolph, M.; Wehrbein, T.; Rosenhahn, B.; and Wandt, B. 2022. Asymmetric Student-Teacher Networks for Industrial Anomaly Detection. arXiv:2210.07829
2022 arXiv
-
[29]
B.; Blodow, N.; and Beetz, M
Rusu, R. B.; Blodow, N.; and Beetz, M. 2009. Fast Point Feature Histograms (FPFH) for 3D registration. In 2009 IEEE International Conference on Robotics and Automation, 3212--3217
2009
-
[30]
Shao, Y.; Zhang, Z.; Li, Z.; Fan, K.; and Li, G. 2017. Attribute Compression of 3D Point Clouds Using Laplacian Sparsity Optimized Graph Transform. arXiv:1710.03532
2017 arXiv
-
[31]
Solaas, J. R. V.; Tuptuk, N.; and Mariconti, E. 2024. Systematic Review: Anomaly Detection in Connected and Autonomous Vehicles. arXiv:2405.02731
2024 arXiv
-
[32]
Su, H.; Maji, S.; Kalogerakis, E.; and Learned-Miller, E. 2015. Multi-view Convolutional Neural Networks for 3D Shape Recognition. In 2015 IEEE International Conference on Computer Vision (ICCV), 945--953
2015
-
[33]
Tan, M.; and Le, Q. V. 2020. EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks. arXiv:1905.11946
2020 arXiv
-
[34]
Tu, Y.; Zhang, B.; Liu, L.; Li, Y.; Chen, X.; Zhang, J.; Wang, Y.; Wang, C.; and Zhao, C. R. 2024. Self-supervised Feature Adaptation for 3D Industrial Anomaly Detection. arXiv:2401.03145
2024 arXiv
-
[35]
Wang, Y.; Peng, J.; Zhang, J.; Yi, R.; Wang, Y.; and Wang, C. 2023. Multimodal Industrial Anomaly Detection via Hybrid Fusion. arXiv:2303.00601
2023 arXiv
-
[36]
Wu, X.; Jiang, L.; Wang, P.-S.; Liu, Z.; Liu, X.; Qiao, Y.; Ouyang, W.; He, T.; and Zhao, H. 2024. Point Transformer V3: Simpler, Faster, Stronger. arXiv:2312.10035
2024 arXiv
-
[37]
Wu, Z.; Song, S.; Khosla, A.; Yu, F.; Zhang, L.; Tang, X.; and Xiao, J. 2015. 3D ShapeNets: A Deep Representation for Volumetric Shapes. arXiv:1406.5670
2015 arXiv
-
[38]
Yamada, S.; and Hotta, K. 2022. Reconstruction Student with Attention for Student-Teacher Pyramid Matching. arXiv:2111.15376
2022 arXiv
-
[39]
G.; Ceylan, D.; Shen, I.-C.; Yan, M.; Su, H.; Lu, C.; Huang, Q.; Sheffer, A.; and Guibas, L
Yi, L.; Kim, V. G.; Ceylan, D.; Shen, I.-C.; Yan, M.; Su, H.; Lu, C.; Huang, Q.; Sheffer, A.; and Guibas, L. 2016. A scalable active framework for region annotation in 3D shape collections. ACM Trans. Graph., 35(6)
2016
-
[40]
Yi, L.; Su, H.; Guo, X.; and Guibas, L. 2017. SyncSpecCNN: Synchronized Spectral CNN for 3D Shape Segmentation. In 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 6584--6592
2017
-
[41]
Zavrtanik, V.; Kristan, M.; and Skočaj, D. 2021. DRAEM -- A discriminatively trained reconstruction embedding for surface anomaly detection. arXiv:2108.07610
2021 arXiv
-
[42]
Zavrtanik, V.; Kristan, M.; and Skočaj, D. 2023. Cheating Depth: Enhancing 3D Surface Anomaly Detection via Depth Simulation. arXiv:2311.01117
2023 arXiv
-
[43]
Zeng, J.; Cheung, G.; Ng, M.; Pang, J.; and Yang, C. 2019. 3D Point Cloud Denoising using Graph Laplacian Regularization of a Low Dimensional Manifold Model. arXiv:1803.07252
2019 arXiv
-
[44]
Zhao, H.; Jiang, L.; Jia, J.; Torr, P.; and Koltun, V. 2021. Point Transformer. arXiv:2012.09164
2021 arXiv
-
[45]
, " * write output.state after.block = add.period write newline
ENTRY address archivePrefix author booktitle chapter edition editor eid eprint howpublished institution isbn journal key month note number organization pages publisher school series title type volume year label extra.label sort.label short.list INTEGERS output.state before.all...
-
[46]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.