This section establishes the foundational architecture for Phase 1 of Project Aurelius. It details the necessary technological and mathematical shift from current-generation associative models to a future framework of causal, geometrically-aware synthesis. The objective is to define the components of a "Unified Meta-Prompting API" capable of sculpting the latent space itself, transforming it from a statistical distribution into a deterministically specified manifold.
The primary limitation of contemporary generative models lies in what Project Aurelius defines as the "Causal Intent Gap." These models, trained on vast, uncurated datasets of image-text pairs, demonstrate profound capabilities in associative correlation. For instance, a prompt containing "beach" will reliably generate statistically associated concepts like "ocean," "sand," and "blue sky." However, these models exhibit a fundamental failure in causal reasoning or programmatic specification.1 They cannot reliably comprehend or execute prompts based on physical, logical, or geometric causality, such as "a shadow cast by the cube on the sphere" or "a reflection caused by the mirror."
This gap is a direct consequence of the models' underlying architecture. Their latent spaces are statistically "flat," optimized for interpolating learned data distributions rather than modeling the hierarchical, physical, and geometric structures of reality.3 This deficiency manifests as a critical failure in "Spatial Reasoning".3 Models may generate "physically implausible or random layouts" because they are performing statistical fitting, not true spatial reasoning.6
The "Unified Meta-Prompting API" is architected to bridge this gap. It reframes the act of "prompting" from a descriptive, conceptual art into an architectural, programmatic science. The API will not merely describe what is in a scene; it will specify the causal and geometric rules that govern the scene's construction. This approach, informed by research in neurosymbolic systems and visual program induction 2, treats the generative process as a program to be executed, enabling the system to capture and synthesize novel visual concepts from a few programmatic exemplars.
The central hypothesis of Project Aurelius is that to achieve causal control, the latent space of the generative model must be explicitly structured as a navigable, non-Euclidean differentiable manifold.7 This moves generation from an act of "statistical fitting" to one of "spatial reasoning".7 The research corpus provides two powerful, complementary lines of inquiry to validate and implement this hypothesis.
First, a body of recent analytical work provides the tools to understand existing diffusion latent spaces "through the lens of Riemannian geometry".8 This research demonstrates that the data manifold learned by diffusion models has an inherent geometric structure. By analyzing the Jacobian of the score function, it is possible to define a "Riemannian metric" on the noise space.12 This metric allows for the definition and computation of geodesics—the shortest paths along the curved manifold.13 Traversing these geodesics, rather than linear paths in Euclidean space, produces "perceptually more natural and faithful transitions" and interpolations.12 This confirms the latent space is a manifold and provides the mathematical tools (e.g., Gauss Curvature, Riemannian Curvature) to measure it.13
Second, a separate line of research moves from analysis to construction by building generative models, particularly for graph data, within Hyperbolic Latent Spaces.16 Hyperbolic geometry, characterized by constant negative sectional curvature 17, is exceptionally well-suited for modeling hierarchical and topological data—structures that are notoriously difficult to represent in flat Euclidean space.19
The critical breakthrough for Project Aurelius is the "HypDiff" (Hyperbolic Geometric Latent Diffusion) framework.18 This model establishes a "geometrically latent space with interpretability measures based on hyperbolic geometry" 21 and, most importantly, defines an "anisotropic latent diffusion process".18 This process is explicitly "constrained by both radial and angular geometric properties" 20, ensuring that the generative process preserves the non-Euclidean topological properties of the original data.22
These two research tracks—Riemannian analysis and Hyperbolic generation—are typically distinct. The architectural mandate for Project Aurelius is to unify them. The "Unified Meta-Prompting API" will not merely observe the latent manifold's geometry, as in the Riemannian analysis 12; it will specify it as a programmatic directive.
The "HypDiff" model's anisotropic diffusion process 18 provides the mechanism to enforce user-defined geometric constraints. In this unified architecture, a prompt-level directive (e.g., scene_topology: hyperbolic) will be translated into a specific set of radial and angular constraints, or a target Riemannian metric (e.g., a specific Gauss Curvature 13). The diffusion model will then be conditioned on these parameters, forcing it to generate a scene whose internal spatial relationships adhere to this specified non-Euclidean topology. This directly implements the project's goal of encoding abstract geometric concepts as explicit architectural directives.
To programmatically map high-level geometric descriptors into these granular mathematical constraints, the API requires a "compiler." The research corpus provides a precise and powerful precedent for this mechanism: the "ShapeWords" framework.24
"ShapeWords" is a "method that allows for geometric manipulation of text-to-image models via mapping of 3D shapes into the space of text embeddings (CLIP)".25 It works by incorporating target 3D shape information into "specialized tokens" that are embedded alongside the standard text prompt.24 This approach blends 3D shape awareness with textual context, enabling the generation of images that are compliant with both the text description and the specific 3D geometry.25 It successfully provides fine-grained control over shapes, a task difficult to convey through text alone.25
The "ShapeWords" framework, however, is designed to control a specific instance (e.g., generating images that conform to this specific 3D chair model). Project Aurelius aims to control abstract geometric principles (e.g., "a scene adhering to hyperbolic geometry").
Therefore, this report proposes the development of an "Abstract Geometry Compiler" as a core component of the Meta-Prompting API. This compiler will ingest high-level "GeometryWords"—programmatic directives within the meta-prompt—and translate them into the low-level mathematical parameters that condition the diffusion model's latent manifold.
This process will function as follows:
- API Input (Meta-Prompt): A user submits a prompt containing a high-level geometric descriptor. For example:
{ "semantic_prompt": "a palace with endless repeating arches", "geometry_directive": "scene_topology: hyperbolic_manifold(curvature=-1, model=poincare_disk)" } - Compilation: The "Abstract Geometry Compiler" parses the geometry_directive. It does not translate this into natural language. Instead, it "compiles" it into a set of mathematical parameters that define the specified manifold.
- Constraint Generation: Based on the hyperbolic_manifold directive, the compiler generates a tensor representing, for example, the specific metric tensor for a Riemannian model or the "radial and angular geometric constraints" required by the "HypDiff" anisotropic diffusion mechanism.22
- Conditioning: This constraint tensor is then injected into the generative model (e.g., via cross-attention mechanisms in the U-Net, similar to how "ShapeWords" injects its specialized tokens 25) to globally condition the entire generative process.
This "GeometryWords" architecture directly implements the "mapping from high-level geometric descriptors to granular parameter adjustments" specified in the project objective. It is the bridge that connects abstract human intent (e.g., "hyperbolic space") to the precise mathematical structure of the latent manifold.
The project query posits "Phantom Dimensions" as a dynamic mechanism for encoding and modulating these non-Euclidean topologies and causal rules. An analysis of the research corpus for this specific term 30 reveals a semantic collision: these sources refer to the literal, physical dimensions of medical and fingerprint testing phantoms (e.g., "maintain consistency in phantom dimensions" 30).
However, the conceptual intent of "Phantom Dimensions" aligns perfectly with a more technically precise line of research: the development of "structured latent spaces".4 This research describes how generative models can be architected with internal representations that explicitly "compress rich sensory inputs into structured latent spaces, capturing object dynamics, physics laws, and spatial structures".4 These structured representations are what allow an agent to reason about "how things behave" 34 and enable "implicit spatial reasoning".37 This research highlights that decoupling memory from reasoning, as in structured world models, makes systems "inherently adaptable to changes".36
Therefore, Project Aurelius will formally define "Phantom Dimensions" as Causality-Encoded Latent Subspaces (CELS). These are not merely additional information-capacity channels; they are dynamically-modulated, orthogonal subspaces within the model's latent representation, each "phantomed in" to enforce a specific, decoupled causal rule. This structured, decoupled architecture is the key to overcoming the "Spatial Reasoning" failures 5 that plague "flat" latent spaces.
The proposed CELS architecture will include dedicated, parameterizable subspaces for:
- CELS_Geometry: This subspace will be controlled by the "Abstract Geometry Compiler." It will carry the tensor (e.g., the metric tensor or anisotropic constraints) that defines the scene's global manifold topology (e.g., Hyperbolic, Riemannian), as specified by the "GeometryWords" directive.
- CELS_Physics: This subspace will encode parameters for physical laws. It will be directly informed and updated by the "Plausibility Oracle" (see Section II) to enforce consistency in, for example, lighting, shadows, and reflections.
- CELS_Provenance: This subspace will carry the real-time attribution and bias vector, as defined by the "Provenance Trail" (see Section II). This allows the model's ethical and attributional behavior to be controlled as an independent, orthogonal parameter.
This CELS framework provides the granular, high-capacity mechanism to "causally modulate" the generative process, fulfilling the core objective of Phase 1.
This section details the architecture for Phase 2, which constructs the critical feedback and control mechanisms essential for a robust generative pipeline. This involves designing a "Plausibility Oracle" to serve as an objective validator for physical realism and a "Provenance Trail" to enable real-time, inference-time ethical control and data attribution.
The objective of the "Plausibility Oracle" is to move generative model validation from subjective aesthetic judgment (e.g., "does this look good?") to objective, quantifiable physical adherence (e.g., "is this shadow physically correct?"). The Oracle must provide quantitative metrics for geometric and lighting consistency, which can then be used as a reward signal.
The core architecture for this Oracle will be a closed-loop system integrating two key technologies from the computer graphics and vision domains:
- Physically Based Rendering (PBR): The Oracle's ground truth will be defined by PBR principles.38 PBR accurately models complex light-material interactions and global illumination by requiring detailed, physically-based material properties such as albedo, roughness, metallic, and normals.39 This provides a non-negotiable, physically-verifiable target.
- Differentiable Rendering: The feedback mechanism will be a differentiable renderer or differentiable path tracer.42 This is the most critical component. A differentiable renderer allows the gradient of a loss function (i.e., the "plausibility score") to be computed with respect to the input 3D scene parameters (e.g., geometry, materials).44 This makes the physics-check a fully trainable and optimizable part of the generative loop.
A clear precedent for this integration is found in the "VideoMat" framework.42 The "VideoMat" pipeline is designed to extract PBR materials from video. It "use[s] the intrinsics alongside the generated video in a differentiable path tracer to robustly extract PBR materials".47 This demonstrates a generative-to-analytic pipeline: it generates a video of a 3D object and then analytically extracts its PBR materials.
The "Plausibility Oracle" for Project Aurelius will invert this logic to create an analytic-to-generative feedback loop. The proposed loop is as follows:
- Generation: The core generative model (from Phase 1) synthesizes a candidate scene (e.g., a 2D image or a 3D Gaussian Splat scene).
- Inference: The Oracle infers a coarse 3D representation from the output (e.g., depth maps, normal maps, and estimated PBR material properties like albedo and roughness).
- Re-Rendering: This inferred 3D representation is passed to the internal differentiable renderer 42 with a simple, canonical lighting setup (e.g., a single directional light or an HDRI).
- Evaluation: The differentiable renderer produces a "physically-plausible" version of the scene. This render is then programmatically evaluated for physical consistency (e.g., "Do shadows align with light sources? Are reflections consistent with material roughness?").
- Scoring: A quantitative loss, or "plausibility score," is computed by comparing the original generated image against the physically-based render. This score will be based on established image quality metrics that are extensively used in PBR and reconstruction validation, such as PSNR (Peak Signal-to-Noise Ratio), SSIM (Structural Similarity Index Measure), and LPIPS (Learned Perceptual Image Patch Similarity).38
- Feedback: This quantitative score is then fed back to the "Autonomous Prompt Engineering Workflow Catalyst" as a reward signal.
The "Plausibility Oracle" provides a score; the "Autonomous Prompt Engineering Workflow Catalyst" is the agent designed to optimize that score. This system will be an "LLM Agent" 52 tasked with "prompt optimization" 54, but operating on the meta-prompt level.
This agent will be architected as a reinforcement learning loop:
- State: The current meta-prompt, including all semantic directives, "GeometryWords" 25, and CELS parameters.
- Action: A programmatic modification to the meta-prompt. Actions are not just appending text, but architectural changes, such as "modify CELS_Geometry curvature parameter by +0.1," "change material property from matte to metallic," or "adjust CELS_Physics light vector."
- Reward: The quantitative "plausibility score" (e.g., a reduction in LPIPS or increase in SSIM 51) received from the Plausibility Oracle.
This agentic system, which leverages "feedback" 55 to generate "geometrically feasible" 57 and "realistic and behaviorally-consistent predictions" 56, directly addresses the deliverable of achieving measurable improvements in physical plausibility scores over static, human-engineered prompts.
A core ethical and legal objective of Project Aurelius is to quantify the influence of training data on a generated output. This system, termed the "Provenance Trail," must provide real-time attribution feedback.
The project query uses the term "Attribution Amplification," which the research corpus links to marketing and PR contexts (e.g., "detect spikes, network effects, and outlet pickup" 58). This is another semantic collision, similar to "Phantom Dimensions." The conceptual intent is clearly not marketing, but rather to make data attribution visible, traceable, and actionable, addressing the core ethical concerns of generative AI.59
The technical problem is "data attribution".60 The key technology to implement this is the "Diffusion Attribution Score (DAS)".60 DAS is a state-of-the-art method for "Evaluating Training Data Influence in Diffusion Models".60 Crucially, it provides a "direct comparison between predicted distributions" 65 to score a training sample's contribution, and its calculation can be highly accelerated, making it feasible for application at inference time.61
The "Provenance Trail" will be architected as a system that queries the DAS mechanism during the generation process. "Attribution Amplification" will be the UI/UX layer for this system. As an image is generated, the Provenance Trail will:
- Compute the DAS for the current generative step.
- Identify the top-N training samples with the highest attribution scores.
- Visually "amplify" these samples in the user interface, for example, by displaying thumbnails of the most influential source images and their corresponding attribution scores.
This system provides a direct, quantifiable, and transparent "Provenance Trail," moving data attribution from a theoretical legal problem to an engineered and auditable solution.
The final component of the Phase 2 control loop is the most critical: enabling "ethical prompting as important as composition or exposure." This requires a system that can dynamically adjust for model bias at inference time, without costly retraining. Simply retraining is insufficient, and naive prompting for fairness can lead to "semantic drift," "loss of prompt fidelity," or "unnatural image generation".68
The research corpus reveals two distinct, state-of-the-art inference-time intervention techniques. A key architectural decision for Project Aurelius is that it must not choose between them; it must implement both. This is because they operate at different "control points" in the generative pipeline and serve different use cases: one for global policy and one for surgical steering.
1. Prompt-Level Intervention (Global Policy): The "FairImagen" Framework
The "FairImagen" framework 50 is a "post-hoc debiasing framework that operates on prompt embeddings".50 It is entirely training-free with respect to the diffusion model.50
- Mechanism: "FairImagen" uses Fair Principal Component Analysis (FairPCA). It learns a projection matrix from a small set of exemplar prompts.50 At inference time, it projects the user's CLIP-based prompt embedding into a new subspace that is explicitly designed to "minimize group-specific information" (e.g., signals for gender or race) while "preserving semantic content".50
- Use Case: This is the ideal tool for applying broad, automated, global ethical policies. A meta-prompt directive like ethical_policy: "FairImagen_gender_v1" would automatically apply the corresponding FairPCA projection to the prompt embedding, debiasing the output for that concept without any other user intervention.
2. Activation-Level Intervention (Surgical Steering): "Concept Reachability"
The research on "Concept Reachability" 78 provides a complementary, surgical control mechanism.
- Mechanism: This work demonstrates that "controlling model behaviour by directly steering intermediate model activations has emerged as a viable alternative" to prompting.79 It proves that certain concepts (or biases) that are difficult or impossible to remove via prompting "often remain reliably reachable [or avoidable] through steering".79 Intervention at different layers ("stages of transformation") impacts the output differently.79
- Use Case: This is the ideal tool for fine-grained, user-directed control to combat "Semantic Drift." If a user finds that the "FairImagen" policy is too strong and causes semantic drift (e.g., removing "king" along with "man"), they can use activation steering to surgically re-introduce or de-emphasize concepts at specific U-Net layers.
This dual-pronged architecture, implemented via the CELS_Provenance subspace and API endpoints, provides both automated policy enforcement and surgical user control, fulfilling the project's ethical-control mandate.
The following table provides a comparative analysis of these inference-time control mechanisms.
| Control Mechanism | Core Technology | Control Point | Granularity | Computational Overhead | Primary Use Case |
|---|---|---|---|---|---|
| Prompt-Embedding Projection | Fair Principal Component Analysis (FairPCA) 50 | Prompt Embedding (CLIP Space) | Global (Affects entire generation) | Low (Single matrix multiplication at |
Automated, broad-policy ethical debiasing (e.g., "reduce gender bias"). |
| Activation-Level Steering | Inference-Time Activation Intervention 79 | Intermediate Activations (U-Net Layers) | Surgical (Targeted concepts at specific layers) | Medium (Gradient steering at specified diffusion steps) | Fine-grained user control; combating "Semantic Drift"; steering toward concepts unreachable by prompts. |
| Influence Re-weighting / Debiasing | Diffusion Attribution Score (DAS) [64, 65] | Training Data Influence | Sample-Based (Re-weights or nullifies specific training samples) | High (Requires attribution calculation during inference) [66] | Real-time attribution; blocking copyrighted/private data; "unlearning" specific problematic samples. |
This section architects the Phase 3 pipeline, which aims to elevate the generative output from standard, 8-bit RGB imagery to physically-verifiable, ultra-fidelity content. This involves two primary objectives: (1) integrating multispectral data to generate scenes with verifiable spectral reflectance, and (2) optimizing this output for the maximum perceptual fidelity of advanced display technologies, specifically targeting "Quantum Dot" displays.
The first objective is to move the generative process beyond the limited, three-channel RGB color model to a full "Hyper-Spectral HDRi" output. This requires the model to be conditioned on and capable of synthesizing Multispectral Imaging (MSI) data.83 MSI captures image data at multiple discrete wavelength bands, providing rich information about the "spectral reflectance" and chemical composition of surfaces, which is entirely lost in RGB.83
While some research focuses on using diffusion models for 2D MSI tasks like time-series analysis 85 or demosaicing 84, the Project Aurelius query demands a "Hyper-Spectral HDRi," which implies a full 3D scene representation with N-band spectral data.
A breakthrough in the research corpus provides the exact architecture required to unify 3D synthesis with N-band spectral data: "Hyperspectral Gaussian Splatting" (HS-GS).97
- Architecture: The HS-GS framework "combines the state-of-the-art 3D Gaussian Splatting (3DGS) with a diffusion model" to "enable 3D explicit reconstruction of the hyperspectral scenes and novel view synthesis for the entire spectral range".98
- Mechanism: The key innovation in HS-GS is a "wavelength encoder" that generates "wavelength-specific spherical harmonics offsets".98 This allows the 3D Gaussian Splats, which form the scene representation, to emit reflectance values in N discrete wavelength bands rather than just R, G, and B.102 A novel Kullback-Leibler (KL) divergence-based loss is also introduced to "mitigate the spectral distribution gap" between the rendered hyperspectral image and the ground truth.98
The Project Aurelius architecture will adopt the HS-GS model as its generative foundation. The diffusion process, guided by the meta-prompt and CELS parameters, will not output pixels but will instead synthesize the parameters for this N-band 3D hyperspectral scene. This allows the generation of complete 3D assets that are intrinsically multispectral, enabling true "Hyper-Spectral HDRi" synthesis with physically-verifiable spectral reflectance properties.102
The second objective of Phase 3 is to ensure that this generated ultra-fidelity content is perceptually optimized for next-generation displays. The query specifies "Quantum Dot Technology" as the perceptual fidelity target.
"Quantum Dot" is the hardware technology. The perceptual characteristics it enables are Wide Color Gamut (WCG) 103 and High Dynamic Range (HDR).107 Quantum Dot displays produce the "purer monochromatic red, green, and blue light" specified in the query, allowing them to represent a much larger volume of colors than traditional sRGB displays.
Most generative models today are trained on, and output, 8-bit, sRGB-clamped images. This effectively "throws away" the vast majority of spectral and dynamic range data the HS-GS model is capable of producing. To solve this, the entire generative pipeline must become "display-aware".112
The research corpus provides a clear, internationally-standardized generative target to achieve this: ITU-R BT.2100 (Rec. 2020).117 This standard defines the image parameters for HDR television, explicitly leveraging the WCG "Rec. 2020" color space, which "significantly" expands the color gamut far beyond standard Rec. 709 (sRGB).117 This standard is designed to encode the very WCG and HDR content that Quantum Dot displays are built to reproduce.105
Therefore, the Project Aurelius architecture will be redefined at its output stage. The generative model will output scene-referred linear light data from the Hyperspectral Gaussian Splatting core.98 The loss function used to train this model (and to score it via the Plausibility Oracle) will not be a standard sRGB-based perceptual loss.107 Instead, it will be a WCG/HDR-aware perceptual loss function 104 calculated within the ITU-R BT.2100 (Rec. 2020) color space.118
This "display-aware" 112 pipeline ensures that the generated hyperspectral data is perceptually optimized from the ground up for the target display technology. The model will be trained to generate colors and intensities that fully saturate the expanded gamut and dynamic range of Quantum Dot displays, producing content that is truly "indistinguishable from real-world captures."
This final section synthesizes the preceding architectural phases into a unified system blueprint. It also addresses the immense computational challenges posed by this architecture and explores the forward-looking computational paradigms—specifically Generative Flow Networks and quantum computing—required to execute Project Aurelius at scale and in real time.
The "Unified Meta-Prompting API," with its "GeometryWords" compiler, multi-vector CELS ("Phantom Dimensions"), "Activation Steering" controls, and "Plausibility Oracle" scoring, creates a combinatorially explosive latent search space. The "Autonomous Prompt Engineering" agent (Section 2.2) needs a mechanism to efficiently explore this hyper-dimensional space to discover novel, physically-plausible, and geometrically-coherent scenes. Simple RL optimization is insufficient for this generative exploration task.
The optimal solution for this challenge is Generative Flow Networks (GFlowNets).120 GFlowNets are a novel class of generative models designed to "sample latent random variables from a distribution defined by an energy function" (e.g., a reward or plausibility score).120 They are uniquely adept at learning a policy to generate complex, high-dimensional, and composite objects sequentially.121
A direct parallel exists in the research corpus: the use of GFlowNets for automated quantum circuit design.122 In this problem, the search space of possible gate sequences is "combinatorially" large, and the reward function (circuit efficiency) is complex.122 Research shows that a GFlowNet-based framework ("FlowQ-Net") can learn a stochastic policy to construct circuits sequentially, sampling them in proportion to a user-defined reward, and "uniquely enables the generation of a diverse ensemble of high-quality circuits".122
This same logic will be applied to Project Aurelius. A GFlowNet will be trained as the master policy network for the "Autonomous Prompt Engineering" agent.
- Actions: The GFlowNet's actions will be the sequential construction of a full meta-prompt (e.g., action1=set_geometry(hyperbolic), action2=set_material(metallic), action3=steer_activation(concept_X)).
- Reward: The reward function for the GFlowNet policy will be the quantitative "plausibility score" from the "Plausibility Oracle" (Section 2.1).
This architecture transforms the agent from a simple optimizer into a true generative explorer. It will be capable of efficiently navigating the hyper-dimensional causal space to discover diverse, high-plausibility, geometrically-novel worlds that a human engineer could never manually prompt.
The query's speculation on the role of quantum computing for "Phantom Dimensions" and GFlowNets is not merely theoretical; it is a direct reflection of the project's infrastructural endgame. The computational load of the full, integrated Project Aurelius pipeline is astronomical, far exceeding any real-time capabilities of current classical hardware.
Consider the full computational stack:
- A GFlowNet policy network (Section 4.1)
- ...navigating a hyper-dimensional CELS (Phantom Dimensions) space (Section 1.4)
- ...to parameterize a Hyperspectral Gaussian Splatting (HS-GS) model (Section 3.1)
- ...which is evaluated by a differentiable ray-tracer (Plausibility Oracle) (Section 2.1)
- ...while being tracked by a Diffusion Attribution Score (DAS) (Provenance Trail) (Section 2.3).
The research corpus directly links GFlowNets and quantum computing.120 This is the key to a viable long-term infrastructure. Research shows that GFlowNets can be used to design quantum circuits 122, while other work proposes using "quantum or quantum-inspired" generative models as a swappable component within a generative optimizer (GEO) framework.124
This GFlowNet-Quantum link points to the only viable path toward the real-time, arbitrary-resolution synthesis the project demands. It is therefore a strategic recommendation for Project Aurelius to pursue a dual-track R&D path:
- Classical Implementation (Near-Term): Implement the full GFlowNet-based policy agent on existing, classical hardware (e.g., GPU/TPU clusters). This system will be used for offline discovery and generation of high-value, physically-plausible hyperspectral assets.
- Quantum Acceleration (Long-Term): Actively research quantum (or quantum-inspired 124) implementations of the GFlowNet sampler itself. The goal is to leverage quantum architectures to accelerate the policy's exploration of the combinatorial latent space, ultimately collapsing the generation time from hours or days to real time.
The final architecture for Project Aurelius is a fully integrated, end-to-end pipeline that achieves the project's core goals. The data flow is as follows:
- Input: A user or agent interacts with the "Unified Meta-Prompting API". A meta-prompt is submitted, containing semantic descriptions, programmatic directives (GeometryWords), and policy settings (ethical_policy: FairImagen_v1).
- Compilation & Policy: The "Abstract Geometry Compiler" (Section 1.3) and ethical policy mappers translate these directives into parameter tensors. The GFlowNet Policy Agent (Section 4.1) uses these inputs to select an optimal set of parameters for the Causality-Encoded Latent Subspaces (CELS) (Section 1.4).
- Generation: These CELS parameters are "phantomed in" to condition the core generative model, which is based on the "Hyperspectral Gaussian Splatting" (HS-GS) architecture 98 (Section 3.1). The model synthesizes a 3D scene composed of N-band Gaussian Splats.
- Verification & Feedback Loop:
- The "Plausibility Oracle" (Section 2.1) ingests the generated 3D scene, re-renders it using its internal differentiable path tracer 42, and computes a quantitative physical plausibility score (e.g., SSIM/LPIPS 51) by comparing it to PBR ground truth. This score is fed back to the GFlowNet agent as a reward.
- The "Provenance Trail" (Section 2.3) runs in parallel, using the Diffusion Attribution Score (DAS) 64 to calculate the influence of training data on the generated splat parameters, providing real-time "Attribution Amplification" to the user.
- Output: The final, verified asset is a "Hyper-Spectral HDRi" (Section 3.1) scene. This scene is rendered in a "display-aware" pipeline (Section 3.2) that targets the ITU-R BT.2100 (Rec. 2020) color space 117, ensuring its spectral and dynamic range data is perceptually optimized for advanced "Quantum Dot" display technologies.
- GraphMimic: Graph-to-Graphs Generative Modeling from Videos for Policy Learning - CVPR 2025 Open Access Repository - The Computer Vision Foundation, accessed on November 4, 2025, https://openaccess.thecvf.com/content/CVPR2025/html/Chen_GraphMimic_Graph-to-Graphs_Generative_Modeling_from_Videos_for_Policy_Learning_CVPR_2025_paper.html
- Learning to Infer Generative Template Programs for Visual Concepts - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2403.15476v2
- OVERVIEW A Review of Spatial Reasoning and Interaction for Real-World Robotics - TTIC, accessed on November 4, 2025, https://www.ttic.edu/ripl/assets/publications/landsiedel17.pdf
- Embodied AI: From LLMs to World Models - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2509.20021v1
- Reasoning in Space via Grounding in the World - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2510.13800v1
- PlanQA: A Benchmark for Spatial Reasoning in LLMs using Structured Representations, accessed on November 4, 2025, https://arxiv.org/html/2507.07644v1
- (PDF) "A Non-Euclidean Approach to Generative AI and Out-of-Distribution Reasoning", accessed on November 4, 2025, https://www.researchgate.net/publication/393805470_A_Non-Euclidean_Approach_to_Generative_AI_and_Out-of-Distribution_Reasoning
- CVPR Poster Self-Discovering Interpretable Diffusion Latent Directions for Responsible Text-to-Image Generation, accessed on November 4, 2025, https://cvpr.thecvf.com/virtual/2024/poster/29666
- Exploring Low-Dimensional Subspaces in Diffusion Models for Controllable Image Editing - NIPS papers, accessed on November 4, 2025, https://proceedings.neurips.cc/paper_files/paper/2024/file/3018804d037cc101b73624f381bed0cb-Paper-Conference.pdf
- DiffusionPID: Interpreting Diffusion via Partial Information Decomposition - NIPS papers, accessed on November 4, 2025, https://proceedings.neurips.cc/paper_files/paper/2024/file/03d113a060c0ac93a5859517a0f07271-Paper-Conference.pdf
- Image Interpolation with Score-based Riemannian Metrics of Diffusion Models - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2504.20288v1
- Be Tangential to Manifold: Discovering Riemannian Metric for Diffusion Models - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2510.05509v1
- Spectral Geometry for Structural Pattern Recognition - White Rose eTheses Online, accessed on November 4, 2025, https://etheses.whiterose.ac.uk/id/eprint/1525/1/Spectral_geometry_for_structural_pattern_recognition.pdf
- arXiv:2211.11643v1 [cs.LG] 21 Nov 2022, accessed on November 4, 2025, https://arxiv.org/pdf/2211.11643
- First-Order Algorithms for Min-Max Optimization in Geodesic Metric Spaces - cs.wisc.edu, accessed on November 4, 2025, https://pages.cs.wisc.edu/~vlatakis/Papers/First-Order_Algorithms_for_Min-Max_Optimization_in_Geodesic_Metric_Spaces.html
- Geometric Model Selection for Latent Space Network Models: Hypothesis Testing via Multidimensional Scaling and Resampling Techniques - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2510.06136v1
- Hyperbolic Network Latent Space Model with Learnable Curvature - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2312.05319v1
- [2405.03188] Hyperbolic Geometric Latent Diffusion Model for Graph Generation - arXiv, accessed on November 4, 2025, https://arxiv.org/abs/2405.03188
- GGBall: Graph Generative Model on Poincaré Ball - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2506.07198v1
- Hyperbolic Geometric Latent Diffusion Model for Graph Generation - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2405.03188v1
- Paper page - Hyperbolic Geometric Latent Diffusion Model for Graph ..., accessed on November 4, 2025, https://huggingface.co/papers/2405.03188
- Hyperbolic Geometric Latent Diffusion Model for Graph Generation - GitHub, accessed on November 4, 2025, https://raw.githubusercontent.com/mlresearch/v235/main/assets/fu24c/fu24c.pdf
- Hyperbolic Geometric Latent Diffusion Model for Graph Generation, accessed on November 4, 2025, https://icml.cc/media/icml-2024/Slides/34924.pdf
- CVPR Poster ShapeWords: Guiding Text-to-Image Synthesis with 3D Shape-Aware Prompts, accessed on November 4, 2025, https://cvpr.thecvf.com/virtual/2025/poster/33771
- ShapeWords: Guiding Text-to-Image Synthesis with 3D Shape-Aware Prompts - CVF Open Access, accessed on November 4, 2025, https://openaccess.thecvf.com/content/CVPR2025/papers/Petrov_ShapeWords_Guiding_Text-to-Image_Synthesis_with_3D_Shape-Aware_Prompts_CVPR_2025_paper.pdf
- ShapeWords: Guiding Text-to-Image Synthesis with 3D Shape-Aware Prompts | Request PDF - ResearchGate, accessed on November 4, 2025, https://www.researchgate.net/publication/394511891_ShapeWords_Guiding_Text-to-Image_Synthesis_with_3D_Shape-Aware_Prompts
- ShapeWords: Guiding Text-to-Image Synthesis with 3D Shape-Aware Prompts - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2412.02912v1
- ShapeWords: Guiding Text-to-Image Synthesis with 3D Shape ..., accessed on November 4, 2025, https://openaccess.thecvf.com/content/CVPR2025/html/Petrov_ShapeWords_Guiding_Text-to-Image_Synthesis_with_3D_Shape-Aware_Prompts_CVPR_2025_paper.html
- Learning Continuous 3D Words for Text-to-Image Generation - ResearchGate, accessed on November 4, 2025, https://www.researchgate.net/publication/384238154_Learning_Continuous_3D_Words_for_Text-to-Image_Generation
- https://repositum.tuwien.at/bitstream/20.500.12708/209332/2/Ruzicka-2024-Sensors-vor.xml, accessed on November 4, 2025, https://repositum.tuwien.at/bitstream/20.500.12708/209332/2/Ruzicka-2024-Sensors-vor.xml
- Toward Synthetic Physical Fingerprint Targets - PMC - PubMed Central, accessed on November 4, 2025, https://pmc.ncbi.nlm.nih.gov/articles/PMC11086259/
- Direct mapping from PET coincidence data to proton-dose and positron activity using a deep learning approach - ResearchGate, accessed on November 4, 2025, https://www.researchgate.net/publication/362786530_Direct_mapping_from_PET_coincidence_data_to_proton-dose_and_positron_activity_using_a_deep_learning_approach
- (PDF) Towards Synthetic, Physical Fingerprint Targets - ResearchGate, accessed on November 4, 2025, https://www.researchgate.net/publication/379126798_Towards_Synthetic_Physical_Fingerprint_Targets
- (PDF) Embodied AI: From LLMs to World Models - ResearchGate, accessed on November 4, 2025, https://www.researchgate.net/publication/395346107_Embodied_AI_From_LLMs_to_World_Models
- Large Foundation Models for Trajectory Prediction in Autonomous Driving: A Comprehensive Survey - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2509.10570v1/
- Building spatial world models from sparse transitional episodic memories - arXiv, accessed on November 4, 2025, https://arxiv.org/pdf/2505.13696
- Building spatial world models from sparse transitional episodic memories - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2505.13696v1
- From Mechanical Instability to Virtual Precision: Digital Twin Validation for Next-Generation MEMS-Based Eye-Tracking Systems, accessed on November 4, 2025, https://pmc.ncbi.nlm.nih.gov/articles/PMC12567949/
- R3D2: Realistic 3D Asset Insertion via Diffusion for Autonomous Driving Simulation - DiVA portal, accessed on November 4, 2025, https://www.diva-portal.org/smash/get/diva2:2007149/FULLTEXT01.pdf
- PBR-SR: Mesh PBR Texture Super Resolution from 2D Image Priors - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2506.02846v1
- GraphicsDreamer: Image to 3D Generation with Physical Consistency - Powerdrill AI, accessed on November 4, 2025, https://powerdrill.ai/discover/discover-GraphicsDreamer-Image-to-cm4x8oh4f71f607ltru3liqsq
- VideoMat: Extracting PBR Materials from Video Diffusion Models - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2506.09665v1
- Generative Artificial Intelligence Meets Synthetic Aperture Radar: A Survey - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2411.05027v1
- Learning Pseudo 3D Guidance for View-consistent Texturing with 2D Diffusion - European Computer Vision Association, accessed on November 4, 2025, https://www.ecva.net/papers/eccv_2024/papers_ECCV/papers/11528.pdf
- Advancements in NVIDIA AI Research: From Neural 3D Reconstruction to Virtual Behavior Generation - Ahmed, accessed on November 4, 2025, https://mawgoud.medium.com/advancements-in-nvidia-ai-research-from-neural-3d-reconstruction-to-virtual-behavior-generation-cc51732d65d2
- yubaoqi187/Arxiv - GitHub, accessed on November 4, 2025, https://github.com/yubaoqi187/Arxiv
- VideoMat: Extracting PBR Materials from Video Diffusion Models ..., accessed on November 4, 2025, https://www.researchgate.net/publication/392597619_VideoMat_Extracting_PBR_Materials_from_Video_Diffusion_Models
- Hi3D: Pursuing High-Resolution Image-to-3D Generation with Video Diffusion Models | Request PDF - ResearchGate, accessed on November 4, 2025, https://www.researchgate.net/publication/385306305_Hi3D_Pursuing_High-Resolution_Image-to-3D_Generation_with_Video_Diffusion_Models
- DreamMat: High-quality PBR Material Generation with Geometry- and Light-aware Diffusion Models - ResearchGate, accessed on November 4, 2025, https://www.researchgate.net/publication/382412738_DreamMat_High-quality_PBR_Material_Generation_with_Geometry-_and_Light-aware_Diffusion_Models
- FairImagen: Post-Processing for Bias Mitigation in ... - OpenReview, accessed on November 4, 2025, https://openreview.net/pdf/9f45365087da50f1ec07cb7b0512ad3794a90e2c.pdf
- DiffPhysCam: Differentiable Physics-Based Camera Simulation for Inverse Rendering and Embodied AI - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2508.08831v1
- 机器学习2025_2_14 - arXiv每日学术速递, accessed on November 4, 2025, https://www.arxivdaily.com/thread/64213
- Article - Arxiv Day, accessed on November 4, 2025, http://arxivday.com/articles?date=2024-06-17
- Article - Arxiv Day, accessed on November 4, 2025, http://arxivday.com/articles?date=2025-09-14
- (PDF) Artificial intelligence for virtual reality: a review - ResearchGate, accessed on November 4, 2025, https://www.researchgate.net/publication/396379921_Artificial_intelligence_for_virtual_reality_a_review
- Trends in Motion Prediction Toward Deployable and Generalizable Autonomy: A Revisit and Perspectives - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2505.09074v3
- Saurabh Gupta, accessed on November 4, 2025, https://saurabhg.web.illinois.edu/
- Monitor Social Media Influencer Impact on PR Campaigns with AI, accessed on November 4, 2025, https://www.pedowitzgroup.com/monitor-social-media-influencer-impact-on-pr-campaigns-with-ai
- The Ethics of AI - Dr. James Frankel, accessed on November 4, 2025, https://www.musictechhelper.com/blog/the-ethics-of-ai
- (PDF) Learning to Weight Parameters for Data Attribution - ResearchGate, accessed on November 4, 2025, https://www.researchgate.net/publication/392514765_Learning_to_Weight_Parameters_for_Data_Attribution
- ICLR 2025 Spotlights, accessed on November 4, 2025, https://iclr.cc/virtual/2025/events/spotlight-posters
- SKYNET 2023 - viXra.org, accessed on November 4, 2025, https://vixra.org/pdf/2312.0114v4.pdf
- Jinxu Lin's research works | The University of Sydney and other places - ResearchGate, accessed on November 4, 2025, https://www.researchgate.net/scientific-contributions/Jinxu-Lin-2295834121
- CUPID: Curating Data your Robot Loves with Influence Functions - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2506.19121v1
- Diffusion Attribution Score: Evaluating Training Data Influence in ..., accessed on November 4, 2025, https://openreview.net/forum?id=kuutidLf6R
- Learning to Weight Parameters for Training Data Attribution - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2506.05647v2
- ICLR 2025 Orals, accessed on November 4, 2025, https://iclr.cc/virtual/2025/events/oral
- arxiv.org, accessed on November 4, 2025, https://arxiv.org/html/2510.21363v1
- A Survey on Efficient Large Language Model Training: From Data-centric Perspectives - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2510.25817v1
- Generative AI risks and how to approach LLM risk management - RudderStack, accessed on November 4, 2025, https://www.rudderstack.com/blog/generative-ai-risks/
- The Application and Ethical Implication of Generative AI in Mental Health: Systematic Review - PMC - PubMed Central, accessed on November 4, 2025, https://pmc.ncbi.nlm.nih.gov/articles/PMC12254713/
- (PDF) FairImagen: Post-Processing for Bias Mitigation in Text-to-Image Models, accessed on November 4, 2025, https://www.researchgate.net/publication/396924344_FairImagen_Post-Processing_for_Bias_Mitigation_in_Text-to-Image_Models
- Machine Learning - arXiv, accessed on November 4, 2025, https://www.arxiv.org/list/cs.LG/recent?skip=363&show=500
- Rethinking Training for De-biasing Text-to-Image Generation: Unlocking the Potential of Stable Diffusion | Request PDF - ResearchGate, accessed on November 4, 2025, https://www.researchgate.net/publication/394511889_Rethinking_Training_for_De-biasing_Text-to-Image_Generation_Unlocking_the_Potential_of_Stable_Diffusion
- Downloads - NeurIPS 2025, accessed on November 4, 2025, https://neurips.cc/Downloads/2025
- [2510.21363] FairImagen: Post-Processing for Bias Mitigation in Text-to-Image Models, accessed on November 4, 2025, https://arxiv.org/abs/2510.21363
- Computer Vision and Pattern Recognition - arXiv, accessed on November 4, 2025, https://www.arxiv.org/list/cs.CV/recent?skip=293&show=250
- [2505.19313] Concept Reachability in Diffusion Models: Beyond Dataset Constraints - arXiv, accessed on November 4, 2025, https://arxiv.org/abs/2505.19313
- Skews in the Phenomenon Space Hinder Generalization in Text-to ..., accessed on November 4, 2025, https://www.researchgate.net/publication/386016608_Skews_in_the_Phenomenon_Space_Hinder_Generalization_in_Text-to-Image_Generation
- MONTRAGE: Monitoring Training for Attribution of Generative Diffusion Models | Request PDF - ResearchGate, accessed on November 4, 2025, https://www.researchgate.net/publication/385468145_MONTRAGE_Monitoring_Training_for_Attribution_of_Generative_Diffusion_Models
- 机器学习2025_5_27[2] - arXiv每日学术速递, accessed on November 4, 2025, http://www.arxivdaily.com/thread/67849
- Poster Session 2 East - ICML 2025, accessed on November 4, 2025, https://icml.cc/virtual/2025/session/50264
- Generative Model-Assisted Demosaicing for Cross-multispectral Cameras - arXiv, accessed on November 4, 2025, https://arxiv.org/pdf/2503.02322
- Generative Model-Assisted Demosaicing for Cross-multispectral Cameras - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2503.02322v1
- Deep learning-based time series prediction in multispectral and hyperspectral imaging for cancer detection - PMC - PubMed Central, accessed on November 4, 2025, https://pmc.ncbi.nlm.nih.gov/articles/PMC12350245/
- Deep-Learning-Based Multispectral Image Reconstruction from Single Natural Color RGB Image—Enhancing UAV-Based Phenotyping - MDPI, accessed on November 4, 2025, https://www.mdpi.com/2072-4292/14/5/1272
- AI-Driven HSI: Multimodality, Fusion, Challenges, and the Deep Learning Revolution - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2502.06894v1
- GS-ProCams: Gaussian Splatting-Based Projector-Camera Systems - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2412.11762v2
- Data-driven Reflectance Acquisition and Modeling for Predictive Rendering - Simple search, accessed on November 4, 2025, https://liu.diva-portal.org/smash/get/diva2:1960047/FULLTEXT01.pdf
- Deep Spectral Reflectance and Illuminant Estimation from Self-Interreflections, accessed on November 4, 2025, http://refbase.cvc.uab.es/files/DWM2019.pdf
- Jinwei Gu, accessed on November 4, 2025, https://www.gujinwei.org/
- Yongyong Chen - DBLP, accessed on November 4, 2025, https://dblp.org/pid/196/7154
- Joint Demosaicing and Denoising With Self Guidance | Request PDF, accessed on November 4, 2025, https://www.researchgate.net/publication/343454278_Joint_Demosaicing_and_Denoising_With_Self_Guidance
- Haijin Zeng - dblp, accessed on November 4, 2025, https://dblp.org/pid/261/8056.html
- Unsupervised Real Image Super-Resolution via Generative Variational AutoEncoder | Request PDF - ResearchGate, accessed on November 4, 2025, https://www.researchgate.net/publication/343273254_Unsupervised_Real_Image_Super-Resolution_via_Generative_Variational_AutoEncoder
- Computer Vision and Pattern Recognition Mar 2025 - arXiv, accessed on November 4, 2025, https://www.arxiv.org/list/cs.CV/2025-03?skip=2525&show=2000
- [Literature Review] HyperGS: Hyperspectral 3D Gaussian Splatting, accessed on November 4, 2025, https://www.themoonlight.io/en/review/hypergs-hyperspectral-3d-gaussian-splatting
- Hyperspectral Gaussian Splatting - ResearchGate, accessed on November 4, 2025, https://www.researchgate.net/publication/392167735_Hyperspectral_Gaussian_Splatting
- wangqiannudt/nerf-arxiv-daily: daily update NeRF releated paper on arxiv - GitHub, accessed on November 4, 2025, https://github.com/wangqiannudt/nerf-arxiv-daily
- Computer Science May 2025 - arXiv, accessed on November 4, 2025, https://www.arxiv.org/list/cs/2025-05?skip=10475&show=2000
- Computer Vision and Pattern Recognition May 2025 - arXiv, accessed on November 4, 2025, http://arxiv.org/list/cs.CV/2025-05?skip=1925&show=1000
- Hyperspectral Gaussian Splatting - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2505.21890v1
- Color Models in Image Processing: A Review and Experimental Comparison Corresponding author: Muragul Muratbekova (e-mail: muragulm@gmail.com).This research was funded by the Science Committee of the Ministry of Science and Higher Education of the Republic of Kazakhstan (Grant No. AP22786412). - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2510.00584v1
- Evaluation of Color Difference Models for Wide Color Gamut and High Dynamic Range, accessed on November 4, 2025, https://www.mdpi.com/2313-433X/10/12/317
- Beyond Feature Mapping GAP: Integrating Real HDRTV Priors for Superior SDRTV-to-HDRTV Conversion - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2411.10775v2
- (PDF) Vision Models for Wide Color Gamut Imaging in Cinema - ResearchGate, accessed on November 4, 2025, https://www.researchgate.net/publication/337285317_Vision_Models_for_Wide_Color_Gamut_Imaging_in_Cinema
- Perceptual loss function for generating high-resolution climate data - AIMS Press, accessed on November 4, 2025, https://www.aimspress.com/article/doi/10.3934/aci.2022009?viewType=HTML
- Transforming Single Photon Camera Images to Color High Dynamic Range Images - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2412.12942v1
- Exploiting Light Polarization for Deep HDR Imaging from a Single Exposure - PMC - NIH, accessed on November 4, 2025, https://pmc.ncbi.nlm.nih.gov/articles/PMC10301130/
- Reconstructing High Dynamic Range Image from a Single Low Dynamic Range Image Using Histogram Learning - MDPI, accessed on November 4, 2025, https://www.mdpi.com/2076-3417/14/21/9847
- Single Image HDR Reconstruction Using a CNN with Masked Features and Perceptual Loss - Marcel Santos, accessed on November 4, 2025, https://marcelsan.github.io/SIGGRAPH2020/files/SIGGRAPH2020FinalCompressed.pdf
- Interactive Analysis for Large Volume Data from Fluorescence Microscopy at Cellular Precision - PMC, accessed on November 4, 2025, https://pmc.ncbi.nlm.nih.gov/articles/PMC8486154/
- Multiresolution Visualization of Massive Models on a Large Spatial 3D Display - Digital Library, accessed on November 4, 2025, https://diglib.eg.org/bitstreams/ae1354c6-ab06-4517-ae09-6a76dfa67e24/download
- VCG Harvard | Publications - Visual Computing Group, accessed on November 4, 2025, https://vcg.seas.harvard.edu/publications
- Scalable Rendering of Massive Triangle Meshes on Light ... - CRS4, accessed on November 4, 2025, http://www.crs4.it/vic/data/papers/cag2008-holo.pdf
- Cognitive Foundations for Visual Analytics - Pacific Northwest National Laboratory, accessed on November 4, 2025, https://www.pnnl.gov/main/publications/external/technical_reports/PNNL-20207.pdf
- Communications of - HUAWEI RESEARCH, accessed on November 4, 2025, https://www-file.huawei.com/admin/asset/v1/pro/view/a4999ca41b584ec1b9da65fab98d87d6.pdf
- (PDF) VQA4ITM: A Perceptual Quality Assessment Dataset for Inverse-Tone-Mapped HDR Videos - ResearchGate, accessed on November 4, 2025, https://www.researchgate.net/publication/370201600_VQA4ITM_A_Perceptual_Quality_Assessment_Dataset_for_Inverse-Tone-Mapped_HDR_Videos
- 《华为研究》 第三期 - Huawei, accessed on November 4, 2025, https://www-file.huawei.com/-/media/corp2020/pdf/publications/huawei-research/2022/huawei-research-issue3-cn.pdf
- GFlowNets and System 2 Deep Learning - Microsoft Research, accessed on November 4, 2025, https://www.microsoft.com/en-us/research/video/gflownets-and-system-2-deep-learning/
- GFlowNets for Hamiltonian decomposition in groups of compatible operators - arXiv, accessed on November 4, 2025, https://arxiv.org/html/2410.16041v1
- [2510.26688] FlowQ-Net: A Generative Framework for Automated Quantum Circuit Design, accessed on November 4, 2025, https://arxiv.org/abs/2510.26688
- GFlowNets for Hamiltonian decomposition in groups of compatible operators, accessed on November 4, 2025, https://ml4physicalsciences.github.io/2024/files/NeurIPS_ML4PS_2024_167.pdf
- Enhancing combinatorial optimization with classical and quantum generative models - PMC, accessed on November 4, 2025, https://pmc.ncbi.nlm.nih.gov/articles/PMC10980691/