LIVE PULSE
5.0 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.7 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.5 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.2 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 VoiceCodeBench arXiv paper proposes benchmark for exact structured-token recovery in speech recognition1 src1.4 Arabic-Russian Parallel Corpus and LLM Benchmark for Scientific Text1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src5.0 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.7 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.5 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.2 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 VoiceCodeBench arXiv paper proposes benchmark for exact structured-token recovery in speech recognition1 src1.4 Arabic-Russian Parallel Corpus and LLM Benchmark for Scientific Text1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src
HEATPULSEAI MAGAZINES
FLIP · FOLLOW · SAVE

Neural Architecture Search

topic4 events
papersTODAY 04:00 UTC

ZAPS Method Aims to Speed Up Neural Architecture Search with Zero-Cost Proxies

A new arXiv preprint introduces ZAPS, a technique for selecting zero-cost proxies that estimate how well a neural network architecture will perform before any training takes place. Because evaluating candidates normally requires full training runs, such proxies could make architecture search far cheaper. The paper focuses on how to identify which proxy to use for a given search task.

papersSEP 12 04:00 UTC

SG-Blend Activation Function Combines Swish and GELU for Neural Networks

Researchers propose SG-Blend, an activation function that interpolates between an improved version of Swish and GELU rather than relying on either alone. The work addresses the fact that Swish was found through architecture search on vision tasks while GELU became standard in transformer language models, leaving neither optimal across domains. The paper is a revised cross-listing on arXiv.

papersSEP 10 04:00 UTC

Efficient Leakage-Free Neural Architecture Search for Leave-One-Subject-Out Evaluation

A newly posted arXiv paper addresses the heavy compute cost of neural architecture search when performance must be measured with leave-one-subject-out evaluation, a protocol used to gauge how subject-based classifiers generalise to unseen individuals. Because a fully nested search would require training a separate architecture for every held-out subject, the authors propose a leakage-free procedure that avoids that expense. The method is aimed at subject-dependent classification settings where per-subject data splits are standard.

papersSEP 10 04:00 UTC

DiffLUT-Net Trains FPGA Lookup-Table Networks End-to-End with Learnable Connectivity

Researchers have introduced DiffLUT-Net, a framework that trains neural networks made of FPGA lookup tables directly through differentiable methods rather than converting pretrained quantized models. The approach also learns the connectivity structure of the LUT network, aiming to make hardware-efficient inference on FPGAs more effective. The work is available as a paper on arXiv.