WO2023196858A1 - Diversity based deep learning system - Google Patents
Diversity based deep learning system Download PDFInfo
- Publication number
- WO2023196858A1 WO2023196858A1 PCT/US2023/065383 US2023065383W WO2023196858A1 WO 2023196858 A1 WO2023196858 A1 WO 2023196858A1 US 2023065383 W US2023065383 W US 2023065383W WO 2023196858 A1 WO2023196858 A1 WO 2023196858A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- network
- ldnn
- activation function
- networks
- neuronal
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/048—Activation functions
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/0499—Feedforward networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/09—Supervised learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/0985—Hyperparameter optimisation; Meta-learning; Learning-to-learn
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/044—Recurrent networks, e.g. Hopfield networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/049—Temporal neural networks, e.g. delay elements, oscillating neurons or pulsed inputs
Definitions
- artificial neural networks are nonlinear systems that can be trained to learn, classify, and predict.
- artificial neural networks contain identical neurons in each network layer (even if the layers themselves differ).
- a learned diversity neural network (LDNN) system comprises an input layer; an output layer; and at least one hidden layer comprising at least one activation function neuronal network, the at least one activation function neuronal network comprising an input node, an output node, and a plurality of intermediate nodes coupled between the input and output nodes and isolated from other nodes or other activation function neuronal networks of the at least one hidden layer.
- Training of the LDNN cab concurrently train the at least one activation function neuronal network to establish an activation function simulated by the trained at least one activation function neuronal network.
- the at least one hidden layer can comprise a plurality of activation function neuronal networks.
- Training of the LDNN can concurrently train each of the plurality of activation function neural networks to establish an activation function simulated by that trained activation function neural network, wherein the plurality of trained activation function neural networks comprise a combination of different activation functions.
- the training of the LDNN can comprise updating inner network parameters based upon inner network loss function gradients and updating sub-network parameters based upon subnetwork loss function gradients.
- the LDNN can be trained using input-output training pairs. A number of the input-output training pairs can be of order 10 4 . A number of training epochs can be of order 10.
- each of the at least one activation function neuronal network comprises rectified linear unit (ReLU) neurons, linear neurons, sigmoid neurons, or a combination thereof.
- the at least one hidden layer can comprise a plurality of activation function neuronal networks.
- the plurality of activation function neuronal networks can comprise different activation function neuronal networks or the same activation function neuronal network.
- FIG. 1 illustrates an example of a progression from a conventional artificial neural network (top) to a diverse neural network (center) to learned diverse neural network (bottom), in accordance with various embodiments of the present disclosure.
- FIGS. 2A and 2B illustrate an example of schematic stochastic gradient descent meta-learning, in accordance with various embodiments of the present disclosure.
- FIGS. 3A-3D illustrate examples of meta-learning 2 activations for MNIST-1 D classification, in accordance with various embodiments of the present disclosure.
- FIGS. 4A-4D illustrate examples of meta-learning 2 activations for nonlinear regression of the van der Pol oscillator, in accordance with various embodiments of the present disclosure.
- FIGS. 5A-5C illustrate examples of meta-learning 2 activations for nonlinear regression or forecasting Henon-Heiles orbits, in accordance with various embodiments of the present disclosure.
- FIG. 6 illustrates plots the joint probability densities p(A, r) for multiple realizations of the learned diversity neural network of FIG. 3 and the homogeneous competitors, in accordance with various embodiments of the present disclosure.
- FIG. 7 illustrates examples of mean validation accuracy versus training number after meta-learning two activation functions, in accordance with various embodiments of the present disclosure.
- FIG. 8 illustrates an example of neural network MNIST-1 D classification accuracy as a function of network size, in accordance with various embodiments of the present disclosure.
- FIGS. 9A-9D illustrate examples of meta-learning 3 activations for classification, in accordance with various embodiments of the present disclosure.
- FIG. 10 illustrates examples of spectral plots for meta-learning two activation functions for MNIST-1 D classification, in accordance with various embodiments of the present disclosure.
- FIGS. 11 A-11C illustrate examples of learned activation functions for ELU (rectifying), sine (harmonic), tanh (saturating), in accordance with various embodiments of the present disclosure.
- FIG. 12 illustrates an example of noisy descent, in accordance with various embodiments of the present disclosure.
- FIG. 13 is a schematic block diagram illustrating an example of a system employed for diversity based deep learning, in accordance with various embodiments of the present disclosure.
- neural networks are diversified by varying the neuron types within each layer.
- the different neurons can be flexibly realized using sub-networks, or networks-within-the-network, which are trained along with the overarching network.
- This meta-learning generates potent neuron activation function sets, suggestive of orthogonal spanning functions, that increase the expressiveness and accuracy of the network.
- feed-forward neural networks are nested nonlinear functions of linear combinations of activities: where the activation a is typically a saturating or rectifying function and training strengthens or weakens the weights and biases W and b to minimize an error or loss function and optimize outputs.
- FIG. 1 illustrates an example of a progression from a conventional artificial neural network (top) to a diverse neural network (center) to learned diverse neural network (bottom).
- Line thicknesses represent weights W
- circle thicknesses represent biases b
- sketches inside circles represent activation functions a.
- Multiple activation functions enable diversity within layers (center) and increase the expressiveness of the neural network.
- Varying the activations within a layer, as shown in FIG. 1 (center), can increase the expressiveness of the network by providing diverse spanning basis functions. Furthermore, replacing the activations by neural networks, as shown in FIG. 1 (bottom), and training them for optimal results should increase the expressiveness even further.
- the separate neural networks (bottom) realize these activation functions when training adjusts their weights and biases, perhaps on a different schedule than the originals, to further optimize the network.
- the training of the activation neural networks can be on a different schedule than the training of the rest of the network, and the activations so obtained can be extracted from the neuronal subnetworks as interpolated functions and efficiently reused in other networks addressing different problems.
- a feed-forward classifier neural network can be constructed whose neurons are sub-networks that modify base activation functions (e.g., zero, identity, sigmoid, or sine functions).
- the classifier can be trained with many input-output pairs, and the difference between the expected and correct classifications quantified with an error or loss function.
- the gradient of the loss function can be computed with respect to the classifier's weights and biases, and the loss lowered by shifting its weights and biases down this gradient (inner loop).
- the gradient of the loss function can be periodically computed with respect to the sub-networks' weights and biases, and the loss further lowered by shifting their weights and biases down this gradient (outer loop). This process can be repeated to improve accuracy.
- the classifier error or loss £(9, 0 A , i) depends on the network weights and biases 6, the sub-networks weights and biases e A that instantiate the activations of hidden-layer neurons, and the inputs i.
- the randomly shuffled inputs are the stochastic driver that buffets the weights and biases as they adjust to lower losses (during the meta-learning inner loop).
- FIG. 2A illustrates an example of schematic stochastic gradient descent meta-learning.
- weights and biases 9 adjust to lower loss levels £(6, 9 A , i) (during the meta-learning inner loop), while periodically the activation weights 9 A open extra dimensions and themselves adjust to allow even lower loss levels (during the meta-learning outer loop).
- the color scale codes time t.
- Subscripts I and O indicate inner (or main) and outer (or sub) networks, f ( ⁇ ) is the action of the inner network, and ⁇ ) is a normalized aggregation.
- Inner network weights and biases update N, ⁇ X ⁇ times in the (learner) inner loop, while sub-network weights and biases update N o times in the (meta-learner) outer loop.
- learned diversity neural networks are implemented with one hidden layer of 100 neurons and a cross-entropy loss function to classify the MNIST-1D data set, a minimalist variation of the classic Modified National Institute of Standard and Technology digits.
- Each neuron type in the hidden layer is further instantiated by a feed-forward neural network of 50 hidden units with hyperbolic tangent activation functions. Similar results can be obtained for different numbers of layers and different number of neurons per layer.
- FIGS. 3A-3D illustrate meta-learning 2 activations for MNIST-1D classification. It summarizes meta-learning the activation functions of neurons in the hidden layer subject to the constraint of having two functions distributed equally among the neuronal population.
- FIG. 3A illustrates an example of MNIST-1D digit construction, rotated 90° to emphasize the one-dimensionality of the digits.
- FIGS. 3B and 3C show the evolution of two activation functions (r n (a) from a base sinusoid, with time encoded as the color scale.
- 3D shows violin plots summarizes distribution (including median, quartiles, and extent) of validation accuracy A for 50 fully connected neural networks of rectified linear unit (ReLLI) neurons (303), type-1 neurons (306), type-2 neurons (309), and a mix of type 1 and type 2 neurons (312).
- the violin plots demonstrate the validation accuracy for the 50 fully connected neural networks composed of entirely N type neurons (303), entirely N 2 type neurons (306), and mixed type with and N 2 distributed equally among hidden layer (309).
- the mixed network outperforms either pure network on average.
- the mix of 2 neuron types out-performs any single neuron type on average.
- FIG. 8 illustrated is an example of the neural network MNIST-1 D classification accuracy as a function of network size. Box and whiskers plots summarize accuracy distribution (including median, quartiles, extent, and outliers) for 100 initializations.
- the learning rate can be optimized to avoid over-fitting but is the same for all network sizes.
- Activation functions evolved from zero (the null function) with similar results evolved from sine.
- Mixed networks of 2 neuron types outperform pure networks on average for all sizes and outperforms both single learned activation and traditional activations.
- FIGS. 4A-4D summarizes meta-learning 2 activations for nonlinear regression of the van der Pol oscillator, with FIG. 4A illustrating an example of a typical orbit attracted to a limit cycle, where the shading encodes time t.
- FIGS. 4A-4D summarizes meta-learning 2 activations for nonlinear regression of the van der Pol oscillator, with FIG. 4A illustrating an example of a typical orbit attracted to a limit cycle, where the shading encodes time t.
- FIG. 4D shows violin plots summarize distribution of neural network mean-square error or loss L for 50 fully connected neural networks of sine neurons (503), type-1 neurons (506), type-2 neurons (509), and a mix of type 1 and type 2 neurons (512).
- the learned diversity neural network outperforms either of its pure components as well as a homogeneous network of neurons with sinusoidal activations.
- the mix of 2 neuron types outperforms any single neuron type on average.
- activation functions were meta-learned for both a conventional and a Hamiltonian neural network.
- a Hamiltonian neural network learns a dynamical system by intaking position and momentum and outputting a single energy-like variable, which it differentiates according to Hamilton’s recipe.
- it learns the Hamiltonian function, which is the generator of derivatives. This more powerful and efficient strategy is an excellent example of physics-informed machine learning.
- a conventional neural network maps positions and velocities ⁇ q t , q t ⁇ to approximations of their time derivatives, and adjusts its internal parameters to minimize the mean-square-error or loss:
- the trained network can extrapolate a given initial condition via the Euler update [q, q ⁇ - [q, q ⁇ + ⁇ q, q ⁇ dt.
- a Hamiltonian neural network maps position and momenta ⁇ q t ,p t ⁇ to the scalar Hamiltonian function H, uses reverse-mode automatic differentiation to find the Hamiltonian’s gradients, uses the gradients to approximate the position and momentum change rates, and adjusts its internal parameters to minimize the loss: and enforce Hamilton’s motion equations.
- the trained network can extrapolate a given initial condition via the Euler update ⁇ q,p ⁇ ⁇ - ⁇ q,p ⁇ + ⁇ q,p ⁇ dt. [0040] As summarized by FIGS.
- FIG. 5A-5C illustrate an example of meta-learning 2 activations for nonlinear regressing or forecasting Henon-Heiles orbits.
- FIG. 5A shows regular and chaotic, low and high-energy Henon-Heiles orbits, where shades code time.
- FIG. 5B shows conventional and Hamiltonian neural networks learn activation functions from base sinusoids.
- FIG. 5C shows box plots that summarize distributions of mean-square-error validation losses L, starting from 50 random initializations of weights and biases, for fully connected neural networks.
- Hamiltonian neural networks greatly outperform conventional neural networks and heterogeneous neuron types consistently outperform their homogeneous components on average.
- the normalized participation ratio r /N.
- FIG. 6 plots the joint probability densities p(A, r) for multiple realizations of the learned diversity neural network of FIGS. 3A-3D and the homogeneous competitors.
- Increased participation accompanies increased accuracy, with the diverse network maximizing both.
- the mix of two neurons types has the best mean accuracy A and normalized participation ratio r, suggesting that more of its neurons are participating when the mix achieves the best MNIST-1D classification.
- homogeneous networks of neurons with popular activation functions have lower accuracy and participation ratios reflecting their poorer effectiveness.
- Biomimetic engineering or biomimicry is design inspired by nature. Just as monoculture crops can be fragile, while diverse crops can be robust, heterogeneous neural networks can outperform homogeneous ones. Here, advantages of varying activation functions within each layer are highlighted and the best variation by replacing activations by sub-networks can be learned.
- learned diversity neural networks can discover novel sets of activation functions, when most artificial neural networks use just one of a small number of conventional activations per layer. Practically, mixes of learned activations can outperform traditional activations - where even a 1% improvement can be significant - and the learned activations can be efficiently reused in diverse neural networks.
- the learned diversity may be optimized by adjusting hyperparameters, applying learned diversity to a wider range of regression and classification problems, testing diverse neural networks for robustness, investigating clustering of learned activations, and applying learned diversity to different neural network architectures, such as recurrent neural networks and reservoir computers, as well as physics-applied and physics-informed neural networks.
- Learned diversity offers neural networks sets of tailored basis functions, which enhance their expressiveness and adaptability and facilitates efficient function approximation.
- neural networks discover heterogeneous arrangements of nonlinear neuronal activations that can outperform their homogeneous counterparts with the same training.
- Specific examples of dynamical systems that spontaneously select diversity over uniformity are provided, and thereby furthers the understanding of diversity and its role in strengthening natural and artificial systems.
- FIG. 7 illustrates examples of mean validation accuracy versus training number (number of training data) in epochs after meta-learning two activation functions based on a sinusoid using networks of 1, 2, 3 hidden layers.
- the heterogeneous network (Mod Sin 12) outperforms both homogeneous networks of either component (Mod Sin 1 and Mod Sin 2) and homogeneous networks using popular activation functions (Base ReLLI, Base Sin and Base Tanh) on average.
- the meta-learning inner loop trained a 40 : 100 : 10 fully- connected feed-forward neural network with 10 4 40-pixel classified digit images shuffled 5 times while the meta-learning outer loop updated the weights and biases of the 2-activation- function 1 : 50 : 1 sub-networks 10 3 times, resetting the inner network every time, and similarly for multiple hidden layers.
- FIG. 8 illustrates an example of neural network MNIST-1 D classification accuracy as a function of network size. Box and whiskers plots summarize accuracy distribution (including median, quartiles, extent, and outliers). The same learning rate was used for each network size, optimized to avoid over-fitting.
- the learned activation functions were manually fitted, and evolved from, for each of the configurations. The activation functions evolved from zero (the null function) with similar results evolved from sine. They were run for 15 epochs for 100 different realizations and computed their classification accuracies. For all sizes, the mixed networks of 2 neuron types outperform the pure networks on average, and also outperform both a learned single activation function and traditional activation functions like ReLLI and sine.
- FIGS. 9A-9D summarize meta-learning 3 activations for classification.
- the activation functions of neurons are subject to the constraint of having three functions distributed equally among the neuronal population for the MNIST-
- FIGS. 9A-9C show how the activation functions cj n (a) evolve from a base sinusoid, with encoding over time t.
- FIG. 9D shows violin plots summarizing validation accuracy A for 50 fully connected neural networks of type-1 neurons, type-2 neurons, type-3 neurons, and a mix of all 3 neuron types (1,2,3). Again, the mixed network outperforms the three pure networks on average.
- FIG. 10 shows spectral plots for meta-learning two activation functions for MNIST-1D classification.
- Spectral density p versus eigenvalues A of the loss-function second-derivative hessian matrices for classifying MNIST-1 D with pure and mixed networks display clear trends in both traces and area bounded near zero.
- the fraction of bounded area in the shaded region is a measure of the flatness of a minimum, as is the hessian trace, both of which trend similarly.
- FIGS. 11 A-11C illustrate learned activation functions for ELU (rectifying), sine (harmonic), tanh (saturating), respectively.
- the learned activation functions o-(x) based on rectifying ELU(x), harmonic sin(x), and saturating tanh(x) have qualitatively similar near-zero behavior.
- FIG. 11 A a single function is learned that behaves as an odd function near zero.
- FIGS. 11 B and 11C odd and even functions are learned starting from many base functions.
- FIG. 12 illustrates an example of noisy descent.
- the plot codes time t as the state point wanders to different local minima of potential landscape V from same initial conditions under multiple realizations of the same noise.
- the effective dynamics is that of an overdamped particle buffeted by noise sliding on a complicated potential with many local minima.
- the drift term dt includes minus the gradient of the loss function £, and the Brownian motion noise term dW t includes the learning rate i .
- the noise aligns with the Hessian near a minimum, and the equation (8) Hessian dependence ensures that stochastic gradient descent escapes multiple sharp minima via directions corresponding to large eigenvalues of the Hessian and eventually converges to the flatter minimum.
- FIG. 13 illustrates an example of a computing (or processing) device that can be utilized for diversity based deep learning using the described techniques.
- PyHessian Library was used to compute hessian based statistics without the cost of generating the full hessian matrix.
- the trace of the hessian matrix was computed using Hutchinson’s method exploiting the symmetric nature of the matrix.
- the Empirical Spectral Density (ESD) of hessian eigenvalues was computed through Stochastic Lanczos Quadrature (SLQ) within several successive approximation schemes.
- SLQ Stochastic Lanczos Quadrature
- SLQ Stochastic Lanczos Quadrature
- a classifier using the learned activation(s) was trained in Pytorch and the model was saved. Using this saved model and test data, PyHessian can use PyTorch’s backward graph to compute the gradients needed to build the hessian trace and ESD.
- FIG. 13 shown is a schematic block diagram of a computing (or processing) device 1300 that can be utilized for diversity based deep learning using the described techniques.
- the computing device 1300 may represent a mobile device (e.g., a smartphone, tablet, computer, etc.) or other processing device.
- Each computing device 1300 includes processing circuitry comprising at least one processor circuit, for example, having a processor 1303 and a memory 1306, both of which are coupled to a local interface 1309.
- each computing device 1300 may comprise, for example, at least one server computer or like device.
- the local interface 1309 may comprise, for example, a data bus with an accompanying address/control bus or other bus structure as can be appreciated.
- the computing device 1300 can include one or more network interfaces 1310.
- the network interface 1310 may comprise, for example, a wireless transmitter, a wireless transceiver, and a wireless receiver.
- the network interface 1310 can communicate to a remote computing device using a Bluetooth protocol.
- Bluetooth protocol As one skilled in the art can appreciate, other wireless protocols may be used in the various embodiments of the present disclosure.
- Stored in the memory 1306 are both data and several components that are executable by the processor 1303.
- stored in the memory 1306 and executable by the processor 1303 are diversity based deep learning program 1315, application program 1318, and potentially other applications.
- Also stored in the memory 1306 may be a data store 1312 and other data.
- an operating system may be stored in the memory 1306 and executable by the processor 1303.
- executable means a program file that is in a form that can ultimately be run by the processor 1303.
- executable programs may be, for example, a compiled program that can be translated into machine code in a format that can be loaded into a random access portion of the memory 1306 and run by the processor 1303, source code that may be expressed in proper format such as object code that is capable of being loaded into a random access portion of the memory 1306 and executed by the processor 1303, or source code that may be interpreted by another executable program to generate instructions in a random access portion of the memory 1306 to be executed by the processor 1303, etc.
- An executable program may be stored in any portion or component of the memory 1306 including, for example, random access memory (RAM), read-only memory (ROM), hard drive, solid-state drive, USB flash drive, memory card, optical disc such as compact disc (CD) or digital versatile disc (DVD), floppy disk, magnetic tape, or other memory components.
- RAM random access memory
- ROM read-only memory
- hard drive solid-state drive
- USB flash drive USB flash drive
- memory card such as compact disc (CD) or digital versatile disc (DVD), floppy disk, magnetic tape, or other memory components.
- CD compact disc
- DVD digital versatile disc
- the memory 1306 is defined herein as including both volatile and nonvolatile memory and data storage components. Volatile components are those that do not retain data values upon loss of power. Nonvolatile components are those that retain data upon a loss of power.
- the memory 1306 may comprise, for example, random access memory (RAM), read-only memory (ROM), hard disk drives, solid-state drives, USB flash drives, memory cards accessed via a memory card reader, floppy disks accessed via an associated floppy disk drive, optical discs accessed via an optical disc drive, magnetic tapes accessed via an appropriate tape drive, and/or other memory components, or a combination of any two or more of these memory components.
- the RAM may comprise, for example, static random access memory (SRAM), dynamic random access memory (DRAM), or magnetic random access memory (MRAM) and other such devices.
- the ROM may comprise, for example, a programmable read-only memory (PROM), an erasable programmable read-only memory (EPROM), an electrically erasable programmable readonly memory (EEPROM), or other like memory device.
- the processor 1303 may represent multiple processors 1303 and/or multiple processor cores and the memory 1306 may represent multiple memories 1306 that operate in parallel processing circuits, respectively.
- the local interface 1309 may be an appropriate network that facilitates communication between any two of the multiple processors 1303, between any processor 1303 and any of the memories 1306, or between any two of the memories 1306, etc.
- the local interface 1309 may comprise additional systems designed to coordinate this communication, including, for example, performing load balancing.
- the processor 1303 may be of electrical or of some other available construction.
- the diversity based deep learning program 1315 and the application program 1318, and other various systems described herein may be embodied in software or code executed by general purpose hardware as discussed above, as an alternative the same may also be embodied in dedicated hardware or a combination of software/general purpose hardware and dedicated hardware. If embodied in dedicated hardware, each can be implemented as a circuit or state machine that employs any one of or a combination of a number of technologies. These technologies may include, but are not limited to, discrete logic circuits having logic gates for implementing various logic functions upon an application of one or more data signals, application specific integrated circuits (ASICs) having appropriate logic gates, field-programmable gate arrays (FPGAs), or other components, etc. Such technologies are generally well known by those skilled in the art and, consequently, are not described in detail herein.
- any logic or application described herein, including the diversity based deep learning program 1315 and the application program 1318, that comprises software or code can be embodied in any non-transitory computer-readable medium for use by or in connection with an instruction execution system such as, for example, a processor 1303 in a computer system or other system.
- the logic may comprise, for example, statements including instructions and declarations that can be fetched from the computer- readable medium and executed by the instruction execution system.
- a "computer-readable medium" can be any medium that can contain, store, or maintain the logic or application described herein for use by or in connection with the instruction execution system.
- the computer-readable medium can comprise any one of many physical media such as, for example, magnetic, optical, or semiconductor media. More specific examples of a suitable computer-readable medium would include, but are not limited to, magnetic tapes, magnetic floppy diskettes, magnetic hard drives, memory cards, solid-state drives, USB flash drives, or optical discs. Also, the computer-readable medium may be a random access memory (RAM) including, for example, static random access memory (SRAM) and dynamic random access memory (DRAM), or magnetic random access memory (MRAM).
- RAM random access memory
- SRAM static random access memory
- DRAM dynamic random access memory
- MRAM magnetic random access memory
- the computer-readable medium may be a read-only memory (ROM), a programmable readonly memory (PROM), an erasable programmable read-only memory (EPROM), an electrically erasable programmable read-only memory (EEPROM), or other type of memory device.
- ROM read-only memory
- PROM programmable readonly memory
- EPROM erasable programmable read-only memory
- EEPROM electrically erasable programmable read-only memory
- any logic or application described herein including the diversity based deep learning program 1315 and the application program 1318, may be implemented and structured in a variety of ways.
- one or more applications described may be implemented as modules or components of a single application.
- one or more applications described herein may be executed in shared or separate computing devices or a combination thereof.
- a plurality of the applications described herein may execute in the same computing device 1300, or in multiple computing devices in the same computing environment.
- terms such as “application,” “service,” “system,” “engine,” “module,” and so on may be interchangeable and are not intended to be limiting.
- ratios, concentrations, amounts, and other numerical data may be expressed herein in a range format. It is to be understood that such a range format is used for convenience and brevity, and thus, should be interpreted in a flexible manner to include not only the numerical values explicitly recited as the limits of the range, but also to include all the individual numerical values or sub-ranges encompassed within that range as if each numerical value and sub-range is explicitly recited. To illustrate, a concentration range of “about 0.1% to about 5%” should be interpreted to include not only the explicitly recited concentration of about 0.1 wt% to about 5 wt%, but also include individual concentrations
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- General Health & Medical Sciences (AREA)
- Biomedical Technology (AREA)
- Biophysics (AREA)
- Computational Linguistics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US18/854,170 US20250342352A1 (en) | 2022-04-05 | 2023-04-05 | Diversity based deep learning system |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US202263327534P | 2022-04-05 | 2022-04-05 | |
| US63/327,534 | 2022-04-05 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2023196858A1 true WO2023196858A1 (en) | 2023-10-12 |
Family
ID=88243661
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2023/065383 Ceased WO2023196858A1 (en) | 2022-04-05 | 2023-04-05 | Diversity based deep learning system |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US20250342352A1 (en) |
| WO (1) | WO2023196858A1 (en) |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20200210847A1 (en) * | 2017-10-26 | 2020-07-02 | SparkCognition, Inc. | Ensembling of neural network models |
| US20200402223A1 (en) * | 2019-06-24 | 2020-12-24 | Insurance Services Office, Inc. | Machine Learning Systems and Methods for Improved Localization of Image Forgery |
| US20210287089A1 (en) * | 2020-03-14 | 2021-09-16 | DataRobot, Inc. | Automated and adaptive design and training of neural networks |
| US20210390414A1 (en) * | 2020-06-10 | 2021-12-16 | Nvidia Corporation | Accelerated training for neural network models |
-
2023
- 2023-04-05 WO PCT/US2023/065383 patent/WO2023196858A1/en not_active Ceased
- 2023-04-05 US US18/854,170 patent/US20250342352A1/en active Pending
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20200210847A1 (en) * | 2017-10-26 | 2020-07-02 | SparkCognition, Inc. | Ensembling of neural network models |
| US20200402223A1 (en) * | 2019-06-24 | 2020-12-24 | Insurance Services Office, Inc. | Machine Learning Systems and Methods for Improved Localization of Image Forgery |
| US20210287089A1 (en) * | 2020-03-14 | 2021-09-16 | DataRobot, Inc. | Automated and adaptive design and training of neural networks |
| US20210390414A1 (en) * | 2020-06-10 | 2021-12-16 | Nvidia Corporation | Accelerated training for neural network models |
Also Published As
| Publication number | Publication date |
|---|---|
| US20250342352A1 (en) | 2025-11-06 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Khamparia et al. | A systematic review on deep learning architectures and applications | |
| Aggarwal | An introduction to neural networks | |
| Lukic et al. | Radio Galaxy Zoo: compact and extended radio source classification with deep learning | |
| Ren et al. | Ensemble classification and regression-recent developments, applications and future directions | |
| Kontschieder et al. | Deep neural decision forests | |
| Carreira-Perpinán et al. | Model compression as constrained optimization, with application to neural nets. Part II: Quantization | |
| Hillar et al. | Robust exponential memory in Hopfield networks | |
| Lukoševicius | Reservoir computing and self-organized neural hierarchies | |
| Mancoo et al. | Understanding spiking networks through convex optimization | |
| Halverson | TASI lectures on physics for machine learning | |
| Biehl | The Shallow and the Deep: A biased introduction to neural networks and old school machine learning | |
| Forster et al. | Neural simpletrons: Learning in the limit of few labels with directed generative networks | |
| Roberts | Why is AI hard and Physics simple? | |
| Karkar et al. | A principle of least action for the training of neural networks | |
| Mali et al. | Recognizing long grammatical sequences using recurrent networks augmented with an external differentiable stack | |
| Choudhary et al. | Neuronal diversity can improve machine learning for physics and beyond | |
| Myers et al. | Multi-beam beamforming-based ML algorithm to optimize the routing of drone swarms | |
| Yin | Random neural network methods and deep learning | |
| US20250342352A1 (en) | Diversity based deep learning system | |
| Akmeşe et al. | The time series classification of discrete-time chaotic systems using deep learning approaches | |
| Millea | Explorations in echo state networks | |
| Shahbazi et al. | CISMN: A Chaos-Integrated Synaptic-Memory Network with Multi-Compartment Chaotic Dynamics for Robust Nonlinear Regression | |
| Gangopadhyay et al. | A sparsity-driven backpropagation-less learning framework using populations of spiking growth transform neurons | |
| Mitchell et al. | Deep learning using partitioned data vectors | |
| Luu et al. | Parameter efficient hybrid spiking-quantum convolutional neural network with surrogate gradient and quantum data-reupload |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 23785602 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 18854170 Country of ref document: US |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 30.01.2025) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 23785602 Country of ref document: EP Kind code of ref document: A1 |
|
| WWP | Wipo information: published in national office |
Ref document number: 18854170 Country of ref document: US |




