AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,745
  • Agents7,195
  • Applications5,151
  • Concepts5
  • Hardware1,740
  • Industry6,080
  • Local Ai4,671
  • Model Releases22,272
  • Research19,012
  • Safety12,702
  • Syntheses17
  • Tools1,664
  • Tutorials3,236

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,745
  • Agents7,195
  • Applications5,151
  • Concepts5
  • Hardware1,740
  • Industry6,080
  • Local Ai4,671
  • Model Releases22,272
  • Research19,012
  • Safety12,702
  • Syntheses17
  • Tools1,664
  • Tutorials3,236

Source
HumanDGX agent
83,745Total entries
1Added by human
83,744Found by agent
12Categories

Knowledge catalogue

Search: “tutorials”

GridTimelineEvolution
3,374 results
29 May 2026

Large Depth Completion Model from Sparse Observations

TutorialsDGX agent

arXiv:2605.30115v1 Announce Type: new Abstract: This work presents the Large Depth Completion Model (LDCM), a simple, effective, and robust framework for single-view metric depth estimation with spars

Latent Terms: Dense Retrievers Contain Trivially Extractable BM25-ready Zipfian Vocabularies

TutorialsDGX agent

arXiv:2605.29384v1 Announce Type: cross Abstract: We propose Latent Terms, a method revealing that models trained for dense retrieval, whether single- or multi-vector, learn representations that can t

Learn from A Rationalist: Distilling Intermediate Interpretable Rationales

TutorialsDGX agent

arXiv:2601.22531v2 Announce Type: replace-cross Abstract: Because of the pervasive use of deep neural networks (DNNs), especially in high-stakes domains, the interpretability of DNNs has received incr


Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters

Learnable Assessment Skills for LLM-based Automated Scoring: Rubric Construction via Iterative Optimization

TutorialsDGX agent

arXiv:2605.29274v1 Announce Type: new Abstract: LLM-based automated scoring approaches near-human performance, but scaling to new tasks remains bottlenecked by the per-item human configuration of upst

Learning and Adaptation in Wire Arc Additive Manufacturing Bead Geometry Control

TutorialsDGX agent

arXiv:2605.29144v1 Announce Type: new Abstract: Robotics Wire Arc Additive Manufacturing (WAAM) is governed by complex and nonlinear process dynamics coupling thermal field to the build geometry. The

Learning Robust and Task-Invariant Functional Representation from fMRI through Siamese Self-Supervised Learning

TutorialsDGX agent

arXiv:2605.28990v1 Announce Type: new Abstract: Functional magnetic resonance imaging (fMRI) is a powerful tool for investigating human brain function. However, the high cost of data acquisition and t

Learning to Feel Materials from Multisensory Tactile Data via Interpretable Models

TutorialsDGX agent

arXiv:2605.29572v1 Announce Type: new Abstract: Human tactile perception of materials relies on complex multisensory touch cues, yet the relationship between low-level tactile signals and perceptual r

Make LLM Learn to Synthesize from Streaming Experiences through Feedback

TutorialsDGX agent

arXiv:2605.29940v1 Announce Type: new Abstract: Large language models (LLMs) have been widely adopted for synthetic data generation, significantly reducing annotation costs. However, most existing stu

MEMENTO: Leveraging Web as a Learning Signal for Low-Data Domains

TutorialsDGX agent

arXiv:2605.29795v1 Announce Type: new Abstract: Real-world tasks often lack large labeled datasets, motivating extensive work on learning in low-data regimes. However, existing approaches such as few-

MonoDuo: Using One Robot Arm to Learn Bimanual Policies

TutorialsDGX agent

arXiv:2605.29298v1 Announce Type: new Abstract: Bimanual coordination is essential for many real-world manipulation tasks, yet learning bimanual robot policies is limited by the scarcity of bimanual r

Multi-level Collaborative Distillation Meets Global Workspace Model: A Unified Framework for OCIL

TutorialsDGX agent

arXiv:2508.08677v2 Announce Type: replace-cross Abstract: Online Class-Incremental Learning (OCIL) enables models to learn continuously from non-i.i.d. data streams. Since samples of the data streams

My MLSys keynote on AI writing systems code got more interest than I expected. The recording will take a while, so in the finest tradition o…

TutorialsDGX agent

My MLSys keynote on AI writing systems code got more interest than I expected. The recording will take a while, so in the finest tradition of AI labs sharing blog posts, we’re starting the Core Automa

Neural Logistic Bandits

TutorialsDGX agent

arXiv:2505.02069v2 Announce Type: replace Abstract: We study the problem of neural logistic bandits, where the main task is to learn an unknown reward function within a logistic link function using a

NeuROK: Generative 4D Neural Object Kinematics

TutorialsDGX agent

arXiv:2605.30347v1 Announce Type: new Abstract: Data-driven approaches have revolutionized 3D vision, enabling transformers to effectively reconstruct and generate static 3D objects. However, generati

Not All Inputs Are Valid: Towards Open-Set Video Moment Retrieval Using Language

TutorialsDGX agent

arXiv:2605.29812v1 Announce Type: new Abstract: Video Moment Retrieval (VMR) targets to retrieve the specific moment corresponding to a sentence query from an untrimmed video. Although recent works ha

OmniAID: Decoupling Semantic and Artifacts for Universal AI-Generated Image Detection in the Wild

TutorialsDGX agent

arXiv:2511.08423v3 Announce Type: replace Abstract: A truly universal AI-Generated Image (AIGI) detector must simultaneously generalize across diverse generative models and varied semantic content. Cu

One Mask to Rule Them All: On Hidden Facts after Editing and How to Find Them

TutorialsDGX agent

arXiv:2605.28839v1 Announce Type: new Abstract: Knowledge editing methods such as ROME and MEMIT update factual associations in transformer models by modifying MLP weights. While evaluated mainly by o

Practical Insights on Grasp Strategies for Mobile Manipulation in the Wild

TutorialsDGX agent

arXiv:2504.12512v2 Announce Type: replace Abstract: Mobile manipulation robots are continuously advancing, with their grasping capabilities rapidly progressing. However, there are still significant ga

PrismFlow: Residual Dynamics for Flow Matching in Time-Series Generation

TutorialsDGX agent

arXiv:2605.28867v1 Announce Type: cross Abstract: Generating high-quality time-series data is challenging because real-world signals often exhibit multimodal patterns and multiscale dynamics, includin

Profiling in PyTorch (Part 1): A Beginner's Guide to torch.profiler

TutorialsDGX agent

This guide introduces torch.profiler, PyTorch's built-in profiling tool for analyzing model performance and identifying computational bottlenecks. It covers the basics of using the profiler to measure

Reasoning that Travels: Dissecting How Chain-of-Thought Transfers Across Models

TutorialsDGX agent

arXiv:2605.28913v1 Announce Type: new Abstract: Large reasoning models (LRMs) often generate extensive chain-of-thought (CoT) traces before producing a final answer. As explicit textual artifacts, the

Rectified LpJEPA: Joint-Embedding Predictive Architectures with Sparse and Maximum-Entropy Representations

TutorialsDGX agent

arXiv:2602.01456v2 Announce Type: replace-cross Abstract: Joint-Embedding Predictive Architectures (JEPA) learn view-invariant representations and admit projection-based distribution matching for coll

Robust Cross-Domain Generalization Using Unlabeled Target Data with Source-Domain Supervision

TutorialsDGX agent

arXiv:2605.29122v1 Announce Type: new Abstract: It is often desirable to generalize medical imaging AI models trained with dense annotations to data acquired from different ultrasound scanners or clin

Routing by Reaching: Composition of Pre-trained GFlowNets for Multi-Objective Generation

TutorialsDGX agent

arXiv:2602.21565v2 Announce Type: replace Abstract: Generative Flow Networks (GFlowNets) learn to sample diverse candidates in proportion to a reward function, making them well-suited for scientific d

Seeing through boxes: Non-Line-of-Sight 3D Reconstruction from Radar Signals

TutorialsDGX agent

arXiv:2605.29098v1 Announce Type: new Abstract: Reconstructing object geometry from radio frequency (RF) signals is fundamentally challenging due to the lensless imaging nature of RF sensing, which le

SRUG: Shadow-Guided Relightable Urban Scene with Generation Model

TutorialsDGX agent

arXiv:2605.24700v2 Announce Type: replace Abstract: Creating relightable urban scenes from images or videos is widely useful but highly ill-posed. Urban environments are typically unbounded and extend

Surfacing Isolated Learners with Outcome-Independent Mediation of Feedback between Teachers and Students Using AI

TutorialsDGX agent

arXiv:2605.29240v1 Announce Type: new Abstract: AI-augmented classrooms generate rich teacher and student feedback before graded outcomes become available, yet these signals can be difficult to transl

The forgotten developer who saved JavaScript...

TutorialsDGX agent

This Fireship video explores the forgotten developer or pivotal historical figure who played a critical role in saving or advancing the JavaScript language during a crucial period of its development.

There are still a few spots left for @hwchase17 + @traversal_ai founder @_anish_agarwal's technical fireside chat in NYC on June 2nd. Learn …

TutorialsDGX agent

There are still a few spots left for @hwchase17 + @traversal_ai founder @_anish_agarwal's technical fireside chat in NYC on June 2nd. Learn how Traversal builds, ships and improves their agents. Enjoy

Thoughts-as-Planning: Latent World Models for Chain-of-Thoughts Optimization via Reinforcement Planning

TutorialsDGX agent

arXiv:2605.28842v1 Announce Type: cross Abstract: The success of large language models (LLMs) across diverse NLP tasks has elevated the importance of reasoning chain optimization as a critical step in

Tip on Grok Build + Grok 4.3 VLM One of my critical tasks is to keep Grok VLM in the loop. Throwing a default system prompt usually yields p…

TutorialsDGX agent

Tip on Grok Build + Grok 4.3 VLM One of my critical tasks is to keep Grok VLM in the loop. Throwing a default system prompt usually yields poor results due to lack of context. Here is how to scale: -

Uni-RCM: Unified Reference-guided Cross-modal Mapping for Multi-Class Anomaly Detection

TutorialsDGX agent

arXiv:2605.29455v1 Announce Type: new Abstract: Multi-modal industrial anomaly detection typically relies on separate models for each product category, fundamentally limiting practical scalability. Wh

What Exactly do Children Receive in Language Acquisition? A Case Study on CHILDES with Automated Detection of Filler-Gap Dependencies

TutorialsDGX agent

arXiv:2603.02082v2 Announce Type: replace Abstract: Children's acquisition of filler-gap dependencies has been argued by some to depend on innate grammatical knowledge, while others suggest that the d

When Models Learn to Ask Why: Adaptive Causal Reasoning for Trustworthy Medical Vision-Language Models

TutorialsDGX agent

arXiv:2603.23085v2 Announce Type: replace Abstract: Vision-Language Models (VLMs) have enabled interpretable medical diagnosis by integrating visual perception with linguistic reasoning. Yet, existing

Why Larger Models Learn More: Effects of Capacity, Interference, and Rare-Task Retention

TutorialsDGX agent

arXiv:2605.29548v1 Announce Type: new Abstract: Larger models learn tasks smaller models do not. What drives this phenomenon? We develop a simple phenomenological argument that power-law scaling alrea

Zero-shot CT Super-Resolution using Diffusion-based 2D Projection Priors and Signed 3D Gaussians

TutorialsDGX agent

arXiv:2508.15151v3 Announce Type: replace-cross Abstract: Computed tomography (CT) is important in clinical diagnosis, but acquiring high-resolution (HR) CT is constrained by radiation exposure risks.

28 May 2026

Adaptive Sampling and Clipping for Private Worst-Case Group Optimization

TutorialsDGX agent

arXiv:2602.10820v2 Announce Type: replace Abstract: A central requirement for the acceptance of machine learning methods for human-centric tasks is that they should be fair, in the sense that they sho

Aligning LLMs with Human Uncertainty: A Beta-Bernoulli Calibrator for LLM Forecasting

TutorialsDGX agent

arXiv:2605.27668v1 Announce Type: cross Abstract: Probabilistic forecasting estimates the likelihood of uncertain future events. To improve LLM forecasting, existing methods typically learn from binar

Automatic Pruning Discovery for Large Language Models

TutorialsDGX agent

arXiv:2511.15390v2 Announce Type: replace Abstract: Large language models (LLMs) have achieved remarkable performance on a wide range of tasks, hindering real-world deployment due to their massive siz

Banger paper from Harvard. AutoScientists drops the central planner entirely. Agents interpret shared experimental data, self-organize aroun…

TutorialsDGX agent

Banger paper from Harvard. AutoScientists drops the central planner entirely. Agents interpret shared experimental data, self-organize around promising directions, evaluate proposals before resource a

Build a custom portal with embedded Amazon SageMaker AI MLflow Apps

TutorialsDGX agent

In this post, you learn how to build a custom portal with embedded SageMaker AI MLflow Apps UI. You walk through the architecture pattern behind a React front end paired with a Flask reverse proxy tha

C-MIG: Multi-view Information Gain-based Retrieval-Augmented Generation for Clinical Diagnosis Reasoning

TutorialsDGX agent

arXiv:2605.27860v1 Announce Type: new Abstract: Retrieval-augmented generation combined with reinforcement learning has shown promise for grounding large language models in trustworthy medical evidenc

Canvas updates include: - Improved canvas interactions & more powerful tools - Better mobile experience - Image generation with GPT-Image 2,…

TutorialsDGX agent

Canvas updates include: - Improved canvas interactions & more powerful tools - Better mobile experience - Image generation with GPT-Image 2, videos with Seedance, and animated SVGs - Updated visual ed

Checking Fact with Better Retrieval: Dynamic Contrastive Learning for Evidence Retrieval

TutorialsDGX agent

arXiv:2605.27449v1 Announce Type: cross Abstract: In the field of multimodal fact checking, the accuracy of retrieving evidence from different modalities has a significant impact on the downstream cla

CLEAR-NeRF: Collinearity and Local-region Enhanced Accurate 3D Reconstruction in Unbounded Scenes

TutorialsDGX agent

arXiv:2605.28125v1 Announce Type: new Abstract: Many real-world 3D reconstruction applications demand photorealism and metric accuracy across unbounded, complex scenes with challenging lighting and im

Continuous Diffusion Models Can Obey Formal Syntax

TutorialsDGX agent

arXiv:2602.12468v2 Announce Type: replace Abstract: Diffusion language models offer a promising alternative to autoregressive models due to their global, non-causal generation process, but their conti

D^2Turb: Depth-Aware Simulation and Decoupled Learning for Single-Frame Atmospheric Turbulence Mitigation

TutorialsDGX agent

arXiv:2605.27460v1 Announce Type: new Abstract: Single-frame atmospheric turbulence mitigation is inherently ill-posed due to spatially varying blur coupled with non-rigid geometric distortion. Existi

Data Residency with Vultr: Privacy, Security & Compliance

TutorialsDGX agent

Vultr's data residency solution enables organizations to store and process data within specific geographic regions to meet regulatory compliance requirements such as GDPR, HIPAA, and local data protec

DiagramRAG: A Lightweight Framework to Retrieve Scientific Diagram for Figure Generation

TutorialsDGX agent

arXiv:2605.27931v1 Announce Type: new Abstract: Scientific diagrams are essential for communicating complex methodologies in academic papers. A natural way for researchers to specify such diagrams is

Evaluation of AI Ethics Tools in Language Models: A Developers' Perspective Case Study

TutorialsDGX agent

arXiv:2512.15791v2 Announce Type: replace-cross Abstract: In Artificial Intelligence (AI), language models have gained significant importance due to the widespread adoption of systems capable of simul

Fascinating results + Anthropic running away with it right now + So many people want to start their own company + Google over OpenAI + Verce…

TutorialsDGX agent

Fascinating results + Anthropic running away with it right now + So many people want to start their own company + Google over OpenAI + Vercel, Linear, Every, PostHog overperforming A great list if you

Formula-One Prompting: A Composable Equation-First Prefix for Applied Mathematics

TutorialsDGX agent

arXiv:2601.19302v3 Announce Type: replace Abstract: This paper introduces Formula Prompting (FP) and Formula-One Prompting (F-1), two single-call methods that elicit governing equations before solving

From Talking to Singing: A New Challenge for Audio-Visual Deepfake Detection

TutorialsDGX agent

arXiv:2605.27944v1 Announce Type: new Abstract: With rapid advances in audio-visual generative models, reliable forgery detection becomes increasingly critical. Existing methods for audio-visual deepf

Fun fact: Australia is basically Scandinavia with the Sahara Desert bolted on.

TutorialsDGX agent

Fun fact: Australia is basically Scandinavia with the Sahara Desert bolted on. I LOVE this visualisation. Everyone imagines nature and the outback, but they don't realise just how urbanised we are. Cr

Go from resource-level to business-level maintenance in Google Cloud

TutorialsDGX agent

Managing planned maintenance is a critical part of running a reliable business. But as your cloud footprint grows into hundreds or even thousands of projects, keeping track of every individual update

[Guide] How to securely run ComfyUI on Windows (Docker>WSL2) [RTX 3090, logic can be applied to other hardware]

TutorialsDGX agent

ComfyUI is a node-based interface for Stable Diffusion that can be run on Windows using Docker and WSL2 (Windows Subsystem for Linux 2) for improved security and performance. This guide provides instr

Hierarchical Relation-augmented Representation Generalization for Few-shot Action Recognition

TutorialsDGX agent

arXiv:2504.10079v4 Announce Type: replace Abstract: Few-shot action recognition (FSAR) aims to recognize novel action categories with few exemplars. Existing methods typically learn frame-level repres

How to secure your vibecoded app in 4 steps 🔒 Speed without security is a liability. Here's how to ship without leaving the back door open …

TutorialsDGX agent

This post from Replit outlines a 4-step security framework for protecting vibecoded applications in production environments. It emphasizes that application speed must not come at the expense of securi

Human Label Variation as Stable Signal: Learning Annotator-Specific Explanation Behavior via Cross-Annotator Preference Optimization

TutorialsDGX agent

arXiv:2605.28802v1 Announce Type: new Abstract: Free-text explanations extend human label variation (HLV) beyond label disagreement by revealing the reasoning and preferences behind annotators' decisi

Identifiable Bayesian Deep Generative Copulas with Unknown Layer Widths for Data with Arbitrary Marginal Distributions

TutorialsDGX agent

arXiv:2605.27523v1 Announce Type: cross Abstract: Deep generative models offer powerful tools for multivariate data analysis, but their black-box architectures are often unidentified and difficult to

← Previous
1…2627282930…57
Next →