|
Lightweight Real-time Hyperspectral Analytics for Small Drones
A compact real-time hyperspectral processing system enables anomaly detection directly onboard small UAVs. By converting high-bandwidth… moreA compact real-time hyperspectral processing system enables anomaly detection directly onboard small UAVs. By converting high-bandwidth spectral streams into immediate geolocated outputs, it removes delays inherent to offline workflows and expands hyperspectral capability to low-SWaP platforms. This allows operators to make rapid, in-situ decisions for environmental, agricultural, defense, and emergency-response missions.
Background:
Hyperspectral imaging generates extremely large, high-bandwidth datasets that demand intensive offline processing, often delaying actionable results for hours or days. These requirements have historically confined hyperspectral systems to large aircraft or ground stations, limiting spatial resolution and preventing real-time use in time-sensitive scenarios. Small UAVs lack the onboard compute capacity to process HSI streams without prohibitive latency when offloading data, leaving a critical capability gap for defense, agriculture, environmental monitoring, and emergency response operations that require immediate, on-scene analysis.
Technology Overview:
The system streams raw hyperspectral data from a Corning MicroHSI Shark camera over a 1 Gbps Ethernet link to a low-SWaP embedded computer for real-time processing. Incoming ENVI-formatted data is decoded and analyzed using linear or non-linear spectral matching algorithms, including per-pixel hyperspectral unmixing. Spectral detections are geocorrected with UAV navigation and calibration data and projected onto GPS coordinates for immediate visualization at a ground control station. Implemented in C, C++, and Rust, the software delivers onboard real-time hyperspectral analytics that significantly reduce latency relative to conventional offline workflows.
Advantages:
• Enables immediate onboard hyperspectral analysis for rapid decision-making
• Provides significantly faster processing than conventional or offloaded HSI workflows
• Reduces size, weight, and power requirements for small-UAV deployment
• Delivers accurate real-time geographic projection of detected spectral signatures
• Improves operational efficiency by eliminating offline-processing delays
• Supports low-cost embedded hardware for economical field deployment
Applications:
• Environmental monitoring and hazard detection
• Precision agriculture crop stress analysis
• Defense and security reconnaissance
• Critical infrastructure inspection
• Geological and resource mapping
• Emergency and disaster response
Intellectual Property Summary:
• United States – 63/884,326 – Provisional – Filed 10/18/2025 – Status: Filed
Stage of Development:
Prototype
Licensing Status:
This technology is available for licensing.
Licensing Potential:
Strong potential for UAV system integrators, environmental and agricultural analytics firms, defense and security contractors, and emergency-response technology providers seeking real-time hyperspectral capabilities on low-SWaP airborne platforms.
Additional Information:
Information available upon request.
Inventors:
Jayson Boubin, Kenneth Chiu less
|
Primary:
Research Foundation of SUNY
Date posted:
Nov 26, 2025
|
|
Real-Time Hyperspectral Intelligence for Small UAVs
A lightweight onboard software system processes hyperspectral data in real time on small UAVs, converting raw… moreA lightweight onboard software system processes hyperspectral data in real time on small UAVs, converting raw spectral streams into actionable, geolocated classifications. By removing the need for slow offline workflows, it enables immediate field decisions for defense, agriculture, environmental monitoring, and emergency response, bringing advanced hyperspectral intelligence to low-SWaP platforms.
Background:
Hyperspectral imaging is typically processed offline, limiting its usefulness in missions where rapid decisions are critical. Existing real-time systems are designed for satellites or large aircraft and are not adapted for the size, weight, power, and cost constraints of small UAVs. Current UAV-integrated solutions frequently support only basic preprocessing, still requiring post-flight analysis to obtain meaningful outputs. Integration complexity, high system cost, and lack of onboard real-time detection and geospatial projection restrict broader adoption of hyperspectral sensing across time-sensitive defense, agricultural, environmental, and emergency-response applications.
Technology Overview:
The software operates on a low-SWaP microprocessor connected to a pushbroom hyperspectral camera, reading high-rate ENVI-format data streams at up to 300 Hz. It decodes raw spectral measurements into radiance values and applies user-defined detection functions for real-time per-pixel classification. By fusing UAV and camera sensor data, the system performs inverse stereographic projection to geolocate classified pixels on the Earth’s surface. Built in modular C++20, the framework is hardware-agnostic and compatible with any HSI camera capable of runtime data offloading, providing a flexible platform for mission-specific hyperspectral analytics.
Advantages:
• Enables immediate hyperspectral detection and geospatial projection onboard UAVs
• Supports multiple hyperspectral cameras through a hardware-agnostic architecture
• Operates on low-SWaP processors suitable for consumer UAV platforms
• Allows integration of custom detection algorithms for mission-specific needs
• Provides real-time pixel-level geolocation using integrated UAV sensor data
Applications:
• Emergency response and public safety monitoring
• Precision agriculture and forestry assessment
• Defense and law enforcement surveillance
• Environmental and water quality monitoring
• Critical infrastructure inspection
• Geological and mineral mapping
Stage of Development:
Prototype
Licensing Status:
This technology is available for licensing.
Licensing Potential:
Well-suited for UAV manufacturers, remote sensing firms, agricultural analytics providers, defense contractors, and emergency-response technology developers seeking real-time hyperspectral intelligence on resource-constrained airborne platforms.
Additional Information:
Information available upon request.
Inventors:
Jayson Boubin less
|
Primary:
Research Foundation of SUNY
Date posted:
Nov 26, 2025
|
|
Multi-domain Hardware Memory Compression
THE CHALLENGE
In hyperscale data centers, the most expensive component in CPU-based servers, in terms … moreTHE CHALLENGE
In hyperscale data centers, the most expensive component in CPU-based servers, in terms of both monetary cost and carbon footprint, is currently computer memory; going forward, memory is expected to become even more expensive relative to other server components. Hardware memory compression, where the CPU’s memory controller transparently compresses and packs memory values more densely, is a promising and performant solution to combat the high cost of memory. While this approach boosts memory capacity without adding expensive memory chips, it also breaks the traditional link between what the operating system (OS) thinks it is using and what the hardware actually stores, since dynamically-compressed data takes up varying amounts of real space. As a result, the OS can no longer accurately partition memory resources across different co-located workloads, leading to increased performance variation. Current tools like memory quotas and ballooning lack visibility into this compressed layer, making it hard to guarantee performance or isolate workloads in multi-tenant environments, ultimately affecting server efficiency, cost savings, and the predictability that enterprises and cloud customers’ demand.
OUR SOLUTION
We introduce a hardware innovation called Multi-domain Hardware Memory Compression to embed directly into each CPU’s memory controller to give cloud providers and data center operators fine-grained control over how much actual DRAM each workload consumes even when memory is compressed in hardware. By letting the OS assign clear memory quotas through lightweight per-job control blocks, Multi-domain Hardware Memory Compression ensures that each job stays within its real memory budget by automatically compressing less-used data in the background. If a workload still exceeds its quota, the system is alerted early to take corrective action. Unlike previous methods that relied on software guesses about data compressibility, this solution enforces exact memory limits in hardware, delivering predictable performance and strong isolation between tenants. The result is tighter consolidation, reduced overprovisioning, and up to 70% savings in memory costs while maintaining the reliability and service-level guarantees that businesses and cloud customers require.
Figure: Full-system prototype on a Genesys 2 Kintex-7™ FPGA. Linux boots up with two cores and 3979736 KB – 4X the 1GB DRAM on board (prototype: https://youtu.be/-1JG3JnIY3U).
Advantages:
- Precise per-job machine-physical memory quotas enforced in hardware
- Stable multi-tenant performance with very low variability under colocation
- Objective-driven, low-latency compression without OS compressibility estimates
- Seamless OS integration enabling higher consolidation and memory cost savings
Potential Application:
- Cloud server memory consolidation
- Multi-tenant performance isolation
- High-performance computing optimization
- Container memory quota enforcement
less
|
Primary:
Virginia Tech Intellectual Properties Inc
Date posted:
Nov 26, 2025
|
|
PirateNets: Efficient, Scalable, And Robust Neural Network Architecture For Physics-Informed Deep Learning
Physics-Informed Residual Adaptive Networks (PirateNets) is a neural network architecture designed to enable efficient and stable … morePhysics-Informed Residual Adaptive Networks (PirateNets) is a neural network architecture designed to enable efficient and stable training of deep Physics-Informed Neural Networks (PINNs).
Problem:
Machine learning plays a key role in advancing science by analyzing complex data, building predictive models, and uncovering nonlinear relationships. Physics-Informed Machine Learning (PIML) incorporates physical laws and constraints into models, with PINNs as a key example. PINNs use tailored loss functions that bias the models to adhere to physical principles during training, showing promise across computational science. However, challenges such as spectral bias, unbalanced back-propagated gradients, causality violation, and initialization pathologies limit their performance, especially in deeper architectures. While progress has been made, most PINNs still rely on shallow networks, underutilizing the full potential of deep networks.
Solution:
PirateNets is a neural network architecture designed for stable and efficient training of deep PINNs. Unlike existing methods, PirateNets overcome initialization challenges, scale effectively to deeper networks, and integrate physical priors for improved robustness. This approach offers improved accuracy, scalability, and stability compared to traditional PINNs and alternative architecture.
Technology:
PirateNets addresses the problem of pathological initialization in PINNs, enabling stable and efficient scaling for implementing deep networks. Architecture leverages adaptive residual connections with trainable parameters that allow the networks to begin as shallow networks that progressively deepen during training. This approach ensures the network is initially represented as a linear combination of a chosen basis, effectively addressing initialization challenges and facilitating the integration of physical priors during model setup.
Advantages:
- Enhances the approximation capacity, trainability, and robustness of the deep learning neural network model
- Improved flexibility in integrating physical priors
- Outperforms the current state-of-the-art approach with a substantially lower Relative L² error (4.27 X 10¯⁴ vs 2.45 X 10¯³) when exploring a one-dimensional Korteweg De Vries (KdV) equation, a model used to describe the dynamics of solitary waves
- Outperforms the accuracy achieved by the Modified Multi-layer Perceptron (MLP) backbone when solving a scalar PDE involving a complex variable (Ex. Ginzburg-Landau equation in 2D, where the computed L² error for the real and imaginary part are 1.49 X 10¯² and 1.90 X 10¯², respectively, compared to 3.2 X 10¯² and 1.94 X 10¯² achieved by the MLP)
Stage of Development:
This figure illustrates the architecture of PirateNets. Input coordinates are mapped into a high-dimensional feature space using random Fourier features and passed through N adaptive residual blocks, each containing three dense layers with gating operations. Adaptive skip connection (á) ensures identity mapping at initialization, avoiding pathological initialization. The final layer uses physics-informed initialization, and the model progressively deepens as training activates nonlinearities.
Intellectual Property:
Reference Media:
Desired Partnerships:
Docket #24-10783 less
|
Primary:
University of Pennsylvania
Date posted:
Nov 26, 2025
|
|
Repurposing the FDA-Approved Antibody to Treat Aortic Stiffening and Resistant Hypertension
This innovation repurposes an FDA-approved antibody to treat and prevent aortic stiffening and resistant hypertension … moreThis innovation repurposes an FDA-approved antibody to treat and prevent aortic stiffening and resistant hypertension (RH). This mechanism-based therapeutic, inhibits receptor mediated inflammatory and pro-stiffness signaling to reduce aortic stiffness and improve blood pressure control, ultimately breaking the root cycle of hypertension.
Background:
Hypertension is the leading cause of cardiovascular disease (CVD) and premature mortality, with prevalence increasing with age. Despite the availability of multiple medications, more than half of patients’ blood pressure (BP) remains uncontrolled, and millions develop resistant hypertension, which is defined as persistently elevated BP despite treatment with three or more antihypertensive drug classes, including a diuretic. RH affects over 10 million individuals in the U.S. and approximately 200 million worldwide, contributing more than $1 trillion annually to U.S. healthcare costs, with its burden rising as the population ages.
Persistent uncontrolled hypertension leads to life-threatening complications such as stroke, heart failure, aortic dissection, renal failure, and premature death. The incidence of RH rises sharply with age, largely driven by aortic stiffening, a process accelerated by both aging and high BP, creating a vicious cycle of vascular dysfunction. Current therapies primarily target hemodynamic factors (e.g., vasodilation or sodium balance) but do not to reverse aortic stiffness, leaving a critical gap in the management of RH.
Applications:
- Resistant hypertension therapeutic
- Aortic stiffness therapeutic
- Immunological therapeutic
- Cardiovascular disease drug development
Advantages:
- Repurposes an FDA-approved drug for novel use
- Minimizes development risk and cost in a shortened time
- Biological targeting of inflammation-driven aortic stiffening in RH
- Improve blood pressure control
- Potential to expand therapeutic applications to broader cardiovascular complications such as stroke, heart failure, aortic dissection, renal diseases
- Preventative approach to treat RH and aortic stiffening
less
|
Primary:
University of Arizona
Date posted:
Nov 25, 2025
|
|
Novel Mechanism-Based Therapy for Aortic Stiffening and Related Cardiovascular and Cerebrovascular Disorders
This invention involves a novel mechanism-based therapy by using a small molecule compound to reduce aging and … moreThis invention involves a novel mechanism-based therapy by using a small molecule compound to reduce aging and hypertensive aortic stiffening, subsequently improve blood pressure (BP) control in resistant hypertension patients and prevent or reverse pathologies of vascular cognitive impairment and dementia (VCID) and Alzheimer’s Disease (AD).
This approach works by inhibiting pro-stiffness signaling pathway to reduce aortic stiffness, disrupting the root cycle of hypertension. In addition, this mechanism mitigates cerebrovascular stiffening, cerebral hypoperfusion, and blood–brain barrier leakage, helping to prevent or reverse cerebrovascular dysfunction and AD-related pathology.
Background:
Aortic stiffening is a major driver of resistant hypertension (RH), leading to severe cardiovascular complications such as stroke, heart failure, and renal failure. It affects over 10 million people in the U.S. and approximately 200 million worldwide. Beyond cardiovascular consequences, aortic stiffening is also an independent risk factor for neurodegenerative disorders, particularly VCID and AD. These conditions carry high mortality rates among older adults and lack effective treatments, posing a growing healthcare and societal burden.
This recently identified novel small-molecule inhibitor targets aortic stiffening, the root cause linking cardiovascular and cerebrovascular disorders, and would offer a new therapy to prevent and treat RH, VCID, and AD, addressing a critical unmet medical need.
Applications:
- Anti-hypertensive therapeutics
- Aortic stiffening therapeutic
- Cardiovascular health
- Cerebrovascular therapeutics
- Neurodegenerative disease therapeutics (e.g. dementia, Alzheimer’s Disease)
Advantages:
- Mechanism-based: targets the underlying molecular drivers of vascular stiffness
- Dual benefit: improves both cardiovascular and neurovascular health
- Disease-modifying: addresses the root cause of vascular aging and hypertension, offering durable and long-term therapeutic benefits
- Broad translational impact for related cardiovascular and cerebrovascular disorders
- Complementary: enhances efficacy of current antihypertensive treatments
less
|
Primary:
University of Arizona
Date posted:
Nov 25, 2025
|
|
Isolation of Protein Biomarkers from Saliva as a Technology to Assess and Monitor Cardiac Infarction
This technology introduces a novel separation method designed to isolate small protein biomarkers directly from saliva … moreThis technology introduces a novel separation method designed to isolate small protein biomarkers directly from saliva, enabling a rapid and non-invasive diagnostic approach for cardiac infarction. The system employs a hybrid chromatographic matrix that selectively rejects large proteins while allowing smaller biomarkers to interact with affinity sites and be effectively recovered. This streamlined process provides the foundation for saliva-based test kits that can support early detection and monitoring of heart damage and other diseases. The innovation not only broadens access to simple diagnostic tools but also reduces reliance on invasive blood sampling and lengthy lab work.
Background:
Cardiac infarction remains one of the leading causes of mortality worldwide, and timely detection is critical to improving patient outcomes. Current diagnostic practices typically require blood draws, which can be invasive, time-consuming, and resource intensive. Saliva represents a promising alternative because of its ease of collection, but existing methods have struggled to isolate low-molecular-weight biomarkers due to interference from larger proteins. Traditional separation techniques often require multiple complex steps, making them costly and inefficient. This invention directly addresses these shortcomings by integrating size exclusion with affinity chromatography in a single platform, enabling precise recovery of disease-linked biomarkers from saliva in a faster and simpler manner than conventional approaches.
Applications:
- Cardiac infarction detection and monitoring
- Broader cardiovascular disease diagnostics
- Development of saliva-based diagnostic kits for clinical or home use
- Expansion into oncology and other diseases with salivary biomarkers
Advantages:
- Enables non-invasive, saliva-based diagnostics
- Provides earlier and more accessible detection of cardiac infarction
- Reduces time and cost compared to blood-based methods
- Streamlines sample processing in one system
- High selectivity for low-molecular-weight biomarkers, minimizing sample interference
- Potential for point-of-care and at-home test kit development
less
|
Primary:
University of Arizona
Date posted:
Nov 25, 2025
|
|
AHPND Detection using Monoclonal Antibodies (mAbs)
Monoclonal antibodies (mAbs) with strong and specific immunoreactivity have been developed to improve the detection … moreMonoclonal antibodies (mAbs) with strong and specific immunoreactivity have been developed to improve the detection of acute hepatopancreatic necrosis disease (AHPND) in marine shrimp. This involves cloning and expressing recombinant PirA and PirB protein using a bacterial expression system and developing mAbs against those proteins. These monoclonal antibodies could be used for developing point-of-care diagnostics such as a lateral flow immunoassay strip in the future for detecting AHPND in shrimp aquaculture.
Background:
Acute hepatopancreatic necrosis disease (AHPND) is a lethal disease in large scale shrimp aquaculture that causes many mortalities resulting in economic losses primarily in Asia and the Americas. AHPND is caused by pathogenic Vibrio sp. and Micrococcus luteus carrying binary toxin genes, pirA and pirB in a plasmid DNA. Although numerous tests have been developed to detect AHPND, the majority rely on molecular-based assays. As a result, monoclonal antibody (mAb) based assays were developed as a point-of-care diagnostics to detect AHPND offering high specificity and rapid detection.
Applications:
- AHPND diagnostics
- Shrimp disease management
- Shrimp aquaculture
- Point-of-care diagnostic development
Advantages:
- More consistent diagnosis
- Higher specificity in AHPND diagnosis
- Earlier disease detection
less
|
Primary:
University of Arizona
Date posted:
Nov 25, 2025
|
|
Nanoscale Scanning Thermal Microscopy using Improved Thermocouple Probes
This technology is a scanning thermal microscope device. It utilizes a thermocouple with a sharp tip on its … moreThis technology is a scanning thermal microscope device. It utilizes a thermocouple with a sharp tip on its center fabricated from a cross-junction of coated and uncoated thin films and is suspended on a nanowire device. Radiation heat received at the tip is converted into a Seeback voltage signal for thermoelectric temperature sensing. This device can operate without making physical contact with the object being scanned, enabling minimally invasive sensing, as well as with minimal direct contact between the tip and the sample. It delivers exceptionally high temperature sesnsing, offering two orders of magnitude of improvement in temperature accuracy over an Au-Ni thermocouple.
Background:
Electronic components are becoming smaller at an exponential rate, and the demand for high-performing, increasingly small electronics continues to grow in a wide range of industries. However, overheating is a major problem in microelectronics that has become a bottleneck to performance, reliability, and lifespan. There’s a need for technologies to sense temperatures across microelectronic devices so that points of increased overheating risk can be identified and changes can be made to improve thermal management. Existing temperature mapping techniques have many limitations. Many require contact with the device, which can potentially cause damage, and even non-contact solutions can damage electronic components due to temperature differences between the thermocouple tip and the scanned surface and heat conduction through the air and water meniscus between the tip and the sample. This technology provides a non-contact, silicon-based thermocouple for minimally invasive, highly accurate thermal microscopy.
Applications:
- Electronics
- Semiconductors
- Nanoscale temperature mapping
- Thermometry
- Device diagnostics
Advantages:
- Increased accuracy and sensitivity in temperature readings
- Supports both direct contact and non-contact measurements
- Improves thermal management at the nanoscale level
less
|
Primary:
University of Arizona
Date posted:
Nov 25, 2025
|
|
Fungal Bioelectronic Thermoreceptor
Executive Summary
Traditional electronic temperature sensors such as thermistors and thermocouples offer precision but lack flexibility, durability, and self-healing capabilities. They often fail under mechanical stress and cannot ad … more
Executive Summary
Traditional electronic temperature sensors such as thermistors and thermocouples offer precision but lack flexibility, durability, and self-healing capabilities. They often fail under mechanical stress and cannot adapt to dynamic environments. Researchers at Michigan State University (MSU) have developed a flexible biohybrid temperature sensor—a first-of-its-kind fungal-based bioelectric device. This fully printable sensor leverages fungi’s natural ability to grow, self-repair, and sense environmental stimuli. The device has demonstrated accurate temperature measurement under diverse conditions and mechanical stresses.
Description of Technology
This innovation integrates laser-induced graphene (LIG) electrodes with bioprinted living fungal material, creating a novel Mycoelectronic sensor. The fungi’s inherent capability to convert heat into electrical signals via heat-induced vacuole remodeling enables precise thermal sensing. The system is flexible, adaptive, and capable of autonomous circuit growth and repair through tip-guided extension and context-dependent branching. Tested applications include:
- Environmental temperature monitoring
- Heat-triggered voltage control for insect muscle actuation
- Thermal feedback for robotic motion control
Benefits
- Scalable and cost-effective fabrication
- Consistent voltage-based temperature readouts
- Self-healing conductive pathways within 2 hours
- High resolution (±2°C) across 300+ test cycles
- Compatible with flexible and rigid substrates
- Biocompatible and environmentally safe
- Supports single-channel and multi-channel sensing
Applications
- Smart thermoreceptors for industrial and environmental sensing
- Wildfire detection and monitoring
- Electronic skin for wearable devices
- Autonomous circuit design and adaptive electronics
Patent Status
Patent pending
Publications
“Mycoelectronics: Bioprinted Living Fungal Bioelectronics for Artificial Sensation”, BioRxiv, Oct 24, 2025
Licensing Rights
Full licensing rights available
Inventors
Dr. Jinxing Li, Yulu Cai
TECH ID
TEC2025-0094 less
|
Primary:
Michigan State University
Date posted:
Nov 25, 2025
|