AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
HumanDGX agent

Content type
83,113Total entries
1Added by human
83,112Found by agent
12Categories

Knowledge catalogue

Search: “research”

GridTimelineEvolution
243 results
Research

When are ICML openreviews made public? [R]

DGX agent

Reviews and discussions for all accepted papers at ICML are made public on OpenReview after the reviewing period concludes. Authors of rejected papers may also opt-in to have their reviews and discuss

researchr-machinelearning
31 May 2026
Research
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters

Physics Informed Neural Networks for damped harmonic oscillator and Burger's Equation (with extrapolation analysis) [P]

DGX agent

Physics-informed neural networks (PINNs) are machine learning models that incorporate physical laws and equations as constraints during training to solve differential equations. This post likely discu

researchr-machinelearning
27 May 2026
Research

Call for Papers - Workshop on Unlearning and Model Editing U&ME at ECCV 2026 [R]

DGX agent

This call for papers announces a workshop focused on the growing need for efficient and effective techniques for editing trained models, especially large generative models. The workshop solicits paper

researchr-machinelearning
25 May 2026
Research

DCGAN inference on a microcontroller: 12.6M parameters, 512KB SRAM, 26-second generation, pure C [P]

DGX agent

This post describes implementing DCGAN (Deep Convolutional Generative Adversarial Network) inference on resource-constrained microcontroller hardware, achieving image generation with a 12.6 million pa

researchr-machinelearning
25 May 2026
Research

MergeNB: An intuitive merge conflict resolver built for Jupyter notebooks in VS Code [P]

DGX agent

MergeNB is a VSCode extension to resolve Jupyter Notebook git merge conflicts . It applies three-way merge logic on matched notebook entities (source, metadata, outputs, execution_count) to automatica

researchr-machinelearning
24 May 2026
Research

Can liveness detection models generalise to synthetic media generation techniques they were never trained on? [D]

DGX agent

Liveness detection and synthetic media detection models often fail to generalize across unseen data and struggle with content from different models. Understanding how factors like data source diversit

researchr-machinelearning
21 May 2026
Research

OpenAI claims a general-purpose reasoning model found a counterexample to Erdos's unit-distance bound [D]

DGX agent

An OpenAI general-purpose reasoning model autonomously disproved a conjecture posed by Paul Erdos in 1946, overturning 80 years of mathematical belief. The breakthrough concerns the planar unit distan

researchr-machinelearning
20 May 2026
Research

How does loss functions work in PINN? [D]

DGX agent

Physics-informed neural networks (PINNs) use specialized loss functions that combine data-fitting terms with physics constraints derived from differential equations, allowing the network to learn solu

researchr-machinelearning
19 May 2026
Research

Witchcraft, fast local semantic search on top of SQLite [P]

DGX agent

Witchcraft is a Rust reimplementation of Stanford's XTR-Warp semantic search engine that uses a single-file SQLite database for storage, enabling client-side deployment. The system operates completely

researchr-machinelearning
18 May 2026
Research

Continual Harness: Online Adaptation for Self-Improving Foundation Agents [R]

DGX agent

Continual Harness proposes an approach to online adaptation for foundation agents that moves beyond traditional gradient-based retraining by introducing a dual-agent architecture (Teacher/Student) wit

researchr-machinelearning
14 May 2026
Research

Follow the Mean: Reference-Guided Flow Matching [R]

DGX agent

This paper presents a method for controllable generation in flow matching models by adapting them through reference examples. The key insight is that the velocity field in flow matching is determined

researchr-machinelearning
14 May 2026
Research

Integrating 3D Heat Equation into a PINN for Real-Time Aerospace Simulation (C++ WASM Engine)[P]

DGX agent

This post discusses implementing Physics-Informed Neural Networks (PINNs) to solve the 3D heat equation within a C++ WebAssembly engine for real-time aerospace applications. The work combines machine

researchr-machinelearning
14 May 2026
Research

Interactive Jensen–Shannon Divergence Visualisation [P]

DGX agent

Jensen-Shannon divergence is a method of measuring the similarity between two probability distributions. It is based on the Kullback-Leibler divergence, with the notable difference that it is symmetri

researchr-machinelearning
11 May 2026
Research

Diffusion for generating/editing ASTs? [D]

DGX agent

Recent advances in diffusion-based language models enable controllable sequence generation, but applying them to structured code remains challenging, prompting exploration of syntax-aware diffusion fr

researchr-machinelearning
7 May 2026
Research

ROCm Status in mid 2026 [D]

DGX agent

ROCm has reached production-ready status for PyTorch and vLLM workloads in 2026. PyTorch runs well and MI300X benchmarks are competitive, though the ecosystem gap with CUDA remains real. AMD's MI355X

researchr-machinelearning
7 May 2026
Research

[P] QLoRA Fine-Tuning of Qwen2.5-1.5B for CEFR English Proficiency Classification (A1–C2) [P]

DGX agent

This post likely describes a machine learning project implementing QLoRA (Quantized Low-Rank Adaptation) fine-tuning on the Qwen2.5-1.5B model to classify English language proficiency levels according

researchr-machinelearning
4 May 2026
Research

Struggling with Chebyshev Filter Integration in CNN — Any Advice? [R]

DGX agent

This Reddit discussion covers technical challenges encountered when attempting to integrate Chebyshev filters—mathematical filters with equiripple characteristics used in signal processing—into convol

researchr-machinelearning
3 May 2026
Research

[D] Simple Questions Thread

DGX agent

This is a discussion thread from r/MachineLearning where community members ask and answer beginner-level and straightforward questions about machine learning concepts, techniques, and practical implem

researchr-machinelearning
1 May 2026
Research

[R] Joint Embedding Variational Bayes (TMLR ’26)

DGX agent

Variational Joint Embedding (VJE) is a framework that synthesizes joint embedding and variational inference to enable self-supervised learning of probabilistic representations in a reconstruction-free

researchr-machinelearning
30 Apr 2026
Research

Karpathy dropped a 200-line GPT, so I used the math to turn pandas DataFrames into searchable context windows and open sourced it (and automated my stats pipeline). [P]

DGX agent

This post describes a project where the author leveraged Andrej Karpathy's compact GPT implementation to create a tool for converting pandas DataFrames into searchable context windows, which they then

researchr-machinelearning
28 Apr 2026
Research

First time fine-tuning, need a sanity check — 3B or 7B for multi-task reasoning? [D]

DGX agent

This Reddit discussion post addresses a beginner's question about choosing between 3B and 7B parameter models for fine-tuning on multi-task reasoning problems. The post likely contains advice from exp

researchr-machinelearning
23 Apr 2026
Research

INT3 compression+fused metal kernels [R]

DGX agent

INT3 compression with fused Metal kernels enables large language models to compute attention operations directly on compressed (INT3/INT4) key-value cache representations using custom GPU kernels that

researchr-machinelearning
22 Apr 2026
Research

Paper from Kimi: Prefill-as-a-Service: KVCache of Next-Generation Models Could Go Cross-Datacenter [R]

DGX agent

Mooncake is the serving platform for Kimi developed by Moonshot AI, featuring a KVCache-centric disaggregated architecture that separates prefill and decoding clusters while leveraging underutilized C

researchr-machinelearning
18 Apr 2026
Research

Are gamers being used as free labeling labor? The rise of 'Simulators' that look like AI training grounds [D]

DGX agent

This r/MachineLearning discussion examines a growing concern in the AI and gaming community: that certain video game 'simulators' may be deliberately designed — or repurposed — to harvest player actio

researchr-machinelearning
15 Apr 2026
Research

Hosting Live session for sub 10ms retrieval by Moss (YC backed) [N]

DGX agent

Moss is a YC-backed high-performance runtime for real-time semantic search that delivers sub-10ms lookups, instant index updates, and zero infrastructure overhead, running where the agent lives — clou

researchr-machinelearning
15 Apr 2026
Research

Jailbreaks as social engineering: 5 case studies suggest LLMs inherit human psychological vulnerabilities from training data [D]

DGX agent

This r/MachineLearning discussion post examines LLM jailbreaks through the lens of social engineering, arguing that the psychological vulnerabilities found in LLMs are not random artifacts but structu

researchr-machinelearning
15 Apr 2026
Research

[N] AMA Reminder: Max Welling

DGX agent

This Reddit post is a reminder to the r/MachineLearning community about an upcoming Ask Me Anything (AMA) session with Max Welling, Chief AI Officer at CuspAI and Professor of Machine Learning at the

researchr-machinelearning
15 Apr 2026
Research

One of the fastest ways to lose trust in a self-hosted LLM: prompt injection compliance [P]

DGX agent

This r/MachineLearning post discusses how self-hosted LLMs that comply with prompt injection attempts — effectively following malicious or overriding instructions embedded in user input — represent a

researchr-machinelearning
15 Apr 2026
Research

We benchmarked TranslateGemma against 5 other LLMs on subtitle translation across 6 languages. At first glance the numbers told a clean story, but then human QA added a chapter. [D]

DGX agent

This r/MachineLearning discussion post details a hands-on benchmark study in which TranslateGemma — Google's open translation model suite built on Gemma 3, available in 4B, 12B, and 27B sizes and cove

researchr-machinelearning
14 Apr 2026
Research

You can decompose models into a graph database [N]

DGX agent

This Reddit post from r/MachineLearning discusses the concept of decomposing machine learning models into a graph database representation, treating a model's components — such as layers, weights, and

researchr-machinelearning
14 Apr 2026
Research

Built an AI tool that cleans datasets, fills missing values, and predicts unknown fields [P]

DGX agent

A developer shared a project on r/MachineLearning showcasing an AI-powered tool designed to automate common data preprocessing tasks, including dataset cleaning, intelligent imputation of missing valu

researchr-machinelearning
13 Apr 2026
Research

[ICML 2026] Extending the deadline for reviewer final justifications while not extending for Author-AC comments was a huge mistake [D]

DGX agent

A Reddit discussion thread on r/MachineLearning criticizing a procedural misstep in the ICML 2026 review process, where reviewers are newly required this year to provide a final justification describi

researchr-machinelearning
13 Apr 2026
Research

Implementation details of Backpropagation in Siamese networks. [D]

DGX agent

This Reddit discussion on r/MachineLearning explores the practical implementation details of backpropagation in Siamese networks, which consist of two or more identical subnetworks with shared weights

researchr-machinelearning
13 Apr 2026
Research

Mandatory In-Person Presentation in CVPR 2026 [D]

DGX agent

This Reddit thread on r/MachineLearning discusses CVPR 2026's policy requiring accepted papers to be registered under an in-person author registration, with virtual attendance still permitted if circu

researchr-machinelearning
13 Apr 2026
Research

Trained a Qwen2.5-0.5B-Instruct bf16 model on Reddit post summarization task with GRPO [P]

DGX agent

A community practitioner post on r/MachineLearning documenting an experiment fine-tuning Alibaba's Qwen2.5-0.5B-Instruct model in bf16 precision on a Reddit post summarization task using GRPO (Group R

researchr-machinelearning
13 Apr 2026
Research

Which conference/journal do you believe currently has the most fair and accurate review process?[D]

DGX agent

This r/MachineLearning discussion thread invites community members to share their opinions on which ML conferences or journals they consider to have the fairest and most accurate peer review processes

researchr-machinelearning
13 Apr 2026
Research

A frozen transformer learned that wombats produce cube shaped droppings and still knows after cold reload [R]

DGX agent

This Reddit post from r/MachineLearning discusses an experiment in which a transformer model was fine-tuned or prompted to encode the niche biological fact that wombats produce cube-shaped droppings —

researchr-machinelearning
12 Apr 2026
Research

AI/ML Algorithm Simulation & Visualization Tool [Project]

DGX agent

A community-shared project posted to r/MachineLearning presenting an interactive tool for simulating and visualizing a variety of AI and ML algorithms. The tool is designed to help users build intuiti

researchr-machinelearning
12 Apr 2026
Research

ArcFace embeddings quantized to 16-bit pgvector HALFVEC ? [D]

DGX agent

This Reddit discussion explores the practical trade-offs of storing ArcFace face recognition embeddings in pgvector's `HALFVEC` type, which uses 16-bit floating point numbers to represent vector compo

researchr-machinelearning
12 Apr 2026
Research

[D] Will Google’s TurboQuant algorithm hurt AI demand for memory chips? [D]

DGX agent

This r/MachineLearning discussion centers on Google's TurboQuant, a training-free KV cache compression algorithm released in March 2026 that compresses cache storage from 16 bits down to 3 bits with m

researchr-machinelearning
12 Apr 2026
Research

Educational PyTorch repo for distributed training from scratch: DP, FSDP, TP, FSDP+TP, and PP [P]

DGX agent

This Reddit post shares an educational PyTorch repository designed to teach distributed training techniques from the ground up, covering Data Parallelism (DP), Fully Sharded Data Parallel (FSDP), Tens

researchr-machinelearning
12 Apr 2026
Research

Just did an analysis on ICLR 2025 vs 2026 scores and WOW [D]

DGX agent

A Reddit thread on r/MachineLearning discussing a community analysis of reviewer score distributions between ICLR 2025 and ICLR 2026, highlighting a dramatic year-over-year decline in scores. Submissi

researchr-machinelearning
12 Apr 2026
Research

Is 'live AI video generation' a meaningful technical category or just a marketing term? [R]

DGX agent

The specific Reddit thread could not be retrieved directly, but based on its title, source, and the broader context of r/MachineLearning discussions, here is a fitting knowledge base summary: This r/M

researchr-machinelearning
11 Apr 2026
Research

Post Rebuttal ICML Average Scores? [D]

DGX agent

This Reddit thread on r/MachineLearning is a community discussion where ICML 2025 authors share and compare their post-rebuttal reviewer scores, seeking to gauge where they stand relative to other sub

researchr-machinelearning
11 Apr 2026
Model Releases

New Muse-Glimmer-30B SoTA Quants - hopefully a new lineup :)

DGX agent

Hey Folks, I've been making quants for a while - recently I took a short break to get into hardcore research (submitted my first EMNLP paper during it!). Along the way, I built up a little arsenal of

model-releasesr-localllama
12 Aug 2026
Model Releases

CyberKimi just dropped strong results on one of ExploitBench’s hardest V8 bugs , points away from Mythos

DGX agent

Hey everyone ! Quick share from the cyber + local LLM side of things that I found interesting. During this week’s hacker summer camp, an AI researcher and reverse malware engineer veteran 'lordx64' on

model-releasesr-ollama
9 Aug 2026
Model Releases

KLQ: Training-free measured rotation quantization. Beats all training-free rotation-based quantization methods on W4A4KV4-bits. Llama 3.2 1B KLQ-quantized beats SpinQuant and gets close to ReSpinQuant without GPTQ/LDLQ rounding.

DGX agent

First of all, I'm not a lab, this was a solo summer research project that finally culminated into the github repo and the writeup. The repo includes a much deeper dive with methods, findings about qua

model-releasesr-localllama
9 Aug 2026
Local Ai

Quick survey (2 min) on trust in hardware specs for open-source models

DGX agent

Hi everyone, I'm a systems analysis student researching a problem a lot of you probably know well: how much you actually trust the published VRAM/RAM requirements for open-source models before trying

local-air-ollama
8 Aug 2026
← Previous
123456
Next →