Papers › Fractional Optimizers Meet Fractal Activation Functions: An Empirical Study of...

Fractional Optimizers Meet Fractal Activation Functions: An Empirical Study of Multi-Scale Optimization in Neural Network

28 Jul 2026arXiv:2608.14636added by Syntology

Sebastian Raubitzek, Georg Goldenits, Sebastian Schrittwieser, Philip König, Kevin Mallinger

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Fractional optimization methods and fractal activation functions are two independent directions for improving neural network training. Fractional optimizers extend first-order optimization through fractional derivatives and memory effects, whereas fractal activations introduce multi-scale nonlinear representations based on self-similar Weierstrass- and Blancmange-type functions. Here, we investigate their interaction within a unified experimental framework. We evaluate fractional optimizer families on Ackley and Himmelblau benchmark surfaces, in standard form and with additive Weierstrass-type perturbations, and then in feed-forward neural networks with conventional and fractal activations on ten classification datasets. The comparison includes standard methods, regularization-style optimizers, explicit and adaptive memory-based fractional optimizers, and other representative literature methods. Overall, fractional optimization and fractal activations show useful but selective pairings. Regularization-style fractional scaling performs well with selected fractal activations in network training, while Grünwald--Letnikov memory is most relevant on perturbed surfaces. Adaptive memory improves plain memory substitution in several cases, supporting controlled fractional memory as a promising direction rather than a universal replacement.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.14636")

Code

Syntology Ran 20 of 27 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 20 ran with no contract checked.

By repository: found in paper text by Syntology: 27 samples from 1 repository, 20 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Raubkatz/FractalAndFractional2026 found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

27 samples harvested; 20 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

20ran
7unverified

Licence: 27 of the 27 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Raubkatz/FractalAndFractional2026. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ackley Raubkatz/FractalAndFractional2026/A_05_plot_loss_surfaces.py found in paper text by Syntology ran fingerprinted CC-BY-4.0 · pointer only · 62a8d70090b66885 · report
derive_optimizer_seed Raubkatz/FractalAndFractional2026/A_01_himmelblau_loss_surface_optimization.py found in paper text by Syntology ran fingerprinted CC-BY-4.0 · pointer only · b3b0467ad01ca309 · report
eval_fn Raubkatz/FractalAndFractional2026/C_04_plot_fractal_activations.py found in paper text by Syntology ran CC-BY-4.0 · pointer only · 7e658d9354cd9e4a · report
himmelblau Raubkatz/FractalAndFractional2026/A_05_plot_loss_surfaces.py found in paper text by Syntology ran fingerprinted CC-BY-4.0 · pointer only · 7e37b835a3db06ec · report
interpolate Raubkatz/FractalAndFractional2026/C_01_plot_koch_curve_depths.py found in paper text by Syntology ran CC-BY-4.0 · pointer only · 6959a2b4d00bb0b9 · report
koch_subdivide Raubkatz/FractalAndFractional2026/C_01_plot_koch_curve_depths.py found in paper text by Syntology ran CC-BY-4.0 · pointer only · 0d261f0d3227e28a · report
load_json Raubkatz/FractalAndFractional2026/A_03_analyze_himmelblau.py found in paper text by Syntology ran CC-BY-4.0 · pointer only · 4d82a982fa751f10 · report
midpoint Raubkatz/FractalAndFractional2026/C_02_plot_sierpinski_trianlge_depths.py found in paper text by Syntology ran CC-BY-4.0 · pointer only · 41448593ed7beb5f · report
pointwise_numerical_derivative Raubkatz/FractalAndFractional2026/C_05_plot_fractional_fractal_derivatives.py found in paper text by Syntology ran fingerprinted CC-BY-4.0 · pointer only · c47afb8fc536f97f · report
rastrigin Raubkatz/FractalAndFractional2026/A_05_plot_loss_surfaces.py found in paper text by Syntology ran fingerprinted CC-BY-4.0 · pointer only · 3885de8f53be5712 · report
refine_polyline Raubkatz/FractalAndFractional2026/C_01_plot_koch_curve_depths.py found in paper text by Syntology ran CC-BY-4.0 · pointer only · e2f5f6f0a197db9b · report
refine_triangles Raubkatz/FractalAndFractional2026/C_02_plot_sierpinski_trianlge_depths.py found in paper text by Syntology ran CC-BY-4.0 · pointer only · 26f2c6a1cc0658ed · report
select_reference_minimum Raubkatz/FractalAndFractional2026/A_01_himmelblau_loss_surface_optimization.py found in paper text by Syntology ran fingerprinted CC-BY-4.0 · pointer only · 6d1c52fc2c9cbde4 · report
select_reference_minimum Raubkatz/FractalAndFractional2026/A_02_ackley_loss_surface_optimization.py found in paper text by Syntology ran fingerprinted CC-BY-4.0 · pointer only · 462d177aabf623d6 · report
sierpinski_subdivide Raubkatz/FractalAndFractional2026/C_02_plot_sierpinski_trianlge_depths.py found in paper text by Syntology ran CC-BY-4.0 · pointer only · d11bb702b5fbe28b · report
symmetric_ylim Raubkatz/FractalAndFractional2026/C_03_plot_fractal_function_depths.py found in paper text by Syntology ran CC-BY-4.0 · pointer only · 6d930537fa500eb5 · report
weierstrass_derivative_exact Raubkatz/FractalAndFractional2026/C_05_plot_fractional_fractal_derivatives.py found in paper text by Syntology ran CC-BY-4.0 · pointer only · 1bef0e8cb892ca9a · report
weierstrass_partial_sum Raubkatz/FractalAndFractional2026/C_03_plot_fractal_function_depths.py found in paper text by Syntology ran CC-BY-4.0 · pointer only · 5c898c742a825109 · report
weierstrass_partial_sum Raubkatz/FractalAndFractional2026/C_05_plot_fractional_fractal_derivatives.py found in paper text by Syntology ran CC-BY-4.0 · pointer only · 4cb6dd7c4d29e2bb · report
weierstrass_tanh_activation_depth Raubkatz/FractalAndFractional2026/C_03_plot_fractal_function_depths.py found in paper text by Syntology ran CC-BY-4.0 · pointer only · 5333943926f0b98f · report
get_dataset_batch_size Raubkatz/FractalAndFractional2026/B_01_run_nn_classification.py found in paper text by Syntology unverified CC-BY-4.0 · pointer only · 8f40700a592d355a · report
get_dataset_epochs Raubkatz/FractalAndFractional2026/B_01_run_nn_classification.py found in paper text by Syntology unverified CC-BY-4.0 · pointer only · e118ab122dcba9cb · report
get_dataset_hidden_units Raubkatz/FractalAndFractional2026/B_01_run_nn_classification.py found in paper text by Syntology unverified CC-BY-4.0 · pointer only · 48574923a1f978f3 · report
plot_activation_label Raubkatz/FractalAndFractional2026/B_02_analyze_neural_network_experiments.py found in paper text by Syntology unverified CC-BY-4.0 · pointer only · 00ded4eb82606e13 · report
plot_optimizer_label Raubkatz/FractalAndFractional2026/B_02_analyze_neural_network_experiments.py found in paper text by Syntology unverified CC-BY-4.0 · pointer only · 107c8ced23fd328d · report
plot_optimizer_labels Raubkatz/FractalAndFractional2026/B_02_analyze_neural_network_experiments.py found in paper text by Syntology unverified CC-BY-4.0 · pointer only · e55a20151612283e · report
point_inside_domain Raubkatz/FractalAndFractional2026/A_01_himmelblau_loss_surface_optimization.py found in paper text by Syntology unverified CC-BY-4.0 · pointer only · 7b302d8193c60f4c · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.14636, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections