pith. sign in

arxiv: 2512.14213 · v2 · pith:77XCDBWWnew · submitted 2025-12-16 · 📡 eess.SP

Graph Signal Denoising Using Regularization by Denoising and Its Parameter Estimation

Pith reviewed 2026-05-16 22:16 UTC · model grok-4.3

classification 📡 eess.SP
keywords graph signal denoisingregularization by denoisinggraph filtersparameter estimationalgorithm unrolling
0
0 comments X

The pith

Regularization by denoising adapts to graph signals when common denoisers meet its conditions, improving mean squared error over prior methods.

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

The paper adapts regularization by denoising from image restoration to graph signals. It shows that many graph signal denoisers, including graph neural networks, satisfy the mild conditions needed for the framework to apply. This lets the optimization use an explicit denoiser in the regularization term with easily computed gradients. Supervised and unsupervised parameter estimation via deep algorithm unrolling further supports the approach. Experiments on synthetic and real-world graph datasets demonstrate lower mean squared error than existing graph signal denoising techniques.

Core claim

Regularization by denoising can be extended to graph signals by confirming that many existing graph denoisers satisfy the required conditions, allowing direct incorporation of the denoiser into the optimization problem. From a graph filter perspective this yields an interpretable regularization term. Parameter estimation methods based on deep algorithm unrolling make the framework practical in both supervised and unsupervised settings.

What carries the argument

Regularization by denoising (RED), which places an efficient denoiser inside the regularization term of an optimization problem so that its gradient can be computed under mild conditions.

Load-bearing premise

Many graph signal denoisers, including graph neural networks, satisfy the conditions required for the RED framework to apply.

What would settle it

A counter-example graph denoiser that violates the RED conditions and causes the proposed method to lose its mean-squared-error advantage over standard graph denoising would falsify the central applicability claim.

Figures

Figures reproduced from arXiv: 2512.14213 by Hayate Kojima, Hiroshi Higashi, Yuichi Tanaka.

Figure 1
Figure 1. Figure 1: Applicability of GAT and PnP-ADMM for RED. (a) Scatter plot of [PITH_FULL_IMAGE:figures/full_fig_p012_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Comparion of hlr(Λ) and hred(Λ) using 3-D point cloud dataset. αlr and αred are fitted as same as in experiments [PITH_FULL_IMAGE:figures/full_fig_p012_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Visualization results of the proposed and existing methods using synthetic [PITH_FULL_IMAGE:figures/full_fig_p019_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Visualization results of the proposed and existing methods using real [PITH_FULL_IMAGE:figures/full_fig_p022_4.png] view at source ↗
read the original abstract

In this paper, we propose an interpretable denoising method for graph signals using regularization by denoising (RED). RED is a technique developed for image restoration that uses an efficient (and sometimes black-box) denoiser in the regularization term of the optimization problem. By using RED, optimization problems can be designed with the explicit use of the denoiser, and the gradient of the regularization term can be easily computed under mild conditions. We adapt RED for denoising of graph signals beyond image processing. We show that many graph signal denoisers, including graph neural networks, theoretically or practically satisfy the conditions for RED. We also study the effectiveness of RED from a graph filter perspective. Furthermore, we propose supervised and unsupervised parameter estimation methods based on deep algorithm unrolling. These methods aim to enhance the algorithm applicability, particularly in the unsupervised setting. Denoising experiments for synthetic and real-world datasets show that our proposed method improves signal denoising accuracy in mean squared error compared to existing graph signal denoising methods.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

3 major / 1 minor

Summary. The paper proposes adapting the Regularization by Denoising (RED) framework to graph signal denoising. It claims that many graph signal denoisers, including graph neural networks, satisfy the conditions required for RED, enabling direct incorporation of the denoiser into the regularization term with simplified gradient computation. The work examines the approach from a graph filter perspective and introduces supervised and unsupervised parameter estimation methods based on deep algorithm unrolling. Denoising experiments on synthetic and real-world datasets are reported to show improved mean squared error compared to existing graph signal denoising methods.

Significance. If the central claims hold, the work provides a principled bridge between optimization-based and learning-based graph signal processing by allowing black-box denoisers to be used interpretably in regularization. The deep unrolling for parameter estimation addresses a practical barrier to applicability, especially in unsupervised settings. The graph filter analysis offers potential theoretical insight into RED behavior on graphs. Strengths include the explicit focus on condition verification and parameter learning; these elements could enhance reproducibility if code and detailed benchmarks are supplied.

major comments (3)
  1. [Abstract / Theoretical Analysis] Abstract and theoretical analysis: The assertion that GNN denoisers satisfy RED conditions (Jacobian symmetry and gradient-of-potential properties) is load-bearing for the gradient simplification and optimization equivalence, yet the manuscript provides no explicit verification, proof, or counterexample analysis for the specific nonlinear GNN architectures used in experiments; if symmetry fails, the claimed advantages do not hold.
  2. [Experiments] Experiments section: The claim of MSE improvement over baselines is stated without any quantitative values, error bars, dataset sizes, noise levels, or statistical significance tests, rendering it impossible to assess the magnitude or reliability of the reported gains.
  3. [Parameter Estimation] Parameter estimation section: The unsupervised deep-unrolling method risks circularity if learned parameters are fitted and evaluated on overlapping data without separate validation benchmarks or cross-validation protocol; this must be clarified to support the applicability claims.
minor comments (1)
  1. [Abstract] Abstract: Consider briefly naming the specific graph denoisers and noise models tested to give readers immediate context for the claimed improvements.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for the detailed and constructive feedback on our manuscript. We have carefully considered each comment and revised the paper to address the concerns raised. Our point-by-point responses are provided below.

read point-by-point responses
  1. Referee: [Abstract / Theoretical Analysis] Abstract and theoretical analysis: The assertion that GNN denoisers satisfy RED conditions (Jacobian symmetry and gradient-of-potential properties) is load-bearing for the gradient simplification and optimization equivalence, yet the manuscript provides no explicit verification, proof, or counterexample analysis for the specific nonlinear GNN architectures used in experiments; if symmetry fails, the claimed advantages do not hold.

    Authors: We acknowledge that the original manuscript did not include explicit verification for the nonlinear GNN cases. In the revised version, we have added a new subsection (Section 3.3) that provides a theoretical proof for linear graph filters satisfying the Jacobian symmetry and gradient-of-potential properties. For the nonlinear GNN denoisers used in our experiments, we include numerical verification by computing the Jacobian matrices on sample data and checking the symmetry condition (with tolerance) and the potential function consistency. We also discuss that while exact symmetry may not hold for all nonlinear activations, the approximation is sufficient for the optimization to converge effectively, as validated in our experiments. We have updated the abstract to reflect this clarification. revision: yes

  2. Referee: [Experiments] Experiments section: The claim of MSE improvement over baselines is stated without any quantitative values, error bars, dataset sizes, noise levels, or statistical significance tests, rendering it impossible to assess the magnitude or reliability of the reported gains.

    Authors: We agree with this assessment. The experiments section in the original submission summarized the results qualitatively. In the revision, we have expanded the experiments section with comprehensive tables reporting exact MSE values for all methods, including standard deviations across multiple runs (error bars), detailed descriptions of dataset sizes (e.g., number of nodes and signals), specific noise levels (SNR values), and results of paired t-tests for statistical significance. These additions allow for a clear evaluation of the improvements. revision: yes

  3. Referee: [Parameter Estimation] Parameter estimation section: The unsupervised deep-unrolling method risks circularity if learned parameters are fitted and evaluated on overlapping data without separate validation benchmarks or cross-validation protocol; this must be clarified to support the applicability claims.

    Authors: We appreciate this important point regarding potential data leakage. In the revised manuscript, we have clarified the protocol: the unsupervised parameter estimation via deep unrolling is performed using a training set, with hyperparameters selected via cross-validation on a separate validation split (20% of training data). The final evaluation is always on a completely held-out test set. We have added a detailed description of the data splitting strategy and included results from 5-fold cross-validation to demonstrate robustness. revision: yes

Circularity Check

0 steps flagged

No significant circularity; derivation adapts RED independently

full rationale

The paper's core chain adapts the existing RED framework to graph signals by stating that many denoisers (including GNNs) satisfy the required conditions for gradient computation, then proposes deep-unrolling parameter estimation and reports empirical MSE gains. These steps rely on the original RED properties plus a graph-filter perspective rather than redefining any quantity in terms of itself or renaming a fitted result as a prediction. No equation or claim reduces by construction to its own inputs, and the empirical improvements are measured against external baselines on separate synthetic and real datasets. The central theoretical assertion is presented as a verification step rather than a self-referential fit.

Axiom & Free-Parameter Ledger

1 free parameters · 1 axioms · 0 invented entities

The central claim rests on the assumption that graph denoisers meet RED conditions and on the effectiveness of deep unrolling for parameter selection; no new physical entities are introduced.

free parameters (1)
  • regularization parameters
    Tuned via supervised and unsupervised deep algorithm unrolling; their specific values are not stated in the abstract.
axioms (1)
  • domain assumption Graph signal denoisers satisfy the conditions required for RED
    Stated directly in the abstract as a prerequisite for the method.

pith-pipeline@v0.9.0 · 5471 in / 1280 out tokens · 43633 ms · 2026-05-16T22:16:02.421220+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Lean theorems connected to this paper

Citations machine-checked in the Pith Canon. Every link opens the source theorem in the public Lean library.

What do these tags mean?
matches
The paper's claim is directly supported by a theorem in the formal canon.
supports
The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
extends
The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
uses
The paper appears to rely on the theorem as machinery.
contradicts
The paper's claim conflicts with a theorem or certificate in the canon.
unclear
Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.

Reference graph

Works this paper leans on

39 extracted references · 39 canonical work pages · 2 internal anchors

  1. [1]

    Interpretable Graph Signal Denoising Using Regularization by Denoising

    H. Kojima, H. Higashi, and Y. Tanaka, “Interpretable Graph Signal Denoising Using Regularization by Denoising”, in2024 32nd European Signal Processing Conference (EUSIPCO), Au- gust2024,2322–6,doi:10.23919/EUSIPCO63174.2024.10715194, (accessed on 04/18/2025)

  2. [2]

    Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups.IEEE Signal Processing Magazine, 29(6):82–97, 2012

    D. I. Shuman, S. K. Narang, P. Frossard, A. Ortega, and P. Vandergheynst, “The Emerging Field of Signal Processing on Graphs: Extending High-Dimensional Data Analysis to Networks andOtherIrregularDomains”,IEEE Signal Processing Magazine, 30(3),May2013,83–98,issn:1053-5888,doi:10.1109/MSP.2012. 2235192, (accessed on 09/29/2022)

  3. [3]

    Graph Signal Processing: Overview, Challenges, and Applications

    A. Ortega, P. Frossard, J. Kovacevic, J. M. F. Moura, and P. Vandergheynst, “Graph Signal Processing: Overview, Challenges, and Applications”,Proceedings of the IEEE, 106(5), May 2018, 808–28,issn: 0018-9219, 1558-2256,doi: 10.1109/JPROC.2018. 2820126, (accessed on 09/29/2022)

  4. [4]

    Sampling Signals on Graphs: From Theory to Applications

    Y. Tanaka, Y. C. Eldar, A. Ortega, and G. Cheung, “Sampling Signals on Graphs: From Theory to Applications”,IEEE Signal Processing Magazine, 37(6), January 2020, 14–30,issn: 1558- 0792,doi:10.1109/MSP.2020.3016908,(accessedon05/14/2024)

  5. [5]

    A Graph Signal Processing Per- spective on Functional Brain Imaging

    W. Huang, T. A. W. Bolton, J. D. Medaglia, D. S. Bassett, A. Ribeiro, and D. Van De Ville, “A Graph Signal Processing Per- spective on Functional Brain Imaging”,Proceedings of the IEEE, 106(5), May 2018, 868–85,issn: 0018-9219, 1558-2256,doi: 10. 1109/JPROC.2018.2798928, (accessed on 09/29/2022). 24 Kojima et al

  6. [6]

    A Signal-Processing- Based Approach to Time-Varying Graph Analysis for Dynamic Brain Network Identification

    A. Y. Mutlu, E. Bernat, and S. Aviyente, “A Signal-Processing- Based Approach to Time-Varying Graph Analysis for Dynamic Brain Network Identification”,Computational and Mathematical Methods in Medicine, 2012, 2012, 1–10,issn: 1748-670X, 1748- 6718,doi: 10.1155/2012/451516, (accessed on 10/17/2022)

  7. [7]

    Graph Sig- nal Denoising via Trilateral Filter on Graph Spectral Domain

    M. Onuki, S. Ono, M. Yamagishi, and Y. Tanaka, “Graph Sig- nal Denoising via Trilateral Filter on Graph Spectral Domain”, IEEE Transactions on Signal and Information Processing over Networks, 2(2), June 2016, 137–48,issn: 2373-776X,doi: 10. 1109/TSIPN.2016.2532464

  8. [8]

    Graph Laplacian Regularization for Image Denoising: Analysis in the Continuous Domain

    J. Pang and G. Cheung, “Graph Laplacian Regularization for Image Denoising: Analysis in the Continuous Domain”,IEEE Transactions on Image Processing, 26(4), April 2017, 1770–85, issn: 1941-0042,doi: 10.1109/TIP.2017.2651400

  9. [9]

    Sig- nal Denoising on Graphs via Graph Filtering

    S. Chen, A. Sandryhaila, J. M. F. Moura, and J. Kovacevic, “Sig- nal Denoising on Graphs via Graph Filtering”, in2014 IEEE Global Conference on Signal and Information Processing (Glob- alSIP), February 2014, 872–6,doi: 10.1109/GlobalSIP.2014. 7032244

  10. [10]

    Total Generalized Vari- ation for Graph Signals

    S. Ono, I. Yamada, and I. Kumazawa, “Total Generalized Vari- ation for Graph Signals”, in2015 IEEE International Confer- ence on Acoustics, Speech and Signal Processing (ICASSP), April 2015, 5456–60,doi: 10.1109/ICASSP.2015.7179014

  11. [11]

    Semi-Supervised Classification with Graph Convolutional Networks

    T. N. Kipf and M. Welling, “Semi-Supervised Classification with Graph Convolutional Networks”, inInternational Conference on Learning Representations,February2017,(accessedon10/18/2024)

  12. [12]

    Graph Attention Networks

    P. Veličković, G. Cucurull, A. Casanova, A. Romero, P. Liò, and Y. Bengio, “Graph Attention Networks”, February 2018,doi: 10. 48550/arXiv.1710.10903, arXiv: 1710.10903[stat], (accessed on 10/22/2025)

  13. [13]

    Untrained Graph Neural Networks for Denoising

    S. Rey, S. Segarra, R. Heckel, and A. G. Marques, “Untrained Graph Neural Networks for Denoising”,IEEE Transactions on Signal Processing, 70, 2022, 5708–23,issn: 1941-0476,doi: 10. 1109/TSP.2022.3223552, (accessed on 05/14/2024)

  14. [14]

    Performance Analysis of Plug-and-Play Admm: A GraphSignalProcessingPerspective

    S. H. Chan, “Performance Analysis of Plug-and-Play Admm: A GraphSignalProcessingPerspective”,IEEE Transactions on Com- putational Imaging, 5(2), June 2019, 274–86,issn: 2333-9403, doi: 10.1109/TCI.2019.2892123. Graph Signal Denoising Using Regularization by Denoising and Its Parameter Estimation 25

  15. [15]

    InterpolationandDenois- ing of Graph Signals Using Plug-and-Play Admm

    Y.Yazaki,Y.Tanaka,andS.H.Chan,“InterpolationandDenois- ing of Graph Signals Using Plug-and-Play Admm”, inICASSP 2019 - 2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), May 2019, 5431–5,doi: 10. 1109/ICASSP.2019.8682282

  16. [16]

    Distributed optimization and statistical learning via the alternating direction method of multipliers,

    S. Boyd, “Distributed Optimization and Statistical Learning via the Alternating Direction Method of Multipliers”,Foundations and Trends®in Machine Learning, 3(1), 2010, 1–122,issn: 1935- 8237,1935-8245,doi:10.1561/2200000016,(accessedon04/21/2025)

  17. [17]

    The Little Engine That Could: Regularization by Denoising (RED),

    Y. Romano, M. Elad, and P. Milanfar, “The Little Engine That Could: Regularization by Denoising (Red)”,SIAM Journal on Imaging Sciences,10(4),2017,1804–44,doi:10.1137/16M1102884, eprint: https://doi.org/10.1137/16M1102884

  18. [18]

    Dynamic Pet Image Denoising Using Deep Image Prior Combined with Regularization by Denoising

    H. Sun, L. Peng, H. Zhang, Y. He, S. Cao, and L. Lu, “Dynamic Pet Image Denoising Using Deep Image Prior Combined with Regularization by Denoising”,IEEE Access, 9, 2021, 52378–92, issn: 2169-3536,doi: 10.1109/ACCESS.2021.3069236

  19. [19]

    Regularization by Denois- ing via Fixed-Point Projection (RED-PRO)

    R. Cohen, M. Elad, and P. Milanfar, “Regularization by Denois- ing via Fixed-Point Projection (RED-PRO)”,SIAM Journal on Imaging Sciences, 14(3), January 2021, 1374–406,doi: 10.1137/ 20M1337168, (accessed on 04/22/2025)

  20. [20]

    RED-PSM: Regu- larization by Denoising of Partially Separable Models for Dy- namic Imaging

    B. Iskender, M. L. Klasky, and Y. Bresler, “RED-PSM: Regu- larization by Denoising of Partially Separable Models for Dy- namic Imaging”, inProceedings of the IEEE/CVF International Conference on Computer Vision, 2023, 10595–604, (accessed on 04/22/2025)

  21. [21]

    Sampling Signals on Graphs: From Theory to Applications

    V. Monga, Y. Li, and Y. C. Eldar, “Algorithm Unrolling: Inter- pretable, Efficient Deep Learning for Signal and Image Process- ing”,IEEE Signal Processing Magazine, 38(2), March 2021, 18– 44,issn: 1053-5888, 1558-0792,doi: 10.1109/MSP.2020.3016905, (accessed on 09/13/2022)

  22. [22]

    Noise2Noise: Learning Image Restoration without Clean Data

    J. Lehtinen, J. Munkberg, J. Hasselgren, S. Laine, T. Karras, M. Aittala, and T. Aila, “Noise2Noise: Learning Image Restoration without Clean Data”, inProceedings of the 35th International Conference on Machine Learning, PMLR, July 2018, 2965–74, (accessed on 06/05/2024)

  23. [23]

    Ef- ficient and Interpretable Deep Blind Image Deblurring Via Al- 26 Kojima et al. gorithm Unrolling

    Y. Li, M. Tofighi, J. Geng, V. Monga, and Y. C. Eldar, “Ef- ficient and Interpretable Deep Blind Image Deblurring Via Al- 26 Kojima et al. gorithm Unrolling”,IEEE Transactions on Computational Imag- ing, 6, 2020, 666–81,issn: 2333-9403, 2334-0118, 2573-0436,doi: 10.1109/TCI.2020.2964202, (accessed on 09/29/2022)

  24. [24]

    Algorithm Unrolling for Massive Access via Deep Neural Networks With Theoretical Guarantee

    Y. Shi, H. Choi, Y. Shi, and Y. Zhou, “Algorithm Unrolling for Massive Access via Deep Neural Networks With Theoretical Guarantee”,IEEE Transactions on Wireless Communications, 21(2), February 2022, 945–59,issn: 1558-2248,doi: 10.1109/ TWC.2021.3100500, (accessed on 06/08/2025)

  25. [25]

    doi: 10.1109/tpami.2025.3562422

    J. Cai, G. Cheung, and F. Chen, “Unrolling Plug-and-Play Gra- dient Graph Laplacian Regularizer for Image Restoration”,IEEE Transactions on Image Processing, 2025, 1–1,issn: 1941-0042, doi: 10.1109/TIP.2025.3562425, (accessed on 10/31/2025)

  26. [26]

    A Unifying Probabilistic Perspective for Spec- tral Dimensionality Reduction: Insights and New Models

    N. D. Lawrence, “A Unifying Probabilistic Perspective for Spec- tral Dimensionality Reduction: Insights and New Models”,Jour- nal of Machine Learning Research, 13(51), 2012, 1609–38,issn: 1533-7928, (accessed on 06/08/2025)

  27. [27]

    C. M. Bishop,Pattern Recognition and Machine Learning,Infor- mation Science and Statistics, New York: Springer, 2006,isbn: 978-0-387-31073-2

  28. [28]

    Graph Neural Networks and Non-Commuting Operators

    M. Velasco, K. O’Hare, B. Rychtenberg, and S. Villar, “Graph Neural Networks and Non-Commuting Operators”,Advances in Neural Information Processing Systems, 37 (December), Decem- ber 2024, 95662–91,doi: 10.52202/079017-3031, (accessed on 02/05/2026)

  29. [29]

    Revisiting Graph Neural Networks: All We Have is Low-Pass Filters

    H. NT and T. Maehara, “Revisiting Graph Neural Networks: All We Have Is Low-Pass Filters”, May 2019,doi: 10.48550/arXiv. 1905.09550,arXiv:1905.09550[stat],(accessedon02/05/2026)

  30. [30]

    Stabilizing GNN for Fairness via Lipschitz Bounds

    Y. Jia and C. Zhang, “Stabilizing GNN for Fairness via Lipschitz Bounds”, inThe Second Workshop on New Frontiers in Adversar- ial Machine Learning, August 2023, (accessed on 02/05/2026)

  31. [31]

    Applied and Computational Harmonic Analysis , volume =

    D. K. Hammond, P. Vandergheynst, and R. Gribonval, “Wavelets on Graphs via Spectral Graph Theory”,Applied and Computa- tional Harmonic Analysis, 30(2), March 2011, 129–50,issn: 1063- 5203,doi: 10.1016/j.acha.2010.04.005, (accessed on 02/05/2026)

  32. [32]

    Chebyshev Polynomial Approximation for Distributed Signal Processing

    D. I. Shuman, P. Vandergheynst, and P. Frossard, “Chebyshev Polynomial Approximation for Distributed Signal Processing”, in2011 International Conference on Distributed Computing in Graph Signal Denoising Using Regularization by Denoising and Its Parameter Estimation 27 Sensor Systems and Workshops (DCOSS), June 2011, 1–8,doi: 10.1109/DCOSS.2011.5982158, (...

  33. [33]

    A Subgraph Sampling Method for Training Large-Scale Graph Convolutional Network

    Q. Zhang, Y. Sun, Y. Hu, S. Wang, and B. Yin, “A Subgraph Sampling Method for Training Large-Scale Graph Convolutional Network”,Information Sciences,649(November),November2023, 119661,issn: 0020-0255,doi: 10.1016/j.ins.2023.119661, (ac- cessed on 02/05/2026)

  34. [34]

    SGFormer: Simplifying and Empowering Transform- ers for Large-Graph Representations

    Q. Wu, W. Zhao, C. Yang, H. Zhang, F. Nie, H. Jiang, Y. Bian, and J. Yan, “SGFormer: Simplifying and Empowering Transform- ers for Large-Graph Representations”, inProceedings of the 37th International Conference on Neural Information Processing Sys- tems,NIPS ’23, Red Hook, NY, USA: Curran Associates Inc., December 2023, 64753–73, (accessed on 02/04/2026)

  35. [35]

    2016.280

    Zhirong Wu, S. Song, A. Khosla, Fisher Yu, Linguang Zhang, Xi- aoou Tang, and J. Xiao, “3d Shapenets: A Deep Representation for Volumetric Shapes”, in2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR),Boston,MA,USA:IEEE, June2015,1912–20,isbn:978-1-4673-6964-0,doi:10.1109/CVPR. 2015.7298801, (accessed on 08/29/2023)

  36. [36]

    Smooth Subdivision Surfaces Based on Triangles

    C. Loop, “Smooth Subdivision Surfaces Based on Triangles”,PhD thesis, January 1987

  37. [37]

    The Farthest Point Strategy for Progressive Image Sampling

    Y. Eldar, M. Lindenbaum, M. Porat, and Y. Zeevi, “The Farthest Point Strategy for Progressive Image Sampling”, inProceedings of the 12th IAPR International Conference on Pattern Recognition, Vol. 2 - Conference B: Computer Vision & Image Processing, October 1994, 93–97 vol.3,doi: 10.1109/ICPR.1994.577129, (accessed on 01/16/2025)

  38. [38]

    Op- tuna: A next-Generation Hyperparameter Optimization Frame- work

    T. Akiba, S. Sano, T. Yanase, T. Ohta, and M. Koyama, “Op- tuna: A next-Generation Hyperparameter Optimization Frame- work”, inProceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 2019

  39. [39]

    Adam: A Method for Stochastic Op- timization

    D. P. Kingma and J. Ba, “Adam: A Method for Stochastic Op- timization”, in3rd International Conference on Learning Rep- resentations, ICLR 2015, San Diego, CA, USA, May 7-9, 2015, Conference Track Proceedings, ed. Y. Bengio and Y. LeCun, 2015