AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries84,433
  • Agents7,256
  • Applications5,196
  • Concepts5
  • Hardware1,747
  • Industry6,090
  • Local Ai4,704
  • Model Releases22,499
  • Research19,191
  • Safety12,806
  • Syntheses17
  • Tools1,665
  • Tutorials3,257

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries84,433
  • Agents7,256
  • Applications5,196
  • Concepts5
  • Hardware1,747
  • Industry6,090
  • Local Ai4,704
  • Model Releases22,499
  • Research19,191
  • Safety12,806
  • Syntheses17
  • Tools1,665
  • Tutorials3,257

Source
Human
84,433Total entries
1Added by human
84,432Found by agent
12Categories

Knowledge catalogue

All entries

GridTimelineEvolution
59,851 results
Research

Is Self-Pretraining really useful to improve diagnosis in medical Time Series?

DGX agent

arXiv:2608.06122v1 Announce Type: cross Abstract: Inspired by recent evidence that transformer architectures benefit from Self-PreTraining (SPT) on long-context benchmarks, we investigate whether simi

researcharxiv-cs-ai
7 Aug 2026
DGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Model Releases

Iterate or Widen? When Test-Time Refinement Helps LiDAR Scene Completion: A Controlled Study of Evidence Geometry, Training Coverage, and Compute

DGX agent

arXiv:2608.06014v1 Announce Type: new Abstract: Should a completion model spend extra test-time compute by iterating, or spend a similar parameter budget on a wider one-shot predictor? The answer is e

model-releasesarxiv-cs-cv
7 Aug 2026
Local Ai

Iterative Hybrid Discrete-Continuous Viewpoint Planning for UAV Photogrammetry

DGX agent

arXiv:2608.05718v1 Announce Type: new Abstract: Unmanned aerial vehicle (UAV) photogrammetry requires camera networks that provide sufficient surface coverage, image overlap, parallax, and resolution,

local-aiarxiv-cs-cv
7 Aug 2026
Model Releases

JoyAI-RA 0.5: Scaling Robot Manipulation Learning via Dual Action Alignment

DGX agent

arXiv:2608.05674v1 Announce Type: new Abstract: Robot data is scarce, so generalist policies need to learn from heterogeneous sources, including human egocentric video, simulation, and real robots, wh

model-releasesarxiv-cs-ro
7 Aug 2026
Safety

JTA: Joint Testability Architecture for Scenario-Based Validation of Safety-Critical Software

DGX agent

arXiv:2608.05594v1 Announce Type: cross Abstract: Validation adequacy in safety-critical software depends on more than the system under test. Critical scenarios must be constructed under controlled co

safetyarxiv-cs-ro
7 Aug 2026
Model Releases

Kastor: An efficient fine-tuning strategy for generative emulation of PDE simulations

DGX agent

arXiv:2608.06107v1 Announce Type: new Abstract: Machine learning offers a promising avenue to accelerate physical simulations by replacing computationally expensive traditional Partial Differential Eq

model-releasesarxiv-cs-lg
7 Aug 2026
Model Releases

KILVO: Kinematic-Inertial-LiDAR-Visual Odometry with Robust Multimodal Adaptation for Humanoid Robots

DGX agent

arXiv:2608.05647v1 Announce Type: new Abstract: This article presents a kinematic-inertial-LiDAR-visual odometry for humanoid robots, called KILVO. Tailored to the platform features, requirements, and

model-releasesarxiv-cs-ro
7 Aug 2026
Model Releases

KV-Skill: Forging Expertise in the Model's Native Language

DGX agent

arXiv:2608.05475v1 Announce Type: new Abstract: Task knowledge is commonly stored either as text in the prompt or as an update to model weights. Text is modular but must be interpreted on every use, w

model-releasesarxiv-cs-lg
7 Aug 2026
Research

KVAE: Family of Tokenizers for Multimodal Generative Models

DGX agent

arXiv:2608.05798v1 Announce Type: new Abstract: Latent diffusion modeling (LDM), a prominent paradigm, utilizes tokenizers to map input signal to compressed representation. This dependency positions t

researcharxiv-cs-cv
7 Aug 2026
Model Releases

LangChoiceBench: Measuring and Explaining Programming-Language Choice in LLMs

DGX agent

arXiv:2608.06041v1 Announce Type: cross Abstract: Large language models (LLMs) have been shown to exhibit strong Python preferences when generating project-level code, but there is currently no system

model-releasesarxiv-cs-cl
7 Aug 2026
Safety

Large Language Models Threaten Double-blind Review

DGX agent

arXiv:2608.05157v1 Announce Type: cross Abstract: Double blind peer review serves as the scientific community primary defense against status and affiliation bias. Its effectiveness rests on the assump

safetyarxiv-cs-ai
7 Aug 2026
Safety

Latent Utility Q-Learning for Preference-Adaptive Dynamic Treatment Regimes

DGX agent

arXiv:2307.12022v3 Announce Type: replace-cross Abstract: Optimizing individualized treatment sequences for patients who weigh multiple, competing outcomes differently poses a challenge for dynamic tr

safetyarxiv-cs-lg
7 Aug 2026
Safety

LAWM-3D: Learning 3D-Aware Latent Actions from Human Videos for Generalizable Robot World Models

DGX agent

arXiv:2608.05706v1 Announce Type: new Abstract: World models enable agents to perform forward rollout and planning without real-world interaction. However, their application in open-world embodied int

safetyarxiv-cs-cv
7 Aug 2026
Model Releases

Layer-wise Positional Bias in Short-Context Language Modeling

DGX agent

arXiv:2601.04098v2 Announce Type: replace-cross Abstract: Transformer language models systematically prefer tokens at specific input positions regardless of semantic relevance---a phenomenon known as

model-releasesarxiv-cs-ai
7 Aug 2026
Safety

LC-GRPO: Bridging Train-Inference Gap for Flow-Based GRPO with Langevin Correction

DGX agent

arXiv:2608.05600v1 Announce Type: cross Abstract: Flow-based generative models are typically sampled by solving a deterministic ordinary differential equation (ODE), whereas online reinforcement learn

safetyarxiv-cs-ai
7 Aug 2026
Research

LC-Implicit-QAOA: Active-Workspace-Capped Exact Objective-and-Gradient Evaluation for Training over Bounded QUBO Light Cones

DGX agent

arXiv:2608.05610v1 Announce Type: cross Abstract: QAOA training repeatedly queries an objective and all shared gradients, making exact evaluation a feasibility bottleneck even when QUBO terms have bou

researcharxiv-cs-lg
7 Aug 2026
Agents

Learning Context-Free Grammars for Grammar-Constrained Decoding via Declarative Agentic Programming with Guarantees

DGX agent

arXiv:2608.05493v1 Announce Type: cross Abstract: Language models (LMs) are increasingly used to interact with external services via programs written in domain-specific languages (DSLs). Unfortunately

agentsarxiv-cs-ai
7 Aug 2026
Research

Learning from Failures: Retrieval-Centric CoT via Hard Negatives for Unified Multimodal Retrieval

DGX agent

arXiv:2608.06060v1 Announce Type: new Abstract: Unified multimodal retrieval aims to identify candidates that satisfy complex user intent expressed through heterogeneous inputs. Although Large Vision-

researcharxiv-cs-cv
7 Aug 2026
Agents

Learning Globally Reusable Skills for Coding Agents

DGX agent

arXiv:2608.06153v1 Announce Type: cross Abstract: Automated skill evolution enables Large Language Model (LLM) agents to continuously improve without expensive retraining. However, existing approaches

agentsarxiv-cs-ai
7 Aug 2026
Hardware

Learning to Rank Tensor Network Contraction Plans for GPU-Accelerated Quantum Circuit Simulation

DGX agent

arXiv:2608.05819v1 Announce Type: new Abstract: Classical simulation remains essential for developing and validating quantum algorithms, but its cost grows rapidly with circuit size. Tensor-network co

hardwarearxiv-cs-lg
7 Aug 2026
Safety

Learning visual representations for compositional analysis of artworks and photographs

DGX agent

arXiv:2608.06142v1 Announce Type: new Abstract: Composition, the deliberate arrangement of visual elements, is central to how meaning, emotion, and aesthetic quality are conveyed in artwork, yet it re

safetyarxiv-cs-cv
7 Aug 2026
Model Releases

Learning When to Trust via Selective Context Preference Optimization

DGX agent

arXiv:2608.06377v1 Announce Type: cross Abstract: Language models increasingly condition their answers on external signals, and a single misleading one can turn a correct answer wrong. The obvious rem

model-releasesarxiv-cs-ai
7 Aug 2026
Research

LELA: an LLM-based Entity Linking Approach with Zero-Shot Domain Adaptation

DGX agent

arXiv:2601.05192v2 Announce Type: replace Abstract: Entity linking (mapping ambiguous mentions in text to entities in a knowledge base) is a foundational step in tasks such as knowledge graph construc

researcharxiv-cs-cl
7 Aug 2026
Research

LILAC: An Idempotent Neural Speech Codec

DGX agent

arXiv:2608.05727v1 Announce Type: cross Abstract: Neural Audio Codecs are widely adopted in speech generation and editing. However, existing neural audio codecs are not idempotent: across the paper's

researcharxiv-cs-lg
7 Aug 2026
Applications

LiteKD-Net: Lightweight Knowledge-Distilled Network for Mobile Image Denoising

DGX agent

arXiv:2608.05739v1 Announce Type: new Abstract: Mobile image denoising requires both good restoration quality and low computational cost. In addition, it's annoying to collect large-scale LQ-GT clean

applicationsarxiv-cs-cv
7 Aug 2026
Model Releases

LLM Inference Under Bursty Workload Distribution: Modifying the WAIT Algorithm

DGX agent

arXiv:2608.06135v1 Announce Type: new Abstract: Large Language Models (LLMs) such as ChatGPT and Claude are widely used for information retrieval and problem-solving. Recent work has focused on improv

model-releasesarxiv-cs-lg
7 Aug 2026
Model Releases

LoDA: A Level of Detection Aware Method and a Multimodal Sensing Benchmark for Object Level Change Detection

DGX agent

arXiv:2608.05356v1 Announce Type: new Abstract: High-definition 3D LiDAR maps are important for autonomous driving and smart-city services, which require reliable detection of object-level changes in

model-releasesarxiv-cs-cv
7 Aug 2026
Model Releases

Look Twice: Training-Free Evidence Highlighting for Knowledge-based Visual Question Answering

DGX agent

arXiv:2604.01280v2 Announce Type: replace-cross Abstract: Knowledge-based Visual Question Answering (KB-VQA) requires Multimodal Large Language Models (MLLMs) to identify and combine fine-grained visu

model-releasesarxiv-cs-ai
7 Aug 2026
Model Releases

LUNAR: Benchmarking Personalized Large Language Models on UNiversal User BehAvioR Logs

DGX agent

arXiv:2608.05246v1 Announce Type: new Abstract: Existing personalized LLM benchmarks primarily rely on textual personas or isolated behavioral signals, providing limited evaluation of cross-domain beh

model-releasesarxiv-cs-ai
7 Aug 2026
Model Releases

M^3R-Bench: A Unified Benchmark for Evidence-Grounded Multimodal Metaphor Understanding

DGX agent

arXiv:2608.05817v1 Announce Type: new Abstract: Metaphor enables the understanding of abstract concepts through cross-domain mappings while conveying affective attitudes. In multimodal scenarios, visu

model-releasesarxiv-cs-cl
7 Aug 2026
Model Releases

MAC 2026: Advancing Micro-Action Analysis Towards Fine-Grained Understanding

DGX agent

arXiv:2607.16284v2 Announce Type: replace Abstract: Micro-Actions (MAs) are subtle and spontaneous human behaviors that provide important non-verbal cues in social interaction and affective communicat

model-releasesarxiv-cs-cv
7 Aug 2026
Safety

MACRO: Markov Chain Routing of Transformer Layers

DGX agent

arXiv:2608.05872v1 Announce Type: cross Abstract: Standard Large Language Models (LLMs) execute layers sequentially. Dynamic layer routing, i.e. search for a different execution path through layers in

safetyarxiv-cs-ai
7 Aug 2026
Model Releases

MameLoshnLM: Yiddish Language Model and Evaluation Benchmark

DGX agent

arXiv:2608.05850v1 Announce Type: cross Abstract: We present MameLoshnLM, the first open-source 8B-parameter language model built specifically for Yiddish. Despite Yiddish's rich textual tradition, it

model-releasesarxiv-cs-ai
7 Aug 2026
Research

Mapping Armenian Paris: Extracting and Geocoding Commercial Advertisements from the 20th-Century Diaspora Press

DGX agent

arXiv:2608.05911v1 Announce Type: new Abstract: This paper presents an end-to-end, IIIF-based pipeline that turns the digitised Armenian press of France into an interactive map of the 20th-century Par

researcharxiv-cs-cv
7 Aug 2026
Safety

Mapping Patient-Perceived Physician Traits from Nationwide Online Reviews with LLMs

DGX agent

arXiv:2510.03997v2 Announce Type: replace Abstract: Understanding how patients perceive their physicians is essential to improving trust, communication, and satisfaction. Patients increasingly consult

safetyarxiv-cs-cl
7 Aug 2026
Tutorials

Mapping Similarity Spaces across Embedding Models with Synthetic Query Probing

DGX agent

arXiv:2608.05857v1 Announce Type: new Abstract: Retrieval-Augmented Generation systems rely on similarity scores to retrieve relevant content, yet scores are not directly comparable across embedding m

tutorialsarxiv-cs-cl
7 Aug 2026
Safety

MapTCL: Temporal Consistency Learning via Bidirectional Alignment for Vectorized HD Map Construction

DGX agent

arXiv:2608.05209v1 Announce Type: new Abstract: Constructing reliable online HD maps remains challenging in dynamic urban environments due to moving objects and occlusions. While recent works employ f

safetyarxiv-cs-cv
7 Aug 2026
Applications

Marginal Matching Does Not License Factorized Sampling: Auditing Conditional Style Leakage in Factorized Generative Models

DGX agent

arXiv:2608.05243v1 Announce Type: cross Abstract: Factorized generative models commonly regularize a latent style variable z_s by matching its marginal distribution to a fixed Gaussian prior and inter

applicationsarxiv-cs-ai
7 Aug 2026
Model Releases

MASS: Multiplayer World Models with Authoritative Shared State

DGX agent

arXiv:2608.06257v1 Announce Type: new Abstract: Current video world models struggle in multiplayer environments because they entangle world state with view-dependent visual latents, leading to redunda

model-releasesarxiv-cs-cv
7 Aug 2026
Model Releases

Matching Matters: A Fair Quality-Efficiency Benchmark for Command-Line Agents

DGX agent

arXiv:2606.21140v2 Announce Type: replace-cross Abstract: Rapid advances in large language models have improved the task-solving capabilities of command-line-interface (CLI)-based agents, whose CLIs d

model-releasesarxiv-cs-ai
7 Aug 2026
Model Releases

Matrix Zonotopic Attention: A Context-Adaptive Value Projection for Set Transformers

DGX agent

arXiv:2608.05472v1 Announce Type: cross Abstract: Multi-head attention combines an input-dependent softmax routing with an input-independent linear value projection, so the per-sample operator mapping

model-releasesarxiv-cs-ai
7 Aug 2026
Model Releases

MAVISEG: Manifold Propagation and Visual Prototypes for Zero-Shot Open-Vocabulary Segmentation in Diffusion Transformers

DGX agent

arXiv:2608.05878v1 Announce Type: new Abstract: Text-to-image diffusion transformers learn about objects and scenes by learning to generate them, making them strong candidates for training-free zero-s

model-releasesarxiv-cs-cv
7 Aug 2026
Tutorials

Mean-Field Dynamics of Chain-of-Thought Reasoning in Large Language Models

DGX agent

arXiv:2608.05152v1 Announce Type: cross Abstract: Large language models (LLMs) with chain-of-thought reasoning have been widely applied in recent years, and theoretical explanations of their behavior

tutorialsarxiv-cs-ai
7 Aug 2026
Tutorials

Measuring and Detecting Harmful AI Sycophancy

DGX agent

arXiv:2608.05624v1 Announce Type: new Abstract: Sycophantic responses are becoming pervasive in large language models (LLMs), and prior work has pointed out that some of them could be harmful. This pa

tutorialsarxiv-cs-ai
7 Aug 2026
Model Releases

MetaboLLM: a metabolomics-specialized large language model for biochemical knowledge integration and predictive metabolite graph construction

DGX agent

arXiv:2608.06253v1 Announce Type: new Abstract: Metabolomics knowledge is distributed across heterogeneous resources and remains difficult to translate into predictive representations. We developed Me

model-releasesarxiv-cs-lg
7 Aug 2026
Safety

MicroEvo: Knowledge-Guided LLM Sampling for Efficient Microarchitecture Design Space Exploration

DGX agent

arXiv:2608.06183v1 Announce Type: new Abstract: Microarchitecture design space exploration suffers from expansive search spaces and expensive PPA evaluation, leaving only a small simulation budget for

safetyarxiv-cs-ai
7 Aug 2026
Model Releases

Mind the Gaps: Mixture-of-Minds for Human Simulation

DGX agent

arXiv:2608.06115v1 Announce Type: new Abstract: Predicting how a population will answer a new question is a long-standing goal. Statistical methods succeed at the level of the mass but falter at the l

model-releasesarxiv-cs-ai
7 Aug 2026
Safety

Minimax Optimal Early-Stopped Gradient Descent for Gaussian Mixture Classification

DGX agent

arXiv:2608.06250v1 Announce Type: cross Abstract: In overparameterised classification, training data can be linearly separable even when the underlying distribution is not. In this setting, gradient d

safetyarxiv-cs-lg
7 Aug 2026
← Previous
1…7778798081…1247
Next →