Engineering PapersSearch

SEARCH · Engineering Papers

Results for “rendering”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 19 records

3D reconstruction and neural rendering for adversarial machine learning

While evasion attacks on computer vision systems have been widely studied, creating attacks that remain effective under significant changes in viewpoint continues to be challenging. Traditional approaches often rely on affine transformations of images, but these approaches degrade at larger perspective shifts and often produce unrealistic or ineffective perturbations. Recent methods use differentiable renderers to improve viewpoint robustness, but they typically depend on manually constructed 3D models. We introduce a semi-automated pipeline that generates physically printable and perspective-invariant adversarial patches using only a small set of 2D images. Our method integrates 3D reconstruction, neural rendering, adversarial patch optimization, and an object detection victim model into a unified workflow. We use 2D Gaussian Splatting for high fidelity mesh reconstruction and FlexPara for surface parameterization that produces texture maps suitable for patch editing. Together, these components form a fully differentiable pipeline in PyTorch3D that links texture modification to model outputs, enabling efficient optimization of patches that remain effective across many viewpoints. The complete process, from image capture to patch printing and physical evaluation, can be completed within a few hours. We demonstrate the effectiveness of the resulting patches through attacks on the YOLOv8 object detection model and discuss remaining challenges and opportunities for improving robustness and scalability.

Singhvi, Vivaan [ORNL] (ORCID:0009000586288221)

Inverse rendering of fusion plasmas: Inferring plasma composition from imaging systems

In this work, we develop a differentiable rendering pipeline for visualising plasma emission within tokamaks, and estimating the gradients of the emission and estimating other physical quantities. Unlike prior work, we are able to leverage arbitrary representations of plasma quantities and easily incorporate them into a non-linear optimisation framework. The efficiency of our method enables not only estimation of a physically plausible image of plasma, but also recovery of the neutral Deuterium distribution from imaging and midplane measurements alone. We demonstrate our method with three different levels of complexity showing first that a poloidal neutrals density distribution can be recovered from imaging alone, second that the distributions of neutral Deuterium, electron density and electron temperature can be recovered jointly, and finally, that this can be done in the presence of realistic imaging systems that incorporate sensor cropping and quantisation.

70 PLASMA PHYSICS AND FUSION TECHNOLOGY

Effects of SARS-CoV-2 Main Protease Mutations at Positions L50, E166, and L167 Rendering Resistance to Covalent and Noncovalent Inhibitors

SARS-CoV-2 propagation under nirmatrelvir and ensitrelvir pressure selects for main protease (MPro) drug-resistant mutations E166V (DRM2), L50F/E166V (DRM3), E166A/L167F (DRM4), and L50F/E166A/L167F (DRM5). DRM2-DRM5 undergoes N-terminal autoprocessing to produce mature MPro with dimer dissociation constants (K dimer ) 2–3 times larger than that of the wildtype. Co-selection of L50F restores catalytic activity of DRM2 and DRM4 from ~10 to 30%, relative to that of the wild-type enzyme, without altering K dimer . Binding affinities and thermodynamic profiles that parallel the drug selection pressure, exhibiting significant decreases in affinity through entropy/enthalpy compensation, were compared with GC373. Reorganization of the active sites due to mutations observed in the inhibitor-free DRM3 and DRM4 structures as compared to MPro WT may account for the reduced binding affinities, although DRM2 and DRM3 complexes with ensitrelvir are almost identical to MPro WT -ensitrelvir. In conclusion, chemical reactivity changes of the mutant active sites due to differences in electrostatic and protein dynamics effects likely contribute to losses in binding affinities.

60 APPLIED LIFE SCIENCES

Make the Fastest Faster: Importance Mask Synthesis for Interactive Volume Visualization using Reconstruction Neural Networks

Visualizing a large-scale volumetric dataset with high resolution is challenging due to the substantial computational time and space complexity. Recent deep learning-based image inpainting methods significantly improve rendering latency by reconstructing a high-resolution image for visualization in constant time on GPU from a partially rendered image where only a portion of pixels go through the expensive rendering pipeline. However, existing solutions need to render every pixel of either a predefined regular sampling pattern or an irregular sample pattern predicted from a low-resolution image rendering. Both methods require a significant amount of expensive pixel-level rendering. In this work, we provide Importance Mask Learning (IML) and Synthesis (IMS) networks, which are the first attempts to directly synthesize important regions of the regular sampling pattern from the user’s view parameters, to further minimize the number of pixels to render by jointly considering the dataset, user behavior, and the downstream reconstruction neural network. Our solution is a unified framework to handle various types of inpainting methods through the proposed differentiable compaction/decompaction layers. Experiments show our method can further improve the overall rendering latency of state-of-the-art volume visualization methods using reconstruction neural network for free when rendering scientific volumetric datasets. Our method can also directly optimize the off-the-shelf pre-trained reconstruction neural networks without elongated retraining.

Large-scale data

Tephrite [SWR-26-061]

Tephrite is a Rust-based immersive visualization renderer built on top of Bevy. It's designed for multi-display / CAVE-style rendering by running your Bevy app as a logic process that spawns one or more render processes. World state is replicated from the logic process to render processes, and render processes present the scene to the configured screens. Tephrite provides the graphical support for the National Laboratory of the Rockies (NLR) Insight Center's immersive space.

Brunhart-Lupo, Nicholas [National Laboratory of th

Materializing Inter-Channel Relationships With Multi-Density Woodcock Tracking

Volume rendering techniques for scientific visualization have recently shifted toward Monte Carlo (MC) methods for their flexibility and robustness, but their use in multi-channel visualization remains underexplored. Traditional multi-channel volume rendering often relies on arbitrary, non-physically based color blending functions that hinder interpretation. Here, we introduce multi-density Woodcock tracking, a simple extension of Woodcock tracking that leverages an MC method to produce high-fidelity, physically grounded multi-channel renderings without arbitrary blending. By generalizing Woodcock’s distance tracking, we provide a unified blending modality that also integrates blending functions from prior works. We further implement effects that enhance boundary and feature recognition. By accumulating frames in real-time, our approach delivers high-quality visualizations with perceptual benefits, demonstrated on diverse datasets.

97 MATHEMATICS AND COMPUTING

Dual Context: Leveraging Structured Application Context for Code Generation and Runtime Feature Activation via Chat Interfaces

Integrating artificial intelligence (AI) capabilities into software applications typically involves two common paths. For developers, AI assists in generating and documenting source code and other related software engineering efforts. For users, AI assists them through question-and-answer exchanges via chatbots. Both approaches have their value, but neither effectively leverages the modularity of component-based architectures that modern web application frameworks offer. We implement a proof of concept within a centralized suite of applications used for the Atmospheric Radiation Measurement (ARM) Data Center Operational Tools, where we introduce a third integration path through the ARM Context Engine (ACE). ACE is a context driven system that uses structured contextual specifications to enable Large Language Models (LLMs) to render interactive and feature-rich user interface (UI) components directly within chat responses, alongside or in place of conventional text outputs. These specifications serve two important purposes across what we call code context and UI context. Code context provides AI-assisted development tools with structured application knowledge beyond raw code, including component relationships, architectural patterns and schematic information, enabling the generation of consistent, well-structured code. UI context defines the rules for enabling and rendering component features at runtime based on the user's natural language input, allowing end users to activate capabilities such as data export, filtering, and pagination within chat responses, without requiring code changes or redeployment. We demonstrate, through a comparative evaluation against general-purpose AI chatbots, that context-driven component rendering provides interactive capabilities that text-based responses cannot replicate, including deterministic component behavior, application-consistent design language, and on-demand feature activation. A development effort comparison further shows that features that traditionally require multi-step development cycles can be activated with a single naturallanguage request. In this ongoing work, we present ACE as an emerging approach to AI integration that positions modular, well-documented software architecture as the foundation for AI-ready applications. ACE treats context as a shared resource across both development and user-facing AI, bringing cohesion to conventionally disconnected efforts, bridging developer tooling and end-user capabilities within a single framework.

Tadimeti, Vijay [ORNL]

Unraveling the role of temperature on the onset of ejecta formation at atomic scales

Shock wave interactions with perturbations on a free surface can lead to the inversion and growth of the perturbation and eventual ejection of a jet of material, referred to as an ejecta microjet, from shocked surfaces. Here, this study carries out large-scale molecular dynamics (MD) simulations using single-crystal Cu and Sn systems with a pre-existing groove to characterize the localized gradients in temperatures and pressures generated that render the microjet formation. MD simulations are carried out for three loading orientations (along the [001], [011], and [111] directions) and shock pressures ranging from 16 GPa to 100 GPa to understand the role of temperatures generated at the groove vertex on the formation of ejecta. The simulations suggest that the interaction of the shock wave with the groove results in a localized increase in temperatures, leading to localized softening at the groove vertex and the generation of an ejecta microjet. For Cu systems, the simulations suggest that the orientation effects on shock wave structures, velocities, and localized softening affect the ejecta formation at low pressures. Jetting is only observed when temperatures at the groove vertex are high enough to induce localized softening (close to melting temperature), and the jet velocity increases with shock pressure. In contrast, the loading orientation is rendered inconsequential for Sn systems due to the melting of the material during shock compression at the pressures chosen. The jet velocities are similar, regardless of crystal orientation in Sn systems.

36 MATERIALS SCIENCE

Tunable broadband luminescence in lead-free hybrid copper halides

Metal halides are an important class of optoelectronic materials combining exceptional optical and electronic properties. An inherent advantage of metal halides is their solution synthesis and processability, which render them as low-cost and environmentally friendly materials for a range of applications from photovoltaics and photodetection to solid-state lighting (SSL). Here, in this study, we synthesized three previously unreported lead-free organic–inorganic hybrid copper halides: (OA) 4 CuX 5 (X = Br, I; OA + = C 8 H 17 NH 3+ , n-octylammonium cation) and (HA) 2 CuI 3 (HA + = C 6 H 13 NH 3 + , n-hexylammonium cation), all of which exhibit broadband emissions arising from self-trapped excitons (STEs). Among these compounds, (OA) 4 CuI 5 demonstrates tunable dual-band white-light emission with a high color rendering index value of 91 at room temperature. Temperature-dependent photoluminescence measurements and first-principles calculations reveal distinct behaviors between the two emission states in (OA) 4 CuI 5 . These findings highlight the potential of copper halide compounds for optoelectronic applications, particularly in the development of environmentally friendly solid-state lighting technologies.

36 MATERIALS SCIENCE

Confronting Large‐Eddy Simulations With Stereo Camera Data by Means of Reconstructed Hemispheric Cloud Size Distributions

High-resolution hemispheric camera images at a meteorological site in western Germany are used to analyze the multi-dimensional spatial characteristics of continental cumulus cloud fields, and to evaluate Large-Eddy Simulations on this aspect. Traditional non-hemispheric cloud-detecting instruments provide additional reference data. The main model-observation comparison focuses on cloud size distributions (CSDs), employing two methods: (a) directly using three-dimensional model fields, direct CSDs, and (b) using rendered hemispheric images of the model fields as produced by a camera simulator based on path-tracing. In the latter method, both the real and rendered images are used to three-dimensionally reconstruct the cloud fields, yielding hemispheric CSDs. Advantages of hemispheric comparisons over more classic approaches include (a) fair comparisons between model and data, and (b) full use of the enhanced resolutions and hemispheric spatial coverage of the camera imagery. Basic evaluation of the simulations demonstrates good agreement on thermodynamic structure and its diurnal cycle. Cloud heights and cloud cover are intercompared between the model, camera data and other instrumentation, providing insight into their structural differences. A consistent alignment is found between the hemispheric CSDs from both the model and the cameras. Power law fits reveal structurally lower exponents in hemispheric CSDs compared to non-hemispheric CSDs, which particularly caution against directly comparing hemispheric CSDs to non-hemispheric distributions. This result is robust for sample size and fitting method. These findings inform future use of hemispheric camera systems for studying cumulus cloud field morphology and model evaluation.

54 ENVIRONMENTAL SCIENCES

F-Hash: Feature-Based Hash Design for Time-Varying Volume Visualization via Multi-Resolution Tesseract Encoding

Interactive time-varying volume visualization is challenging due to its complex spatiotemporal features and sheer size of the dataset. Recent works transform the original discrete time-varying volumetric data into continuous Implicit Neural Representations (INR) to address the issues of compression, rendering, and super-resolution in both spatial and temporal domains. However, training the INR takes a long time to converge, especially when handling large-scale time-varying volumetric datasets. In this work, we proposed F-Hash, a novel feature-based multi-resolution Tesseract encoding architecture to greatly enhance the convergence speed compared with existing input encoding methods for modeling time-varying volumetric data. The proposed design incorporates multi-level collision-free hash functions that map dynamic 4D multi-resolution embedding grids without bucket waste, achieving high encoding capacity with compact encoding parameters. Our encoding method is agnostic to time-varying feature detection methods, making it a unified encoding solution for feature tracking and evolution visualization. Experiments show the F-Hash achieves state-of-the-art convergence speed in training various time-varying volumetric datasets for diverse features. We also proposed an adaptive ray marching algorithm to optimize the sample streaming for faster rendering of the time-varying neural representation.

deep learning

Understanding and Controlling Photoexcited Molecules in Complex Environments (Final Technical Report)

Predicting the outcome of a photochemical reaction is complicated by factors outside the scope of tradition theoretical chemistry. On such small scales, fluctuations of the environment render outcomes stochastic, nonadiabatic dynamics blur the separation between nuclear and electronic motion, and ultrafast relaxation renders typical assumptions of equilibrium inappropriate. This project aimed to elucidate and control nonadiabatic molecular dynamics in condensed phases. We developed accurate, efficient simulation tools to study irreversible molecular processes computational across a range of scales. We applied these methodological advances to study electron transfer under exotic conditions where spin and topology opened new pathways for reactivity. We also brought these ideas to bare on light harvesting systems, where energy and charge transport are coupled, and where long lifetimes can be deleterious to function. These advances helped to establish general principles for chemical efficiency and guide the design of nanoscale energy materials, molecular machines, and related technologies.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH

Circular Perspective for Utilization of Industrial Wastewaters via Phytoremediation

Wastewater generated in municipal rendering facilities requires multi-step treatment, but it may also serve as a source of nutrients and water and thus may be valorized before or instead of the necessary wastewater treatment operations. In this work, wastewaters from a composting plant were utilized to support the growth of Miscanthus x giganteus, known as both a remediation plant and an energy biomass source. A pot experiment was established to compare the effects of different wastewater doses (0, 50, 100, and 200 mL per pot per week) on the miscanthus biomass yield, phytoextraction of heavy metals, biomass heat of combustion, and plant condition. The increase in the wastewater dose resulted in increases in both biomass yield (from about 44 to 139%) and biomass heat of combustion (from 7 to 17%) when compared to the control sample, with no adverse effects on plant physiological parameters. The highest concentrations of metals were found in miscanthus grown with the highest dose of wastewaters. It was found that higher wastewater dose correlates to both higher phytoextraction and phytorecovery of metals from plant substrate and wastewaters. The highest metal uptake was identified for Fe (431 mg·pot −1 ), followed by Al, Zn, Mn, Cu, Ni, Cr. The lowest metal uptake was noted for Pb, Co and Cd (0.88, 0.11, and 0.95 mg·pot −1 , respectively). The results indicate that miscanthus can be recommended for industrial wastewater treatment. In addition, due to high absorption efficiency of the substrate components, miscanthus can be used as a remediation tool, e.g., for the ecological stabilization of remediation of metal-polluted soils, especially in municipal facilities like rendering plants. This presents a circular perspective for the valorization of post-fermentation wastewaters with subsequent growth of energy crops, with other potential benefits for the environment, such as soil treatment, absorption of CO 2 , and air purification.

Miscanthus x giganteus

Color‐Stable, All‐Phosphorescent White Organic Light Emitting Diodes Using the Polariton‐Enhanced Purcell Effect

Abstract The short operational lifetimes of high efficiency phosphorescent organic blue light emitting devices (PHOLEDs) has limited their use in displays and lighting. Previously, this problem has been avoided by using less efficient fluorescent blue devices in separately biased red, green, and blue emissive elements to achieve stable full color emission. However, the operational lifetime of blue phosphorescent OLEDs has been significantly improved through the utilization of the plasmon‐exciton‐polariton‐enhanced (PEP) Purcell effect. Here, a white emitting PHOLED comprising stacked red, green, and blue elements is demonstrated that exploits PEPs to extend the operational lifetime of the blue element such that all emissive layers degrade at the same rate. The device features white light emission with an external quantum efficiency of 19.1 ± 0.4%, luminous power efficiency of 13.3 ± 0.3 lm W −1 at a luminance of 1000 cd m −2 when measured over 4π solid angle, with a color rendering index of 76 unchanged throughout the device aging to 70% of its initial luminance, T 70 . A 2.9 times enhancement in the operational lifetime of the Purcell‐enhanced device is achieved to yield T 70 = 2900 ± 100 h for an initial luminance of 1000 cd m −2 , compared to devices lacking this enhancement with T 70 = 1000 ± 100 h.

36 MATERIALS SCIENCE

Large Anomalous and Topological Hall Effect and Nernst Effect in a Dirac Kagome Magnet Fe 3 Ge

Searching for Kagome magnets with novel magnetic and electronic properties has been attracting significant efforts recently. Here, the magnetic, electronic, and thermoelectric properties of Fe 3 Ge single crystals with Fe atoms forming a slightly distorted Kagome lattice are reported. It is shown that Fe 3 Ge exhibits a large anomalous Hall effect and anomalous Nernst effect. The observed anomalous transverse thermoelectric conductivity $|α^A_{xz}|$ reaches ≈4.6 A m −1 K −1 , which is larger than the conventional ferromagnets and most of the topological ferromagnets reported in literature. The first-principles calculations suggest that these exceptional transport properties are dominated by the intrinsic mechanism, which highlights the significant contribution of the Berry curvature of massive Dirac gaps in the momentum space. Additionally, a topological Hall resistivity of 0.9 µΩ cm and a topological Nernst coefficient of 1.2 µV K −1 are also observed, which are presumably ascribed to the Berry phase associated with the field-induced non-zero scalar spin chirality. These features highlight the synergic effects of the Berry phases in both momentum space and real space of Fe 3 Ge, which render it an excellent candidate for room-temperature thermoelectric applications based on transverse transport.

Kagome magnet

Highly Responsive Polar Vortices in All‐Ferroelectric Heterostructures

Abstract The discovery of polar vortices and skyrmions in ferroelectric‐dielectric superlattices [such as (PbTiO 3 ) n /(SrTiO 3 ) n ] has ushered in an era of novel dipolar topologies and corresponding emergent phenomena. The key to creating such emergent features has generally been considered to be related to counterpoising strongly polar and non‐polar materials thus creating the appropriate boundary conditions. This limits the utility these materials can have, however, by rendering (effectively) half of the structure unresponsive to applied stimuli. Here, using advanced thin‐film deposition and an array of characterization and simulation approaches, polar vortices are realized in all‐ferroelectric trilayers, multilayers, and superlattices built from the fundamental building block of (PbTiO 3 ) n /(Pb x Sr 1− x TiO 3 ) n wherein in‐plane ferroelectric polarization in the Pb x Sr 1− x TiO 3 provides the appropriate boundary conditions. These superlattices exhibit substantially enhanced electromechanical and ferroelectric responses in the out‐of‐plane direction that arise from the ability of the polarization in both layers to rotate to the out‐of‐plane direction under field. In the in‐plane direction, the layers are found to be strongly coupled during switching and when heterostructured with ferroelectric‐dielectric building blocks, it is possible to produce multistate switching. This approach expands the realm of systems supporting emergent dipolar texture formation and does so with entirely ferroelectric materials thus greatly improving their responses.

Kavle, Pravin

Enhanced Reversibility of Iron Metal Anode with a Solid Electrolyte Interphase in Concentrated Chloride Electrolytes

Iron is a promising candidate for a cost-effective anode for large-scale energy storage systems due to its natural abundance and well-established mass production. Recently, Fe-ion batteries (FeIBs) that use ferrous ions as the charge carrier have emerged as a potential storage solution. The electrolytes in FeIBs are necessarily acidic to render the ferrous ions more anodically stable, allowing a wide operation voltage window. However, the iron anode suffers severe hydrogen evolution reaction with a low Coulombic efficiency (CE) in an acidic environment, shortening the battery cycle life. Herein, a hybrid aqueous electrolyte that forms a solid-electrolyte interphase (SEI) layer on the Fe anode surface is introduced. The electrolyte mainly comprises FeCl 2 and ZnCl 2 as cosalts, where the Zn-Cl anionic complex species of the concentrated ZnCl 2 allows dimethyl carbonate (DMC) to be miscible with the aqueous ferrous electrolyte. SEI derived from DMC's decomposition passivates the iron surface, which leads to an average CE of 98.3% and much-improved cycling stability. As a result, this advancement shows the promise of efficient and durable FeIBs.

25 ENERGY STORAGE

Cost‐Effective Layered Oxide – Olivine Blend Cathodes for High‐Rate Pulse Power Lithium‐Ion Batteries

Abstract Sustainability and supply‐chain concerns require lithium‐ion batteries (LIBs) free from critical minerals, such as nickel and cobalt. While recent advances provide encouraging signs that cobalt can be removed, the question remains how much Ni can be removed from Co‐free layered oxide cathodes before sacrificing critical performance metrics. This study highlights the effect of reducing Ni by benchmarking several Co‐free cathodes with decreasing Ni content. Keeping the energy density the same by increasing the charge voltage, cathodes below 80% Ni content exhibit worsened capacity fade due to increasing oxygen release and electrolyte decomposition. Charge transfer and diffusion kinetics are also hindered with increasing Mn content and exacerbated by resistive surface phases formed at high voltages, rendering lower‐Ni, Co‐free cathodes less competitive than high‐Ni cathodes for high energy and power applications. It is demonstrated blending layered oxide with olivine as an effective alternative to deliver energy density and cycling stability comparable to lower‐Ni cathodes with moderate charging voltages. Blending with 30 wt% olivine LiMn 0.5 Fe 0.5 PO 4 (LMFP) virtually eliminates the diffusion limitation of layered oxides at low state‐of‐charge, with enhanced pulse power characteristics rivaling the high‐Ni counterparts. Cathode blending can further reduce the overall Ni content and cost without the performance limitations of lower‐Ni, Co‐free cathodes.

Lee, Steven