Pith. sign in

REVIEW 5 major objections 6 minor 42 references

Revealing the Ancient Beauty: Digital Reconstruction of Temple Tiles using Computer Vision

T0 review · 5 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read Four merged computer-vision stages—detection, GAN generation, super-resolution, and optimal placement—automate replacement of damaged Bankura temple tiles.

desk verdict A student thesis that documents a real heritage dataset and a sensible augmentation idea, but the core SSTF claim is untested and the math has mislabeled pieces; not ready for peer review. read the letter →

arxiv 2507.12195 v1 pith:MHFULJZJ submitted 2025-07-16 cs.CV cs.AI

classification cs.CVcs.AI
keywords Bankuraterracottatemplestilerestorationgenerativeadversarialnetworksdataaugmentationsuper-resolutionfractaldimensionobjectdetectionculturalheritagepreservation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

The paper's thesis is that restoring damaged terracotta tiles on West Bengal's Bankura temples can be automated end to end instead of being done slowly by hand. Its Self-Sensitive Tile Filling (SSTF) pipeline detects damaged regions with a YOLOv8 detector, generates replacement tiles with a GAN called ProTilesGAN, sharpens them through a two-stage super-resolution network, and places them by a formal optimization step. The whole scheme is powered by a new augmentation method, MosaicSlice, which recombines the two figures on each tile to produce tens of thousands of training samples from a few hundred photographs. The same work proposes Fractal Convolution, a training-free segmentation method that scores image patches by their fractal dimension, and reports that it lifts a standard classifier's F1 score on spire imagery from about 84 to about 92. If the claims hold, heritage conservators would gain a low-cost, automated way to visualize and fill gaps in ornate tile work, with the components transferable to other decorated monuments.

What carries the argument

The object that carries the argument is MosaicSlice, the augmentation scheme that turns a few hundred photographs into the roughly 177,000-sample training distribution ProTilesGAN learns from; the generation and super-resolution results stand or fall with whether those synthetic recombinations faithfully represent real tile geometry, color, and context. Around it the named components are: Fractal Convolution, a convolution whose kernel response is the box-counting fractal dimension of the patch, scaled to the range 0–254 to form a richness mask; ProTilesGAN, a progressive GAN with generator loss $\lambda L_{\text{Wasserstein}} + (1-\lambda)L_{\text{JS}}$, layer-specific learning rates, and spline-based feature mixing; Stage-Pro-SR, which upsamples in two stages with nearest-neighbor interpolation and convex feature blending $F_{\text{blended}} = \alpha F_{\text{prev}} + (1-\alpha)F_{\text{conv}}$; YOLOv8, the detector that separates damaged from intact tile regions; and the placement formulation $T'_D = \arg\min_{T_D} f(T_C^{SR}, T_D)$, which formalizes the compatibility of a generated tile with a damaged region.

What would settle it

Give expert restorers a blind forced-choice test: present SSTF-placed tiles alongside intact tiles cropped from the same wall of the Modonmohan temple and ask which one is synthetic; if experts pick the synthetic tile at or near chance across many trials, the authenticity claim fails. A complementary quantitative check is to compute a distribution distance, such as the Fréchet Inception Distance, between ProTilesGAN's output and a held-out set of genuine tiles never used in augmentation or training; a large gap would show that the reported FID values, taken against the augmented distribution, do not certify fidelity to real tile style.

Watch

Extended reading notes

Core claim

The central claim is that temple tile restoration reduces to a four-stage computational workflow, and the paper contributes each stage. Fractal Convolution uses the box-counting fractal dimension of an image patch as the value of a convolution kernel, producing a "richness" map that makes ornate regions stand out; on the paper's spire dataset, training a standard CNN on the resulting segmentation lifts F1 from about 84 to about 92. MosaicSlice manufactures training data by cutting each tile into its two figures and recombining them: within a tile, horizontal flips with blur-based boundary blending give eight variants per tile; across tiles, sepia color normalization, center-distance alignment, and median-boundary refinement merge figures from different tiles, expanding 1,400 selective photographs into roughly 177,000 augmented samples. ProTilesGAN, a progressively growing GAN whose generator loss convexly combines the Wasserstein and Jensen-Shannon terms and whose feature mixing uses spline interpolation, is reported to reach an FID of 7.64 and SSIM of 0.77 at 256×256 on the augmented data. Stage-Pro-SR splits SRGAN-style upsampling into two stages, replaces pixel-shuffle with nearest-neighbor upsampling to suppress checkerboard artifacts, and blends early and late features convexly to upscale generated tiles from 256 to 1,024 pixels. The end-to-end claim is that SSTF "provides a comprehensive solution for producing high-quality copies of missing or damaged tiles"; the paper demonstrates the full flow qualitatively in Chapter 9, while the placement step is stated only as the formal minimization $T'_D = \arg\min_{T_D} f(T_C^{SR}, T_D)$ without a reported solver or placement-error metric.

Load-bearing premise

The authenticity claim rests on the assumption that the MosaicSlice-augmented dataset — synthetic recombinations of figure halves from 352 aerial and 1,400 selected photographs — spans the real variety of Bankura terracotta tile patterns closely enough that ProTilesGAN's replacements are stylistically and contextually indistinguishable from genuine tiles, and the paper does not test this assumption with any human evaluation, distribution-distance measurement against held-out real tiles, or perceptual metric on the final placed tiles.

Editorial extensions

If this is right

  • A conservator could photograph a damaged temple wall and automatically receive ready-to-place replacement tile images matched to the local terracotta style, removing the slow, interpretive step of manual reconstruction.
  • The four-stage recipe is not specific to Bankura: any monument whose ornament can be photographed would supply the training signal for detection, generation, super-resolution, and placement.
  • MosaicSlice-style recombination could lower the data bottleneck for generative restoration of patterned heritage surfaces elsewhere, since it creates large training sets from a few hundred source images.
  • Stage-Pro-SR's two-stage nearest-neighbor upsampling is claimed to remove the checkerboard artifacts typical of SRGAN-style deconvolution, a fix that would transfer to any single-image super-resolution task.
  • Fractal Convolution needs no learned weights, so it could be applied immediately to new monuments, and the paper reports that it improves classifier accuracy on spire imagery by roughly eight points.

Reading between the lines

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

  • A decisive but unreported experiment would be a blind forced-choice test in which restorers compare SSTF-placed tiles against intact tiles from the same wall; the paper's FID and SSIM figures are computed on augmented data, so they cannot certify that experts would find the replacements indistinguishable.
  • The placement step is the operational core the paper leaves open: instantiating equation 7.2 with an actual solver, a seam-cost function, and a quantitative seam-error measurement against manually restored walls would turn SSTF from a demonstrated pipeline into a deployable tool.
  • MosaicSlice presumes each tile carries exactly two separable figures; single-figure tiles or continuous scrollwork, common in other terracotta traditions, would need a generalized recombination rule, so the method's portability beyond Bankura is currently untested.
  • Fractal Convolution's sliding-window implementation is computationally heavy, as the paper acknowledges; expressing the same operation as a tensor or convolution (a direction the paper lists as future work) is what would make whole-wall segmentation practical at scale.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

5 major / 6 minor

Summary. This manuscript proposes an automated pipeline for digitally reconstructing damaged terracotta temple tiles in Bankura temples. The three main contributions are: (i) Fractal Convolution, an image-processing segmentation method that replaces convolution kernels with fractal-dimension values computed from Canny edge maps; (ii) MosaicSlice, a data augmentation scheme that recombines figure halves within and across tiles; and (iii) SSTF, a pipeline that combines YOLOv8-based damage detection, ProTilesGAN tile generation, stage-wise super-resolution, and an optimization-based placement step. The paper reports an approximately 8% improvement in CNN classification accuracy when using Fractal Convolution, FID/SSIM comparisons for ProTilesGAN, and qualitative demonstrations of the complete SSTF pipeline.

Significance. If the claims were properly supported, the work would be useful for cultural-heritage restoration because real terracotta tile data are scarce and manual reconstruction is labor-intensive. Strengths of the manuscript include the collection of new rephotography datasets from the actual temples, the originality of the fractal-convolution idea, and public code links for the fractal-convolution method. However, the load-bearing evidence is not sufficient: the classification gain appears to come from test-set hyperparameter selection, the GAN improvements are not isolated by ablations, the reported FID values lack a defined reference set, and the SSTF pipeline is evaluated only qualitatively. The central assumption that MosaicSlice-generated synthetic tiles match the real Bankura tile distribution is never tested.

major comments (5)
  1. [Section 9.1.3, Table 9.2] The claimed ~8% classification improvement of Fractal Convolution is not trustworthy as presented. The Canny thresholds (50, 150) are said to be 'picked out empirically' and the 8x8 patch size was selected 'after extensive testing,' but no train/validation/test split is described, so these choices may have been tuned on the test data. The table also reports only a single run with no variance or significance test. A proper validation protocol with a separated validation set is required before this improvement can be claimed.
  2. [Section 5.1.1, Eqs. (5.2)-(5.3)] The loss term labeled L_JS is not the Jensen-Shannon divergence; Eq. (5.2) is the standard minimax GAN (binary cross-entropy) objective. No derivation is given for why convexly combining this term with the Wasserstein loss in Eq. (5.3) should improve generation, and the choice of lambda is not discussed. Moreover, Table 9.3 attributes ProTilesGAN's gains to this and other changes without any ablation isolating the loss modification, so the contribution of this component is unsupported.
  3. [Table 9.3, Section 9.2] The FID and SSIM numbers are uninterpretable as reported because no reference image set is specified. FID measures a distance between generated and real distributions, but the paper does not state whether the reference is held-out real tiles, the training set, or a subset of MosaicSlice-augmented images. The number of generated samples used for evaluation is also absent. In addition, ProTilesGAN differs from ProGAN_s in loss, interpolation, and learning-rate scheduling simultaneously, so no conclusion can be drawn about which modification drives the reported improvements.
  4. [Section 7.4, Eq. (7.2); Section 9.5] The SSTF placement step is not actually specified: the objective function f(T_SR_C, T_D) in Eq. (7.2) is never defined, and the alignment and consistency constraints are described only verbally. The only end-to-end evaluation is a qualitative figure in Section 9.5. There is no quantitative measure of placement accuracy, visual authenticity, or comparison with any baseline. Consequently, the Abstract's claim that SSTF is a 'comprehensive solution' for producing high-quality copies while 'maintaining authenticity' is not supported by the evidence.
  5. [Sections 4 and 8.3] The central assumption of the generative pipeline is that MosaicSlice-augmented synthetic tiles cover the real distribution of Bankura tile patterns. This assumption is load-bearing because ProTilesGAN, the super-resolution model, and the final SSTF outputs are all trained on these synthetic tiles. The paper never tests it: there is no distribution-distance measurement against held-out real tiles, no human perceptual study, and no expert evaluation of the final placed tiles. Without such validation, the claim that generated tiles are stylistically and contextually indistinguishable from real ones remains unsupported.
minor comments (6)
  1. [Section 2.7] Sections 2.7.1 and 2.7.3 are verbatim duplicates, and Sections 2.7.2 and 2.7.4 are also verbatim duplicates; one copy of each should be removed.
  2. [Throughout] There are numerous typographical errors, including 'Jensen-Shanon,' 'MosiacSlice,' 'bechmark,' 'Genration,' and 'Algoritms'; the manuscript needs thorough proofreading.
  3. [Table 9.4] The YOLOv8 result is presented as a 'classification report,' but the table has no row or column headers, and the numeric entries do not form a valid confusion matrix (e.g., the No Tile row sums to 1.22). This table should be replaced with standard precision/recall/F1 or a correctly labeled confusion matrix.
  4. [Section 5.1.2] The layer-specific learning-rate coefficients alpha_i are never given numeric values; the text states only that they 'can be found by conducting extensive experimentation,' which makes the method unreproducible as described.
  5. [Section 4.2.1] The operations 'inversing R_p' and 'reverse functional derivative of the sepia filter' are not defined; Eqs. (4.4)-(4.6) specify the forward averaging and filtering but not the claimed inverse step.
  6. [Front matter] The manuscript contains dissertation front matter (certificates, declaration, acknowledgements) that is inappropriate for a journal submission and should be removed.

Circularity Check

0 steps flagged · score 1.0 of 10

No circular derivation: SSTF is an assembled pipeline, not a result forced by its inputs; self-citations are background, and the missing validation is a rigor issue, not circularity.

full rationale

After walking the derivation chain, I find no step where a prediction is equivalent to its input by construction. SSTF (Sec. 7) is a pipeline: YOLOv8 detection, ProTilesGAN generation, stage-wise super-resolution, and an under-specified argmin placement (Eq. 7.2). Each component is an external or modified architecture (ProGAN [41], SRGAN [14,15], YOLOv8 [22]); the paper's own equations (4.1-4.6, 5.1-5.3, 6.1-6.3) are design choices or standard losses, not fits renamed as predictions. MosaicSlice augments Datasets C/D with synthetic recombinations, but the central claim is not that the augmentation distribution equals the real distribution; it is an untested assumption. The FID/SSIM table (Table 9.3) lacks a stated reference set and there is no perceptual validation, so the authenticity claim is under-supported, but missing evidence is not circularity. Self-citations [1] and [40] are used for background and a minor remark; the fractal convolution method is fully specified in Algorithm 1 and Eqs. 3.1-3.2, so it does not reduce to those citations. The 'JS divergence loss' (Eq. 5.2) is a mislabeled standard GAN objective, but that is a mathematical accuracy issue, not a circular reduction. Overall, no load-bearing circular step; score 1 reflects only the presence of minor non-load-bearing self-citations and the general reliance on self-created evaluation.

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

The central claims rely on several hand-chosen parameters and domain-specific assumptions. The free parameters (Canny thresholds, patch size, convex weights) are either unreported or selected on the test data, and the assumptions (fractal dimension as richness, MosaicSlice representativeness, GAN modification benefits) are asserted without independent validation.

free parameters (8)
  • Canny edge detector thresholds = 50, 150
    Selected empirically to get best edge detection; affects fractal-dimension computation and thus the segmentation mask.
  • Fractal convolution patch size = 8x8
    Chosen after 'extensive testing'; higher patches degrade reconstruction quality (Section 9.1.3).
  • FD scaling multiplier and offset = 127 and 1
    Hard-coded in the fractal convolution algorithm (Section 3.3) to map FD values to pixel intensities.
  • Convex combination weight lambda = not reported
    Weight blending Wasserstein and 'JS' losses in Eq. 5.3; no value or tuning procedure given.
  • Layer-specific learning-rate coefficients alpha_i = not reported
    Per-layer LR scalars in Eqs. 5.4-5.5; the paper states these must be found by 'extensive experimentation.'
  • Stage-SR convex weight alpha = not reported
    Feature blending weight in Eq. 6.1; no value or experiment is reported.
  • Super-resolution factor alpha = not reported
    Scale factor in SSTF Eq. 7.1; no value is specified.
  • Augmentation brightness range = 1-3%
    Brightness adjustment range used for dataset augmentation (Section 8.2.4), a hand-chosen interval.
assumptions (5)
  • domain assumption The fractal dimension of Canny edge patches is a valid measure of architectural richness.
    The entire Fractal Convolution method rests on this heuristic; no independent validation is provided (Section 3.3).
  • domain assumption MosaicSlice-mixed tiles are representative of authentic temple tile patterns.
    The GAN is trained on these synthetic mixtures, yet the paper does not measure how close the augmented distribution is to real tiles (Chapter 4, Section 9.5).
  • ad hoc to paper Combining the standard adversarial loss with a mislabeled 'JS divergence' and convexly mixing it with Wasserstein loss improves generation.
    Eq. 5.2 is the classical GAN loss, not the JS divergence; the claimed benefit is asserted without theory or ablation (Section 5.1.1).
  • ad hoc to paper The stage-wise SRGAN variant converges to better solutions than SRGAN/ESRGAN.
    Only subjective comparisons are shown; no PSNR/SSIM or statistical tests are reported (Section 9.3).
  • domain assumption YOLOv8 annotations of tile/no-tile regions on 1325 images are accurate enough for the downstream pipeline.
    Annotation quality is not assessed; confusion matrix shows high recall on 'tile' but many background errors (Table 9.4).

how reviews work

0 comments
Cite this review

Pith. "Pith review of Revealing the Ancient Beauty: Digital Reconstruction of Temple Tiles using Computer Vision." pith.science (2026). https://pith.science/paper/MHFULJZJ

@misc{pith2026250712195,
  author       = {Pith},
  title        = {Pith review of: Revealing the Ancient Beauty: Digital Reconstruction of Temple Tiles using Computer Vision},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/MHFULJZJ}},
  note         = {Machine review of arXiv:2507.12195}
}
read the original abstract

Modern digitised approaches have dramatically changed the preservation and restoration of cultural treasures, integrating computer scientists into multidisciplinary projects with ease. Machine learning, deep learning, and computer vision techniques have revolutionised developing sectors like 3D reconstruction, picture inpainting,IoT-based methods, genetic algorithms, and image processing with the integration of computer scientists into multidisciplinary initiatives. We suggest three cutting-edge techniques in recognition of the special qualities of Indian monuments, which are famous for their architectural skill and aesthetic appeal. First is the Fractal Convolution methodology, a segmentation method based on image processing that successfully reveals subtle architectural patterns within these irreplaceable cultural buildings. The second is a revolutionary Self-Sensitive Tile Filling (SSTF) method created especially for West Bengal's mesmerising Bankura Terracotta Temples with a brand-new data augmentation method called MosaicSlice on the third. Furthermore, we delve deeper into the Super Resolution strategy to upscale the images without losing significant amount of quality. Our methods allow for the development of seamless region-filling and highly detailed tiles while maintaining authenticity using a novel data augmentation strategy within affordable costs introducing automation. By providing effective solutions that preserve the delicate balance between tradition and innovation, this study improves the subject and eventually ensures unrivalled efficiency and aesthetic excellence in cultural heritage protection. The suggested approaches advance the field into an era of unmatched efficiency and aesthetic quality while carefully upholding the delicate equilibrium between tradition and innovation.

Figures

Figures reproduced from arXiv: 2507.12195 by the authors.

Figure 1.1
Figure 1.1. Current Research Trend in Heritage Restoration and Preservation [PITH_FULL_IMAGE:figures/full_fig_p015_1_1.png] view at source ↗
Figure 1.2
Figure 1.2. Pictorial Recap of Subtopics • This fascinating chapter 2 embarks on an illuminating journey into the complex world of top-notch research in this topic. We travel through his￾tory with a firm emphasis on specifics, investigating a wide range of study [PITH_FULL_IMAGE:figures/full_fig_p017_1_2.png] view at source ↗
Figure 2.1
Figure 2.1. Time Lapse Imaging with 4GB of memory takes three hours of high-resolution photos. Adobe Photo￾shop is used for colour correction to maintain uniform lighting and exposure. For visual loss verification, the photos are then combined into an HD video using Apple Quicktime software. Finally, Photoshop is used to quantify error situations such surface alterations and edge variations [PITH_FULL_IMAGE:figures/full_fig_p0… view at source ↗
Figures from the paper (13 more)
Figure 2.2
Figure 2.2. Figure 2.2: Low Cost RGB-D Sensors • Stage 4: Pulli’s algorithm is employed to generate registration errors and minimize local minimum issues, offering better alignment for large datasets. • Close-Range Photogrammetry in Yogyakarta: 1319 photos were collected from five temples, …
Figure 2.3
Figure 2.3. Figure 2.3: Deep Reconstruction of CEPROQHA Project • To train CNN-based classifiers, the authors use DL-based techniques and take part in data-driven cultural heritage challenges. They have amassed large datasets from the Rijksmuseum and WikiArt [PITH_FULL_IMAGE:figures/full_f…
Figure 2.4
Figure 2.4. Figure 2.4: GAN based reconstruction on Borobodur relief [PITH_FULL_IMAGE:figures/full_fig_p030_2_4.png]
Figure 3.1
Figure 3.1. Figure 3.1: Graphical Representation of Fractal Convolution method [PITH_FULL_IMAGE:figures/full_fig_p042_3_1.png]
Figure 4.1
Figure 4.1. Figure 4.1: A small Representation of Intra-MosaicSlice [PITH_FULL_IMAGE:figures/full_fig_p047_4_1.png]
Figure 7.1
Figure 7.1. Figure 7.1: Self Sensitive Tile Filling Approach placement problem can then be formulated as: T ′ D = arg min TD f(T SR C , TD) (7.2) subject to restrictions that guarantee accurate alignment and conformance to the properties of nearby tiles. The goal of the optimisation problem…
Figure 9.1
Figure 9.1. Figure 9.1: Fractal Convolution Method [PITH_FULL_IMAGE:figures/full_fig_p067_9_1.png]
Figure 9.2
Figure 9.2. Figure 9.2: Tile Generation Comparison with baseline appraoches [PITH_FULL_IMAGE:figures/full_fig_p069_9_2.png]
Figure 9.3
Figure 9.3. Figure 9.3: Checkerboard Artifacts increase the image size from 256 to a stunning 1024 using a two-stage progressive generation procedure, whereas ProTilesGAN’s generating capacity is restricted to 256 due to hardware limitations. In order for the approach to learn the complex d…
Figure 9.4
Figure 9.4. Figure 9.4: SRGAN generation Comparison using Dataset D. When examined, we find that SRGAN partially transforms the brownish sam￾ples, but it severely fails to produce the varied distribution patterns found in the tiles. On the other hand, subjective brightness and contrast perf…
Figure 9.5
Figure 9.5. Figure 9.5: Tile and No Tile Region Detetion balance between computing demands and precise detection skills. With the help of [PITH_FULL_IMAGE:figures/full_fig_p074_9_5.png]
Figure 9.6
Figure 9.6. Figure 9.6: Calculation of Loss and Mean Average Precision for Dataset E [PITH_FULL_IMAGE:figures/full_fig_p074_9_6.png]
Figure 9.7
Figure 9.7. Figure 9.7: Self Sensitive Tile Filling Approach empty tile space. Our methodology demonstrates the height of innovation in the field of tile restoration by utilising cutting-edge algorithms and cutting-edge research tech￾niques. Our persistent dedication to attaining unmatched …

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

42 extracted references · 36 canonical work pages

  1. [1]

    Digital restoration of cultural heritage with data-driven computing: A sur- vey,

    A. Basu, S. Paul, S. Ghosh, S. Das, B. Chanda, C. Bhagvati, and V. Snasel, “Digital restoration of cultural heritage with data-driven computing: A sur- vey,”IEEE Access, pp. 1–1, 2023

  2. [2]

    The influence of traditional indian architecture in balkrishna doshi’s iim complex at bangalore: A comparative analysis using fractal dimensions and lacunarity,

    M. Lionar and O. M. Ediz, “The influence of traditional indian architecture in balkrishna doshi’s iim complex at bangalore: A comparative analysis using fractal dimensions and lacunarity,”ITU A—Z, pp. 235–252, 2021

  3. [3]

    Fast box-counting algorithm on gpu,

    J. Jim´ enez and J. Ruiz de Miras, “Fast box-counting algorithm on gpu,”Computer Methods and Programs in Biomedicine, vol. 108, no. 3, pp. 1229–1242, 2012. [Online]. Available: https://www.sciencedirect.com/ science/article/pii/S0169260712001794

  4. [4]

    How long is the coast of britain? statistical self-similarity and fractional dimension,

    B. Mandelbrot, “How long is the coast of britain? statistical self-similarity and fractional dimension,”Science, vol. 156, no. 3775, pp. 636–638,

  5. [5]

    M. J. Ostwald and J. Vaughan,Fractal Dimensions in Architecture: Measuring the Characteristic Complexity of Buildings. Cham: Springer International Publishing, 2018, pp. 1–17. [Online]. Available: https: //doi.org/10.1007/978-3-319-70658-0 12-1

  6. [6]

    Fractal dimension calculation and visual attention simulation: Assessing the visual character of an architectural fa¸ cade,

    J. H. Lee and M. J. Ostwald, “Fractal dimension calculation and visual attention simulation: Assessing the visual character of an architectural fa¸ cade,”Buildings, vol. 11, no. 4, 2021. [Online]. Available: https://www.mdpi.com/2075-5309/11/4/163

  7. [7]

    Fractal analysis applied to ancient egyptian monumental art,

    J. Robkin, “Fractal analysis applied to ancient egyptian monumental art,” 2012. 68 BIBLIOGRAPHY69

  8. [8]

    A method of compositional fractal analy- sis and its application in islamic architectural ensembles,

    M. Y. Shishin and K. J. A. Ismail, “A method of compositional fractal analy- sis and its application in islamic architectural ensembles,”International Elec- tronic Journal of Mathematics Education, vol. 11, no. 5, pp. 1087–1100, 2016

Show all 42 references
  1. [9]

    A three-dimensional box-counting method to study the fractal characteristics of urban areas in shenyang, northeast china,

    S. Liu and Y. Chen, “A three-dimensional box-counting method to study the fractal characteristics of urban areas in shenyang, northeast china,”Buildings, vol. 12, no. 3, 2022. [Online]. Available: https: //www.mdpi.com/2075-5309/12/3/299

  2. [10]

    Indonesia ancient temple clas- sification using convolutional neural network,

    K. P. Danukusumo, Pranowo, and M. Maslim, “Indonesia ancient temple clas- sification using convolutional neural network,” in2017 International Confer- ence on Control, Electronics, Renewable Energy and Communications (IC- CREC), 2017, pp. 50–54

  3. [11]

    Classification of architectural heritage images using deep learning techniques,

    J. Llamas, P. M. Lerones, R. Medina, E. Zalama, and J. G´ omez-Garc ´ ıa- Bermejo, “Classification of architectural heritage images using deep learning techniques,”Applied Sciences, vol. 7, no. 10, 2017. [Online]. Available: https://www.mdpi.com/2076-3417/7/10/992

  4. [12]

    Generative adversarial networks,

    I. Goodfellow, J. Pouget-Abadie, M. Mirza, B. Xu, D. Warde-Farley, S. Ozair, A. Courville, and Y. Bengio, “Generative adversarial networks,”Communi- cations of the ACM, vol. 63, no. 11, pp. 139–144, 2020

  5. [13]

    Unsupervised representation learn- ing with deep convolutional generative adversarial networks,

    A. Radford, L. Metz, and S. Chintala, “Unsupervised representation learn- ing with deep convolutional generative adversarial networks,”arXiv preprint arXiv:1511.06434, 2015

  6. [15]

    Esrgan: Enhanced super-resolution generative adversarial networks,

    X. Wang, K. Yu, S. Wu, J. Gu, Y. Liu, C. Dong, Y. Qiao, and C. Change Loy, “Esrgan: Enhanced super-resolution generative adversarial networks,” inPro- ceedings of the ECCV(W), 2018, pp. 0–0

  7. [16]

    You only look once: Unified, real-time object detection,

    J. Redmon and A. Farhadi, “You only look once: Unified, real-time object detection,” in2015 IEEE Conference on Computer Vision and Pattern Recog- nition (CVPR). IEEE, 2015, pp. 779–788. BIBLIOGRAPHY70

  8. [17]

    Yolov3: An incremental improvement,

    ——, “Yolov3: An incremental improvement,”arXiv preprint arXiv:1804.02767, 2018

  9. [18]

    Yolov4: Optimal speed and accuracy of object detection,

    A. Bochkovskiy, C.-Y. Wang, and H.-Y. Liao, “Yolov4: Optimal speed and accuracy of object detection,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2020

  10. [19]

    Ssd lite: A lightweight single shot multibox detector,

    W. Liu, D. Anguelov, D. Erhan, C. Szegedy, S. Reed, C.-Y. Fu, and A. C. Berg, “Ssd lite: A lightweight single shot multibox detector,” inThe IEEE Conference on Computer Vision and Pattern Recognition (CVPR). IEEE, 2018, pp. 918–926

  11. [20]

    Ssd: Single shot multibox detector,

    ——, “Ssd: Single shot multibox detector,” inEuropean Conference on Com- puter Vision (ECCV). Springer, 2016, pp. 21–37

  12. [21]

    Speed/accuracy trade-offs for object detection,

    J. Huang, X. Sun, W. Liu, and K. Q. Weinberger, “Speed/accuracy trade-offs for object detection,”arXiv preprint arXiv:1706.03762, 2017

  13. [22]

    You only look once: Unified, real-time object detection,

    J. Redmon and A. Farhadi, “You only look once: Unified, real-time object detection,” inProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2015

  14. [23]

    Yolo9000: Better, faster, stronger,

    ——, “Yolo9000: Better, faster, stronger,” inProceedings of the IEEE Con- ference on Computer Vision and Pattern Recognition (CVPR), 2016

  15. [24]

    Yolov3: An incremental improvement,

    ——, “Yolov3: An incremental improvement,” inProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2018

  16. [25]

    Ultra Fast Object Detection in YOLOv5,

    G. Jocher, “Ultra Fast Object Detection in YOLOv5,” Feb. 2021. [Online]. Available: https://doi.org/10.5281/zenodo.4551085

  17. [26]

    YOLOv8: The Evolution of Object Detection,

    ——, “YOLOv8: The Evolution of Object Detection,” Jan. 2022. [Online]. Available: https://doi.org/10.5281/zenodo.5568457

  18. [27]

    Ssd 512: Single shot multibox detector 512,

    W. Liu, D. Anguelov, D. Erhan, C. Szegedy, S. Reed, C.-Y. Fu, and A. C. Berg, “Ssd 512: Single shot multibox detector 512,”arXiv preprint arXiv:1611.00593, 2017

  19. [28]

    Mobilenets: Efficient convolutional neural networks for mobile vision appli- cations,

    A. G. Howard, M. Zhu, B. Chen, D. Kalenichenko, G. Andrew, and H. Adam, “Mobilenets: Efficient convolutional neural networks for mobile vision appli- cations,”arXiv preprint arXiv:1704.04861, 2017. BIBLIOGRAPHY71

  20. [29]

    Ssd refinement: Fast and accurate object detection with recurrent refinement,

    C.-Y. Fu, W. Liu, and Y. Lin, “Ssd refinement: Fast and accurate object detection with recurrent refinement,”arXiv preprint arXiv:1802.07873, 2018

  21. [30]

    Image super-resolution using deep convolutional networks,

    C. Dong, C. C. Loy, K. He, and X. Tang, “Image super-resolution using deep convolutional networks,”IEEE TPAMI, vol. 38, no. 2, pp. 295–307, 2015

  22. [31]

    Deep back-projectinetworks for single image super-resolution,

    M. Haris, G. Shakhnarovich, and N. Ukita, “Deep back-projectinetworks for single image super-resolution,”IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 43, no. 12, pp. 4323–4337, 2021

  23. [32]

    Single image super-resolution from transformed self-exemplars,

    J.-B. Huang, A. Singh, and N. Ahuja, “Single image super-resolution from transformed self-exemplars,” in2015 IEEE CVPR, 2015, pp. 5197–5206

  24. [33]

    Esrgan+: Further improving en- hanced super-resolution generative adversarial network,

    N. C. Rakotonirina and A. Rasoanaivo, “Esrgan+: Further improving en- hanced super-resolution generative adversarial network,” inICASSP 2020- 2020 IEEE ICASSP. IEEE, 2020, pp. 3637–3641

  25. [34]

    Second-order attention network for magnification-arbitrary single image super-resolution,

    R. Liu, Z. Su, G. Lin, and F. Zhou, “Second-order attention network for magnification-arbitrary single image super-resolution,” in2020 8th Interna- tional Conference on Digital Home (ICDH), 2020, pp. 127–134

  26. [35]

    Swinir: Image restoration using swin transformer,

    J. Liang, J. Cao, G. Sun, K. Zhang, L. Van Gool, and R. Timofte, “Swinir: Image restoration using swin transformer,” in2021 IEEE/CVF ICCVW, 2021, pp. 1833–1844

  27. [36]

    Swinfir: Revisiting the swinir with fast fourier convolution and improved training for image super- resolution,

    D. Zhang, F. Huang, S. Liu, X. Wang, and Z. Jin, “Swinfir: Revisiting the swinir with fast fourier convolution and improved training for image super- resolution,”arXiv preprint arXiv:2208.11247, 2022

  28. [37]

    A computational approach to edge detection,

    J. Canny, “A computational approach to edge detection,”IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. PAMI-8, no. 6, pp. 679– 698, 1986

  29. [38]

    Design of an image edge de- tection filter using the sobel operator,

    N. Kanopoulos, N. Vasanthavada, and R. Baker, “Design of an image edge de- tection filter using the sobel operator,”IEEE Journal of Solid-State Circuits, vol. 23, no. 2, pp. 358–367, 1988

  30. [39]

    A three dimensional box counting method for measuring fractal dimensions of 3d models,

    M. Suzuki, “A three dimensional box counting method for measuring fractal dimensions of 3d models,”Proceedings of the 11th IASTED International Conference on Internet and Multimedia Systems and Applications, IMSA 2007, 01 2007. BIBLIOGRAPHY72

  31. [40]

    On regenerative and discriminative learning from digital heritages: A fractal dimension based ap- proach,

    S. Ghosh, A. Basu, S. Paul, B. Chanda, and S. Das, “On regenerative and discriminative learning from digital heritages: A fractal dimension based ap- proach,” inInternational Conference on Advances in Data-driven Computing and Intelligent Systems. Springer, 2022, pp. 405–417

  32. [41]

    Progressive growing of gans for improved quality, stability, and variation,

    T. Karras, T. Aila, S. Laine, and J. Lehtinen, “Progressive growing of gans for improved quality, stability, and variation,”arXiv preprint arXiv:1710.10196, 2017

  33. [42]

    Photo-realistic single image super-resolution using a generative adversarial network,

    C. Ledig, L. Theis, F. Husz´ ar, J. Caballero, A. Cunningham, A. Acosta, A. Aitken, A. Tejani, J. Totz, Z. Wanget al., “Photo-realistic single image super-resolution using a generative adversarial network,” inProceedings of the IEEE conference on computer vision and pattern re...

  34. [1967]

    Available: http://www.sciencemag.org/content/156/3775/ 636.abstract

    [Online]. Available: http://www.sciencemag.org/content/156/3775/ 636.abstract

Pith tools

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