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,181 papers · 148 categories

Trend · papers per month

8.3%16.7%25.0%33.3% · Jan 199319922001200920182026
48 results for biological images

Corrects nuisance variation in cell image embeddings using Wasserstein distance.

problem Separating biological signal from domain-specific nuisance variation in cell images.
method Minimizing distances between marginal distributions (Wasserstein distance) to adjust embeddings.
result Transformed embeddings carry improved biological signal and less domain-specific information.

Study compares different superpixel methods for explaining CNNs in biological images.

problem Transparency of deep learning models in image classification.
method Compared Felzenszwalb, SLIC, and Compact-Watershed superpixel methods on explaining CNNs.
result Compact-Watershed method most closely matches human-referenced relevance areas.

Hexnet framework enhances image processing with hexagonal structures.

problem Improve image processing systems with biological-inspired hexagonal structures.
method Develops a hexagonal deep learning framework (Hexnet) for image processing.
result Hexnet surpasses current hexagonal image processing systems and artificial neural networks.

Stem uses diffusion models to infer gene expression from H&E images.

problem Inference of gene expression from H&E stained images is time-consuming and expensive.
method Conditional diffusion generative model to infer gene expression.
result Stem achieves state-of-the-art performance in spatial gene expression prediction.

New method extracts biological concepts from cell microscopy images.

problem Extracting meaningful concepts from vision foundation models trained on cell microscopy images.
method Sparse dictionary learning (DL) combined with PCA whitening pre-processing.
result Successfully retrieved biologically meaningful concepts like cell types and genetic perturbations.

DCMIX learns channel importance for high content imaging.

problem Lack of channel importance information in deep learning-based image analysis.
method Image blending concepts with alpha compositing for arbitrary channels.
result DCMIX learns biologically relevant channel importance without sacrificing prediction performance.

Automated tests detect interactions in unstructured data.

problem Detecting interactions between latent variables in low-dimensional systems.
method Derive two interaction tests based on pairwise interventions and integrate them into an active learning pipeline.
result Tests can identify more known biological interactions than random search and standard active learning baselines.

LM-SNNs use lattice maps to classify and cluster images.

problem Image classification and clustering.
method Lattice map spiking neural networks with cooperative and competitive interactions, inhibition strategies, and biologically motivated learning rules.
result LM-SNNs effectively classify and cluster images using self-organized filters.

Combining insights from neural networks and neuroscience to understand complex tasks.

problem Understanding how biological and artificial neural networks learn and solve complex tasks.
method Review of data-analysis techniques from computational neuroscience applied to DNNs, and vice versa.
result Opportunities for synergy between machine learning and neuroscience to enhance understanding of neural representations.

A method predicts posterior PCs for faster uncertainty quantification in imaging.

problem Uncertainty visualization in image restoration models is limited by per-pixel variances.
method Neural Posterior Principal Components (NPPC) method for predicting PCs in a single forward pass.
result Orders of magnitude faster uncertainty quantification compared to posterior samplers.

Study adapts AI research methods to analyze image augmentation impacts on neural network operations.

problem Understanding how image augmentation affects neural network performance and sensitivity.
method Adapted treatment-control paradigm, uses variance decomposition, Sobol indices, and Shapley values for sensitivity analysis.
result Visualizes and quantifies sensitivity to different image augmentation parameters.

Graph Spectral Regularization makes neural network layers more interpretable.

problem Making neural network layers more interpretable without sacrificing performance.
method Using a graph Laplacian penalty to structure hidden layer activations.
result Encourages smooth activations within hidden layers, leading to better interpretability.

New learning rules from information bottleneck improve deep learning without precise labels.

problem Training deep neural networks with backpropagation is biologically implausible.
method Kernelized information bottleneck principle with 3-factor Hebbian structure.
result The new learning rules perform nearly as well as backpropagation on image classification tasks.

C2G-Net improves image classification of similar objects like cells.

problem Classifying images with many similar objects efficiently and interpretably.
method Combines image compression and a CNN with reduced parameters.
result C2G-Net achieves similar accuracy to conventional CNNs but with reduced training time and improved interpretability.

Proposes VPF for efficient training of DBMs without Gibbs sampling or feedback phases.

problem Efficient training of deep neural networks with biological plausibility.
method Variational Probability Flow (VPF) for binary Deep Boltzmann Machines (DBMs).
result VPF learns features quickly and generates high-likelihood samples.

Develops statistical guarantees for image-to-image regression models.

problem Current image-to-image regression models lack statistical guarantees for model mistakes and hallucinations.
method Uncertainty quantification techniques with rigorous statistical guarantees for image-to-image regression problems.
result Derives uncertainty intervals around each pixel with formal mathematical guarantees.

New metric compares noisy neural trajectories using optimal transport.

problem Existing metrics fail to capture differences in noisy, dynamic neural responses.
method Proposed an optimal transport distance metric for Gaussian processes.
result Metric effectively compares neural dynamics in different systems.

Spiking neural networks perform similarly to deep networks on occluded images.

problem Robust object recognition in partially occluded images.
method Developed a two-layer spiking neural network trained on natural scenes with a biologically plausible learning rule, compared to deep convolutional networks.
result Spiking neural networks achieve good accuracy and robustness on stepwise pixel erasement tasks.

New algorithms for deep learning mimic brain's learning but struggle with complex images.

problem Evaluating biologically inspired deep learning algorithms on complex image datasets.
method Implemented and compared various biologically inspired algorithms (TP, FA, DTP) on MNIST, CIFAR-10, and ImageNet.
result Biologically inspired algorithms perform well on MNIST but poorly on CIFAR and ImageNet, suggesting new architectures or algorithms are needed.

Method estimates section thickness and XY anisotropy in ssEM images.

problem Accurate 3D reconstructions require precise section thickness and XY anisotropy estimates.
method Non-parametric Bayesian regression of image statistics.
result Method has lower estimation error compared to existing methods.

Enhances high-throughput imaging of microtubule networks, improving clarity and consistency.

problem Fluorescence noise obscures microtubule structures in high-throughput imaging.
method CycleGAN learning to enhance low-resolution images of microtubule networks.
result CycleGAN effectively identifies microtubules with high accuracy (0.93+ AUC-ROC).

We present a model for the joint estimation of disparity and motion. The model is based on learning about the interrelations between images from multiple cameras, multiple frames in a video, or the combination of both. We show that learning depth and motion cues, as well as their combinations, from data is possible wit…

2013-12-12abs ↗pdf ↗

New method recovers relative rates in spatial compositional data from IMS.

problem Challenges in analyzing spatial data from IMS due to competitive sampling.
method Hierarchical Variational Graph Fused Lasso using heavy-tailed graphical lasso prior and automatic differentiation variational inference.
result Our method outperforms state-of-the-practice point estimate methodologies in IMS and has superior posterior coverage.

Study uses Bayesian networks to infer causal relationships from observational biological data.

problem Understanding causal interactions in biological systems from observational data.
method Bayesian networks applied to small simulated and real biological networks.
result Bayesian networks can reveal causal information flow in gene expression data.

Researchers develop flexible kernels for biological sequences with guaranteed reliability.

problem Challenges in applying machine learning to biological sequences, including unreliable methods.
method Theoretical analysis and development of modified kernels to ensure reliability and accuracy.
result Developed kernels that are universal, characteristic, and metrize the space of distributions for biological sequences.

Skip connections improve biologically-inspired learning rules.

problem Biologically-inspired learning rules often underperform compared to backpropagation.
method Introduced skip connections between intermediate layers in biologically-motivated learning rules.
result Skip connections can match the performance of backpropagation and are robust to hyper-parameters.

New learning algorithm mimics biological neural networks.

problem Biologically implausible backpropagation for directed neural networks.
method Introduces new neuronal dynamics and learning rule for arbitrary architectures, sparsity-inducing pruning method, and dynamical-systems characterization.
result Prunes irrelevant connections and improves learning efficiency.

Extracts biological context from biomedical texts to associate with events.

problem Identifying biological context and associating it with biochemical events in texts.
method Analyzed an annotated corpus and developed classifiers using syntactic, distance, and frequency features.
result Developed and evaluated classifiers for context-event association.

SENA-discrepancy-VAE interprets latent causal factors in biological pathways.

problem Interpreting latent causal factors in biological pathways.
method SENA-discrepancy-VAE, a model based on discrepancy-VAE, that produces interpretable latent causal factors.
result Sena-discrepancy-VAE achieves comparable predictive performance with non-interpretable counterparts while providing biologically meaningful causal factors.