AimsGenetic hypertrophic cardiomyopathy (HCM) is caused by mutations in sarcomere protein-encoding genes (i.e. genotype-positive HCM). In an increasing number of patients, HCM occurs in the absence of a mutation (i.e. genotype-negative HCM). Mitochondrial dysfunction is thought to be a key driver of pathological remodelling in HCM. Reports of mitochondrial respiratory function and specific disease-modifying treatment options in patients with HCM are scarce.Methods and resultsRespirometry was performed on septal myectomy tissue from patients with HCM (n = 59) to evaluate oxidative phosphorylation and fatty acid oxidation. Mitochondrial dysfunction was most notably reflected by impaired NADH-linked respiration. In genotype-negative patients, but not genotype-positive patients, NADH-linked respiration was markedly depressed in patients with an indexed septal thickness ≥10 compared with <10. Mitochondrial dysfunction was not explained by reduced abundance or fragmentation of mitochondria, as evaluated by transmission electron microscopy. Rather, improper organization of mitochondria relative to myofibrils (expressed as a percentage of disorganized mitochondria) was strongly associated with mitochondrial dysfunction. Pre-incubation with the cardiolipin-stabilizing drug elamipretide and raising mitochondrial NAD+ levels both boosted NADH-linked respiration.ConclusionMitochondrial dysfunction is explained by cardiomyocyte architecture disruption and is linked to septal hypertrophy in genotype-negative HCM. Despite severe myocardial remodelling mitochondria were responsive to treatments aimed at restoring respiratory function, eliciting the mitochondria as a drug target to prevent and ameliorate cardiac disease in HCM. Mitochondria-targeting therapy may particularly benefit genotype-negative patients with HCM, given the tight link between mitochondrial impairment and septal thickening in this subpopulation.
We present a novel architecture for an AI system that allows a priori knowledge to combine with deep learning. In traditional neural networks, all available data is pooled at the input layer. Our alternative neural network is constructed so that partial representations (invariants) are learned in the intermediate layers, which can then be combined with a priori knowledge or with other predictive analyses of the same data. This leads to smaller training datasets due to more efficient learning. In addition, because this architecture allows inclusion of a priori knowledge and interpretable predictive models, the interpretability of the entire system increases while the data can still be used in a black box neural network. Our system makes use of networks of neurons rather than single neurons to enable the representation of approximations (invariants) of the output.
LINK
Neighborhood image processing operations on Field Programmable Gate Array (FPGA) are considered as memory intensive operations. A large memory bandwidth is required to transfer the required pixel data from external memory to the processing unit. On-chip image buffers are employed to reduce this data transfer rate. Conventional image buffers, implemented either by using FPGA logic resources or embedded memories are resource inefficient. They exhaust the limited FPGA resources quickly. Consequently, hardware implementation of neighborhood operations becomes expensive, and integrating them in resource constrained devices becomes unfeasible. This paper presents a resource efficient FPGA based on-chip buffer architecture. The proposed architecture utilizes full capacity of a single Xilinx BlockRAM (BRAM36 primitive) for storing multiple rows of input image. To get multiple pixels/clock in a user defined scan order, an efficient duty-cycle based memory accessing technique is coupled with a customized addressing circuitry. This accessing technique exploits switching capabilities of BRAM to read 4 pixels in a single clock cycle without degrading system frequency. The addressing circuitry provides multiple pixels/clock in any user defined scan order to implement a wide range of neighborhood operations. With the saving of 83% BRAM resources, the buffer architecture operates at 278 MHz on Xilinx Artix-7 FPGA with an efficiency of 1.3 clock/pixel. It is thus capable to fulfill real time image processing requirements for HD image resolution (1080 × 1920) @103 fcps.