Tagged articles
14 articles
Page 1 of 1
HyperAI Super Neural
HyperAI Super Neural
Mar 4, 2026 · Artificial Intelligence

MIT’s APOLLO Framework Breaks Limits, Separating Shared and Modality‑Specific Cell Signals

MIT and ETH Zurich introduce APOLLO, a deep‑learning autoencoder that learns a partially overlapping latent space to explicitly disentangle shared and modality‑specific information in multimodal single‑cell datasets, demonstrating superior cell‑type classification, cross‑modal prediction, and protein localization insights across sequencing and imaging data.

AutoencoderDeep LearningLatent Space
0 likes · 14 min read
MIT’s APOLLO Framework Breaks Limits, Separating Shared and Modality‑Specific Cell Signals
AI Algorithm Path
AI Algorithm Path
Feb 18, 2026 · Artificial Intelligence

Using Autoencoders for Industrial Defect Detection

This article explains how to train a simple fully‑connected autoencoder on defect‑free images, use reconstruction error to highlight anomalies in industrial parts, and convert the error into a single metric that cleanly separates good from defective components.

AutoencoderComputer VisionKeras
0 likes · 7 min read
Using Autoencoders for Industrial Defect Detection
AIWalker
AIWalker
Feb 22, 2025 · Artificial Intelligence

DC‑AE: A 128× Downsampling Autoencoder that Super‑Charges High‑Resolution Diffusion Models

DC‑AE introduces Residual Autoencoding and Decoupled High‑Resolution Adaptation to achieve up to 128× spatial compression in autoencoders, preserving reconstruction quality while delivering roughly 19× inference and 18× training speedups for high‑resolution diffusion models, as demonstrated on ImageNet and other benchmarks.

Autoencodercompressiondiffusion models
0 likes · 13 min read
DC‑AE: A 128× Downsampling Autoencoder that Super‑Charges High‑Resolution Diffusion Models
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 13, 2023 · Artificial Intelligence

Image Mosaic Removal Using Autoencoder and UNet in PyTorch

This article explains the principle behind using deep‑learning autoencoders and UNet architectures to reconstruct mosaicked images, provides a complete PyTorch implementation with dataset preparation, network definition, training, and inference, and demonstrates the restored results.

AutoencoderImage ProcessingMosaic Removal
0 likes · 13 min read
Image Mosaic Removal Using Autoencoder and UNet in PyTorch
Code DAO
Code DAO
May 20, 2022 · Artificial Intelligence

Building a Collaborative Denoising Autoencoder with PyTorch Lightning

This article explains the collaborative denoising autoencoder (CDAE) for recommendation, walks through data preparation with MovieLens, shows a full PyTorch Lightning implementation, tunes hyper‑parameters using Ray Tune and CometML, and reports detailed evaluation metrics.

AutoencoderCDAECometML
0 likes · 11 min read
Building a Collaborative Denoising Autoencoder with PyTorch Lightning
Code DAO
Code DAO
Dec 19, 2021 · Artificial Intelligence

Exploring Latent Space with TensorFlow Autoencoders (Part 1)

This tutorial walks through building a TensorFlow 2.0 autoencoder from scratch, preparing the FashionDB dataset, visualizing raw images, projecting them into PCA and t‑SNE spaces, constructing encoder and decoder layers, training the model, and visualizing the resulting latent space to reveal image clusters.

AutoencoderLatent SpacePCA
0 likes · 13 min read
Exploring Latent Space with TensorFlow Autoencoders (Part 1)
Sohu Tech Products
Sohu Tech Products
Jul 21, 2021 · Artificial Intelligence

Kaggle Jane Street Market Prediction Competition Summary and Model Insights

This article summarizes the author's participation in the Kaggle Jane Street Market Prediction competition, detailing the anonymous feature dataset, utility‑score metric, data preprocessing, the combined AE‑MLP and XGBoost modeling approach, threshold tuning, experimental findings, and references for further study.

AutoencoderKaggleMLP
0 likes · 8 min read
Kaggle Jane Street Market Prediction Competition Summary and Model Insights
360 Quality & Efficiency
360 Quality & Efficiency
Dec 7, 2018 · Artificial Intelligence

Image Feature Extraction and Clustering for Key Frame Selection in Mobile App Installation Screenshots

This article presents a technical solution for extracting representative key frames from time‑series screenshots of a mobile app installation process, covering pixel sampling, dimensionality reduction, classic feature extractors (SIFT, HOG, ORB), auto‑encoder based deep learning, and clustering methods such as KMeans and DBSCAN, along with practical results and performance analysis.

AutoencoderComputer VisionHOG
0 likes · 5 min read
Image Feature Extraction and Clustering for Key Frame Selection in Mobile App Installation Screenshots
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 21, 2018 · Artificial Intelligence

How Unsupervised Autoencoders Boost International Credit Card Fraud Detection

International credit card fraud, a growing threat, can be more effectively identified by applying unsupervised autoencoder models, which outperform traditional rule‑based systems by tripling recall and increasing accuracy by 40%, while reducing maintenance costs and adapting to new fraud patterns.

AutoencoderUnsupervised Learninganomaly detection
0 likes · 9 min read
How Unsupervised Autoencoders Boost International Credit Card Fraud Detection
Ctrip Technology
Ctrip Technology
Jan 13, 2017 · Artificial Intelligence

Deep Learning Applications in Recommender Systems: A Hybrid Collaborative Filtering Model

This article reviews the early research on applying deep learning techniques such as autoencoders, stacked denoising autoencoders, and hybrid collaborative‑filtering models to recommender systems, describing the underlying matrix‑factorization theory, side‑information integration, experimental results, and future prospects.

AutoencoderHybrid Modelcollaborative filtering
0 likes · 13 min read
Deep Learning Applications in Recommender Systems: A Hybrid Collaborative Filtering Model