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.

168,742 papers · 148 categories

Trend · papers per month

8.3%16.7%25.0%33.3% · Jan 199319922001200920172026
48 results for histological whole slide image

Deep learning model diagnoses celiac disease severity from intestinal biopsy images.

problem Diagnosing celiac disease severity from biopsy images, especially mild cases.
method Deep residual networks trained on a modified Marsh score histological scoring system.
result Model achieved AUC > 0.96 in all classes for CD severity classification.

Study uses deep learning to detect BCCs in high-res histopathological images.

problem Detecting BCCs in high-resolution, weakly labeled histopathological images.
method Attention-based deep learning models to process ultra-high resolution images with weak labels.
result Attention-based models achieve almost perfect classification performance (AUC of 0.99).

CNN-based prostate cancer grading improves accuracy and efficiency.

problem Manual Gleason grading by pathologists is time-consuming and prone to errors.
method Patch-Based Image Reconstruction (PBIR), Distribution Correction (DC), Quadratic Weighted Mean Square Error (QWMSE).
result Achieved superior expert-level performance (0.8885 quadratic-weighted kappa coefficient).

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.

An important part of Digital Pathology is the analysis of multiple digitised whole slide images from differently stained tissue sections. It is common practice to mount consecutive sections containing corresponding microscopic structures on glass slides, and to stain them differently to highlight specific tissue compon…

2018-10-17abs ↗pdf ↗

In recent years, many publications showed that convolutional neural network based features can have a superior performance to engineered features. However, not much effort was taken so far to extract local features efficiently for a whole image. In this paper, we present an approach to compute patch-based local feature…

2018-05-08abs ↗pdf ↗

Deep neural networks have introduced significant advancements in the field of machine learning-based analysis of digital pathology images including prostate tissue images. With the help of transfer learning, classification and segmentation performance of neural network models have been further increased. However, due t…

2019-03-14abs ↗pdf ↗

Spectral decoupling improves neural network generalization in medical imaging.

problem Poor generalization of neural networks trained on medical imaging data.
method Spectral decoupling, a regularization technique that encourages learning more features.
result Spectral decoupling increases network robustness and performance on external datasets.

EAGLE-Net enhances foundation models by integrating patch-level features for better tissue understanding.

problem Foundation models lack mechanisms for global tissue structure and local context in computational pathology.
method EAGLE-Net combines multi-scale spatial encoding, attention-guided loss functions, and background suppression to aggregate patch-level features into slide-level predictions.
result EAGLE-Net improves classification accuracy and concordance indices across multiple cancer types, producing biologically coherent attention maps.

Evaluates deep learning models in histopathology for robustness and classification strategies.

problem Lack of comprehensive evaluation of histopathology models beyond accuracy.
method Developed a new methodology to evaluate models on five histopathology datasets, including vision transformers and CNNs.
result Identified insights into cancer classification strategies and robustness against stain variations.

Hierarchical CNNs improve diagnosis of GI diseases from histopathological images.

problem Diagnosing GI diseases from histopathological images is challenging due to heterogeneity and shared features.
method Embedded a class hierarchy into a VGGNet to address the hierarchical structure of GI diseases.
result The hierarchical model achieved better results than a flat model for multi-category diagnosis of GI disorders.

A deep learning approach classifies medical images hierarchically.

problem Limitations of traditional supervised classifiers in medical image classification.
method Hierarchical Medical Image Classification (HMIC) using deep learning models.
result HMIC achieved better performance in classifying medical images hierarchically.

We propose a sliding surface for systems on the Lie group SO(3)×R3SO(3)\times \mathbb{R}^3 . The sliding surface is shown to be a Lie subgroup. The reduced-order dynamics along the sliding subgroup have an almost globally asymptotically stable equilibrium. The sliding surface is used to design a sliding-mode controller for t…

2019-05-14abs ↗pdf ↗

Automatically counts microglial cells in rat spinal cord images, providing precise counts and uncertainty estimates.

problem Counting microglial cells in small, heterogeneous datasets is time-consuming and requires extensive training.
method Pre-processing to filter images, designing a non-parametric, non-linear kernel counter, providing uncertainty estimation.
result The method can provide precise counts and uncertainty estimates in small datasets, even with expert opinions.

New robustness certificates for streaming models with a sliding window.

problem Applying robustness certificates to streaming data with correlated inputs.
method Deriving robustness certificates for models using a sliding window over a sequence of potentially correlated inputs.
result Guarantees hold for the average model performance across the entire stream, independent of stream size.

A CNN-based method detects and counts corn kernels from images.

problem Manual counting of corn kernels is labor-intensive and prone to error.
method Sliding window approach with CNN for detection and NMS for overlapping removal.
result The method successfully detects and counts kernels with low error.

A 3-stage method enhances hyperspectral image classification accuracy.

problem Classifying detailed classes in hyperspectral images with limited labeled data.
method Uses Nested Sliding Window and PCA for spatial consistency, SVM for spectral estimation, and TV model for spatial smoothing.
result Our method outperforms state-of-the-art algorithms, especially in scenarios with small training sets.

Universally valid ground truth is almost impossible to obtain or would come at a very high cost. For supervised learning without universally valid ground truth, a recommended approach is applying crowdsourcing: Gathering a large data set annotated by multiple individuals of varying possibly expertise levels and inferri…

2018-07-31abs ↗pdf ↗

Aim: To review how machine learning (ML) is applied to imaging biomarkers in neuro-oncology, in particular for diagnosis, prognosis, and treatment response monitoring. Materials and Methods: The PubMed and MEDLINE databases were searched for articles published before September 2018 using relevant search terms. The sear…

2019-08-28abs ↗pdf ↗

The paper analyzes the sliding regret of stochastic bandit algorithms.

problem Measuring the one-shot behavior of no-regret algorithms in stochastic bandits.
method Introducing sliding regret to measure the worst pseudo-regret over a time-window.
result Randomized methods have optimal sliding regret, while index policies have the worst possible sliding regret.