y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🧠All17,300🧠AI12,525🤖AI × Crypto516📰General4,259
Home/AI Pulse

AI Pulse News

Models, papers, tools. 17,306 articles with AI-powered sentiment analysis and key takeaways.

17306 articles
AINeutralarXiv – CS AI · Mar 57/10
🧠

MACC: Multi-Agent Collaborative Competition for Scientific Exploration

Researchers introduce MACC (Multi-Agent Collaborative Competition), a new institutional architecture that combines multiple AI agents based on large language models to improve scientific discovery. The system addresses limitations of single-agent approaches by incorporating incentive mechanisms, shared workspaces, and institutional design principles to enhance transparency, reproducibility, and exploration efficiency in scientific research.

AIBullisharXiv – CS AI · Mar 56/10
🧠

Relational In-Context Learning via Synthetic Pre-training with Structural Prior

Researchers introduce RDB-PFN, the first relational foundation model for databases trained entirely on synthetic data to overcome privacy and scarcity issues with real relational databases. The model uses a Relational Prior Generator to create over 2 million synthetic tasks and demonstrates strong few-shot performance on 19 real-world relational prediction tasks through in-context learning.

AIBullisharXiv – CS AI · Mar 56/10
🧠

Separators in Enhancing Autoregressive Pretraining for Vision Mamba

Researchers introduce STAR, a new autoregressive pretraining method for Vision Mamba that uses separators to quadruple input sequence length while maintaining image dimensions. The STAR-B model achieved 83.5% accuracy on ImageNet-1k, demonstrating improved performance through better utilization of long-range dependencies in computer vision tasks.

AINeutralarXiv – CS AI · Mar 57/10
🧠

SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via Continuous Integration

Researchers introduce SWE-CI, a new benchmark that evaluates AI agents' ability to maintain codebases over time through continuous integration processes. Unlike existing static bug-fixing benchmarks, SWE-CI tests agents across 100 long-term tasks spanning an average of 233 days and 71 commits each.

AIBullisharXiv – CS AI · Mar 56/10
🧠

Pretrained Vision-Language-Action Models are Surprisingly Resistant to Forgetting in Continual Learning

Researchers discovered that pretrained Vision-Language-Action (VLA) models demonstrate remarkable resistance to catastrophic forgetting in continual learning scenarios, unlike smaller models trained from scratch. Simple Experience Replay techniques achieve near-zero forgetting with minimal replay data, suggesting large-scale pretraining fundamentally changes continual learning dynamics for robotics applications.

AIBullisharXiv – CS AI · Mar 57/10
🧠

From Narrow to Panoramic Vision: Attention-Guided Cold-Start Reshapes Multimodal Reasoning

Researchers introduce Visual Attention Score (VAS) to analyze multimodal reasoning models, discovering that higher visual attention correlates strongly with better performance (r=0.9616). They propose AVAR framework that achieves 7% performance gains on Qwen2.5-VL-7B across multimodal reasoning benchmarks.

AIBearisharXiv – CS AI · Mar 56/10
🧠

Structure-Aware Distributed Backdoor Attacks in Federated Learning

Researchers have discovered that model architecture significantly affects the success of backdoor attacks in federated learning systems. The study introduces new metrics to measure model vulnerability and develops a framework showing that certain network structures can amplify malicious perturbations even with minimal poisoning.

AIBullisharXiv – CS AI · Mar 56/10
🧠

GIPO: Gaussian Importance Sampling Policy Optimization

GIPO (Gaussian Importance Sampling Policy Optimization) is a new reinforcement learning method that improves data efficiency for training multimodal AI agents. The approach uses Gaussian trust weights instead of hard clipping to better handle scarce or outdated training data, showing superior performance and stability across various experimental conditions.

AIBullisharXiv – CS AI · Mar 57/10
🧠

Joint Hardware-Workload Co-Optimization for In-Memory Computing Accelerators

Researchers developed a joint hardware-workload co-optimization framework for in-memory computing accelerators that can efficiently support multiple neural network workloads rather than just single specialized models. The framework achieved significant energy-delay-area product reductions of up to 76.2% and 95.5% compared to baseline methods when optimizing across multiple workloads.

AIBullisharXiv – CS AI · Mar 56/10
🧠

IROSA: Interactive Robot Skill Adaptation using Natural Language

Researchers present IROSA, a framework combining foundation models with imitation learning for robot skill adaptation using natural language commands. The system uses a tool-based architecture that maintains safety by creating an abstraction layer between language models and robot hardware, demonstrated on industrial bearing ring insertion tasks.

AIBullisharXiv – CS AI · Mar 57/10
🧠

Cross-Modal Mapping and Dual-Branch Reconstruction for 2D-3D Multimodal Industrial Anomaly Detection

Researchers have developed CMDR-IAD, a new AI framework for industrial anomaly detection that combines 2D and 3D data analysis without requiring memory banks. The system achieves state-of-the-art performance with 97.3% accuracy on standard benchmarks and demonstrates robust performance in real-world industrial applications.

AIBullisharXiv – CS AI · Mar 56/10
🧠

Data-Aware Random Feature Kernel for Transformers

Researchers introduce DARKFormer, a new transformer architecture that reduces computational complexity from quadratic to linear while maintaining performance. The model uses data-aware random feature kernels to address efficiency issues in pretrained transformer models with anisotropic query-key distributions.

AIBullisharXiv – CS AI · Mar 56/10
🧠

Efficient Point Cloud Processing with High-Dimensional Positional Encoding and Non-Local MLPs

Researchers developed HPENets, a new suite of MLP networks for point cloud processing that uses High-dimensional Positional Encoding (HPE) and non-local MLPs. The approach delivers significant performance improvements while reducing computational costs by 50-80% compared to existing methods across multiple benchmark datasets.

AIBullisharXiv – CS AI · Mar 57/10
🧠

Crab$^{+}$: A Scalable and Unified Audio-Visual Scene Understanding Model with Explicit Cooperation

Researchers developed Crab+, a new Audio-Visual Large Language Model that addresses the problem of negative transfer in multi-task learning, where 55% of tasks typically degrade when trained together. The model introduces explicit cooperation mechanisms and achieves positive transfer in 88% of tasks, outperforming both unified and specialized models.

AINeutralarXiv – CS AI · Mar 57/10
🧠

End-to-end event reconstruction for precision physics at future colliders

Researchers developed an end-to-end AI-based event reconstruction system for future particle colliders that uses geometric algebra transformer networks and object condensation clustering. The system outperforms traditional rule-based algorithms by 10-20% in reconstruction efficiency and improves energy resolution by 22%, while reducing fake-particle rates by up to two orders of magnitude.

AIBullisharXiv – CS AI · Mar 57/10
🧠

Unbiased Dynamic Pruning for Efficient Group-Based Policy Optimization

Researchers introduce Dynamic Pruning Policy Optimization (DPPO), a new framework that accelerates AI language model training by 2.37x while maintaining accuracy. The method addresses computational bottlenecks in Group Relative Policy Optimization through unbiased gradient estimation and improved data efficiency.

AINeutralarXiv – CS AI · Mar 57/10
🧠

SaFeR: Safety-Critical Scenario Generation for Autonomous Driving Test via Feasibility-Constrained Token Resampling

Researchers propose SaFeR, a new AI system for generating safety-critical scenarios to test autonomous driving systems. The approach uses transformer-based models with a novel resampling strategy to balance adversarial testing, physical feasibility, and realistic behavior in autonomous vehicle simulations.

AINeutralarXiv – CS AI · Mar 57/10
🧠

Monitoring Emergent Reward Hacking During Generation via Internal Activations

Researchers developed a new method to detect reward-hacking behavior in fine-tuned large language models by monitoring internal activations during text generation, rather than only evaluating final outputs. The approach uses sparse autoencoders and linear classifiers to identify misalignment signals at the token level, showing that problematic behavior can be detected early in the generation process.

AIBullisharXiv – CS AI · Mar 56/10
🧠

The Empty Quadrant: AI Teammates for Embodied Field Learning

Researchers propose Field Atlas, a new AI framework that moves beyond traditional screen-based learning to create AI teammates for embodied field learning in physical spaces. The framework uses Socratic questioning rather than direct answers and tracks learning through continuous trajectories in physical-epistemic space, offering a paradigm shift from instruction-based to sensemaking-based AI education.

AINeutralarXiv – CS AI · Mar 57/10
🧠

Inference-Time Toxicity Mitigation in Protein Language Models

Researchers developed Logit Diff Amplification (LDA) as an inference-time safety mechanism for protein language models to prevent toxic protein generation. The method reduces predicted toxicity rates while maintaining biological plausibility and structural viability, addressing dual-use safety concerns in AI-driven protein design.

AIBullisharXiv – CS AI · Mar 57/10
🧠

Self-adapting Robotic Agents through Online Continual Reinforcement Learning with World Model Feedback

Researchers have developed a new framework for robotic agents that can adapt and learn continuously during operation, rather than being limited to fixed parameters from offline training. The system uses world model prediction residuals to detect unexpected events and automatically trigger self-improvement without external supervision.

AIBullisharXiv – CS AI · Mar 56/10
🧠

Bielik-Q2-Sharp: A Comparative Study of Extreme 2-bit Quantization Methods for a Polish 11B Language Model

Researchers successfully developed Bielik-Q2-Sharp, the first systematic evaluation of extreme 2-bit quantization for Polish language models, achieving near-baseline performance while significantly reducing model size. The study compared six quantization methods on an 11B parameter model, with the best variant maintaining 71.92% benchmark performance versus 72.07% baseline at just 3.26 GB.

AIBullisharXiv – CS AI · Mar 57/10
🧠

Spectral Surgery: Training-Free Refinement of LoRA via Gradient-Guided Singular Value Reweighting

Researchers have developed Spectral Surgery, a training-free method to improve LoRA (Low-Rank Adaptation) model performance by reweighting singular values based on gradient sensitivity. The technique achieves significant performance gains (up to +4.4 points on CommonsenseQA) by adjusting only about 1,000 scalar coefficients without requiring retraining.

🧠 Llama
AIBullisharXiv – CS AI · Mar 57/10
🧠

Volumetric Directional Diffusion: Anchoring Uncertainty Quantification in Anatomical Consensus for Ambiguous Medical Image Segmentation

Researchers propose Volumetric Directional Diffusion (VDD), a new AI method for medical image segmentation that addresses uncertainty in 3D lesion analysis. VDD anchors generative models to consensus priors to maintain anatomical accuracy while capturing expert disagreements, achieving state-of-the-art uncertainty quantification on multiple medical datasets.

AIBullisharXiv – CS AI · Mar 57/10
🧠

Sim2Sea: Sim-to-Real Policy Transfer for Maritime Vessel Navigation in Congested Waters

Researchers have developed Sim2Sea, a comprehensive framework that successfully bridges the simulation-to-reality gap for autonomous maritime vessel navigation in congested waters. The system uses GPU-accelerated parallel simulation, dual-stream spatiotemporal policy, and targeted domain randomization to achieve zero-shot transfer from simulation to real-world deployment on a 17-ton unmanned vessel.

← PrevPage 135 of 693Next →
◆ AI Mentions
🏢OpenAI
95×
🏢Nvidia
64×
🧠GPT-5
39×
🏢Anthropic
37×
🧠Claude
35×
🧠Gemini
32×
🧠ChatGPT
21×
🧠GPT-4
16×
🧠Llama
15×
🏢Meta
9×
🏢xAI
9×
🏢Google
9×
🧠Sonnet
8×
🧠Opus
8×
🏢Perplexity
7×
🏢Microsoft
6×
🏢Hugging Face
6×
🧠Grok
5×
🏢Cohere
2×
🧠Stable Diffusion
1×
▲ Trending Tags
1#ai5662#iran5643#market4104#geopolitical3785#trump1306#security1067#openai958#artificial-intelligence749#nvidia6310#inflation5911#fed5312#google5013#china4914#meta4215#microsoft38
Tag Sentiment
#ai566 articles
#iran564 articles
#market410 articles
#geopolitical378 articles
#trump130 articles
#security106 articles
#openai95 articles
#artificial-intelligence74 articles
#nvidia63 articles
#inflation59 articles
BullishNeutralBearish
Stay Updated
Models, papers, tools
Tag Connections
#geopolitical↔#iran
263
#iran↔#market
173
#geopolitical↔#market
145
#iran↔#trump
89
#ai↔#artificial-intelligence
62
#ai↔#market
60
#geopolitical↔#trump
49
#market↔#trump
49
#ai↔#openai
43
#ai↔#google
41
Filters
Sentiment
Importance
Sort
📡 See all 70+ sources
y0.exchange
Your AI agent for DeFi
Connect Claude or GPT to your wallet. AI reads balances, proposes swaps and bridges — you approve. Your keys never leave your device.
8 MCP tools · 15 chains · $0 fees
Connect Wallet to AI →How it works →
Viewing: AI Pulse feed
Filters
Sentiment
Importance
Sort
Stay Updated
Models, papers, tools
y0news
y0.exchangeLaunch AppDigestsSourcesAboutRSSAI NewsCrypto News
© 2026 y0.exchange