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

0.6%1.2%1.8%2.4% · Apr 199919922001200920182026
48 results for Texture Discard

WaiT improves image generation quality by focusing on natural frequency hierarchy.

problem Standard flow matching treats all spatial frequencies equally, ignoring natural frequency hierarchy.
method WaiT uses lossless wavelets to decompose generation into coarse and fine bands, waiting for the signal in high-frequency bands.
result WaiT achieves a pixel-space FID of 1.43 on ImageNet 512x512, reducing sampling compute by up to 50%.

Paper proposes TBSD for efficient anomaly detection in textured images.

problem Challenges in anomaly detection for textured images, especially in manufacturing systems.
method Texture basis integrated smooth decomposition (TBSD) approach.
result TBSD surpasses benchmarks with less misidentification and superior performance.

GOTEX synthesizes textures by optimizing feature distributions using optimal transport.

problem Texture synthesis with control over feature distributions.
method Optimal transport for statistical feature distribution comparison, semi-dual formulation, minimax optimization.
result GOTEX produces high-quality textures with various features, outperforming state-of-the-art methods.

Few-shot image classification is improved by correcting CNNs' texture bias.

problem Few-shot image classification performance is hindered by CNNs' texture bias.
method Corrected CNNs' texture bias using a simpler method than state-of-the-art approaches.
result State-of-the-art performance on miniImageNet task achieved.

Improved texture synthesis using wavelet-based statistics with rectifier non-linearity.

problem Improving texture synthesis quality using wavelet representations.
method Proposes a family of statistics based on non-linear wavelet representations with a generalized rectifier non-linearity.
result Significantly improves visual quality of texture synthesis compared to classical wavelet-based models.

Currently, Markov-Gibbs random field (MGRF) image models which include high-order interactions are almost always built by modelling responses of a stack of local linear filters. Actual interaction structure is specified implicitly by the filter coefficients. In contrast, we learn an explicit high-order MGRF structure b…

2015-10-08abs ↗pdf ↗

CNNs trained on ImageNet favor textures over shapes, but can learn shape-based recognition.

problem CNNs trained on ImageNet favor textures over shapes, leading to biased recognition.
method Evaluating CNNs and human observers on images with a texture-shape cue conflict.
result CNNs trained on ImageNet favor textures over shapes, but can learn shape-based recognition.

Model for directed synthesis of audio textures using multi-scale RNNs.

problem Challenges in modeling complex audio textures with traditional methods.
method Combining multi-scale RNNs with a conditioning strategy for user-directed synthesis.
result Demonstrated improved performance on various audio texture datasets.

System generates speech textures and converts voices using backpropagation.

problem Generating speech textures and voice conversion from limited data.
method Approximate inversion of speech recognition network, matching neuron activations.
result System can generate realistic speech babble and reconstruct voices with limited data.

Machine learning and complexity-entropy methods estimate liquid crystal properties from textures.

problem Extracting physical properties from liquid crystal textures.
method Combining permutation entropy, statistical complexity, and machine learning.
result Significant precision in predicting physical properties of liquid crystals.

A new Bayesian model improves dynamic texture segmentation.

problem Automatic selection of DTs in video sequences.
method Joint Dirichlet process mixture and GDTM approach with VBEM and RTSS.
result The proposed algorithm outperforms previous methods in efficiency and accuracy.

Enhanced rotation prediction improves SSL models by capturing both shape and texture information.

problem Rotation prediction misses texture information, limiting model performance.
method Introduces image enhanced rotation prediction (IE-Rot) that combines rotation and image enhancement tasks.
result IE-Rot models outperform Rotation on various benchmarks.

The paper introduces metrics to quantify information discarding in DNNs.

problem Understanding how input information is discarded during neural network processing.
method Developed two entropy-based metrics to measure pixel-wise and reconstruction uncertainty.
result The metrics provide new insights into DNN performance and information processing efficiency.

Improved CAD system for lung disease diagnosis using transfer learning.

problem Early diagnosis of interstitial lung diseases is challenging.
method Transfer learning from general texture classification databases to improve CNN performance.
result 2% absolute increase in performance of the proposed CNN.

Algorithm segments glandular structures in colon histology images for cancer grading.

problem Manual gland segmentation is time-consuming and risky for patients.
method Local intensity and texture features, Random Forest classifier, multilevel approach.
result Fast, accurate automatic gland segmentation for clinical use.

This work improves texture segmentation by automatically tuning hyperparameters for Total-Variation.

problem The challenge is to automatically select hyperparameters for Total-Variation texture segmentation.
method The approach involves extending Stein's unbiased gradient estimator to handle correlated Gaussian noise, leading to an automatic tuning method.
result The method provides an automatic way to select hyperparameters for Total-Variation texture segmentation.

Enhances sound texture in CNN for better acoustic scene classification.

problem Limited understanding of how CNNs perceive audio scenes.
method Used Class Activation Mapping (CAM) to analyze log-Mel features and proposed edge enhancement using DoG and Sobel operators.
result Edge-enhanced log-Mel features improve CNN performance in acoustic scene classification.

Synthesizes faces from facial features, invariant to pose and expression.

problem Creating realistic face images from facial features.
method Learning facial landmarks and textures from facial-recognition features, training on frontal, neutral-expression images.
result Generated images are invariant to lighting, pose, and expression.

A scattering transform defines a signal representation which is invariant to translations and Lipschitz continuous relatively to deformations. It is implemented with a non-linear convolution network that iterates over wavelet and modulus operators. Lipschitz continuity locally linearizes deformations. Complex classes o…

2011-12-05abs ↗pdf ↗

Paper presents a method for satellite imagery classification using texture features.

problem Object identification in urban areas using satellite imagery.
method Pixel-level study with various features (correlation, homogeneity, energy, contrast). Supervised classification using SVM and Naive Bayes.
result Naive Bayes outperforms SVM with an overall accuracy of 76%.

Quantitative CT predicts ILD patterns and prognosis.

problem Diagnosing and predicting prognosis of fibrosing ILD patterns.
method High-resolution CT texture features, TM model for classification and survival analysis.
result TM model outperforms histogram-based model in distinguishing UIP from non-UIP patterns and allows for survival group partitioning.

Deep learning extracts terrain texture covariates for geostatistical modeling.

problem Improving prediction accuracy in geostatistical modeling using terrain texture data.
method Deep learning approach to automatically derive optimal terrain texture covariates from SRTM 90m DEM.
result Deep learning-derived covariates have strong explanatory power (R-squared around 0.6) for geochemical data.

Deep learning framework predicts surface texture parameters and their uncertainties.

problem Predicting surface texture parameters and their uncertainties from multi-instrument datasets.
method Reproducible deep learning framework using multi-instrument dataset, quantile and heteroscedastic heads for uncertainty modeling, and post-hoc conformal calibration.
result High fidelity predictions (R2: Ra 0.9824, Rz 0.9847, RONt 0.9918) and well-modelled uncertainty targets (Ra_uncert 0.9899, Rz_uncert 0.9955).

Researchers found that avoiding synthetic data generation prevents model collapse in machine learning.

problem Model collapse in machine learning where models degenerate over generations.
method Comparing discard and augment workflows, focusing on Linear Regression.
result Theoretical evidence shows that for Linear Regression, test risk is bounded by π²/6 of original data alone.