Data Burning: Models & Applications
- Data burning refers to burning-based operations on data structures, notably graph burning where a burning sequence and burning number measure network propagation.
- The literature investigates algorithmic challenges including NP-completeness, spanning tree reductions, and heuristic approximations to study burning processes in diverse graph classes.
- Applied usages extend to satellite detection of crop residue burning and write-once file systems that record data irreversibly.
Data burning, in the literature represented here, denotes a cluster of burning-based operations on data-bearing structures rather than a single standardized term. Its dominant formal usage is graph burning, a deterministic discrete-time process in which one new fire source may be selected in each round while existing fires spread to adjacent vertices; the associated burning number measures how quickly influence, contagion, information, or resources can cover a network (Bonato, 2020). Closely related work studies hypergraph, random, adversarial, and product-graph variants. Separate applied usages concern the detection of crop residue burning from satellite imagery (Walker et al., 2022) and the recording of data to write-once media through append-only file-system transactions (Garfinkel et al., 2020).
1. Formal model and canonical invariants
In graph burning, all vertices are initially unburned. At each round, one unburned vertex is selected and burned, and fire from previously burned vertices spreads to their neighbours. A burning sequence of length is a sequence such that
where is the set of vertices within distance from (Bonato et al., 2015). An equivalent sphere-packing formulation is
with the ball of radius around (Peca-Medlin, 27 Feb 2026).
The burning number 0 is bounded by standard distance parameters. For a connected graph of diameter 1 and radius 2,
3
and for paths and cycles,
4
(Guillaume et al., 2 Jun 2026). The path formula is central because it is sharp for the conjectured extremal behaviour of connected graphs.
A structurally important reduction states that
5
so burning can be analyzed via spanning trees without changing the optimum (Bonato, 2020). This reduction explains why tree subclasses remain central even when the target graph class is much broader.
2. Conjecture, hardness, and structural characterization
The central open statement is the Burning Number Conjecture: every connected graph 6 of order 7 satisfies
8
The conjecture is sharp for paths and has been verified for several structured families, but it remains open in general (Bonato, 2020).
A common misconception is that burning becomes algorithmically easy on sparse or acyclic inputs. In fact, the decision problem is NP-complete for trees of maximum degree three, spider graphs, and path-forests (Bonato et al., 2015). Hardness persists on several dense or geometrically defined classes: interval graphs, permutation graphs, and disk graphs are NP-complete for optimal burning (Gupta, 2020), and connected cubic graphs together with connected proper interval graphs remain NP-complete as well (Antony et al., 2024). The broader complexity landscape includes APX-hardness and W[2]-completeness parameterized by 9 (Bonato, 2020).
At the small-burning-number end, structural characterizations are unusually sharp. A graph 0 of order 1 satisfies
2
where 3 is the maximum degree (Guillaume et al., 2 Jun 2026). This yields immediate classifications for several graph classes. Connected split graphs satisfy 4, and connected 5-free graphs satisfy 6 (Guillaume et al., 2 Jun 2026).
For induced-path restrictions, connected 7-free graphs obey
8
and the bound is tight up to an additive constant 9 (Antony et al., 2024). This provides a clean interface between hereditary structure and burning-time control.
3. Dense, tree-like, and product families
Algorithmic progress is especially strong on dense and tree-like graphs. For a graph on 0 vertices with minimum degree 1, one algorithm burns the graph in at most
2
rounds; for 3, this is a constant number of rounds (Kamali et al., 2019). The same line of work establishes the conjectured 4 bound for graphs of minimum degree at least 5 (Kamali et al., 2019).
For graphs with bounded path-length 6 and diameter 7,
8
which gives a 9-approximation for bounded path-length families (Kamali et al., 2019). For bounded tree-length 0, an approximation algorithm achieves
1
hence a 2-approximation when 3 is fixed (Kamali et al., 2019). Interval and chordal graphs appear naturally in this regime.
Grid-like families exhibit more delicate asymptotics. For fence graphs 4, explicit improved bounds were derived; in the special case 5, the lower bound is 6 and the upper bound is 7 (Bonato et al., 2019). The significance is not merely asymptotic order 8, but the demonstration that the multiplicative constants in the fence regime are substantially larger than earlier extrapolations suggested.
Product constructions have become another major source of exact formulas. For comb graphs 9, the Burning Number Conjecture holds for all parameter regimes (Peca-Medlin, 27 Feb 2026). In the spine-dominant regime 0,
1
while in general
2
(Peca-Medlin, 27 Feb 2026). On strong products of paths 3, burning reduces to a geometric tiling problem with radial propagation, and sharp lower bounds are obtained through an Euler-Maclaurin analysis of sums of odd 4th powers (Ambrose et al., 24 Sep 2025).
Highly symmetric families also admit exact formulas. For instance,
5
for even 6, and exact formulas are known for 7, 8, and 9 (Fitzpatrick et al., 2017). These results tie burning-time growth directly to neighbourhood expansion in regular vertex-transitive graphs.
4. Hypergraph, stochastic, adversarial, and game-theoretic extensions
Hypergraph burning changes the propagation rule. In one formulation, a vertex 0 burns in round 1 if there exists a non-singleton hyperedge 2 containing 3 such that all other members of 4 were burned by round 5 (Burgess et al., 2024). The lazy variant burns only an initial set and then relies solely on propagation. Unlike graphs, arbitrary hypergraphs do not satisfy an analogue of the sublinear 6 bound: even linear 7-uniform loose paths can have
8
so 9 and 0 can be linear in 1 (Burgess et al., 2024).
A proportion-based variant introduces a threshold 2: if at least 3 vertices of a hyperedge 4 are on fire, then the entire hyperedge burns in the next round (Burgess et al., 2024). This yields burning distributions that are piecewise constant in 5, with monotonicity
6
Lazy hypergraph burning admits exact combinatorial characterizations. If 7 is the maximum cardinality of a 8-matching in the incidence graph, then
9
and for the dual hypergraph,
0
(Bonato et al., 2024). The same work proves equivalence between lazy burning and zero forcing on the incidence graph and establishes NP-completeness for computing an upper bound on the lazy burning number (Bonato et al., 2024).
Random and adversarial models change the source-selection mechanism. On the discrete Euclidean torus 1, if each new source is chosen uniformly from the unburned vertices, then the random burning number satisfies
2
where 3 is the explosion time of a generalized Blasius equation; in dimension 4, 5 (Blanc et al., 2 Sep 2025). In the adversarial Builder–Arsonist game on growing graphs, if Builder adds 6 vertices at round 7, then Arsonist wins for 8 and Builder wins for 9 (Gunderson et al., 2022). Strong path products also support cooling and liminal burning variants, including the threshold parameter 0 (Ambrose et al., 24 Sep 2025).
5. Approximation, heuristics, and empirical methodology
Since exact burning is intractable on many classes, approximation and heuristic methods are central. General-graph approximation factors reported in the literature include factor 1 for arbitrary graphs, factor 2 for trees, and factor 3 for path-forests (Bonato, 2020). For square grids, a 4-approximation algorithm is known, together with a lower bound of order 5 for an 6 grid (Gupta et al., 2020).
The first general heuristics for connected graphs were evaluated on theta graphs, DIMACS, BHOSLIB, and random graphs with fixed distance to cluster (Farokh et al., 2020). Six heuristics were proposed: Ctr-Half-dist, Ctr-Far-dist, Rnd-Half-dist, Rnd-Far-dist, DFS-path, and D-BFS-path. On 78 DIMACS graphs, the heuristics achieved optimal burning numbers of length 7 in 71 cases; on 36 BHOSLIB graphs, all heuristics computed optimal sequences of length 8 (Farokh et al., 2020). On 2000 random theta-graphs, the heuristics matched the theoretical upper bound in 9 of instances and were within 00 in 01, with DFS-path achieving optimality in 02 (Farokh et al., 2020).
Parameter-based upper bounds can also guide heuristic design. If 03 is a cluster graph, then
04
which improves the earlier 05 bound for distance to cluster and yields 06 for the constructed family studied experimentally (Farokh et al., 2020).
A practical blueprint for empirical work on social networks is to compute 07, 08, diameter, radius, density, and the degree sequence; apply bounds such as 09; test for high-degree structure via 10; and then use class-specific results or brute-force verification on moderate instances (Guillaume et al., 2 Jun 2026). This suggests that burning studies increasingly combine structural recognition, parameter bounds, and computational experimentation rather than relying on a single analytic technique.
6. Separate applied usages: satellite detection and write-once storage
Outside graph theory, burning appears in distinct data-centric meanings. In remote sensing, the problem is to detect crop residue burning from satellite imagery. A study in Punjab, India used ground-verified data from 3206 rice plots, including 441 burned and 240 unburned plots, together with 3 m PlanetScope imagery and Sentinel-2 imagery (Walker et al., 2022). After separability analysis of bands and burn indices, a Random Forest model was built and achieved an overall model accuracy of 11-percent (Walker et al., 2022). The work identified rapid signal decay, cloud and haze gaps, and the spectral ambiguity of shadows, bare soil, and tilled fields as central technical constraints.
A separate storage-systems usage concerns burning data to write-once media. A file-system standard for such media, including digital compact disks, was proposed as a full-featured and high-performance alternative to conventional file systems on multiple-write media (Garfinkel et al., 2020). The detailed design is append-only: changes are committed as transactions, previous versions remain available through version chains, and structures such as the Directory List and End-Of-Transaction block allow the file system to work with any operating system and a variety of physical media (Garfinkel et al., 2020). In this context, burning refers to irreversible recording rather than diffusion.
Taken together, these literatures show that “data burning” is not a single formal object. The dominant mathematical tradition is graph burning and its generalizations, where burning quantifies propagation speed on combinatorial structures. Separate applied traditions use the same language for physical burning observed in data and for data written irreversibly to storage media. A plausible implication is that the unifying theme is not the substrate—graphs, images, or disks—but the study of irreversible spread, recording, or state transition under strong structural constraints.