惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 叶小钗
月光博客
月光博客
Last Week in AI
Last Week in AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
人人都是产品经理
人人都是产品经理
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
IT之家
IT之家
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
S
SegmentFault 最新的问题
宝玉的分享
宝玉的分享
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Jina AI
Jina AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
博客园 - 司徒正美
爱范儿
爱范儿

Apple Machine Learning Research

Multilingual Knowledge Transfer under Data Constraints via Lexical Interventions Scaling Laws for Mixture Pretraining Under Data Constraints Examining Human-Like Behaviors in LLMs: A Multi-Dimensional Analysis of Model Behaviors, User Factors, and System Prompts The P-Completeness of Inverted Index Traversal: On the Complexity of Evaluating Boolean Query DAGs GRPO Beyond English: A Large-Scale Study of GRPO in Non-English and Multilingual Settings MVICAD2: Multi-View Independent Component Analysis with Delays and Dilations A Specialized Semismooth Newton Method for Kernel-Based Optimal Transport When Unlearning Is Free: Leveraging Low Influence Points to Reduce Computational Costs Scaling Categorical Flow Maps Beyond Next-Token Prediction: A Performance Characterization of Diffusion versus Autoregressive Language Models Arbitrage: Efficient Reasoning via Advantage-Aware Speculation Locking Pretrained Weights via Deep Low-Rank Residual Distillation DeepAmbigQA: Ambiguous Multi-hop Questions for Benchmarking LLM Answer Completeness Taming Outlier Tokens in Diffusion Transformers Understanding Alignment in Multimodal LLMs: A Comprehensive Study Dimensionality Reduction Meets Network Science: Sensemaking on UMAP’s kNN Graph MoMo: Dial Motion Mode in Robot Manipulation with Spatiotemporal Action Tokenization Memory Efficient Audio Synthesis with Decoupled Temporal Depth Diffusion Transformers GH-ESD: Grounded Hypothesis-Driven Error Slice Discovery for Instance-Level Vision Tasks LEAD: Breaking the No-Recovery Bottleneck in Long-Horizon Reasoning Environment-free Synthetic Data Generation for API-Calling Agents Accelerating Text-to-Video Generation with Calibrated Sparse Attention RayRoPE: Projective Ray Positional Encoding for Multi-View Attention LVSum: A Benchmark for Timestamp-Aware Long Video Summarization Length Value Model: Scalable Value Pretraining for Token-Level Length Modeling When Unlearning Is Free: Leveraging Low Influence Points to Reduce Computational Costs Show Me Examples: Inferring Visual Concepts from Image Sets Interactive Proofs for General Distribution Properties Doubly Sub-linear Interactive Proofs of Proximity Personalizing Incremental Video Search with Hybrid Text and ID Embeddings
Location-Invariant Properties of Functions Versus Propert...
2026-07-16 · via Apple Machine Learning Research

AuthorsOded Goldreich†, Guy N. Rothblum

A property of functions is called location-invariant (or symmetric) if it can be characterized in terms of the frequencies in which each value occurs in the function, regardless of the locations in which each value occurs. It is known that the (query) complexity of testing location-invariant properties of functions is closely related to the (sample) complexity of testing the (corresponding properties of the) corresponding distributions. The main message of the current work is that this close relationship is not maintained in the context of verification. This holds both when considering verification by general interactive proofs of proximity (i.e., IPPs) and when restricting attention to doubly-sublinear IPPs (ds-IPPs). Alternatively, one may view this work as a subsequent step in the study of doubly-sublinear IPPs (of properties of functions), where we say that an IPP is doubly-sublinear if (1) the query complexity of the verifier is sublinear in the query complexity of testing the property, and (2) the query complexity of the honest prover is sublinear in the query complexity of learning a function in the property. Specifically, we present doubly-sublinear IPPs for several natural location-invariant properties. Our results include: (1) We present doubly-sublinear IPPs for the set of functions from [m] to [n] in which each value occurs m/n times: For every α ∈ (0, 0.5), the query complexity of the verifier is O(n^{0.5−α}), and the query complexity of the honest prover is e^{O(n^{0.5+α}/ε^2)}. (2) We present doubly-sublinear IPPs for the set of functions from [m] to [n] in which each value occurs either m/k times or not at all: For every α ∈ (0, 1/3), the query complexity of the verifier is poly(1/ε) · k^{(2/3)−2α}, and the query complexity of the prover is poly(1/ε) · e^{O(k^{(2/3)+α})}. In contrast, in both cases, it is known that the corresponding properties of distributions have no doubly-efficient IPP (see Herman and Rothblum, 2025). Actually, the first property of distributions (i.e., uniformity over [n]) does not even have an IPP in which the verifier uses o(n^{1/2}) samples, regardless of other complexity measures.

  • † Weizmann Institute of Science

Related readings and updates.

Suppose Alice has collected a small number of samples from an unknown distribution, and would like to learn about the distribution. Bob, an untrusted data analyst, claims to have run a sophisticated data analysis on the distribution and makes assertions about its properties. When and how is it possible for Alice to efficiently verify Bob’s claims (using fewer resources than would be needed to run the analysis herself)? We construct interactive…

Read more

As statistical analyses become more central to science, industry and society, there is a growing need to ensure correctness of their results. Approximate correctness can be verified by replicating the entire analysis, but can we verify without replication? Building on a recent line of work, we study proof-systems that allow a probabilistic verifier to ascertain that the results of an analysis are approximately correct, while drawing fewer samples…

Read more