1. What ONN Is
The Ontology Neural Network (ONN) is a learning architecture whose latent state inherits the type structure of a target ontology rather than residing in a flat vector space. An ONN carries an explicit ontology graph whose vertices correspond to typed semantic primitives and whose edges encode relational constraints; training preserves this type algebra by construction. The architecture is accompanied by the ORTSF (Ontology-Resolved Topological State Feedback) framework — a family of predicate-binding operators that compose typed features under communication and sensing delay with provable stability bounds stated in cohomological terms. Together, ONN and ORTSF establish a tight coupling between the topology of learned representations and the stability of the closed-loop systems they drive.
2. Formal Primitives
Ontology graph. The target ontology is a weighted directed graph
where is a finite set of typed vertices (semantic primitives), encodes relational constraints, and assigns edge weights encoding constraint strength.
Latent state. Each vertex carries a latent fiber. The global latent state is the concatenation
where in the reference implementation (fiber decomposition ).
Projection operator. projects the latent state onto the constraint manifold defined by the ontology edge set .
Consensus operator. enforces local agreement among adjacent fibers, weighted by .
ONN dynamics. The composite operator defining a single update step is
The system evolves by iterated application .
3. Constraint Satisfaction
The LOGOS solver embeds ONN dynamics into a constraint-satisfaction pipeline combining three mechanisms:
- Forman--Ricci curvature of the ontology graph , used as a topological conditioning signal for gradient stabilisation.
- Deep Delta Learning (DDL) for stable rank-one perturbations during constraint projection.
- CMA-ES (Covariance Matrix Adaptation Evolution Strategy) for global parameter optimisation.
Constraint Satisfaction Rate (CSR). Given a set of predicates bound to edges , the CSR is the fraction of predicates satisfied at convergence:
Empirical results report CSR across benchmarks up to 20-node problems, with topology-loss reduction from baseline 11.68 to 1.15.
Predicate-binding mechanism. Each edge binds a typed predicate that constrains the joint state . The projection operator maps the current state to the nearest point satisfying the active predicate set; the consensus operator propagates satisfied constraints along the graph topology.
4. Topology Preservation
Core guarantee. ONN preserves the topological structure of the ontology graph under the projection-consensus dynamics . Formally, the persistent homology (Betti numbers) of the learned representation is invariant under the iterated map , ensuring that the qualitative relational structure encoded in is not destroyed by learning.
Total loss as Lyapunov certificate. The ONN total loss
combining semantic consensus, topological connection, and contextual constraint terms, serves as an explicit, computable Lyapunov function with closed-form class- bounds. This closes the constructive gap in the classical Lyapunov--Massera--Kurzweil existence theorem: the losses are not merely regularisers but stability certificates.
5. Interface to ORTSF
The ORTSF (Ontology-Resolved Topological State Feedback) framework consumes the ONN latent state and the ontology graph to synthesise delay-robust controllers. The key interface points are:
- Typed feature composition. ORTSF operators are predicate-binding gates that compose typed ONN features under communication and sensing delay.
- Cohomological invariants. The correspondence between the learned ontology's cohomology and classical Lyapunov certificates makes the representational and control-theoretic languages interoperable. Cohomological invariants of serve simultaneously as representational quality measures and stability certificates for the closed-loop system.
- Delay-robust bound. The framework provides an explicit maximum tolerable delay beyond which stability cannot be guaranteed. Empirical validation reports for 3M-node semantic networks.
6. Key Theorems
The following results are stated at the claim level. Each links to the manuscript or detailed page where the full argument appears.
6.1 Topology Preservation under Projection-Consensus
If (local contraction), then the persistent homology of the ontology embedding is invariant under . Global stability follows via Betti-number preservation through persistent homology.
Status: Local contraction is empirically validated on with . Full proof via fiber Jacobian bounds (L5-L6) is in progress. See Constructive Lyapunov paper.
6.2 Delay-Robust Bound for ORTSF
Under the ORTSF feedback law with ONN-derived typed features, the closed-loop system remains stable for all communication delays , with expressible in terms of the cohomological invariants of . Empirically: for 3M-node networks.
Status: Accepted result in the ONN + ORTSF framework paper.
6.3 Cohomological Stability Certificate
The ONN total loss constitutes a constructive Lyapunov function with class- bounds, bridging the Massera (1949) existence theorem to an explicit, computable certificate. Extensions cover non-smooth dynamics (Fejér-monotone topology surgery), delay-differential systems (via ORTSF), and Input-to-State Stability for bounded disturbances.
Status: Claimed in the Constructive Lyapunov paper. Empirical validation on 3M-node networks shows 99.75% improvement over baseline methods.
7. Relationship to SCC
In the unified architecture, ONN implements Layer 3 — Ontological Reasoning. The Soft Cognitive Cohesion (SCC) framework (Layers 1-2) provides the perceptual substrate: soft fields, closure operators, and proto-cohesion diagnostics that ground the typed primitives in . ONN then lifts these grounded primitives into the ontology graph and runs the projection-consensus dynamics that produce the typed latent state consumed by ORTSF at the control layer. The topology of the SCC soft field and the topology of the ONN ontology embedding are required to be compatible — a constraint formalised by the cohomological correspondence described in Section 5.
Version 0.1 (draft). Generated for author review.