Pith. sign in

REVIEW 3 major objections 4 minor 300 references

The Good, The Efficient and the Inductive Biases: Exploring Efficiency in Deep Learning Through the Use of Inductive Biases

T0 review · 3 major / 4 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read This dissertation argues that two inductive biases—continuous modeling and symmetry preservation—improve deep learning efficiency across compute, data, parameters, and design.

desk verdict A candid, well-organized dissertation of peer-reviewed work; the six-axis taxonomy is useful, but the 'design efficiency' claim is asserted, not measured. read the letter →

arxiv 2411.09827 v1 pith:2SXYPQJK submitted 2024-11-14 cs.LG

classification cs.LG
keywords inductivebiasescontinuousmodelingsymmetrypreservationkernelconvolutionsgroupequivariancepartialdeeplearningefficiency
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This dissertation tries to establish that two design principles—modeling neural operations in a continuous space and building operations that respect the symmetries of data—make deep learning substantially more efficient, not just on one axis but across compute, data, parameters, and the human effort of architecture design. It argues that continuous kernels let a fixed parameter budget cover arbitrarily long contexts, survive resolution changes, handle irregular sampling, and open architecture search to gradient descent. It argues that symmetry-preserving layers improve data and parameter efficiency through weight sharing, at the cost of extra computation. The dissertation bundles a series of the author's contributed methods—continuous kernel convolutions, a general-purpose CNN, learned gridification, learnable kernel sizes, differentiable architecture search, and equivariant attention and convolution—and reads them as collective evidence for the two biases. The contribution is the synthesis: framing efficiency broadly and attributing gains to particular inductive biases.

What carries the argument

The central objects are the continuous kernel parameterization—an MLP or multiplicative filter network, such as a SIREN (a multilayer perceptron with sine activations) or a MAGNet (a multiplicative filter network built from anisotropic Gabor functions), that maps relative coordinates to kernel values—and the Gaussian mask mechanism in FlexConv that makes kernel size differentiable. On the symmetry side, the central objects are group convolutions, group-equivariant attention, and partial group convolutions, which encode translation, rotation, and scale symmetries through weight sharing. These mechanisms carry the efficiency claims: the continuous-kernel family removes the dependence of parameter count on context length, supports resolution transfer and irregular data, and turns architecture search into gradient-based optimization; the symmetry-preserving family reduces the data and parameters needed while preserving prediction consistency under input symmetries.

What would settle it

Run the proposed continuous and equivariant models on a shared, larger-scale benchmark suite, for instance ImageNet-scale image classification and long-context language modeling, with matched parameter, compute, and data budgets alongside the thesis's main baselines; if the claimed compute, data, parameter, or design-efficiency advantages disappear or reverse, the central claim is falsified.

Watch

Extended reading notes

Core claim

The dissertation's central claim is that two inductive biases—continuous modeling and symmetry preservation—are broadly efficiency-improving design principles for deep learning. Continuous modeling parameterizes operations, notably convolutional kernels, as functions of continuous coordinates, so a fixed parameter budget yields arbitrarily large, resolution-agnostic kernels and makes architectural components learnable by gradient descent. Symmetry preservation builds transformations that respect data symmetries, improving data and parameter efficiency through weight sharing, though it can raise computational cost. The thesis evaluates these claims through a series of contributed methods and concludes that the biases yield gains in compute, data, parameter, and design efficiency, with acknowledged trade-offs.

Load-bearing premise

The load-bearing premise is that the efficiency gains reported on small benchmarks and against the specific baselines chosen in the author's own papers are representative of how these methods would behave in real-world, large-scale use, and that design efficiency is a well-defined quantity even though the thesis gives no metric for it.

Editorial extensions

If this is right

  • One network architecture can be trained at low resolution and deployed at higher resolutions, or on irregularly sampled data, without redesigning the model.
  • Convolutional layers can model entire sequences with global kernels under a fixed parameter budget, matching or beating recurrent and attention models on benchmark sequential tasks.
  • Kernel sizes, layer widths, downsampling locations, and network depth become learnable by backpropagation, removing part of the manual architecture-design burden.
  • Symmetry-preserving models achieve higher accuracy per training example and per parameter, but pay a computational overhead; partial equivariance can soften this trade-off by letting the model decide how much symmetry to enforce.
  • Point-cloud pipelines can map irregular data to compact grids and then use standard grid convolutions, improving scalability while preserving competitive accuracy.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A direct testable extension would combine continuous kernel parameterization with symmetry preservation, for instance equivariant continuous kernels for point clouds, and measure whether the two efficiency gains compound or partly cancel.
  • The thesis does not define a quantitative metric for design efficiency; a reader who wants to verify that claim would need to operationalize it, for example as human hours or compute needed to reach a target accuracy on a new dataset.
  • The small-benchmark evidence suggests a high-risk prediction: if scaled to large models and datasets, the fixed-parameter continuous kernel advantage may shrink relative to learned sparse or recurrent alternatives, because storing full-resolution kernel responses grows with input length.
  • The symmetry part implies that in domains where symmetries are only approximate, fully equivariant models may underperform learnable partial equivariance; this suggests a broader principle of treating inductive bias strength as a tunable hyperparameter rather than a binary choice.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The manuscript is a PhD dissertation, posted on arXiv, which argues that two inductive biases—continuous modeling and symmetry preservation—can substantially improve the efficiency of deep learning along compute, data, parameter, and design axes. The first part (Chapters 2–6) presents continuous-kernel and continuous-architecture methods (CKConv, CCNN, gridification, FlexConv, DNArch), while the second part (Chapters 7–11) presents equivariant and partially equivariant architectures. The dissertation contributes an efficiency taxonomy (Sec. 1.2.1), a summary table of per-chapter efficiency contributions (Table 1.1), and a concluding chapter with explicit limitations. Because each chapter is based on previously published papers by the author, the central claim is a synthesis-level claim about efficiency rather than a report of new experiments. The review copy provided to me is truncated after Sec. 5.4.1, so Part II is assessed here only through its abstract, chapter summaries, and Table 1.1.

Significance. If the synthesis claim were adequately supported, the dissertation would provide a useful organizing perspective on how continuous modeling and symmetry preservation translate into resource savings. Several individual contributions have already survived peer review (ICLR, ICML, NeurIPS, TMLR), and the thesis contains genuinely useful analytic results, including the resolution-change formula in Eq. (2.5) and the alias-frequency bound in Eqs. (D.12)–(D.16). The thesis is also unusually candid: Ch. 12.1 explicitly acknowledges the computational costs of global convolutions, the input-dependence of long convolutional models, and the need for symmetry pre-specification. What is missing is a quantitative, unified efficiency protocol: the central claim is stated in the abstract and Table 1.1, but no chapter measures the resources it claims to save, and no independent verification of the efficiency attributions is provided. The value of the dissertation as a structured compendium of the author's contributions is clear; the value of its efficiency framing as a falsifiable research claim is not yet established.

major comments (3)
  1. [Sec. 1.2.1, Table 1.1, Chs. 2, 5, 6] Design efficiency is defined in Sec. 1.2.1 as 'the resources in terms of compute, human hours, memory, experimentation, etc. needed to design a high-performing architecture,' and Table 1.1 assigns design-efficiency checkmarks to Chapters 2, 3, 5, 6, and 11. However, no chapter reports a measurement of any of these quantities. For example, Ch. 5 claims that FlexConv relieves users from pre-specifying kernel sizes, and Ch. 6 claims that DNArch learns kernel sizes, widths, depths, and downsampling positions by backpropagation, but neither measures the human effort, number of configurations explored, or compute required to reach a target accuracy relative to manual design or a discrete NAS baseline. The abstract's claim of 'substantial benefits' for design efficiency is therefore non-falsifiable from the evidence in this manuscript. The dissertation's own limitation statement in Ch. 12.1 is qualitative and does not repair this gap, and the acknowledged sensitivity of CKConv to the hyperparameter ω0 (Sec. 2.6) is an example of a design cost that is never included in the accounting.
  2. [Sec. 2.5, Table 2.3] The compute-efficiency claim for Chapter 2 relies in part on comparisons that do not separate model capacity from training budget. In Table 2.3, the neural-ODE baselines on SC raw are reported with accuracy ≈10.0, and Sec. 2.5 states that this result is obtained after a single training epoch under a computational budget matched to the CKCNN. The text further states that 'CKCNNs trained on SC raw are able to outperform several Neural ODE models trained on the preprocessed data (SC).' This second comparison uses different input representations, and the first comparison gives the baselines no opportunity to show standard accuracy-vs-epoch behavior. To support the chapter's compute-efficiency checkmark, the thesis should provide accuracy-versus-compute curves or matched-budget comparisons in which the baselines are also trained to convergence or clearly shown to be unable to reach it within a much larger budget.
  3. [Sec. 1.4, Table 1.1] The synthesis-level efficiency claim is supported almost entirely by the author's own previously published papers. Each chapter in Sec. 1.4 is based on a paper authored or co-authored by the dissertation author, and the efficiency attributions in Table 1.1 are categorical checks rather than quantitative results. This is not a logical circularity in any derivation, but it does mean that the thesis's central claim is a summary of the author's published claims rather than an independent evaluation of them. If the dissertation is intended as a research synthesis rather than a compendium, it needs a dedicated quantitative meta-analysis over the constituent papers: a common set of efficiency metrics, matched training budgets, and effect sizes that would let a reader see whether 'substantial benefits' is supported across chapters and modalities.
minor comments (4)
  1. [Sec. 1.2.1] The sentence 'Architectures that required lower lower overall inversions are more financially efficient' contains a duplicated 'lower' and the likely intended word is 'investments' rather than 'inversions'.
  2. [Table 1.1 footnote] In the table's footnote, 'financial efficiently' should be 'financial efficiency'.
  3. [Sec. 4.6] The concluding paragraph says gridification allows 'performing neural operations in there'; this should be 'in the grid' or 'on the grid' for clarity.
  4. [Sec. 2.6] The admission that CKCNNs are very susceptible to the selection of ω0, and that finding a good value induces an important cost in hyperparameter search, is honest and useful; this cost should be reported quantitatively because it bears directly on the design-efficiency claims made for the method.

Circularity Check

0 steps flagged · score 0.0 of 10

No circular derivation found; the efficiency claims are supported by chapter-level external benchmarks, with self-referential synthesis and unmeasured 'design efficiency' as completeness risks rather than circularity.

full rationale

I walked the claimed derivation chain chapter by chapter. The abstract's conclusion that continuous modeling and symmetry preservation improve efficiency is a synthesis of the author's own previously published papers, but each constituent chapter reports experiments against external benchmarks (sMNIST, pMNIST, sCIFAR10, CIFAR-10, ModelNet40, PhysioNet, LRA, etc.) and independent complexity analyses, so the evidence is not merely a self-citation loop. The places where circularity would most plausibly hide do not actually reduce to inputs: in Ch. 2, Eq. (2.5), the resolution-change relation, is a derived consequence of sampling a continuous kernel, and the parameter-efficiency numbers are direct arithmetic comparisons against discrete global kernels; in Ch. 5, the alias-free frequency bound (Eqs. D.12-D.16) is derived analytically from the MAGNet/MFN basis representation and then used as a regularizer, with the subsequent resolution-generalization results being measurements rather than restatements of the bound; in Ch. 3, the 'necessary and sufficient' claim is an architectural design argument rather than an equation whose output is its input. The self-referential aspects are real but not logical circularity: Table 1.1 assigns 'design efficiency' checkmarks without a unified measurement protocol, and the abstract's 'substantial benefits' for design efficiency is therefore not quantitatively pinned down; the one-epoch neural-ODE baselines in Sec. 2.5 are an unequal comparison, not a fitted parameter renamed as a prediction. I found no specific step where a derived quantity is equal, by construction or by a self-citation chain, to the quantity it is supposed to predict.

Assumptions & free parameters 3 free parameters · 3 assumptions · 1 invented entities

The thesis rests on empirical results from the author's prior papers; the free parameters listed are choices that materially affect the reported efficiency/accuracy trade-offs. The axioms are domain assumptions about the taxonomy, kernel expressivity, and benchmark representativeness. The invented entity is the 'design efficiency' axis, a conceptual framing without a quantitative definition.

free parameters (3)
  • omega0 (SIREN frequency prior) in CKConv kernels = not stated as single value; varies in [1,100]
    CKCNN performance on pMNIST ranges from 98.54 to 65.22 depending on omega0 (Sec. 2.6); the method requires hyperparameter search, and efficiency claims depend on a good choice.
  • Grid resolution in gridification = chosen per dataset so grid points approx equal point cloud size (e.g., 10x10x10 for N=1000)
    Ch. 4 Sec. 4.4: grid resolution is a design choice tied to point cloud size; the efficiency/accuracy trade-off depends on it.
  • Gaussian mask parameters (mu, sigma) in FlexConv = learned during training
    Ch. 5: the kernel size is determined by learned mask parameters; the anti-aliasing regularizer depends on them.
assumptions (3)
  • domain assumption The six efficiency axes in Sec. 1.2.1 are disjoint and exhaustive; environmental and financial efficiency are derivable from the other axes.
    This categorization underpins Table 1.1 and the claimed benefits, but no formal definition or measurement protocol is given.
  • domain assumption Kernel generator networks (MLPs, SIRENs, MAGNets) can approximate the convolutional kernels required for the tasks considered.
    Stated in Sec. 2.4.2 ('Our method relies on the assumption that the neural network MLPpsi is able to model complex dependencies densely'); empirically tested only for specific functions and datasets.
  • domain assumption The benchmarks used (MNIST, CIFAR, ModelNet40, LRA, etc.) are representative of the efficiency benefits claimed for real-world deep learning.
    The thesis's efficiency conclusions generalize from small-scale benchmarks to broader practice, which is a load-bearing but untested assumption.
invented entities (1)
  • Design efficiency as a distinct efficiency axis
    purpose: To frame the contribution of methods like FlexConv and DNArch that reduce the cost of designing architectures for new tasks
    Introduced in Sec. 1.2.1 and used in Table 1.1, but no metric or falsifiable measurement is provided; it is a conceptual category rather than a measurable quantity.

how reviews work

0 comments
Cite this review

Pith. "Pith review of The Good, The Efficient and the Inductive Biases: Exploring Efficiency in Deep Learning Through the Use of Inductive Biases." pith.science (2026). https://pith.science/paper/2SXYPQJK

@misc{pith2026241109827,
  author       = {Pith},
  title        = {Pith review of: The Good, The Efficient and the Inductive Biases: Exploring Efficiency in Deep Learning Through the Use of Inductive Biases},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/2SXYPQJK}},
  note         = {Machine review of arXiv:2411.09827}
}
read the original abstract

The emergence of Deep Learning has marked a profound shift in machine learning, driven by numerous breakthroughs achieved in recent years. However, as Deep Learning becomes increasingly present in everyday tools and applications, there is a growing need to address unresolved challenges related to its efficiency and sustainability. This dissertation delves into the role of inductive biases -- particularly, continuous modeling and symmetry preservation -- as strategies to enhance the efficiency of Deep Learning. It is structured in two main parts. The first part investigates continuous modeling as a tool to improve the efficiency of Deep Learning algorithms. Continuous modeling involves the idea of parameterizing neural operations in a continuous space. The research presented here demonstrates substantial benefits for the (i) computational efficiency -- in time and memory, (ii) the parameter efficiency, and (iii) design efficiency -- the complexity of designing neural architectures for new datasets and tasks. The second focuses on the role of symmetry preservation on Deep Learning efficiency. Symmetry preservation involves designing neural operations that align with the inherent symmetries of data. The research presented in this part highlights significant gains both in data and parameter efficiency through the use of symmetry preservation. However, it also acknowledges a resulting trade-off of increased computational costs. The dissertation concludes with a critical evaluation of these findings, openly discussing their limitations and proposing strategies to address them, informed by literature and the author insights. It ends by identifying promising future research avenues in the exploration of inductive biases for efficiency, and their wider implications for Deep Learning.

Figures

Figures reproduced from arXiv: 2411.09827 by the authors.

Figure 1.1
Figure 1.1. Convolutional vs fully connected layers. Convolutional layers share the same weights across all positions. Hence, the same mapping is applied (and learned) at all positions –here depicted by weights of the same color in 1.1a. In contrast, fully connected layers apply (and learn) a unique set of weights to each position (1.1b). This increases the number of weights needed by O(N2 ) for an N×N image, and hampers genera… view at source ↗
Figure 1.2
Figure 1.2. Kernels learned by AlexNet [196]. Despite their discrete parameterization, the convolutional kernels learn discrete approximations of continuous functions. Rep￾resenting the kernels in a continuous domain facilitates the learning of such kernels. have significant impact on various efficiency facets and the learning, generalization and applicability of Deep Learning algorithms: continuous modeling and symmetry preser… view at source ↗
Figure 2.1
Figure 2.1. Continuous Kernel Convolution (CKConv). CKConv views a convolutional kernel as a vector-valued continuous function ψ ∶ R → RNout×Nin parameterized by a small neural network MLPψ. MLPψ receives a time-step and outputs the value of the convolutional kernel at that position. We sample convolutional kernels by passing a set of relative positions {∆τi} to MLPψ, and perform convolution with the sampled kernel next. Since … view at source ↗
Figures from the paper (69 more)
Figure 2.2
Figure 2.2. Figure 2.2: Discrete centered, causal, and dilated causal convolutions. described the same way: (x ∗ ψ)(t) = Nin ∑ c=1 NX/2 ∑ τ=−NX/2 xc(τ)ψc(t − τ). (2.2) Values x(τ) falling outside of X are often padded by a constant value of zero ( [PITH_FULL_IMAGE:figures/full_fig_p038_2_2.png]
Figure 2.3
Figure 2.3. Figure 2.3: Functional family of recurrent units, discrete convolutions and CKConvs. For max. eigenvalues of W, λ≠1, recurrent units are restricted to exponentially decreas￾ing (λ≤1) or increasing (λ≥1) functions (Figs. 2.3a, 2.3b). Discrete convolutions can de￾scribe arbitrary …
Figure 2.4
Figure 2.4. Figure 2.4: Approximation quality of MLPs with ReLU, LeakyReLU, Swish, and Sine nonlinearities. Networks with (smooth) piece-wise nonlinearities are unable to approx￾imate non-smooth, non-linear functions. Sine networks, on the other hand, quickly ap￾proximate all target functio…
Figure 3.1
Figure 3.1. Figure 3.1: Discrete and continuous convolutional kernels. Discrete convolutional ker￾nels assign a weight wi out of a discrete set of weights W to a relative offset x − x˜. This ties the kernel to the length, resolution and dimensionality of the input, limiting the gen￾eral app…
Figure 3.2
Figure 3.2. Figure 3.2: Continuous convolutional kernels: the key to a unified CNN architecture. The continuous parameterization of convolutional kernels used in this work consists of a small kernel network φkernel that receives coordinates as input and outputs the value of the convolutiona…
Figure 3.3
Figure 3.3. Figure 3.3: Operation types: global, pointwise and local. Local operations are resolution dependent. Transferring a local operation from (3.3a) to a lower resolution (3.3b) leads to an increased receptive field. 3.3.1 Pointwise Operations: Linear Layers, Dropout, Pointwise Nonli…
Figure 3.4
Figure 3.4. Figure 3.4: Applying a Continuous Kernel Convolution. Given a pixel-position in the in￾put image x ∈ Ω( f ), we obtain relative offsets to surrounding pixels {x − x˜}x˜∈Ω( f ) (3.4a). Next, we pass each relative position to the kernel generator network in order to generate the k…
Figure 3.5
Figure 3.5. Figure 3.5: The CCNN architecture. Starting point. In principle, the CNN archi￾tectures with CKConv [321] and FlexConv [319] introduced previously fulfill the requirements posited in Sec. 3.3. Nevertheless, as depicted in these papers, these architectures still must be tai￾lored…
Figure 3.6
Figure 3.6. Figure 3.6: Histogram of the output of a CCNN with and without our proposed kernel initialization. tasks considered, we start from a FlexNet [319], and propose several structural changes (Sec. 3.4.1). The resulting CCNN architecture is shown in [PITH_FULL_IMAGE:figures/full_fig…
Figure 3.7
Figure 3.7. Figure 3.7: Residual blocks used in FlexCCNNs [319], S4 [129] and CCNNs (ours). Depthwise Separable Continuous Convolutions. Separable convolutions have long been used to improve the parameter and computational efficiency of CNNs [311, 354]. Recent architectures have leveraged s…
Figure 3.9
Figure 3.9. Figure 3.9: Performance of the CCNN6,380 on the LRA Image task, where samples are either input as sequence or with the origi￾nal image structure. 3.6 Limitations and Future Work Computational efficiency. Although convolutions with large convolutional kernels scale better than se…
Figure 4.1
Figure 4.1. Figure 4.1: Convolution on point clouds and grids. Due to the irregular nature of point clouds, convolutional kernels –and other operations based on neighborhood information– must be re-rendered for every query point in the point cloud (left). In contrast, grid data is regularly…
Figure 4.2
Figure 4.2. Figure 4.2: Voxelization of the Stanford Bunny [388] for different resolutions [179]. its neighborhood ( [PITH_FULL_IMAGE:figures/full_fig_p064_4_2.png]
Figure 4.3
Figure 4.3. Figure 4.3: Gridification. Gridification maps a point cloud P onto a compact regular grid G. The method first constructs a D-dimensional grid (left) that overlaps the point cloud. Then, it connects points on the point cloud to points in the grid given by a con￾nectivity scheme E…
Figure 4.4
Figure 4.4. Figure 4.4: Bilateral k-nearest neighbor connectivity for k=4. k-nearest neighbor connectivity [14, 71] for the construction of the connectivity scheme EP→G to guarantee that no points either in the grid G nor the point cloud P are discon￾nected. Bilateral k-nearest neighbor con…
Figure 4.5
Figure 4.5. Figure 4.5: Point cloud pipeline for global (left) and dense prediction tasks (right). process point clouds both for global and dense prediction tasks ( [PITH_FULL_IMAGE:figures/full_fig_p070_4_5.png]
Figure 4.6
Figure 4.6. Figure 4.6: Random point clouds with random scalar node features are mapped to a grid representation and back via (de)-gridification. initial frequency parameter Ω. The practical setup and instantiation of the convolution blocks can be found in Appendix C.1. We train our models …
Figure 4.7
Figure 4.7. Figure 4.7: Random point cloud reconstruction error for varying grid resolution and number of channels on the grid representation. Results [PITH_FULL_IMAGE:figures/full_fig_p073_4_7.png]
Figure 4.8
Figure 4.8. Figure 4.8: Average time (left) and GPU allocation (right) during inference on Model￾Net40 for a batch size of 32. 1 4 9 16 25 36 Number of neighbors 10 15 20 25 30 35 40 Inference time (ms) C=16 C=32 C=64 C=128 C=256 1 4 9 16 25 36 Number of neighbors 1.0 1.5 2.0 2.5 3.0 3.5 4.…
Figure 4.9
Figure 4.9. Figure 4.9: Average time (left) and GPU allocation (right) on ModelNet40 validation set per batch B = 32 for various number of neighbors and number of channels C on the grid representation. incurs in O(KD) memory and time complexity. In contrast, on grid data, we can com￾pute th…
Figure 5.1
Figure 5.1. Figure 5.1: The Flexible Size Continuous Kernel Convolution (FlexConv). FlexConv defines convolutional kernels as the multiplication of a continuous convolutional ker￾nel MLPψ, with a Gaussian mask of local support wgauss: ψ(x, y) = wgauss(x, y; θmask) ⋅ MLPψ(x, y). By learning …
Figure 5.2
Figure 5.2. Figure 5.2: Existing approaches increase the size of convolutional kernels via (learnable) parametric dilations, e.g., by deformation [74] (b) or by Gaussian blur [291] (c). How￾ever, dilation limits the bandwidth of the dilated kernel and with it, the amount of detail it can de…
Figure 5.3
Figure 5.3. Figure 5.3: The importance of dynamic sizes in continuous kernel convolutions. Con￾sider a neural network predicting pixel values at each position. If the entire image is considered, the network must use part of its capacity to learn to predict zeros outside of the flower region…
Figure 5.4
Figure 5.4. Figure 5.4: Left: Final MSE after fitting each model to Gabor filters of different frequen￾cies. N-Jets cannot fit high frequencies. Right: Kernels learned by each model. SIREN and MAGNet can fit all targets. MAGNet-S: a small MAGNet of size akin to N-Jets, still does well on th…
Figure 5.5
Figure 5.5. Figure 5.5: Alias-free FlexNet-16 on CIFAR-10. We report change in accuracy between source and target resolutions, directly after upsampling (left) and after fine-tuning (right) (means over five runs). with large and small discrete convolutional kernels (Tab. 5.3). Using small k…
Figure 5.6
Figure 5.6. Figure 5.6: Learned masks for FlexNets with 3, 5 and 7 residual blocks. FlexNets learn very small kernels at shallow layers, which become larger as a function of depth. as npCIFAR10. We observe that using this prior on npCIFAR10 leads to much faster convergence and better result…
Figure 6.1
Figure 6.1. Figure 6.1: DNArch views neural architectures as entities in a continuous multidimen￾sional space, and uses differentiable masks to learn their length by backpropagation. In this example, DNArch learns the width of a layer by applying a differentiable mask m with learnable param…
Figure 6.2
Figure 6.2. Figure 6.2: DARTS vs. DNArch. DARTS learns the size of convolutional kernels using backpropagation to select among predefined options, e.g., DASH [350]. DNArch, on the other hand, learns the size of convolutional kernels by modifying the parameters of the differentiable mask m(⋅…
Figure 6.3
Figure 6.3. Figure 6.3: Gaussian and sigmoid masks. where Tm is a predefined threshold below which the mask is zero. These masks are illustrated in [PITH_FULL_IMAGE:figures/full_fig_p093_6_3.png]
Figure 6.4
Figure 6.4. Figure 6.4: The CCNN architecture [320]. The Continuous CNN [191]. The Contin￾uous CNN (CCNN) is a general-purpose convolutional model able to handle inputs of arbitrary dimension, length and reso￾lution without changes. It consists of an Encoder, a Decoder, and many residual bl…
Figure 6.6
Figure 6.6. Figure 6.6: Learning downsampling with differentiable masking on the Fourier domain [PITH_FULL_IMAGE:figures/full_fig_p096_6_6.png]
Figure 6.5
Figure 6.5. Figure 6.5: Learning kernel sizes with dif￾ferentiable masking and CKConvs [321]. modelling convolutional kernels ψ as the product of a small neural network MLPψ, i.e., a Continuous Kernel Convolution, and a differentiable mask m(⋅ ; θ) with learnable parameters, i.e., ψ(ci)=MLP…
Figure 6.7
Figure 6.7. Figure 6.7: Positioning of width masks. Positioning of the width masks. We aim to learn the width of all layers in a net￾work. To this end, we apply differentiable masks with independent learnable parame￾ters along the channel dimensions of all the network components that change…
Figure 6.8
Figure 6.8. Figure 6.8: Learning network’s depth with differential masking. Positioning of the depth mask. To ensure that in￾formation flows from the input to the output of the network regardless of the value of the mask pa￾rameters, we only apply the mask on the residual branch. If the mas…
Figure 6.9
Figure 6.9. Figure 6.9: Relative complexity during the course of training on the Text task. This behavior is consistent across all tasks. neural architectures that achieve higher accuracy than the base CCNN networks while keeping the same computational complexity. In addition, we observe th…
Figure 7.1
Figure 7.1. Figure 7.1: Our visual system infers object identities according to their size, location and orientation. In this blurred picture, observers describe the scene as containing a car and a pedestrian in the street. However, the pedestrian is in fact the same shape as the car, excep…
Figure 7.2
Figure 7.2. Figure 7.2: Effect of multiple attention strategies for the prioritization of relevant pat￾tern orientations in rotation equivariant networks for the task of face recognition. Given that all attention strategies are learned exclusively from upright faces, we show the set of rele…
Figure 7.3
Figure 7.3. Figure 7.3: Co-attentive equivariant feature mappings acting on the groups p4 (top) and p4m (bottom). In order to learn co-attentive equivariant representations, cyclic equiv￾ariant self-attention AC is applied on top of the output of a conventional equivariant feature mapping (…
Figure 8.1
Figure 8.1. Figure 8.1: Meaningful relationships among object symmetries. Though every figure is composed by the same elements, only the outermost examples resemble faces. The relative positions, orientations and scales of elements in the innermost examples do not match any meaningful face …
Figure 8.2
Figure 8.2. Figure 8.2: Group convolution on the roto-translation group SE(2) for discrete rotations by 90 degrees (also called the p4 group). The p4 group is defined as H = {e, h, h 2 , h 3 }, with h depicting a 90○ rotation. The group convolution corresponds to ∣H∣ = 4 convolutions betwee…
Figure 8.3
Figure 8.3. Figure 8.3: English to French translation. Brighter depicts stronger influence. Note how relevant parts of the input sentence are highlighted as a function of the current output word during trans￾lation. Taken from Bahdanau et al. [10]. where g = (x, h), g˜ = (x˜, ˜h) ∈ G, x, x˜…
Figure 8.4
Figure 8.4. Figure 8.4: Same colors depict equal weights. The first column of AC corresponds to ψ and the fol￾lowing ones to Lh[ψ], obtained via cyclic permuta￾tions. See how {Lh[ψ]}h∈H resembles a circulant ma￾trix. Taken from Romero and Hoogendoorn [315]. Visual Attention In the context o…
Figure 8.5
Figure 8.5. Figure 8.5: Attentive group convolution on the roto-translation group SE(2). In contrast to group convolutions ( [PITH_FULL_IMAGE:figures/full_fig_p134_8_5.png]
Figure 8.6
Figure 8.6. Figure 8.6: Sequential channel and spatial attention performed on the residual attention branch (Sec. 8.3.3). connection 1 to obtain the resultant attention map α + , i.e., α + = 1 − α − . As a result, we are able to produce attention maps α + that span the [0, 1] interval while…
Figure 8.7
Figure 8.7. Figure 8.7: Equivariant attention maps on the roto-translation group SE(2). The pre￾dicted attention maps behave equivariantly under group symmetries. The arrows de￾pict the strength of the filter responses at the corresponding orientations [PITH_FULL_IMAGE:figures/full_fig_p13…
Figure 8.8
Figure 8.8. Figure 8.8: Equivariant attention maps on the PCam dataset. The predicted attention maps behave equivariantly for group symmetries. In addition, the network learns to focus on the nuclei of the cells and to remove background elements during training. consistently outperform non-…
Figure 9.1
Figure 9.1. Figure 9.1: Behavior of feature representations in group self-attention networks. An input rotation induces a rotation plus a cyclic permutation to the intermediary feature representations of the network. Additional examples for all groups in this work and their usage are provid…
Figure 9.2
Figure 9.2. Figure 9.2: Steerability analysis of discrete convolutions and group self-attention. However, as the group acts directly on the positional encoding, our networks are steer￾able as well [424]. This allows us to go beyond group discretizations that live in the grid without introdu…
Figure 9.3
Figure 9.3. Figure 9.3: Lifting self-attention on the roto-translation group for discrete rotations by 90 degrees (also called the Z4 group). The Z4 group is defined as H = {e, h, h 2 , h 3 }, where h depicts a 90○ rotation. The lifting self-attention corresponds to the concatenation of ∣H∣…
Figure 9.4
Figure 9.4. Figure 9.4: Lifting self-attention on the roto-translation group for discrete rotations by 90 degrees (also called the Z4 group). The Z4 group is defined as H = {e, h, h 2 , h 3 }, where h depicts a 90○ rotation. Analogous to lifting self-attention ( [PITH_FULL_IMAGE:figures/fu…
Figure 9.5
Figure 9.5. Figure 9.5: Test accuracy in early training. Next, we compare GSA-Nets equivariant to translation and rotation at different angle discretizations (Tab. 9.2). Based on the results of the previous study, we select a 5x5 neighborhood, as it provides the best trade-off between accur…
Figure 10.1
Figure 10.1. Figure 10.1: Equivariance, invariance and their impact on the hierarchical representa￾tions. In a group equivariant mapping, when the input is transformed by a group trans￾formation, its output undergoes an equivalent transformation ( [PITH_FULL_IMAGE:figures/full_fig_p159_10_1.png]
Figure 10.2
Figure 10.2. Figure 10.2: Locality of visual and auditory objects. Whereas visual objects are local (left), auditory objects are not. The latter often cover large parts of the frequency axis in a sparse manner (right) [PITH_FULL_IMAGE:figures/full_fig_p162_10_2.png]
Figure 10.3
Figure 10.3. Figure 10.3: Occlusion and superposition. Visual objects occlude each other when they appear simultaneously at a given position (left). Auditory objects, instead, superpose at all shared positions (right). Spectro-temporal representations. Let f (t) ∈ L 2 (R) be a square integra…
Figure 10.4
Figure 10.4. Figure 10.4: Tiling of the time-frequency plane for the short-time Fourier transform ( [PITH_FULL_IMAGE:figures/full_fig_p164_10_4.png]
Figure 10.5
Figure 10.5. Figure 10.5: The action of unimodu￾lar and non-unimodular groups. Most unimodular groups, e.g., rotation, mir￾roring, keep the volume of the ob￾jects they act upon intact. In contrast, non-unimodular groups, e.g., scaling, change it through their action. S=(R≥0,×) acting on R. A…
Figure 10.6
Figure 10.6. Figure 10.6: Scale-translation lifting and group convolution. The lifting convolution can be seen a set of 1D convolutions with a bank of scaled convolutional kernels 1 s Lsψ, and the group convolution can be seen as a set of 1D convolutions with a bank of scaled con￾volutional …
Figure 10.7
Figure 10.7. Figure 10.7: Architecture of wavelet networks. (a) Discrete bases (Dirac deltas) (b) Continuous bases (B2 -splines) [PITH_FULL_IMAGE:figures/full_fig_p169_10_7.png]
Figure 10.8
Figure 10.8. Figure 10.8: Convolutional kernels on discrete and continuous bases. The canonical basis used for the construction of the convolutional kernel is shown in red: a delta Dirac for the discrete case, and a B2 -spline for the continuous case. have proven advantageous for the constru…
Figure 10.9
Figure 10.9. Figure 10.9: Riemann integration of functions on R>0 using linear and exponential grids. a B2 -spline basis as in Bekkers [17]. As a result, our convolutional filters are parameter￾ized as a linear combination of shifted B2 -splines ψ(τ)∶= ∑ N i=1 wiB 2 (τ − τi), rather than the…
Figure 11.1
Figure 11.1. Figure 11.1: Partial group convolution. In a group convolution, the domain of the out￾put is the group G. Consequently, all output components are part of the output for any group transformation of the input. In a partial group convolution, however, the domain of the output is a …
Figure 11.2
Figure 11.2. Figure 11.2: The effect of group subsets in the input domain. Partial group convolutions can receive input functions whose domain is not the group G but a subset S (1) , e.g., in a mid layer of a Partial G-CNN. Consequently, even if the output domain is the group, i.e., S (2)=G,…
Figure 11.3
Figure 11.3. Figure 11.3: The Partial G-CNN. 11.4 Related work Group equivariant neural networks. The seminal work of G-CNNs [65] has inspired several methods equivariant to many different groups. Existing methods show equivari￾ance to planar [89, 424, 434], spherical rotations [67, 98–100, …
Figure 11.4
Figure 11.4. Figure 11.4: Learned equivariances for a “6” on MNIST6-180. Partial G-CNNs become equivariant to ro￾tations on the semi-circle, while G￾CNNs are unable to solve the task. using a single level of global invariance for the entire network. Although the T(2) and MLP alternatives out…
Figure 11.5
Figure 11.5. Figure 11.5: Example group subsets learned by Partial G-CNNs. ments used. Interestingly, translation equivariant CNNs outperform CNNs equivariant to SE(2) on CIFAR10 and CIFAR100. This illustrates that overly restricting equivari￾ance constraints can degrade accuracy. In additio…
Figure 11.6
Figure 11.6. Figure 11.6: Group subsets learned by 13-layer Partial G-CNNs. Going from a small group subset to a larger one. What does it mean and why is it advantageous? In Sec. 11.3.3 we described that a partial group convolution can go from a group subset S (1) to a larger group subset S …
Figure 12.1
Figure 12.1. Figure 12.1: Global, input-dependent mappings through the use of interleaved long convolutions and input-dependent gating. Taken from Poli et al. [292]. still be costly. Other potential structural alternatives may involve employing dilated convolutions with learnable spacings, a…
Figure 12.2
Figure 12.2. Figure 12.2: Distillation strategy to transform trained long convolutional networks into recurrent neural networks. Taken from Massaroli et al. [256]. lutional models presents a significant challenge for autoregressive tasks like text gener￾ation, as the history grows linearly d…
Figure 12.3
Figure 12.3. Figure 12.3: In real world scenarios, samples with different semantic meaning may have different symmetrical properties. Considering this input-dependency in the design of symmetry-preserving neural architectures facilitates the construction of more flexible neural architectures…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

300 extracted references · 17 canonical work pages

  1. [1]

    Convolutional neural networks for speech recognition

    Ossama Abdel-Hamid, Abdel-rahman Mohamed, Hui Jiang, Li Deng, Gerald Penn, and Dong Yu. Convolutional neural networks for speech recognition. IEEE/ACM Transactions on audio, speech, and language processing , 22(10):1533–1545, 2014

  2. [2]

    End-to-end en- vironmental sound classification using a 1d convolutional neural network

    Sajjad Abdoli, Patrick Cardinal, and Alessandro Lameiras Koerich. End-to-end en- vironmental sound classification using a 1d convolutional neural network. Expert Systems with Applications, 136:252–263, 2019

  3. [3]

    Applications of the generalized fourier transform in numerical linear algebra

    Krister ˚Ahlander and Hans Munthe-Kaas. Applications of the generalized fourier transform in numerical linear algebra. BIT Numerical Mathematics, 45(4):819–850, 2005

  4. [4]

    Noether networks: meta-learning useful conserved quantities

    Ferran Alet, Dylan Doblar, Allan Zhou, Josh Tenenbaum, Kenji Kawaguchi, and Chelsea Finn. Noether networks: meta-learning useful conserved quantities. Ad- vances in Neural Information Processing Systems, 34, 2021

  5. [5]

    Statistical applications for equivariant matrices

    SH Alkarni. Statistical applications for equivariant matrices. International Journal of Mathematics and Mathematical Sciences, 25(1):53–61, 2001

  6. [6]

    Deep scattering spectrum

    Joakim And ´en and St´ephane Mallat. Deep scattering spectrum. IEEE Transactions on Signal Processing, 62(16):4114–4128, 2014

  7. [7]

    Unitary evolution recurrent neural networks

    Martin Arjovsky, Amar Shah, and Yoshua Bengio. Unitary evolution recurrent neural networks. In International Conference on Machine Learning, pages 1120–1128, 2016

  8. [8]

    Layer normalization

    Jimmy Lei Ba, Jamie Ryan Kiros, and Geoffrey E Hinton. Layer normalization. arXiv preprint arXiv:1607.06450, 2016

Show all 300 references
  1. [9]

    The uea multivariate time series classification archive, 2018

    Anthony Bagnall, Hoang Anh Dau, Jason Lines, Michael Flynn, James Large, Aaron Bostrom, Paul Southam, and Eamonn Keogh. The uea multivariate time series classification archive, 2018. arXiv preprint arXiv:1811.00075, 2018

  2. [10]

    Neural machine trans- lation by jointly learning to align and translate

    Dzmitry Bahdanau, Kyunghyun Cho, and Yoshua Bengio. Neural machine trans- lation by jointly learning to align and translate. In Yoshua Bengio and Yann Le- Cun, editors, 3rd International Conference on Learning Representations, ICLR 2015, 191 192 BIBLIOGRAPHY San Diego, CA, USA...

  3. [11]

    An empirical evaluation of generic convolutional and recurrent networks for sequence modeling

    Shaojie Bai, J Zico Kolter, and Vladlen Koltun. An empirical evaluation of generic convolutional and recurrent networks for sequence modeling. arXiv preprint arXiv:1803.01271, 2018

  4. [12]

    Trellis networks for sequence mod- eling

    Shaojie Bai, J Zico Kolter, and Vladlen Koltun. Trellis networks for sequence mod- eling. arXiv preprint arXiv:1810.06682, 2018

  5. [13]

    Mad max: Affine spline insights into deep learning

    Randall Balestriero and Richard Baraniuk. Mad max: Affine spline insights into deep learning. arXiv preprint arXiv:1805.06576, 2018

  6. [14]

    The quickhull algo- rithm for convex hulls

    C Bradford Barber, David P Dobkin, and Hannu Huhdanpaa. The quickhull algo- rithm for convex hulls. ACM Transactions on Mathematical Software (TOMS), 22(4): 469–483, 1996

  7. [15]

    Ai in healthcare: Ethical and privacy challenges

    Ivana Bartoletti. Ai in healthcare: Ethical and privacy challenges. In Artificial Intelligence in Medicine: 17th Conference on Artificial Intelligence in Medicine, AIME 2019, Poznan, Poland, June 26–29, 2019, Proceedings 17, pages 7–10. Springer, 2019

  8. [16]

    Diagnostic assessment of deep learning algorithms for detection of lymph node metastases in women with breast cancer

    Babak Ehteshami Bejnordi, Mitko Veta, Paul Johannes Van Diest, Bram Van Gin- neken, Nico Karssemeijer, Geert Litjens, Jeroen AWM Van Der Laak, Meyke Hermsen, Quirine F Manson, Maschenka Balkenhol, et al. Diagnostic assessment of deep learning algorithms for detection of lymph ...

  9. [17]

    B-spline {cnn}s on lie groups

    Erik J Bekkers. B-spline {cnn}s on lie groups. In International Conference on Learning Representations , 2020. URL https://openreview.net/forum?id= H1gBhkBFDH

  10. [18]

    Roto-translation covariant convolutional networks for medical image analysis

    Erik J Bekkers, Maxime W Lafarge, Mitko Veta, Koen AJ Eppenhof, Josien PW Pluim, and Remco Duits. Roto-translation covariant convolutional networks for medical image analysis. In International Conference on Medical Image Computing and Computer-Assisted Intervention, pages 440–...

  11. [19]

    Fast, expressive se (n) equivariant networks through weight- sharing in position-orientation space

    Erik J Bekkers, Sharvaree Vadgama, Rob D Hesselink, Putri A van der Linden, and David W Romero. Fast, expressive se (n) equivariant networks through weight- sharing in position-orientation space. arXiv preprint arXiv:2310.02970, 2023

  12. [20]

    At- tention augmented convolutional networks

    Irwan Bello, Barret Zoph, Ashish Vaswani, Jonathon Shlens, and Quoc V Le. At- tention augmented convolutional networks. arXiv preprint arXiv:1904.09925, 2019

  13. [21]

    Understanding and simplifying one-shot architecture search

    Gabriel Bender, Pieter-Jan Kindermans, Barret Zoph, Vijay Vasudevan, and Quoc Le. Understanding and simplifying one-shot architecture search. In International conference on machine learning, pages 550–559. PMLR, 2018

  14. [22]

    Learning long-term depen- BIBLIOGRAPHY 193 dencies with gradient descent is difficult

    Yoshua Bengio, Patrice Simard, and Paolo Frasconi. Learning long-term depen- BIBLIOGRAPHY 193 dencies with gradient descent is difficult. IEEE transactions on neural networks , 5 (2):157–166, 1994

  15. [23]

    Estimating or propa- gating gradients through stochastic neurons for conditional computation

    Yoshua Bengio, Nicholas L ´eonard, and Aaron Courville. Estimating or propa- gating gradients through stochastic neurons for conditional computation. arXiv preprint arXiv:1308.3432, 2013

  16. [24]

    A comprehensive survey on hardware-aware neural architecture search

    Hadjer Benmeziane, Kaoutar El Maghraoui, Hamza Ouarnoughi, Smail Niar, Mar- tin Wistuba, and Naigang Wang. A comprehensive survey on hardware-aware neural architecture search. arXiv preprint arXiv:2101.09336, 2021

  17. [25]

    Learning invariances in neural networks from training data

    Gregory Benton, Marc Finzi, Pavel Izmailov, and Andrew G Wilson. Learning invariances in neural networks from training data. Advances in Neural Information Processing Systems, 33:17605–17616, 2020

  18. [26]

    Stabi- lizing darts with amended gradient estimation on architectural parameters

    Kaifeng Bi, Changping Hu, Lingxi Xie, Xin Chen, Longhui Wei, and Qi Tian. Stabi- lizing darts with amended gradient estimation on architectural parameters. arXiv preprint arXiv:1910.11831, 2019

  19. [27]

    Spectrotemporal resolution tradeoff in auditory processing as revealed by human auditory brainstem re- sponses and psychophysical indices

    Gavin M Bidelman and Ameenuddin Syed Khaja. Spectrotemporal resolution tradeoff in auditory processing as revealed by human auditory brainstem re- sponses and psychophysical indices. Neuroscience letters, 572:53–57, 2014

  20. [28]

    Recognition-by-components: a theory of human image under- standing

    Irving Biederman. Recognition-by-components: a theory of human image under- standing. Psychological review, 94(2):115, 1987

  21. [29]

    Experiment tracking with weights and biases, 2020

    Lukas Biewald. Experiment tracking with weights and biases, 2020. URL https: //www.wandb.com/. Software available from wandb.com

  22. [30]

    The role of temporal structure in human vision

    Randolph Blake and Sang-Hun Lee. The role of temporal structure in human vision. Behavioral and cognitive neuroscience reviews, 4(1):21–42, 2005

  23. [31]

    Lorentz group equivariant neural network for particle physics

    Alexander Bogatskiy, Brandon Anderson, Jan Offermann, Marwah Roussi, David Miller, and Risi Kondor. Lorentz group equivariant neural network for particle physics. In International Conference on Machine Learning , pages 992–1002. PMLR, 2020

  24. [32]

    Smash: one-shot model architecture search through hypernetworks

    Andrew Brock, Theodore Lim, James M Ritchie, and Nick Weston. Smash: one-shot model architecture search through hypernetworks. arXiv preprint arXiv:1708.05344, 2017

  25. [33]

    Recognition by children of inverted photos of faces

    Richard M Brooks and Alvin G Goldstein. Recognition by children of inverted photos of faces. Child Development, 1963

  26. [34]

    Language models are few-shot learners

    Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners. Advances in neural informa- tion processing systems, 33:1877–1901, 2020. 194 ...

  27. [35]

    Recognizing objects and faces

    Vicki Bruce and Glyn W Humphreys. Recognizing objects and faces. Visual cogni- tion, 1(2-3):141–180, 1994

  28. [36]

    Invariant scattering convolution networks

    Joan Bruna and St ´ephane Mallat. Invariant scattering convolution networks. IEEE transactions on pattern analysis and machine intelligence, 35(8):1872–1886, 2013

  29. [37]

    Proxylessnas: Direct neural architecture search on target task and hardware

    Han Cai, Ligeng Zhu, and Song Han. Proxylessnas: Direct neural architecture search on target task and hardware. arXiv preprint arXiv:1812.00332, 2018

  30. [38]

    Once-for- all: Train one network and specialize it for efficient deployment

    Han Cai, Chuang Gan, Tianzhe Wang, Zhekai Zhang, and Song Han. Once-for- all: Train one network and specialize it for efficient deployment. arXiv preprint arXiv:1908.09791, 2019

  31. [39]

    Gcnet: Non- local networks meet squeeze-excitation networks and beyond

    Yue Cao, Jiarui Xu, Stephen Lin, Fangyun Wei, and Han Hu. Gcnet: Non- local networks meet squeeze-excitation networks and beyond. arXiv preprint arXiv:1904.11492, 2019

  32. [40]

    The concept of group and the theory of perception

    Ernst Cassirer. The concept of group and the theory of perception. Philosophy and phenomenological research, 5(1):1–36, 1944

  33. [41]

    A program to build e (n)- equivariant steerable cnns

    Gabriele Cesa, Leon Lang, and Maurice Weiler. A program to build e (n)- equivariant steerable cnns. In International Conference on Learning Representations , 2021

  34. [42]

    Antisymmetri- crnn: A dynamical system view on recurrent neural networks

    Bo Chang, Minmin Chen, Eldad Haber, and Ed H Chi. Antisymmetri- crnn: A dynamical system view on recurrent neural networks. arXiv preprint arXiv:1902.09689, 2019

  35. [43]

    Principled weight initialization for hypernetworks

    Oscar Chang, Lampros Flokas, and Hod Lipson. Principled weight initialization for hypernetworks. In International Conference on Learning Representations , 2020. URL https://openreview.net/forum?id=H1lma24tPB

  36. [44]

    Di- lated recurrent neural networks

    Shiyu Chang, Yang Zhang, Wei Han, Mo Yu, Xiaoxiao Guo, Wei Tan, Xiaodong Cui, Michael Witbrock, Mark A Hasegawa-Johnson, and Thomas S Huang. Di- lated recurrent neural networks. In Advances in neural information processing sys- tems, pages 77–87, 2017

  37. [45]

    Learning augmentation distributions using transformed risk mini- mization

    Evangelos Chatzipantazis, Stefanos Pertigkiozoglou, Edgar Dobriban, and Kostas Daniilidis. Learning augmentation distributions using transformed risk mini- mization. arXiv preprint arXiv:2111.08190, 2021

  38. [46]

    Recurrent neural networks for multivariate time series with missing values

    Zhengping Che, Sanjay Purushotham, Kyunghyun Cho, David Sontag, and Yan Liu. Recurrent neural networks for multivariate time series with missing values. Scientific reports, 8(1):1–12, 2018

  39. [47]

    Linear system theory and design

    Chi-Tsong Chen. Linear system theory and design . Saunders college publishing, 1984

  40. [48]

    A group-theoretic framework for data augmentation

    Shuxiao Chen, Edgar Dobriban, and Jane H Lee. A group-theoretic framework for data augmentation. Journal of Machine Learning Research, 21(245):1–71, 2020. BIBLIOGRAPHY 195

  41. [49]

    Stabilizing differentiable architecture search via perturbation-based regularization

    Xiangning Chen and Cho-Jui Hsieh. Stabilizing differentiable architecture search via perturbation-based regularization. In International conference on machine learn- ing, pages 1554–1565. PMLR, 2020

  42. [50]

    Progressive darts: Bridging the op- timization gap for nas in the wild

    Xin Chen, Lingxi Xie, Jun Wu, and Qi Tian. Progressive darts: Bridging the op- timization gap for nas in the wild. International Journal of Computer Vision , 129: 638–655, 2021

  43. [51]

    Graph-based global reasoning networks

    Yunpeng Chen, Marcus Rohrbach, Zhicheng Yan, Yan Shuicheng, Jiashi Feng, and Yannis Kalantidis. Graph-based global reasoning networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 433–442, 2019

  44. [52]

    Long short-term memory-networks for machine reading

    Jianpeng Cheng, Li Dong, and Mirella Lapata. Long short-term memory-networks for machine reading. arXiv preprint arXiv:1601.06733, 2016

  45. [53]

    Rotdcf: Decomposition of convolutional filters for rotation-equivariant deep networks

    Xiuyuan Cheng, Qiang Qiu, Robert Calderbank, and Guillermo Sapiro. Rotdcf: Decomposition of convolutional filters for rotation-equivariant deep networks. arXiv preprint arXiv:1805.06846, 2018

  46. [54]

    Some experiments on the recognition of speech, with one and with two ears

    E Colin Cherry. Some experiments on the recognition of speech, with one and with two ears. The Journal of the acoustical society of America, 25(5):975–979, 1953

  47. [55]

    Parallelizing legendre memory unit train- ing

    Narsimha Chilkuri and Chris Eliasmith. Parallelizing legendre memory unit train- ing. arXiv preprint arXiv:2102.11417, 2021

  48. [56]

    Learning phrase representa- tions using rnn encoder-decoder for statistical machine translation

    Kyunghyun Cho, Bart Van Merri ¨enboer, Caglar Gulcehre, Dzmitry Bahdanau, Fethi Bougares, Holger Schwenk, and Yoshua Bengio. Learning phrase representa- tions using rnn encoder-decoder for statistical machine translation. arXiv preprint arXiv:1406.1078, 2014

  49. [57]

    Automatic tagging using deep convolutional neural networks

    Keunwoo Choi, George Fazekas, and Mark Sandler. Automatic tagging using deep convolutional neural networks. arXiv preprint arXiv:1606.00298, 2016

  50. [58]

    Xception: Deep learning with depthwise separable convolu- tions

    Franc ¸ois Chollet. Xception: Deep learning with depthwise separable convolu- tions. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 1251–1258, 2017

  51. [59]

    Rethinking attention with performers

    Krzysztof Choromanski, Valerii Likhosherstov, David Dohan, Xingyou Song, Andreea Gane, Tamas Sarlos, Peter Hawkins, Jared Davis, Afroz Mohiuddin, Lukasz Kaiser, et al. Rethinking attention with performers. arXiv preprint arXiv:2009.14794, 2020

  52. [60]

    Palm: Scaling language modeling with pathways

    Aakanksha Chowdhery, Sharan Narang, Jacob Devlin, Maarten Bosma, Gaurav Mishra, Adam Roberts, Paul Barham, Hyung Won Chung, Charles Sutton, Sebas- tian Gehrmann, et al. Palm: Scaling language modeling with pathways. arXiv preprint arXiv:2204.02311, 2022

  53. [61]

    A downsampled variant 196 BIBLIOGRAPHY of imagenet as an alternative to the CIFAR datasets

    Patryk Chrabaszcz, Ilya Loshchilov, and Frank Hutter. A downsampled variant 196 BIBLIOGRAPHY of imagenet as an alternative to the CIFAR datasets. CoRR, abs/1707.08819, 2017. URL http://arxiv.org/abs/1707.08819

  54. [62]

    Darts-: robustly stepping out of performance collapse without indicators

    Xiangxiang Chu, Xiaoxing Wang, Bo Zhang, Shun Lu, Xiaolin Wei, and Junchi Yan. Darts-: robustly stepping out of performance collapse without indicators. arXiv preprint arXiv:2009.01027, 2020

  55. [63]

    Empir- ical evaluation of gated recurrent neural networks on sequence modeling

    Junyoung Chung, Caglar Gulcehre, KyungHyun Cho, and Yoshua Bengio. Empir- ical evaluation of gated recurrent neural networks on sequence modeling. arXiv preprint arXiv:1412.3555, 2014

  56. [64]

    An analysis of single-layer net- works in unsupervised feature learning

    Adam Coates, Andrew Ng, and Honglak Lee. An analysis of single-layer net- works in unsupervised feature learning. InProceedings of the fourteenth international conference on artificial intelligence and statistics, pages 215–223. JMLR Workshop and Conference Proceedings, 2011

  57. [65]

    Group equivariant convolutional networks

    Taco Cohen and Max Welling. Group equivariant convolutional networks. In International conference on machine learning, pages 2990–2999. PMLR, 2016

  58. [66]

    Steerable cnns

    Taco S Cohen and Max Welling. Steerable cnns. arXiv preprint arXiv:1612.08498, 2016

  59. [67]

    Spherical cnns

    Taco S Cohen, Mario Geiger, Jonas K ¨ohler, and Max Welling. Spherical cnns. In International Conference on Learning Representations, 2018

  60. [68]

    A general theory of equivariant cnns on homogeneous spaces

    Taco S Cohen, Mario Geiger, and Maurice Weiler. A general theory of equivariant cnns on homogeneous spaces. InAdvances in Neural Information Processing Systems, pages 9142–9153, 2019

  61. [69]

    Gauge equivariant convolutional networks and the icosahedral cnn

    Taco S Cohen, Maurice Weiler, Berkay Kicanaoglu, and Max Welling. Gauge equivariant convolutional networks and the icosahedral cnn. arXiv preprint arXiv:1902.04615, 2019

  62. [70]

    Very deep con- volutional networks for text classification

    Alexis Conneau, Holger Schwenk, Lo ¨ıc Barrault, and Yann Lecun. Very deep con- volutional networks for text classification. arXiv preprint arXiv:1606.01781, 2016

  63. [71]

    Fast construction of k-nearest neighbor graphs for point clouds

    Michael Connor and Piyush Kumar. Fast construction of k-nearest neighbor graphs for point clouds. IEEE transactions on visualization and computer graphics , 16(4):599–608, 2010

  64. [72]

    On the relation- ship between self-attention and convolutional layers

    Jean-Baptiste Cordonnier, Andreas Loukas, and Martin Jaggi. On the relation- ship between self-attention and convolutional layers. In International Conference on Learning Representations , 2020. URL https://openreview.net/forum?id= HJlnC1rKPB

  65. [73]

    A volumetric method for building complex models from range images

    Brian Curless and Marc Levoy. A volumetric method for building complex models from range images. In Proceedings of the 23rd annual conference on Computer graphics and interactive techniques, pages 303–312, 1996. BIBLIOGRAPHY 197

  66. [74]

    Deformable convolutional networks

    Jifeng Dai, Haozhi Qi, Yuwen Xiong, Yi Li, Guodong Zhang, Han Hu, and Yichen Wei. Deformable convolutional networks. In Proceedings of the IEEE international conference on computer vision, pages 764–773, 2017

  67. [75]

    Very deep convo- lutional neural networks for raw waveforms

    Wei Dai, Chia Dai, Shuhui Qu, Juncheng Li, and Samarjit Das. Very deep convo- lutional neural networks for raw waveforms. In 2017 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 421–425. IEEE, 2017

  68. [76]

    Transformer-xl: Attentive language models beyond a fixed-length context

    Zihang Dai, Zhilin Yang, Yiming Yang, Jaime Carbonell, Quoc V Le, and Ruslan Salakhutdinov. Transformer-xl: Attentive language models beyond a fixed-length context. arXiv preprint arXiv:1901.02860, 2019

  69. [77]

    Picture memory experiments

    Kent Dallett, Sandra G Wilcox, and Lester D’andrea. Picture memory experiments. Journal of Experimental Psychology, 76(2p1):312, 1968

  70. [78]

    Fundamental papers in wavelet theory

    Ingrid Daubechies. Fundamental papers in wavelet theory . Princeton University Press, 2006

  71. [79]

    J.G. Daugman. Complete discrete 2-d gabor transforms by neural networks for image analysis and compression. IEEE Transactions on Acoustics, Speech, and Signal Processing, 36(7):1169–1179, 1988. doi: 10.1109/29.1644

  72. [80]

    Language mod- eling with gated convolutional networks

    Yann N Dauphin, Angela Fan, Michael Auli, and David Grangier. Language mod- eling with gated convolutional networks. In International conference on machine learning, pages 933–941, 2017

  73. [81]

    Gru-ode-bayes: Continuous modeling of sporadically-observed time series

    Edward De Brouwer, Jaak Simm, Adam Arany, and Yves Moreau. Gru-ode-bayes: Continuous modeling of sporadically-observed time series. In Advances in Neural Information Processing Systems, pages 7379–7390, 2019

  74. [82]

    Deepsphere: a graph-based spherical cnn

    Micha ¨el Defferrard, Martino Milani, Fr ´ed´erick Gusset, and Nathana ¨el Perraudin. Deepsphere: a graph-based spherical cnn. arXiv preprint arXiv:2012.15000, 2020

  75. [83]

    Au- tomatic symmetry discovery with lie algebra convolutional network

    Nima Dehmamy, Robin Walters, Yanchen Liu, Dashun Wang, and Rose Yu. Au- tomatic symmetry discovery with lie algebra convolutional network. Advances in Neural Information Processing Systems, 34, 2021

  76. [84]

    Insect cyborgs: Bio-mimetic feature gen- erators improve ml accuracy on limited data

    Charles B Delahunt and J Nathan Kutz. Insect cyborgs: Bio-mimetic feature gen- erators improve ml accuracy on limited data. 2019

  77. [85]

    Diffusion models beat gans on image synthesis

    Prafulla Dhariwal and Alexander Nichol. Diffusion models beat gans on image synthesis. Advances in Neural Information Processing Systems, 34:8780–8794, 2021

  78. [86]

    Affine self convolution

    Nichita Diaconu and Daniel E Worrall. Affine self convolution. arXiv preprint arXiv:1911.07704, 2019

  79. [87]

    Learning to convolve: A generalized weight-tying approach

    Nichita Diaconu and Daniel E Worrall. Learning to convolve: A generalized weight-tying approach. 2019. 198 BIBLIOGRAPHY

  80. [88]

    End-to-end learning for music au- dio

    Sander Dieleman and Benjamin Schrauwen. End-to-end learning for music au- dio. In 2014 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 6964–6968. IEEE, 2014

  81. [89]

    Exploiting cyclic symmetry in convolutional neural networks

    Sander Dieleman, Jeffrey De Fauw, and Koray Kavukcuoglu. Exploiting cyclic symmetry in convolutional neural networks. In International conference on machine learning, pages 1889–1898. PMLR, 2016

  82. [90]

    Searching for a robust neural architecture in four gpu hours

    Xuanyi Dong and Yi Yang. Searching for a robust neural architecture in four gpu hours. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 1761–1770, 2019

  83. [91]

    An image is worth 16x16 words: Transformers for image recognition at scale

    Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xi- aohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Sylvain Gelly, et al. An image is worth 16x16 words: Transformers for image recognition at scale. arXiv preprint arX...

  84. [92]

    Brp-nas: Prediction-based nas using gcns

    Lukasz Dudziak, Thomas Chau, Mohamed Abdelfattah, Royson Lee, Hyeji Kim, and Nicholas Lane. Brp-nas: Prediction-based nas using gcns. Advances in Neural Information Processing Systems, 33:10480–10490, 2020

  85. [93]

    Abstract algebra, volume 3

    David Steven Dummit and Richard M Foote. Abstract algebra, volume 3. Wiley Hoboken, 2004

  86. [94]

    Generative models as dis- tributions of functions

    Emilien Dupont, Yee Whye Teh, and Arnaud Doucet. Generative models as dis- tributions of functions. arXiv preprint arXiv:2102.04776, 2021

  87. [95]

    Efficient multi- objective neural architecture search via lamarckian evolution

    Thomas Elsken, Jan Hendrik Metzen, and Frank Hutter. Efficient multi- objective neural architecture search via lamarckian evolution. arXiv preprint arXiv:1804.09081, 2018

  88. [96]

    Neural architecture search: A survey

    Thomas Elsken, Jan Hendrik Metzen, and Frank Hutter. Neural architecture search: A survey. The Journal of Machine Learning Research, 20(1):1997–2017, 2019

  89. [97]

    Lipschitz recurrent neural networks

    N Benjamin Erichson, Omri Azencot, Alejandro Queiruga, Liam Hodgkinson, and Michael W Mahoney. Lipschitz recurrent neural networks. arXiv preprint arXiv:2006.12070, 2020

  90. [98]

    Cross-domain 3d equivariant image embeddings

    Carlos Esteves, Avneesh Sud, Zhengyi Luo, Kostas Daniilidis, and Ameesh Maka- dia. Cross-domain 3d equivariant image embeddings. In International Conference on Machine Learning, pages 1812–1822. PMLR, 2019

  91. [99]

    Equivariant multi-view networks

    Carlos Esteves, Yinshuang Xu, Christine Allen-Blanchette, and Kostas Daniilidis. Equivariant multi-view networks. InProceedings of the IEEE International Conference on Computer Vision, pages 1568–1577, 2019

  92. [100]

    Spin-weighted spherical cnns

    Carlos Esteves, Ameesh Makadia, and Kostas Daniilidis. Spin-weighted spherical cnns. Advances in Neural Information Processing Systems, 33, 2020. BIBLIOGRAPHY 199

  93. [101]

    Pytorch lightning

    William Falcon et al. Pytorch lightning. GitHub. Note: https://github.com/PyTorchLightning/pytorch-lightning, 3, 2019

  94. [102]

    Reparameteriz- ing distributions on lie groups

    Luca Falorsi, Pim de Haan, Tim R Davidson, and Patrick Forr ´e. Reparameteriz- ing distributions on lie groups. In The 22nd International Conference on Artificial Intelligence and Statistics, pages 3244–3253. PMLR, 2019

  95. [103]

    Densely connected search space for more flexible neural architecture search

    Jiemin Fang, Yuzhu Sun, Qian Zhang, Yuan Li, Wenyu Liu, and Xinggang Wang. Densely connected search space for more flexible neural architecture search. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages 10628–10637, 2020

  96. [104]

    Multiplicative filter networks

    Rizal Fathony, Anit Kumar Sahu, Devin Willmott, and J Zico Kolter. Multiplicative filter networks. In International Conference on Learning Representations , 2021. URL https://openreview.net/forum?id=OmtmcPkkhT

  97. [105]

    Gener- alizing convolutional neural networks for equivariance to lie groups on arbitrary continuous data

    Marc Finzi, Samuel Stanton, Pavel Izmailov, and Andrew Gordon Wilson. Gener- alizing convolutional neural networks for equivariance to lie groups on arbitrary continuous data. arXiv preprint arXiv:2002.12880, 2020

  98. [106]

    Residual pathway priors for soft equivariance constraints

    Marc Finzi, Gregory Benton, and Andrew G Wilson. Residual pathway priors for soft equivariance constraints. Advances in Neural Information Processing Systems , 34, 2021

  99. [107]

    A practical method for constructing equivariant multilayer perceptrons for arbitrary matrix groups

    Marc Finzi, Max Welling, and Andrew Gordon Wilson. A practical method for constructing equivariant multilayer perceptrons for arbitrary matrix groups. In International Conference on Machine Learning, pages 3318–3328. PMLR, 2021

  100. [108]

    J Fourier. M ´emoire sur la propagation de la chaleur dans les corps solides, pr´esent´e le 21 d ´ecembre 1807 `a l’institut national—nouveau bulletin des sciences par la soci´et´e philomatique de paris. i. In Paris: First European Conference on Signal Anal- ysis and Predictio...

  101. [109]

    The Lottery Ticket Hypothesis: On Sparse, Trainable Neural Net- works

    Jonathan Frankle. The Lottery Ticket Hypothesis: On Sparse, Trainable Neural Net- works. PhD thesis, Massachusetts Institute of Technology, 2023

  102. [110]

    The face-inversion effect as a deficit in the encoding of configural information: Direct evidence

    Alejo Freire, Kang Lee, and Lawrence A Symons. The face-inversion effect as a deficit in the encoding of configural information: Direct evidence. Perception, 29 (2):159–170, 2000

  103. [111]

    Se (3)- transformers: 3d roto-translation equivariant attention networks

    Fabian B Fuchs, Daniel E Worrall, Volker Fischer, and Max Welling. Se (3)- transformers: 3d roto-translation equivariant attention networks. arXiv preprint arXiv:2006.10503, 2020

  104. [112]

    Neocognitron: A self-organizing neural network model for a mechanism of visual pattern recognition

    Kunihiko Fukushima and Sei Miyake. Neocognitron: A self-organizing neural network model for a mechanism of visual pattern recognition. In Competition and cooperation in neural nets, pages 267–285. Springer, 1982. 200 BIBLIOGRAPHY

  105. [113]

    Speaker-independent isolated word recognition based on empha- sized spectral dynamics

    Sadaoki Furui. Speaker-independent isolated word recognition based on empha- sized spectral dynamics. In ICASSP’86. IEEE International Conference on Acoustics, Speech, and Signal Processing, volume 11, pages 1991–1994. IEEE, 1986

  106. [114]

    Theory of communication

    Dennis Gabor. Theory of communication. part 1: The analysis of information. Journal of the Institution of Electrical Engineers-Part III: Radio and Communication En- gineering, 93(26):429–441, 1946

  107. [115]

    Deep symmetry networks

    Robert Gens and Pedro M Domingos. Deep symmetry networks. In Advances in neural information processing systems, pages 2537–2545, 2014

  108. [116]

    Frame- exit: Conditional early exiting for efficient video recognition

    Amir Ghodrati, Babak Ehteshami Bejnordi, and Amirhossein Habibian. Frame- exit: Conditional early exiting for efficient video recognition. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 15608– 15618, 2021

  109. [117]

    Neural message passing for quantum chemistry

    Justin Gilmer, Samuel S Schoenholz, Patrick F Riley, Oriol Vinyals, and George E Dahl. Neural message passing for quantum chemistry. In International conference on machine learning, pages 1263–1272. PMLR, 2017

  110. [118]

    Rich feature hier- archies for accurate object detection and semantic segmentation

    Ross Girshick, Jeff Donahue, Trevor Darrell, and Jitendra Malik. Rich feature hier- archies for accurate object detection and semantic segmentation. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 580–587, 2014

  111. [119]

    Understanding the difficulty of training deep feedforward neural networks

    Xavier Glorot and Yoshua Bengio. Understanding the difficulty of training deep feedforward neural networks. In Proceedings of the thirteenth international conference on artificial intelligence and statistics , pages 249–256. JMLR Workshop and Confer- ence Proceedings, 2010

  112. [120]

    It’s raw! audio gen- eration with state-space models

    Karan Goel, Albert Gu, Chris Donahue, and Christopher R ´e. It’s raw! audio gen- eration with state-space models. In International Conference on Machine Learning , pages 7616–7633. PMLR, 2022

  113. [121]

    Physiobank, physiotoolkit, and physionet: components of a new research resource for complex physiologic signals

    Ary L Goldberger, Luis AN Amaral, Leon Glass, Jeffrey M Hausdorff, Plamen Ch Ivanov, Roger G Mark, Joseph E Mietus, George B Moody, Chung-Kang Peng, and H Eugene Stanley. Physiobank, physiotoolkit, and physionet: components of a new research resource for complex physiologic si...

  114. [122]

    Exploiting and coping with sparsity to accelerate DNNs on CPUs

    Zhangxiaowen Gong. Exploiting and coping with sparsity to accelerate DNNs on CPUs. PhD thesis, 2021

  115. [123]

    Dense steerable filter cnns for exploiting rotational symmetry in histology images

    Simon Graham, David Epstein, and Nasir Rajpoot. Dense steerable filter cnns for exploiting rotational symmetry in histology images. arXiv preprint arXiv:2004.03037, 2020

  116. [124]

    Speech recogni- tion with deep recurrent neural networks

    Alex Graves, Abdel-rahman Mohamed, and Geoffrey Hinton. Speech recogni- tion with deep recurrent neural networks. In 2013 IEEE international conference on acoustics, speech and signal processing, pages 6645–6649. Ieee, 2013. BIBLIOGRAPHY 201

  117. [125]

    Transforms associated to square inte- grable group representations

    Alex Grossmann, Jean Morlet, and T Paul. Transforms associated to square inte- grable group representations. i. general results. Journal of Mathematical Physics, 26 (10):2473–2479, 1985

  118. [126]

    Hippo: Recurrent memory with optimal polynomial projections

    Albert Gu, Tri Dao, Stefano Ermon, Atri Rudra, and Christopher R ´e. Hippo: Recurrent memory with optimal polynomial projections. arXiv preprint arXiv:2008.07669, 2020

  119. [127]

    Improving the gating mechanism of recurrent neural networks

    Albert Gu, Caglar Gulcehre, Thomas Paine, Matt Hoffman, and Razvan Pascanu. Improving the gating mechanism of recurrent neural networks. In International Conference on Machine Learning, pages 3800–3809. PMLR, 2020

  120. [128]

    Combining recurrent, convolutional, and continuous-time mod- els with linear state space layers.Advances in Neural Information Processing Systems, 34, 2021

    Albert Gu, Isys Johnson, Karan Goel, Khaled Saab, Tri Dao, Atri Rudra, and Christopher R´e. Combining recurrent, convolutional, and continuous-time mod- els with linear state space layers.Advances in Neural Information Processing Systems, 34, 2021

  121. [129]

    Efficiently modeling long sequences with structured state spaces

    Albert Gu, Karan Goel, and Christopher Re. Efficiently modeling long sequences with structured state spaces. In International Conference on Learning Representations,

  122. [130]

    On the param- eterization and initialization of diagonal state space models

    Albert Gu, Ankit Gupta, Karan Goel, and Christopher R ´e. On the param- eterization and initialization of diagonal state space models. arXiv preprint arXiv:2206.11893, 2022

  123. [131]

    Bag of baselines for multi-objective joint neural architecture search and hyperparameter optimization

    Julia Guerrero-Viu, Sven Hauns, Sergio Izquierdo, Guilherme Miotto, Simon Schrodi, Andre Biedenkapp, Thomas Elsken, Difan Deng, Marius Lindauer, and Frank Hutter. Bag of baselines for multi-objective joint neural architecture search and hyperparameter optimization. arXiv prepr...

  124. [132]

    Stacnas: Towards stable and consistent optimization for differentiable neural architecture search

    Li Guilin, Zhang Xing, Wang Zitong, Li Zhenguo, and Zhang Tong. Stacnas: Towards stable and consistent optimization for differentiable neural architecture search. 2019

  125. [133]

    Multi-time-scale convolu- tion for emotion recognition from speech audio signals

    Eric Guizzo, Tillman Weyde, and Jack Barnett Leveson. Multi-time-scale convolu- tion for emotion recognition from speech audio signals. InICASSP 2020-2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages 6489–6493. IEEE, 2020

  126. [134]

    Dai, and Quoc V

    David Ha, Andrew M. Dai, and Quoc V . Le. Hypernetworks. In International Conference on Learning Representations, 2017. URL https://openreview.net/ forum?id=rkpACe1lx

  127. [135]

    De moivre’s normal approximation to the binomial, 1733, and its generalization

    Anders Hald. De moivre’s normal approximation to the binomial, 1733, and its generalization. A History of Parametric Statistical Inference from Bernoulli to Fisher, 1713–1935, pages 17–24, 2007

  128. [136]

    Optimizing filter size in convolutional neural networks for facial 202 BIBLIOGRAPHY action unit recognition

    Shizhong Han, Zibo Meng, Zhiyuan Li, James O’Reilly, Jie Cai, Xiaofeng Wang, and Yan Tong. Optimizing filter size in convolutional neural networks for facial 202 BIBLIOGRAPHY action unit recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognit...

  129. [137]

    Learning both weights and connections for efficient neural network

    Song Han, Jeff Pool, John Tran, and William Dally. Learning both weights and connections for efficient neural network. Advances in neural information processing systems, 28, 2015

  130. [138]

    Complexity of linear regions in deep networks

    Boris Hanin and David Rolnick. Complexity of linear regions in deep networks. arXiv preprint arXiv:1901.09021, 2019

  131. [139]

    Dilated convolution with learnable spacings

    Ismail Khalfaoui Hassani, Thomas Pellegrini, and Timoth ´ee Masquelier. Dilated convolution with learnable spacings. In The Eleventh International Conference on Learning Representations , 2023. URL https://openreview.net/forum?id= Q3-1vRh3HOA

  132. [140]

    Faster autoaugment: Learning augmentation strategies using backpropagation

    Ryuichiro Hataya, Jan Zdenek, Kazuki Yoshizoe, and Hideki Nakayama. Faster autoaugment: Learning augmentation strategies using backpropagation. In Euro- pean Conference on Computer Vision, pages 1–16. Springer, 2020

  133. [141]

    Delving deep into recti- fiers: Surpassing human-level performance on imagenet classification

    Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Delving deep into recti- fiers: Surpassing human-level performance on imagenet classification. In Proceed- ings of the IEEE international conference on computer vision, pages 1026–1034, 2015

  134. [142]

    Spatial pyramid pool- ing in deep convolutional networks for visual recognition

    Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Spatial pyramid pool- ing in deep convolutional networks for visual recognition. IEEE transactions on pattern analysis and machine intelligence, 37(9):1904–1916, 2015

  135. [143]

    Deep residual learning for image recognition

    Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 770–778, 2016

  136. [144]

    Gaussian error linear units (gelus)

    Dan Hendrycks and Kevin Gimpel. Gaussian error linear units (gelus). arXiv preprint arXiv:1606.08415, 2016

  137. [145]

    An experimental investigation of past experience as a determinant of visual form perception

    Mary Henle. An experimental investigation of past experience as a determinant of visual form perception. Journal of Experimental Psychology, 30(1):1, 1942

  138. [146]

    A computer model of amplitude-modulation sensitivity of single units in the inferior colliculus

    Michael J Hewitt and Ray Meddis. A computer model of amplitude-modulation sensitivity of single units in the inferior colliculus. The Journal of the Acoustical Society of America, 95(4):2145–2159, 1994

  139. [147]

    Untersuchungen zu dynamischen neuronalen netzen

    Sepp Hochreiter. Untersuchungen zu dynamischen neuronalen netzen. Diploma, Technische Universit¨ at M¨ unchen, 91(1), 1991

  140. [148]

    Long short-term memory

    Sepp Hochreiter and J ¨urgen Schmidhuber. Long short-term memory. Neural com- putation, 9(8):1735–1780, 1997

  141. [149]

    Sparsity in deep learning: Pruning and growth for efficient inference and training BIBLIOGRAPHY 203 in neural networks

    Torsten Hoefler, Dan Alistarh, Tal Ben-Nun, Nikoli Dryden, and Alexandra Peste. Sparsity in deep learning: Pruning and growth for efficient inference and training BIBLIOGRAPHY 203 in neural networks. The Journal of Machine Learning Research , 22(1):10882–11005, 2021

  142. [150]

    Peters, Taco S

    Emiel Hoogeboom, Jorn W.T. Peters, Taco S. Cohen, and Max Welling. Hexa- conv. In International Conference on Learning Representations , 2018. URL https: //openreview.net/forum?id=r1vuQG-CW

  143. [151]

    Integer discrete flows and lossless compression

    Emiel Hoogeboom, Jorn Peters, Rianne Van Den Berg, and Max Welling. Integer discrete flows and lossless compression. Advances in Neural Information Processing Systems, 32, 2019

  144. [152]

    Argmax flows and multinomial diffusion: Towards non-autoregressive language models

    Emiel Hoogeboom, Didrik Nielsen, Priyank Jaini, Patrick Forr ´e, and Max Welling. Argmax flows and multinomial diffusion: Towards non-autoregressive language models. arXiv preprint arXiv:2102.05379, 2021

  145. [153]

    Equivariant diffusion for molecule generation in 3d

    Emiel Hoogeboom, Vıctor Garcia Satorras, Cl ´ement Vignac, and Max Welling. Equivariant diffusion for molecule generation in 3d. In International Conference on Machine Learning, pages 8867–8887. PMLR, 2022

  146. [154]

    Waarom helpt kunstmatige intelligentie de arts en pati ¨ent nog zo weinig? 2022

    Mark Hoogendoorn. Waarom helpt kunstmatige intelligentie de arts en pati ¨ent nog zo weinig? 2022

  147. [155]

    Local relation networks for image recognition

    Han Hu, Zheng Zhang, Zhenda Xie, and Stephen Lin. Local relation networks for image recognition. In Proceedings of the IEEE International Conference on Computer Vision, pages 3464–3473, 2019

  148. [156]

    Efficient forward architecture search

    Hanzhang Hu, John Langford, Rich Caruana, Saurajit Mukherjee, Eric J Horvitz, and Debadeepta Dey. Efficient forward architecture search. Advances in Neural Information Processing Systems, 32, 2019

  149. [157]

    Squeeze-and-excitation networks

    Jie Hu, Li Shen, and Gang Sun. Squeeze-and-excitation networks. In Proceedings of the IEEE conference on computer vision and pattern recognition , pages 7132–7141, 2018

  150. [158]

    Randla-net: Efficient semantic segmentation of large-scale point clouds

    Qingyong Hu, Bo Yang, Linhai Xie, Stefano Rosa, Yulan Guo, Zhihua Wang, Niki Trigoni, and Andrew Markham. Randla-net: Efficient semantic segmentation of large-scale point clouds. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 11108–...

  151. [159]

    Dsnas: Direct neural architecture search without parameter re- training

    Shoukang Hu, Sirui Xie, Hehui Zheng, Chunxiao Liu, Jianping Shi, Xunying Liu, and Dahua Lin. Dsnas: Direct neural architecture search without parameter re- training. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 12084–12092, 2020

  152. [160]

    Pointwise convolutional neu- ral networks

    Binh-Son Hua, Minh-Khoi Tran, and Sai-Kit Yeung. Pointwise convolutional neu- ral networks. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 984–993, 2018. 204 BIBLIOGRAPHY

  153. [161]

    Densely connected convolutional networks

    Gao Huang, Zhuang Liu, Laurens Van Der Maaten, and Kilian Q Weinberger. Densely connected convolutional networks. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 4700–4708, 2017

  154. [162]

    sharpdarts: Faster and more accurate differentiable architecture search

    Andrew Hundt, Varun Jain, and Gregory D Hager. sharpdarts: Faster and more accurate differentiable architecture search. arXiv preprint arXiv:1903.09900, 2019

  155. [163]

    Lietransformer: equivariant self-attention for lie groups

    Michael J Hutchinson, Charline Le Lan, Sheheryar Zaidi, Emilien Dupont, Yee Whye Teh, and Hyunjik Kim. Lietransformer: equivariant self-attention for lie groups. In International Conference on Machine Learning , pages 4533–4543. PMLR, 2021

  156. [164]

    Attention-based deep mul- tiple instance learning

    Maximilian Ilse, Jakub M Tomczak, and Max Welling. Attention-based deep mul- tiple instance learning. ICML, 2018

  157. [165]

    Invariance learning in deep neural networks with differen- tiable laplace approximations

    Alexander Immer, Tycho van der Ouderaa, Gunnar R ¨atsch, Vincent Fortuin, and Mark van der Wilk. Invariance learning in deep neural networks with differen- tiable laplace approximations. Advances in Neural Information Processing Systems , 35:12449–12463, 2022

  158. [166]

    Batch normalization: Accelerating deep net- work training by reducing internal covariate shift

    Sergey Ioffe and Christian Szegedy. Batch normalization: Accelerating deep net- work training by reducing internal covariate shift. In International conference on machine learning, pages 448–456. PMLR, 2015

  159. [167]

    Structured receptive fields in cnns

    Jorn-Henrik Jacobsen, Jan Van Gemert, Zhongyu Lou, and Arnold WM Smeul- ders. Structured receptive fields in cnns. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 2610–2619, 2016

  160. [168]

    Perceiver: General perception with iterative attention

    Andrew Jaegle, Felix Gimeno, Andy Brock, Oriol Vinyals, Andrew Zisserman, and Joao Carreira. Perceiver: General perception with iterative attention. In Interna- tional conference on machine learning, pages 4651–4664. PMLR, 2021

  161. [169]

    Categorical reparameterization with gumbel-softmax

    Eric Jang, Shixiang Gu, and Ben Poole. Categorical reparameterization with gumbel-softmax. arXiv preprint arXiv:1611.01144, 2016

  162. [170]

    Active convolution: Learning the shape of convolu- tion for image classification

    Yunho Jeon and Junmo Kim. Active convolution: Learning the shape of convolu- tion for image classification. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 4201–4209, 2017

  163. [171]

    Dynamic filter networks

    Xu Jia, Bert De Brabandere, Tinne Tuytelaars, and Luc V Gool. Dynamic filter networks. In Advances in neural information processing systems, pages 667–675, 2016

  164. [172]

    Cotr: Correspondence transformer for matching across images

    Wei Jiang, Eduard Trulls, Jan Hosang, Andrea Tagliasacchi, and Kwang Moo Yi. Cotr: Correspondence transformer for matching across images. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 6207–6217, 2021

  165. [173]

    The pre-response stimulus ensemble of neurons in the cochlear nucleus

    PLM Johannesma. The pre-response stimulus ensemble of neurons in the cochlear nucleus. In Symposium on Hearing Theory, 1972. IPO, 1972. BIBLIOGRAPHY 205

  166. [174]

    Mimic-iii, a freely accessible critical care database

    Alistair EW Johnson, Tom J Pollard, Lu Shen, Li-wei H Lehman, Mengling Feng, Mohammad Ghassemi, Benjamin Moody, Peter Szolovits, Leo Anthony Celi, and Roger G Mark. Mimic-iii, a freely accessible critical care database. Scientific data, 3 (1):1–9, 2016

  167. [175]

    Machine learning: Trends, perspectives, and prospects

    Michael I Jordan and Tom M Mitchell. Machine learning: Trends, perspectives, and prospects. Science, 349(6245):255–260, 2015

  168. [176]

    Spinalnet: Deep neural network with gradual input

    HM Kabir, Moloud Abdar, Seyed Mohammad Jafar Jalali, Abbas Khosravi, Amir F Atiya, Saeid Nahavandi, and Dipti Srinivasan. Spinalnet: Deep neural network with gradual input. arXiv preprint arXiv:2007.03347, 2020

  169. [177]

    Recurrent continuous translation models

    Nal Kalchbrenner and Phil Blunsom. Recurrent continuous translation models. In Proceedings of the 2013 Conference on Empirical Methods in Natural Language Process- ing, pages 1700–1709, 2013

  170. [178]

    Neural architecture search with bayesian optimisation and optimal transport

    Kirthevasan Kandasamy, Willie Neiswanger, Jeff Schneider, Barnabas Poczos, and Eric P Xing. Neural architecture search with bayesian optimisation and optimal transport. Advances in neural information processing systems, 31, 2018

  171. [179]

    Construction of 3d orthogonal cover of a digital object

    Nilanjana Karmakar, Arindam Biswas, Partha Bhowmick, and Bhargab B Bhat- tacharya. Construction of 3d orthogonal cover of a digital object. In Combinatorial Image Analysis: 14th International Workshop, IWCIA 2011, Madrid, Spain, May 23-25,

  172. [180]

    Alias-free generative adversarial networks

    Tero Karras, Miika Aittala, Samuli Laine, Erik H ¨ark¨onen, Janne Hellsten, Jaakko Lehtinen, and Timo Aila. Alias-free generative adversarial networks. arXiv preprint arXiv:2106.12423, 2021

  173. [181]

    Transformers are rnns: Fast autoregressive transformers with linear attention, 2020

    Angelos Katharopoulos, Apoorv Vyas, Nikolaos Pappas, and Franc ¸ois Fleuret. Transformers are rnns: Fast autoregressive transformers with linear attention, 2020

  174. [182]

    van Gemert

    Osman Semih Kayhan and Jan C. van Gemert. On translation invariance in cnns: Convolutional layers can exploit absolute spatial location. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), June 2020

  175. [183]

    Neural controlled differential equations for irregular time series

    Patrick Kidger, James Morrill, James Foster, and Terry Lyons. Neural controlled differential equations for irregular time series. arXiv preprint arXiv:2005.08926 , 2020

  176. [184]

    Smpconv: Self-moving point representa- tions for continuous convolution

    Sanghyeon Kim and Eunbyung Park. Smpconv: Self-moving point representa- tions for continuous convolution. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 10289–10299, 2023

  177. [185]

    Adam: A method for stochastic optimization

    Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014. 206 BIBLIOGRAPHY

  178. [186]

    Auto-encoding variational bayes

    Diederik P Kingma and Max Welling. Auto-encoding variational bayes. arXiv preprint arXiv:1312.6114, 2013

  179. [187]

    Semi-supervised classification with graph con- volutional networks

    Thomas N Kipf and Max Welling. Semi-supervised classification with graph con- volutional networks. arXiv preprint arXiv:1609.02907, 2016

  180. [188]

    Convolutional networks with oriented 1d kernels

    Alexandre Kirchmeyer and Jia Deng. Convolutional networks with oriented 1d kernels. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 6222–6232, 2023

  181. [189]

    Reformer: The efficient trans- former, 2020

    Nikita Kitaev, Łukasz Kaiser, and Anselm Levskaya. Reformer: The efficient trans- former, 2020

  182. [190]

    Exploiting redundancy: Separable group convolutional networks on lie groups

    David M Knigge, David W Romero, and Erik J Bekkers. Exploiting redundancy: Separable group convolutional networks on lie groups. In International Conference on Machine Learning, pages 11359–11386. PMLR, 2022

  183. [191]

    Romero, Albert Gu, Efstratios Gavves, Erik J Bekkers, Jakub Mikolaj Tomczak, Mark Hoogendoorn, and Jan jakob Sonke

    David M Knigge, David W. Romero, Albert Gu, Efstratios Gavves, Erik J Bekkers, Jakub Mikolaj Tomczak, Mark Hoogendoorn, and Jan jakob Sonke. Modelling long range dependencies in $n$d: From task-specific to a general purpose CNN. In The Eleventh International Conference on Lear...

  184. [192]

    Openai’s ceo says the age of giant ai models is already over

    Will Knight. Openai’s ceo says the age of giant ai models is already over. Wired, April, 17:2023, 2023

  185. [193]

    Kodak dataset, 1991

    Kodak. Kodak dataset, 1991. URL http://r0k.us/graphics/kodak/

  186. [194]

    On the generalization of equivariance and convolution in neural networks to the action of compact groups

    Risi Kondor and Shubhendu Trivedi. On the generalization of equivariance and convolution in neural networks to the action of compact groups. arXiv preprint arXiv:1802.03690, 2018

  187. [195]

    Learning multiple layers of features from tiny images

    Alex Krizhevsky, Geoffrey Hinton, et al. Learning multiple layers of features from tiny images. Technical report, Citeseer, 2009

  188. [196]

    Imagenet classification with deep convolutional neural networks

    Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. Imagenet classification with deep convolutional neural networks. Advances in neural information processing systems, 25, 2012

  189. [197]

    A simple weight decay can improve generaliza- tion

    Anders Krogh and John Hertz. A simple weight decay can improve generaliza- tion. Advances in neural information processing systems, 4, 1991

  190. [198]

    Regular se (3) group convolutions for volu- metric medical image analysis

    Thijs P Kuipers and Erik J Bekkers. Regular se (3) group convolutions for volu- metric medical image analysis. arXiv preprint arXiv:2306.13960, 2023

  191. [199]

    Lafarge, Erik J

    Maxime W. Lafarge, Erik J. Bekkers, Josien P . W. Pluim, Remco Duits, and Mitko Veta. Roto-translation equivariant convolutional networks: Application to histopathology image analysis. arXiv preprint arXiv:2002.08725, 2020

  192. [200]

    Temporal ensembling for semi-supervised learning

    Samuli Laine and Timo Aila. Temporal ensembling for semi-supervised learning. arXiv preprint arXiv:1610.02242, 2016. BIBLIOGRAPHY 207

  193. [201]

    An empirical evaluation of deep architectures on problems with many factors of variation

    Hugo Larochelle, Dumitru Erhan, Aaron Courville, James Bergstra, and Yoshua Bengio. An empirical evaluation of deep architectures on problems with many factors of variation. In Proceedings of the 24th international conference on Machine learning, pages 473–480. ACM, 2007

  194. [202]

    Eval- uation of algorithms using games: The case of music tagging

    Edith Law, Kris West, Michael I Mandel, Mert Bay, and J Stephen Downie. Eval- uation of algorithms using games: The case of music tagging. In ISMIR, pages 387–392, 2009

  195. [203]

    A simple way to initialize recurrent networks of rectified linear units

    Quoc V Le, Navdeep Jaitly, and Geoffrey E Hinton. A simple way to initialize recurrent networks of rectified linear units. arXiv preprint arXiv:1504.00941, 2015

  196. [204]

    Pointgrid: A deep network for 3d shape understanding

    Truc Le and Ye Duan. Pointgrid: A deep network for 3d shape understanding. In Proceedings of the IEEE conference on computer vision and pattern recognition , pages 9204–9214, 2018

  197. [205]

    MNIST handwritten digit database

    Yann LeCun and Corinna Cortes. MNIST handwritten digit database. 2010. URL http://yann.lecun.com/exdb/mnist/

  198. [206]

    Backpropagation applied to handwritten zip code recognition

    Yann LeCun, Bernhard Boser, John S Denker, Donnie Henderson, Richard E Howard, Wayne Hubbard, and Lawrence D Jackel. Backpropagation applied to handwritten zip code recognition. Neural computation, 1(4):541–551, 1989

  199. [207]

    Optimal brain damage

    Yann LeCun, John Denker, and Sara Solla. Optimal brain damage. Advances in neural information processing systems, 2, 1989

  200. [208]

    Gradient-based learning applied to document recognition

    Yann LeCun, L ´eon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to document recognition. Proceedings of the IEEE , 86(11):2278– 2324, 1998

  201. [209]

    Deep learning

    Yann LeCun, Yoshua Bengio, and Geoffrey Hinton. Deep learning. nature, 521 (7553):436–444, 2015

  202. [210]

    Raw waveform- based audio classification using sample-level cnn architectures

    Jongpil Lee, Taejun Kim, Jiyoung Park, and Juhan Nam. Raw waveform- based audio classification using sample-level cnn architectures. arXiv preprint arXiv:1712.00866, 2017

  203. [211]

    Sample- level deep convolutional neural networks for music auto-tagging using raw wave- forms

    Jongpil Lee, Jiyoung Park, Keunhyoung Luke Kim, and Juhan Nam. Sample- level deep convolutional neural networks for music auto-tagging using raw wave- forms. arXiv preprint arXiv:1703.01789, 2017

  204. [212]

    Toward efficient deep learning with sparse neural networks

    Namhoon Lee. Toward efficient deep learning with sparse neural networks. PhD thesis, University of Oxford, 2020

  205. [213]

    Fnet: Mix- ing tokens with fourier transforms

    James Lee-Thorp, Joshua Ainslie, Ilya Eckstein, and Santiago Ontanon. Fnet: Mix- ing tokens with fourier transforms. arXiv preprint arXiv:2105.03824, 2021

  206. [214]

    Exploiting learned symmetries in group equivariant convolutions

    Attila Lengyel and Jan van Gemert. Exploiting learned symmetries in group equivariant convolutions. In 2021 IEEE International Conference on Image Processing (ICIP), pages 759–763. IEEE, 2021. 208 BIBLIOGRAPHY

  207. [215]

    Group equivariant cap- sule networks

    Jan Eric Lenssen, Matthias Fey, and Pascal Libuschewski. Group equivariant cap- sule networks. In Advances in Neural Information Processing Systems , pages 8844– 8853, 2018

  208. [216]

    Deep rotation equivariant network

    Junying Li, Zichen Yang, Haifeng Liu, and Deng Cai. Deep rotation equivariant network. Neurocomputing, 290:26–33, 2018

  209. [217]

    Geometry- aware gradient algorithms for neural architecture search

    Liam Li, Mikhail Khodak, Maria-Florina Balcan, and Ameet Talwalkar. Geometry- aware gradient algorithms for neural architecture search. arXiv preprint arXiv:2004.07802, 2020

  210. [218]

    Independently recur- rent neural network (indrnn): Building a longer and deeper rnn

    Shuai Li, Wanqing Li, Chris Cook, Ce Zhu, and Yanbo Gao. Independently recur- rent neural network (indrnn): Building a longer and deeper rnn. In Proceedings of the IEEE conference on computer vision and pattern recognition , pages 5457–5466, 2018

  211. [219]

    Hospedales, Neil Martin Robertson, and Yongxin Yang

    Yonggang Li, Guosheng Hu, Yongtao Wang, Timothy M. Hospedales, Neil Martin Robertson, and Yongxin Yang. DADA: differentiable automatic data augmenta- tion. 2020

  212. [220]

    Fourier neural opera- tor for parametric partial differential equations

    Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar. Fourier neural opera- tor for parametric partial differential equations. arXiv preprint arXiv:2010.08895 , 2020

  213. [221]

    Darts+: Improved differentiable architecture search with early stopping

    Hanwen Liang, Shifeng Zhang, Jiacheng Sun, Xingqiu He, Weiran Huang, Kechen Zhuang, and Zhenguo Li. Darts+: Improved differentiable architecture search with early stopping. arXiv preprint arXiv:1909.06035, 2019

  214. [222]

    Fast autoaugment

    Sungbin Lim, Ildoo Kim, Taesup Kim, Chiheon Kim, and Sungwoong Kim. Fast autoaugment. Advances in Neural Information Processing Systems, 32, 2019

  215. [223]

    Network in network

    Min Lin, Qiang Chen, and Shuicheng Yan. Network in network. arXiv preprint arXiv:1312.4400, 2013

  216. [224]

    Context-gated convolution, 2019

    Xudong Lin, Lin Ma, Wei Liu, and Shih-Fu Chang. Context-gated convolution, 2019

  217. [225]

    Scale-covariant and scale-invariant gaussian derivative net- works

    Tony Lindeberg. Scale-covariant and scale-invariant gaussian derivative net- works. In Scale Space and Variational Methods in Computer Vision :, volume 12679 of Springer Lecture Notes in Computer Science, pages 3–14. Springer Nature, 2021. ISBN 978-3-030-75548-5. doi: 10.1007/...

  218. [226]

    Idealized computational models for auditory receptive fields

    Tony Lindeberg and Anders Friberg. Idealized computational models for auditory receptive fields. PLoS one, 10(3), 2015

  219. [227]

    Scale-space theory for auditory signals

    Tony Lindeberg and Anders Friberg. Scale-space theory for auditory signals. In BIBLIOGRAPHY 209 International Conference on Scale Space and Variational Methods in Computer Vision , pages 3–15. Springer, 2015

  220. [228]

    Learning long-range spatial dependencies with horizontal gated recurrent units

    Drew Linsley, Junkyung Kim, Vijay Veerabadran, Charles Windolf, and Thomas Serre. Learning long-range spatial dependencies with horizontal gated recurrent units. Advances in neural information processing systems, 31, 2018

  221. [229]

    Auto-deeplab: Hierarchical neural architecture search for semantic image segmentation

    Chenxi Liu, Liang-Chieh Chen, Florian Schroff, Hartwig Adam, Wei Hua, Alan L Yuille, and Li Fei-Fei. Auto-deeplab: Hierarchical neural architecture search for semantic image segmentation. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, page...

  222. [230]

    Hierarchical representations for efficient architecture search

    Hanxiao Liu, Karen Simonyan, Oriol Vinyals, Chrisantha Fernando, and Koray Kavukcuoglu. Hierarchical representations for efficient architecture search. In 6th International Conference on Learning Representations, ICLR 2018, Vancouver, BC, Canada, April 30 - May 3, 2018, Confer...

  223. [231]

    Darts: Differentiable architec- ture search

    Hanxiao Liu, Karen Simonyan, and Yiming Yang. Darts: Differentiable architec- ture search. arXiv preprint arXiv:1806.09055, 2018

  224. [232]

    Applying topological persis- tence in convolutional neural network for music audio signals

    Jen-Yu Liu, Shyh-Kang Jeng, and Yi-Hsuan Yang. Applying topological persis- tence in convolutional neural network for music audio signals. arXiv preprint arXiv:1608.07373, 2016

  225. [233]

    Under- standing the difficulty of training transformers

    Liyuan Liu, Xiaodong Liu, Jianfeng Gao, Weizhu Chen, and Jiawei Han. Under- standing the difficulty of training transformers. arXiv preprint arXiv:2004.08249 , 2020

  226. [234]

    More convnets in the 2020s: Scaling up kernels beyond 51x51 using sparsity

    Shiwei Liu, Tianlong Chen, Xiaohan Chen, Xuxi Chen, Qiao Xiao, Boqian Wu, Tommi K¨arkk¨ainen, Mykola Pechenizkiy, Decebal Constantin Mocanu, and Zhangyang Wang. More convnets in the 2020s: Scaling up kernels beyond 51x51 using sparsity. In The Eleventh International Conference...

  227. [235]

    Point-voxel cnn for efficient 3d deep learning

    Zhijian Liu, Haotian Tang, Yujun Lin, and Song Han. Point-voxel cnn for efficient 3d deep learning. Advances in Neural Information Processing Systems, 32, 2019

  228. [236]

    A convnet for the 2020s

    Zhuang Liu, Hanzi Mao, Chao-Yuan Wu, Christoph Feichtenhofer, Trevor Darrell, and Saining Xie. A convnet for the 2020s. arXiv preprint arXiv:2201.03545, 2022

  229. [237]

    Supervised scale-regularized linear convolu- tionary filters

    Marco Loog and Francois Lauze. Supervised scale-regularized linear convolu- tionary filters. In Gabriel Brostow Tae-Kyun Kim, Stefanos Zafeiriou and Krystian Mikolajczyk, editors, Proceedings of the British Machine Vision Conference (BMVC) , pages 162.1–162.11. BMVA Press, Sep...

  230. [238]

    SGDR: Stochastic gradient descent with warm 210 BIBLIOGRAPHY restarts

    Ilya Loshchilov and Frank Hutter. SGDR: Stochastic gradient descent with warm 210 BIBLIOGRAPHY restarts. In International Conference on Learning Representations, 2017. URL https: //openreview.net/forum?id=Skq89Scxx

  231. [239]

    Decoupled weight decay regularization

    Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization. In International Conference on Learning Representations , 2019. URL https:// openreview.net/forum?id=Bkg6RiCqY7

  232. [240]

    Deep pro- gressive multi-scale attention for acoustic event classification

    Xugang Lu, Peng Shen, Sheng Li, Yu Tsao, and Hisashi Kawai. Deep pro- gressive multi-scale attention for acoustic event classification. arXiv preprint arXiv:1912.12011, 2019

  233. [241]

    Extended batch nor- malization

    Chunjie Luo, Jianfeng Zhan, Lei Wang, and Wanling Gao. Extended batch nor- malization. arXiv preprint arXiv:2003.05569, 2020

  234. [242]

    Effective approaches to attention-based neural machine translation

    Minh-Thang Luong, Hieu Pham, and Christopher D Manning. Effective approaches to attention-based neural machine translation. arXiv preprint arXiv:1508.04025, 2015

  235. [243]

    Luna: Linear unified nested attention

    Xuezhe Ma, Xiang Kong, Sinong Wang, Chunting Zhou, Jonathan May, Hao Ma, and Luke Zettlemoyer. Luna: Linear unified nested attention. Advances in Neural Information Processing Systems, 34:2441–2453, 2021

  236. [244]

    Mega: moving average equipped gated attention

    Xuezhe Ma, Chunting Zhou, Xiang Kong, Junxian He, Liangke Gui, Graham Neu- big, Jonathan May, and Luke Zettlemoyer. Mega: moving average equipped gated attention. arXiv preprint arXiv:2209.10655, 2022

  237. [245]

    Learning word vectors for sentiment analysis

    Andrew Maas, Raymond E Daly, Peter T Pham, Dan Huang, Andrew Y Ng, and Christopher Potts. Learning word vectors for sentiment analysis. In Proceedings of the 49th annual meeting of the association for computational linguistics: Human language technologies, pages 142–150, 2011

  238. [246]

    The concrete distri- bution: A continuous relaxation of discrete random variables

    Chris J Maddison, Andriy Mnih, and Yee Whye Teh. The concrete distri- bution: A continuous relaxation of discrete random variables. arXiv preprint arXiv:1611.00712, 2016

  239. [247]

    Equivariance-aware ar- chitectural optimization of neural networks

    Kaitlin Maile, Dennis George Wilson, and Patrick Forr ´e. Equivariance-aware ar- chitectural optimization of neural networks. In The Eleventh International Con- ference on Learning Representations , 2023. URL https://openreview.net/ forum?id=a6rCdfABJXg

  240. [248]

    A wavelet tour of signal processing

    St ´ephane Mallat. A wavelet tour of signal processing. Elsevier, 1999

  241. [249]

    Group invariant scattering

    St ´ephane Mallat. Group invariant scattering. Communications on Pure and Applied Mathematics, 65(10):1331–1398, 2012

  242. [250]

    Application of artificial intelligence in health- care: chances and challenges

    Ravi Manne and Sneha C Kantheti. Application of artificial intelligence in health- care: chances and challenges. Current Journal of Applied Science and Technology, 40 (6):78–89, 2021. BIBLIOGRAPHY 211

  243. [251]

    Building a large annotated corpus of english: The penn treebank

    Mary Ann Marcinkiewicz. Building a large annotated corpus of english: The penn treebank. Using Large Corpora, page 273, 1994

  244. [252]

    Rotation equiv- ariant vector field networks

    Diego Marcos, Michele Volpi, Nikos Komodakis, and Devis Tuia. Rotation equiv- ariant vector field networks. In Proceedings of the IEEE International Conference on Computer Vision, pages 5048–5057, 2017

  245. [253]

    Scale equiv- ariance in cnns with vector fields

    Diego Marcos, Benjamin Kellenberger, Sylvain Lobry, and Devis Tuia. Scale equiv- ariance in cnns with vector fields. arXiv preprint arXiv:1807.11783, 2018

  246. [254]

    Invariant and equivariant graph networks

    Haggai Maron, Heli Ben-Hamu, Nadav Shamir, and Yaron Lipman. Invariant and equivariant graph networks. arXiv preprint arXiv:1812.09902, 2018

  247. [255]

    On learning sets of symmetric elements

    Haggai Maron, Or Litany, Gal Chechik, and Ethan Fetaya. On learning sets of symmetric elements. arXiv preprint arXiv:2002.08599, 2020

  248. [256]

    Laughing hyena distillery: Extracting compact recurrences from convolutions

    Stefano Massaroli, Michael Poli, Dan Fu, Hermann Kumbong, David W Romero, Rom Parnichkun, Aman Timalsina, Quinn McIntyre, Beidi Chen, Atri Rudra, Ce Zhang, Christopher R ´e, Stefano Ermon, and Yoshua Bengio. Laughing hyena distillery: Extracting compact recurrences from convol...

  249. [257]

    Voxnet: A 3d convolutional neural net- work for real-time object recognition

    Daniel Maturana and Sebastian Scherer. Voxnet: A 3d convolutional neural net- work for real-time object recognition. In 2015 IEEE/RSJ international conference on intelligent robots and systems (IROS), pages 922–928. IEEE, 2015

  250. [258]

    Efficient-capsnet: Capsule network with self-attention routing.arXiv preprint arXiv:2101.12491, 2021

    Vittorio Mazzia, Francesco Salvetti, and Marcello Chiaberge. Efficient-capsnet: Capsule network with self-attention routing.arXiv preprint arXiv:2101.12491, 2021

  251. [259]

    A logical calculus of the ideas immanent in nervous activity

    Warren S McCulloch and Walter Pitts. A logical calculus of the ideas immanent in nervous activity. The bulletin of mathematical biophysics, 5:115–133, 1943

  252. [260]

    Mogrifier lstm

    G ´abor Melis, Tom ´aˇs Ko ˇcisk`y, and Phil Blunsom. Mogrifier lstm. arXiv preprint arXiv:1909.01792, 2019

  253. [261]

    Occupancy networks: Learning 3d reconstruction in function space

    Lars Mescheder, Michael Oechsle, Michael Niemeyer, Sebastian Nowozin, and Andreas Geiger. Occupancy networks: Learning 3d reconstruction in function space. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recogni- tion, pages 4460–4470, 2019

  254. [262]

    Nerf: Representing scenes as neural radiance fields for view synthesis

    Ben Mildenhall, Pratul P Srinivasan, Matthew Tancik, Jonathan T Barron, Ravi Ramamoorthi, and Ren Ng. Nerf: Representing scenes as neural radiance fields for view synthesis. arXiv preprint arXiv:2003.08934, 2020

  255. [263]

    Designing neural net- works using genetic algorithms

    Geoffrey F Miller, Peter M Todd, and Shailesh U Hegde. Designing neural net- works using genetic algorithms. In ICGA, volume 89, pages 379–384, 1989

  256. [264]

    A simple neural attentive meta-learner

    Nikhil Mishra, Mostafa Rohaninejad, Xi Chen, and Pieter Abbeel. A simple neural attentive meta-learner. arXiv preprint arXiv:1707.03141, 2017. 212 BIBLIOGRAPHY

  257. [265]

    On the number of linear regions of deep neural networks

    Guido F Montufar, Razvan Pascanu, Kyunghyun Cho, and Yoshua Bengio. On the number of linear regions of deep neural networks. InAdvances in neural information processing systems, pages 2924–2932, 2014

  258. [266]

    Properties of auditory stream formation

    Brian CJ Moore and Hedwig E Gockel. Properties of auditory stream formation. Philosophical Transactions of the Royal Society B: Biological Sciences , 367(1591):919– 931, 2012

  259. [267]

    Instant neu- ral graphics primitives with a multiresolution hash encoding

    Thomas M ¨uller, Alex Evans, Christoph Schied, and Alexander Keller. Instant neu- ral graphics primitives with a multiresolution hash encoding. ACM Transactions on Graphics (ToG), 41(4):1–15, 2022

  260. [268]

    Rectified linear units improve restricted boltz- mann machines

    Vinod Nair and Geoffrey E Hinton. Rectified linear units improve restricted boltz- mann machines. In Icml, 2010

  261. [269]

    Listops: A diagnostic dataset for latent tree learning

    Nikita Nangia and Samuel R Bowman. Listops: A diagnostic dataset for latent tree learning. arXiv preprint arXiv:1804.06028, 2018

  262. [270]

    Deeparchitect: Automatically designing and training deep architectures

    Renato Negrinho and Geoff Gordon. Deeparchitect: Automatically designing and training deep architectures. arXiv preprint arXiv:1704.08792, 2017

  263. [271]

    Robust deep learning for computer vision to counteract data scarcity and label noise

    Duc Nguyen. Robust deep learning for computer vision to counteract data scarcity and label noise. PhD thesis, 01 2020

  264. [272]

    S4nd: Modeling images and videos as multidimensional signals using state spaces

    Eric Nguyen, Karan Goel, Albert Gu, Gordon W Downs, Preey Shah, Tri Dao, Stephen A Baccus, and Christopher R ´e. S4nd: Modeling images and videos as multidimensional signals using state spaces. arXiv preprint arXiv:2210.06583, 2022

  265. [273]

    Hyenadna: Long-range genomic sequence modeling at single nucleotide resolution

    Eric Nguyen, Michael Poli, Marjan Faizi, Armin Thomas, Callum Birch-Sykes, Michael Wornow, Aman Patel, Clayton Rabideau, Stefano Massaroli, Yoshua Ben- gio, et al. Hyenadna: Long-range genomic sequence modeling at single nucleotide resolution. arXiv preprint arXiv:2306.15794, 2023

  266. [274]

    Optimal trans- port kernels for sequential and parallel neural architecture search

    Vu Nguyen, Tam Le, Makoto Yamada, and Michael A Osborne. Optimal trans- port kernels for sequential and parallel neural architecture search. In International Conference on Machine Learning, pages 8084–8095. PMLR, 2021

  267. [275]

    schyena: Foun- dation model for full-length single-cell rna-seq analysis in brain

    Gyutaek Oh, Baekgyu Choi, Inkyung Jung, and Jong Chul Ye. schyena: Foun- dation model for full-length single-cell rna-seq analysis in brain. arXiv preprint arXiv:2310.02713, 2023

  268. [276]

    The role of context in object recognition

    Aude Oliva and Antonio Torralba. The role of context in object recognition. Trends in cognitive sciences, 11(12):520–527, 2007

  269. [277]

    Wavenet: A generative model for raw audio.arXiv preprint arXiv:1609.03499, 2016

    Aaron van den Oord, Sander Dieleman, Heiga Zen, Karen Simonyan, Oriol Vinyals, Alex Graves, Nal Kalchbrenner, Andrew Senior, and Koray Kavukcuoglu. Wavenet: A generative model for raw audio.arXiv preprint arXiv:1609.03499, 2016

  270. [278]

    Deepsdf: Learning continuous signed distance functions for shape BIBLIOGRAPHY 213 representation

    Jeong Joon Park, Peter Florence, Julian Straub, Richard Newcombe, and Steven Lovegrove. Deepsdf: Learning continuous signed distance functions for shape BIBLIOGRAPHY 213 representation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 165...

  271. [279]

    Bam: Bottle- neck attention module

    Jongchan Park, Sanghyun Woo, Joon-Young Lee, and In So Kweon. Bam: Bottle- neck attention module. arXiv preprint arXiv:1807.06514, 2018

  272. [280]

    Hyper- nerf: A higher-dimensional representation for topologically varying neural radi- ance fields

    Keunhong Park, Utkarsh Sinha, Peter Hedman, Jonathan T Barron, Sofien Bouaziz, Dan B Goldman, Ricardo Martin-Brualla, and Steven M Seitz. Hyper- nerf: A higher-dimensional representation for topologically varying neural radi- ance fields. arXiv preprint arXiv:2106.13228, 2021

  273. [281]

    How to construct deep recurrent neural networks

    Razvan Pascanu, Caglar Gulcehre, Kyunghyun Cho, and Yoshua Bengio. How to construct deep recurrent neural networks. arXiv preprint arXiv:1312.6026, 2013

  274. [282]

    On the difficulty of training recurrent neural networks

    Razvan Pascanu, Tomas Mikolov, and Yoshua Bengio. On the difficulty of training recurrent neural networks. In International conference on machine learning , pages 1310–1318, 2013

  275. [283]

    Attention

    Harold Pashler. Attention. Psychology Press, 2016

  276. [284]

    Causality: Models, Reasoning, and Inference

    Judea Pearl. Causality: Models, Reasoning, and Inference . Cambridge University Press, Cambridge, UK, 2009. ISBN 978-0521895606

  277. [285]

    Deep scattering spectrum with deep neu- ral networks

    Vijayaditya Peddinti, TaraN Sainath, Shay Maymon, Bhuvana Ramabhadran, David Nahamoo, and Vaibhava Goel. Deep scattering spectrum with deep neu- ral networks. In 2014 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 210–214. IEEE, 2014

  278. [286]

    Large ker- nel matters–improve semantic segmentation by global convolutional network

    Chao Peng, Xiangyu Zhang, Gang Yu, Guiming Luo, and Jian Sun. Large ker- nel matters–improve semantic segmentation by global convolutional network. In Proceedings of the IEEE conference on computer vision and pattern recognition , pages 4353–4361, 2017

  279. [287]

    Film: Visual reasoning with a general conditioning layer

    Ethan Perez, Florian Strub, Harm De Vries, Vincent Dumoulin, and Aaron Courville. Film: Visual reasoning with a general conditioning layer. InProceedings of the AAAI conference on artificial intelligence, volume 32, 2018

  280. [288]

    Elements of causal infer- ence: foundations and learning algorithms

    Jonas Peters, Dominik Janzing, and Bernhard Sch ¨olkopf. Elements of causal infer- ence: foundations and learning algorithms. The MIT Press, 2017

  281. [289]

    Efficient neural architecture search via parameters sharing

    Hieu Pham, Melody Guan, Barret Zoph, Quoc Le, and Jeff Dean. Efficient neural architecture search via parameters sharing. In International conference on machine learning, pages 4095–4104. PMLR, 2018

  282. [290]

    Environmental sound classification with convolutional neural net- works

    Karol J Piczak. Environmental sound classification with convolutional neural net- works. In 2015 IEEE 25th International Workshop on Machine Learning for Signal Processing (MLSP), pages 1–6. IEEE, 2015. 214 BIBLIOGRAPHY

  283. [291]

    Resolution learning in deep convolutional networks using scale-space theory

    Silvia L Pintea, Nergis Tomen, Stanley F Goes, Marco Loog, and Jan C van Gemert. Resolution learning in deep convolutional networks using scale-space theory. arXiv preprint arXiv:2106.03412, 2021

  284. [292]

    Hyena hierarchy: Towards larger convolutional language models

    Michael Poli, Stefano Massaroli, Eric Nguyen, Daniel Y Fu, Tri Dao, Stephen Baccus, Yoshua Bengio, Stefano Ermon, and Christopher R ´e. Hyena hierarchy: Towards larger convolutional language models. arXiv preprint arXiv:2302.10866 , 2023

  285. [293]

    Randomly weighted cnns for (music) audio classifi- cation

    Jordi Pons and Xavier Serra. Randomly weighted cnns for (music) audio classifi- cation. In ICASSP 2019-2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 336–340. IEEE, 2019

  286. [294]

    End-to-end learning for music audio tagging at scale

    Jordi Pons, Oriol Nieto, Matthew Prockup, Erik Schmidt, Andreas Ehmann, and Xavier Serra. End-to-end learning for music audio tagging at scale. arXiv preprint arXiv:1711.02520, 2017

  287. [295]

    Timbre analysis of music audio signals with convolutional neural networks

    Jordi Pons, Olga Slizovskaia, Rong Gong, Emilia G´omez, and Xavier Serra. Timbre analysis of music audio signals with convolutional neural networks. In 2017 25th European Signal Processing Conference (EUSIPCO), pages 2744–2748. IEEE, 2017

  288. [296]

    Volumetric and multi-view cnns for object classification on 3d data

    Charles R Qi, Hao Su, Matthias Nießner, Angela Dai, Mengyuan Yan, and Leonidas J Guibas. Volumetric and multi-view cnns for object classification on 3d data. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 5648–5656, 2016

  289. [297]

    Pointnet: Deep learn- ing on point sets for 3d classification and segmentation

    Charles R Qi, Hao Su, Kaichun Mo, and Leonidas J Guibas. Pointnet: Deep learn- ing on point sets for 3d classification and segmentation. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 652–660, 2017

  290. [2011]

    Springer, 2011

    Proceedings 14, pages 70–83. Springer, 2011

  291. [2022]

    URL https://openreview.net/forum?id=uYLFoz1vlAC

  292. [2023]

    URL https://openreview.net/forum?id=bXNl-myZkJl

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.