Symbolic Regression for Shared Expressions: Introducing Partial Parameter Sharing
Symbolic regression with partial parameter sharing for discovering expressions describing related phenomena with varying parameters.
Symbolic regression with partial parameter sharing for discovering expressions describing related phenomena with varying parameters.
Hellinger multimodal VAEs using probabilistic opinion pooling to aggregate unimodal inference distributions.
Sparse-RL addresses memory bottleneck in LLM reinforcement learning by reducing KV cache overhead during long-horizon rollouts.
Dual-prototype disentanglement framework for context-aware time series forecasting using dynamic temporal pattern learning.
Generalized framework for adaptive grid allocation in Kolmogorov-Arnold Networks accounting for target function complexity.
Theoretical framework explaining memorization in diffusion models through weighted sum of empirical score functions.
TextBFGS applies case-based reasoning to iterative code generation with LLMs, using past solutions to guide optimization.
Benchmarks Echo State Networks for univariate time series forecasting against traditional statistical methods on M4 dataset.
Domain adaptive diffusion policy for control that generalizes to unseen transition dynamics through domain representation learning.
Analyzes GRPO limitations in exploration and difficulty adaptation for LLM reasoning, proposing improvements to advantage symmetry.
VJE framework for self-supervised learning using reconstruction-free latent variables with symmetric conditional ELBO optimization.
Applies tabular foundation models to knowledge tracing for real-time student learning prediction without extensive offline training.
Interpretable image classification using hierarchical concept embeddings recovered from vision-language models.
φ-DPO addresses fairness in continual learning for multimodal models when training data is imbalanced across tasks.
Reduces transformer KV cache by using low-dimensional keys for attention selection while maintaining full-dimensional values.
Proposes using proper scoring rules to evaluate probabilistic predictions from tabular foundation models instead of point-estimate metrics.
Replaces dense attention projections with Walsh Hadamard Transforms to reduce transformer parameters by 25% while maintaining performance.
LLM agent framework with causal scratchpad for open-ended scientific discovery through iterative program evolution.
Theoretical analysis of dataset distillation for encoding low-dimensional task representations from gradient-based learning.
Off-policy learning framework for contextual bandits with constrained item supply in recommendation and advertising.
Backdoor attack method on text-attributed graphs by injecting malicious cues into node text.
RL approach decoupling exploration and policy optimization using uncertainty-guided tree search for hard exploration problems.
Sparse Feature Attention (SFA) method reducing transformer attention complexity via feature-level sparsity for ultra-long contexts.
Analysis of systematic biases in Chinchilla Approach 2 neural scaling law fits for compute-optimal LLM allocation.
Skill routing system for LLM agents managing and selecting from large skill ecosystems at inference time.
Synthetic Mixed Training method combining synthetic QAs and documents to scale LLM knowledge acquisition beyond RAG limitations.
Study comparing LLM agents against classical hyperparameter optimization algorithms using autoresearch framework for hyperparameter tuning.
Attack method (PEANUT) exploiting GNN vulnerabilities through graph topology perturbations in message passing.
Framework using Shapley values to measure and explain unfairness in ML models under group fairness criteria.
Study on adversarial evasion attacks against ML-based network intrusion detection systems, showing attacks remain impractical against dynamic systems.
Multi-GPU GNN training system optimizing data transfer for large-scale graphs exceeding GPU memory capacity via storage-based approaches.
Framework for variational inference that optimizes posterior distributions under model misspecification for better predictive accuracy.
Transfer learning method for precision matrix estimation leveraging related source data with limited target samples.
RL approach for continuous-time portfolio selection using unknown diffusion processes, with data-driven strategy learning.
Active learning framework optimizing expert labeling efficiency for training AI systems on unlabeled data.
Hybrid approach combining LLMs with task-specific models for time series anomaly detection, leveraging expert knowledge and pattern extraction.
RL approach for multi-objective autonomous driving that addresses policy updating and execution challenges in diverse driving scenarios.
Semantic service uses AST logic graphs to reduce AI agent loops by 27.78%, with Rust implementation for deterministic code retrieval.
RelayFreeLLM is open-source API gateway aggregating free LLM tiers (Gemini, Groq, Mistral, Cerebras, Ollama) with automatic failover and OpenAI-compatible endpoint.
Podcast episode with Kelsey Hightower discussing LLM impact on software development, evaluation framework for AI technology, and productivity gains.
Asto is AST-based code editing library for AI agents enabling structural code changes with dry-runs and auditable diffs instead of fragile text patches.
TokenSurf proxy routes LLM requests to cheaper models for simple queries, reducing costs 40-94% without code changes via OpenAI-compatible API.
Askable library adds LLM awareness to UI elements via data-askable attribute, providing precise visual context to AI agents instead of page dumps.
Agent Red Team tests AI agent actions (tool calls, memory, approvals) for security vulnerabilities across 12 threat categories with exploit traces and hardening recommendations.
Minimal pixel art diffusion model running locally on mobile via <10MB Rust binary; demonstrates minimal-infrastructure architecture (no cloud/Kubernetes) with public-domain code.
Platform offering unified API access to multiple open-source frontier AI models with optimized infrastructure for building agents and applications.
SQLite-backed MCP memory server enabling multi-agent systems to share persistent, searchable memory with hybrid search locally.
Drop-in configuration file that reduces Claude API output token usage by 63% without code changes.
Chrome extension using LLMs to automatically organize browser tabs into color-coded groups with review and undo capabilities.
MarkFlowy note app with integrated AI (Copilot, DeepSeek, ChatGPT). Built with Tauri.