cnn

Tag

Cards List
#cnn

Faults That Fortify: CNN Adversarial Robustness via GPU Undervolting

arXiv cs.LG · 2026-08-24 Cached

This paper introduces GPU undervolting as a hardware-level defense to improve CNN adversarial robustness and energy efficiency during training by inducing beneficial stochastic faults.

0 favorites 0 likes
#cnn

The evaluation resolution has been shown to have a significant impact on the identification of the "learning rule" that exhibits the most brain-like characteristics at V1. [R]

Reddit r/MachineLearning · 2026-08-22

This preprint demonstrates that evaluation resolution significantly affects the identification of brain-like learning rules in the visual cortex (V1), using CNNs with various learning rules and fMRI data.

0 favorites 0 likes
#cnn

Transferable Above-Ground Biomass (AGB) Estimation Model from Multi-Sensor Data with Sparse Field Calibration

arXiv cs.LG · 2026-08-13 Cached

Presents a globally trained CNN for forest above-ground biomass estimation using multi-sensor satellite data, with a sparse field calibration workflow to adapt predictions locally. Achieves improved accuracy over uncalibrated global models and ESA CCI products.

0 favorites 0 likes
#cnn

PhysAttNet: Enhancing Predictive Performance in Industrial and Astrophysical Time Series via Physics-Informed Attention

arXiv cs.LG · 2026-08-11 Cached

PhysAttNet is a physics-informed attention framework that augments lightweight CNN forecasters with domain-guided regularization to improve accuracy and generalization in industrial and astrophysical time series forecasting.

0 favorites 0 likes
#cnn

Deep Learning CNN and Recurrence Analysis for Alpha Gamma EEG Biomarkers in Fragile X Syndrome

arXiv cs.LG · 2026-08-04 Cached

This paper proposes a multi-representation deep learning framework combining CNNs, LSTMs, and recurrence plot analysis to characterize alpha and gamma EEG biomarkers in Fragile X Syndrome, showing improved classification over single-modality baselines.

0 favorites 0 likes
#cnn

Rethinking Pretraining for Specialized Design Data: Evidence from the JONES-19 Cultural Design Dataset

arXiv cs.LG · 2026-08-04 Cached

This paper evaluates CNN pretraining strategies on the JONES-19 cultural design dataset, finding that learning from scratch with multi-crop sampling can match ImageNet pretraining for structured design data, suggesting smaller curated datasets may be more effective in specialized design domains.

0 favorites 0 likes
#cnn

A CNN forecast the current El Niño as "very strong" months before the physics models did, and has now been proven right as NOAA's models climbed to meet it.

Reddit r/ArtificialInteligence · 2026-08-03

A deep learning CNN model from Seoul National University forecast a very strong El Niño months ahead of NOAA's physics-based models, and has been validated as the models converged. The AI also predicts a La Niña flip in 2028, far beyond traditional forecast horizons.

0 favorites 0 likes
#cnn

Loss-Aware Feature-Map Pruning in Convolutional Neural Networks Using Multi-Armed Bandits

arXiv cs.AI · 2026-07-28 Cached

This paper introduces a loss-aware feature-map pruning framework for convolutional neural networks using multi-armed bandits (UCB1 and Thompson Sampling) to selectively remove redundant feature maps, reducing computational cost while preserving accuracy.

0 favorites 0 likes
#cnn

Same Predictions, Different Reasons: The Effect of Quantization on Model Explanations

arXiv cs.LG · 2026-07-28 Cached

This paper systematically evaluates how post-training quantization affects the interpretability of CNN models using Grad-CAM and LIME, revealing that classification accuracy is not a reliable indicator of interpretability stability and that architecture selection is critical for trustworthy deployment.

0 favorites 0 likes
#cnn

Predicting the Outcome of rTMS Depression Therapy using EEG Signals and CNN

arXiv cs.LG · 2026-07-28 Cached

This paper proposes a lightweight CNN classifier that uses Fourier-Bessel Series Expansion with Euclidean Distance (FBSE-ED) to represent EEG signals as images, achieving 93.60% accuracy in predicting the outcome of rTMS depression therapy, outperforming both EEG-specific and pretrained deep learning models.

0 favorites 0 likes
#cnn

A Theory of Contrastive Learning with Natural Images

Hugging Face Daily Papers · 2026-07-08 Cached

This paper analytically computes the optimal representations under a contrastive loss for basic augmentations and natural images with stationary statistics, showing that the optimal CNN first-layer filters are sinusoids and that weights can be computed via a waterfilling algorithm.

0 favorites 0 likes
#cnn

@DanKornas: CS231n: Stanford Lectures on CNNs, Vision, DL. (2017) What you will learn: - Build the foundations before jumping into …

X AI KOLs Timeline · 2026-07-05 Cached

Promotion of Stanford's CS231n lectures from 2017 covering CNNs, computer vision, and deep learning fundamentals.

0 favorites 0 likes
#cnn

Representation as a Bottleneck for Mechanistic Interpretability: The Manifestation Unit Protocol

arXiv cs.LG · 2026-07-02 Cached

This paper introduces Manifestation Units, a typed tuple protocol for organizing per-component statistics from mechanistic interpretability analyses into structured, queryable fields. The protocol is demonstrated across vision (β-VAE, CNN) and language (GPT-2) models, showing improved retrieval and causal sufficiency.

0 favorites 0 likes
#cnn

Automated brain tumor detection in MRI images using CNN and ResNet architectures

arXiv cs.AI · 2026-06-29 Cached

This paper presents an automated deep learning approach for brain tumor detection in MRI images using CNN and ResNet architectures with transfer learning, achieving up to 97% accuracy.

0 favorites 0 likes
#cnn

eCNNTO: A Highly Generalizable ConvNet for Accelerating Topology Optimization

arXiv cs.AI · 2026-06-20 Cached

This paper proposes eCNNTO, a CNN with residual connections to accelerate density-based topology optimization by predicting near-optimal densities from early iteration histories, achieving up to 97% reduction in iterations and strong generalization across different boundary conditions, geometries, and mesh resolutions.

0 favorites 0 likes
#cnn

Speech-Driven End-to-End Language Discrimination towards Chinese Dialects

arXiv cs.CL · 2026-06-18 Cached

This paper investigates speech-driven features for fine-grained discrimination among Chinese dialects, using an end-to-end model that combines MFCC-based features with word-level embeddings via a CNN, outperforming text-driven methods.

0 favorites 0 likes
#cnn

Augmentation techniques for video surveillance in the visible and thermal spectral range

arXiv cs.AI · 2026-06-12 Cached

This paper investigates augmentation techniques for CNN-based classification of multispectral images from visible and thermal infrared cameras, using the ThermalWorld dataset to understand how different augmentations affect classification accuracy.

0 favorites 0 likes
#cnn

Synthetic Benchmarks Overstate Forward-Forward Scaling: Real-Data Limits of Layer-Local Training

arXiv cs.AI · 2026-06-08 Cached

This paper shows that layer-local training methods like Forward-Forward (FF) do not scale to realistic image sizes and datasets, and that synthetic benchmarks overstate their performance. The authors introduce a strong FF variant (DTG-FF) and demonstrate that on real data (e.g., ImageNet-100 at 224x224) FF achieves only 49.4% versus typical BP above 75%, while on synthetic tasks the gap narrows or reverses.

0 favorites 0 likes
#cnn

@DanKornas: A better way to study Deep Learning with PyTorch Live Course: follow the full YouTube course arc, not scattered clips. …

X AI KOLs Timeline · 2026-06-05 Cached

A curated guide to studying deep learning with PyTorch via a full YouTube live course series, covering topics from tensors to GANs, organized into six parts.

0 favorites 0 likes
#cnn

WISE-HAR: A Generalizable Ensemble Deep Learning Framework for WiFi-Based Human Activity Recognition

arXiv cs.AI · 2026-06-03 Cached

This paper presents WISE-HAR, an ensemble deep learning framework for WiFi-based human activity recognition, achieving robust performance and generalization across scenarios with minimal accuracy drops.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback