Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,291 papers · 148 categories

Trend · papers per month

2.4%4.8%7.1%9.5% · Nov 199519922001200920182026
48 results for Inception hypothesis

Improved image classification accuracy on CIFAR-10 dataset.

problem Classifying images from the CIFAR-10 dataset with high accuracy.
method Combining features from manual and deep learning approaches, including VGG16, Inception ResNet v2, HOG, and pixel intensities.
result Achieved 94.6% testing accuracy by combining top 1000 principal components.

Study how neural networks optimize to stable linearly connected regions.

problem Understanding how neural networks converge to stable solutions under different training conditions.
method Investigate the stability of neural networks to SGD noise and apply it to iterative magnitude pruning.
result Subnetworks that reach full accuracy must be stable to SGD noise, either at initialization or early in training.

The paper analyzes GANs focusing on Inception Score, label smoothing, gradient vanishing, and -log(D(x)).

problem Improving the quality and diversity of generated images in Generative Adversarial Networks (GANs).
method Mathematical analysis of Inception Score, label smoothing, gradient vanishing, and -log(D(x)) alternative in the context of GANs.
result Detailed mathematical insights into Inception Score, label smoothing, gradient vanishing, and -log(D(x)) alternative.

This study evaluates how adversarial examples transfer between different models.

problem Transferability of adversarial examples across models poses a threat to machine learning reliability.
method Evaluation of three adversarial attacks (FGSM, Basic Iterative Method, Carlini & Wagner) on two model classes (VGG and Inception). Use of specific parameters and metrics (L-Infinity clipping, SSIM) for assessment.
result Adversarial examples can be transferred between models, indicating a vulnerability in machine learning systems.

SAGAN improves image generation by leveraging attention across feature locations.

problem Traditional GANs generate details only from local feature maps, limiting image quality.
method SAGAN uses self-attention to model long-range dependencies and spectral normalization for better training.
result SAGAN achieves state-of-the-art results, boosting Inception score and reducing Frechet Inception distance.

This paper uses MH algorithm to improve variational inference and GANs.

problem Improving sampling efficiency in Bayesian inference and GANs.
method Proposes learning an independent sampler to maximize MH acceptance rate, related to variational inference. Deduces GANs from MH perspective.
result Improves variational inference and GANs performance on real-world datasets.

Generative models struggle with class prediction on real data.

problem Evaluating generative models' ability to infer class labels.
method Trained classifiers on synthetic data generated by various models and tested on real data.
result Generative models from different classes outperform GANs on a new classification accuracy score (CAS).

Method learns moments for large implicit models, improving image generation quality.

problem Difficulty in defining and selecting moments for training large implicit models.
method Introduced moment network and used asymptotic theory to define and learn better moments.
result MoLM-trained generators outperform other methods in quality and diversity of generated images.

FID misaligns with human judgment due to reliance on ImageNet classes.

problem FID metric's reliance on ImageNet classes causes discrepancies with human evaluation.
method Investigated and visualized the feature space of FID and its relation to ImageNet classes.
result Aligning histograms of Top-NN ImageNet classifications can reduce FID without improving quality.

End-to-end audio recognition system improves accuracy.

problem Improving accuracy in auditory object recognition.
method Proposes an end-to-end deep neural network with an 'inception nucleus' to learn features from raw waveforms.
result Bests current state-of-the-art approaches by 10.4 percentage points on Urbansound8k dataset.

Transform classical network structures to graph CNN for better graph recognition.

problem Transforming classical network structures to graph CNN for better graph recognition.
method Review and introduce ResNet, Inception, and DenseNet into graph CNN, constructing G_ResNet, G_Inception, G_DenseNet.
result Demonstrated how different network structures work on graph CNN in the graph recognition task.

New methods validate a hypothesis explaining how neural nets generalize well.

problem Why over-parameterized nets generalize well despite memorizing training data.
method Developed new algorithms to suppress weak gradient directions without per-example gradients.
result Validated a hypothesis about gradient directions and their role in generalization.

Paper discusses sliced generative models for improved sample discrimination.

problem Improving sample discrimination in generative models.
method One-dimensional slicing of AutoEncoder-based generative models, focusing on normality tests and classical distances.
result The second group of methods based on classical distances gives a faster decrease rate of Fréchet Inception Distance (FID).

New method evaluates text-to-image synthesis for realism, variety, and semantic accuracy.

problem Lack of metrics revealing semantic accuracy in text-to-image synthesis.
method Uses Inception network representations and t-SNE visualization for semantic evaluation.
result Classification accuracy of generated images to real images' visual concepts correlates with semantic accuracy.

Paper finds effective building blocks for CNNs, improving model performance and size.

problem Finding optimal deep model architectures and parameters.
method Search framework for discovering effective building blocks for CNNs.
result Discovered models are smaller and perform comparably to state-of-the-art models.

InceptionGCN improves disease prediction on graph data.

problem Improving disease prediction accuracy on graph data.
method Introduced a new spectral domain architecture with inception modules and varying kernel sizes.
result Significantly improved disease prediction results on two datasets.

Spider GAN accelerates GAN training with a new approach.

problem Stable training of Generative adversarial networks (GANs).
method Spider GAN leverages a novel approach to identify closely related datasets (friendly neighborhoods) and uses a new measure (signed inception distance) to accelerate GAN training.
result Spider GAN achieves faster convergence and state-of-the-art FID values with one-fifth of the training iterations.

Jeffrey guidance extends diffusion-model control to more complex applications.

problem Controlling diffusion models beyond simple cases like conditional sampling.
method Leveraging Jeffrey's rule of conditioning to update marginal distributions towards a target distribution.
result Significant reductions in FID on CIFAR-10 and FFHQ with Inception embeddings as the target.