deep-learning

Tag

Cards List
#deep-learning

Modelling daily activity patterns from mobile phone location data via deep representation learning

arXiv cs.LG ↗ · 3d ago Cached

This paper proposes the Activity Chain Encoder (ACE), a self-supervised model that learns daily activity patterns from mobile phone location data without labels, and demonstrates its effectiveness in identifying differentiated activity patterns in urban environments like London.

0 favorites 0 likes
#deep-learning

GeoPair: Geometry-Preserving Cross-Layer Factorization for Training-Free Transformer Compression

Hugging Face Daily Papers ↗ · 3d ago Cached

The paper introduces GeoPair, a training-free framework for transformer compression that optimizes cross-layer factorizations while preserving activation geometries, achieving state-of-the-art results across diverse architectures.

0 favorites 0 likes
#deep-learning

@MichaelRan15: Stanford CS312 Deep Learning Alchemy is worth following. It's not just another 2022 deep learning course. The instructo…

X AI KOLs Timeline ↗ · 3d ago Cached

Stanford University announced a new deep learning course, CS312, with a unique grading system emphasizing quizzes and practical experiments over assignments.

0 favorites 0 likes
#deep-learning

Transformers Explained Visually

Hacker News Top ↗ · 3d ago Cached

An interactive tool that visually explains the architecture of Transformer models, using GPT-2 to illustrate key components like embedding, attention mechanisms, and output predictions.

0 favorites 0 likes
#deep-learning

@gklambauer: The Illustrated Recurrence: From Amari-Hopfield Nets to GPT-6 Astra First blog. Recurrence has been discussed since GPT…

X AI KOLs Timeline ↗ · 4d ago Cached

A blog post by Günter Klambauer providing an illustrated overview of recurrence in neural networks, tracing its history from Amari-Hopfield Nets to mentions of GPT-6 Astra and categorizing various architectures based on recurrence patterns.

0 favorites 0 likes
#deep-learning

Efficient Architecture Search under Leave-One-Subject-Out Evaluation

arXiv cs.LG ↗ · 4d ago Cached

This paper proposes PainNAS, a block-based Neural Architecture Search method that efficiently reduces computational complexity in Leave-One-Subject-Out evaluation for automated pain assessment systems.

0 favorites 0 likes
#deep-learning

MIST: Multimodal Survival Prediction with Genomic-Guided Histology Attention

arXiv cs.AI ↗ · 4d ago Cached

MIST introduces a novel multimodal approach for survival prediction in oncology by using genomic-guided histology attention, showing improved performance across multiple external datasets.

0 favorites 0 likes
#deep-learning

Probabilistic Forecasting of Business Process Executions with Neural Temporal Point Processes

arXiv cs.LG ↗ · 4d ago Cached

This paper proposes a generative approach using neural temporal point processes for probabilistic forecasting in business process monitoring, demonstrating superior calibration and inference efficiency over existing discriminative models.

0 favorites 0 likes
#deep-learning

Risk-Aware Occupancy for Safety-Oriented End-to-End Autonomous Driving

arXiv cs.AI ↗ · 4d ago Cached

The paper proposes risk-aware occupancy as a dense representation for safety in end-to-end autonomous driving, introducing the ROIDrive network and RiskOcc4D-nuScenes dataset, which significantly reduces collision rates.

0 favorites 0 likes
#deep-learning

GVPO++: Group Variance Policy Optimization for LLM Post-Training and On-Policy Distillation

arXiv cs.AI ↗ · 4d ago Cached

This paper introduces GVPO++, a novel post-training method for large language models that integrates KL-constrained reward maximization, enhancing training stability and enabling on-policy distillation.

0 favorites 0 likes
#deep-learning

Stiefel-AdamW: Geometry-Aware AdamW for Linear Factorization Blocks

arXiv cs.LG ↗ · 4d ago Cached

This paper introduces Stiefel-AdamW, a geometry-aware optimizer for linear factorization blocks in deep learning that enhances stability and performance, validated on models like GPT2, ViT, and Mistral 7B.

0 favorites 0 likes
#deep-learning

On the Limits of Maximal Coding Rate Reduction for Out-of-Distribution Generalisation

arXiv cs.LG ↗ · 4d ago Cached

This paper establishes two limitations of Maximal Coding Rate Reduction (MCR²) for out-of-distribution generalisation, showing that it can fail under distribution shift and that incorporating invariance principles does not eliminate this failure.

0 favorites 0 likes
#deep-learning

From Stress to Affect: Multimodal Deep Learning for Physiological Emotion Recognition Across Wearable Sensor Modalities

arXiv cs.LG ↗ · 4d ago Cached

A comparative study of temporal deep learning architectures for physiological emotion recognition using multimodal wearable datasets, evaluating LSTM, TCN, and Transformer models under different sensing configurations.

0 favorites 0 likes
#deep-learning

TALON: A Temporally Aware Longitudinal Framework for Radiology Report Generation

arXiv cs.CL ↗ · 4d ago Cached

TALON introduces a temporally aware longitudinal framework for radiology report generation that adaptively integrates variable-length patient histories using a dual-channel temporal fusion module to improve accuracy in detecting interval changes and persistent findings.

0 favorites 0 likes
#deep-learning

Why back propagation goes backward

Hacker News Top ↗ · 4d ago Cached

This article explains why the backpropagation algorithm in neural networks is implemented in a backward pass, clarifying the efficiency advantages over a forward computation based on the chain rule.

0 favorites 0 likes
#deep-learning

A Jev-style model fine-tuned on Qwen3.5 4B

Reddit r/LocalLLaMA ↗ · 4d ago

The author fine-tuned Qwen3.5 4B using LoRA with public and synthetic data to create a Jev-style model, achieving improved performance and open-sourcing the model and dataset.

0 favorites 0 likes
#deep-learning

@antiAIvo: When learning Transformer The hardest part to handle is multi-dimensional matrix operations The human brain can only mo…

X AI KOLs Timeline ↗ · 6d ago Cached

The article introduces a visualization tool for the attention mechanism in Transformers, allowing users to customize input matrices and see step-by-step computations of attention scores. It is an initial version with plans for future updates based on user feedback.

0 favorites 0 likes
#deep-learning

@PyTorch: At PyTorch Conference North America, explore how new optimizers like Muon and TorchJD work alongside tools like fastsaf…

X AI KOLs Following ↗ · 6d ago Cached

The PyTorch Conference North America is announced, featuring sessions on new optimizers like Muon and TorchJD, tools like fastsafetensors and LMCache, with speakers from major tech companies and institutions, happening in San Jose on October 20-21.

0 favorites 0 likes
#deep-learning

@PyTorch: Muon has attracted a lot of attention for fast convergence, but getting those optimizers to work in a real training sta…

X AI KOLs Timeline ↗ · 6d ago Cached

An announcement for a talk at PyTorch Conference North America covering practical implementations of Muon, Dion, and Dion3 optimizers in training stacks.

0 favorites 0 likes
#deep-learning

@RisingSayak: Found a faster kernel? You shouldn’t need to rewrite your model to use it. With Kernels, you can choose which kernel ru…

X AI KOLs Following ↗ · 6d ago Cached

This Twitter thread introduces Hugging Face's Kernels, a tool that allows users to select and replace optimized kernel implementations for supported layers in AI models without rewriting the entire model.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback